home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Internet / opc_v3 / _SETUP.1 / OPC.exe / 0 / RCDATA / TABOUTBOX2 / TABOUTBOX2.txt < prev   
Text File  |  1999-04-21  |  3KB  |  151 lines

  1. object AboutBox2: TAboutBox2
  2.   Left = 323
  3.   Top = 425
  4.   BorderStyle = bsDialog
  5.   Caption = 'About OPC ∩┐╜ SM Programming 1999'
  6.   ClientHeight = 200
  7.   ClientWidth = 424
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClick = form_destroy
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Image2: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 424
  22.     Height = 200
  23.     Align = alClient
  24.     Stretch = True
  25.     OnClick = form_destroy
  26.   end
  27.   object Label1: TLabel
  28.     Left = 16
  29.     Top = 24
  30.     Width = 394
  31.     Height = 76
  32.     Alignment = taCenter
  33.     Caption = 
  34.       'OPC and the OPC logo are Copyright 1999 SM  Programming. I would' +
  35.       ' like to thank all the OPC testers for making this possible and ' +
  36.       'everyone who sends me feedback! No Animals were harmed during th' +
  37.       'e making of OPC.'
  38.     Font.Charset = ANSI_CHARSET
  39.     Font.Color = clYellow
  40.     Font.Height = -13
  41.     Font.Name = 'Comic Sans MS'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     Transparent = True
  45.     WordWrap = True
  46.     OnClick = form_destroy
  47.   end
  48.   object Image1: TImage
  49.     Left = 0
  50.     Top = 163
  51.     Width = 33
  52.     Height = 33
  53.     Picture.Data = {<image000.ico>}
  54.   end
  55.   object Image3: TImage
  56.     Left = 392
  57.     Top = 163
  58.     Width = 33
  59.     Height = 33
  60.     Picture.Data = {<image001.ico>}
  61.   end
  62.   object Label3: TLabel
  63.     Left = 12
  64.     Top = 104
  65.     Width = 400
  66.     Height = 15
  67.     Caption = 
  68.       'Please visit my website for my other programs and newer versions' +
  69.       ' of OPC'
  70.     Color = clBtnFace
  71.     Font.Charset = ANSI_CHARSET
  72.     Font.Color = clRed
  73.     Font.Height = -13
  74.     Font.Name = 'Times New Roman'
  75.     Font.Style = [fsBold]
  76.     ParentColor = False
  77.     ParentFont = False
  78.     Transparent = True
  79.   end
  80.   object Label2: TLabel
  81.     Left = 16
  82.     Top = 8
  83.     Width = 391
  84.     Height = 16
  85.     Caption = 'OPC is Shareware. If you enjoy using it then please register.'
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = clRed
  88.     Font.Height = -13
  89.     Font.Name = 'System'
  90.     Font.Style = [fsBold]
  91.     ParentFont = False
  92.     Transparent = True
  93.   end
  94.   object Bevel1: TBevel
  95.     Left = 8
  96.     Top = 6
  97.     Width = 409
  98.     Height = 115
  99.   end
  100.   object Bevel2: TBevel
  101.     Left = 8
  102.     Top = 128
  103.     Width = 409
  104.     Height = 25
  105.   end
  106.   object Label5: TLabel
  107.     Left = 16
  108.     Top = 132
  109.     Width = 44
  110.     Height = 16
  111.     Caption = 'Label5'
  112.     Font.Charset = DEFAULT_CHARSET
  113.     Font.Color = clYellow
  114.     Font.Height = -13
  115.     Font.Name = 'System'
  116.     Font.Style = [fsBold]
  117.     ParentFont = False
  118.     Transparent = True
  119.   end
  120.   object BitBtn1: TBitBtn
  121.     Left = 40
  122.     Top = 168
  123.     Width = 289
  124.     Height = 25
  125.     Caption = 'Click to visit my website (http://members.aol.com/swmillar)'
  126.     Font.Charset = ANSI_CHARSET
  127.     Font.Color = clBlue
  128.     Font.Height = -11
  129.     Font.Name = 'Times New Roman'
  130.     Font.Style = []
  131.     ParentFont = False
  132.     TabOrder = 0
  133.     OnClick = Label1Click
  134.   end
  135.   object Button1: TButton
  136.     Left = 336
  137.     Top = 168
  138.     Width = 49
  139.     Height = 25
  140.     Caption = '&Close'
  141.     Font.Charset = ANSI_CHARSET
  142.     Font.Color = clWindowText
  143.     Font.Height = -13
  144.     Font.Name = 'Times New Roman'
  145.     Font.Style = []
  146.     ModalResult = 1
  147.     ParentFont = False
  148.     TabOrder = 1
  149.   end
  150. end
  151.