home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / imagelib / babout.df_ / babout.df / babout.txt
Text File  |  1995-09-24  |  3KB  |  134 lines

  1. object AboutBox: TAboutBox
  2.   Left = 57
  3.   Top = 89
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 259
  8.   ClientWidth = 497
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'Times New Roman'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 14
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 473
  20.     Height = 241
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object ProductName: TLabel
  30.       Left = 160
  31.       Top = 16
  32.       Width = 162
  33.       Height = 13
  34.       Caption = 'Product Name: Image Conversion '
  35.       Font.Color = clBlack
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = []
  39.       ParentFont = False
  40.       IsControl = True
  41.     end
  42.     object Version: TLabel
  43.       Left = 208
  44.       Top = 40
  45.       Width = 56
  46.       Height = 13
  47.       Caption = 'Version: 3.0'
  48.       Font.Color = clBlack
  49.       Font.Height = -11
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = []
  52.       ParentFont = False
  53.       IsControl = True
  54.     end
  55.     object Copyright: TLabel
  56.       Left = 160
  57.       Top = 88
  58.       Width = 172
  59.       Height = 13
  60.       Caption = 'Kevin Adams (CIS: 74742,1444) and'
  61.       Font.Color = clBlack
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.       IsControl = True
  67.     end
  68.     object Label1: TLabel
  69.       Left = 171
  70.       Top = 112
  71.       Width = 143
  72.       Height = 13
  73.       Caption = 'Jan Dekkers (CIS: 72130,353)'
  74.     end
  75.     object Panel2: TPanel
  76.       Left = 104
  77.       Top = 170
  78.       Width = 289
  79.       Height = 50
  80.       Color = clNavy
  81.       TabOrder = 0
  82.       object Label6: TLabel
  83.         Left = 15
  84.         Top = 9
  85.         Width = 266
  86.         Height = 13
  87.         Alignment = taCenter
  88.         AutoSize = False
  89.         Caption = 'Needs the Imagelib.dll and VCL to compile'
  90.         Font.Color = clWhite
  91.         Font.Height = -11
  92.         Font.Name = 'MS Sans Serif'
  93.         Font.Style = []
  94.         ParentFont = False
  95.       end
  96.     end
  97.     object MultiImage1: TPMultiImage
  98.       Left = 8
  99.       Top = 10
  100.       Width = 118
  101.       Height = 81
  102.       Center = True
  103.       Color = clBtnFace
  104.       ImageName = 'file not found'
  105.       ImageDither = True
  106.       ImageReadRes = Color256
  107.       ImageWriteRes = Color256
  108.       JPegSaveQuality = 25
  109.       JPegSaveSmooth = 0
  110.       Stretch = True
  111.       TabOrder = 1
  112.       TabStop = False
  113.     end
  114.   end
  115.   object OKButton: TBitBtn
  116.     Left = 391
  117.     Top = 21
  118.     Width = 77
  119.     Height = 84
  120.     Font.Color = clBlack
  121.     Font.Height = -11
  122.     Font.Name = 'Times New Roman'
  123.     Font.Style = []
  124.     ParentFont = False
  125.     TabOrder = 1
  126.     Kind = bkOK
  127.     Layout = blGlyphTop
  128.     Margin = 30
  129.     Style = bsNew
  130.     Spacing = 1
  131.     IsControl = True
  132.   end
  133. end
  134.