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

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