object frmProducts: TfrmProducts Left = 200 Top = 105 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [] BorderStyle = bsSingle Caption = 'Latest VulcanSoft Products' ClientHeight = 273 ClientWidth = 324 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter ShowHint = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object btnCancel: TButton Left = 242 Top = 246 Width = 75 Height = 22 Cancel = True Caption = 'Close' ModalResult = 2 TabOrder = 0 end object tabMain: TTabControl Left = 6 Top = 6 Width = 311 Height = 235 TabOrder = 1 object lblOne: TLabel Left = 15 Top = 15 Width = 280 Height = 43 AutoSize = False Caption = 'You can be certain to find the latest %s products and updates at' + ' the following places :' WordWrap = True end object grpInternet: TGroupBox Left = 15 Top = 60 Width = 280 Height = 40 Caption = ' World Wide Web (available first) ' TabOrder = 0 object lblInternet: TLabel Left = 2 Top = 15 Width = 276 Height = 23 Cursor = crUpArrow Align = alClient Alignment = taCenter Caption = '%s' Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsUnderline] ParentFont = False OnClick = lblInternetClick end end object grpCIS: TGroupBox Left = 15 Top = 120 Width = 280 Height = 40 Caption = ' CompuServe ' TabOrder = 1 object lblCIS: TLabel Left = 2 Top = 15 Width = 276 Height = 23 Align = alClient Alignment = taCenter Caption = 'GO WINUSER and search for "%s"' end end object grpAOL: TGroupBox Left = 15 Top = 180 Width = 280 Height = 40 Caption = ' America Online ' TabOrder = 2 object lblAOL: TLabel Left = 2 Top = 15 Width = 276 Height = 23 Align = alClient Alignment = taCenter Caption = 'In the Software Center search for "%s"' end end end end