home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi2 / seldlg.exe / 16BIT / FJOINS.DFM / FJOINS.txt
Text File  |  1996-10-12  |  3KB  |  161 lines

  1. object FormSelJoins: TFormSelJoins
  2.   Left = 245
  3.   Top = 123
  4.   Width = 368
  5.   Height = 294
  6.   Caption = 'Select Joins'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   TextHeight = 16
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 345
  19.     Height = 209
  20.   end
  21.   object LabelLeft: TLabel
  22.     Left = 24
  23.     Top = 16
  24.     Width = 177
  25.     Height = 16
  26.     AutoSize = False
  27.     Caption = 'Child Fields:'
  28.     Font.Color = clBlack
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.     IsControl = True
  34.   end
  35.   object LabelRight: TLabel
  36.     Left = 224
  37.     Top = 16
  38.     Width = 105
  39.     Height = 16
  40.     AutoSize = False
  41.     Caption = 'Parent Fields:'
  42.     Font.Color = clBlack
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.     IsControl = True
  48.   end
  49.   object LabelJoined: TLabel
  50.     Left = 24
  51.     Top = 120
  52.     Width = 87
  53.     Height = 16
  54.     Caption = 'Joined Fields'
  55.   end
  56.   object LBLeft: TListBox
  57.     Left = 24
  58.     Top = 32
  59.     Width = 113
  60.     Height = 81
  61.     ExtendedSelect = False
  62.     Font.Color = clBlack
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ItemHeight = 13
  67.     ParentFont = False
  68.     Sorted = True
  69.     TabOrder = 0
  70.   end
  71.   object BtnAdd: TBitBtn
  72.     Left = 144
  73.     Top = 56
  74.     Width = 73
  75.     Height = 25
  76.     Caption = '&Add'
  77.     TabOrder = 1
  78.     OnClick = BtnAddClick
  79.   end
  80.   object LBRight: TListBox
  81.     Left = 224
  82.     Top = 32
  83.     Width = 113
  84.     Height = 81
  85.     ExtendedSelect = False
  86.     Font.Color = clBlack
  87.     Font.Height = -11
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = []
  90.     ItemHeight = 13
  91.     ParentFont = False
  92.     Sorted = True
  93.     TabOrder = 2
  94.   end
  95.   object LBJoined: TListBox
  96.     Left = 24
  97.     Top = 136
  98.     Width = 233
  99.     Height = 65
  100.     Font.Color = clBlack
  101.     Font.Height = -11
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = []
  104.     ItemHeight = 13
  105.     ParentFont = False
  106.     TabOrder = 3
  107.   end
  108.   object BtnDelete: TBitBtn
  109.     Left = 264
  110.     Top = 136
  111.     Width = 73
  112.     Height = 25
  113.     Caption = '&Delete'
  114.     TabOrder = 4
  115.     OnClick = BtnDeleteClick
  116.   end
  117.   object BtnClear: TBitBtn
  118.     Left = 264
  119.     Top = 168
  120.     Width = 73
  121.     Height = 25
  122.     Caption = '&Clear'
  123.     TabOrder = 5
  124.     OnClick = BtnClearClick
  125.   end
  126.   object BtnOK: TBitBtn
  127.     Left = 92
  128.     Top = 236
  129.     Width = 77
  130.     Height = 27
  131.     Caption = '&OK'
  132.     Font.Color = clBlack
  133.     Font.Height = -11
  134.     Font.Name = 'MS Sans Serif'
  135.     Font.Style = [fsBold]
  136.     ParentFont = False
  137.     TabOrder = 6
  138.     Kind = bkOK
  139.     Margin = 2
  140.     Spacing = -1
  141.     IsControl = True
  142.   end
  143.   object BtnCancel: TBitBtn
  144.     Left = 176
  145.     Top = 236
  146.     Width = 77
  147.     Height = 27
  148.     Caption = '&Cancel'
  149.     Font.Color = clBlack
  150.     Font.Height = -11
  151.     Font.Name = 'MS Sans Serif'
  152.     Font.Style = [fsBold]
  153.     ParentFont = False
  154.     TabOrder = 7
  155.     Kind = bkCancel
  156.     Margin = 2
  157.     Spacing = -1
  158.     IsControl = True
  159.   end
  160. end
  161.