home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d123456 / CHEMPLOT.ZIP / Misc / Splash.dfm.ori / Splash.dfm.txt < prev   
Text File  |  2001-04-26  |  4KB  |  185 lines

  1. object SplashBox: TSplashBox
  2.   Left = 315
  3.   Top = 234
  4.   Width = 403
  5.   Height = 336
  6.   HelpContext = 2010
  7.   HorzScrollBar.Range = 385
  8.   VertScrollBar.Range = 302
  9.   ActiveControl = AgreeBitBtn
  10.   BorderIcons = []
  11.   AutoScroll = False
  12.   Caption = 'Splash'
  13.   Font.Color = clWindowText
  14.   Font.Height = 12
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Pitch = fpVariable
  17.   Font.Style = []
  18.   PixelsPerInch = 120
  19.   Position = poScreenCenter
  20.   Scaled = False
  21.   ShowHint = True
  22.   OnCreate = FormCreate
  23.   TextHeight = 16
  24.   object Panel1: TPanel
  25.     Left = 10
  26.     Top = 10
  27.     Width = 375
  28.     Height = 255
  29.     BevelInner = bvRaised
  30.     BevelOuter = bvLowered
  31.     TabOrder = 0
  32.     object ProgramIcon: TImage
  33.       Left = 10
  34.       Top = 10
  35.       Width = 128
  36.       Height = 52
  37.       Hint = 'Click on me to jump to Borland'#39's Delphi website.'
  38.       Picture.Data = {<image000.bmp>}
  39.       OnClick = ProgramIconClick
  40.     end
  41.     object LeftImage: TImage
  42.       Left = 16
  43.       Top = 179
  44.       Width = 96
  45.       Height = 60
  46.       Picture.Data = {<image001.bmp>}
  47.     end
  48.     object RightImage: TImage
  49.       Left = 256
  50.       Top = 178
  51.       Width = 98
  52.       Height = 61
  53.       Picture.Data = {<image002.bmp>}
  54.     end
  55.     object ProductLabel: TLabel
  56.       Left = 144
  57.       Top = 16
  58.       Width = 209
  59.       Height = 25
  60.       Alignment = taRightJustify
  61.       AutoSize = False
  62.       Caption = 'TSplash'
  63.       Font.Color = clWindowText
  64.       Font.Height = 12
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Pitch = fpVariable
  67.       Font.Style = []
  68.       ParentFont = False
  69.     end
  70.     object VersionLabel: TLabel
  71.       Left = 144
  72.       Top = 89
  73.       Width = 200
  74.       Height = 16
  75.       Alignment = taRightJustify
  76.       AutoSize = False
  77.       Caption = 'Version 1.0'
  78.     end
  79.     object CopyrightLabel: TLabel
  80.       Left = 144
  81.       Top = 74
  82.       Width = 200
  83.       Height = 16
  84.       Alignment = taRightJustify
  85.       AutoSize = False
  86.       Caption = 'Copyright ∩┐╜ Chemware 1999'
  87.     end
  88.     object URLLabel: TLabel
  89.       Left = 10
  90.       Top = 152
  91.       Width = 351
  92.       Height = 16
  93.       Hint = 
  94.         'Clicking on this web address will make your web browser jump the' +
  95.         're !'
  96.       Alignment = taCenter
  97.       AutoSize = False
  98.       Caption = 'http://www.users.bigpond.com/Chemware/'
  99.       Font.Color = clBlue
  100.       Font.Height = 12
  101.       Font.Name = 'MS Sans Serif'
  102.       Font.Pitch = fpVariable
  103.       Font.Style = [fsUnderline]
  104.       ParentFont = False
  105.       OnClick = URLLabelClick
  106.     end
  107.     object CommentsLabel: TLabel
  108.       Left = 16
  109.       Top = 105
  110.       Width = 328
  111.       Height = 48
  112.       Alignment = taCenter
  113.       AutoSize = False
  114.       Caption = 'Freeware Version'
  115.     end
  116.     object PriceLabel: TLabel
  117.       Left = 120
  118.       Top = 176
  119.       Width = 129
  120.       Height = 65
  121.       Alignment = taCenter
  122.       AutoSize = False
  123.       Caption = 'Register for only A$25'
  124.       Font.Color = clWindowText
  125.       Font.Height = 12
  126.       Font.Name = 'MS Sans Serif'
  127.       Font.Pitch = fpVariable
  128.       Font.Style = []
  129.       ParentFont = False
  130.       WordWrap = True
  131.     end
  132.     object CompanyLabel: TLabel
  133.       Left = 144
  134.       Top = 50
  135.       Width = 208
  136.       Height = 23
  137.       Alignment = taRightJustify
  138.       AutoSize = False
  139.       Caption = 'by ...'
  140.       Font.Color = clWindowText
  141.       Font.Height = 12
  142.       Font.Name = 'MS Sans Serif'
  143.       Font.Pitch = fpVariable
  144.       Font.Style = []
  145.       ParentFont = False
  146.     end
  147.   end
  148.   object AgreeBitBtn: TBitBtn
  149.     Left = 288
  150.     Top = 272
  151.     Width = 97
  152.     Height = 30
  153.     Caption = 'I &Agree'
  154.     TabOrder = 1
  155.     Kind = bkOK
  156.   end
  157.   object DisagreeBitBtn: TBitBtn
  158.     Left = 16
  159.     Top = 272
  160.     Width = 97
  161.     Height = 30
  162.     Caption = 'I &Disagree'
  163.     TabOrder = 2
  164.     Kind = bkCancel
  165.   end
  166.   object ViewLicenseBitBtn: TBitBtn
  167.     Left = 144
  168.     Top = 272
  169.     Width = 113
  170.     Height = 30
  171.     Caption = '&View License'
  172.     Default = True
  173.     TabOrder = 3
  174.     OnClick = ViewLicenseBitBtnClick
  175.     NumGlyphs = 2
  176.   end
  177.   object Timer1: TTimer
  178.     Enabled = False
  179.     Interval = 5000
  180.     OnTimer = Timer1Timer
  181.     Left = 50
  182.     Top = 98
  183.   end
  184. end
  185.