home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
ostatni
/
vulcan
/
vconv97.exe
/
0
/
RCDATA
/
TFRMENTERREGCODE
/
TFRMENTERREGCODE.txt
Wrap
Text File
|
1997-01-16
|
2KB
|
109 lines
object frmEnterRegCode: TfrmEnterRegCode
Left = 513
Top = 84
VertScrollBar.Visible = False
ActiveControl = txtName
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Enter Registration Code'
ClientHeight = 177
ClientWidth = 323
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
Scaled = False
ShowHint = True
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object btnCancel: TButton
Left = 242
Top = 150
Width = 75
Height = 22
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
OnClick = btnCancelClick
end
object tabMain: TTabControl
Left = 6
Top = 6
Width = 311
Height = 139
TabOrder = 0
object lblName: TLabel
Left = 18
Top = 74
Width = 53
Height = 13
Alignment = taRightJustify
Caption = 'Your Name'
FocusControl = txtName
OnClick = labelClick
end
object lblSerial: TLabel
Left = 35
Top = 104
Width = 36
Height = 13
Alignment = taRightJustify
Caption = 'Serial #'
FocusControl = txtSerial
OnClick = labelClick
end
object lblAppInfo1: TLabel
Left = 83
Top = 18
Width = 80
Height = 49
Alignment = taRightJustify
Caption = 'lblAppInfo1'
end
object lblAppInfo2: TLabel
Left = 166
Top = 18
Width = 53
Height = 13
Caption = 'lblAppInfo1'
end
object txtName: TEdit
Left = 82
Top = 70
Width = 217
Height = 24
AutoSize = False
Font.Color = clWindowText
Font.Height = 12
Font.Name = 'MS Sans Serif'
Font.Pitch = fpFixed
Font.Style = []
MaxLength = 35
ParentFont = False
TabOrder = 0
OnChange = txtSerialChange
end
object txtSerial: TEdit
Left = 82
Top = 100
Width = 217
Height = 24
AutoSize = False
CharCase = ecUpperCase
Font.Color = clWindowText
Font.Height = 12
Font.Name = 'MS Sans Serif'
Font.Pitch = fpFixed
Font.Style = []
MaxLength = 30
ParentFont = False
TabOrder = 1
OnChange = txtSerialChange
end
end
end