home *** CD-ROM | disk | FTP | other *** search
- object CompareStartForm: TCompareStartForm
- Left = 344
- Top = 266
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Compare Options'
- ClientHeight = 158
- ClientWidth = 256
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lFileToCompare: TLabel
- Tag = 152
- Left = 9
- Top = 7
- Width = 93
- Height = 13
- Caption = 'Compare "%s" with:'
- Transparent = True
- end
- object Label1: TLabel
- Left = 8
- Top = 128
- Width = 32
- Height = 13
- Caption = 'Label1'
- Visible = False
- end
- object bCompare: TButton
- Tag = 100
- Left = 76
- Top = 127
- Width = 83
- Height = 24
- Caption = 'Compare'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 2
- end
- object bCancel: TButton
- Tag = 101
- Left = 164
- Top = 127
- Width = 83
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object gOptions: TGroupBox
- Tag = 196
- Left = 9
- Top = 53
- Width = 239
- Height = 65
- Caption = 'Options'
- TabOrder = 1
- object cIgnoreBlanks: TCheckBox
- Left = 10
- Top = 20
- Width = 220
- Height = 17
- Caption = 'Ignore Blanks'
- TabOrder = 0
- end
- object cIgnoreCase: TCheckBox
- Left = 10
- Top = 40
- Width = 220
- Height = 17
- Caption = 'Ignore Case'
- TabOrder = 1
- end
- end
- object CompareFile: TComboBox
- Left = 9
- Top = 25
- Width = 215
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = CompareFileChange
- end
- object ToolBar9: TToolBar
- Left = 225
- Top = 24
- Width = 23
- Height = 22
- Align = alNone
- AutoSize = True
- Caption = 'ToolBar1'
- EdgeBorders = []
- Flat = True
- Images = CodePadMainForm.ImageList1
- TabOrder = 4
- Transparent = True
- object ToolButton2: TToolButton
- Tag = 1
- Left = 0
- Top = 0
- Hint = 'Select File|Select File to Compare'
- Caption = 'ToolButton1'
- ImageIndex = 99
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton2Click
- end
- end
- object OpenDialog: TJvOpenDialog2000
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
- Left = 214
- Top = 67
- end
- end
-