home *** CD-ROM | disk | FTP | other *** search
/ BUG 14 / BUGCD1998_05.ISO / _internt / _connman / connman.exe / 0 / RCDATA / TABOUT / TABOUT.txt < prev   
Text File  |  1996-08-31  |  2KB  |  89 lines

  1. object About: TAbout
  2.   Left = 377
  3.   Top = 220
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'About'
  7.   ClientHeight = 192
  8.   ClientWidth = 234
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 8
  19.     Top = 6
  20.     Width = 32
  21.     Height = 32
  22.     AutoSize = True
  23.     Picture.Data = {<image000.ico>}
  24.   end
  25.   object Label1: TLabel
  26.     Left = 48
  27.     Top = 8
  28.     Width = 123
  29.     Height = 13
  30.     Caption = 'Connection Manager v1.1'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 48
  34.     Top = 24
  35.     Width = 157
  36.     Height = 13
  37.     Caption = 'Copyright 1996, J∩┐╜r∩┐╜me Tremblay'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 58
  41.     Top = 120
  42.     Width = 117
  43.     Height = 13
  44.     Caption = 'Get the lastest version at'
  45.   end
  46.   object Label4: TLabel
  47.     Left = 11
  48.     Top = 136
  49.     Width = 212
  50.     Height = 13
  51.     Caption = 'http://www.infose.com/jerome/software.html'
  52.     Font.Color = clBlue
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = [fsUnderline]
  56.     ParentFont = False
  57.     OnMouseDown = Label4MouseDown
  58.     OnMouseUp = Label4MouseUp
  59.   end
  60.   object Label6: TLabel
  61.     Left = 26
  62.     Top = 88
  63.     Width = 181
  64.     Height = 13
  65.     Caption = 'You can join me a jerome@infose.com'
  66.   end
  67.   object Label5: TLabel
  68.     Left = 82
  69.     Top = 56
  70.     Width = 70
  71.     Height = 13
  72.     Caption = 'FREEWARE'
  73.     Font.Color = clBlack
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = [fsBold]
  77.     ParentFont = False
  78.   end
  79.   object Button1: TButton
  80.     Left = 80
  81.     Top = 160
  82.     Width = 75
  83.     Height = 25
  84.     Caption = 'Ok'
  85.     TabOrder = 0
  86.     OnClick = Button1Click
  87.   end
  88. end
  89.