object fConfig: TfConfig Left = 355 Top = 238 BorderIcons = [biMinimize] BorderStyle = bsDialog Caption = 'GSS Configuration ' ClientHeight = 216 ClientWidth = 418 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object btnOk: TButton Left = 328 Top = 16 Width = 75 Height = 25 Caption = '&Ok' TabOrder = 0 OnClick = btnOkClick end object btnCancel: TButton Left = 328 Top = 56 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 1 OnClick = btnCancelClick end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 297 Height = 89 Caption = 'Configure Services ' TabOrder = 2 object Label1: TLabel Left = 16 Top = 46 Width = 196 Height = 15 Alignment = taRightJustify AutoSize = False Caption = 'Port number that server reponds on:' end object cbAutoStart: TCheckBox Left = 16 Top = 24 Width = 265 Height = 17 Alignment = taLeftJustify Caption = 'Start server when machine boots (automatic start)' TabOrder = 0 end object ePort: TEdit Left = 233 Top = 44 Width = 49 Height = 17 TabOrder = 1 Text = '80' end object cbMinimized: TCheckBox Left = 32 Top = 64 Width = 249 Height = 22 Alignment = taLeftJustify Caption = 'Minimize GSS to an icon once server begins' TabOrder = 2 end end object GroupBox2: TGroupBox Left = 8 Top = 112 Width = 401 Height = 73 Caption = ' HTTP ' TabOrder = 3 object Label2: TLabel Left = 28 Top = 20 Width = 78 Height = 13 Caption = 'Document Root:' end object Label3: TLabel Left = 18 Top = 45 Width = 89 Height = 14 Caption = 'Default Document:' end object eDocDirectory: TEdit Left = 113 Top = 15 Width = 273 Height = 21 TabOrder = 0 Text = 'C:\HTDOCS' end object eDefaultDoc: TEdit Left = 114 Top = 43 Width = 121 Height = 21 TabOrder = 1 Text = 'INDEX.HTM' end end end