home *** CD-ROM | disk | FTP | other *** search
- object ParamDlg: TParamDlg
- Left = 241
- Top = 128
- ActiveControl = OkBtn
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Define Parameter'
- ClientHeight = 146
- ClientWidth = 314
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 13
- object Bevel1: TBevel
- Left = 9
- Top = 10
- Width = 295
- Height = 85
- Shape = bsFrame
- end
- object Label5: TLabel
- Left = 15
- Top = 24
- Width = 96
- Height = 13
- Caption = '&Parameter name:'
- FocusControl = ParamName
- end
- object Label6: TLabel
- Left = 16
- Top = 54
- Width = 60
- Height = 13
- Caption = '&Data type:'
- FocusControl = ParamTypes
- end
- object OkBtn: TBitBtn
- Left = 31
- Top = 106
- Width = 77
- Height = 27
- TabOrder = 3
- Kind = bkOK
- end
- object CancelBtn: TBitBtn
- Left = 119
- Top = 106
- Width = 77
- Height = 27
- TabOrder = 4
- Kind = bkCancel
- end
- object ParamName: TEdit
- Left = 123
- Top = 21
- Width = 145
- Height = 20
- TabOrder = 0
- end
- object ParamTypes: TComboBox
- Left = 123
- Top = 51
- Width = 145
- Height = 20
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- end
- object BitBtn1: TBitBtn
- Left = 207
- Top = 106
- Width = 77
- Height = 27
- TabOrder = 2
- Kind = bkHelp
- end
- end
-