home *** CD-ROM | disk | FTP | other *** search
- object FrmCompareFile: TFrmCompareFile
- Left = -3
- Top = 104
- Width = 643
- Height = 300
- Caption = 'Compare File'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsMDIChild
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poDefault
- Visible = True
- WindowState = wsMaximized
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Splitter1: TSplitter
- Left = 0
- Top = 179
- Width = 635
- Height = 6
- Cursor = crVSplit
- Align = alTop
- Beveled = True
- end
- object StringGrid1: TStringGrid
- Left = 0
- Top = 185
- Width = 635
- Height = 88
- Align = alClient
- ColCount = 4
- DefaultColWidth = 50
- DefaultRowHeight = 20
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSizing, goColSizing, goRowMoving, goColMoving, goEditing, goAlwaysShowEditor, goThumbTracking]
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 635
- Height = 24
- Align = alTop
- BevelInner = bvLowered
- TabOrder = 0
- object BtnClose: TButton
- Left = 2
- Top = 2
- Width = 36
- Height = 20
- Cancel = True
- Caption = '&Close'
- TabOrder = 0
- OnClick = BtnCloseClick
- end
- object BtnCompare: TButton
- Left = 40
- Top = 2
- Width = 49
- Height = 20
- Caption = 'C&ompare'
- TabOrder = 1
- OnClick = BtnCompareClick
- end
- object ChkIgnoreLines: TCheckBox
- Left = 94
- Top = 4
- Width = 109
- Height = 17
- Alignment = taLeftJustify
- Caption = 'Ignore Empty Lines'
- TabOrder = 2
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 24
- Width = 635
- Height = 155
- Align = alTop
- TabOrder = 1
- object GroupBox1: TGroupBox
- Left = 1
- Top = 1
- Width = 320
- Height = 153
- Align = alLeft
- Caption = '&Source'
- TabOrder = 0
- object FileListBox1: TFileListBox
- Left = 2
- Top = 38
- Width = 316
- Height = 113
- Align = alClient
- ItemHeight = 13
- TabOrder = 1
- OnChange = FileListBox1Change
- OnEnter = FileListBox1Enter
- OnExit = FileListBox1Exit
- end
- object Panel3: TPanel
- Left = 2
- Top = 15
- Width = 316
- Height = 23
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object Edit1: TEdit
- Left = 1
- Top = 2
- Width = 291
- Height = 21
- TabOrder = 0
- OnChange = Edit1Change
- OnEnter = Edit1Enter
- OnExit = Edit1Exit
- OnKeyDown = Edit1KeyDown
- end
- object Button1: TButton
- Left = 295
- Top = 3
- Width = 19
- Height = 19
- Caption = '...'
- TabOrder = 1
- OnClick = Button1Click
- end
- end
- end
- object GroupBox2: TGroupBox
- Left = 321
- Top = 1
- Width = 313
- Height = 153
- Align = alClient
- Caption = '&Target'
- TabOrder = 1
- object FileListBox2: TFileListBox
- Left = 2
- Top = 38
- Width = 309
- Height = 113
- Align = alClient
- ItemHeight = 13
- TabOrder = 1
- OnChange = FileListBox2Change
- OnEnter = FileListBox2Enter
- OnExit = FileListBox2Exit
- end
- object Panel4: TPanel
- Left = 2
- Top = 15
- Width = 309
- Height = 23
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object Edit2: TEdit
- Left = 2
- Top = 2
- Width = 281
- Height = 21
- TabOrder = 0
- OnChange = Edit1Change
- OnEnter = Edit1Enter
- OnExit = Edit1Exit
- OnKeyDown = Edit2KeyDown
- end
- object Button2: TButton
- Left = 287
- Top = 3
- Width = 19
- Height = 19
- Caption = '...'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
- end
- end
- object RichEdit1: TRichEdit
- Left = 424
- Top = 321
- Width = 50
- Height = 50
- TabOrder = 3
- Visible = False
- WordWrap = False
- end
- object RichEdit2: TRichEdit
- Left = 488
- Top = 324
- Width = 50
- Height = 50
- TabOrder = 4
- Visible = False
- WordWrap = False
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 152
- Top = 80
- Width = 57
- Height = 33
- ItemHeight = 16
- TabOrder = 5
- Visible = False
- end
- end
-