home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 November
/
CPNL0711.ISO
/
admin
/
secure
/
CookieCooker.exe
/
0
/
RCDATA
/
TPERSDATA
/
TPERSDATA.txt
Wrap
Text File
|
2007-09-18
|
4KB
|
216 lines
object PersData: TPersData
Left = 659
Top = 26
BorderStyle = bsDialog
Caption = 'Personal data'
ClientHeight = 400
ClientWidth = 353
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnHide = FormHide
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 337
Height = 353
Caption = 'User configured Data to fill in Forms'
TabOrder = 14
object Label2: TLabel
Left = 16
Top = 32
Width = 53
Height = 13
Caption = 'First Name:'
end
object Label3: TLabel
Left = 16
Top = 56
Width = 63
Height = 13
Caption = 'Family Name:'
end
object Label8: TLabel
Left = 16
Top = 80
Width = 62
Height = 13
Caption = 'Date of Birth:'
end
object Label7: TLabel
Left = 16
Top = 112
Width = 60
Height = 13
Caption = 'Postal Code:'
end
object Label4: TLabel
Left = 16
Top = 136
Width = 61
Height = 13
Caption = 'Living Place:'
end
object Label5: TLabel
Left = 16
Top = 160
Width = 31
Height = 13
Caption = 'Street:'
end
object Label6: TLabel
Left = 16
Top = 184
Width = 71
Height = 13
Caption = 'Street Number:'
end
object Label11: TLabel
Left = 16
Top = 216
Width = 34
Height = 13
Caption = 'Phone:'
end
object Label12: TLabel
Left = 16
Top = 240
Width = 20
Height = 13
Caption = 'Fax:'
end
object Label13: TLabel
Left = 16
Top = 264
Width = 68
Height = 13
Caption = 'Mobile Phone:'
end
object Label9: TLabel
Left = 16
Top = 296
Width = 69
Height = 13
Caption = 'Email Address:'
end
object Label10: TLabel
Left = 16
Top = 320
Width = 55
Height = 13
Caption = 'Homepage:'
end
end
object eVorname: TEdit
Left = 104
Top = 40
Width = 201
Height = 21
TabOrder = 0
end
object eFamilienname: TEdit
Left = 104
Top = 64
Width = 201
Height = 21
TabOrder = 1
end
object eWohnort: TEdit
Left = 104
Top = 144
Width = 201
Height = 21
TabOrder = 4
end
object ePLZ: TEdit
Left = 104
Top = 120
Width = 201
Height = 21
TabOrder = 3
end
object eStrasse: TEdit
Left = 104
Top = 168
Width = 201
Height = 21
TabOrder = 5
end
object eHausnummer: TEdit
Left = 104
Top = 192
Width = 201
Height = 21
TabOrder = 6
end
object eGeburtsdatum: TEdit
Left = 104
Top = 88
Width = 201
Height = 21
TabOrder = 2
end
object eEmail: TEdit
Left = 104
Top = 304
Width = 201
Height = 21
TabOrder = 10
end
object eHomepage: TEdit
Left = 104
Top = 328
Width = 201
Height = 21
TabOrder = 11
end
object eTelefon: TEdit
Left = 104
Top = 224
Width = 201
Height = 21
TabOrder = 7
end
object eFax: TEdit
Left = 104
Top = 248
Width = 201
Height = 21
TabOrder = 8
end
object eHandy: TEdit
Left = 104
Top = 272
Width = 201
Height = 21
TabOrder = 9
end
object bOK: TButton
Left = 72
Top = 368
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 12
OnClick = bOKClick
end
object bCancel: TButton
Left = 192
Top = 368
Width = 75
Height = 25
Caption = 'Cancel'
TabOrder = 13
OnClick = bCancelClick
end
end