home *** CD-ROM | disk | FTP | other *** search
/ PC Computing Multimedia MegaPac / Multimedia_MegaPac_PC_Computing_D31N_Ziff-s_1999.iso / ZIP / ezzip2k.exe / _SETUP.1 / EZip.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  1999-06-03  |  4KB  |  177 lines

  1. object AboutForm: TAboutForm
  2.   Left = 249
  3.   Top = 153
  4.   BorderStyle = bsDialog
  5.   Caption = 'About EasyZip'
  6.   ClientHeight = 297
  7.   ClientWidth = 408
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnKeyPress = FormKeyPress
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Logo: TImage
  19.     Left = 8
  20.     Top = 8
  21.     Width = 297
  22.     Height = 68
  23.     AutoSize = True
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object LogoBevel: TBevel
  27.     Left = 8
  28.     Top = 8
  29.     Width = 297
  30.     Height = 69
  31.     Shape = bsFrame
  32.   end
  33.   object ContactL: TLabel
  34.     Left = 24
  35.     Top = 240
  36.     Width = 265
  37.     Height = 13
  38.     Alignment = taCenter
  39.     AutoSize = False
  40.     Caption = 'Contact points are'
  41.     OnMouseMove = ContactLMouseMove
  42.   end
  43.   object WebL: TLabel
  44.     Left = 24
  45.     Top = 256
  46.     Width = 265
  47.     Height = 13
  48.     Alignment = taCenter
  49.     AutoSize = False
  50.     Caption = 'http://members.xoom.com/ipsoft'
  51.     OnClick = WebLClick
  52.     OnMouseMove = WebLMouseMove
  53.   end
  54.   object EmailL: TLabel
  55.     Left = 24
  56.     Top = 272
  57.     Width = 265
  58.     Height = 13
  59.     Alignment = taCenter
  60.     AutoSize = False
  61.     Caption = 'E-mail: ivanpetrov@hotmail.com'
  62.     OnClick = EmailLClick
  63.     OnMouseMove = EmailLMouseMove
  64.   end
  65.   object LeftL: TLabel
  66.     Left = 0
  67.     Top = 240
  68.     Width = 25
  69.     Height = 41
  70.     AutoSize = False
  71.     OnMouseMove = LeftLMouseMove
  72.   end
  73.   object RightL: TLabel
  74.     Left = 296
  75.     Top = 240
  76.     Width = 17
  77.     Height = 49
  78.     AutoSize = False
  79.     OnMouseMove = RightLMouseMove
  80.   end
  81.   object DownL: TLabel
  82.     Left = 8
  83.     Top = 288
  84.     Width = 297
  85.     Height = 9
  86.     AutoSize = False
  87.     OnMouseMove = DownLMouseMove
  88.   end
  89.   object VersionL: TRxLabel
  90.     Left = 8
  91.     Top = 80
  92.     Width = 297
  93.     Height = 13
  94.     Alignment = taCenter
  95.     AutoSize = False
  96.     Caption = 'EasyZip 2000 v3.0 (06/05/1999)'
  97.     Transparent = True
  98.     WordWrap = True
  99.   end
  100.   object CopyrightInfo: TGroupBox
  101.     Left = 8
  102.     Top = 104
  103.     Width = 297
  104.     Height = 81
  105.     Caption = ' Copyright information '
  106.     TabOrder = 0
  107.     object CopyrightInfoL: TRxLabel
  108.       Left = 16
  109.       Top = 16
  110.       Width = 255
  111.       Height = 52
  112.       Caption = 
  113.         '∩┐╜ 1998,1999 by Ivan Petrovic'#13#10'UnZipDLL v1.6 and ZipDLL v1.6 ∩┐╜ by' +
  114.         ' Eric W. Engler'#13#10'UnRarDLL v2.0 ∩┐╜ by Eugene Roshal'#13#10'See help for ' +
  115.         'details...'
  116.     end
  117.     object TRxLabel
  118.       Left = 8
  119.       Top = 56
  120.       Width = 5
  121.       Height = 13
  122.     end
  123.   end
  124.   object RegInfo: TGroupBox
  125.     Left = 8
  126.     Top = 192
  127.     Width = 297
  128.     Height = 41
  129.     Caption = ' Registration information '
  130.     TabOrder = 1
  131.     object SerialNumberL: TRxLabel
  132.       Left = 8
  133.       Top = 17
  134.       Width = 193
  135.       Height = 13
  136.       Caption = 'Freeware - Totally FREE for any purpose'
  137.     end
  138.   end
  139.   object AcknowledgmentsButt: TCorelButton
  140.     Left = 312
  141.     Top = 192
  142.     Width = 89
  143.     Height = 23
  144.     Caption = '&Acknowledgments'
  145.     TabOrder = 3
  146.     OnClick = AcknowledgmentsButtClick
  147.   end
  148.   object OKButt: TCorelButton
  149.     Left = 312
  150.     Top = 8
  151.     Width = 89
  152.     Height = 23
  153.     Caption = 'OK'
  154.     Default = True
  155.     TabOrder = 2
  156.     OnClick = OKButtClick
  157.   end
  158.   object FAQButt: TCorelButton
  159.     Left = 312
  160.     Top = 224
  161.     Width = 89
  162.     Height = 23
  163.     Caption = '&FAQs'
  164.     TabOrder = 4
  165.     OnClick = FAQButtClick
  166.   end
  167.   object WebSiteButt: TCorelButton
  168.     Left = 312
  169.     Top = 256
  170.     Width = 89
  171.     Height = 23
  172.     Caption = '&Web Site'
  173.     TabOrder = 5
  174.     OnClick = WebSiteButtClick
  175.   end
  176. end
  177.