home *** CD-ROM | disk | FTP | other *** search
- object FrmSelect: TFrmSelect
- Left = 305
- Top = 236
- BorderStyle = bsDialog
- Caption = 'Select'
- ClientHeight = 147
- ClientWidth = 305
- 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 lblSize: TLabel
- Left = 8
- Top = 40
- Width = 20
- Height = 13
- Caption = '&Size'
- FocusControl = seSize
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object EditName: TEdit
- Left = 48
- Top = 8
- Width = 145
- Height = 21
- Hint = 'Name of property (eg for author information)'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object cbMultiple: TCheckBox
- Left = 128
- Top = 40
- Width = 57
- Height = 17
- Hint = 'Allow multiple selections ?'
- Caption = ' &Multiple'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object seSize: TSpinEdit
- Left = 48
- Top = 40
- Width = 57
- Height = 22
- Hint = 'Thickness of line'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxValue = 100000
- MinValue = 0
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- Value = 0
- end
- object btnOK: TButton
- Left = 208
- Top = 8
- 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 = 3
- end
- object btnCancel: TButton
- Left = 208
- Top = 40
- Width = 89
- Height = 25
- Caption = 'Cancel'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 4
- end
- object gbJavaScript: TGroupBox
- Left = 8
- Top = 73
- Width = 289
- Height = 65
- Caption = ' &JavaScript '
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- object lblOnBlur: TLabel
- Left = 8
- Top = 20
- Width = 32
- Height = 13
- Caption = 'On&Blur'
- FocusControl = EditOnBlur
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblOnChange: TLabel
- Left = 152
- Top = 20
- Width = 51
- Height = 13
- Caption = 'OnC&hange'
- FocusControl = EditOnChange
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object EditOnChange: TEdit
- Left = 152
- Top = 36
- Width = 129
- Height = 21
- Hint =
- 'enter the method that shall be called when the OnChange event is' +
- ' triggered'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object EditOnBlur: TEdit
- Left = 8
- Top = 36
- Width = 137
- Height = 21
- Hint =
- 'enter the method that shall be called when the OnBlur event is t' +
- 'riggered'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- end
- end
-