home *** CD-ROM | disk | FTP | other *** search
- object frmAddProg: TfrmAddProg
- Left = 205
- Top = 251
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Add/Edit External Program'
- ClientHeight = 176
- ClientWidth = 335
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnKeyPress = FormKeyPress
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 40
- Width = 31
- Height = 13
- Caption = '&Name:'
- FocusControl = edtName
- end
- object Label2: TLabel
- Left = 8
- Top = 96
- Width = 98
- Height = 13
- Caption = 'Program &File or URL:'
- FocusControl = edtEXE
- end
- object edtEXE: TFilenameEdit
- Left = 8
- Top = 112
- Width = 321
- Height = 21
- Filter =
- 'Applications (*.EXE)|*.EXE|Shortcuts (*.LNK)|*.LNK|Websites (*.U' +
- 'RL)|*.URL|All files (*.*)|*.*'
- NumGlyphs = 1
- TabOrder = 1
- OnChange = edtEXEChange
- end
- object edtName: TEdit
- Left = 8
- Top = 56
- Width = 321
- Height = 21
- TabOrder = 0
- OnChange = edtEXEChange
- end
- object btnOK: TButton
- Left = 8
- Top = 144
- Width = 75
- Height = 25
- Caption = '&OK'
- Enabled = False
- TabOrder = 2
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 96
- Top = 144
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 3
- OnClick = btnCancelClick
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 335
- Height = 29
- Align = alTop
- BevelOuter = bvLowered
- Color = clNavy
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 4
- object header: TLabel
- Left = 13
- Top = 6
- Width = 97
- Height = 16
- Caption = 'Add a program'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -13
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- end
-