home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / infoscr.zip / TINFOSCD.DFM / TINFOSCD.txt
Text File  |  1995-10-16  |  4KB  |  209 lines

  1. object InfoScreenForm: TInfoScreenForm
  2.   Left = 184
  3.   Top = 46
  4.   BorderStyle = bsDialog
  5.   Caption = 'InfoScreenForm'
  6.   ClientHeight = 302
  7.   ClientWidth = 309
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   TextHeight = 16
  16.   object CounterLabel: TLabel
  17.     Left = 16
  18.     Top = 275
  19.     Width = 4
  20.     Height = 19
  21.     Font.Color = clLime
  22.     Font.Height = -17
  23.     Font.Name = 'Times New Roman'
  24.     Font.Style = [fsBold]
  25.     ParentFont = False
  26.   end
  27.   object MainPanel: TPanel
  28.     Left = 10
  29.     Top = 6
  30.     Width = 289
  31.     Height = 258
  32.     TabOrder = 2
  33.     object Bevel1: TBevel
  34.       Left = 20
  35.       Top = 10
  36.       Width = 253
  37.       Height = 30
  38.     end
  39.     object Bevel2: TBevel
  40.       Left = 10
  41.       Top = 59
  42.       Width = 270
  43.       Height = 0
  44.     end
  45.     object Bevel3: TBevel
  46.       Left = 10
  47.       Top = 166
  48.       Width = 270
  49.       Height = 1
  50.     end
  51.     object Programtitle: TLabel
  52.       Left = 23
  53.       Top = 13
  54.       Width = 247
  55.       Height = 21
  56.       Alignment = taCenter
  57.       AutoSize = False
  58.       Caption = 'Program Title'
  59.       Color = clBtnFace
  60.       Font.Color = clBlue
  61.       Font.Height = -17
  62.       Font.Name = 'Times New Roman'
  63.       Font.Style = [fsBold]
  64.       ParentColor = False
  65.       ParentFont = False
  66.     end
  67.     object Version: TLabel
  68.       Left = 26
  69.       Top = 61
  70.       Width = 240
  71.       Height = 17
  72.       Alignment = taCenter
  73.       AutoSize = False
  74.       Caption = 'Version'
  75.       Color = clBtnFace
  76.       Font.Color = clRed
  77.       Font.Height = -16
  78.       Font.Name = 'Times New Roman'
  79.       Font.Style = [fsBold]
  80.       ParentColor = False
  81.       ParentFont = False
  82.     end
  83.     object CopyrightLabel: TLabel
  84.       Left = 26
  85.       Top = 85
  86.       Width = 240
  87.       Height = 19
  88.       Alignment = taCenter
  89.       AutoSize = False
  90.       Caption = 'Copyright 1994'
  91.       Color = clBtnFace
  92.       Font.Color = clBlack
  93.       Font.Height = -13
  94.       Font.Name = 'Times New Roman'
  95.       Font.Style = [fsBold]
  96.       ParentColor = False
  97.       ParentFont = False
  98.     end
  99.     object Name1: TLabel
  100.       Left = 13
  101.       Top = 107
  102.       Width = 263
  103.       Height = 17
  104.       AutoSize = False
  105.       Caption = 'Authorname 1'
  106.       Color = clBtnFace
  107.       Font.Color = clBlack
  108.       Font.Height = -13
  109.       Font.Name = 'Times New Roman'
  110.       Font.Style = []
  111.       ParentColor = False
  112.       ParentFont = False
  113.     end
  114.     object Name2: TLabel
  115.       Left = 13
  116.       Top = 126
  117.       Width = 260
  118.       Height = 17
  119.       AutoSize = False
  120.       Caption = 'Authorname 2'
  121.       Color = clBtnFace
  122.       Font.Color = clBlack
  123.       Font.Height = -13
  124.       Font.Name = 'Times New Roman'
  125.       Font.Style = []
  126.       ParentColor = False
  127.       ParentFont = False
  128.     end
  129.     object Name3: TLabel
  130.       Left = 13
  131.       Top = 146
  132.       Width = 260
  133.       Height = 17
  134.       AutoSize = False
  135.       Caption = 'Authorname 3'
  136.       Color = clBtnFace
  137.       Font.Color = clBlack
  138.       Font.Height = -13
  139.       Font.Name = 'Times New Roman'
  140.       Font.Style = []
  141.       ParentColor = False
  142.       ParentFont = False
  143.     end
  144.     object Comment: TLabel
  145.       Left = 10
  146.       Top = 172
  147.       Width = 270
  148.       Height = 82
  149.       AutoSize = False
  150.       Caption = 'Comment'
  151.       Font.Color = clBlack
  152.       Font.Height = -11
  153.       Font.Name = 'Times New Roman'
  154.       Font.Style = [fsBold]
  155.       ParentFont = False
  156.       WordWrap = True
  157.     end
  158.     object RegistrationInfo: TLabel
  159.       Left = 23
  160.       Top = 42
  161.       Width = 243
  162.       Height = 14
  163.       Alignment = taCenter
  164.       AutoSize = False
  165.       Caption = 'registered to:'
  166.       Font.Color = clBlack
  167.       Font.Height = -9
  168.       Font.Name = 'Times New Roman'
  169.       Font.Style = [fsBold]
  170.       ParentFont = False
  171.     end
  172.   end
  173.   object ContinueButton: TBitBtn
  174.     Left = 201
  175.     Top = 272
  176.     Width = 98
  177.     Height = 24
  178.     Caption = '&Continue'
  179.     Font.Color = clBlack
  180.     Font.Height = -11
  181.     Font.Name = 'Arial'
  182.     Font.Style = [fsBold]
  183.     ParentFont = False
  184.     TabOrder = 0
  185.     OnClick = ContinueButtonClick
  186.     Kind = bkOK
  187.   end
  188.   object RegisterButton: TButton
  189.     Left = 91
  190.     Top = 272
  191.     Width = 101
  192.     Height = 24
  193.     Caption = '&Register'
  194.     Font.Color = clBlack
  195.     Font.Height = -11
  196.     Font.Name = 'Arial'
  197.     Font.Style = []
  198.     ParentFont = False
  199.     TabOrder = 1
  200.     OnClick = RegisterButtonClick
  201.   end
  202.   object CounterTimer: TTimer
  203.     Enabled = False
  204.     OnTimer = CounterTimerTimer
  205.     Left = 52
  206.     Top = 336
  207.   end
  208. end
  209.