home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / tools / 95beyond / beyond32.exe / 0 / RCDATA / TVIEWERPROPERTIES / TVIEWERPROPERTIES.txt
Text File  |  1997-11-09  |  10KB  |  436 lines

  1. object ViewerProperties: TViewerProperties
  2.   Left = 419
  3.   Top = 196
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'File Viewer Options'
  7.   ClientHeight = 371
  8.   ClientWidth = 392
  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 = 377
  21.     Height = 321
  22.     TabFont.Color = clBtnText
  23.     TabFont.Height = -11
  24.     TabFont.Name = 'MS Sans Serif'
  25.     TabFont.Style = []
  26.     TabOrder = 0
  27.     OnClick = NotebookClick
  28.     object TTabPage
  29.       Left = 4
  30.       Top = 24
  31.       Caption = 'General'
  32.       object Label8: TLabel
  33.         Left = 34
  34.         Top = 119
  35.         Width = 76
  36.         Height = 13
  37.         Alignment = taRightJustify
  38.         Caption = 'Tab stops every'
  39.       end
  40.       object Label9: TLabel
  41.         Left = 152
  42.         Top = 119
  43.         Width = 39
  44.         Height = 13
  45.         Caption = 'columns'
  46.       end
  47.       object TabStopEdit: TEdit
  48.         Left = 120
  49.         Top = 117
  50.         Width = 25
  51.         Height = 21
  52.         MaxLength = 2
  53.         TabOrder = 1
  54.         Text = '4'
  55.         OnKeyPress = NumericEditKeyPress
  56.       end
  57.       object SelectionStyle: TRadioGroup
  58.         Left = 16
  59.         Top = 16
  60.         Width = 337
  61.         Height = 65
  62.         Caption = 'Find Next Difference'
  63.         Items.Strings = (
  64.           'Position Only (does not obscure color coding)'
  65.           'Normal Line Selection')
  66.         TabOrder = 0
  67.       end
  68.     end
  69.     object TTabPage
  70.       Left = 4
  71.       Top = 24
  72.       Caption = 'Appearance'
  73.       object GroupBox3: TGroupBox
  74.         Left = 16
  75.         Top = 16
  76.         Width = 337
  77.         Height = 158
  78.         Caption = 'Color Scheme'
  79.         TabOrder = 0
  80.         object Label5: TLabel
  81.           Left = 38
  82.           Top = 28
  83.           Width = 71
  84.           Height = 13
  85.           Alignment = taRightJustify
  86.           Caption = 'Matching Text:'
  87.         end
  88.         object Label6: TLabel
  89.           Left = 52
  90.           Top = 52
  91.           Width = 57
  92.           Height = 13
  93.           Alignment = taRightJustify
  94.           Caption = 'Similar Text:'
  95.         end
  96.         object Label7: TLabel
  97.           Left = 42
  98.           Top = 76
  99.           Width = 67
  100.           Height = 13
  101.           Alignment = taRightJustify
  102.           Caption = 'Different Text:'
  103.         end
  104.         object Label1: TLabel
  105.           Left = 47
  106.           Top = 100
  107.           Width = 62
  108.           Height = 13
  109.           Alignment = taRightJustify
  110.           Caption = 'Missing Text:'
  111.         end
  112.         object ComboBox5: TComboBox
  113.           Left = 120
  114.           Top = 24
  115.           Width = 105
  116.           Height = 21
  117.           Style = csOwnerDrawFixed
  118.           DropDownCount = 20
  119.           ItemHeight = 15
  120.           Items.Strings = (
  121.             '0'
  122.             '1'
  123.             '2'
  124.             '3'
  125.             '4'
  126.             '5'
  127.             '6'
  128.             '7'
  129.             '8'
  130.             '9'
  131.             '10'
  132.             '11'
  133.             '12'
  134.             '13'
  135.             '14'
  136.             '15')
  137.           TabOrder = 0
  138.           OnChange = MissingOptionClick
  139.           OnDrawItem = ComboBoxDrawItem
  140.         end
  141.         object ComboBox6: TComboBox
  142.           Left = 120
  143.           Top = 47
  144.           Width = 105
  145.           Height = 22
  146.           Style = csOwnerDrawFixed
  147.           DropDownCount = 20
  148.           ItemHeight = 16
  149.           Items.Strings = (
  150.             '0'
  151.             '1'
  152.             '2'
  153.             '3'
  154.             '4'
  155.             '5'
  156.             '6'
  157.             '7'
  158.             '8'
  159.             '9'
  160.             '10'
  161.             '11'
  162.             '12'
  163.             '13'
  164.             '14'
  165.             '15')
  166.           TabOrder = 1
  167.           OnChange = MissingOptionClick
  168.           OnDrawItem = ComboBoxDrawItem
  169.         end
  170.         object ComboBox7: TComboBox
  171.           Left = 120
  172.           Top = 71
  173.           Width = 105
  174.           Height = 22
  175.           Style = csOwnerDrawFixed
  176.           DropDownCount = 20
  177.           ItemHeight = 16
  178.           Items.Strings = (
  179.             '0'
  180.             '1'
  181.             '2'
  182.             '3'
  183.             '4'
  184.             '5'
  185.             '6'
  186.             '7'
  187.             '8'
  188.             '9'
  189.             '10'
  190.             '11'
  191.             '12'
  192.             '13'
  193.             '14'
  194.             '15')
  195.           TabOrder = 2
  196.           OnChange = MissingOptionClick
  197.           OnDrawItem = ComboBoxDrawItem
  198.         end
  199.         object BlankOption: TRadioButton
  200.           Left = 120
  201.           Top = 100
  202.           Width = 65
  203.           Height = 17
  204.           Caption = 'Blank'
  205.           TabOrder = 3
  206.           OnClick = MissingOptionClick
  207.         end
  208.         object CrosshatchOption: TRadioButton
  209.           Left = 120
  210.           Top = 116
  211.           Width = 97
  212.           Height = 17
  213.           Caption = 'Crosshatch'
  214.           TabOrder = 4
  215.           OnClick = MissingOptionClick
  216.         end
  217.         object ColorOption: TRadioButton
  218.           Left = 120
  219.           Top = 132
  220.           Width = 65
  221.           Height = 17
  222.           Caption = 'Color'
  223.           TabOrder = 5
  224.           OnClick = MissingOptionClick
  225.         end
  226.         object SelectColorBtn: TBitBtn
  227.           Left = 224
  228.           Top = 128
  229.           Width = 97
  230.           Height = 21
  231.           Caption = 'Select Color...'
  232.           TabOrder = 6
  233.           OnClick = SelectColorBtnClick
  234.         end
  235.       end
  236.       object Font2: TBitBtn
  237.         Left = 264
  238.         Top = 257
  239.         Width = 89
  240.         Height = 24
  241.         Caption = 'Font...'
  242.         TabOrder = 2
  243.         OnClick = Font2Click
  244.       end
  245.       object HorizLinesOption: TCheckBox
  246.         Left = 16
  247.         Top = 248
  248.         Width = 241
  249.         Height = 17
  250.         Caption = 'Horizontal Lines Between Mismatches'
  251.         TabOrder = 1
  252.         OnClick = MissingOptionClick
  253.       end
  254.       object Swatch: TListBox
  255.         Left = 16
  256.         Top = 172
  257.         Width = 337
  258.         Height = 69
  259.         ItemHeight = 16
  260.         Items.Strings = (
  261.           'Sample Viewer Display'#9'Sample Viewer Display'
  262.           #9'This block of text'
  263.           #9'is missing on left.'
  264.           'Beyond Compare'#9'Because we care')
  265.         Style = lbOwnerDrawFixed
  266.         TabOrder = 3
  267.         OnDrawItem = SwatchDrawItem
  268.       end
  269.     end
  270.     object TTabPage
  271.       Left = 4
  272.       Top = 24
  273.       Caption = 'Sync Algorithm'
  274.       object ResetBtn: TBitBtn
  275.         Left = 232
  276.         Top = 256
  277.         Width = 121
  278.         Height = 25
  279.         Caption = '&Reset Defaults'
  280.         TabOrder = 0
  281.         OnClick = ResetBtnClick
  282.       end
  283.       object GroupBox1: TGroupBox
  284.         Left = 16
  285.         Top = 16
  286.         Width = 337
  287.         Height = 137
  288.         Caption = 'Synchronization Settings'
  289.         TabOrder = 1
  290.         object Label12: TLabel
  291.           Left = 72
  292.           Top = 28
  293.           Width = 113
  294.           Height = 13
  295.           Caption = 'Minimum Lines in Match'
  296.         end
  297.         object Label10: TLabel
  298.           Left = 72
  299.           Top = 52
  300.           Width = 204
  301.           Height = 13
  302.           Caption = 'Skew Tolerance (how far to look for match)'
  303.         end
  304.         object MinMatchEdit: TEdit
  305.           Left = 24
  306.           Top = 24
  307.           Width = 41
  308.           Height = 21
  309.           TabOrder = 0
  310.           OnKeyPress = NumericEditKeyPress
  311.         end
  312.         object ToleranceEdit: TEdit
  313.           Left = 24
  314.           Top = 48
  315.           Width = 41
  316.           Height = 21
  317.           TabOrder = 1
  318.           Text = '9999'
  319.           OnKeyPress = NumericEditKeyPress
  320.         end
  321.         object HotMatchOption: TCheckBox
  322.           Left = 24
  323.           Top = 80
  324.           Width = 265
  325.           Height = 17
  326.           Caption = 'Enable "Hot Match" (for Pascal code)'
  327.           TabOrder = 2
  328.         end
  329.         object IgnoreWhitespaceOption: TCheckBox
  330.           Left = 24
  331.           Top = 104
  332.           Width = 305
  333.           Height = 17
  334.           Caption = 'Treat "Similar" Text as Exact Match'
  335.           TabOrder = 3
  336.         end
  337.       end
  338.       object GroupBox2: TGroupBox
  339.         Left = 16
  340.         Top = 160
  341.         Width = 337
  342.         Height = 81
  343.         Caption = 'Limit Comparison to Certain Columns'
  344.         TabOrder = 2
  345.         object Label11: TLabel
  346.           Left = 72
  347.           Top = 28
  348.           Width = 74
  349.           Height = 13
  350.           Caption = 'Starting Column'
  351.         end
  352.         object Label13: TLabel
  353.           Left = 74
  354.           Top = 52
  355.           Width = 187
  356.           Height = 13
  357.           Caption = 'Ending Column (use zero for end of line)'
  358.         end
  359.         object StartColEdit: TEdit
  360.           Left = 24
  361.           Top = 24
  362.           Width = 41
  363.           Height = 21
  364.           TabOrder = 0
  365.           OnKeyPress = NumericEditKeyPress
  366.         end
  367.         object StopColEdit: TEdit
  368.           Left = 24
  369.           Top = 48
  370.           Width = 41
  371.           Height = 21
  372.           TabOrder = 1
  373.         end
  374.       end
  375.     end
  376.   end
  377.   object OKBtn: TBitBtn
  378.     Left = 72
  379.     Top = 336
  380.     Width = 73
  381.     Height = 26
  382.     Caption = 'OK'
  383.     Default = True
  384.     ModalResult = 1
  385.     TabOrder = 1
  386.     OnClick = OKBtnClick
  387.     NumGlyphs = 2
  388.   end
  389.   object CancelBtn: TBitBtn
  390.     Left = 152
  391.     Top = 336
  392.     Width = 73
  393.     Height = 26
  394.     Cancel = True
  395.     Caption = 'Cancel'
  396.     ModalResult = 2
  397.     TabOrder = 2
  398.     NumGlyphs = 2
  399.   end
  400.   object HelpBtn: TBitBtn
  401.     Left = 312
  402.     Top = 336
  403.     Width = 73
  404.     Height = 26
  405.     Caption = '&Help'
  406.     TabOrder = 4
  407.     OnClick = HelpBtnClick
  408.     NumGlyphs = 2
  409.   end
  410.   object ApplyBtn: TBitBtn
  411.     Left = 232
  412.     Top = 336
  413.     Width = 73
  414.     Height = 26
  415.     Caption = '&Apply'
  416.     TabOrder = 3
  417.     OnClick = ApplyBtnClick
  418.     NumGlyphs = 2
  419.   end
  420.   object FontDialog1: TFontDialog
  421.     Font.Color = clWindowText
  422.     Font.Height = -13
  423.     Font.Name = 'System'
  424.     Font.Style = []
  425.     MinFontSize = 0
  426.     MaxFontSize = 0
  427.     Left = 352
  428.     Top = 264
  429.   end
  430.   object ColorDialog1: TColorDialog
  431.     Ctl3D = True
  432.     Left = 352
  433.     Top = 232
  434.   end
  435. end
  436.