home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / FREESTUF / Xset20 / X-SETUP.EX_ / 0 / RCDATA / TABOUTWINDOW / TABOUTWINDOW.txt < prev   
Text File  |  1997-03-27  |  3KB  |  138 lines

  1. object AboutWindow: TAboutWindow
  2.   Left = 340
  3.   Top = 161
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 273
  8.   ClientWidth = 303
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PrintScale = poNone
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnDblClick = FormDblClick
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object staCompany: TLabel
  21.     Left = 124
  22.     Top = 8
  23.     Width = 170
  24.     Height = 13
  25.     AutoSize = False
  26.     Caption = 'K/oS X-Setup 2.0'
  27.   end
  28.   object staCopyright: TLabel
  29.     Left = 124
  30.     Top = 24
  31.     Width = 170
  32.     Height = 13
  33.     AutoSize = False
  34.     Caption = '(C) 1996,1997 by K/oS'
  35.   end
  36.   object Label5: TLabel
  37.     Left = 124
  38.     Top = 76
  39.     Width = 170
  40.     Height = 17
  41.     AutoSize = False
  42.     Caption = 'X-Setup is Freeware'
  43.   end
  44.   object Label1: TLabel
  45.     Left = 124
  46.     Top = 48
  47.     Width = 170
  48.     Height = 17
  49.     AutoSize = False
  50.     Caption = 'Written for Mr. Rolf Hein'
  51.   end
  52.   object Label2: TLabel
  53.     Left = 124
  54.     Top = 172
  55.     Width = 93
  56.     Height = 17
  57.     AutoSize = False
  58.     Caption = 'Support BBS:'
  59.   end
  60.   object Label4: TLabel
  61.     Left = 124
  62.     Top = 224
  63.     Width = 145
  64.     Height = 17
  65.     AutoSize = False
  66.     Caption = 'K/oS Online:'
  67.   end
  68.   object Label6: TLabel
  69.     Left = 124
  70.     Top = 120
  71.     Width = 93
  72.     Height = 17
  73.     AutoSize = False
  74.     Caption = 'Contact K/oS:'
  75.   end
  76.   object panKingfisher: TPanel
  77.     Left = 8
  78.     Top = 8
  79.     Width = 101
  80.     Height = 93
  81.     BevelInner = bvLowered
  82.     BevelOuter = bvNone
  83.     Caption = 'panKingfisher'
  84.     TabOrder = 0
  85.     object Image1: TImage
  86.       Left = 1
  87.       Top = 1
  88.       Width = 99
  89.       Height = 91
  90.       Align = alClient
  91.       Center = True
  92.       Picture.Data = {<image000.bmp>}
  93.       Stretch = True
  94.     end
  95.   end
  96.   object Panel1: TPanel
  97.     Left = 116
  98.     Top = 100
  99.     Width = 175
  100.     Height = 2
  101.     BevelOuter = bvLowered
  102.     TabOrder = 1
  103.   end
  104.   object ediWebPage: TEdit
  105.     Left = 124
  106.     Top = 244
  107.     Width = 170
  108.     Height = 21
  109.     BorderStyle = bsNone
  110.     Color = clBtnFace
  111.     ReadOnly = True
  112.     TabOrder = 2
  113.     Text = 'http://www.kos.hwc.com'
  114.   end
  115.   object Edit1: TEdit
  116.     Left = 124
  117.     Top = 140
  118.     Width = 170
  119.     Height = 17
  120.     BorderStyle = bsNone
  121.     Color = clBtnFace
  122.     ReadOnly = True
  123.     TabOrder = 3
  124.     Text = 'TeXHeX@msn.com'
  125.   end
  126.   object Edit2: TEdit
  127.     Left = 124
  128.     Top = 192
  129.     Width = 170
  130.     Height = 17
  131.     BorderStyle = bsNone
  132.     Color = clBtnFace
  133.     ReadOnly = True
  134.     TabOrder = 4
  135.     Text = 'Starline +49-6232-629141'
  136.   end
  137. end
  138.