home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / MISC.ZIP / About.dfm / About.txt next >
Text File  |  2001-04-26  |  4KB  |  177 lines

  1. object AboutBox: TAboutBox
  2.   Left = 345
  3.   Top = 307
  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 ProgramIcon: TImage
  44.       Left = 8
  45.       Top = 8
  46.       Width = 128
  47.       Height = 52
  48.       Hint = 'Click on me to jump to Borland'#39's Delphi website.'
  49.       AutoSize = True
  50.       Picture.Data = {<image001.bmp>}
  51.       OnClick = ProgramIconClick
  52.     end
  53.     object CopyrightLabel: TLabel
  54.       Left = 144
  55.       Top = 54
  56.       Width = 219
  57.       Height = 17
  58.       Alignment = taRightJustify
  59.       AutoSize = False
  60.       Caption = 'Copyright ∩┐╜ Chemware 1999-2001'
  61.     end
  62.     object ProductLabel: TLabel
  63.       Left = 149
  64.       Top = 5
  65.       Width = 214
  66.       Height = 22
  67.       Alignment = taRightJustify
  68.       AutoSize = False
  69.       Caption = 'TAbout'
  70.       Font.Color = clWindowText
  71.       Font.Height = 13
  72.       Font.Name = 'MS Sans Serif'
  73.       Font.Pitch = fpVariable
  74.       Font.Style = [fsBold]
  75.       ParentFont = False
  76.     end
  77.     object VersionLabel: TLabel
  78.       Left = 149
  79.       Top = 70
  80.       Width = 214
  81.       Height = 17
  82.       Alignment = taRightJustify
  83.       AutoSize = False
  84.       Caption = 'Version 2.0'
  85.     end
  86.     object ResourcesLabel: TLabel
  87.       Left = 8
  88.       Top = 207
  89.       Width = 356
  90.       Height = 18
  91.       AutoSize = False
  92.       Caption = 'ResourcesLabel'
  93.     end
  94.     object OSLabel: TLabel
  95.       Left = 8
  96.       Top = 241
  97.       Width = 356
  98.       Height = 17
  99.       AutoSize = False
  100.       Caption = 'OS'
  101.     end
  102.     object URLLabel: TLabel
  103.       Left = 8
  104.       Top = 146
  105.       Width = 356
  106.       Height = 17
  107.       Hint = 
  108.         'Clicking on this web address will make your web browser jump the' +
  109.         're !'
  110.       Alignment = taCenter
  111.       AutoSize = False
  112.       Caption = 'http://chemware.hypermart.net/'
  113.       Font.Color = clBlue
  114.       Font.Height = 12
  115.       Font.Name = 'MS Sans Serif'
  116.       Font.Pitch = fpVariable
  117.       Font.Style = [fsUnderline]
  118.       ParentFont = False
  119.       OnClick = URLLabelClick
  120.     end
  121.     object CommentsLabel: TLabel
  122.       Left = 8
  123.       Top = 87
  124.       Width = 106
  125.       Height = 16
  126.       Caption = 'Freeware Version'
  127.     end
  128.     object CompanyLabel: TLabel
  129.       Left = 149
  130.       Top = 29
  131.       Width = 214
  132.       Height = 21
  133.       Alignment = taRightJustify
  134.       AutoSize = False
  135.       Caption = 'by ...'
  136.       Font.Color = clWindowText
  137.       Font.Height = 12
  138.       Font.Name = 'MS Sans Serif'
  139.       Font.Pitch = fpVariable
  140.       Font.Style = []
  141.       ParentFont = False
  142.     end
  143.     object EmailLabel: TLabel
  144.       Left = 51
  145.       Top = 173
  146.       Width = 310
  147.       Height = 17
  148.       Hint = 'Clicking on this email address will prepare an email to us.'
  149.       AutoSize = False
  150.       Caption = 'Chemware@Hypermart.net'
  151.       Font.Color = clBlue
  152.       Font.Height = 12
  153.       Font.Name = 'MS Sans Serif'
  154.       Font.Pitch = fpVariable
  155.       Font.Style = [fsUnderline]
  156.       ParentFont = False
  157.       OnClick = EmailLabelClick
  158.     end
  159.     object OSBuildLabel: TLabel
  160.       Left = 8
  161.       Top = 258
  162.       Width = 356
  163.       Height = 17
  164.       AutoSize = False
  165.       Caption = 'version'
  166.     end
  167.   end
  168.   object OKBitBtn: TBitBtn
  169.     Left = 145
  170.     Top = 302
  171.     Width = 80
  172.     Height = 27
  173.     TabOrder = 1
  174.     Kind = bkOK
  175.   end
  176. end
  177.