home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Bin / dclnet50.bpl / 0 / RCDATA / TNEWWEBAPPFORM / TNEWWEBAPPFORM.txt
Text File  |  1999-08-11  |  2KB  |  90 lines

  1. object NewWebAppForm: TNewWebAppForm
  2.   Left = 294
  3.   Top = 191
  4.   HelpContext = 1655
  5.   ActiveControl = CreateNewISAPIApp
  6.   BorderStyle = bsDialog
  7.   Caption = 'New Web Server Application'
  8.   ClientHeight = 159
  9.   ClientWidth = 311
  10.   ParentFont = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Panel1: TPanel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 297
  18.     Height = 109
  19.     BevelInner = bvRaised
  20.     BevelOuter = bvLowered
  21.     TabOrder = 0
  22.     object Label1: TLabel
  23.       Left = 10
  24.       Top = 8
  25.       Width = 279
  26.       Height = 29
  27.       AutoSize = False
  28.       Caption = 
  29.         'You may select from one of the following types of World Wide Web' +
  30.         ' server applications.'
  31.       WordWrap = True
  32.     end
  33.     object CreateNewISAPIApp: TRadioButton
  34.       Left = 10
  35.       Top = 40
  36.       Width = 233
  37.       Height = 20
  38.       Caption = '&ISAPI/NSAPI Dynamic Link Library'
  39.       Checked = True
  40.       TabOrder = 0
  41.       TabStop = True
  42.     end
  43.     object CreateNewCGIApp: TRadioButton
  44.       Left = 10
  45.       Top = 60
  46.       Width = 233
  47.       Height = 20
  48.       Caption = '&CGI Stand-alone executable'
  49.       TabOrder = 1
  50.     end
  51.     object CreateNewWinCGIApp: TRadioButton
  52.       Left = 10
  53.       Top = 80
  54.       Width = 233
  55.       Height = 20
  56.       Caption = '&Win-CGI Stand-alone executable'
  57.       TabOrder = 2
  58.     end
  59.   end
  60.   object OKButton: TButton
  61.     Left = 70
  62.     Top = 126
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'OK'
  66.     Default = True
  67.     ModalResult = 1
  68.     TabOrder = 1
  69.   end
  70.   object CancelButton: TButton
  71.     Left = 150
  72.     Top = 126
  73.     Width = 75
  74.     Height = 25
  75.     Cancel = True
  76.     Caption = 'Cancel'
  77.     ModalResult = 2
  78.     TabOrder = 2
  79.   end
  80.   object HelpButton: TButton
  81.     Left = 230
  82.     Top = 126
  83.     Width = 75
  84.     Height = 25
  85.     Caption = '&Help'
  86.     TabOrder = 3
  87.     OnClick = HelpButtonClick
  88.   end
  89. end
  90.