home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / offline / oc_setup.exe / %MAINDIR% / oc.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  2002-10-30  |  2.9 KB  |  150 lines

  1. object AboutBox: TAboutBox
  2.   Left = 273
  3.   Top = 254
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 282
  7.   ClientWidth = 452
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = 16
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PrintScale = poNone
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Copyright: TLabel
  22.     Left = 156
  23.     Top = 69
  24.     Width = 204
  25.     Height = 16
  26.     Caption = 'Copyright (C) 2000-2002 Zylox, Inc. '
  27.   end
  28.   object Bevel1: TBevel
  29.     Left = 144
  30.     Top = 194
  31.     Width = 285
  32.     Height = 3
  33.   end
  34.   object SKUName: TLabel
  35.     Left = 156
  36.     Top = 49
  37.     Width = 66
  38.     Height = 16
  39.     Caption = 'Version 1.2'
  40.   end
  41.   object Label3: TLabel
  42.     Left = 156
  43.     Top = 220
  44.     Width = 184
  45.     Height = 16
  46.     Caption = 'Memory Available to Windows:'
  47.   end
  48.   object PhysMem: TLabel
  49.     Left = 398
  50.     Top = 220
  51.     Width = 7
  52.     Height = 16
  53.     Alignment = taRightJustify
  54.     Caption = '0'
  55.   end
  56.   object OS: TLabel
  57.     Left = 156
  58.     Top = 203
  59.     Width = 19
  60.     Height = 16
  61.     Caption = 'OS'
  62.   end
  63.   object URLLabel1: TURLLabel
  64.     Left = 156
  65.     Top = 96
  66.     Width = 109
  67.     Height = 13
  68.     Cursor = crHandPoint
  69.     Caption = 'http://www.zylox.com/'
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clBlue
  72.     Font.Height = 12
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = []
  75.     ParentFont = False
  76.     OnClick = URLLabel1Click
  77.   end
  78.   object lbName: TLabel
  79.     Left = 152
  80.     Top = 8
  81.     Width = 252
  82.     Height = 34
  83.     Caption = 'Offline Commander'
  84.     Font.Charset = DEFAULT_CHARSET
  85.     Font.Color = clWindowText
  86.     Font.Height = 34
  87.     Font.Name = 'Arial Black'
  88.     Font.Style = []
  89.     ParentFont = False
  90.     Transparent = True
  91.   end
  92.   object URLLabel2: TURLLabel
  93.     Left = 156
  94.     Top = 116
  95.     Width = 123
  96.     Height = 13
  97.     Cursor = crHandPoint
  98.     Caption = 'mailto:contact@zylox.com'
  99.     Font.Charset = DEFAULT_CHARSET
  100.     Font.Color = clBlue
  101.     Font.Height = 12
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = []
  104.     ParentFont = False
  105.     OnClick = URLLabel2Click
  106.   end
  107.   object lbRegInfo: TLabel
  108.     Left = 132
  109.     Top = 148
  110.     Width = 314
  111.     Height = 16
  112.     Caption = 'This copy of Offline Commander is UNREGISTERED'
  113.   end
  114.   object lbRemaining: TLabel
  115.     Left = 176
  116.     Top = 168
  117.     Width = 217
  118.     Height = 16
  119.     Caption = '30 days remaining on evalution copy'
  120.   end
  121.   object OKButton: TButton
  122.     Left = 364
  123.     Top = 247
  124.     Width = 75
  125.     Height = 25
  126.     Cancel = True
  127.     Caption = 'OK'
  128.     Default = True
  129.     ModalResult = 1
  130.     TabOrder = 0
  131.   end
  132.   object Panel1: TPanel
  133.     Left = 8
  134.     Top = 8
  135.     Width = 121
  136.     Height = 261
  137.     BevelOuter = bvLowered
  138.     TabOrder = 1
  139.     object Image1: TImage
  140.       Left = 1
  141.       Top = 1
  142.       Width = 119
  143.       Height = 259
  144.       Align = alClient
  145.       Center = True
  146.       Picture.Data = {<image000.bmp>}
  147.     end
  148.   end
  149. end
  150.