object AboutBox: TAboutBox Left = 57 Top = 89 ActiveControl = OKButton BorderStyle = bsDialog Caption = 'About' ClientHeight = 259 ClientWidth = 497 Font.Color = clBlack Font.Height = -11 Font.Name = 'Times New Roman' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 14 object Panel1: TPanel Left = 8 Top = 8 Width = 473 Height = 241 BevelInner = bvRaised BevelOuter = bvLowered Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 object ProductName: TLabel Left = 160 Top = 16 Width = 162 Height = 13 Caption = 'Product Name: Image Conversion ' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Version: TLabel Left = 208 Top = 40 Width = 56 Height = 13 Caption = 'Version: 3.0' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Copyright: TLabel Left = 160 Top = 88 Width = 172 Height = 13 Caption = 'Kevin Adams (CIS: 74742,1444) and' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Label1: TLabel Left = 171 Top = 112 Width = 143 Height = 13 Caption = 'Jan Dekkers (CIS: 72130,353)' end object Panel2: TPanel Left = 104 Top = 170 Width = 289 Height = 50 Color = clNavy TabOrder = 0 object Label6: TLabel Left = 15 Top = 9 Width = 266 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Needs the Imagelib.dll and VCL to compile' Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end end object MultiImage1: TPMultiImage Left = 8 Top = 10 Width = 118 Height = 81 Center = True Color = clBtnFace ImageName = 'file not found' ImageDither = True ImageReadRes = Color256 ImageWriteRes = Color256 JPegSaveQuality = 25 JPegSaveSmooth = 0 Stretch = True TabOrder = 1 TabStop = False end end object OKButton: TBitBtn Left = 391 Top = 21 Width = 77 Height = 84 Font.Color = clBlack Font.Height = -11 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False TabOrder = 1 Kind = bkOK Layout = blGlyphTop Margin = 30 Style = bsNew Spacing = 1 IsControl = True end end