home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 February / Chip_2003-02_cd1.bin / zkuste / delphi / kompon / d34567 / KADAO77.ZIP / MasterDetailFormUnit.dfm / MasterDetailFormUnit.txt
Text File  |  2000-06-04  |  3KB  |  131 lines

  1. object MasterDetailForm: TMasterDetailForm
  2.   Left = 462
  3.   Top = 275
  4.   ActiveControl = ListBox1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Field Link Designer'
  7.   ClientHeight = 337
  8.   ClientWidth = 412
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 1
  20.     Width = 395
  21.     Height = 297
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 9
  25.       Top = 14
  26.       Width = 57
  27.       Height = 13
  28.       Caption = 'D&etail Fields'
  29.       FocusControl = ListBox1
  30.     end
  31.     object Label2: TLabel
  32.       Left = 233
  33.       Top = 14
  34.       Width = 62
  35.       Height = 13
  36.       Caption = '&Master Fields'
  37.       FocusControl = ListBox2
  38.     end
  39.     object Label3: TLabel
  40.       Left = 9
  41.       Top = 192
  42.       Width = 61
  43.       Height = 13
  44.       Caption = '&Joined Fields'
  45.       FocusControl = ListBox3
  46.     end
  47.     object ListBox1: TListBox
  48.       Left = 9
  49.       Top = 30
  50.       Width = 153
  51.       Height = 147
  52.       IntegralHeight = True
  53.       ItemHeight = 13
  54.       Sorted = True
  55.       TabOrder = 0
  56.       OnClick = ListBox1Click
  57.     end
  58.     object Button1: TButton
  59.       Left = 168
  60.       Top = 30
  61.       Width = 58
  62.       Height = 25
  63.       Caption = '&Add'
  64.       Enabled = False
  65.       TabOrder = 1
  66.       OnClick = Button1Click
  67.     end
  68.     object ListBox2: TListBox
  69.       Left = 233
  70.       Top = 30
  71.       Width = 153
  72.       Height = 147
  73.       IntegralHeight = True
  74.       ItemHeight = 13
  75.       Sorted = True
  76.       TabOrder = 2
  77.       OnClick = ListBox2Click
  78.     end
  79.     object ListBox3: TListBox
  80.       Left = 9
  81.       Top = 208
  82.       Width = 297
  83.       Height = 82
  84.       IntegralHeight = True
  85.       ItemHeight = 13
  86.       TabOrder = 3
  87.       OnClick = ListBox3Click
  88.     end
  89.     object Button2: TButton
  90.       Left = 311
  91.       Top = 208
  92.       Width = 75
  93.       Height = 25
  94.       Caption = '&Delete'
  95.       Enabled = False
  96.       TabOrder = 4
  97.       OnClick = Button2Click
  98.     end
  99.     object Button3: TButton
  100.       Left = 311
  101.       Top = 238
  102.       Width = 75
  103.       Height = 25
  104.       Caption = '&Clear'
  105.       TabOrder = 5
  106.       OnClick = Button3Click
  107.     end
  108.   end
  109.   object Button4: TButton
  110.     Left = 328
  111.     Top = 304
  112.     Width = 75
  113.     Height = 25
  114.     Caption = 'Ok'
  115.     Default = True
  116.     Enabled = False
  117.     TabOrder = 1
  118.     OnClick = Button4Click
  119.   end
  120.   object Button5: TButton
  121.     Left = 249
  122.     Top = 304
  123.     Width = 75
  124.     Height = 25
  125.     Cancel = True
  126.     Caption = 'Cancel'
  127.     TabOrder = 2
  128.     OnClick = Button5Click
  129.   end
  130. end
  131.