home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Windows 95.com 1996 December
/
WIN95_DEC_1996_4.ISO
/
finance
/
bilpwrnt.exe
/
BILLPOWR.EXE
/
0
/
RCDATA
/
TREGISTERPROG
/
TREGISTERPROG.txt
Wrap
Text File
|
1996-12-15
|
997b
|
53 lines
object RegisterProg: TRegisterProg
Left = 38
Top = 96
Width = 528
Height = 111
Caption = 'RegisterProg'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 6
Top = 60
Width = 386
Height = 16
Alignment = taRightJustify
AutoSize = False
Caption = 'Please enter the Serial Number from your Diskette'#39's label:'
end
object Edit1: TEdit
Left = 398
Top = 56
Width = 121
Height = 24
TabOrder = 0
OnKeyDown = Edit1KeyDown
end
object OKBtn: TButton
Left = 456
Top = 8
Width = 61
Height = 27
Caption = '&Ok'
TabOrder = 1
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 384
Top = 8
Width = 63
Height = 27
Cancel = True
Caption = '&Cancel'
TabOrder = 2
OnClick = OKBtnClick
end
end