home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / code / setup.exe / CodePad.exe / 0 / RCDATA / TCOMPARESTARTFORM / TCOMPARESTARTFORM.txt
Encoding:
Text File  |  2003-02-24  |  2.5 KB  |  126 lines

  1. object CompareStartForm: TCompareStartForm
  2.   Left = 344
  3.   Top = 266
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Compare Options'
  7.   ClientHeight = 158
  8.   ClientWidth = 256
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lFileToCompare: TLabel
  21.     Tag = 152
  22.     Left = 9
  23.     Top = 7
  24.     Width = 93
  25.     Height = 13
  26.     Caption = 'Compare "%s" with:'
  27.     Transparent = True
  28.   end
  29.   object Label1: TLabel
  30.     Left = 8
  31.     Top = 128
  32.     Width = 32
  33.     Height = 13
  34.     Caption = 'Label1'
  35.     Visible = False
  36.   end
  37.   object bCompare: TButton
  38.     Tag = 100
  39.     Left = 76
  40.     Top = 127
  41.     Width = 83
  42.     Height = 24
  43.     Caption = 'Compare'
  44.     Default = True
  45.     Enabled = False
  46.     ModalResult = 1
  47.     TabOrder = 2
  48.   end
  49.   object bCancel: TButton
  50.     Tag = 101
  51.     Left = 164
  52.     Top = 127
  53.     Width = 83
  54.     Height = 24
  55.     Cancel = True
  56.     Caption = 'Cancel'
  57.     ModalResult = 2
  58.     TabOrder = 3
  59.   end
  60.   object gOptions: TGroupBox
  61.     Tag = 196
  62.     Left = 9
  63.     Top = 53
  64.     Width = 239
  65.     Height = 65
  66.     Caption = 'Options'
  67.     TabOrder = 1
  68.     object cIgnoreBlanks: TCheckBox
  69.       Left = 10
  70.       Top = 20
  71.       Width = 220
  72.       Height = 17
  73.       Caption = 'Ignore Blanks'
  74.       TabOrder = 0
  75.     end
  76.     object cIgnoreCase: TCheckBox
  77.       Left = 10
  78.       Top = 40
  79.       Width = 220
  80.       Height = 17
  81.       Caption = 'Ignore Case'
  82.       TabOrder = 1
  83.     end
  84.   end
  85.   object CompareFile: TComboBox
  86.     Left = 9
  87.     Top = 25
  88.     Width = 215
  89.     Height = 21
  90.     Style = csDropDownList
  91.     ItemHeight = 13
  92.     TabOrder = 0
  93.     OnChange = CompareFileChange
  94.   end
  95.   object ToolBar9: TToolBar
  96.     Left = 225
  97.     Top = 24
  98.     Width = 23
  99.     Height = 22
  100.     Align = alNone
  101.     AutoSize = True
  102.     Caption = 'ToolBar1'
  103.     EdgeBorders = []
  104.     Flat = True
  105.     Images = CodePadMainForm.ImageList1
  106.     TabOrder = 4
  107.     Transparent = True
  108.     object ToolButton2: TToolButton
  109.       Tag = 1
  110.       Left = 0
  111.       Top = 0
  112.       Hint = 'Select File|Select File to Compare'
  113.       Caption = 'ToolButton1'
  114.       ImageIndex = 99
  115.       ParentShowHint = False
  116.       ShowHint = True
  117.       OnClick = ToolButton2Click
  118.     end
  119.   end
  120.   object OpenDialog: TJvOpenDialog2000
  121.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  122.     Left = 214
  123.     Top = 67
  124.   end
  125. end
  126.