home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Delphi.5 / Samples / sourceD5 / browutil.exe / BROWSER / MASTLINK.DFM / MASTLINK.txt < prev   
Encoding:
Text File  |  2000-01-03  |  3.3 KB  |  179 lines

  1. object FrmMasterLink: TFrmMasterLink
  2.   Left = 96
  3.   Top = 162
  4.   BorderStyle = bsDialog
  5.   Caption = 'Master Link'
  6.   ClientHeight = 279
  7.   ClientWidth = 536
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel2: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 536
  24.     Height = 26
  25.     Align = alTop
  26.     BevelInner = bvLowered
  27.     TabOrder = 1
  28.     object BtnOk: TButton
  29.       Left = 2
  30.       Top = 3
  31.       Width = 50
  32.       Height = 20
  33.       Caption = '&Ok'
  34.       TabOrder = 0
  35.     end
  36.     object BtnClose: TButton
  37.       Left = 54
  38.       Top = 3
  39.       Width = 50
  40.       Height = 20
  41.       Caption = '&Cancel'
  42.       TabOrder = 1
  43.     end
  44.   end
  45.   object Panel1: TPanel
  46.     Left = 0
  47.     Top = 26
  48.     Width = 536
  49.     Height = 253
  50.     Align = alClient
  51.     BevelInner = bvLowered
  52.     TabOrder = 0
  53.     object Label1: TLabel
  54.       Left = 10
  55.       Top = 13
  56.       Width = 95
  57.       Height = 13
  58.       Caption = 'Master Data Source'
  59.     end
  60.     object Label2: TLabel
  61.       Left = 10
  62.       Top = 75
  63.       Width = 57
  64.       Height = 13
  65.       Caption = 'De&tail Fields'
  66.     end
  67.     object Label3: TLabel
  68.       Left = 203
  69.       Top = 75
  70.       Width = 62
  71.       Height = 13
  72.       Caption = '&Master Fields'
  73.     end
  74.     object Label4: TLabel
  75.       Left = 10
  76.       Top = 43
  77.       Width = 87
  78.       Height = 13
  79.       Caption = 'Index Field Names'
  80.     end
  81.     object Label5: TLabel
  82.       Left = 274
  83.       Top = 13
  84.       Width = 90
  85.       Height = 13
  86.       Caption = 'Detail Data Source'
  87.     end
  88.     object Label6: TLabel
  89.       Left = 274
  90.       Top = 43
  91.       Width = 87
  92.       Height = 13
  93.       Caption = 'Index Field Names'
  94.     end
  95.     object ComboBox1: TComboBox
  96.       Left = 110
  97.       Top = 39
  98.       Width = 145
  99.       Height = 21
  100.       ItemHeight = 13
  101.       TabOrder = 1
  102.     end
  103.     object ListBox1: TListBox
  104.       Left = 10
  105.       Top = 88
  106.       Width = 121
  107.       Height = 97
  108.       ItemHeight = 13
  109.       TabOrder = 2
  110.     end
  111.     object ListBox2: TListBox
  112.       Left = 203
  113.       Top = 88
  114.       Width = 121
  115.       Height = 97
  116.       ItemHeight = 13
  117.       TabOrder = 4
  118.     end
  119.     object BtnAdd: TButton
  120.       Left = 141
  121.       Top = 123
  122.       Width = 50
  123.       Height = 20
  124.       Caption = '&Add'
  125.       TabOrder = 3
  126.     end
  127.     object ListBox3: TListBox
  128.       Left = 10
  129.       Top = 192
  130.       Width = 450
  131.       Height = 49
  132.       ItemHeight = 13
  133.       TabOrder = 5
  134.     end
  135.     object BtnClear: TButton
  136.       Left = 469
  137.       Top = 195
  138.       Width = 50
  139.       Height = 20
  140.       Caption = '&Clear'
  141.       TabOrder = 6
  142.     end
  143.     object BtnDelete: TButton
  144.       Left = 469
  145.       Top = 218
  146.       Width = 50
  147.       Height = 20
  148.       Caption = '&Delete'
  149.       TabOrder = 7
  150.     end
  151.     object ComboBox2: TComboBox
  152.       Left = 110
  153.       Top = 9
  154.       Width = 145
  155.       Height = 21
  156.       ItemHeight = 13
  157.       TabOrder = 0
  158.       OnChange = ComboBox2Change
  159.     end
  160.     object ComboBox3: TComboBox
  161.       Left = 374
  162.       Top = 39
  163.       Width = 145
  164.       Height = 21
  165.       ItemHeight = 13
  166.       TabOrder = 8
  167.     end
  168.     object ComboBox4: TComboBox
  169.       Left = 374
  170.       Top = 9
  171.       Width = 145
  172.       Height = 21
  173.       ItemHeight = 13
  174.       TabOrder = 9
  175.       OnChange = ComboBox4Change
  176.     end
  177.   end
  178. end
  179.