home *** CD-ROM | disk | FTP | other *** search
- object EditParameterWindow: TEditParameterWindow
- Left = 418
- Top = 453
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Edit Parameter'
- ClientHeight = 105
- ClientWidth = 321
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Shell Dlg'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 12
- Width = 48
- Height = 13
- Caption = '&Parameter'
- FocusControl = ParamField
- Transparent = True
- end
- object Label2: TLabel
- Left = 8
- Top = 44
- Width = 27
- Height = 13
- Caption = '&Value'
- FocusControl = ValueField
- Transparent = True
- end
- object OKButton: TButton
- Left = 160
- Top = 72
- Width = 73
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- OnClick = OKButtonClick
- end
- object ValueField: TEdit
- Left = 80
- Top = 40
- Width = 233
- Height = 21
- AutoSelect = False
- MaxLength = 255
- TabOrder = 1
- OnChange = ParamFieldChange
- end
- object CancelButton: TButton
- Left = 240
- Top = 72
- Width = 73
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object ParamField: TEdit
- Left = 80
- Top = 8
- Width = 233
- Height = 21
- AutoSelect = False
- CharCase = ecUpperCase
- MaxLength = 50
- TabOrder = 0
- OnChange = ParamFieldChange
- OnKeyPress = ParamFieldKeyPress
- end
- end
-