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

  1. object FrmCompare: TFrmCompare
  2.   Left = -1
  3.   Top = 18
  4.   Width = 643
  5.   Height = 462
  6.   Caption = 'Compare'
  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.   Icon.Data = {<image000.ico>}
  14.   OldCreateOrder = True
  15.   Visible = True
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 635
  23.     Height = 435
  24.     Align = alClient
  25.     BevelInner = bvLowered
  26.     TabOrder = 0
  27.     object Splitter1: TSplitter
  28.       Left = 2
  29.       Top = 281
  30.       Width = 631
  31.       Height = 3
  32.       Cursor = crVSplit
  33.       Align = alBottom
  34.     end
  35.     object GroupBox1: TGroupBox
  36.       Left = 2
  37.       Top = 2
  38.       Width = 163
  39.       Height = 279
  40.       Align = alLeft
  41.       Caption = 'Source'
  42.       TabOrder = 0
  43.       object DriveComboBox1: TDriveComboBox
  44.         Left = 2
  45.         Top = 12
  46.         Width = 162
  47.         Height = 19
  48.         DirList = DirectoryListBox1
  49.         TabOrder = 0
  50.       end
  51.       object DirectoryListBox1: TDirectoryListBox
  52.         Left = 2
  53.         Top = 30
  54.         Width = 159
  55.         Height = 102
  56.         Align = alBottom
  57.         FileList = FileListBox1
  58.         ItemHeight = 16
  59.         TabOrder = 1
  60.       end
  61.       object FileListBox1: TFileListBox
  62.         Left = 2
  63.         Top = 132
  64.         Width = 159
  65.         Height = 145
  66.         Align = alBottom
  67.         ItemHeight = 13
  68.         Mask = '*.db;*.dbf'
  69.         TabOrder = 2
  70.         OnClick = FileListBox1Click
  71.       end
  72.     end
  73.     object GroupBox2: TGroupBox
  74.       Left = 468
  75.       Top = 2
  76.       Width = 165
  77.       Height = 279
  78.       Align = alRight
  79.       Caption = 'Target'
  80.       TabOrder = 1
  81.       object DriveComboBox2: TDriveComboBox
  82.         Left = 2
  83.         Top = 12
  84.         Width = 162
  85.         Height = 19
  86.         DirList = DirectoryListBox2
  87.         TabOrder = 0
  88.       end
  89.       object DirectoryListBox2: TDirectoryListBox
  90.         Left = 2
  91.         Top = 30
  92.         Width = 161
  93.         Height = 102
  94.         Align = alBottom
  95.         FileList = FileListBox2
  96.         ItemHeight = 16
  97.         TabOrder = 1
  98.       end
  99.       object FileListBox2: TFileListBox
  100.         Left = 2
  101.         Top = 132
  102.         Width = 161
  103.         Height = 145
  104.         Align = alBottom
  105.         ItemHeight = 13
  106.         Mask = '*.db;*.dbf'
  107.         TabOrder = 2
  108.         OnClick = FileListBox2Click
  109.       end
  110.     end
  111.     object Panel4: TPanel
  112.       Left = 2
  113.       Top = 284
  114.       Width = 631
  115.       Height = 149
  116.       Align = alBottom
  117.       BevelInner = bvLowered
  118.       TabOrder = 2
  119.       object Splitter2: TSplitter
  120.         Left = 316
  121.         Top = 2
  122.         Width = 5
  123.         Height = 145
  124.         Cursor = crHSplit
  125.       end
  126.       object DBGSource: TDBGrid
  127.         Left = 2
  128.         Top = 2
  129.         Width = 314
  130.         Height = 145
  131.         Align = alLeft
  132.         DataSource = SrcSource
  133.         PopupMenu = PopupMenu1
  134.         TabOrder = 0
  135.         TitleFont.Charset = DEFAULT_CHARSET
  136.         TitleFont.Color = clWindowText
  137.         TitleFont.Height = -11
  138.         TitleFont.Name = 'MS Sans Serif'
  139.         TitleFont.Style = []
  140.       end
  141.       object DBGTarget: TDBGrid
  142.         Left = 321
  143.         Top = 2
  144.         Width = 308
  145.         Height = 145
  146.         Align = alClient
  147.         DataSource = SrcTarget
  148.         PopupMenu = PopupMenu1
  149.         TabOrder = 1
  150.         TitleFont.Charset = DEFAULT_CHARSET
  151.         TitleFont.Color = clWindowText
  152.         TitleFont.Height = -11
  153.         TitleFont.Name = 'MS Sans Serif'
  154.         TitleFont.Style = []
  155.       end
  156.     end
  157.     object Panel2: TPanel
  158.       Left = 165
  159.       Top = 2
  160.       Width = 303
  161.       Height = 279
  162.       Align = alClient
  163.       BevelInner = bvLowered
  164.       TabOrder = 3
  165.       object GroupBox4: TGroupBox
  166.         Left = 2
  167.         Top = 28
  168.         Width = 299
  169.         Height = 249
  170.         Align = alClient
  171.         Caption = 'Result'
  172.         Font.Charset = DEFAULT_CHARSET
  173.         Font.Color = clWindowText
  174.         Font.Height = -11
  175.         Font.Name = 'MS Sans Serif'
  176.         Font.Style = []
  177.         ParentFont = False
  178.         TabOrder = 0
  179.         object Memo1: TMemo
  180.           Left = 2
  181.           Top = 15
  182.           Width = 295
  183.           Height = 232
  184.           Align = alClient
  185.           ScrollBars = ssBoth
  186.           TabOrder = 0
  187.         end
  188.       end
  189.       object Panel3: TPanel
  190.         Left = 2
  191.         Top = 2
  192.         Width = 299
  193.         Height = 26
  194.         Align = alTop
  195.         BevelInner = bvLowered
  196.         TabOrder = 1
  197.         object BtnStart: TButton
  198.           Left = 2
  199.           Top = 3
  200.           Width = 37
  201.           Height = 20
  202.           Caption = '&Start'
  203.           ModalResult = 1
  204.           TabOrder = 0
  205.           OnClick = BtnStartClick
  206.         end
  207.         object BtnCancel: TButton
  208.           Left = 42
  209.           Top = 3
  210.           Width = 42
  211.           Height = 20
  212.           Caption = '&Cancel'
  213.           ModalResult = 1
  214.           TabOrder = 1
  215.           OnClick = BtnCancelClick
  216.         end
  217.         object BtnClose: TButton
  218.           Left = 88
  219.           Top = 3
  220.           Width = 37
  221.           Height = 20
  222.           Cancel = True
  223.           Caption = 'C&lose'
  224.           ModalResult = 2
  225.           TabOrder = 2
  226.           OnClick = BtnCloseClick
  227.         end
  228.         object BtnCheck: TButton
  229.           Left = 129
  230.           Top = 3
  231.           Width = 39
  232.           Height = 20
  233.           Caption = 'Check'
  234.           TabOrder = 3
  235.           OnClick = BtnCheckClick
  236.         end
  237.       end
  238.     end
  239.   end
  240.   object tblSource: TTable
  241.     Left = 98
  242.     Top = 2
  243.   end
  244.   object tblTarget: TTable
  245.     Left = 530
  246.     Top = 2
  247.   end
  248.   object SrcSource: TDataSource
  249.     DataSet = tblSource
  250.     Left = 127
  251.     Top = 51
  252.   end
  253.   object SrcTarget: TDataSource
  254.     DataSet = tblTarget
  255.     Left = 569
  256.     Top = 53
  257.   end
  258.   object PopupMenu1: TPopupMenu
  259.     Left = 176
  260.     Top = 312
  261.     object Scatter1: TMenuItem
  262.       Caption = 'Scatter'
  263.       OnClick = Scatter1Click
  264.     end
  265.     object Gather1: TMenuItem
  266.       Caption = 'Gather'
  267.       OnClick = Gather1Click
  268.     end
  269.     object N1: TMenuItem
  270.       Caption = '-'
  271.     end
  272.     object New1: TMenuItem
  273.       Caption = 'New'
  274.       OnClick = New1Click
  275.     end
  276.     object Insert1: TMenuItem
  277.       Caption = 'Insert'
  278.       OnClick = Insert1Click
  279.     end
  280.     object Edit1: TMenuItem
  281.       Caption = 'Edit'
  282.       OnClick = Edit1Click
  283.     end
  284.     object Delete1: TMenuItem
  285.       Caption = 'Delete'
  286.       OnClick = Delete1Click
  287.     end
  288.     object N2: TMenuItem
  289.       Caption = '-'
  290.     end
  291.     object Save1: TMenuItem
  292.       Caption = 'Save'
  293.       OnClick = Save1Click
  294.     end
  295.     object Revert1: TMenuItem
  296.       Caption = 'Revert'
  297.       OnClick = Revert1Click
  298.     end
  299.   end
  300. end
  301.