home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / beyond / beyond32.exe / 0 / RCDATA / TSETPROPERTIES / TSETPROPERTIES.txt
Text File  |  1997-02-15  |  13KB  |  607 lines

  1. object SetProperties: TSetProperties
  2.   Left = 358
  3.   Top = 189
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Properties'
  7.   ClientHeight = 314
  8.   ClientWidth = 505
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Notebook: TTabbedNotebook
  18.     Left = 8
  19.     Top = 8
  20.     Width = 489
  21.     Height = 265
  22.     TabFont.Color = clBtnText
  23.     TabFont.Height = -11
  24.     TabFont.Name = 'MS Sans Serif'
  25.     TabFont.Style = []
  26.     TabOrder = 0
  27.     OnChange = NotebookChange
  28.     object TTabPage
  29.       Left = 4
  30.       Top = 24
  31.       Caption = 'Main Window'
  32.       object GroupBox2: TGroupBox
  33.         Left = 8
  34.         Top = 80
  35.         Width = 209
  36.         Height = 137
  37.         Caption = 'Include'
  38.         TabOrder = 1
  39.         object ShowMenu1: TCheckBox
  40.           Left = 16
  41.           Top = 16
  42.           Width = 105
  43.           Height = 17
  44.           Caption = 'Main Menu'
  45.           TabOrder = 0
  46.         end
  47.         object ShowToolbar1: TCheckBox
  48.           Left = 16
  49.           Top = 48
  50.           Width = 73
  51.           Height = 17
  52.           Caption = 'Toolbar'
  53.           TabOrder = 1
  54.         end
  55.         object ShowHeadings1: TCheckBox
  56.           Left = 16
  57.           Top = 80
  58.           Width = 105
  59.           Height = 17
  60.           Caption = 'Headings'
  61.           TabOrder = 3
  62.         end
  63.         object ArrangeToolbar1: TBitBtn
  64.           Left = 88
  65.           Top = 45
  66.           Width = 113
  67.           Height = 24
  68.           Caption = 'Arrange Buttons...'
  69.           TabOrder = 2
  70.           OnClick = ArrangeToolbar1Click
  71.         end
  72.         object ShowStatusbar1: TCheckBox
  73.           Left = 16
  74.           Top = 112
  75.           Width = 105
  76.           Height = 17
  77.           Caption = 'Statusbar'
  78.           TabOrder = 4
  79.         end
  80.       end
  81.       object GroupBox1: TGroupBox
  82.         Left = 232
  83.         Top = 16
  84.         Width = 241
  85.         Height = 201
  86.         Caption = 'Text Colors'
  87.         TabOrder = 2
  88.         object Label1: TLabel
  89.           Left = 54
  90.           Top = 29
  91.           Width = 71
  92.           Height = 13
  93.           Alignment = taRightJustify
  94.           Caption = 'Matching Files:'
  95.         end
  96.         object Label2: TLabel
  97.           Left = 67
  98.           Top = 61
  99.           Width = 58
  100.           Height = 13
  101.           Alignment = taRightJustify
  102.           Caption = 'Newer Files:'
  103.         end
  104.         object Label3: TLabel
  105.           Left = 73
  106.           Top = 93
  107.           Width = 52
  108.           Height = 13
  109.           Alignment = taRightJustify
  110.           Caption = 'Older Files:'
  111.         end
  112.         object Label4: TLabel
  113.           Left = 45
  114.           Top = 125
  115.           Width = 80
  116.           Height = 13
  117.           Alignment = taRightJustify
  118.           Caption = 'Single Side Files:'
  119.         end
  120.         object ComboBox1: TComboBox
  121.           Left = 136
  122.           Top = 24
  123.           Width = 89
  124.           Height = 21
  125.           Style = csOwnerDrawFixed
  126.           DropDownCount = 20
  127.           ItemHeight = 15
  128.           Items.Strings = (
  129.             '0'
  130.             '1'
  131.             '2'
  132.             '3'
  133.             '4'
  134.             '5'
  135.             '6'
  136.             '7'
  137.             '8'
  138.             '9'
  139.             '10'
  140.             '11'
  141.             '12'
  142.             '13'
  143.             '14'
  144.             '15')
  145.           TabOrder = 0
  146.           OnDrawItem = ComboBoxDrawItem
  147.         end
  148.         object ComboBox2: TComboBox
  149.           Left = 136
  150.           Top = 56
  151.           Width = 89
  152.           Height = 22
  153.           Style = csOwnerDrawFixed
  154.           DropDownCount = 20
  155.           ItemHeight = 16
  156.           Items.Strings = (
  157.             '0'
  158.             '1'
  159.             '2'
  160.             '3'
  161.             '4'
  162.             '5'
  163.             '6'
  164.             '7'
  165.             '8'
  166.             '9'
  167.             '10'
  168.             '11'
  169.             '12'
  170.             '13'
  171.             '14'
  172.             '15')
  173.           TabOrder = 1
  174.           OnDrawItem = ComboBoxDrawItem
  175.         end
  176.         object ComboBox3: TComboBox
  177.           Left = 136
  178.           Top = 88
  179.           Width = 89
  180.           Height = 22
  181.           Style = csOwnerDrawFixed
  182.           DropDownCount = 20
  183.           ItemHeight = 16
  184.           Items.Strings = (
  185.             '0'
  186.             '1'
  187.             '2'
  188.             '3'
  189.             '4'
  190.             '5'
  191.             '6'
  192.             '7'
  193.             '8'
  194.             '9'
  195.             '10'
  196.             '11'
  197.             '12'
  198.             '13'
  199.             '14'
  200.             '15')
  201.           TabOrder = 2
  202.           OnDrawItem = ComboBoxDrawItem
  203.         end
  204.         object ComboBox4: TComboBox
  205.           Left = 136
  206.           Top = 120
  207.           Width = 89
  208.           Height = 22
  209.           Style = csOwnerDrawFixed
  210.           DropDownCount = 20
  211.           ItemHeight = 16
  212.           Items.Strings = (
  213.             '0'
  214.             '1'
  215.             '2'
  216.             '3'
  217.             '4'
  218.             '5'
  219.             '6'
  220.             '7'
  221.             '8'
  222.             '9'
  223.             '10'
  224.             '11'
  225.             '12'
  226.             '13'
  227.             '14'
  228.             '15')
  229.           TabOrder = 3
  230.           OnDrawItem = ComboBoxDrawItem
  231.         end
  232.         object ColorSpots: TCheckBox
  233.           Left = 20
  234.           Top = 162
  235.           Width = 93
  236.           Height = 17
  237.           Caption = 'Color Spots'
  238.           TabOrder = 4
  239.         end
  240.         object Fonts1: TBitBtn
  241.           Left = 136
  242.           Top = 160
  243.           Width = 89
  244.           Height = 24
  245.           Caption = 'Font...'
  246.           TabOrder = 5
  247.           OnClick = Fonts1Click
  248.         end
  249.       end
  250.       object AutoPick: TCheckBox
  251.         Left = 24
  252.         Top = 16
  253.         Width = 201
  254.         Height = 17
  255.         Caption = 'Directory Dialog on Startup'
  256.         TabOrder = 0
  257.       end
  258.       object MakeBackups: TCheckBox
  259.         Left = 24
  260.         Top = 48
  261.         Width = 201
  262.         Height = 17
  263.         Caption = 'Make Backup Before File Copy'
  264.         TabOrder = 3
  265.       end
  266.     end
  267.     object TTabPage
  268.       Left = 4
  269.       Top = 24
  270.       Caption = 'File Viewer'
  271.       object GroupBox3: TGroupBox
  272.         Left = 232
  273.         Top = 32
  274.         Width = 241
  275.         Height = 193
  276.         Caption = 'Text Colors'
  277.         TabOrder = 1
  278.         object Label5: TLabel
  279.           Left = 38
  280.           Top = 29
  281.           Width = 71
  282.           Height = 13
  283.           Alignment = taRightJustify
  284.           Caption = 'Matching Text:'
  285.         end
  286.         object Label6: TLabel
  287.           Left = 52
  288.           Top = 61
  289.           Width = 57
  290.           Height = 13
  291.           Alignment = taRightJustify
  292.           Caption = 'Similar Text:'
  293.         end
  294.         object Label7: TLabel
  295.           Left = 42
  296.           Top = 93
  297.           Width = 67
  298.           Height = 13
  299.           Alignment = taRightJustify
  300.           Caption = 'Different Text:'
  301.         end
  302.         object Label8: TLabel
  303.           Left = 18
  304.           Top = 159
  305.           Width = 76
  306.           Height = 13
  307.           Caption = 'Tab stops every'
  308.         end
  309.         object Label9: TLabel
  310.           Left = 152
  311.           Top = 159
  312.           Width = 26
  313.           Height = 13
  314.           Caption = 'chars'
  315.         end
  316.         object ComboBox5: TComboBox
  317.           Left = 120
  318.           Top = 24
  319.           Width = 105
  320.           Height = 21
  321.           Style = csOwnerDrawFixed
  322.           DropDownCount = 20
  323.           ItemHeight = 15
  324.           Items.Strings = (
  325.             '0'
  326.             '1'
  327.             '2'
  328.             '3'
  329.             '4'
  330.             '5'
  331.             '6'
  332.             '7'
  333.             '8'
  334.             '9'
  335.             '10'
  336.             '11'
  337.             '12'
  338.             '13'
  339.             '14'
  340.             '15')
  341.           TabOrder = 0
  342.           OnDrawItem = ComboBoxDrawItem
  343.         end
  344.         object ComboBox6: TComboBox
  345.           Left = 120
  346.           Top = 56
  347.           Width = 105
  348.           Height = 22
  349.           Style = csOwnerDrawFixed
  350.           DropDownCount = 20
  351.           ItemHeight = 16
  352.           Items.Strings = (
  353.             '0'
  354.             '1'
  355.             '2'
  356.             '3'
  357.             '4'
  358.             '5'
  359.             '6'
  360.             '7'
  361.             '8'
  362.             '9'
  363.             '10'
  364.             '11'
  365.             '12'
  366.             '13'
  367.             '14'
  368.             '15')
  369.           TabOrder = 1
  370.           OnDrawItem = ComboBoxDrawItem
  371.         end
  372.         object ComboBox7: TComboBox
  373.           Left = 120
  374.           Top = 88
  375.           Width = 105
  376.           Height = 22
  377.           Style = csOwnerDrawFixed
  378.           DropDownCount = 20
  379.           ItemHeight = 16
  380.           Items.Strings = (
  381.             '0'
  382.             '1'
  383.             '2'
  384.             '3'
  385.             '4'
  386.             '5'
  387.             '6'
  388.             '7'
  389.             '8'
  390.             '9'
  391.             '10'
  392.             '11'
  393.             '12'
  394.             '13'
  395.             '14'
  396.             '15')
  397.           TabOrder = 2
  398.           OnDrawItem = ComboBoxDrawItem
  399.         end
  400.         object Font2: TBitBtn
  401.           Left = 120
  402.           Top = 121
  403.           Width = 89
  404.           Height = 24
  405.           Caption = 'Font...'
  406.           TabOrder = 3
  407.           OnClick = Font2Click
  408.         end
  409.         object TabStopEdit: TEdit
  410.           Left = 120
  411.           Top = 157
  412.           Width = 25
  413.           Height = 21
  414.           MaxLength = 2
  415.           TabOrder = 4
  416.           Text = '4'
  417.           OnKeyPress = NumericEditKeyPress
  418.         end
  419.       end
  420.       object GroupBox4: TGroupBox
  421.         Left = 8
  422.         Top = 32
  423.         Width = 209
  424.         Height = 121
  425.         Caption = 'Include'
  426.         TabOrder = 0
  427.         object ShowToolbar2: TCheckBox
  428.           Left = 16
  429.           Top = 24
  430.           Width = 73
  431.           Height = 17
  432.           Caption = 'Toolbar'
  433.           TabOrder = 0
  434.         end
  435.         object ShowHeadings2: TCheckBox
  436.           Left = 16
  437.           Top = 56
  438.           Width = 105
  439.           Height = 17
  440.           Caption = 'Headings'
  441.           TabOrder = 2
  442.         end
  443.         object ArrangeToolbar2: TBitBtn
  444.           Left = 88
  445.           Top = 21
  446.           Width = 113
  447.           Height = 24
  448.           Caption = 'Arrange Buttons...'
  449.           TabOrder = 1
  450.           OnClick = ArrangeToolbar2Click
  451.         end
  452.         object ShowStatusbar2: TCheckBox
  453.           Left = 16
  454.           Top = 88
  455.           Width = 97
  456.           Height = 17
  457.           Caption = 'Statusbar'
  458.           TabOrder = 3
  459.         end
  460.       end
  461.     end
  462.     object TTabPage
  463.       Left = 4
  464.       Top = 24
  465.       Caption = 'Sync Algorithm'
  466.       object Label11: TLabel
  467.         Left = 96
  468.         Top = 108
  469.         Width = 134
  470.         Height = 13
  471.         Caption = 'Starting Column for Compare'
  472.       end
  473.       object Label10: TLabel
  474.         Left = 96
  475.         Top = 68
  476.         Width = 204
  477.         Height = 13
  478.         Caption = 'Skew Tolerance (how far to look for match)'
  479.       end
  480.       object Label12: TLabel
  481.         Left = 96
  482.         Top = 28
  483.         Width = 113
  484.         Height = 13
  485.         Caption = 'Minimum Lines in Match'
  486.       end
  487.       object Label13: TLabel
  488.         Left = 96
  489.         Top = 132
  490.         Width = 247
  491.         Height = 13
  492.         Caption = 'Ending Column for Compare (use zero for end of line)'
  493.       end
  494.       object StartColEdit: TEdit
  495.         Left = 48
  496.         Top = 104
  497.         Width = 41
  498.         Height = 21
  499.         TabOrder = 2
  500.         OnKeyPress = NumericEditKeyPress
  501.       end
  502.       object ToleranceEdit: TEdit
  503.         Left = 48
  504.         Top = 64
  505.         Width = 41
  506.         Height = 21
  507.         TabOrder = 1
  508.         Text = '9999'
  509.         OnKeyPress = NumericEditKeyPress
  510.       end
  511.       object HotMatchOption: TCheckBox
  512.         Left = 48
  513.         Top = 168
  514.         Width = 369
  515.         Height = 17
  516.         Caption = 'Enable "Hot Match" (effective in Pascal code only)'
  517.         TabOrder = 4
  518.       end
  519.       object MinMatchEdit: TEdit
  520.         Left = 48
  521.         Top = 24
  522.         Width = 41
  523.         Height = 21
  524.         TabOrder = 0
  525.         OnKeyPress = NumericEditKeyPress
  526.       end
  527.       object IgnoreWhitespaceOption: TCheckBox
  528.         Left = 48
  529.         Top = 200
  530.         Width = 385
  531.         Height = 17
  532.         Caption = 'Ignore Leading, Trailing Whitespace'
  533.         TabOrder = 5
  534.       end
  535.       object StopColEdit: TEdit
  536.         Left = 48
  537.         Top = 128
  538.         Width = 41
  539.         Height = 21
  540.         TabOrder = 3
  541.       end
  542.       object ResetBtn: TBitBtn
  543.         Left = 344
  544.         Top = 200
  545.         Width = 121
  546.         Height = 25
  547.         Caption = '&Reset Defaults'
  548.         TabOrder = 6
  549.         OnClick = ResetBtnClick
  550.       end
  551.     end
  552.   end
  553.   object OKBtn: TBitBtn
  554.     Left = 184
  555.     Top = 280
  556.     Width = 73
  557.     Height = 26
  558.     Caption = 'OK'
  559.     Default = True
  560.     ModalResult = 1
  561.     TabOrder = 1
  562.     OnClick = OKBtnClick
  563.     NumGlyphs = 2
  564.   end
  565.   object CancelBtn: TBitBtn
  566.     Left = 264
  567.     Top = 280
  568.     Width = 73
  569.     Height = 26
  570.     Cancel = True
  571.     Caption = 'Cancel'
  572.     ModalResult = 2
  573.     TabOrder = 2
  574.     NumGlyphs = 2
  575.   end
  576.   object HelpBtn: TBitBtn
  577.     Left = 424
  578.     Top = 280
  579.     Width = 73
  580.     Height = 26
  581.     Caption = '&Help'
  582.     TabOrder = 4
  583.     OnClick = HelpBtnClick
  584.     NumGlyphs = 2
  585.   end
  586.   object ApplyBtn: TBitBtn
  587.     Left = 344
  588.     Top = 280
  589.     Width = 73
  590.     Height = 26
  591.     Caption = '&Apply'
  592.     TabOrder = 3
  593.     OnClick = ApplyBtnClick
  594.     NumGlyphs = 2
  595.   end
  596.   object FontDialog1: TFontDialog
  597.     Font.Color = clWindowText
  598.     Font.Height = -13
  599.     Font.Name = 'System'
  600.     Font.Style = []
  601.     MinFontSize = 0
  602.     MaxFontSize = 0
  603.     Left = 448
  604.     Top = 192
  605.   end
  606. end
  607.