home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d123456 / CHEMPLOT.ZIP / Misc / About.dfm / About.txt next >
Text File  |  2001-07-30  |  4KB  |  163 lines

  1. object AboutBox: TAboutBox
  2.   Left = 353
  3.   Top = 343
  4.   Width = 393
  5.   Height = 363
  6.   HelpContext = 2010
  7.   HorzScrollBar.Range = 380
  8.   HorzScrollBar.Visible = False
  9.   VertScrollBar.Range = 377
  10.   VertScrollBar.Visible = False
  11.   ActiveControl = OKBitBtn
  12.   AutoScroll = False
  13.   Caption = 'About'
  14.   Font.Color = clWindowText
  15.   Font.Height = 12
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Pitch = fpVariable
  18.   Font.Style = []
  19.   PixelsPerInch = 120
  20.   Position = poScreenCenter
  21.   Scaled = False
  22.   ShowHint = True
  23.   OnCreate = FormCreate
  24.   TextHeight = 16
  25.   object Panel1: TPanel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 369
  29.     Height = 286
  30.     BevelInner = bvRaised
  31.     BevelOuter = bvLowered
  32.     TabOrder = 0
  33.     object MailImage: TImage
  34.       Left = 8
  35.       Top = 166
  36.       Width = 29
  37.       Height = 34
  38.       Hint = 'Click on me to jump to Borland'#39's Delphi website.'
  39.       AutoSize = True
  40.       Picture.Data = {<image000.bmp>}
  41.       OnClick = ProgramIconClick
  42.     end
  43.     object ResourcesLabel: TLabel
  44.       Left = 8
  45.       Top = 207
  46.       Width = 356
  47.       Height = 18
  48.       AutoSize = False
  49.       Caption = 'ResourcesLabel'
  50.     end
  51.     object OSLabel: TLabel
  52.       Left = 8
  53.       Top = 241
  54.       Width = 356
  55.       Height = 17
  56.       AutoSize = False
  57.       Caption = 'OS'
  58.     end
  59.     object URLLabel: TLabel
  60.       Left = 8
  61.       Top = 146
  62.       Width = 356
  63.       Height = 17
  64.       Alignment = taCenter
  65.       AutoSize = False
  66.       Caption = 'http://chemware.hypermart.net/'
  67.       Font.Color = clBlue
  68.       Font.Height = 12
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Pitch = fpVariable
  71.       Font.Style = [fsUnderline]
  72.       ParentFont = False
  73.       OnClick = URLLabelClick
  74.     end
  75.     object CommentsLabel: TLabel
  76.       Left = 8
  77.       Top = 87
  78.       Width = 106
  79.       Height = 16
  80.       Caption = 'Freeware Version'
  81.     end
  82.     object CompanyLabel: TLabel
  83.       Left = 149
  84.       Top = 29
  85.       Width = 214
  86.       Height = 21
  87.       Alignment = taRightJustify
  88.       AutoSize = False
  89.       Caption = 'by ...'
  90.       Font.Color = clWindowText
  91.       Font.Height = 12
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Pitch = fpVariable
  94.       Font.Style = []
  95.       ParentFont = False
  96.     end
  97.     object EmailLabel: TLabel
  98.       Left = 51
  99.       Top = 173
  100.       Width = 310
  101.       Height = 17
  102.       AutoSize = False
  103.       Caption = 'Chemware@Hypermart.net'
  104.       Font.Color = clBlue
  105.       Font.Height = 12
  106.       Font.Name = 'MS Sans Serif'
  107.       Font.Pitch = fpVariable
  108.       Font.Style = [fsUnderline]
  109.       ParentFont = False
  110.       OnClick = EmailLabelClick
  111.     end
  112.     object OSBuildLabel: TLabel
  113.       Left = 8
  114.       Top = 258
  115.       Width = 356
  116.       Height = 17
  117.       AutoSize = False
  118.       Caption = 'version'
  119.     end
  120.     object ProductLabel: TLabel
  121.       Left = 149
  122.       Top = 5
  123.       Width = 214
  124.       Height = 22
  125.       Alignment = taRightJustify
  126.       AutoSize = False
  127.       Caption = 'TAbout'
  128.       Font.Color = clWindowText
  129.       Font.Height = 13
  130.       Font.Name = 'MS Sans Serif'
  131.       Font.Pitch = fpVariable
  132.       Font.Style = [fsBold]
  133.       ParentFont = False
  134.     end
  135.     object VersionLabel: TLabel
  136.       Left = 149
  137.       Top = 70
  138.       Width = 214
  139.       Height = 17
  140.       Alignment = taRightJustify
  141.       AutoSize = False
  142.       Caption = 'Version 2.0'
  143.     end
  144.     object CopyrightLabel: TLabel
  145.       Left = 144
  146.       Top = 54
  147.       Width = 219
  148.       Height = 17
  149.       Alignment = taRightJustify
  150.       AutoSize = False
  151.       Caption = 'Copyright ∩┐╜ Chemware 1999-2001'
  152.     end
  153.   end
  154.   object OKBitBtn: TBitBtn
  155.     Left = 145
  156.     Top = 302
  157.     Width = 105
  158.     Height = 27
  159.     TabOrder = 1
  160.     Kind = bkOK
  161.   end
  162. end
  163.