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

  1. object ParamDlg: TParamDlg
  2.   Left = 241
  3.   Top = 128
  4.   ActiveControl = OkBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Define Parameter'
  8.   ClientHeight = 146
  9.   ClientWidth = 314
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 9
  20.     Top = 10
  21.     Width = 295
  22.     Height = 85
  23.     Shape = bsFrame
  24.   end
  25.   object Label5: TLabel
  26.     Left = 15
  27.     Top = 24
  28.     Width = 96
  29.     Height = 13
  30.     Caption = '&Parameter name:'
  31.     FocusControl = ParamName
  32.   end
  33.   object Label6: TLabel
  34.     Left = 16
  35.     Top = 54
  36.     Width = 60
  37.     Height = 13
  38.     Caption = '&Data type:'
  39.     FocusControl = ParamTypes
  40.   end
  41.   object OkBtn: TBitBtn
  42.     Left = 31
  43.     Top = 106
  44.     Width = 77
  45.     Height = 27
  46.     TabOrder = 3
  47.     Kind = bkOK
  48.   end
  49.   object CancelBtn: TBitBtn
  50.     Left = 119
  51.     Top = 106
  52.     Width = 77
  53.     Height = 27
  54.     TabOrder = 4
  55.     Kind = bkCancel
  56.   end
  57.   object ParamName: TEdit
  58.     Left = 123
  59.     Top = 21
  60.     Width = 145
  61.     Height = 20
  62.     TabOrder = 0
  63.   end
  64.   object ParamTypes: TComboBox
  65.     Left = 123
  66.     Top = 51
  67.     Width = 145
  68.     Height = 20
  69.     Style = csDropDownList
  70.     ItemHeight = 13
  71.     TabOrder = 1
  72.   end
  73.   object BitBtn1: TBitBtn
  74.     Left = 207
  75.     Top = 106
  76.     Width = 77
  77.     Height = 27
  78.     TabOrder = 2
  79.     Kind = bkHelp
  80.   end
  81. end
  82.