home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / coolwake / coolwake.exe / 0 / RCDATA / TABOUTFRM / TABOUTFRM.txt < prev   
Text File  |  1997-04-16  |  4KB  |  146 lines

  1. object AboutFrm: TAboutFrm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'About CoolWake'
  6.   ClientHeight = 195
  7.   ClientWidth = 435
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 257
  18.     Height = 193
  19.   end
  20.   object Splash: TImage
  21.     Left = 8
  22.     Top = 8
  23.     Width = 241
  24.     Height = 177
  25.     Center = True
  26.     Picture.Data = {<image000.bmp>}
  27.   end
  28.   object Label1: TLabel
  29.     Left = 264
  30.     Top = 8
  31.     Width = 156
  32.     Height = 13
  33.     Caption = '(C) AREMS PTY LTD, 1996'
  34.     Font.Color = clWindowText
  35.     Font.Height = -12
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.     Transparent = True
  40.   end
  41.   object Label5: TLabel
  42.     Left = 64
  43.     Top = 32
  44.     Width = 132
  45.     Height = 24
  46.     Caption = 'SHAREWARE'
  47.     Color = clGreen
  48.     Font.Color = clNavy
  49.     Font.Height = -20
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     ParentColor = False
  53.     ParentFont = False
  54.   end
  55.   object Label6: TLabel
  56.     Left = 169
  57.     Top = 156
  58.     Width = 59
  59.     Height = 13
  60.     Caption = 'Version 2.0'
  61.     Color = clBlack
  62.     Font.Color = clWhite
  63.     Font.Height = -11
  64.     Font.Name = 'Times New Roman'
  65.     Font.Style = [fsBold]
  66.     ParentColor = False
  67.     ParentFont = False
  68.     Transparent = True
  69.   end
  70.   object BitBtn1: TBitBtn
  71.     Left = 352
  72.     Top = 168
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'OK'
  76.     TabOrder = 0
  77.     OnClick = BitBtn1Click
  78.     Glyph.Data = {
  79.       78010000424D7801000000000000760000002800000020000000100000000100
  80.       04000000000000000000120B0000120B00000000000000000000000000000000
  81.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  82.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  83.       555555555555555555555555555555555555555555FF55555555555559055555
  84.       55555555577FF5555555555599905555555555557777F5555555555599905555
  85.       555555557777FF5555555559999905555555555777777F555555559999990555
  86.       5555557777777FF5555557990599905555555777757777F55555790555599055
  87.       55557775555777FF5555555555599905555555555557777F5555555555559905
  88.       555555555555777FF5555555555559905555555555555777FF55555555555579
  89.       05555555555555777FF5555555555557905555555555555777FF555555555555
  90.       59905555555555555777555555555555555555555555555555550000}
  91.     NumGlyphs = 2
  92.   end
  93.   object Panel1: TPanel
  94.     Left = 264
  95.     Top = 110
  96.     Width = 161
  97.     Height = 42
  98.     TabOrder = 1
  99.     object Label4: TLabel
  100.       Left = 1
  101.       Top = 1
  102.       Width = 159
  103.       Height = 40
  104.       Align = alClient
  105.       Alignment = taCenter
  106.       Caption = 
  107.         'If you use this product, please register + support it.  See Help' +
  108.         '|Contents.'
  109.       Font.Color = clWindowText
  110.       Font.Height = -12
  111.       Font.Name = 'MS Sans Serif'
  112.       Font.Style = [fsBold]
  113.       ParentFont = False
  114.       Transparent = True
  115.     end
  116.   end
  117.   object Memo1: TMemo
  118.     Left = 264
  119.     Top = 24
  120.     Width = 153
  121.     Height = 81
  122.     BorderStyle = bsNone
  123.     Color = clBtnFace
  124.     Enabled = False
  125.     Font.Color = clBlack
  126.     Font.Height = -11
  127.     Font.Name = 'MS Sans Serif'
  128.     Font.Style = [fsBold]
  129.     Lines.Strings = (
  130.       'PO Box 140'
  131.       'Lexington Place'
  132.       'Maroubra Sth'
  133.       'NSW 2035'
  134.       ''
  135.       'EMail: anovy@chilli.net.au')
  136.     ParentFont = False
  137.     TabOrder = 2
  138.   end
  139.   object Clock: TTimer
  140.     Interval = 0
  141.     OnTimer = ClockTimer
  142.     Left = 272
  143.     Top = 160
  144.   end
  145. end
  146.