Ejemplo n.º 1
0
 public Token() : base(Key)
 {
     Instance = this;
     //ForegroundColor = Color.FromRgb(214,157,133);
     //ForegroundColor = Color.FromRgb(255, 143, 32);
     //ForegroundColor = Color.FromRgb(255, 148, 40);
     ForegroundColor = Color.FromRgb(255, 150, 45);
 }
Ejemplo n.º 2
0
 public Field() : base(Key)
 {
     Instance = this;
     //IsItalic = true;
     //ForegroundColor = Color.FromRgb(205, 237, 254);
     //ForegroundColor = Color.FromRgb(238, 213, 187);
     ForegroundColor = Color.FromRgb(224, 243, 255);
 }
Ejemplo n.º 3
0
 public Interface() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromArgb(255, 186, 245, 222);
 }
Ejemplo n.º 4
0
 public Event() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromRgb(250, 152, 225);
     IsBold          = false;
 }
Ejemplo n.º 5
0
 public Punctuation() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromRgb(255, 128, 128);
 }
Ejemplo n.º 6
0
 public Attribute() : base(Key)
 {
     Instance = this;
     IsItalic = true;
     //ForegroundColor = Color.FromRgb(136, 202, 244);
 }
Ejemplo n.º 7
0
 public Identifier() : this(Key) {
     Instance = this;
 }
Ejemplo n.º 8
0
 public Extension() : base(Key)
 {
     Instance        = this;
     IsItalic        = true;
     ForegroundColor = Color.FromArgb(255, 148, 255, 255);
 }
Ejemplo n.º 9
0
 public Operator() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromRgb(255, 255, 128);
 }
Ejemplo n.º 10
0
 public Enum() : this(Key) {
     Instance = this;
 }
Ejemplo n.º 11
0
 public String() : this(Key) {
     Instance = this;
 }
Ejemplo n.º 12
0
 public Dynamic() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromArgb(255, 180, 180, 180);
 }
Ejemplo n.º 13
0
 public Generic() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromArgb(255, 0, 255, 255);
 }
Ejemplo n.º 14
0
 public Delegate() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromRgb(173, 216, 230);
 }
Ejemplo n.º 15
0
 public Number() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromRgb(255, 205, 34);
 }
Ejemplo n.º 16
0
 public SingleQuotes() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromRgb(255, 198, 140);
 }
Ejemplo n.º 17
0
 public Virtual() : base(Key)
 {
     Instance = this;
     IsItalic = true;
 }
Ejemplo n.º 18
0
 public Interpolated() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromArgb(255, 255, 180, 120);
 }
Ejemplo n.º 19
0
 public UserDefinedOperator() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromArgb(255, 0, 240, 240);
 }
Ejemplo n.º 20
0
 public Variable() : this(Key) {
     Instance = this;
 }
Ejemplo n.º 21
0
 public Namespace() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromRgb(135, 150, 194);
 }
Ejemplo n.º 22
0
 public Param() : this(Key) {
     Instance = this;
 }
Ejemplo n.º 23
0
 public Constant() : base(Key)
 {
     Instance        = this;
     IsBold          = true;
     ForegroundColor = Color.FromRgb(198, 176, 206);
 }
Ejemplo n.º 24
0
 public Method() : this(Key) {
     Instance = this;
 }
Ejemplo n.º 25
0
 public Property() : this(Key) {
     Instance = this;
 }
Ejemplo n.º 26
0
 public Constructor() : base(Key)
 {
     Instance = this;
     IsBold   = true;
 }
Ejemplo n.º 27
0
 public InterfaceImplementation() : base(Key)
 {
     Instance     = this;
     IsUnderlined = true;
 }
Ejemplo n.º 28
0
 public Static() : base(Key)
 {
     Instance = this;
     IsBold   = true;
 }
Ejemplo n.º 29
0
 public Label() : base(Key)
 {
     Instance = this;
     IsBold   = true;
 }
Ejemplo n.º 30
0
 public Structure() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromArgb(255, 157, 208, 225);
 }