home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / SQLBUILD.ZIP / SQL14_D2.ZIP / SQLBLD02.DFM / SQLBLD02.txt
Encoding:
Text File  |  1996-09-24  |  2.8 KB  |  131 lines

  1. object frmDefinedField: TfrmDefinedField
  2.   Left = 90
  3.   Top = 112
  4.   BorderStyle = bsDialog
  5.   Caption = 'Field Definition'
  6.   ClientHeight = 199
  7.   ClientWidth = 458
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 10
  19.     Top = 27
  20.     Width = 113
  21.     Height = 16
  22.     Caption = '&Field Display Name'
  23.     FocusControl = EditFieldName
  24.   end
  25.   object Label2: TLabel
  26.     Left = 10
  27.     Top = 78
  28.     Width = 190
  29.     Height = 16
  30.     Caption = '&Expression that defines the Field'
  31.     FocusControl = EditExpression
  32.   end
  33.   object Label3: TLabel
  34.     Left = 281
  35.     Top = 27
  36.     Width = 59
  37.     Height = 16
  38.     Caption = '&Data Type'
  39.     FocusControl = ComboDataType
  40.   end
  41.   object Label4: TLabel
  42.     Left = 150
  43.     Top = 0
  44.     Width = 157
  45.     Height = 16
  46.     Caption = 'Enter the field definition.'
  47.     Font.Color = clBlack
  48.     Font.Height = -13
  49.     Font.Name = 'Arial'
  50.     Font.Style = [fsBold, fsUnderline]
  51.     ParentFont = False
  52.   end
  53.   object EditFieldName: TEdit
  54.     Left = 10
  55.     Top = 45
  56.     Width = 247
  57.     Height = 24
  58.     TabOrder = 0
  59.   end
  60.   object ComboDataType: TComboBox
  61.     Left = 281
  62.     Top = 45
  63.     Width = 169
  64.     Height = 24
  65.     Style = csDropDownList
  66.     ItemHeight = 16
  67.     Items.Strings = (
  68.       'Unknown'
  69.       'String'
  70.       'Smallint'
  71.       'Integer '
  72.       'Word'
  73.       'Boolean'
  74.       'Float'
  75.       'Currency'
  76.       'BCD'
  77.       'Date'
  78.       'Time'
  79.       'DateTime'
  80.       'Bytes'
  81.       'VarBytes')
  82.     TabOrder = 1
  83.   end
  84.   object BitBtn1: TBitBtn
  85.     Left = 133
  86.     Top = 165
  87.     Width = 90
  88.     Height = 29
  89.     TabOrder = 2
  90.     OnClick = BitBtn1Click
  91.     Kind = bkOK
  92.     Style = bsNew
  93.   end
  94.   object BitBtn2: TBitBtn
  95.     Left = 235
  96.     Top = 165
  97.     Width = 90
  98.     Height = 29
  99.     TabOrder = 3
  100.     Kind = bkCancel
  101.     Style = bsNew
  102.   end
  103.   object EditExpression: TBtnEdit
  104.     Left = 10
  105.     Top = 97
  106.     Width = 440
  107.     Height = 24
  108.     AutoSize = False
  109.     Glyph.Data = {
  110.       DE000000424DDE00000000000000360000002800000009000000060000000100
  111.       180000000000A800000000000000000000000000000000000000007F7F007F7F
  112.       007F7F007F7F007F7F007F7F007F7F007F7F007F7F00007F7F007F7F007F7F00
  113.       7F7F007F7F007F7F007F7F007F7F007F7F00000000000000007F7F0000000000
  114.       00007F7F000000000000007F7F00000000000000007F7F000000000000007F7F
  115.       000000000000007F7F00007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  116.       7F7F007F7F00007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  117.       7F00}
  118.     TabOrder = 4
  119.     OnBtnClick = EditExpressionBtnClick
  120.   end
  121.   object cboxAutoselect: TCheckBox
  122.     Left = 145
  123.     Top = 128
  124.     Width = 168
  125.     Height = 17
  126.     Caption = '&Automatically select field'
  127.     State = cbChecked
  128.     TabOrder = 5
  129.   end
  130. end
  131.