home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / ALLDAY / _SETUP.1 / AllDay.exe / 0 / RCDATA / TFRMREGISTER / TFRMREGISTER.txt
Text File  |  1999-12-29  |  5KB  |  264 lines

  1. object FrmRegister: TFrmRegister
  2.   Left = 345
  3.   Top = 259
  4.   BorderStyle = bsDialog
  5.   Caption = 'Registrieren'
  6.   ClientHeight = 330
  7.   ClientWidth = 506
  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 = True
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label10: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 493
  23.     Height = 33
  24.     AutoSize = False
  25.     Caption = 
  26.       'Am einfachsten ist die Registrierung im Internet. Bet∩┐╜tigen Sie ' +
  27.       'die Taste '#39'Hilfe'#39' f∩┐╜r Einzelheiten.'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -13
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.     WordWrap = True
  35.   end
  36.   object GroupBox1: TGroupBox
  37.     Left = 4
  38.     Top = 52
  39.     Width = 345
  40.     Height = 273
  41.     Caption = 'Besteller'
  42.     TabOrder = 0
  43.     object Label1: TLabel
  44.       Left = 6
  45.       Top = 24
  46.       Width = 50
  47.       Height = 13
  48.       Alignment = taRightJustify
  49.       AutoSize = False
  50.       Caption = 'Firma:'
  51.     end
  52.     object Label2: TLabel
  53.       Left = 6
  54.       Top = 76
  55.       Width = 50
  56.       Height = 13
  57.       Alignment = taRightJustify
  58.       AutoSize = False
  59.       Caption = 'Name:'
  60.     end
  61.     object Label3: TLabel
  62.       Left = 6
  63.       Top = 50
  64.       Width = 50
  65.       Height = 13
  66.       Alignment = taRightJustify
  67.       AutoSize = False
  68.       Caption = 'Anrede:'
  69.     end
  70.     object Label4: TLabel
  71.       Left = 6
  72.       Top = 104
  73.       Width = 50
  74.       Height = 13
  75.       Alignment = taRightJustify
  76.       AutoSize = False
  77.       Caption = 'Stra∩┐╜e/Nr:'
  78.     end
  79.     object Label5: TLabel
  80.       Left = 6
  81.       Top = 132
  82.       Width = 50
  83.       Height = 13
  84.       Alignment = taRightJustify
  85.       AutoSize = False
  86.       Caption = 'PLZ/Ort:'
  87.     end
  88.     object Label6: TLabel
  89.       Left = 6
  90.       Top = 188
  91.       Width = 50
  92.       Height = 13
  93.       Alignment = taRightJustify
  94.       AutoSize = False
  95.       Caption = 'Telefon:'
  96.     end
  97.     object Label7: TLabel
  98.       Left = 6
  99.       Top = 216
  100.       Width = 50
  101.       Height = 13
  102.       Alignment = taRightJustify
  103.       AutoSize = False
  104.       Caption = 'Fax:'
  105.     end
  106.     object Label8: TLabel
  107.       Left = 6
  108.       Top = 244
  109.       Width = 50
  110.       Height = 13
  111.       Alignment = taRightJustify
  112.       AutoSize = False
  113.       Caption = 'E-Mail:'
  114.     end
  115.     object Label9: TLabel
  116.       Left = 6
  117.       Top = 160
  118.       Width = 50
  119.       Height = 13
  120.       Alignment = taRightJustify
  121.       AutoSize = False
  122.       Caption = 'Country:'
  123.     end
  124.     object ebFirma: TEdit
  125.       Left = 60
  126.       Top = 20
  127.       Width = 241
  128.       Height = 21
  129.       TabOrder = 0
  130.       Text = 'ebFirma'
  131.     end
  132.     object rbHerr: TRadioButton
  133.       Left = 60
  134.       Top = 48
  135.       Width = 45
  136.       Height = 17
  137.       Caption = 'Herr'
  138.       TabOrder = 1
  139.       OnClick = rbHerrClick
  140.     end
  141.     object rbFrau: TRadioButton
  142.       Left = 116
  143.       Top = 48
  144.       Width = 45
  145.       Height = 17
  146.       Caption = 'Frau'
  147.       TabOrder = 2
  148.       OnClick = rbFrauClick
  149.     end
  150.     object ebName: TEdit
  151.       Left = 60
  152.       Top = 72
  153.       Width = 241
  154.       Height = 21
  155.       TabOrder = 3
  156.       Text = 'ebName'
  157.     end
  158.     object ebStr: TEdit
  159.       Left = 60
  160.       Top = 100
  161.       Width = 241
  162.       Height = 21
  163.       TabOrder = 4
  164.       Text = 'ebStr'
  165.     end
  166.     object ebPLZ: TEdit
  167.       Left = 60
  168.       Top = 128
  169.       Width = 45
  170.       Height = 21
  171.       TabOrder = 5
  172.       Text = 'ebPLZ'
  173.     end
  174.     object ebOrt: TEdit
  175.       Left = 112
  176.       Top = 128
  177.       Width = 225
  178.       Height = 21
  179.       TabOrder = 6
  180.       Text = 'ebOrt'
  181.     end
  182.     object ebTel: TEdit
  183.       Left = 60
  184.       Top = 184
  185.       Width = 161
  186.       Height = 21
  187.       TabOrder = 7
  188.       Text = 'ebTel'
  189.     end
  190.     object ebFax: TEdit
  191.       Left = 60
  192.       Top = 212
  193.       Width = 161
  194.       Height = 21
  195.       TabOrder = 8
  196.       Text = 'ebFax'
  197.     end
  198.     object ebMail: TEdit
  199.       Left = 60
  200.       Top = 240
  201.       Width = 277
  202.       Height = 21
  203.       TabOrder = 9
  204.       Text = 'ebMail'
  205.     end
  206.     object ebCountry: TEdit
  207.       Left = 60
  208.       Top = 156
  209.       Width = 241
  210.       Height = 21
  211.       TabOrder = 10
  212.       Text = 'ebCountry'
  213.     end
  214.   end
  215.   object btnPrtOrder: TButton
  216.     Left = 364
  217.     Top = 264
  218.     Width = 137
  219.     Height = 25
  220.     Caption = 'Bestellung drucken'
  221.     Default = True
  222.     TabOrder = 1
  223.     OnClick = btnPrtOrderClick
  224.   end
  225.   object btnClose: TButton
  226.     Left = 363
  227.     Top = 300
  228.     Width = 137
  229.     Height = 25
  230.     Caption = 'Schlie∩┐╜en'
  231.     TabOrder = 2
  232.     OnClick = btnCloseClick
  233.   end
  234.   object GroupBox2: TGroupBox
  235.     Left = 364
  236.     Top = 52
  237.     Width = 137
  238.     Height = 53
  239.     Caption = 'Freischaltungs-Code'
  240.     TabOrder = 3
  241.     object ebPassKey: TEdit
  242.       Left = 8
  243.       Top = 24
  244.       Width = 121
  245.       Height = 21
  246.       TabOrder = 0
  247.       Text = 'ebPassKey'
  248.     end
  249.   end
  250.   object btnHelp: TButton
  251.     Left = 364
  252.     Top = 228
  253.     Width = 137
  254.     Height = 25
  255.     Caption = 'Hilfe'
  256.     TabOrder = 4
  257.     OnClick = btnHelpClick
  258.   end
  259.   object pdOrder: TPrintDialog
  260.     Left = 408
  261.     Top = 156
  262.   end
  263. end
  264.