home *** CD-ROM | disk | FTP | other *** search
- object Form9: TForm9
- Left = 213
- Top = 236
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Edit shell executable'
- ClientHeight = 148
- ClientWidth = 385
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnHelp = FormHelp
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 24
- Top = 14
- Width = 230
- Height = 13
- Caption = '&Shell executable with command line parameters:'
- FocusControl = Edit1
- end
- object Edit1: TEdit
- Left = 28
- Top = 35
- Width = 330
- Height = 21
- HelpContext = 8001
- TabOrder = 0
- end
- object Button1: TButton
- Left = 109
- Top = 112
- Width = 75
- Height = 23
- HelpContext = 8003
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object Button2: TButton
- Left = 200
- Top = 112
- Width = 75
- Height = 23
- HelpContext = 8004
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object Button3: TButton
- Left = 28
- Top = 63
- Width = 75
- Height = 23
- HelpContext = 8002
- Caption = '&Browse'
- TabOrder = 3
- OnClick = Button3Click
- end
- end
-