home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 June / PCWorld_2003-06_cd.bin / SOFTWARE / VYZKUSTE / RKEDIT / RKEDIT.EXE / 0 / RCDATA / TFRMSETTINGS / TFRMSETTINGS.txt
Text File  |  2003-04-17  |  33KB  |  1,201 lines

  1. inherited frmSettings: TfrmSettings
  2.   Left = 402
  3.   Top = 343
  4.   BorderStyle = bsDialog
  5.   Caption = 'Settings'
  6.   ClientHeight = 387
  7.   ClientWidth = 502
  8.   OldCreateOrder = True
  9.   Position = poOwnerFormCenter
  10.   OnActivate = FormActivate
  11.   OnCreate = FormCreate
  12.   OnDestroy = FormDestroy
  13.   DesignSize = (
  14.     502
  15.     387)
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object bbtnOk: TBitBtn
  19.     Left = 185
  20.     Top = 356
  21.     Width = 75
  22.     Height = 25
  23.     Anchors = [akRight, akBottom]
  24.     TabOrder = 1
  25.     OnClick = bbtnOkClick
  26.     Kind = bkOK
  27.   end
  28.   object bbtnCancel: TBitBtn
  29.     Left = 265
  30.     Top = 356
  31.     Width = 75
  32.     Height = 25
  33.     Anchors = [akRight, akBottom]
  34.     TabOrder = 2
  35.     Kind = bkCancel
  36.   end
  37.   object bbtnApply: TBitBtn
  38.     Left = 345
  39.     Top = 356
  40.     Width = 75
  41.     Height = 25
  42.     Anchors = [akRight, akBottom]
  43.     Caption = 'Apply'
  44.     Enabled = False
  45.     TabOrder = 3
  46.     OnClick = bbtnApplyClick
  47.   end
  48.   object bbtnHelp: TBitBtn
  49.     Left = 425
  50.     Top = 356
  51.     Width = 75
  52.     Height = 25
  53.     Anchors = [akRight, akBottom]
  54.     Caption = 'Help'
  55.     TabOrder = 4
  56.     OnClick = bbtnHelpClick
  57.     Kind = bkHelp
  58.   end
  59.   object Panel1: TPanel
  60.     Left = 0
  61.     Top = 0
  62.     Width = 502
  63.     Height = 347
  64.     Align = alTop
  65.     Anchors = [akLeft, akTop, akRight, akBottom]
  66.     BevelOuter = bvNone
  67.     TabOrder = 0
  68.     object pcSettings: TPageControl
  69.       Left = 153
  70.       Top = 0
  71.       Width = 349
  72.       Height = 347
  73.       ActivePage = TabSheet2
  74.       Align = alClient
  75.       TabIndex = 5
  76.       TabOrder = 1
  77.       object tsCursor: TTabSheet
  78.         Caption = 'Cursor'
  79.         object Label12: TLabel
  80.           Left = 8
  81.           Top = 8
  82.           Width = 53
  83.           Height = 19
  84.           Caption = 'Cursor'
  85.           Font.Charset = EASTEUROPE_CHARSET
  86.           Font.Color = clWindowText
  87.           Font.Height = -16
  88.           Font.Name = 'Arial'
  89.           Font.Style = [fsBold]
  90.           ParentFont = False
  91.         end
  92.         object rgInsertCaret: TRadioGroup
  93.           Left = 8
  94.           Top = 32
  95.           Width = 97
  96.           Height = 105
  97.           Caption = 'Insert cursor'
  98.           ItemIndex = 0
  99.           Items.Strings = (
  100.             'Vertical'
  101.             'Horizontal'
  102.             'Half block'
  103.             'Block')
  104.           TabOrder = 0
  105.           OnClick = cbGutterVisibleClick
  106.         end
  107.         object rgOverwriteCaret: TRadioGroup
  108.           Left = 112
  109.           Top = 32
  110.           Width = 97
  111.           Height = 105
  112.           Caption = 'Overwrite cursor'
  113.           ItemIndex = 3
  114.           Items.Strings = (
  115.             'Vertical'
  116.             'Horizontal'
  117.             'Half block'
  118.             'Block')
  119.           TabOrder = 1
  120.           OnClick = cbGutterVisibleClick
  121.         end
  122.         object GroupBox10: TGroupBox
  123.           Left = 8
  124.           Top = 144
  125.           Width = 201
  126.           Height = 41
  127.           Caption = 'Search'
  128.           TabOrder = 2
  129.           object cbAtCursor: TCheckBox
  130.             Left = 8
  131.             Top = 16
  132.             Width = 185
  133.             Height = 17
  134.             Caption = 'Find text at cursor'
  135.             TabOrder = 0
  136.             OnClick = cbGutterVisibleClick
  137.           end
  138.         end
  139.       end
  140.       object tsEditor2: TTabSheet
  141.         Caption = 'TabLimits'
  142.         ImageIndex = 3
  143.         object Label13: TLabel
  144.           Left = 8
  145.           Top = 8
  146.           Width = 126
  147.           Height = 19
  148.           Caption = 'Tab key && Limits'
  149.           Font.Charset = EASTEUROPE_CHARSET
  150.           Font.Color = clWindowText
  151.           Font.Height = -16
  152.           Font.Name = 'Arial'
  153.           Font.Style = [fsBold]
  154.           ParentFont = False
  155.         end
  156.         object GroupBox3: TGroupBox
  157.           Left = 8
  158.           Top = 32
  159.           Width = 105
  160.           Height = 97
  161.           Caption = 'Tab key'
  162.           TabOrder = 0
  163.           object Label6: TLabel
  164.             Left = 8
  165.             Top = 48
  166.             Width = 43
  167.             Height = 13
  168.             Caption = 'Tab size:'
  169.           end
  170.           object cbSmartTab: TCheckBox
  171.             Left = 8
  172.             Top = 24
  173.             Width = 89
  174.             Height = 17
  175.             Caption = 'Smart Tabs'
  176.             TabOrder = 0
  177.             OnClick = cbGutterVisibleClick
  178.           end
  179.           object edtTabSize: TNumEdit
  180.             Left = 8
  181.             Top = 64
  182.             Width = 73
  183.             Height = 21
  184.             TabOrder = 1
  185.             Text = '0'
  186.             OnChange = cbGutterVisibleClick
  187.             EnableHexa = True
  188.           end
  189.         end
  190.         object GroupBox4: TGroupBox
  191.           Left = 120
  192.           Top = 32
  193.           Width = 89
  194.           Height = 153
  195.           Caption = 'Limits'
  196.           TabOrder = 1
  197.           object Label7: TLabel
  198.             Left = 8
  199.             Top = 16
  200.             Width = 50
  201.             Height = 13
  202.             Caption = 'Max undo:'
  203.           end
  204.           object Label11: TLabel
  205.             Left = 8
  206.             Top = 64
  207.             Width = 64
  208.             Height = 13
  209.             Caption = 'Max left char:'
  210.           end
  211.           object Label4: TLabel
  212.             Left = 8
  213.             Top = 112
  214.             Width = 67
  215.             Height = 13
  216.             Caption = 'Chars per line:'
  217.           end
  218.           object seMaxUndo: TSpinEdit
  219.             Left = 8
  220.             Top = 32
  221.             Width = 73
  222.             Height = 22
  223.             MaxValue = 65535
  224.             MinValue = 1
  225.             TabOrder = 0
  226.             Value = 1
  227.             OnChange = cbGutterVisibleClick
  228.           end
  229.           object seMaxLeftChar: TSpinEdit
  230.             Left = 8
  231.             Top = 80
  232.             Width = 73
  233.             Height = 22
  234.             MaxValue = 65535
  235.             MinValue = 80
  236.             TabOrder = 1
  237.             Value = 80
  238.             OnChange = cbGutterVisibleClick
  239.           end
  240.           object edtCharsPerLine: TNumEdit
  241.             Left = 8
  242.             Top = 126
  243.             Width = 71
  244.             Height = 21
  245.             TabOrder = 2
  246.             Text = '80'
  247.             OnChange = cbGutterVisibleClick
  248.             EnableHexa = True
  249.           end
  250.         end
  251.       end
  252.       object TabSheet5: TTabSheet
  253.         Caption = 'DefHigMulClip'
  254.         ImageIndex = 5
  255.         object Label14: TLabel
  256.           Left = 8
  257.           Top = 8
  258.           Width = 176
  259.           Height = 19
  260.           Caption = 'Highlighter && clipboard'
  261.           Font.Charset = EASTEUROPE_CHARSET
  262.           Font.Color = clWindowText
  263.           Font.Height = -16
  264.           Font.Name = 'Arial'
  265.           Font.Style = [fsBold]
  266.           ParentFont = False
  267.         end
  268.         object GroupBox14: TGroupBox
  269.           Left = 8
  270.           Top = 32
  271.           Width = 201
  272.           Height = 57
  273.           Caption = 'Default highlighter'
  274.           TabOrder = 0
  275.           object cbDefaultHighlighter: TComboBox
  276.             Left = 8
  277.             Top = 24
  278.             Width = 179
  279.             Height = 21
  280.             Style = csDropDownList
  281.             DropDownCount = 16
  282.             ItemHeight = 13
  283.             ItemIndex = 0
  284.             TabOrder = 0
  285.             Text = 'No highlighter'
  286.             OnChange = cbGutterVisibleClick
  287.             Items.Strings = (
  288.               'No highlighter')
  289.           end
  290.         end
  291.         object GroupBox11: TGroupBox
  292.           Left = 8
  293.           Top = 96
  294.           Width = 201
  295.           Height = 137
  296.           Caption = 'Multiple clipboard'
  297.           TabOrder = 1
  298.           object lblMaxRecord: TLabel
  299.             Left = 8
  300.             Top = 92
  301.             Width = 64
  302.             Height = 13
  303.             Caption = 'Max. records:'
  304.           end
  305.           object cbAcceptGlobalClip: TCheckBox
  306.             Left = 8
  307.             Top = 44
  308.             Width = 185
  309.             Height = 17
  310.             Caption = 'Accept global clipboard'
  311.             TabOrder = 1
  312.             OnClick = cbGutterVisibleClick
  313.           end
  314.           object cbAllowDuplicities: TCheckBox
  315.             Left = 8
  316.             Top = 68
  317.             Width = 185
  318.             Height = 17
  319.             Caption = 'Allow duplicities'
  320.             TabOrder = 2
  321.             OnClick = cbGutterVisibleClick
  322.           end
  323.           object seMaxRecords: TSpinEdit
  324.             Left = 8
  325.             Top = 108
  326.             Width = 185
  327.             Height = 22
  328.             MaxValue = 50
  329.             MinValue = 1
  330.             TabOrder = 3
  331.             Value = 1
  332.             OnChange = cbGutterVisibleClick
  333.           end
  334.           object cbUseClipboardViewer: TCheckBox
  335.             Left = 8
  336.             Top = 20
  337.             Width = 185
  338.             Height = 17
  339.             Caption = 'Use this feature'
  340.             TabOrder = 0
  341.             OnClick = cbUseClipboardViewerClick
  342.           end
  343.         end
  344.       end
  345.       object TabSheet4: TTabSheet
  346.         Caption = 'Colors'
  347.         ImageIndex = 3
  348.         object Label15: TLabel
  349.           Left = 8
  350.           Top = 8
  351.           Width = 106
  352.           Height = 19
  353.           Caption = 'Default colors'
  354.           Font.Charset = EASTEUROPE_CHARSET
  355.           Font.Color = clWindowText
  356.           Font.Height = -16
  357.           Font.Name = 'Arial'
  358.           Font.Style = [fsBold]
  359.           ParentFont = False
  360.         end
  361.         object GroupBox7: TGroupBox
  362.           Left = 8
  363.           Top = 152
  364.           Width = 161
  365.           Height = 113
  366.           Caption = 'Selected text'
  367.           TabOrder = 2
  368.           object Label2: TLabel
  369.             Left = 8
  370.             Top = 16
  371.             Width = 106
  372.             Height = 13
  373.             Caption = 'Default selected color:'
  374.           end
  375.           object Label3: TLabel
  376.             Left = 8
  377.             Top = 64
  378.             Width = 140
  379.             Height = 13
  380.             Caption = 'Default selected background:'
  381.           end
  382.           object cbSelect: TColorBox
  383.             Left = 8
  384.             Top = 32
  385.             Width = 145
  386.             Height = 22
  387.             Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeNone, cbCustomColor, cbPrettyNames]
  388.             ItemHeight = 16
  389.             TabOrder = 0
  390.             OnChange = cbGutterVisibleClick
  391.           end
  392.           object cbSelectBackground: TColorBox
  393.             Left = 8
  394.             Top = 80
  395.             Width = 145
  396.             Height = 22
  397.             Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeNone, cbCustomColor, cbPrettyNames]
  398.             ItemHeight = 16
  399.             TabOrder = 1
  400.             OnChange = cbGutterVisibleClick
  401.           end
  402.         end
  403.         object GroupBox8: TGroupBox
  404.           Left = 176
  405.           Top = 32
  406.           Width = 161
  407.           Height = 113
  408.           Caption = 'Gutter'
  409.           TabOrder = 1
  410.           object Label8: TLabel
  411.             Left = 8
  412.             Top = 64
  413.             Width = 113
  414.             Height = 13
  415.             Caption = 'Default right edge color:'
  416.           end
  417.           object Label5: TLabel
  418.             Left = 8
  419.             Top = 16
  420.             Width = 93
  421.             Height = 13
  422.             Caption = 'Default gutter color:'
  423.           end
  424.           object cbGutter: TColorBox
  425.             Left = 8
  426.             Top = 32
  427.             Width = 145
  428.             Height = 22
  429.             Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeNone, cbCustomColor, cbPrettyNames]
  430.             ItemHeight = 16
  431.             TabOrder = 0
  432.             OnChange = cbGutterVisibleClick
  433.           end
  434.           object cbRighEdge: TColorBox
  435.             Left = 8
  436.             Top = 80
  437.             Width = 145
  438.             Height = 22
  439.             Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeNone, cbCustomColor, cbPrettyNames]
  440.             ItemHeight = 16
  441.             TabOrder = 1
  442.             OnChange = cbGutterVisibleClick
  443.           end
  444.         end
  445.         object GroupBox9: TGroupBox
  446.           Left = 8
  447.           Top = 32
  448.           Width = 161
  449.           Height = 113
  450.           Caption = 'Default text'
  451.           TabOrder = 0
  452.           object Label9: TLabel
  453.             Left = 8
  454.             Top = 16
  455.             Width = 57
  456.             Height = 13
  457.             Caption = 'Foreground:'
  458.           end
  459.           object Label10: TLabel
  460.             Left = 8
  461.             Top = 64
  462.             Width = 61
  463.             Height = 13
  464.             Caption = 'Background:'
  465.           end
  466.           object cbForeground: TColorBox
  467.             Left = 8
  468.             Top = 32
  469.             Width = 145
  470.             Height = 22
  471.             Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeNone, cbCustomColor, cbPrettyNames]
  472.             ItemHeight = 16
  473.             TabOrder = 0
  474.             OnChange = cbGutterVisibleClick
  475.           end
  476.           object cbBackGround: TColorBox
  477.             Left = 8
  478.             Top = 80
  479.             Width = 145
  480.             Height = 22
  481.             Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeNone, cbCustomColor, cbPrettyNames]
  482.             ItemHeight = 16
  483.             TabOrder = 1
  484.             OnChange = cbGutterVisibleClick
  485.           end
  486.         end
  487.       end
  488.       object TabSheet3: TTabSheet
  489.         Caption = 'System'
  490.         ImageIndex = 2
  491.         object Label16: TLabel
  492.           Left = 8
  493.           Top = 8
  494.           Width = 57
  495.           Height = 19
  496.           Caption = 'System'
  497.           Font.Charset = EASTEUROPE_CHARSET
  498.           Font.Color = clWindowText
  499.           Font.Height = -16
  500.           Font.Name = 'Arial'
  501.           Font.Style = [fsBold]
  502.           ParentFont = False
  503.         end
  504.         object GroupBox6: TGroupBox
  505.           Left = 8
  506.           Top = 32
  507.           Width = 321
  508.           Height = 89
  509.           TabOrder = 0
  510.           object cbOneInstance: TCheckBox
  511.             Left = 8
  512.             Top = 16
  513.             Width = 305
  514.             Height = 17
  515.             Caption = 'One instance (takes effect after closing all instances)'
  516.             Checked = True
  517.             State = cbChecked
  518.             TabOrder = 0
  519.             OnClick = cbGutterVisibleClick
  520.           end
  521.           object cbBeepAfterCompileRun: TCheckBox
  522.             Left = 8
  523.             Top = 40
  524.             Width = 305
  525.             Height = 17
  526.             Caption = 'Beep after compile/run'
  527.             Checked = True
  528.             State = cbChecked
  529.             TabOrder = 1
  530.             OnClick = cbGutterVisibleClick
  531.           end
  532.           object cbUseLastRecentlyUsed: TCheckBox
  533.             Left = 8
  534.             Top = 64
  535.             Width = 305
  536.             Height = 17
  537.             Caption = 'Insert rkEdit project files into Documents menu'
  538.             TabOrder = 2
  539.             OnClick = cbGutterVisibleClick
  540.           end
  541.         end
  542.         object btnRegister: TButton
  543.           Left = 8
  544.           Top = 128
  545.           Width = 321
  546.           Height = 25
  547.           Caption = 'Register me as "Edit command" in default file context menu'
  548.           TabOrder = 1
  549.           OnClick = btnRegisterClick
  550.         end
  551.         object btnRegisterProjectExtension: TButton
  552.           Left = 8
  553.           Top = 160
  554.           Width = 321
  555.           Height = 25
  556.           Caption = 'btnRegisterProjectExtension'
  557.           TabOrder = 2
  558.           OnClick = btnRegisterProjectExtensionClick
  559.         end
  560.       end
  561.       object TabSheet2: TTabSheet
  562.         Caption = 'DB Plug-ins'
  563.         ImageIndex = 4
  564.         object Label17: TLabel
  565.           Left = 8
  566.           Top = 8
  567.           Width = 91
  568.           Height = 19
  569.           Caption = 'DB Plug-ins'
  570.           Font.Charset = EASTEUROPE_CHARSET
  571.           Font.Color = clWindowText
  572.           Font.Height = -16
  573.           Font.Name = 'Arial'
  574.           Font.Style = [fsBold]
  575.           ParentFont = False
  576.         end
  577.         object GroupBox12: TGroupBox
  578.           Left = 8
  579.           Top = 128
  580.           Width = 121
  581.           Height = 89
  582.           Caption = 'Data grid'
  583.           TabOrder = 1
  584.           object edtDBGridSeparator: TLabeledEdit
  585.             Left = 8
  586.             Top = 32
  587.             Width = 105
  588.             Height = 21
  589.             EditLabel.Width = 49
  590.             EditLabel.Height = 13
  591.             EditLabel.Caption = 'Separator:'
  592.             LabelPosition = lpAbove
  593.             LabelSpacing = 3
  594.             TabOrder = 0
  595.             OnChange = cbGutterVisibleClick
  596.           end
  597.           object cbDBGridEOF: TCheckBox
  598.             Left = 8
  599.             Top = 64
  600.             Width = 105
  601.             Height = 17
  602.             Caption = 'Separator on EOF'
  603.             TabOrder = 1
  604.             OnClick = cbGutterVisibleClick
  605.           end
  606.         end
  607.         object GroupBox13: TGroupBox
  608.           Left = 136
  609.           Top = 128
  610.           Width = 121
  611.           Height = 89
  612.           Caption = 'Describing result set'
  613.           TabOrder = 2
  614.           object edtStringGridSeparator: TLabeledEdit
  615.             Left = 8
  616.             Top = 32
  617.             Width = 105
  618.             Height = 21
  619.             EditLabel.Width = 49
  620.             EditLabel.Height = 13
  621.             EditLabel.Caption = 'Separator:'
  622.             LabelPosition = lpAbove
  623.             LabelSpacing = 3
  624.             TabOrder = 0
  625.             OnChange = cbGutterVisibleClick
  626.           end
  627.           object cbStringGridEOF: TCheckBox
  628.             Left = 8
  629.             Top = 64
  630.             Width = 105
  631.             Height = 17
  632.             Caption = 'Separator on EOF'
  633.             TabOrder = 1
  634.             OnClick = cbGutterVisibleClick
  635.           end
  636.         end
  637.         object GroupBox2: TGroupBox
  638.           Left = 8
  639.           Top = 32
  640.           Width = 321
  641.           Height = 89
  642.           Caption = 'Main'
  643.           TabOrder = 0
  644.           object cbLoadPluginsAutomatically: TCheckBox
  645.             Left = 8
  646.             Top = 16
  647.             Width = 305
  648.             Height = 17
  649.             Caption = 'Load plug-ins automatically'
  650.             Checked = True
  651.             State = cbChecked
  652.             TabOrder = 0
  653.             OnClick = cbGutterVisibleClick
  654.           end
  655.           object cbShowConnToolBarWhenLoaded: TCheckBox
  656.             Left = 8
  657.             Top = 40
  658.             Width = 305
  659.             Height = 17
  660.             Caption = 'Show connection tool bar when plug-ins are loaded'
  661.             TabOrder = 1
  662.             OnClick = cbGutterVisibleClick
  663.           end
  664.           object cbCallUnExpandVisibleCells: TCheckBox
  665.             Left = 8
  666.             Top = 64
  667.             Width = 305
  668.             Height = 17
  669.             Caption = 'Call (Un)Expand visible cells after each retrieving dataset'
  670.             TabOrder = 2
  671.             OnClick = cbGutterVisibleClick
  672.           end
  673.         end
  674.         object gbDateTimeFormat: TGroupBox
  675.           Left = 8
  676.           Top = 224
  677.           Width = 249
  678.           Height = 49
  679.           Caption = 'DateTime Format'
  680.           TabOrder = 3
  681.           object edtDateTimeFormat: TEdit
  682.             Left = 8
  683.             Top = 16
  684.             Width = 233
  685.             Height = 21
  686.             TabOrder = 0
  687.             OnChange = cbGutterVisibleClick
  688.           end
  689.         end
  690.       end
  691.       object TabSheet6: TTabSheet
  692.         Caption = 'InetNews'
  693.         ImageIndex = 6
  694.         object Label18: TLabel
  695.           Left = 8
  696.           Top = 32
  697.           Width = 77
  698.           Height = 13
  699.           Caption = 'News language:'
  700.         end
  701.         object Label19: TLabel
  702.           Left = 8
  703.           Top = 8
  704.           Width = 120
  705.           Height = 19
  706.           Caption = 'News from Web'
  707.           Font.Charset = EASTEUROPE_CHARSET
  708.           Font.Color = clWindowText
  709.           Font.Height = -16
  710.           Font.Name = 'Arial'
  711.           Font.Style = [fsBold]
  712.           ParentFont = False
  713.         end
  714.         object cbNewsLanguage: TComboBox
  715.           Left = 8
  716.           Top = 48
  717.           Width = 145
  718.           Height = 21
  719.           Style = csDropDownList
  720.           ItemHeight = 13
  721.           ItemIndex = 0
  722.           TabOrder = 0
  723.           Text = 'English'
  724.           OnChange = cbGutterVisibleClick
  725.           Items.Strings = (
  726.             'English'
  727.             'Czech')
  728.         end
  729.         object rgNewsInterval: TRadioGroup
  730.           Left = 8
  731.           Top = 80
  732.           Width = 145
  733.           Height = 105
  734.           Caption = 'Interval'
  735.           ItemIndex = 0
  736.           Items.Strings = (
  737.             'Never'
  738.             'Once a month'
  739.             'Once a week'
  740.             'Once a day')
  741.           TabOrder = 1
  742.           OnClick = cbGutterVisibleClick
  743.         end
  744.         object edtLastSeen: TLabeledEdit
  745.           Left = 160
  746.           Top = 136
  747.           Width = 145
  748.           Height = 21
  749.           Color = clBtnFace
  750.           EditLabel.Width = 49
  751.           EditLabel.Height = 13
  752.           EditLabel.Caption = 'Last seen:'
  753.           LabelPosition = lpAbove
  754.           LabelSpacing = 3
  755.           ReadOnly = True
  756.           TabOrder = 3
  757.         end
  758.         object rgWhenCheck: TRadioGroup
  759.           Left = 160
  760.           Top = 40
  761.           Width = 145
  762.           Height = 73
  763.           Caption = 'When check'
  764.           ItemIndex = 0
  765.           Items.Strings = (
  766.             'Ask before check news'
  767.             'Check automatically')
  768.           TabOrder = 2
  769.           OnClick = cbGutterVisibleClick
  770.         end
  771.         object gbProxySetup: TGroupBox
  772.           Left = 8
  773.           Top = 193
  774.           Width = 297
  775.           Height = 121
  776.           Caption = '   '
  777.           TabOrder = 5
  778.           object edtServer: TLabeledEdit
  779.             Left = 8
  780.             Top = 40
  781.             Width = 129
  782.             Height = 21
  783.             EditLabel.Width = 34
  784.             EditLabel.Height = 13
  785.             EditLabel.Caption = 'Server:'
  786.             LabelPosition = lpAbove
  787.             LabelSpacing = 3
  788.             TabOrder = 0
  789.             OnChange = cbGutterVisibleClick
  790.           end
  791.           object edtPort: TLabeledEdit
  792.             Left = 8
  793.             Top = 88
  794.             Width = 129
  795.             Height = 21
  796.             EditLabel.Width = 22
  797.             EditLabel.Height = 13
  798.             EditLabel.Caption = 'Port:'
  799.             LabelPosition = lpAbove
  800.             LabelSpacing = 3
  801.             TabOrder = 1
  802.             OnChange = cbGutterVisibleClick
  803.           end
  804.           object edtUsername: TLabeledEdit
  805.             Left = 152
  806.             Top = 40
  807.             Width = 129
  808.             Height = 21
  809.             EditLabel.Width = 51
  810.             EditLabel.Height = 13
  811.             EditLabel.Caption = 'Username:'
  812.             LabelPosition = lpAbove
  813.             LabelSpacing = 3
  814.             TabOrder = 2
  815.             OnChange = cbGutterVisibleClick
  816.           end
  817.           object edtPassword: TLabeledEdit
  818.             Left = 152
  819.             Top = 88
  820.             Width = 129
  821.             Height = 21
  822.             EditLabel.Width = 49
  823.             EditLabel.Height = 13
  824.             EditLabel.Caption = 'Password:'
  825.             LabelPosition = lpAbove
  826.             LabelSpacing = 3
  827.             TabOrder = 3
  828.             OnChange = cbGutterVisibleClick
  829.           end
  830.         end
  831.         object cbUseProxy: TCheckBox
  832.           Left = 21
  833.           Top = 191
  834.           Width = 73
  835.           Height = 17
  836.           Caption = 'Use proxy'
  837.           TabOrder = 4
  838.           OnClick = cbUseProxyClick
  839.         end
  840.       end
  841.       object tsGutter: TTabSheet
  842.         Caption = 'tsGutter'
  843.         ImageIndex = 7
  844.         object Label22: TLabel
  845.           Left = 8
  846.           Top = 8
  847.           Width = 145
  848.           Height = 19
  849.           Caption = 'Gutter && File pages'
  850.           Font.Charset = EASTEUROPE_CHARSET
  851.           Font.Color = clWindowText
  852.           Font.Height = -16
  853.           Font.Name = 'Arial'
  854.           Font.Style = [fsBold]
  855.           ParentFont = False
  856.         end
  857.         object GroupBox1: TGroupBox
  858.           Left = 8
  859.           Top = 40
  860.           Width = 123
  861.           Height = 185
  862.           Caption = 'Gutter'
  863.           TabOrder = 0
  864.           object Label1: TLabel
  865.             Left = 8
  866.             Top = 136
  867.             Width = 70
  868.             Height = 13
  869.             Caption = 'Count of digits:'
  870.           end
  871.           object cbGutterAutoSize: TCheckBox
  872.             Left = 8
  873.             Top = 40
  874.             Width = 105
  875.             Height = 17
  876.             Caption = 'Autosize'
  877.             TabOrder = 1
  878.             OnClick = cbGutterVisibleClick
  879.           end
  880.           object cbGutterLeadingZeros: TCheckBox
  881.             Left = 8
  882.             Top = 64
  883.             Width = 105
  884.             Height = 17
  885.             Caption = 'Leading zeros'
  886.             TabOrder = 2
  887.             OnClick = cbGutterVisibleClick
  888.           end
  889.           object cbGutterLineNumbers: TCheckBox
  890.             Left = 8
  891.             Top = 88
  892.             Width = 113
  893.             Height = 17
  894.             Caption = 'Show line numbers'
  895.             Checked = True
  896.             State = cbChecked
  897.             TabOrder = 3
  898.             OnClick = cbGutterVisibleClick
  899.           end
  900.           object cbGutterVisible: TCheckBox
  901.             Left = 8
  902.             Top = 16
  903.             Width = 105
  904.             Height = 17
  905.             Caption = 'Visible'
  906.             Checked = True
  907.             State = cbChecked
  908.             TabOrder = 0
  909.             OnClick = cbGutterVisibleClick
  910.           end
  911.           object cbStartWithZeros: TCheckBox
  912.             Left = 8
  913.             Top = 112
  914.             Width = 105
  915.             Height = 17
  916.             Caption = 'Start with zero'
  917.             TabOrder = 4
  918.             OnClick = cbGutterVisibleClick
  919.           end
  920.           object edtGutterCountOfDigits: TNumEdit
  921.             Left = 8
  922.             Top = 152
  923.             Width = 105
  924.             Height = 21
  925.             TabOrder = 5
  926.             Text = '4'
  927.             OnChange = cbGutterVisibleClick
  928.             EnableHexa = True
  929.           end
  930.         end
  931.         object gbFilePagesControl: TGroupBox
  932.           Left = 136
  933.           Top = 40
  934.           Width = 145
  935.           Height = 209
  936.           Caption = 'File pages'
  937.           TabOrder = 1
  938.           object rgPosition: TRadioGroup
  939.             Left = 8
  940.             Top = 96
  941.             Width = 129
  942.             Height = 65
  943.             Caption = 'Position'
  944.             Columns = 2
  945.             Items.Strings = (
  946.               'Top'
  947.               'Bottom'
  948.               'Left'
  949.               'Right')
  950.             TabOrder = 1
  951.             OnClick = rgPositionClick
  952.           end
  953.           object cbMultiline: TCheckBox
  954.             Left = 8
  955.             Top = 163
  956.             Width = 129
  957.             Height = 19
  958.             Caption = 'Multi line'
  959.             TabOrder = 2
  960.             OnClick = cbMultilineClick
  961.           end
  962.           object rgTabStyle: TRadioGroup
  963.             Left = 8
  964.             Top = 13
  965.             Width = 129
  966.             Height = 80
  967.             Caption = 'Style'
  968.             ItemIndex = 0
  969.             Items.Strings = (
  970.               'Tabs'
  971.               'Buttons'
  972.               'Flat buttons')
  973.             TabOrder = 0
  974.             OnClick = rgTabStyleClick
  975.           end
  976.           object cbRaggedRight: TCheckBox
  977.             Left = 8
  978.             Top = 184
  979.             Width = 129
  980.             Height = 17
  981.             Caption = 'Ragged right'
  982.             TabOrder = 3
  983.             OnClick = cbGutterVisibleClick
  984.           end
  985.         end
  986.       end
  987.       object tsEditorOther: TTabSheet
  988.         Caption = 'tsEditorOther'
  989.         ImageIndex = 8
  990.         object Label23: TLabel
  991.           Left = 8
  992.           Top = 8
  993.           Width = 42
  994.           Height = 19
  995.           Caption = 'Other'
  996.           Font.Charset = EASTEUROPE_CHARSET
  997.           Font.Color = clWindowText
  998.           Font.Height = -16
  999.           Font.Name = 'Arial'
  1000.           Font.Style = [fsBold]
  1001.           ParentFont = False
  1002.         end
  1003.         object GroupBox5: TGroupBox
  1004.           Left = 8
  1005.           Top = 32
  1006.           Width = 209
  1007.           Height = 257
  1008.           TabOrder = 0
  1009.           object cbWritedTextInTemplates: TCheckBox
  1010.             Left = 8
  1011.             Top = 16
  1012.             Width = 190
  1013.             Height = 17
  1014.             Caption = 'Show written text in list of templates'
  1015.             TabOrder = 0
  1016.             OnClick = cbGutterVisibleClick
  1017.           end
  1018.           object cbGlobalBlock: TCheckBox
  1019.             Left = 8
  1020.             Top = 40
  1021.             Width = 190
  1022.             Height = 17
  1023.             Caption = 'Type of block is global'
  1024.             TabOrder = 1
  1025.             OnClick = cbGutterVisibleClick
  1026.           end
  1027.           object cbEnhancedHomeKey: TCheckBox
  1028.             Left = 8
  1029.             Top = 64
  1030.             Width = 190
  1031.             Height = 17
  1032.             Caption = 'Enhanced Home key'
  1033.             TabOrder = 2
  1034.             OnClick = cbGutterVisibleClick
  1035.           end
  1036.           object cbAutosizeMaxLeftChar: TCheckBox
  1037.             Left = 8
  1038.             Top = 88
  1039.             Width = 190
  1040.             Height = 17
  1041.             Caption = 'Autosize Max left char'
  1042.             TabOrder = 3
  1043.             OnClick = cbGutterVisibleClick
  1044.           end
  1045.           object cbAllFilesAsDefault: TCheckBox
  1046.             Left = 8
  1047.             Top = 110
  1048.             Width = 190
  1049.             Height = 17
  1050.             Hint = 'Use *.* as default mask in File oped dialog'
  1051.             Caption = 'Use *.* as default mask'
  1052.             ParentShowHint = False
  1053.             ShowHint = True
  1054.             TabOrder = 4
  1055.             OnClick = cbGutterVisibleClick
  1056.           end
  1057.           object cbAutoIndent: TCheckBox
  1058.             Left = 8
  1059.             Top = 132
  1060.             Width = 190
  1061.             Height = 17
  1062.             Caption = 'Auto indent'
  1063.             Checked = True
  1064.             State = cbChecked
  1065.             TabOrder = 5
  1066.             OnClick = cbGutterVisibleClick
  1067.           end
  1068.           object cbDragNDrop: TCheckBox
  1069.             Left = 8
  1070.             Top = 156
  1071.             Width = 190
  1072.             Height = 17
  1073.             Caption = 'Drag '#39'n'#39' drop when editing'
  1074.             Checked = True
  1075.             State = cbChecked
  1076.             TabOrder = 6
  1077.             OnClick = cbGutterVisibleClick
  1078.           end
  1079.           object cbHalfPageScroll: TCheckBox
  1080.             Left = 8
  1081.             Top = 180
  1082.             Width = 190
  1083.             Height = 17
  1084.             Caption = 'Half page scroll'
  1085.             TabOrder = 7
  1086.             OnClick = cbGutterVisibleClick
  1087.           end
  1088.           object cbDontLoadLastOpenedFilesProject: TCheckBox
  1089.             Left = 8
  1090.             Top = 204
  1091.             Width = 190
  1092.             Height = 17
  1093.             Caption = 'Load last opened files && project'
  1094.             TabOrder = 8
  1095.             OnClick = cbGutterVisibleClick
  1096.           end
  1097.           object cbFullPathInReopenMenu: TCheckBox
  1098.             Left = 8
  1099.             Top = 229
  1100.             Width = 193
  1101.             Height = 17
  1102.             Caption = 'Show files'#39' full path in Reopen menu'
  1103.             TabOrder = 9
  1104.             OnClick = cbGutterVisibleClick
  1105.           end
  1106.         end
  1107.       end
  1108.       object TabSheet1: TTabSheet
  1109.         Caption = 'Editor'
  1110.         ImageIndex = 9
  1111.         object Label20: TLabel
  1112.           Left = 8
  1113.           Top = 32
  1114.           Width = 265
  1115.           Height = 105
  1116.           AutoSize = False
  1117.           Caption = 
  1118.             'On subitems you can set many properties of editor such as cursor' +
  1119.             ', gutter and many others.'
  1120.           WordWrap = True
  1121.         end
  1122.         object Label21: TLabel
  1123.           Left = 8
  1124.           Top = 8
  1125.           Width = 111
  1126.           Height = 19
  1127.           Caption = 'Editor settings'
  1128.           Font.Charset = EASTEUROPE_CHARSET
  1129.           Font.Color = clWindowText
  1130.           Font.Height = -16
  1131.           Font.Name = 'Arial'
  1132.           Font.Style = [fsBold]
  1133.           ParentFont = False
  1134.         end
  1135.       end
  1136.       object tsFormat: TTabSheet
  1137.         Caption = 'Format'
  1138.         ImageIndex = 10
  1139.         object Label24: TLabel
  1140.           Left = 8
  1141.           Top = 8
  1142.           Width = 54
  1143.           Height = 19
  1144.           Caption = 'Format'
  1145.           Font.Charset = EASTEUROPE_CHARSET
  1146.           Font.Color = clWindowText
  1147.           Font.Height = -16
  1148.           Font.Name = 'Arial'
  1149.           Font.Style = [fsBold]
  1150.           ParentFont = False
  1151.         end
  1152.         object rgDefaultLineEndFormat: TRadioGroup
  1153.           Left = 8
  1154.           Top = 32
  1155.           Width = 153
  1156.           Height = 89
  1157.           Caption = 'Default line end format'
  1158.           ItemIndex = 0
  1159.           Items.Strings = (
  1160.             'Windows (DOS] - CRLF'
  1161.             'UNIX - LF'
  1162.             'Macintosh - CR')
  1163.           TabOrder = 0
  1164.           OnClick = cbGutterVisibleClick
  1165.         end
  1166.       end
  1167.     end
  1168.     object tvPages: TTreeView
  1169.       Left = 0
  1170.       Top = 0
  1171.       Width = 153
  1172.       Height = 347
  1173.       Align = alLeft
  1174.       HideSelection = False
  1175.       HotTrack = True
  1176.       Indent = 19
  1177.       ReadOnly = True
  1178.       RightClickSelect = True
  1179.       RowSelect = True
  1180.       TabOrder = 0
  1181.       OnChange = tvPagesChange
  1182.       Items.Data = {
  1183.         050000002C000000000000000000000009000000FFFFFFFF0000000006000000
  1184.         134D61696E20656469742066756E6374696F6E731F0000000000000000000000
  1185.         00000000FFFFFFFF000000000000000006437572736F722C0000000000000000
  1186.         00000007000000FFFFFFFF00000000000000001347757474657220262046696C
  1187.         6520706167657329000000000000000000000001000000FFFFFFFF0000000000
  1188.         00000010546162206B65792026204C696D697473300000000000000000000000
  1189.         02000000FFFFFFFF000000000000000017486967686C69676874657220262063
  1190.         6C6970626F6172641F00000000000000000000000A000000FFFFFFFF00000000
  1191.         0000000006466F726D61741E000000000000000000000008000000FFFFFFFF00
  1192.         00000000000000054F7468657227000000000000000000000003000000FFFFFF
  1193.         FF00000000000000000E44656661756C7420636F6C6F72731F00000000000000
  1194.         0000000004000000FFFFFFFF00000000000000000653797374656D2600000000
  1195.         0000000000000006000000FFFFFFFF00000000000000000D4E6577732066726F
  1196.         6D205765622A000000000000000000000005000000FFFFFFFF00000000000000
  1197.         0011446174616261736520506C75672D696E73}
  1198.     end
  1199.   end
  1200. end
  1201.