| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- object fraCfgSyntax: TfraCfgSyntax
- Left = 0
- Height = 252
- Top = 0
- Width = 386
- ClientHeight = 252
- ClientWidth = 386
- TabOrder = 0
- DesignLeft = 340
- DesignTop = 445
- object ComboBox1: TComboBox
- Left = 80
- Height = 23
- Top = 16
- Width = 100
- ItemHeight = 15
- OnChange = ComboBox1Change
- TabOrder = 0
- Text = 'ComboBox1'
- end
- object ListBox1: TListBox
- Left = 8
- Height = 144
- Top = 88
- Width = 80
- ItemHeight = 0
- OnClick = ListBox1Click
- ScrollWidth = 78
- TabOrder = 1
- end
- object Label1: TLabel
- Left = 8
- Height = 15
- Top = 64
- Width = 62
- Caption = 'Token type:'
- ParentColor = False
- end
- object colTextCol: TColorButton
- Left = 120
- Height = 25
- Top = 88
- Width = 75
- BorderWidth = 2
- ButtonColorSize = 16
- ButtonColor = clBlack
- OnColorChanged = colTextColColorChanged
- end
- object Label2: TLabel
- Left = 120
- Height = 15
- Top = 72
- Width = 60
- Caption = 'Text Color: '
- ParentColor = False
- end
- object Label3: TLabel
- Left = 8
- Height = 15
- Top = 20
- Width = 55
- Caption = 'Language:'
- ParentColor = False
- end
- object chkAutoComp: TCheckBox
- Left = 232
- Height = 19
- Top = 20
- Width = 112
- Caption = 'Auto Completion'
- OnChange = chkAutoCompChange
- TabOrder = 2
- end
- object Label4: TLabel
- Left = 120
- Height = 15
- Top = 128
- Width = 63
- Caption = 'Back Color: '
- ParentColor = False
- end
- object colBackCol: TColorButton
- Left = 120
- Height = 25
- Top = 144
- Width = 75
- BorderWidth = 2
- ButtonColorSize = 16
- ButtonColor = clBlack
- end
- object chkBold: TCheckBox
- Left = 240
- Height = 19
- Top = 72
- Width = 44
- Caption = 'Bold'
- OnChange = chkBoldChange
- TabOrder = 3
- end
- object chkItalic: TCheckBox
- Left = 240
- Height = 19
- Top = 108
- Width = 45
- Caption = 'Italic'
- OnChange = chkItalicChange
- TabOrder = 4
- end
- object chkUnder: TCheckBox
- Left = 240
- Height = 19
- Top = 144
- Width = 71
- Caption = 'Underline'
- OnChange = chkUnderChange
- TabOrder = 5
- end
- end
|