home *** CD-ROM | disk | FTP | other *** search
- object fCustom: TfCustom
- Left = 271
- Top = 107
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'New custom script'
- ClientHeight = 337
- ClientWidth = 288
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lblName: TLabel
- Left = 8
- Top = 128
- Width = 28
- Height = 13
- Caption = 'Name'
- end
- object lblDescription: TLabel
- Left = 8
- Top = 184
- Width = 53
- Height = 13
- Caption = 'Description'
- end
- object lblText: TLabel
- Left = 8
- Top = 240
- Width = 21
- Height = 13
- Caption = 'Text'
- end
- object lblPath: TLabel
- Left = 8
- Top = 72
- Width = 22
- Height = 13
- Caption = 'Path'
- end
- object edName: TEdit
- Left = 8
- Top = 144
- Width = 274
- Height = 21
- HelpContext = 1291
- TabOrder = 2
- end
- object edDescription: TEdit
- Left = 8
- Top = 200
- Width = 274
- Height = 21
- HelpContext = 5280
- TabOrder = 3
- end
- object edText: TEdit
- Left = 8
- Top = 256
- Width = 274
- Height = 21
- HelpContext = 4532
- TabOrder = 4
- end
- object rgWhat: TRadioGroup
- Left = 8
- Top = 12
- Width = 274
- Height = 41
- HelpContext = 1291
- Caption = 'This is new'
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- 'ASP command'
- 'Folder')
- TabOrder = 0
- OnClick = rgWhatClick
- end
- object cmbPath: TComboBox
- Left = 8
- Top = 88
- Width = 274
- Height = 21
- HelpContext = 5270
- ItemHeight = 13
- TabOrder = 1
- end
- object BtnOk: TButton
- Left = 29
- Top = 305
- Width = 72
- Height = 22
- HelpContext = 49
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = btnOkClick
- end
- object BtnCancel: TButton
- Left = 108
- Top = 305
- Width = 72
- Height = 22
- HelpContext = 44
- Cancel = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 6
- end
- object BtnHelp: TButton
- Left = 187
- Top = 305
- Width = 72
- Height = 22
- HelpContext = 7
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- OnClick = BtnHelpClick
- end
- end
-