home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TABOUTJBUILDER / TABOUTJBUILDER.txt < prev   
Text File  |  1998-05-08  |  2KB  |  129 lines

  1. object AboutJBuilder: TAboutJBuilder
  2.   Left = 385
  3.   Top = 209
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About JBuilder'
  7.   ClientHeight = 296
  8.   ClientWidth = 397
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   Scaled = False
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label4: TLabel
  16.     Left = 52
  17.     Top = 218
  18.     Width = 329
  19.     Height = 26
  20.     Alignment = taCenter
  21.     Caption = 
  22.       'Dedicated to the memory of Hanpeter van Vliet, the creator of Mo' +
  23.       'cha and Crema and one of the true pioneers of Java development t' +
  24.       'ools.'
  25.     WordWrap = True
  26.     OnClick = Label4Click
  27.   end
  28.   object Image1: TImage
  29.     Left = 10
  30.     Top = 10
  31.     Width = 32
  32.     Height = 32
  33.     AutoSize = True
  34.     Picture.Data = {<image000.ico>}
  35.     Transparent = True
  36.   end
  37.   object SKULabel: TLabel
  38.     Left = 52
  39.     Top = 81
  40.     Width = 60
  41.     Height = 13
  42.     Caption = 'Client-Server'
  43.   end
  44.   object VersionLabel: TLabel
  45.     Left = 52
  46.     Top = 101
  47.     Width = 53
  48.     Height = 13
  49.     Caption = 'Version 1.0'
  50.   end
  51.   object Copyright: TLabel
  52.     Left = 52
  53.     Top = 117
  54.     Width = 245
  55.     Height = 60
  56.     AutoSize = False
  57.     Caption = 'Copyright ∩┐╜ 1997 Borland International, Inc.'
  58.     WordWrap = True
  59.   end
  60.   object Bevel1: TBevel
  61.     Left = 52
  62.     Top = 211
  63.     Width = 335
  64.     Height = 1
  65.     Shape = bsTopLine
  66.   end
  67.   object Bevel2: TBevel
  68.     Left = 52
  69.     Top = 254
  70.     Width = 335
  71.     Height = 1
  72.     Shape = bsTopLine
  73.   end
  74.   object Image2: TImage
  75.     Left = 52
  76.     Top = 10
  77.     Width = 180
  78.     Height = 63
  79.     AutoSize = True
  80.     Picture.Data = {<image001.bmp>}
  81.     Transparent = True
  82.   end
  83.   object Image3: TImage
  84.     Left = 306
  85.     Top = 10
  86.     Width = 83
  87.     Height = 130
  88.     AutoSize = True
  89.     Picture.Data = {<image002.bmp>}
  90.   end
  91.   object Label5: TLabel
  92.     Left = 52
  93.     Top = 133
  94.     Width = 86
  95.     Height = 13
  96.     Caption = 'All rights reserved.'
  97.     Visible = False
  98.   end
  99.   object lbl_build_no: TLabel
  100.     Left = 104
  101.     Top = 176
  102.     Width = 3
  103.     Height = 13
  104.   end
  105.   object Label1: TLabel
  106.     Left = 52
  107.     Top = 176
  108.     Width = 36
  109.     Height = 13
  110.     Caption = 'Build #:'
  111.   end
  112.   object lbl_build_date: TLabel
  113.     Left = 104
  114.     Top = 192
  115.     Width = 3
  116.     Height = 13
  117.   end
  118.   object Button1: TButton
  119.     Left = 313
  120.     Top = 264
  121.     Width = 75
  122.     Height = 24
  123.     Caption = 'OK'
  124.     Default = True
  125.     ModalResult = 1
  126.     TabOrder = 0
  127.   end
  128. end
  129.