home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Delphi.5 / Samples / sourceD5 / browutil.exe / BROWSER / COMPFILE.DFM / COMPFILE.txt next >
Encoding:
Text File  |  2000-01-02  |  4.6 KB  |  219 lines

  1. object FrmCompareFile: TFrmCompareFile
  2.   Left = -3
  3.   Top = 104
  4.   Width = 643
  5.   Height = 300
  6.   Caption = 'Compare File'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   Visible = True
  18.   WindowState = wsMaximized
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Splitter1: TSplitter
  24.     Left = 0
  25.     Top = 179
  26.     Width = 635
  27.     Height = 6
  28.     Cursor = crVSplit
  29.     Align = alTop
  30.     Beveled = True
  31.   end
  32.   object StringGrid1: TStringGrid
  33.     Left = 0
  34.     Top = 185
  35.     Width = 635
  36.     Height = 88
  37.     Align = alClient
  38.     ColCount = 4
  39.     DefaultColWidth = 50
  40.     DefaultRowHeight = 20
  41.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSizing, goColSizing, goRowMoving, goColMoving, goEditing, goAlwaysShowEditor, goThumbTracking]
  42.     ParentShowHint = False
  43.     ShowHint = True
  44.     TabOrder = 2
  45.   end
  46.   object Panel1: TPanel
  47.     Left = 0
  48.     Top = 0
  49.     Width = 635
  50.     Height = 24
  51.     Align = alTop
  52.     BevelInner = bvLowered
  53.     TabOrder = 0
  54.     object BtnClose: TButton
  55.       Left = 2
  56.       Top = 2
  57.       Width = 36
  58.       Height = 20
  59.       Cancel = True
  60.       Caption = '&Close'
  61.       TabOrder = 0
  62.       OnClick = BtnCloseClick
  63.     end
  64.     object BtnCompare: TButton
  65.       Left = 40
  66.       Top = 2
  67.       Width = 49
  68.       Height = 20
  69.       Caption = 'C&ompare'
  70.       TabOrder = 1
  71.       OnClick = BtnCompareClick
  72.     end
  73.     object ChkIgnoreLines: TCheckBox
  74.       Left = 94
  75.       Top = 4
  76.       Width = 109
  77.       Height = 17
  78.       Alignment = taLeftJustify
  79.       Caption = 'Ignore Empty Lines'
  80.       TabOrder = 2
  81.     end
  82.   end
  83.   object Panel2: TPanel
  84.     Left = 0
  85.     Top = 24
  86.     Width = 635
  87.     Height = 155
  88.     Align = alTop
  89.     TabOrder = 1
  90.     object GroupBox1: TGroupBox
  91.       Left = 1
  92.       Top = 1
  93.       Width = 320
  94.       Height = 153
  95.       Align = alLeft
  96.       Caption = '&Source'
  97.       TabOrder = 0
  98.       object FileListBox1: TFileListBox
  99.         Left = 2
  100.         Top = 38
  101.         Width = 316
  102.         Height = 113
  103.         Align = alClient
  104.         ItemHeight = 13
  105.         TabOrder = 1
  106.         OnChange = FileListBox1Change
  107.         OnEnter = FileListBox1Enter
  108.         OnExit = FileListBox1Exit
  109.       end
  110.       object Panel3: TPanel
  111.         Left = 2
  112.         Top = 15
  113.         Width = 316
  114.         Height = 23
  115.         Align = alTop
  116.         BevelOuter = bvNone
  117.         TabOrder = 0
  118.         object Edit1: TEdit
  119.           Left = 1
  120.           Top = 2
  121.           Width = 291
  122.           Height = 21
  123.           TabOrder = 0
  124.           OnChange = Edit1Change
  125.           OnEnter = Edit1Enter
  126.           OnExit = Edit1Exit
  127.           OnKeyDown = Edit1KeyDown
  128.         end
  129.         object Button1: TButton
  130.           Left = 295
  131.           Top = 3
  132.           Width = 19
  133.           Height = 19
  134.           Caption = '...'
  135.           TabOrder = 1
  136.           OnClick = Button1Click
  137.         end
  138.       end
  139.     end
  140.     object GroupBox2: TGroupBox
  141.       Left = 321
  142.       Top = 1
  143.       Width = 313
  144.       Height = 153
  145.       Align = alClient
  146.       Caption = '&Target'
  147.       TabOrder = 1
  148.       object FileListBox2: TFileListBox
  149.         Left = 2
  150.         Top = 38
  151.         Width = 309
  152.         Height = 113
  153.         Align = alClient
  154.         ItemHeight = 13
  155.         TabOrder = 1
  156.         OnChange = FileListBox2Change
  157.         OnEnter = FileListBox2Enter
  158.         OnExit = FileListBox2Exit
  159.       end
  160.       object Panel4: TPanel
  161.         Left = 2
  162.         Top = 15
  163.         Width = 309
  164.         Height = 23
  165.         Align = alTop
  166.         BevelOuter = bvNone
  167.         TabOrder = 0
  168.         object Edit2: TEdit
  169.           Left = 2
  170.           Top = 2
  171.           Width = 281
  172.           Height = 21
  173.           TabOrder = 0
  174.           OnChange = Edit1Change
  175.           OnEnter = Edit1Enter
  176.           OnExit = Edit1Exit
  177.           OnKeyDown = Edit2KeyDown
  178.         end
  179.         object Button2: TButton
  180.           Left = 287
  181.           Top = 3
  182.           Width = 19
  183.           Height = 19
  184.           Caption = '...'
  185.           TabOrder = 1
  186.           OnClick = Button2Click
  187.         end
  188.       end
  189.     end
  190.   end
  191.   object RichEdit1: TRichEdit
  192.     Left = 424
  193.     Top = 321
  194.     Width = 50
  195.     Height = 50
  196.     TabOrder = 3
  197.     Visible = False
  198.     WordWrap = False
  199.   end
  200.   object RichEdit2: TRichEdit
  201.     Left = 488
  202.     Top = 324
  203.     Width = 50
  204.     Height = 50
  205.     TabOrder = 4
  206.     Visible = False
  207.     WordWrap = False
  208.   end
  209.   object DirectoryListBox1: TDirectoryListBox
  210.     Left = 152
  211.     Top = 80
  212.     Width = 57
  213.     Height = 33
  214.     ItemHeight = 16
  215.     TabOrder = 5
  216.     Visible = False
  217.   end
  218. end
  219.