home *** CD-ROM | disk | FTP | other *** search
- object ProcParams: TProcParams
- Left = 230
- Top = 108
- ActiveControl = ParamList
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Stored Procedure'
- ClientHeight = 226
- ClientWidth = 378
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 7
- Top = 4
- Width = 365
- Height = 176
- Caption = 'Define Parameters'
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 20
- Width = 80
- Height = 13
- Caption = '&Parameter name:'
- FocusControl = ParamList
- end
- object Label2: TLabel
- Left = 147
- Top = 89
- Width = 30
- Height = 13
- Caption = '&Value:'
- FocusControl = ParamValue
- end
- object Label3: TLabel
- Left = 147
- Top = 64
- Width = 49
- Height = 13
- Caption = 'Data t&ype:'
- FocusControl = TypeList
- end
- object Label4: TLabel
- Left = 147
- Top = 38
- Width = 74
- Height = 13
- Caption = 'Parameter &type:'
- FocusControl = ParamTypeList
- end
- object ParamValue: TEdit
- Left = 244
- Top = 85
- Width = 110
- Height = 21
- TabOrder = 3
- OnExit = ParamValueExit
- end
- object NullValue: TCheckBox
- Left = 147
- Top = 111
- Width = 79
- Height = 17
- Caption = '&Null Value'
- TabOrder = 4
- OnClick = NullValueClick
- end
- object TypeList: TComboBox
- Left = 244
- Top = 60
- Width = 110
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Sorted = True
- TabOrder = 2
- OnChange = TypeListChange
- end
- object ParamTypeList: TComboBox
- Left = 244
- Top = 34
- Width = 110
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Sorted = True
- TabOrder = 1
- OnChange = ParamTypeListChange
- end
- object ParamList: TListBox
- Left = 8
- Top = 35
- Width = 119
- Height = 93
- ItemHeight = 13
- Sorted = True
- TabOrder = 0
- OnClick = ParamListChange
- end
- object AddButton: TButton
- Left = 59
- Top = 138
- Width = 75
- Height = 25
- Caption = '&Add'
- Enabled = False
- TabOrder = 5
- OnClick = AddButtonClick
- end
- object DeleteButton: TButton
- Left = 145
- Top = 138
- Width = 75
- Height = 25
- Caption = '&Delete'
- Enabled = False
- TabOrder = 6
- OnClick = DeleteButtonClick
- end
- object ClearButton: TButton
- Left = 231
- Top = 138
- Width = 75
- Height = 25
- Caption = '&Clear'
- Enabled = False
- TabOrder = 7
- OnClick = ClearButtonClick
- end
- end
- object OkBtn: TButton
- Left = 65
- Top = 191
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = OkBtnClick
- end
- object CancelBtn: TButton
- Left = 152
- Top = 191
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object HelpBtn: TButton
- Left = 238
- Top = 191
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 3
- OnClick = HelpBtnClick
- end
- end
-