home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / WEBSERVE / GSS / GSS32.EXE / 0 / RCDATA / TFCONFIG / TFCONFIG.txt < prev   
Text File  |  1997-03-14  |  2KB  |  118 lines

  1. object fConfig: TfConfig
  2.   Left = 355
  3.   Top = 238
  4.   BorderIcons = [biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'GSS Configuration '
  7.   ClientHeight = 216
  8.   ClientWidth = 418
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object btnOk: TButton
  19.     Left = 328
  20.     Top = 16
  21.     Width = 75
  22.     Height = 25
  23.     Caption = '&Ok'
  24.     TabOrder = 0
  25.     OnClick = btnOkClick
  26.   end
  27.   object btnCancel: TButton
  28.     Left = 328
  29.     Top = 56
  30.     Width = 75
  31.     Height = 25
  32.     Caption = '&Cancel'
  33.     TabOrder = 1
  34.     OnClick = btnCancelClick
  35.   end
  36.   object GroupBox1: TGroupBox
  37.     Left = 8
  38.     Top = 8
  39.     Width = 297
  40.     Height = 89
  41.     Caption = 'Configure Services '
  42.     TabOrder = 2
  43.     object Label1: TLabel
  44.       Left = 16
  45.       Top = 46
  46.       Width = 196
  47.       Height = 15
  48.       Alignment = taRightJustify
  49.       AutoSize = False
  50.       Caption = 'Port number that server reponds on:'
  51.     end
  52.     object cbAutoStart: TCheckBox
  53.       Left = 16
  54.       Top = 24
  55.       Width = 265
  56.       Height = 17
  57.       Alignment = taLeftJustify
  58.       Caption = 'Start server when machine boots (automatic start)'
  59.       TabOrder = 0
  60.     end
  61.     object ePort: TEdit
  62.       Left = 233
  63.       Top = 44
  64.       Width = 49
  65.       Height = 17
  66.       TabOrder = 1
  67.       Text = '80'
  68.     end
  69.     object cbMinimized: TCheckBox
  70.       Left = 32
  71.       Top = 64
  72.       Width = 249
  73.       Height = 22
  74.       Alignment = taLeftJustify
  75.       Caption = 'Minimize GSS to an icon once server begins'
  76.       TabOrder = 2
  77.     end
  78.   end
  79.   object GroupBox2: TGroupBox
  80.     Left = 8
  81.     Top = 112
  82.     Width = 401
  83.     Height = 73
  84.     Caption = ' HTTP '
  85.     TabOrder = 3
  86.     object Label2: TLabel
  87.       Left = 28
  88.       Top = 20
  89.       Width = 78
  90.       Height = 13
  91.       Caption = 'Document Root:'
  92.     end
  93.     object Label3: TLabel
  94.       Left = 18
  95.       Top = 45
  96.       Width = 89
  97.       Height = 14
  98.       Caption = 'Default Document:'
  99.     end
  100.     object eDocDirectory: TEdit
  101.       Left = 113
  102.       Top = 15
  103.       Width = 273
  104.       Height = 21
  105.       TabOrder = 0
  106.       Text = 'C:\HTDOCS'
  107.     end
  108.     object eDefaultDoc: TEdit
  109.       Left = 114
  110.       Top = 43
  111.       Width = 121
  112.       Height = 21
  113.       TabOrder = 1
  114.       Text = 'INDEX.HTM'
  115.     end
  116.   end
  117. end
  118.