home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / IMAGEDIT.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  1997-02-28  |  2KB  |  93 lines

  1. object AboutBox: TAboutBox
  2.   Left = 292
  3.   Top = 160
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'About Image Editor'
  7.   ClientHeight = 158
  8.   ClientWidth = 235
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 218
  21.     Height = 113
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 16
  27.     Top = 94
  28.     Width = 201
  29.     Height = 19
  30.     Alignment = taCenter
  31.     AutoSize = False
  32.     Caption = 'Copyright ∩┐╜ 1997 Borland International'
  33.     Font.Color = clBlack
  34.     Font.Height = -11
  35.     Font.Name = 'Arial'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object Label2: TLabel
  40.     Left = 21
  41.     Top = 28
  42.     Width = 192
  43.     Height = 37
  44.     AutoSize = False
  45.     Caption = 'Image Editor'
  46.     Font.Color = clBlack
  47.     Font.Height = -32
  48.     Font.Name = 'Arial'
  49.     Font.Style = [fsBold]
  50.     ParentFont = False
  51.     Transparent = True
  52.   end
  53.   object Label3: TLabel
  54.     Left = 21
  55.     Top = 16
  56.     Width = 71
  57.     Height = 16
  58.     AutoSize = False
  59.     Caption = 'C++Builder'
  60.     Font.Color = clBlack
  61.     Font.Height = -13
  62.     Font.Name = 'Arial'
  63.     Font.Style = [fsBold]
  64.     ParentFont = False
  65.     Transparent = True
  66.   end
  67.   object Label4: TLabel
  68.     Left = 140
  69.     Top = 72
  70.     Width = 73
  71.     Height = 19
  72.     Alignment = taRightJustify
  73.     AutoSize = False
  74.     Caption = 'Version 2.0'
  75.     Font.Color = clBlack
  76.     Font.Height = -11
  77.     Font.Name = 'Arial'
  78.     Font.Style = []
  79.     ParentFont = False
  80.   end
  81.   object OKBtn: TButton
  82.     Left = 80
  83.     Top = 127
  84.     Width = 75
  85.     Height = 25
  86.     Cancel = True
  87.     Caption = 'OK'
  88.     Default = True
  89.     ModalResult = 1
  90.     TabOrder = 0
  91.   end
  92. end
  93.