home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EBRepDesigner.exe / 0 / RCDATA / TFRMSRWLINK / TFRMSRWLINK.txt < prev   
Text File  |  1999-06-21  |  4KB  |  215 lines

  1. object frmSrwLink: TfrmSrwLink
  2.   Left = 126
  3.   Top = 134
  4.   HelpContext = 1016
  5.   BorderStyle = bsDialog
  6.   Caption = 'Link Tables'
  7.   ClientHeight = 313
  8.   ClientWidth = 329
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   KeyPreview = True
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnKeyDown = FormKeyDown
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 216
  21.     Top = 8
  22.     Width = 2
  23.     Height = 121
  24.   end
  25.   object imgShazam: TImage
  26.     Left = 8
  27.     Top = 53
  28.     Width = 32
  29.     Height = 32
  30.     AutoSize = True
  31.     Picture.Data = {<image000.bmp>}
  32.   end
  33.   object cmdOk: TBitBtn
  34.     Left = 224
  35.     Top = 8
  36.     Width = 97
  37.     Height = 25
  38.     Caption = '&OK'
  39.     Font.Color = clBlack
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     TabOrder = 3
  45.     OnClick = cmdOkClick
  46.     Style = bsNew
  47.   end
  48.   object cmdCancel: TBitBtn
  49.     Left = 224
  50.     Top = 40
  51.     Width = 97
  52.     Height = 25
  53.     Caption = '&Cancel'
  54.     Font.Color = clBlack
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.     TabOrder = 4
  60.     OnClick = cmdCancelClick
  61.     Style = bsNew
  62.   end
  63.   object cmdHelp: TBitBtn
  64.     Left = 224
  65.     Top = 104
  66.     Width = 97
  67.     Height = 25
  68.     Caption = '&Help'
  69.     Font.Color = clBlack
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentFont = False
  74.     TabOrder = 6
  75.     OnClick = cmdHelpClick
  76.     Style = bsNew
  77.   end
  78.   object panOptions: TPanel
  79.     Left = 8
  80.     Top = 136
  81.     Width = 313
  82.     Height = 169
  83.     TabOrder = 7
  84.     object labMsg: TLabel
  85.       Left = 9
  86.       Top = 12
  87.       Width = 212
  88.       Height = 13
  89.       Caption = 'where all records are included from...'
  90.     end
  91.     object labTablesBoth: TLabel
  92.       Left = 48
  93.       Top = 40
  94.       Width = 257
  95.       Height = 25
  96.       AutoSize = False
  97.       Caption = 'both tables with matching records only.'
  98.       WordWrap = True
  99.       OnClick = TablesClick
  100.     end
  101.     object labTablesLeft: TLabel
  102.       Tag = 1
  103.       Left = 48
  104.       Top = 72
  105.       Width = 249
  106.       Height = 41
  107.       AutoSize = False
  108.       Caption = 'Left'
  109.       WordWrap = True
  110.       OnClick = TablesClick
  111.     end
  112.     object labTablesRight: TLabel
  113.       Tag = 2
  114.       Left = 48
  115.       Top = 120
  116.       Width = 249
  117.       Height = 41
  118.       AutoSize = False
  119.       Caption = 'Right'
  120.       WordWrap = True
  121.       OnClick = TablesClick
  122.     end
  123.     object imgCheck: TImage
  124.       Left = 10
  125.       Top = 37
  126.       Width = 32
  127.       Height = 32
  128.       AutoSize = True
  129.       Picture.Data = {<image001.bmp>}
  130.     end
  131.   end
  132.   object cmbJoinOper: TComboBox
  133.     Left = 56
  134.     Top = 58
  135.     Width = 153
  136.     Height = 21
  137.     Style = csDropDownList
  138.     Font.Color = clBlack
  139.     Font.Height = -11
  140.     Font.Name = 'MS Sans Serif'
  141.     Font.Style = [fsBold]
  142.     ItemHeight = 13
  143.     Items.Strings = (
  144.       'Is Equal To'
  145.       'Is Greater Than'
  146.       'Is Greater or Equal To'
  147.       'Is Less Than'
  148.       'Is Less or Equal To'
  149.       'Is Not Equal To')
  150.     ParentFont = False
  151.     TabOrder = 1
  152.   end
  153.   object panTable1: TPanel
  154.     Left = 8
  155.     Top = 8
  156.     Width = 201
  157.     Height = 41
  158.     TabOrder = 0
  159.     object labTable1: TLabel
  160.       Left = 8
  161.       Top = 4
  162.       Width = 185
  163.       Height = 13
  164.       AutoSize = False
  165.       Caption = 'CUSTOMER'
  166.     end
  167.     object labField1: TLabel
  168.       Left = 8
  169.       Top = 20
  170.       Width = 185
  171.       Height = 13
  172.       AutoSize = False
  173.       Caption = 'CustNo'
  174.     end
  175.   end
  176.   object panTable2: TPanel
  177.     Left = 8
  178.     Top = 88
  179.     Width = 201
  180.     Height = 41
  181.     TabOrder = 2
  182.     object labTable2: TLabel
  183.       Left = 8
  184.       Top = 4
  185.       Width = 185
  186.       Height = 13
  187.       AutoSize = False
  188.       Caption = 'ORDERS'
  189.     end
  190.     object labField2: TLabel
  191.       Left = 8
  192.       Top = 20
  193.       Width = 185
  194.       Height = 13
  195.       AutoSize = False
  196.       Caption = 'CustNo'
  197.     end
  198.   end
  199.   object cmdDelete: TBitBtn
  200.     Left = 224
  201.     Top = 72
  202.     Width = 97
  203.     Height = 25
  204.     Caption = '&Delete'
  205.     Font.Color = clBlack
  206.     Font.Height = -11
  207.     Font.Name = 'MS Sans Serif'
  208.     Font.Style = []
  209.     ParentFont = False
  210.     TabOrder = 5
  211.     OnClick = cmdDeleteClick
  212.     Style = bsNew
  213.   end
  214. end
  215.