object frmGridSetup: TfrmGridSetup Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'Grid setup' ClientHeight = 294 ClientWidth = 487 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object bvlButton: TBevel Left = 0 Top = 253 Width = 489 Height = 20 Shape = bsTopLine end object lblWidth: TLabel Left = 232 Top = 224 Width = 74 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Width:' end object lblWidthFix: TLabel Left = 351 Top = 224 Width = 50 Height = 13 Caption = 'characters' end object btnOk: TButton Left = 328 Top = 264 Width = 75 Height = 25 Caption = '&OK' ModalResult = 1 TabOrder = 0 end object btnCancel: TButton Left = 408 Top = 264 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object clbFields: TCheckListBox Left = 8 Top = 8 Width = 201 Height = 233 DragMode = dmAutomatic ItemHeight = 13 PopupMenu = pmColumns TabOrder = 2 OnClick = clbFieldsClick OnDragDrop = clbFieldsDragDrop OnDragOver = clbFieldsDragOver end object gbTitle: TGroupBox Left = 216 Top = 3 Width = 265 Height = 120 Caption = ' Title ' TabOrder = 3 object lblTitleCaption: TLabel Left = 5 Top = 18 Width = 85 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Caption:' FocusControl = edTitleCaption end object lblTitleAlignment: TLabel Left = 5 Top = 42 Width = 85 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Alignment:' end object lblTitleColor: TLabel Left = 5 Top = 69 Width = 85 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Background:' end object lblTitleFont: TLabel Left = 5 Top = 94 Width = 85 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Font:' FocusControl = edTitleFont end object edTitleCaption: TEdit Tag = 1 Left = 96 Top = 16 Width = 161 Height = 21 TabOrder = 0 Text = 'edTitleCaption' OnExit = PropertyExit end object edTitleFont: TEdit Tag = 4 Left = 96 Top = 89 Width = 137 Height = 21 ReadOnly = True TabOrder = 2 Text = 'edTitleFont' OnExit = PropertyExit end object cbTitleAlignment: TComboBox Tag = 2 Left = 96 Top = 40 Width = 161 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnExit = PropertyExit end object SMColorsCBTitle: TComboBox Tag = 3 Left = 96 Top = 64 Width = 161 Height = 22 Style = csOwnerDrawFixed ItemHeight = 16 Items.Strings = ( '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '') TabOrder = 3 OnChange = SMColorsCBTitleChange OnClick = SMColorsCBTitleClick OnDrawItem = SMColorsCBTitleDrawItem OnExit = PropertyExit end object btnTitleFont: TButton Tag = 4 Left = 235 Top = 89 Width = 21 Height = 21 Caption = '...' TabOrder = 4 OnClick = edTitleFontButtonClick end end object gbData: TGroupBox Left = 216 Top = 123 Width = 265 Height = 94 Caption = ' Data ' TabOrder = 4 object lblDataAlignment: TLabel Left = 5 Top = 18 Width = 85 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Alignment:' end object lblDataColor: TLabel Left = 5 Top = 45 Width = 85 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Background:' end object lblDataFont: TLabel Left = 5 Top = 70 Width = 85 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Font:' FocusControl = edDataFont end object edDataFont: TEdit Tag = 7 Left = 96 Top = 65 Width = 137 Height = 21 ReadOnly = True TabOrder = 1 Text = 'edDataFont' OnExit = PropertyExit end object cbDataAlignment: TComboBox Tag = 5 Left = 96 Top = 16 Width = 161 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnExit = PropertyExit end object SMColorsCBData: TComboBox Tag = 6 Left = 96 Top = 40 Width = 161 Height = 22 Style = csOwnerDrawFixed ItemHeight = 16 Items.Strings = ( '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '') TabOrder = 2 OnChange = SMColorsCBTitleChange OnClick = SMColorsCBTitleClick OnDrawItem = SMColorsCBTitleDrawItem OnExit = PropertyExit end object btnDataFont: TButton Tag = 7 Left = 235 Top = 65 Width = 21 Height = 21 Caption = '...' TabOrder = 3 OnClick = edTitleFontButtonClick end end object edWidth: TEdit Tag = 9 Left = 316 Top = 221 Width = 30 Height = 21 TabOrder = 5 Text = '10' OnExit = PropertyExit end object FontDlg: TFontDialog Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Left = 16 Top = 262 end object pmColumns: TPopupMenu Left = 128 Top = 256 object miSelectAll: TMenuItem Caption = 'Select &All' OnClick = miSelectAllClick end object miUnselectAll: TMenuItem Tag = 1 Caption = '&Unselect all' OnClick = miSelectAllClick end object miInvertSelection: TMenuItem Tag = 2 Caption = 'Invert selection' OnClick = miSelectAllClick end end end