object AboutBox2: TAboutBox2 Left = 323 Top = 425 BorderStyle = bsDialog Caption = 'About OPC � SM Programming 1999' ClientHeight = 200 ClientWidth = 424 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter OnClick = form_destroy OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object Image2: TImage Left = 0 Top = 0 Width = 424 Height = 200 Align = alClient Stretch = True OnClick = form_destroy end object Label1: TLabel Left = 16 Top = 24 Width = 394 Height = 76 Alignment = taCenter Caption = 'OPC and the OPC logo are Copyright 1999 SM Programming. I would' + ' like to thank all the OPC testers for making this possible and ' + 'everyone who sends me feedback! No Animals were harmed during th' + 'e making of OPC.' Font.Charset = ANSI_CHARSET Font.Color = clYellow Font.Height = -13 Font.Name = 'Comic Sans MS' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True OnClick = form_destroy end object Image1: TImage Left = 0 Top = 163 Width = 33 Height = 33 Picture.Data = {} end object Image3: TImage Left = 392 Top = 163 Width = 33 Height = 33 Picture.Data = {} end object Label3: TLabel Left = 12 Top = 104 Width = 400 Height = 15 Caption = 'Please visit my website for my other programs and newer versions' + ' of OPC' Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True end object Label2: TLabel Left = 16 Top = 8 Width = 391 Height = 16 Caption = 'OPC is Shareware. If you enjoy using it then please register.' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False Transparent = True end object Bevel1: TBevel Left = 8 Top = 6 Width = 409 Height = 115 end object Bevel2: TBevel Left = 8 Top = 128 Width = 409 Height = 25 end object Label5: TLabel Left = 16 Top = 132 Width = 44 Height = 16 Caption = 'Label5' Font.Charset = DEFAULT_CHARSET Font.Color = clYellow Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False Transparent = True end object BitBtn1: TBitBtn Left = 40 Top = 168 Width = 289 Height = 25 Caption = 'Click to visit my website (http://members.aol.com/swmillar)' Font.Charset = ANSI_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = Label1Click end object Button1: TButton Left = 336 Top = 168 Width = 49 Height = 25 Caption = '&Close' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 1 end end