1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200
|
object frmMain: TfrmMain
Left = 33
Height = 440
Top = 116
Width = 714
HorzScrollBar.Page = 713
VertScrollBar.Page = 439
ActiveControl = lbFamily
Caption = 'frmMain'
ClientHeight = 440
ClientWidth = 714
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnShow = FormShow
ShowHint = True
LCLVersion = '1.9.0.0'
object Label3: TLabel
Left = 548
Height = 15
Top = 257
Width = 27
Caption = 'Filtro'
ParentColor = False
end
object Label4: TLabel
Left = 216
Height = 15
Top = 16
Width = 67
Caption = 'Face font list'
ParentColor = False
end
object Label5: TLabel
Left = 424
Height = 15
Top = 11
Width = 30
Caption = 'Styles'
ParentColor = False
end
object Sizes: TLabel
Left = 648
Height = 15
Top = 11
Width = 25
Caption = 'Sizes'
ParentColor = False
end
object lblCharset: TLabel
Left = 424
Height = 15
Top = 176
Width = 53
Caption = 'lblCharset'
ParentColor = False
end
object Label6: TLabel
Left = 11
Height = 15
Top = 16
Width = 26
Caption = 'Filter'
ParentColor = False
end
object lbFamily: TListBox
Left = 216
Height = 272
Top = 32
Width = 200
ItemHeight = 0
OnClick = lbFamilyClick
Options = [lboDrawFocusRect]
TabOrder = 0
end
object cbCharset: TComboBox
Left = 8
Height = 23
Top = 37
Width = 194
ItemHeight = 15
TabOrder = 1
Text = 'ANSI_CHARSET'
end
object Button2: TButton
Left = 8
Height = 25
Top = 96
Width = 75
BorderSpacing.InnerBorder = 4
Caption = 'apply filter'
OnClick = Button2Click
TabOrder = 2
end
object lbStyles: TListBox
Left = 424
Height = 128
Top = 32
Width = 208
ItemHeight = 0
OnClick = lbStylesClick
Options = [lboDrawFocusRect]
TabOrder = 3
end
object lbSizes: TListBox
Left = 640
Height = 272
Top = 32
Width = 56
ItemHeight = 0
OnClick = lbSizesClick
Options = [lboDrawFocusRect]
TabOrder = 4
end
object lbCharset: TListBox
Left = 424
Height = 112
Top = 192
Width = 208
ItemHeight = 0
OnClick = lbCharsetClick
Options = [lboDrawFocusRect]
TabOrder = 5
end
object cbPitch: TComboBox
Left = 8
Height = 23
Top = 61
Width = 194
ItemHeight = 15
ItemIndex = 0
Items.Strings = (
'DEFAULT_PITCH'
'FIXED_PITCH'
'VARIABLE_PITCH'
'MONO_FONT'
)
TabOrder = 6
Text = 'DEFAULT_PITCH'
end
object BtnFontDlg: TButton
Left = 56
Height = 40
Top = 368
Width = 152
BorderSpacing.InnerBorder = 4
Caption = 'Font Dlg'
OnClick = BtnFontDlgClick
TabOrder = 7
end
object chkStrike: TCheckBox
Left = 591
Height = 19
Top = 312
Width = 67
Caption = 'Strikeout'
OnChange = chkStrikeChange
TabOrder = 8
end
object chkUnderLine: TCheckBox
Left = 592
Height = 19
Top = 336
Width = 74
Caption = 'UnderLine'
OnChange = chkUnderLineChange
TabOrder = 9
end
object Button1: TButton
Left = 56
Height = 41
Top = 312
Width = 153
BorderSpacing.InnerBorder = 4
Caption = 'Reset Sample Text'
OnClick = Button1Click
TabOrder = 10
end
object grid: TStringGrid
Left = 216
Height = 120
Top = 312
Width = 368
AutoFillColumns = True
ColCount = 1
DefaultRowHeight = 17
FixedCols = 0
FixedRows = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goThumbTracking, goSmoothScroll]
TabOrder = 11
ColWidths = (
364
)
end
object FontDialog1: TFontDialog
MinFontSize = 0
MaxFontSize = 0
left = 312
top = 384
end
end
|