home *** CD-ROM | disk | FTP | other *** search
- object FrmInput: TFrmInput
- Left = 246
- Top = 148
- BorderStyle = bsDialog
- Caption = 'Input'
- ClientHeight = 300
- ClientWidth = 379
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object lblName: TLabel
- Left = 8
- Top = 8
- Width = 28
- Height = 13
- Caption = '&Name'
- FocusControl = EditName
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblAccept: TLabel
- Left = 184
- Top = 40
- Width = 34
- Height = 13
- Caption = '&Accept'
- FocusControl = EditAccept
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblType: TLabel
- Left = 184
- Top = 8
- Width = 24
- Height = 13
- Caption = '&Type'
- FocusControl = cbType
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblValue: TLabel
- Left = 8
- Top = 40
- Width = 27
- Height = 13
- Caption = '&Value'
- FocusControl = cbValue
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblWidth: TLabel
- Left = 8
- Top = 72
- Width = 28
- Height = 13
- Caption = '&Width'
- Enabled = False
- FocusControl = seWidth
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblHeight: TLabel
- Left = 8
- Top = 104
- Width = 31
- Height = 13
- Caption = '&Height'
- Enabled = False
- FocusControl = seHeight
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblMaxLength: TLabel
- Left = 8
- Top = 136
- Width = 53
- Height = 13
- Caption = '&MaxLength'
- Enabled = False
- FocusControl = seMaxLength
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object btnOK: TButton
- Left = 184
- Top = 136
- Width = 89
- Height = 25
- Caption = 'OK'
- Default = True
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 9
- end
- object btnCancel: TButton
- Left = 280
- Top = 136
- Width = 89
- Height = 25
- Caption = 'Cancel'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 10
- end
- object EditName: TEdit
- Left = 48
- Top = 8
- Width = 121
- Height = 21
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object EditAccept: TEdit
- Left = 224
- Top = 40
- Width = 145
- Height = 21
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- end
- object cbType: TComboBox
- Left = 224
- Top = 8
- Width = 145
- Height = 21
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- 'Audio'
- 'Checkbox'
- 'Date'
- 'File'
- 'Float'
- 'Hidden'
- 'Image'
- 'Int'
- 'Password'
- 'Radio'
- 'Range'
- 'Reset'
- 'Scribble'
- 'Submit'
- 'Text'
- 'URL')
- ParentFont = False
- TabOrder = 1
- OnChange = cbTypeChange
- end
- object cbValue: TComboBox
- Left = 48
- Top = 40
- Width = 121
- Height = 21
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- 'ON'
- 'OFF')
- ParentFont = False
- TabOrder = 2
- end
- object cbDisabled: TCheckBox
- Left = 192
- Top = 80
- Width = 65
- Height = 17
- Caption = ' &Disabled'
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- end
- object cbChecked: TCheckBox
- Left = 192
- Top = 104
- Width = 65
- Height = 17
- Caption = ' &Checked'
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 8
- end
- object seWidth: TSpinEdit
- Left = 72
- Top = 72
- Width = 97
- Height = 22
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxValue = 10000
- MinValue = 0
- ParentFont = False
- TabOrder = 4
- Value = 0
- end
- object seHeight: TSpinEdit
- Left = 72
- Top = 104
- Width = 97
- Height = 22
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxValue = 10000
- MinValue = 0
- ParentFont = False
- TabOrder = 5
- Value = 0
- end
- object seMaxLength: TSpinEdit
- Left = 72
- Top = 136
- Width = 97
- Height = 22
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxValue = 10000
- MinValue = 0
- ParentFont = False
- TabOrder = 6
- Value = 0
- end
- object gbJavaScript: TGroupBox
- Left = 10
- Top = 177
- Width = 271
- Height = 112
- Caption = ' &JavaScript '
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 11
- object lblOnBlur: TLabel
- Left = 8
- Top = 20
- Width = 32
- Height = 13
- Caption = 'On&Blur'
- Enabled = False
- FocusControl = EditOnBlur
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblOnChange: TLabel
- Left = 8
- Top = 60
- Width = 51
- Height = 13
- Caption = 'OnChan&ge'
- Enabled = False
- FocusControl = EditOnChange
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblOnSelect: TLabel
- Left = 136
- Top = 20
- Width = 44
- Height = 13
- Caption = 'On&Select'
- Enabled = False
- FocusControl = EditOnSelect
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblOnClick: TLabel
- Left = 136
- Top = 60
- Width = 37
- Height = 13
- Caption = 'OnC&lick'
- Enabled = False
- FocusControl = EditOnClick
- end
- object EditOnSelect: TEdit
- Left = 136
- Top = 36
- Width = 121
- Height = 21
- Hint =
- 'enter the method that shall be called when the OnSelect event is' +
- ' triggered'
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object EditOnChange: TEdit
- Left = 8
- Top = 76
- Width = 121
- Height = 21
- Hint =
- 'enter the method that shall be called when the OnChange event is' +
- ' triggered'
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- object EditOnBlur: TEdit
- Left = 8
- Top = 36
- Width = 121
- Height = 21
- Hint =
- 'enter the method that shall be called when the OnBlur event is t' +
- 'riggered'
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object EditOnClick: TEdit
- Left = 136
- Top = 76
- Width = 121
- Height = 21
- Hint =
- 'enter the method that shall be called when the OnClick event is ' +
- 'triggered'
- Enabled = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- end
- end
- end
-