home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Sharewar / Launch98 / Launch98.exe / 0 / RCDATA / TABOUT / TABOUT.txt < prev   
Text File  |  1998-01-16  |  2KB  |  106 lines

  1. object About: TAbout
  2.   Left = 201
  3.   Top = 190
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About Launch98'
  7.   ClientHeight = 133
  8.   ClientWidth = 350
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 72
  19.     Top = 8
  20.     Width = 103
  21.     Height = 13
  22.     Caption = 'Magicware Launch98'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 72
  26.     Top = 24
  27.     Width = 93
  28.     Height = 13
  29.     Caption = 'Version 1.0 BETA 2'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 8
  33.     Top = 48
  34.     Width = 121
  35.     Height = 13
  36.     Caption = '(c) 1997-1998 Magicware'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 8
  40.     Top = 72
  41.     Width = 42
  42.     Height = 13
  43.     Caption = 'Internet :'
  44.   end
  45.   object Label5: TLabel
  46.     Left = 8
  47.     Top = 112
  48.     Width = 30
  49.     Height = 13
  50.     Caption = 'email :'
  51.   end
  52.   object LinkLabel1: TLinkLabel
  53.     Left = 56
  54.     Top = 72
  55.     Width = 198
  56.     Height = 13
  57.     Cursor = 1
  58.     Caption = 'http://screensavergallery.com/magicware'
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clBlue
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = [fsUnderline]
  64.     LinkTo = 'http://screensavergallery.com/magicware'
  65.   end
  66.   object LinkLabel2: TLinkLabel
  67.     Left = 56
  68.     Top = 112
  69.     Width = 166
  70.     Height = 13
  71.     Cursor = 1
  72.     Caption = 'launch98@screensavergallery.com'
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = clBlue
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = [fsUnderline]
  78.     LinkTo = 'mailto:launch98@screensavergallery.com'
  79.   end
  80.   object Image1: TImage
  81.     Left = 8
  82.     Top = 8
  83.     Width = 41
  84.     Height = 33
  85.     Picture.Data = {<image000.ico>}
  86.   end
  87.   object Label6: TLabel
  88.     Left = 8
  89.     Top = 96
  90.     Width = 135
  91.     Height = 13
  92.     Caption = 'Comments and suggestions :'
  93.   end
  94.   object Button1: TButton
  95.     Left = 264
  96.     Top = 104
  97.     Width = 81
  98.     Height = 25
  99.     Cancel = True
  100.     Caption = '&Ok'
  101.     Default = True
  102.     TabOrder = 0
  103.     OnClick = Button1Click
  104.   end
  105. end
  106.