object FM_Options: TFM_Options Left = 251 Top = 176 BorderStyle = bsDialog Caption = 'Options' ClientHeight = 308 ClientWidth = 537 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Icon.Data = {} Position = poDefault OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object BT_Ok: TButton Left = 213 Top = 274 Width = 100 Height = 30 Hint = 'Save current settings' Caption = 'Ok' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 end object BT_Cancel: TButton Left = 322 Top = 274 Width = 100 Height = 30 Hint = 'Cancel any changes' Caption = 'Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 end object BT_Help: TButton Left = 430 Top = 274 Width = 100 Height = 30 Hint = 'Display Help screen' Caption = 'Help' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = BT_HelpClick end object PC_Options: TPageControl Left = 6 Top = 10 Width = 524 Height = 260 ActivePage = TS_Program Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] HotTrack = True ParentFont = False TabOrder = 3 TabWidth = 90 object TS_Program: TTabSheet Caption = 'Program' object LL_DefaultDir: TLabel Left = 12 Top = 177 Width = 97 Height = 16 Caption = '&Default directory' FocusControl = ED_DefaultDir Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object GB_Options: TGroupBox Left = 12 Top = 12 Width = 234 Height = 152 Caption = ' &Options ' Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 0 object CK_DispHints: TCheckBox Left = 12 Top = 21 Width = 201 Height = 21 Hint = 'Enable pop-up hints' Caption = 'Display Pop-up hints' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object CK_DispSpeedbar: TCheckBox Left = 12 Top = 46 Width = 201 Height = 20 Hint = 'Show the speedbar' Caption = 'Display Speedbar' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end object CK_DispStatusLine: TCheckBox Left = 12 Top = 70 Width = 201 Height = 21 Hint = 'Show the status line' Caption = 'Display Status line' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = CK_DispStatusLineClick end end object GB_StatusLine: TGroupBox Left = 271 Top = 12 Width = 234 Height = 152 Caption = ' &Status line ' Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 1 object CK_DispPosition: TCheckBox Left = 12 Top = 21 Width = 201 Height = 21 Hint = 'Show position panel' Caption = 'Position' Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object CK_DispMode: TCheckBox Left = 12 Top = 70 Width = 201 Height = 21 Hint = 'Show cursor style panel' Caption = 'Overwrite/Insert mode' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 end object CK_DispModified: TCheckBox Left = 12 Top = 46 Width = 201 Height = 20 Hint = 'Show modified indicator panel' Caption = 'Modified' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end object CK_DispLineCount: TCheckBox Left = 12 Top = 95 Width = 201 Height = 21 Hint = 'Show line count panel' Caption = 'Line count' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 end object CK_DispCharCount: TCheckBox Left = 12 Top = 119 Width = 201 Height = 21 Hint = 'Show character count panel' Caption = 'Character count' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 end end object ED_DefaultDir: TEdit Left = 12 Top = 198 Width = 414 Height = 24 Hint = 'Normal start-up directory' Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 2 end object BT_Browse: TButton Left = 435 Top = 194 Width = 75 Height = 30 Hint = 'Browse for default directory' Caption = 'Browse' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = BT_BrowseClick end end object TS_Editor: TTabSheet Caption = 'Editor' object GB_Wrap: TGroupBox Left = 12 Top = 12 Width = 234 Height = 99 Caption = ' &Word wrap ' Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 0 object LL_Column: TLabel Left = 169 Top = 30 Width = 45 Height = 16 Caption = 'Column' FocusControl = ED_WrapAtColumn Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object RB_WrapToColumn: TRadioButton Left = 11 Top = 44 Width = 139 Height = 21 Hint = 'Wrap at specific column' Caption = 'Wrap to column' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = CK_EnableWWClick end object RB_WrapToWindow: TRadioButton Left = 11 Top = 69 Width = 139 Height = 21 Hint = 'Wrap at window limit' Caption = 'Wrap to window' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 TabStop = True OnClick = CK_EnableWWClick end object ED_WrapAtColumn: TOvcNumericField Left = 169 Top = 49 Width = 30 Height = 25 Cursor = crIBeam Hint = 'Column # to wrap at' DataType = nftInteger AutoSize = False CaretOvr.Shape = csBlock Controller = Z_OvcController1 Ctl3D = True DisabledColors.BackColor = clWindow DisabledColors.TextColor = clGrayText ErrorColors.BackColor = clRed ErrorColors.TextColor = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] HighlightColors.BackColor = clHighlight HighlightColors.TextColor = clHighlightText ParentCtl3D = False ParentFont = False PictureMask = 'iii'} RangeLow = {00000000000000000000} end object Z_WrapColumnSpin: TOvcSpinner Left = 199 Top = 48 Width = 19 Height = 26 Delta = 1.000000000000000000 FocusedControl = ED_WrapAtColumn end object CK_EnableWW: TCheckBox Left = 11 Top = 20 Width = 147 Height = 21 Hint = 'Toggle word wrapping' Caption = 'Enable wordwrap' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = CK_EnableWWClick end end object GB_Tab: TGroupBox Left = 271 Top = 12 Width = 234 Height = 99 Caption = ' &Tabs ' Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 1 object LL_Tabsize: TLabel Left = 157 Top = 30 Width = 52 Height = 16 Caption = 'Tab size' FocusControl = ED_TabSize Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object RB_SpaceTabs: TRadioButton Left = 11 Top = 20 Width = 117 Height = 21 Hint = 'Use space character' Caption = #39'Space'#39' tabs' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 TabStop = True end object RB_SmartTabs: TRadioButton Left = 11 Top = 69 Width = 117 Height = 21 Hint = 'Indent to previous line start' Caption = 'Smart tabs' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 end object RB_RealTabs: TRadioButton Left = 11 Top = 44 Width = 117 Height = 21 Hint = 'Use tab character' Caption = 'Real tabs' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end object Z_TabSizeSpin: TOvcSpinner Left = 187 Top = 48 Width = 19 Height = 26 Delta = 1.000000000000000000 FocusedControl = ED_TabSize end object ED_TabSize: TOvcNumericField Left = 157 Top = 49 Width = 30 Height = 25 Cursor = crIBeam Hint = 'Set tab size' DataType = nftInteger AutoSize = False CaretOvr.Shape = csBlock Controller = Z_OvcController1 DisabledColors.BackColor = clWindow DisabledColors.TextColor = clGrayText ErrorColors.BackColor = clRed ErrorColors.TextColor = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] HighlightColors.BackColor = clHighlight HighlightColors.TextColor = clHighlightText ParentFont = False PictureMask = 'ii'} RangeLow = {00000000000000000000} end end object GB_Misc: TGroupBox Left = 12 Top = 129 Width = 493 Height = 89 Caption = ' &Miscellaneous ' Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 2 object CK_AutoIndent: TCheckBox Left = 11 Top = 18 Width = 119 Height = 21 Hint = 'Line up with previous text' Caption = 'Auto-Indent' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object CK_MakeBackups: TCheckBox Left = 11 Top = 40 Width = 142 Height = 21 Hint = 'Make *.bak files when saving' Caption = 'Create backups' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end object CK_StripBlanks: TCheckBox Left = 270 Top = 18 Width = 187 Height = 21 Hint = 'Remove spaces at end of lines when loading files' Caption = 'Strip trailing blanks' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 end object CK_OpenEmpty: TCheckBox Left = 270 Top = 40 Width = 216 Height = 21 Hint = 'Open an empty editor on start-up' Caption = 'Open empty editor on start-up' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 end object CK_MaxOnlyChild: TCheckBox Left = 11 Top = 62 Width = 335 Height = 21 Hint = 'Maximize editor if only one file is open' Caption = 'Always maximize single edit windows' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 end end end object TS_Desktop: TTabSheet Caption = 'Desktop' object GB_Screen: TGroupBox Left = 12 Top = 12 Width = 489 Height = 84 Caption = ' &Screen startup position ' Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 0 object RB_DeskWin: TRadioButton Left = 12 Top = 21 Width = 225 Height = 21 Caption = 'Windows default' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = RB_DeskFixedClick end object RB_DeskRestore: TRadioButton Left = 12 Top = 49 Width = 225 Height = 20 Caption = 'Restore from previous session' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = RB_DeskFixedClick end object RB_DeskFixed: TRadioButton Left = 250 Top = 21 Width = 214 Height = 21 Caption = 'Use fixed settings' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = RB_DeskFixedClick end object CK_CurrentAsFixed: TCheckBox Left = 250 Top = 49 Width = 214 Height = 21 Caption = 'Use current position as fixed' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 end end end object TS_Filters: TTabSheet Caption = 'File filters' object GB_Filters: TGroupBox Left = 12 Top = 12 Width = 489 Height = 204 Caption = ' &Filter definitions ' Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 0 object LL_1: TLabel Left = 12 Top = 48 Width = 7 Height = 16 Alignment = taRightJustify Caption = '&1' FocusControl = ED_Name1 Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LL_2: TLabel Left = 12 Top = 89 Width = 7 Height = 16 Alignment = taRightJustify Caption = '&2' FocusControl = ED_Name2 Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LL_3: TLabel Left = 12 Top = 129 Width = 7 Height = 16 Alignment = taRightJustify Caption = '&3' FocusControl = ED_Name3 Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LL_4: TLabel Left = 12 Top = 170 Width = 7 Height = 16 Alignment = taRightJustify Caption = '&4' FocusControl = ED_Name4 Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LL_5: TLabel Left = 262 Top = 48 Width = 7 Height = 16 Alignment = taRightJustify Caption = '&5' FocusControl = ED_Name5 Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LL_6: TLabel Left = 262 Top = 89 Width = 7 Height = 16 Alignment = taRightJustify Caption = '&6' FocusControl = ED_Name6 Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LL_7: TLabel Left = 262 Top = 129 Width = 7 Height = 16 Alignment = taRightJustify Caption = '&7' FocusControl = ED_Name7 Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LL_8: TLabel Left = 262 Top = 170 Width = 7 Height = 16 Alignment = taRightJustify Caption = '&8' FocusControl = ED_Name8 Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LL_FilterName1: TLabel Left = 27 Top = 23 Width = 37 Height = 16 Caption = 'Name' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LL_Filter2: TLabel Left = 410 Top = 23 Width = 29 Height = 16 Caption = 'Filter' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LL_Filter1: TLabel Left = 160 Top = 23 Width = 29 Height = 16 Caption = 'Filter' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LL_FilterName2: TLabel Left = 278 Top = 23 Width = 37 Height = 16 Caption = 'Name' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object ED_Name1: TEdit Left = 27 Top = 44 Width = 121 Height = 24 Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 0 end object ED_Filter1: TEdit Left = 160 Top = 44 Width = 65 Height = 24 Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 1 end object ED_Name2: TEdit Left = 27 Top = 85 Width = 121 Height = 24 Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 2 end object ED_Filter2: TEdit Left = 160 Top = 85 Width = 65 Height = 24 Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 3 end object ED_Name3: TEdit Left = 27 Top = 125 Width = 121 Height = 24 Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 4 end object ED_Filter3: TEdit Left = 160 Top = 125 Width = 65 Height = 24 Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 5 end object ED_Name4: TEdit Left = 27 Top = 166 Width = 121 Height = 24 Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 6 end object ED_Filter4: TEdit Left = 160 Top = 166 Width = 65 Height = 24 Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 7 end object ED_Name5: TEdit Left = 277 Top = 44 Width = 121 Height = 24 Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 8 end object ED_Filter5: TEdit Left = 410 Top = 44 Width = 65 Height = 24 Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 9 end object ED_Name6: TEdit Left = 277 Top = 85 Width = 121 Height = 24 Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 10 end object ED_Filter6: TEdit Left = 410 Top = 85 Width = 65 Height = 24 Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 11 end object ED_Name7: TEdit Left = 277 Top = 125 Width = 121 Height = 24 Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 12 end object ED_Filter7: TEdit Left = 410 Top = 125 Width = 65 Height = 24 Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 13 end object ED_Name8: TEdit Left = 277 Top = 166 Width = 121 Height = 24 Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 14 end object ED_Filter8: TEdit Left = 410 Top = 166 Width = 65 Height = 24 Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 15 end end end object TS_Colors: TTabSheet Caption = 'Colors' object GB_ProgColors: TGroupBox Left = 12 Top = 12 Width = 495 Height = 61 Caption = ' Select program background color ' Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 0 object SB_ProgWhite: TSpeedButton Left = 8 Top = 24 Width = 28 Height = 28 Hint = 'White' GroupIndex = 1 Down = True Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 88888FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFF FFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFF FFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFF FFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88888888888888888} OnClick = ProgColorButtonClick end object SB_ProgAqua: TSpeedButton Left = 38 Top = 24 Width = 28 Height = 28 Hint = 'Aqua' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 88888EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEE EEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEE EEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEE EEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88888888888888888} OnClick = ProgColorButtonClick end object SB_ProgFuchsia: TSpeedButton Left = 68 Top = 24 Width = 28 Height = 28 Hint = 'Fuchsia' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 88888DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDD DDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDD DDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDD DDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88888888888888888} OnClick = ProgColorButtonClick end object SB_ProgGray: TSpeedButton Left = 98 Top = 24 Width = 28 Height = 28 Hint = 'Gray' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000 0000088888888888888008888888888888800888888888888880088888888888 8880088888888888888008888888888888800888888888888880088888888888 8880088888888888888008888888888888800888888888888880088888888888 8880088888888888888008888888888888800000000000000000} OnClick = ProgColorButtonClick end object SB_ProgMaroon: TSpeedButton Left = 128 Top = 24 Width = 28 Height = 28 Hint = 'Maroon' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 8888811111111111111881111111111111188111111111111118811111111111 1118811111111111111881111111111111188111111111111118811111111111 1118811111111111111881111111111111188111111111111118811111111111 1118811111111111111881111111111111188888888888888888} OnClick = ProgColorButtonClick end object SB_ProgOlive: TSpeedButton Left = 158 Top = 24 Width = 28 Height = 28 Hint = 'Olive' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 8888833333333333333883333333333333388333333333333338833333333333 3338833333333333333883333333333333388333333333333338833333333333 3338833333333333333883333333333333388333333333333338833333333333 3338833333333333333883333333333333388888888888888888} OnClick = ProgColorButtonClick end object SB_ProgRed: TSpeedButton Left = 188 Top = 24 Width = 28 Height = 28 Hint = 'Red' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 8888899999999999999889999999999999988999999999999998899999999999 9998899999999999999889999999999999988999999999999998899999999999 9998899999999999999889999999999999988999999999999998899999999999 9998899999999999999889999999999999988888888888888888} OnClick = ProgColorButtonClick end object SB_ProgTeal: TSpeedButton Left = 218 Top = 24 Width = 28 Height = 28 Hint = 'Teal' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 8888866666666666666886666666666666688666666666666668866666666666 6668866666666666666886666666666666688666666666666668866666666666 6668866666666666666886666666666666688666666666666668866666666666 6668866666666666666886666666666666688888888888888888} OnClick = ProgColorButtonClick end object SB_ProgBlack: TSpeedButton Left = 248 Top = 24 Width = 28 Height = 28 Hint = 'Black' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 8888800000000000000880000000000000088000000000000008800000000000 0008800000000000000880000000000000088000000000000008800000000000 0008800000000000000880000000000000088000000000000008800000000000 0008800000000000000880000000000000088888888888888888} OnClick = ProgColorButtonClick end object SB_ProgBlue: TSpeedButton Left = 278 Top = 24 Width = 28 Height = 28 Hint = 'Blue' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 88888CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCC CCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCC CCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCC CCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88888888888888888} OnClick = ProgColorButtonClick end object SB_ProgGreen: TSpeedButton Left = 308 Top = 24 Width = 28 Height = 28 Hint = 'Green' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 8888822222222222222882222222222222288222222222222228822222222222 2228822222222222222882222222222222288222222222222228822222222222 2228822222222222222882222222222222288222222222222228822222222222 2228822222222222222882222222222222288888888888888888} OnClick = ProgColorButtonClick end object SB_ProgLime: TSpeedButton Left = 338 Top = 24 Width = 28 Height = 28 Hint = 'Lime' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 88888AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAA AAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAA AAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAA AAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88888888888888888} OnClick = ProgColorButtonClick end object SB_ProgNavy: TSpeedButton Left = 368 Top = 24 Width = 28 Height = 28 Hint = 'Navy' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 8888844444444444444884444444444444488444444444444448844444444444 4448844444444444444884444444444444488444444444444448844444444444 4448844444444444444884444444444444488444444444444448844444444444 4448844444444444444884444444444444488888888888888888} OnClick = ProgColorButtonClick end object SB_ProgPurple: TSpeedButton Left = 398 Top = 24 Width = 28 Height = 28 Hint = 'Purple' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 8888855555555555555885555555555555588555555555555558855555555555 5558855555555555555885555555555555588555555555555558855555555555 5558855555555555555885555555555555588555555555555558855555555555 5558855555555555555885555555555555588888888888888888} OnClick = ProgColorButtonClick end object SB_ProgSilver: TSpeedButton Left = 428 Top = 24 Width = 28 Height = 28 Hint = 'Silver' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 8888877777777777777887777777777777788777777777777778877777777777 7778877777777777777887777777777777788777777777777778877777777777 7778877777777777777887777777777777788777777777777778877777777777 7778877777777777777887777777777777788888888888888888} OnClick = ProgColorButtonClick end object SB_ProgYellow: TSpeedButton Left = 458 Top = 24 Width = 28 Height = 28 Hint = 'Yellow' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 88888BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBB BBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBB BBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBB BBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88888888888888888} OnClick = ProgColorButtonClick end end object GB_EditColors: TGroupBox Left = 12 Top = 78 Width = 495 Height = 147 Caption = ' Select editor background color ' Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 1 object SB_EditWhite: TSpeedButton Left = 8 Top = 24 Width = 28 Height = 28 Hint = 'White' GroupIndex = 1 Down = True Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 88888FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFF FFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFF FFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFF FFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88888888888888888} OnClick = EditColorButtonClick end object SB_EditAqua: TSpeedButton Left = 38 Top = 24 Width = 28 Height = 28 Hint = 'Aqua' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 88888EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEE EEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEE EEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEE EEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88888888888888888} OnClick = EditColorButtonClick end object SB_EditFuchsia: TSpeedButton Left = 68 Top = 24 Width = 28 Height = 28 Hint = 'Fuchsia' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 88888DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDD DDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDD DDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDD DDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88888888888888888} OnClick = EditColorButtonClick end object SB_EditGray: TSpeedButton Left = 98 Top = 24 Width = 28 Height = 28 Hint = 'Gray' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000 0000088888888888888008888888888888800888888888888880088888888888 8880088888888888888008888888888888800888888888888880088888888888 8880088888888888888008888888888888800888888888888880088888888888 8880088888888888888008888888888888800000000000000000} OnClick = EditColorButtonClick end object SB_EditMaroon: TSpeedButton Left = 128 Top = 24 Width = 28 Height = 28 Hint = 'Maroon' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 8888811111111111111881111111111111188111111111111118811111111111 1118811111111111111881111111111111188111111111111118811111111111 1118811111111111111881111111111111188111111111111118811111111111 1118811111111111111881111111111111188888888888888888} OnClick = EditColorButtonClick end object SB_EditOlive: TSpeedButton Left = 158 Top = 24 Width = 28 Height = 28 Hint = 'Olive' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 8888833333333333333883333333333333388333333333333338833333333333 3338833333333333333883333333333333388333333333333338833333333333 3338833333333333333883333333333333388333333333333338833333333333 3338833333333333333883333333333333388888888888888888} OnClick = EditColorButtonClick end object SB_EditRed: TSpeedButton Left = 188 Top = 24 Width = 28 Height = 28 Hint = 'Red' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 8888899999999999999889999999999999988999999999999998899999999999 9998899999999999999889999999999999988999999999999998899999999999 9998899999999999999889999999999999988999999999999998899999999999 9998899999999999999889999999999999988888888888888888} OnClick = EditColorButtonClick end object SB_EditTeal: TSpeedButton Left = 218 Top = 24 Width = 28 Height = 28 Hint = 'Teal' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 8888866666666666666886666666666666688666666666666668866666666666 6668866666666666666886666666666666688666666666666668866666666666 6668866666666666666886666666666666688666666666666668866666666666 6668866666666666666886666666666666688888888888888888} OnClick = EditColorButtonClick end object SB_EditBlack: TSpeedButton Left = 248 Top = 24 Width = 28 Height = 28 Hint = 'Black' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 8888800000000000000880000000000000088000000000000008800000000000 0008800000000000000880000000000000088000000000000008800000000000 0008800000000000000880000000000000088000000000000008800000000000 0008800000000000000880000000000000088888888888888888} OnClick = EditColorButtonClick end object SB_EditBlue: TSpeedButton Left = 278 Top = 24 Width = 28 Height = 28 Hint = 'Blue' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 88888CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCC CCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCC CCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCC CCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88888888888888888} OnClick = EditColorButtonClick end object SB_EditGreen: TSpeedButton Left = 308 Top = 24 Width = 28 Height = 28 Hint = 'Green' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 8888822222222222222882222222222222288222222222222228822222222222 2228822222222222222882222222222222288222222222222228822222222222 2228822222222222222882222222222222288222222222222228822222222222 2228822222222222222882222222222222288888888888888888} OnClick = EditColorButtonClick end object SB_EditLime: TSpeedButton Left = 338 Top = 24 Width = 28 Height = 28 Hint = 'Lime' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 88888AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAA AAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAA AAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAA AAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88888888888888888} OnClick = EditColorButtonClick end object SB_EditNavy: TSpeedButton Left = 368 Top = 24 Width = 28 Height = 28 Hint = 'Navy' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 8888844444444444444884444444444444488444444444444448844444444444 4448844444444444444884444444444444488444444444444448844444444444 4448844444444444444884444444444444488444444444444448844444444444 4448844444444444444884444444444444488888888888888888} OnClick = EditColorButtonClick end object SB_EditPurple: TSpeedButton Left = 398 Top = 24 Width = 28 Height = 28 Hint = 'Purple' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 8888855555555555555885555555555555588555555555555558855555555555 5558855555555555555885555555555555588555555555555558855555555555 5558855555555555555885555555555555588555555555555558855555555555 5558855555555555555885555555555555588888888888888888} OnClick = EditColorButtonClick end object SB_EditSilver: TSpeedButton Left = 428 Top = 24 Width = 28 Height = 28 Hint = 'Silver' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 8888877777777777777887777777777777788777777777777778877777777777 7778877777777777777887777777777777788777777777777778877777777777 7778877777777777777887777777777777788777777777777778877777777777 7778877777777777777887777777777777788888888888888888} OnClick = EditColorButtonClick end object SB_EditYellow: TSpeedButton Left = 458 Top = 24 Width = 28 Height = 28 Hint = 'Yellow' GroupIndex = 1 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888 88888BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBB BBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBB BBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBB BBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88888888888888888} OnClick = EditColorButtonClick end object LL_Sample: TLabel Left = 8 Top = 57 Width = 47 Height = 16 Caption = 'Sample' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object PL_Sample: TPanel Left = 8 Top = 75 Width = 477 Height = 63 Alignment = taLeftJustify BevelInner = bvLowered BevelOuter = bvNone Caption = ' I sing of Olaf glad and big' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end end end end object Z_OvcController1: TOvcController EntryCommands.TableList = ( 'Default' True () 'WordStar' False () 'Grid' False ()) Left = 7 Top = 277 end end