home *** CD-ROM | disk | FTP | other *** search
- object NewWebAppForm: TNewWebAppForm
- Left = 294
- Top = 191
- HelpContext = 1655
- ActiveControl = CreateNewISAPIApp
- BorderStyle = bsDialog
- Caption = 'New Web Server Application'
- ClientHeight = 159
- ClientWidth = 311
- ParentFont = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 297
- Height = 109
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 10
- Top = 8
- Width = 279
- Height = 29
- AutoSize = False
- Caption =
- 'You may select from one of the following types of World Wide Web' +
- ' server applications.'
- WordWrap = True
- end
- object CreateNewISAPIApp: TRadioButton
- Left = 10
- Top = 40
- Width = 233
- Height = 20
- Caption = '&ISAPI/NSAPI Dynamic Link Library'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object CreateNewCGIApp: TRadioButton
- Left = 10
- Top = 60
- Width = 233
- Height = 20
- Caption = '&CGI Stand-alone executable'
- TabOrder = 1
- end
- object CreateNewWinCGIApp: TRadioButton
- Left = 10
- Top = 80
- Width = 233
- Height = 20
- Caption = '&Win-CGI Stand-alone executable'
- TabOrder = 2
- end
- end
- object OKButton: TButton
- Left = 70
- Top = 126
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelButton: TButton
- Left = 150
- Top = 126
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object HelpButton: TButton
- Left = 230
- Top = 126
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 3
- OnClick = HelpButtonClick
- end
- end
-