home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk12 / lib.pak / DSDEFINE.DFM / DSDEFINE.txt
Encoding:
Text File  |  1995-08-24  |  2.2 KB  |  127 lines

  1. object DefineField: TDefineField
  2.   Left = 237
  3.   Top = 108
  4.   ActiveControl = FieldNameEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Define Field'
  7.   ClientHeight = 289
  8.   ClientWidth = 265
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 249
  21.     Height = 241
  22.     Shape = bsFrame
  23.   end
  24.   object ComponentNameLabel: TLabel
  25.     Left = 16
  26.     Top = 56
  27.     Width = 102
  28.     Height = 13
  29.     Caption = '&Component name:'
  30.     FocusControl = ComponentNameEdit
  31.   end
  32.   object FieldTypeLabel: TLabel
  33.     Left = 16
  34.     Top = 96
  35.     Width = 60
  36.     Height = 13
  37.     Caption = 'Field &type:'
  38.     FocusControl = FieldTypeList
  39.   end
  40.   object FieldNameLabel: TLabel
  41.     Left = 16
  42.     Top = 16
  43.     Width = 66
  44.     Height = 13
  45.     Caption = '&Field name:'
  46.     FocusControl = FieldNameEdit
  47.   end
  48.   object Label1: TLabel
  49.     Left = 16
  50.     Top = 220
  51.     Width = 29
  52.     Height = 13
  53.     Caption = '&Size:'
  54.     FocusControl = SizeEdit
  55.   end
  56.   object FieldTypeList: TListBox
  57.     Left = 16
  58.     Top = 112
  59.     Width = 233
  60.     Height = 93
  61.     ItemHeight = 13
  62.     Sorted = True
  63.     TabOrder = 2
  64.   end
  65.   object ComponentNameEdit: TEdit
  66.     Left = 16
  67.     Top = 72
  68.     Width = 233
  69.     Height = 20
  70.     TabOrder = 1
  71.   end
  72.   object OkBtn: TBitBtn
  73.     Left = 7
  74.     Top = 255
  75.     Width = 77
  76.     Height = 27
  77.     TabOrder = 5
  78.     OnClick = OkBtnClick
  79.     Kind = bkOK
  80.     Margin = 2
  81.     Spacing = -1
  82.   end
  83.   object CancelBtn: TBitBtn
  84.     Left = 94
  85.     Top = 255
  86.     Width = 77
  87.     Height = 27
  88.     TabOrder = 6
  89.     Kind = bkCancel
  90.     Margin = 2
  91.     Spacing = -1
  92.   end
  93.   object CalculatedCheck: TCheckBox
  94.     Left = 136
  95.     Top = 218
  96.     Width = 89
  97.     Height = 17
  98.     Caption = 'C&alculated'
  99.     TabOrder = 4
  100.   end
  101.   object HelpBtn: TBitBtn
  102.     Left = 181
  103.     Top = 255
  104.     Width = 77
  105.     Height = 27
  106.     TabOrder = 7
  107.     Kind = bkHelp
  108.   end
  109.   object SizeEdit: TEdit
  110.     Left = 50
  111.     Top = 217
  112.     Width = 57
  113.     Height = 20
  114.     MaxLength = 5
  115.     TabOrder = 3
  116.   end
  117.   object FieldNameEdit: TEdit
  118.     Left = 16
  119.     Top = 32
  120.     Width = 233
  121.     Height = 20
  122.     TabOrder = 0
  123.     OnChange = FieldNameEditChange
  124.     OnClick = FieldNameEditChange
  125.   end
  126. end
  127.