home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 March
/
Chip_1998-03_cd.bin
/
zkuste
/
delphi
/
Ahmkolekce
/
D397SELF.ZIP
/
VEnhanced97
/
Bin
/
AHMTSerialNumber.dfm
/
AHMTSerialNumber.txt
Wrap
Text File
|
1997-05-13
|
2KB
|
106 lines
object SFORM: TSFORM
Left = 298
Top = 189
BorderIcons = []
BorderStyle = bsToolWindow
Caption = 'Please enter your Details'
ClientHeight = 131
ClientWidth = 292
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel2: TPanel
Left = 0
Top = 0
Width = 292
Height = 131
Align = alClient
BevelWidth = 2
BorderWidth = 1
Caption = 'Panel2'
TabOrder = 0
object Panel1: TPanel
Left = 3
Top = 3
Width = 286
Height = 125
Align = alClient
BevelInner = bvLowered
TabOrder = 0
OnMouseDown = Panel1MouseDown
OnMouseMove = Panel1MouseMove
OnMouseUp = Panel1MouseUp
object Label1: TLabel
Left = 16
Top = 8
Width = 111
Height = 13
Caption = 'Please enter your name'
end
object Label2: TLabel
Left = 16
Top = 56
Width = 151
Height = 13
Caption = 'Please enter your Serial Number'
end
object Edit1: TEdit
Left = 16
Top = 24
Width = 257
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
MaxLength = 50
ParentFont = False
TabOrder = 0
OnChange = Edit1Change
end
object Edit2: TEdit
Left = 16
Top = 72
Width = 257
Height = 21
Color = clAqua
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
end
object BitBtn1: TBitBtn
Left = 16
Top = 96
Width = 75
Height = 25
Caption = 'Ok'
Default = True
TabOrder = 2
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 96
Top = 96
Width = 75
Height = 25
Caption = 'Cancel'
TabOrder = 3
OnClick = BitBtn2Click
end
end
end
end