home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / Chip_2001-01_cd1.bin / tema / mysql / myAdmin1.0.1.exe / myAdmin.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1999-02-03  |  2KB  |  78 lines

  1. object AboutBox: TAboutBox
  2.   Left = 495
  3.   Top = 256
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Font.Charset = DEFAULT_CHARSET
  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 Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 281
  21.     Height = 161
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     ParentColor = True
  25.     TabOrder = 0
  26.     object ProgramIcon: TImage
  27.       Left = 8
  28.       Top = 8
  29.       Width = 65
  30.       Height = 57
  31.       Picture.Data = {<image000.ico>}
  32.       Stretch = True
  33.       IsControl = True
  34.     end
  35.     object ProductName: TLabel
  36.       Left = 88
  37.       Top = 16
  38.       Width = 91
  39.       Height = 13
  40.       Caption = 'myAdmin for Win32'
  41.       IsControl = True
  42.     end
  43.     object Version: TLabel
  44.       Left = 128
  45.       Top = 40
  46.       Width = 67
  47.       Height = 13
  48.       Caption = '1.0.0.99XXXX'
  49.       IsControl = True
  50.     end
  51.     object Copyright: TLabel
  52.       Left = 8
  53.       Top = 80
  54.       Width = 221
  55.       Height = 13
  56.       Caption = 'Copyright ∩┐╜ Hillware I/S, Dennis Thrys∩┐╜e 1999'
  57.       IsControl = True
  58.     end
  59.     object Label1: TLabel
  60.       Left = 88
  61.       Top = 40
  62.       Width = 35
  63.       Height = 13
  64.       Caption = 'Version'
  65.     end
  66.   end
  67.   object OKButton: TButton
  68.     Left = 111
  69.     Top = 180
  70.     Width = 75
  71.     Height = 25
  72.     Caption = 'OK'
  73.     Default = True
  74.     ModalResult = 1
  75.     TabOrder = 1
  76.   end
  77. end
  78.