home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / admin / secure / CookieCooker.exe / 0 / RCDATA / TPERSDATA / TPERSDATA.txt
Text File  |  2007-09-18  |  4KB  |  216 lines

  1. object PersData: TPersData
  2.   Left = 659
  3.   Top = 26
  4.   BorderStyle = bsDialog
  5.   Caption = 'Personal data'
  6.   ClientHeight = 400
  7.   ClientWidth = 353
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnHide = FormHide
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object GroupBox1: TGroupBox
  22.     Left = 8
  23.     Top = 8
  24.     Width = 337
  25.     Height = 353
  26.     Caption = 'User configured Data to fill in Forms'
  27.     TabOrder = 14
  28.     object Label2: TLabel
  29.       Left = 16
  30.       Top = 32
  31.       Width = 53
  32.       Height = 13
  33.       Caption = 'First Name:'
  34.     end
  35.     object Label3: TLabel
  36.       Left = 16
  37.       Top = 56
  38.       Width = 63
  39.       Height = 13
  40.       Caption = 'Family Name:'
  41.     end
  42.     object Label8: TLabel
  43.       Left = 16
  44.       Top = 80
  45.       Width = 62
  46.       Height = 13
  47.       Caption = 'Date of Birth:'
  48.     end
  49.     object Label7: TLabel
  50.       Left = 16
  51.       Top = 112
  52.       Width = 60
  53.       Height = 13
  54.       Caption = 'Postal Code:'
  55.     end
  56.     object Label4: TLabel
  57.       Left = 16
  58.       Top = 136
  59.       Width = 61
  60.       Height = 13
  61.       Caption = 'Living Place:'
  62.     end
  63.     object Label5: TLabel
  64.       Left = 16
  65.       Top = 160
  66.       Width = 31
  67.       Height = 13
  68.       Caption = 'Street:'
  69.     end
  70.     object Label6: TLabel
  71.       Left = 16
  72.       Top = 184
  73.       Width = 71
  74.       Height = 13
  75.       Caption = 'Street Number:'
  76.     end
  77.     object Label11: TLabel
  78.       Left = 16
  79.       Top = 216
  80.       Width = 34
  81.       Height = 13
  82.       Caption = 'Phone:'
  83.     end
  84.     object Label12: TLabel
  85.       Left = 16
  86.       Top = 240
  87.       Width = 20
  88.       Height = 13
  89.       Caption = 'Fax:'
  90.     end
  91.     object Label13: TLabel
  92.       Left = 16
  93.       Top = 264
  94.       Width = 68
  95.       Height = 13
  96.       Caption = 'Mobile Phone:'
  97.     end
  98.     object Label9: TLabel
  99.       Left = 16
  100.       Top = 296
  101.       Width = 69
  102.       Height = 13
  103.       Caption = 'Email Address:'
  104.     end
  105.     object Label10: TLabel
  106.       Left = 16
  107.       Top = 320
  108.       Width = 55
  109.       Height = 13
  110.       Caption = 'Homepage:'
  111.     end
  112.   end
  113.   object eVorname: TEdit
  114.     Left = 104
  115.     Top = 40
  116.     Width = 201
  117.     Height = 21
  118.     TabOrder = 0
  119.   end
  120.   object eFamilienname: TEdit
  121.     Left = 104
  122.     Top = 64
  123.     Width = 201
  124.     Height = 21
  125.     TabOrder = 1
  126.   end
  127.   object eWohnort: TEdit
  128.     Left = 104
  129.     Top = 144
  130.     Width = 201
  131.     Height = 21
  132.     TabOrder = 4
  133.   end
  134.   object ePLZ: TEdit
  135.     Left = 104
  136.     Top = 120
  137.     Width = 201
  138.     Height = 21
  139.     TabOrder = 3
  140.   end
  141.   object eStrasse: TEdit
  142.     Left = 104
  143.     Top = 168
  144.     Width = 201
  145.     Height = 21
  146.     TabOrder = 5
  147.   end
  148.   object eHausnummer: TEdit
  149.     Left = 104
  150.     Top = 192
  151.     Width = 201
  152.     Height = 21
  153.     TabOrder = 6
  154.   end
  155.   object eGeburtsdatum: TEdit
  156.     Left = 104
  157.     Top = 88
  158.     Width = 201
  159.     Height = 21
  160.     TabOrder = 2
  161.   end
  162.   object eEmail: TEdit
  163.     Left = 104
  164.     Top = 304
  165.     Width = 201
  166.     Height = 21
  167.     TabOrder = 10
  168.   end
  169.   object eHomepage: TEdit
  170.     Left = 104
  171.     Top = 328
  172.     Width = 201
  173.     Height = 21
  174.     TabOrder = 11
  175.   end
  176.   object eTelefon: TEdit
  177.     Left = 104
  178.     Top = 224
  179.     Width = 201
  180.     Height = 21
  181.     TabOrder = 7
  182.   end
  183.   object eFax: TEdit
  184.     Left = 104
  185.     Top = 248
  186.     Width = 201
  187.     Height = 21
  188.     TabOrder = 8
  189.   end
  190.   object eHandy: TEdit
  191.     Left = 104
  192.     Top = 272
  193.     Width = 201
  194.     Height = 21
  195.     TabOrder = 9
  196.   end
  197.   object bOK: TButton
  198.     Left = 72
  199.     Top = 368
  200.     Width = 75
  201.     Height = 25
  202.     Caption = 'OK'
  203.     TabOrder = 12
  204.     OnClick = bOKClick
  205.   end
  206.   object bCancel: TButton
  207.     Left = 192
  208.     Top = 368
  209.     Width = 75
  210.     Height = 25
  211.     Caption = 'Cancel'
  212.     TabOrder = 13
  213.     OnClick = bCancelClick
  214.   end
  215. end
  216.