home *** CD-ROM | disk | FTP | other *** search
- object ParamDlg: TParamDlg
- Left = 241
- Top = 128
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Define Parameter'
- ClientHeight = 146
- ClientWidth = 314
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 9
- Top = 10
- Width = 295
- Height = 85
- Shape = bsFrame
- end
- object Label5: TLabel
- Left = 16
- Top = 30
- Width = 80
- Height = 13
- Caption = '&Parameter name:'
- FocusControl = ParamName
- end
- object Label6: TLabel
- Left = 16
- Top = 59
- Width = 49
- Height = 13
- Caption = '&Data type:'
- FocusControl = ParamTypes
- end
- object ParamName: TEdit
- Left = 107
- Top = 26
- Width = 145
- Height = 21
- TabOrder = 0
- end
- object ParamTypes: TComboBox
- Left = 107
- Top = 55
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- end
- object OkBtn: TButton
- Left = 32
- Top = 109
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object CancelBtn: TButton
- Left = 119
- Top = 109
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object Help: TButton
- Left = 206
- Top = 109
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 4
- OnClick = HelpClick
- end
- end
-