home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 March
/
Chip_1999-03_cd.bin
/
zkuste
/
delphi
/
DELUT
/
BICAT2.ZIP
/
Bicat.exe
/
0
/
RCDATA
/
TREGFORM
/
TREGFORM.txt
Wrap
Text File
|
1998-07-14
|
1KB
|
74 lines
object RegForm: TRegForm
Left = 163
Top = 89
BorderStyle = bsDialog
Caption = 'Registration'
ClientHeight = 156
ClientWidth = 327
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
PixelsPerInch = 96
TextHeight = 13
object InfoLabel: TLabel
Left = 8
Top = 8
Width = 309
Height = 33
AutoSize = False
Caption = 'RegInfo'
WordWrap = True
end
object NameLabel: TLabel
Left = 8
Top = 52
Width = 54
Height = 13
Caption = 'NameLabel'
end
object RegCodeLabel: TLabel
Left = 8
Top = 88
Width = 51
Height = 13
Caption = 'CodeLabel'
end
object NameEdit: TEdit
Left = 104
Top = 52
Width = 215
Height = 21
TabOrder = 0
end
object CodeEdit: TEdit
Left = 104
Top = 84
Width = 215
Height = 21
TabOrder = 1
end
object OKBtn: TButton
Left = 164
Top = 120
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 2
end
object CancelBtn: TButton
Left = 244
Top = 120
Width = 75
Height = 25
Cancel = True
Caption = 'CancelBtn'
ModalResult = 2
TabOrder = 3
end
end