home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d123456 / CHEMPLOT.ZIP / Misc / Splash.dfm / Splash.txt < prev   
Text File  |  2001-07-23  |  4KB  |  173 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 LeftImage: TImage
  33.       Left = 16
  34.       Top = 179
  35.       Width = 96
  36.       Height = 60
  37.       Picture.Data = {<image000.bmp>}
  38.     end
  39.     object RightImage: TImage
  40.       Left = 256
  41.       Top = 178
  42.       Width = 98
  43.       Height = 61
  44.       Picture.Data = {<image001.bmp>}
  45.     end
  46.     object ProductLabel: TLabel
  47.       Left = 144
  48.       Top = 16
  49.       Width = 209
  50.       Height = 25
  51.       Alignment = taRightJustify
  52.       AutoSize = False
  53.       Caption = 'TSplash'
  54.       Font.Color = clWindowText
  55.       Font.Height = 12
  56.       Font.Name = 'MS Sans Serif'
  57.       Font.Pitch = fpVariable
  58.       Font.Style = []
  59.       ParentFont = False
  60.     end
  61.     object VersionLabel: TLabel
  62.       Left = 144
  63.       Top = 89
  64.       Width = 200
  65.       Height = 16
  66.       Alignment = taRightJustify
  67.       AutoSize = False
  68.       Caption = 'Version 1.0'
  69.     end
  70.     object CopyrightLabel: TLabel
  71.       Left = 144
  72.       Top = 74
  73.       Width = 200
  74.       Height = 16
  75.       Alignment = taRightJustify
  76.       AutoSize = False
  77.       Caption = 'Copyright ∩┐╜ Chemware 1999'
  78.     end
  79.     object URLLabel: TLabel
  80.       Left = 10
  81.       Top = 152
  82.       Width = 351
  83.       Height = 16
  84.       Alignment = taCenter
  85.       AutoSize = False
  86.       Caption = 'http://www.users.bigpond.com/Chemware/'
  87.       Font.Color = clBlue
  88.       Font.Height = 12
  89.       Font.Name = 'MS Sans Serif'
  90.       Font.Pitch = fpVariable
  91.       Font.Style = [fsUnderline]
  92.       ParentFont = False
  93.       OnClick = URLLabelClick
  94.     end
  95.     object CommentsLabel: TLabel
  96.       Left = 16
  97.       Top = 105
  98.       Width = 328
  99.       Height = 48
  100.       Alignment = taCenter
  101.       AutoSize = False
  102.       Caption = 'Freeware Version'
  103.     end
  104.     object PriceLabel: TLabel
  105.       Left = 120
  106.       Top = 176
  107.       Width = 129
  108.       Height = 65
  109.       Alignment = taCenter
  110.       AutoSize = False
  111.       Caption = 'Register for only A$25'
  112.       Font.Color = clWindowText
  113.       Font.Height = 12
  114.       Font.Name = 'MS Sans Serif'
  115.       Font.Pitch = fpVariable
  116.       Font.Style = []
  117.       ParentFont = False
  118.       WordWrap = True
  119.     end
  120.     object CompanyLabel: TLabel
  121.       Left = 144
  122.       Top = 50
  123.       Width = 208
  124.       Height = 23
  125.       Alignment = taRightJustify
  126.       AutoSize = False
  127.       Caption = 'by ...'
  128.       Font.Color = clWindowText
  129.       Font.Height = 12
  130.       Font.Name = 'MS Sans Serif'
  131.       Font.Pitch = fpVariable
  132.       Font.Style = []
  133.       ParentFont = False
  134.     end
  135.   end
  136.   object AgreeBitBtn: TBitBtn
  137.     Left = 288
  138.     Top = 272
  139.     Width = 97
  140.     Height = 30
  141.     Caption = 'I &Agree'
  142.     TabOrder = 1
  143.     Kind = bkOK
  144.   end
  145.   object DisagreeBitBtn: TBitBtn
  146.     Left = 16
  147.     Top = 272
  148.     Width = 97
  149.     Height = 30
  150.     Caption = 'I &Disagree'
  151.     TabOrder = 2
  152.     Kind = bkCancel
  153.   end
  154.   object ViewLicenseBitBtn: TBitBtn
  155.     Left = 144
  156.     Top = 272
  157.     Width = 113
  158.     Height = 30
  159.     Caption = '&View License'
  160.     Default = True
  161.     TabOrder = 3
  162.     OnClick = ViewLicenseBitBtnClick
  163.     NumGlyphs = 2
  164.   end
  165.   object Timer1: TTimer
  166.     Enabled = False
  167.     Interval = 5000
  168.     OnTimer = Timer1Timer
  169.     Left = 50
  170.     Top = 98
  171.   end
  172. end
  173.