inherited frmSettings: TfrmSettings Left = 402 Top = 343 BorderStyle = bsDialog Caption = 'Settings' ClientHeight = 387 ClientWidth = 502 OldCreateOrder = True Position = poOwnerFormCenter OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy DesignSize = ( 502 387) PixelsPerInch = 96 TextHeight = 13 object bbtnOk: TBitBtn Left = 185 Top = 356 Width = 75 Height = 25 Anchors = [akRight, akBottom] TabOrder = 1 OnClick = bbtnOkClick Kind = bkOK end object bbtnCancel: TBitBtn Left = 265 Top = 356 Width = 75 Height = 25 Anchors = [akRight, akBottom] TabOrder = 2 Kind = bkCancel end object bbtnApply: TBitBtn Left = 345 Top = 356 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'Apply' Enabled = False TabOrder = 3 OnClick = bbtnApplyClick end object bbtnHelp: TBitBtn Left = 425 Top = 356 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'Help' TabOrder = 4 OnClick = bbtnHelpClick Kind = bkHelp end object Panel1: TPanel Left = 0 Top = 0 Width = 502 Height = 347 Align = alTop Anchors = [akLeft, akTop, akRight, akBottom] BevelOuter = bvNone TabOrder = 0 object pcSettings: TPageControl Left = 153 Top = 0 Width = 349 Height = 347 ActivePage = TabSheet2 Align = alClient TabIndex = 5 TabOrder = 1 object tsCursor: TTabSheet Caption = 'Cursor' object Label12: TLabel Left = 8 Top = 8 Width = 53 Height = 19 Caption = 'Cursor' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object rgInsertCaret: TRadioGroup Left = 8 Top = 32 Width = 97 Height = 105 Caption = 'Insert cursor' ItemIndex = 0 Items.Strings = ( 'Vertical' 'Horizontal' 'Half block' 'Block') TabOrder = 0 OnClick = cbGutterVisibleClick end object rgOverwriteCaret: TRadioGroup Left = 112 Top = 32 Width = 97 Height = 105 Caption = 'Overwrite cursor' ItemIndex = 3 Items.Strings = ( 'Vertical' 'Horizontal' 'Half block' 'Block') TabOrder = 1 OnClick = cbGutterVisibleClick end object GroupBox10: TGroupBox Left = 8 Top = 144 Width = 201 Height = 41 Caption = 'Search' TabOrder = 2 object cbAtCursor: TCheckBox Left = 8 Top = 16 Width = 185 Height = 17 Caption = 'Find text at cursor' TabOrder = 0 OnClick = cbGutterVisibleClick end end end object tsEditor2: TTabSheet Caption = 'TabLimits' ImageIndex = 3 object Label13: TLabel Left = 8 Top = 8 Width = 126 Height = 19 Caption = 'Tab key && Limits' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object GroupBox3: TGroupBox Left = 8 Top = 32 Width = 105 Height = 97 Caption = 'Tab key' TabOrder = 0 object Label6: TLabel Left = 8 Top = 48 Width = 43 Height = 13 Caption = 'Tab size:' end object cbSmartTab: TCheckBox Left = 8 Top = 24 Width = 89 Height = 17 Caption = 'Smart Tabs' TabOrder = 0 OnClick = cbGutterVisibleClick end object edtTabSize: TNumEdit Left = 8 Top = 64 Width = 73 Height = 21 TabOrder = 1 Text = '0' OnChange = cbGutterVisibleClick EnableHexa = True end end object GroupBox4: TGroupBox Left = 120 Top = 32 Width = 89 Height = 153 Caption = 'Limits' TabOrder = 1 object Label7: TLabel Left = 8 Top = 16 Width = 50 Height = 13 Caption = 'Max undo:' end object Label11: TLabel Left = 8 Top = 64 Width = 64 Height = 13 Caption = 'Max left char:' end object Label4: TLabel Left = 8 Top = 112 Width = 67 Height = 13 Caption = 'Chars per line:' end object seMaxUndo: TSpinEdit Left = 8 Top = 32 Width = 73 Height = 22 MaxValue = 65535 MinValue = 1 TabOrder = 0 Value = 1 OnChange = cbGutterVisibleClick end object seMaxLeftChar: TSpinEdit Left = 8 Top = 80 Width = 73 Height = 22 MaxValue = 65535 MinValue = 80 TabOrder = 1 Value = 80 OnChange = cbGutterVisibleClick end object edtCharsPerLine: TNumEdit Left = 8 Top = 126 Width = 71 Height = 21 TabOrder = 2 Text = '80' OnChange = cbGutterVisibleClick EnableHexa = True end end end object TabSheet5: TTabSheet Caption = 'DefHigMulClip' ImageIndex = 5 object Label14: TLabel Left = 8 Top = 8 Width = 176 Height = 19 Caption = 'Highlighter && clipboard' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object GroupBox14: TGroupBox Left = 8 Top = 32 Width = 201 Height = 57 Caption = 'Default highlighter' TabOrder = 0 object cbDefaultHighlighter: TComboBox Left = 8 Top = 24 Width = 179 Height = 21 Style = csDropDownList DropDownCount = 16 ItemHeight = 13 ItemIndex = 0 TabOrder = 0 Text = 'No highlighter' OnChange = cbGutterVisibleClick Items.Strings = ( 'No highlighter') end end object GroupBox11: TGroupBox Left = 8 Top = 96 Width = 201 Height = 137 Caption = 'Multiple clipboard' TabOrder = 1 object lblMaxRecord: TLabel Left = 8 Top = 92 Width = 64 Height = 13 Caption = 'Max. records:' end object cbAcceptGlobalClip: TCheckBox Left = 8 Top = 44 Width = 185 Height = 17 Caption = 'Accept global clipboard' TabOrder = 1 OnClick = cbGutterVisibleClick end object cbAllowDuplicities: TCheckBox Left = 8 Top = 68 Width = 185 Height = 17 Caption = 'Allow duplicities' TabOrder = 2 OnClick = cbGutterVisibleClick end object seMaxRecords: TSpinEdit Left = 8 Top = 108 Width = 185 Height = 22 MaxValue = 50 MinValue = 1 TabOrder = 3 Value = 1 OnChange = cbGutterVisibleClick end object cbUseClipboardViewer: TCheckBox Left = 8 Top = 20 Width = 185 Height = 17 Caption = 'Use this feature' TabOrder = 0 OnClick = cbUseClipboardViewerClick end end end object TabSheet4: TTabSheet Caption = 'Colors' ImageIndex = 3 object Label15: TLabel Left = 8 Top = 8 Width = 106 Height = 19 Caption = 'Default colors' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object GroupBox7: TGroupBox Left = 8 Top = 152 Width = 161 Height = 113 Caption = 'Selected text' TabOrder = 2 object Label2: TLabel Left = 8 Top = 16 Width = 106 Height = 13 Caption = 'Default selected color:' end object Label3: TLabel Left = 8 Top = 64 Width = 140 Height = 13 Caption = 'Default selected background:' end object cbSelect: TColorBox Left = 8 Top = 32 Width = 145 Height = 22 Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeNone, cbCustomColor, cbPrettyNames] ItemHeight = 16 TabOrder = 0 OnChange = cbGutterVisibleClick end object cbSelectBackground: TColorBox Left = 8 Top = 80 Width = 145 Height = 22 Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeNone, cbCustomColor, cbPrettyNames] ItemHeight = 16 TabOrder = 1 OnChange = cbGutterVisibleClick end end object GroupBox8: TGroupBox Left = 176 Top = 32 Width = 161 Height = 113 Caption = 'Gutter' TabOrder = 1 object Label8: TLabel Left = 8 Top = 64 Width = 113 Height = 13 Caption = 'Default right edge color:' end object Label5: TLabel Left = 8 Top = 16 Width = 93 Height = 13 Caption = 'Default gutter color:' end object cbGutter: TColorBox Left = 8 Top = 32 Width = 145 Height = 22 Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeNone, cbCustomColor, cbPrettyNames] ItemHeight = 16 TabOrder = 0 OnChange = cbGutterVisibleClick end object cbRighEdge: TColorBox Left = 8 Top = 80 Width = 145 Height = 22 Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeNone, cbCustomColor, cbPrettyNames] ItemHeight = 16 TabOrder = 1 OnChange = cbGutterVisibleClick end end object GroupBox9: TGroupBox Left = 8 Top = 32 Width = 161 Height = 113 Caption = 'Default text' TabOrder = 0 object Label9: TLabel Left = 8 Top = 16 Width = 57 Height = 13 Caption = 'Foreground:' end object Label10: TLabel Left = 8 Top = 64 Width = 61 Height = 13 Caption = 'Background:' end object cbForeground: TColorBox Left = 8 Top = 32 Width = 145 Height = 22 Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeNone, cbCustomColor, cbPrettyNames] ItemHeight = 16 TabOrder = 0 OnChange = cbGutterVisibleClick end object cbBackGround: TColorBox Left = 8 Top = 80 Width = 145 Height = 22 Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeNone, cbCustomColor, cbPrettyNames] ItemHeight = 16 TabOrder = 1 OnChange = cbGutterVisibleClick end end end object TabSheet3: TTabSheet Caption = 'System' ImageIndex = 2 object Label16: TLabel Left = 8 Top = 8 Width = 57 Height = 19 Caption = 'System' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object GroupBox6: TGroupBox Left = 8 Top = 32 Width = 321 Height = 89 TabOrder = 0 object cbOneInstance: TCheckBox Left = 8 Top = 16 Width = 305 Height = 17 Caption = 'One instance (takes effect after closing all instances)' Checked = True State = cbChecked TabOrder = 0 OnClick = cbGutterVisibleClick end object cbBeepAfterCompileRun: TCheckBox Left = 8 Top = 40 Width = 305 Height = 17 Caption = 'Beep after compile/run' Checked = True State = cbChecked TabOrder = 1 OnClick = cbGutterVisibleClick end object cbUseLastRecentlyUsed: TCheckBox Left = 8 Top = 64 Width = 305 Height = 17 Caption = 'Insert rkEdit project files into Documents menu' TabOrder = 2 OnClick = cbGutterVisibleClick end end object btnRegister: TButton Left = 8 Top = 128 Width = 321 Height = 25 Caption = 'Register me as "Edit command" in default file context menu' TabOrder = 1 OnClick = btnRegisterClick end object btnRegisterProjectExtension: TButton Left = 8 Top = 160 Width = 321 Height = 25 Caption = 'btnRegisterProjectExtension' TabOrder = 2 OnClick = btnRegisterProjectExtensionClick end end object TabSheet2: TTabSheet Caption = 'DB Plug-ins' ImageIndex = 4 object Label17: TLabel Left = 8 Top = 8 Width = 91 Height = 19 Caption = 'DB Plug-ins' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object GroupBox12: TGroupBox Left = 8 Top = 128 Width = 121 Height = 89 Caption = 'Data grid' TabOrder = 1 object edtDBGridSeparator: TLabeledEdit Left = 8 Top = 32 Width = 105 Height = 21 EditLabel.Width = 49 EditLabel.Height = 13 EditLabel.Caption = 'Separator:' LabelPosition = lpAbove LabelSpacing = 3 TabOrder = 0 OnChange = cbGutterVisibleClick end object cbDBGridEOF: TCheckBox Left = 8 Top = 64 Width = 105 Height = 17 Caption = 'Separator on EOF' TabOrder = 1 OnClick = cbGutterVisibleClick end end object GroupBox13: TGroupBox Left = 136 Top = 128 Width = 121 Height = 89 Caption = 'Describing result set' TabOrder = 2 object edtStringGridSeparator: TLabeledEdit Left = 8 Top = 32 Width = 105 Height = 21 EditLabel.Width = 49 EditLabel.Height = 13 EditLabel.Caption = 'Separator:' LabelPosition = lpAbove LabelSpacing = 3 TabOrder = 0 OnChange = cbGutterVisibleClick end object cbStringGridEOF: TCheckBox Left = 8 Top = 64 Width = 105 Height = 17 Caption = 'Separator on EOF' TabOrder = 1 OnClick = cbGutterVisibleClick end end object GroupBox2: TGroupBox Left = 8 Top = 32 Width = 321 Height = 89 Caption = 'Main' TabOrder = 0 object cbLoadPluginsAutomatically: TCheckBox Left = 8 Top = 16 Width = 305 Height = 17 Caption = 'Load plug-ins automatically' Checked = True State = cbChecked TabOrder = 0 OnClick = cbGutterVisibleClick end object cbShowConnToolBarWhenLoaded: TCheckBox Left = 8 Top = 40 Width = 305 Height = 17 Caption = 'Show connection tool bar when plug-ins are loaded' TabOrder = 1 OnClick = cbGutterVisibleClick end object cbCallUnExpandVisibleCells: TCheckBox Left = 8 Top = 64 Width = 305 Height = 17 Caption = 'Call (Un)Expand visible cells after each retrieving dataset' TabOrder = 2 OnClick = cbGutterVisibleClick end end object gbDateTimeFormat: TGroupBox Left = 8 Top = 224 Width = 249 Height = 49 Caption = 'DateTime Format' TabOrder = 3 object edtDateTimeFormat: TEdit Left = 8 Top = 16 Width = 233 Height = 21 TabOrder = 0 OnChange = cbGutterVisibleClick end end end object TabSheet6: TTabSheet Caption = 'InetNews' ImageIndex = 6 object Label18: TLabel Left = 8 Top = 32 Width = 77 Height = 13 Caption = 'News language:' end object Label19: TLabel Left = 8 Top = 8 Width = 120 Height = 19 Caption = 'News from Web' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object cbNewsLanguage: TComboBox Left = 8 Top = 48 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 0 TabOrder = 0 Text = 'English' OnChange = cbGutterVisibleClick Items.Strings = ( 'English' 'Czech') end object rgNewsInterval: TRadioGroup Left = 8 Top = 80 Width = 145 Height = 105 Caption = 'Interval' ItemIndex = 0 Items.Strings = ( 'Never' 'Once a month' 'Once a week' 'Once a day') TabOrder = 1 OnClick = cbGutterVisibleClick end object edtLastSeen: TLabeledEdit Left = 160 Top = 136 Width = 145 Height = 21 Color = clBtnFace EditLabel.Width = 49 EditLabel.Height = 13 EditLabel.Caption = 'Last seen:' LabelPosition = lpAbove LabelSpacing = 3 ReadOnly = True TabOrder = 3 end object rgWhenCheck: TRadioGroup Left = 160 Top = 40 Width = 145 Height = 73 Caption = 'When check' ItemIndex = 0 Items.Strings = ( 'Ask before check news' 'Check automatically') TabOrder = 2 OnClick = cbGutterVisibleClick end object gbProxySetup: TGroupBox Left = 8 Top = 193 Width = 297 Height = 121 Caption = ' ' TabOrder = 5 object edtServer: TLabeledEdit Left = 8 Top = 40 Width = 129 Height = 21 EditLabel.Width = 34 EditLabel.Height = 13 EditLabel.Caption = 'Server:' LabelPosition = lpAbove LabelSpacing = 3 TabOrder = 0 OnChange = cbGutterVisibleClick end object edtPort: TLabeledEdit Left = 8 Top = 88 Width = 129 Height = 21 EditLabel.Width = 22 EditLabel.Height = 13 EditLabel.Caption = 'Port:' LabelPosition = lpAbove LabelSpacing = 3 TabOrder = 1 OnChange = cbGutterVisibleClick end object edtUsername: TLabeledEdit Left = 152 Top = 40 Width = 129 Height = 21 EditLabel.Width = 51 EditLabel.Height = 13 EditLabel.Caption = 'Username:' LabelPosition = lpAbove LabelSpacing = 3 TabOrder = 2 OnChange = cbGutterVisibleClick end object edtPassword: TLabeledEdit Left = 152 Top = 88 Width = 129 Height = 21 EditLabel.Width = 49 EditLabel.Height = 13 EditLabel.Caption = 'Password:' LabelPosition = lpAbove LabelSpacing = 3 TabOrder = 3 OnChange = cbGutterVisibleClick end end object cbUseProxy: TCheckBox Left = 21 Top = 191 Width = 73 Height = 17 Caption = 'Use proxy' TabOrder = 4 OnClick = cbUseProxyClick end end object tsGutter: TTabSheet Caption = 'tsGutter' ImageIndex = 7 object Label22: TLabel Left = 8 Top = 8 Width = 145 Height = 19 Caption = 'Gutter && File pages' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object GroupBox1: TGroupBox Left = 8 Top = 40 Width = 123 Height = 185 Caption = 'Gutter' TabOrder = 0 object Label1: TLabel Left = 8 Top = 136 Width = 70 Height = 13 Caption = 'Count of digits:' end object cbGutterAutoSize: TCheckBox Left = 8 Top = 40 Width = 105 Height = 17 Caption = 'Autosize' TabOrder = 1 OnClick = cbGutterVisibleClick end object cbGutterLeadingZeros: TCheckBox Left = 8 Top = 64 Width = 105 Height = 17 Caption = 'Leading zeros' TabOrder = 2 OnClick = cbGutterVisibleClick end object cbGutterLineNumbers: TCheckBox Left = 8 Top = 88 Width = 113 Height = 17 Caption = 'Show line numbers' Checked = True State = cbChecked TabOrder = 3 OnClick = cbGutterVisibleClick end object cbGutterVisible: TCheckBox Left = 8 Top = 16 Width = 105 Height = 17 Caption = 'Visible' Checked = True State = cbChecked TabOrder = 0 OnClick = cbGutterVisibleClick end object cbStartWithZeros: TCheckBox Left = 8 Top = 112 Width = 105 Height = 17 Caption = 'Start with zero' TabOrder = 4 OnClick = cbGutterVisibleClick end object edtGutterCountOfDigits: TNumEdit Left = 8 Top = 152 Width = 105 Height = 21 TabOrder = 5 Text = '4' OnChange = cbGutterVisibleClick EnableHexa = True end end object gbFilePagesControl: TGroupBox Left = 136 Top = 40 Width = 145 Height = 209 Caption = 'File pages' TabOrder = 1 object rgPosition: TRadioGroup Left = 8 Top = 96 Width = 129 Height = 65 Caption = 'Position' Columns = 2 Items.Strings = ( 'Top' 'Bottom' 'Left' 'Right') TabOrder = 1 OnClick = rgPositionClick end object cbMultiline: TCheckBox Left = 8 Top = 163 Width = 129 Height = 19 Caption = 'Multi line' TabOrder = 2 OnClick = cbMultilineClick end object rgTabStyle: TRadioGroup Left = 8 Top = 13 Width = 129 Height = 80 Caption = 'Style' ItemIndex = 0 Items.Strings = ( 'Tabs' 'Buttons' 'Flat buttons') TabOrder = 0 OnClick = rgTabStyleClick end object cbRaggedRight: TCheckBox Left = 8 Top = 184 Width = 129 Height = 17 Caption = 'Ragged right' TabOrder = 3 OnClick = cbGutterVisibleClick end end end object tsEditorOther: TTabSheet Caption = 'tsEditorOther' ImageIndex = 8 object Label23: TLabel Left = 8 Top = 8 Width = 42 Height = 19 Caption = 'Other' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object GroupBox5: TGroupBox Left = 8 Top = 32 Width = 209 Height = 257 TabOrder = 0 object cbWritedTextInTemplates: TCheckBox Left = 8 Top = 16 Width = 190 Height = 17 Caption = 'Show written text in list of templates' TabOrder = 0 OnClick = cbGutterVisibleClick end object cbGlobalBlock: TCheckBox Left = 8 Top = 40 Width = 190 Height = 17 Caption = 'Type of block is global' TabOrder = 1 OnClick = cbGutterVisibleClick end object cbEnhancedHomeKey: TCheckBox Left = 8 Top = 64 Width = 190 Height = 17 Caption = 'Enhanced Home key' TabOrder = 2 OnClick = cbGutterVisibleClick end object cbAutosizeMaxLeftChar: TCheckBox Left = 8 Top = 88 Width = 190 Height = 17 Caption = 'Autosize Max left char' TabOrder = 3 OnClick = cbGutterVisibleClick end object cbAllFilesAsDefault: TCheckBox Left = 8 Top = 110 Width = 190 Height = 17 Hint = 'Use *.* as default mask in File oped dialog' Caption = 'Use *.* as default mask' ParentShowHint = False ShowHint = True TabOrder = 4 OnClick = cbGutterVisibleClick end object cbAutoIndent: TCheckBox Left = 8 Top = 132 Width = 190 Height = 17 Caption = 'Auto indent' Checked = True State = cbChecked TabOrder = 5 OnClick = cbGutterVisibleClick end object cbDragNDrop: TCheckBox Left = 8 Top = 156 Width = 190 Height = 17 Caption = 'Drag '#39'n'#39' drop when editing' Checked = True State = cbChecked TabOrder = 6 OnClick = cbGutterVisibleClick end object cbHalfPageScroll: TCheckBox Left = 8 Top = 180 Width = 190 Height = 17 Caption = 'Half page scroll' TabOrder = 7 OnClick = cbGutterVisibleClick end object cbDontLoadLastOpenedFilesProject: TCheckBox Left = 8 Top = 204 Width = 190 Height = 17 Caption = 'Load last opened files && project' TabOrder = 8 OnClick = cbGutterVisibleClick end object cbFullPathInReopenMenu: TCheckBox Left = 8 Top = 229 Width = 193 Height = 17 Caption = 'Show files'#39' full path in Reopen menu' TabOrder = 9 OnClick = cbGutterVisibleClick end end end object TabSheet1: TTabSheet Caption = 'Editor' ImageIndex = 9 object Label20: TLabel Left = 8 Top = 32 Width = 265 Height = 105 AutoSize = False Caption = 'On subitems you can set many properties of editor such as cursor' + ', gutter and many others.' WordWrap = True end object Label21: TLabel Left = 8 Top = 8 Width = 111 Height = 19 Caption = 'Editor settings' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end end object tsFormat: TTabSheet Caption = 'Format' ImageIndex = 10 object Label24: TLabel Left = 8 Top = 8 Width = 54 Height = 19 Caption = 'Format' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object rgDefaultLineEndFormat: TRadioGroup Left = 8 Top = 32 Width = 153 Height = 89 Caption = 'Default line end format' ItemIndex = 0 Items.Strings = ( 'Windows (DOS] - CRLF' 'UNIX - LF' 'Macintosh - CR') TabOrder = 0 OnClick = cbGutterVisibleClick end end end object tvPages: TTreeView Left = 0 Top = 0 Width = 153 Height = 347 Align = alLeft HideSelection = False HotTrack = True Indent = 19 ReadOnly = True RightClickSelect = True RowSelect = True TabOrder = 0 OnChange = tvPagesChange Items.Data = { 050000002C000000000000000000000009000000FFFFFFFF0000000006000000 134D61696E20656469742066756E6374696F6E731F0000000000000000000000 00000000FFFFFFFF000000000000000006437572736F722C0000000000000000 00000007000000FFFFFFFF00000000000000001347757474657220262046696C 6520706167657329000000000000000000000001000000FFFFFFFF0000000000 00000010546162206B65792026204C696D697473300000000000000000000000 02000000FFFFFFFF000000000000000017486967686C69676874657220262063 6C6970626F6172641F00000000000000000000000A000000FFFFFFFF00000000 0000000006466F726D61741E000000000000000000000008000000FFFFFFFF00 00000000000000054F7468657227000000000000000000000003000000FFFFFF FF00000000000000000E44656661756C7420636F6C6F72731F00000000000000 0000000004000000FFFFFFFF00000000000000000653797374656D2600000000 0000000000000006000000FFFFFFFF00000000000000000D4E6577732066726F 6D205765622A000000000000000000000005000000FFFFFFFF00000000000000 0011446174616261736520506C75672D696E73} end end end