home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 26
/
CD_ASCQ_26_1295.iso
/
vrac
/
infoscr.zip
/
TINFOSCD.DFM
/
TINFOSCD.txt
Wrap
Text File
|
1995-10-16
|
4KB
|
209 lines
object InfoScreenForm: TInfoScreenForm
Left = 184
Top = 46
BorderStyle = bsDialog
Caption = 'InfoScreenForm'
ClientHeight = 302
ClientWidth = 309
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
OnShow = FormShow
TextHeight = 16
object CounterLabel: TLabel
Left = 16
Top = 275
Width = 4
Height = 19
Font.Color = clLime
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentFont = False
end
object MainPanel: TPanel
Left = 10
Top = 6
Width = 289
Height = 258
TabOrder = 2
object Bevel1: TBevel
Left = 20
Top = 10
Width = 253
Height = 30
end
object Bevel2: TBevel
Left = 10
Top = 59
Width = 270
Height = 0
end
object Bevel3: TBevel
Left = 10
Top = 166
Width = 270
Height = 1
end
object Programtitle: TLabel
Left = 23
Top = 13
Width = 247
Height = 21
Alignment = taCenter
AutoSize = False
Caption = 'Program Title'
Color = clBtnFace
Font.Color = clBlue
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Version: TLabel
Left = 26
Top = 61
Width = 240
Height = 17
Alignment = taCenter
AutoSize = False
Caption = 'Version'
Color = clBtnFace
Font.Color = clRed
Font.Height = -16
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object CopyrightLabel: TLabel
Left = 26
Top = 85
Width = 240
Height = 19
Alignment = taCenter
AutoSize = False
Caption = 'Copyright 1994'
Color = clBtnFace
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Name1: TLabel
Left = 13
Top = 107
Width = 263
Height = 17
AutoSize = False
Caption = 'Authorname 1'
Color = clBtnFace
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = []
ParentColor = False
ParentFont = False
end
object Name2: TLabel
Left = 13
Top = 126
Width = 260
Height = 17
AutoSize = False
Caption = 'Authorname 2'
Color = clBtnFace
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = []
ParentColor = False
ParentFont = False
end
object Name3: TLabel
Left = 13
Top = 146
Width = 260
Height = 17
AutoSize = False
Caption = 'Authorname 3'
Color = clBtnFace
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = []
ParentColor = False
ParentFont = False
end
object Comment: TLabel
Left = 10
Top = 172
Width = 270
Height = 82
AutoSize = False
Caption = 'Comment'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentFont = False
WordWrap = True
end
object RegistrationInfo: TLabel
Left = 23
Top = 42
Width = 243
Height = 14
Alignment = taCenter
AutoSize = False
Caption = 'registered to:'
Font.Color = clBlack
Font.Height = -9
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentFont = False
end
end
object ContinueButton: TBitBtn
Left = 201
Top = 272
Width = 98
Height = 24
Caption = '&Continue'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = ContinueButtonClick
Kind = bkOK
end
object RegisterButton: TButton
Left = 91
Top = 272
Width = 101
Height = 24
Caption = '&Register'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = RegisterButtonClick
end
object CounterTimer: TTimer
Enabled = False
OnTimer = CounterTimerTimer
Left = 52
Top = 336
end
end