home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 February / VPR0202A.ISO / PCTUNE / DRH2002E / drh2002e.exe / DRHARD.exe / 0 / RCDATA / TFORM_REGISTRATION / TFORM_REGISTRATION.txt < prev   
Text File  |  2001-11-29  |  46KB  |  1,653 lines

  1. object Form_registration: TForm_registration
  2.   Left = 451
  3.   Top = 117
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dr. Hardware Bestell- und Registrier-Assistent'
  6.   ClientHeight = 368
  7.   ClientWidth = 520
  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.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 10
  23.     Top = 316
  24.     Width = 501
  25.     Height = 2
  26.   end
  27.   object DBText2: TDBText
  28.     Left = 254
  29.     Top = 26
  30.     Width = 29
  31.     Height = 17
  32.     DataField = 'PRICE_DM_STD'
  33.     DataSource = MainForm.DS_REGDATA
  34.   end
  35.   object DBText3: TDBText
  36.     Left = 298
  37.     Top = 26
  38.     Width = 31
  39.     Height = 17
  40.     DataField = 'PRICE_EURO_STD'
  41.     DataSource = MainForm.DS_REGDATA
  42.   end
  43.   object Label55: TLabel
  44.     Left = 286
  45.     Top = 26
  46.     Width = 5
  47.     Height = 13
  48.     Caption = '/'
  49.   end
  50.   object BitBtn_reg_back: TBitBtn
  51.     Left = 262
  52.     Top = 328
  53.     Width = 77
  54.     Height = 25
  55.     Caption = '<< &Zurソスck'
  56.     Enabled = False
  57.     TabOrder = 0
  58.     OnClick = BitBtn_reg_backClick
  59.   end
  60.   object BitBtn_reg_forward: TBitBtn
  61.     Left = 342
  62.     Top = 328
  63.     Width = 77
  64.     Height = 25
  65.     Caption = '&Weiter >>'
  66.     TabOrder = 1
  67.     OnClick = BitBtn_reg_forwardClick
  68.   end
  69.   object BitBtn_reg_cancel: TBitBtn
  70.     Left = 118
  71.     Top = 328
  72.     Width = 97
  73.     Height = 25
  74.     Caption = '&Abbrechen'
  75.     TabOrder = 2
  76.     OnClick = BitBtn_reg_cancelClick
  77.     Kind = bkCancel
  78.   end
  79.   object BitBtn_reg_finish: TBitBtn
  80.     Left = 434
  81.     Top = 328
  82.     Width = 77
  83.     Height = 25
  84.     Caption = '&Fertigstellen'
  85.     Enabled = False
  86.     TabOrder = 3
  87.     OnClick = BitBtn_reg_finishClick
  88.   end
  89.   object ExtPageControl_regform: TPageControl
  90.     Left = 10
  91.     Top = 6
  92.     Width = 503
  93.     Height = 305
  94.     ActivePage = TabSheet_reg_options
  95.     TabOrder = 4
  96.     OnChange = ExtPageControl_regformChange
  97.     object TabSheet_reg_sel: TTabSheet
  98.       Caption = 'Select'
  99.       object LabelRegSelectTitle: TLabel
  100.         Left = 12
  101.         Top = 12
  102.         Width = 280
  103.         Height = 24
  104.         Caption = 'Bitte wソスhlen Sie eine Option'
  105.         Font.Charset = ANSI_CHARSET
  106.         Font.Color = clBlue
  107.         Font.Height = -21
  108.         Font.Name = 'Arial'
  109.         Font.Style = [fsBold]
  110.         ParentFont = False
  111.       end
  112.       object RadioGroup_reg_sel: TRadioGroup
  113.         Left = 16
  114.         Top = 52
  115.         Width = 455
  116.         Height = 61
  117.         Caption = 'Optionen'
  118.         ItemIndex = 0
  119.         Items.Strings = (
  120.           'Bestellung aufgeben'
  121.           'Freischalten der Sharewareversion mit erworbenem Zahlenschlソスssel')
  122.         TabOrder = 0
  123.         OnClick = RadioGroup_reg_selClick
  124.       end
  125.       object PanelRegTrialHint: TPanel
  126.         Left = 16
  127.         Top = 130
  128.         Width = 455
  129.         Height = 95
  130.         BevelOuter = bvNone
  131.         TabOrder = 1
  132.         Visible = False
  133.         object LabelRegTrialOver: TLabel
  134.           Left = 12
  135.           Top = 6
  136.           Width = 427
  137.           Height = 26
  138.           Caption = 
  139.             'Ihre Prソスf-vor-Kauf-Frist ist abgelaufen. Um das Programm weitern' +
  140.             'utzen zu kソスnnen, mソスssen Sie die Vollversion erwerben. Der Assist' +
  141.             'ent hilft Ihnen jetzt beim Aufgeben der Bestellung.'
  142.           WordWrap = True
  143.         end
  144.         object LabelRegTrialHint: TLabel
  145.           Left = 12
  146.           Top = 50
  147.           Width = 429
  148.           Height = 39
  149.           AutoSize = False
  150.           Caption = 
  151.             'Hinweis: Da die Testphase um mehr als 10 Tage ソスberschritten wurd' +
  152.             'e, sind die Analysen  jetzt gesperrt. Nach erfolgter Freischaltu' +
  153.             'ng werden die Analysen sofort wieder  freigegeben!'
  154.           Font.Charset = DEFAULT_CHARSET
  155.           Font.Color = clNavy
  156.           Font.Height = -11
  157.           Font.Name = 'MS Sans Serif'
  158.           Font.Style = []
  159.           ParentFont = False
  160.           WordWrap = True
  161.         end
  162.       end
  163.     end
  164.     object TabSheet_reg_unlock: TTabSheet
  165.       Caption = 'Freisch.'
  166.       TabVisible = False
  167.       object LabelRegUnlockTitle: TLabel
  168.         Left = 12
  169.         Top = 12
  170.         Width = 124
  171.         Height = 24
  172.         Caption = 'Freischalten'
  173.         Font.Charset = ANSI_CHARSET
  174.         Font.Color = clBlue
  175.         Font.Height = -21
  176.         Font.Name = 'Arial'
  177.         Font.Style = [fsBold]
  178.         ParentFont = False
  179.       end
  180.       object LabelRegUnlockEnterKey: TLabel
  181.         Left = 58
  182.         Top = 60
  183.         Width = 405
  184.         Height = 13
  185.         Caption = 
  186.           'Geben Sie bitte Ihren Registrier- und ggf. zusソスtzlich den Mehrpl' +
  187.           'atzlizenz-Schlソスssel ein:'
  188.       end
  189.       object LabelRegUnlockHint: TLabel
  190.         Left = 16
  191.         Top = 102
  192.         Width = 435
  193.         Height = 23
  194.         AutoSize = False
  195.         Caption = 
  196.           'Geben Sie den/die Schlソスssel linksbソスndig ein - fソスhrende Leerstell' +
  197.           'en sind nicht erlaubt.'
  198.         WordWrap = True
  199.       end
  200.       object Image3: TImage
  201.         Left = 16
  202.         Top = 48
  203.         Width = 37
  204.         Height = 25
  205.         Picture.Data = {<image000.ico>}
  206.       end
  207.       object LabelRegUnlockOldKeyHint: TLabel
  208.         Left = 18
  209.         Top = 224
  210.         Width = 451
  211.         Height = 47
  212.         AutoSize = False
  213.         Caption = 
  214.           'Ggf. kソスnnen Sie diese Version mit dem Registrierschlソスssel aus ei' +
  215.           'ner frソスheren Voll-Version freischalten. Rufen Sie dazu den Freis' +
  216.           'chalten-Dialog der frソスheren Version auf und ソスbertragen Sie den S' +
  217.           'chlソスssel in obiges Feld. '
  218.         WordWrap = True
  219.       end
  220.       object DBEditRegKey: TDBEdit
  221.         Left = 16
  222.         Top = 78
  223.         Width = 237
  224.         Height = 21
  225.         DataField = 'REGKEY'
  226.         DataSource = MainForm.DS_REGKEY
  227.         MaxLength = 14
  228.         TabOrder = 0
  229.       end
  230.       object PanelRegKeySuccess: TPanel
  231.         Left = 12
  232.         Top = 126
  233.         Width = 465
  234.         Height = 99
  235.         BevelOuter = bvNone
  236.         TabOrder = 2
  237.         Visible = False
  238.         object LabelRegUnlockSuccess: TLabel
  239.           Left = 4
  240.           Top = 4
  241.           Width = 221
  242.           Height = 13
  243.           Caption = 'Freischaltung erfolgreich durchgefソスhrt!'
  244.           Font.Charset = DEFAULT_CHARSET
  245.           Font.Color = clRed
  246.           Font.Height = -12
  247.           Font.Name = 'MS Sans Serif'
  248.           Font.Style = [fsBold]
  249.           ParentFont = False
  250.         end
  251.         object LabelRegUnlockSaveKey: TLabel
  252.           Left = 34
  253.           Top = 24
  254.           Width = 411
  255.           Height = 27
  256.           AutoSize = False
  257.           Caption = 
  258.             'Heben Sie diesen Schlソスssel gut auf. Sie kソスnnen damit auch eine R' +
  259.             'eihe von Folgeupdates freischalten. Nソスheres in der Programmhilfe' +
  260.             '.'
  261.           WordWrap = True
  262.         end
  263.         object Image7: TImage
  264.           Left = 6
  265.           Top = 28
  266.           Width = 19
  267.           Height = 17
  268.           Picture.Data = {<image001.bmp>}
  269.           Transparent = True
  270.         end
  271.         object LabelRegUnlockRestart: TLabel
  272.           Left = 34
  273.           Top = 54
  274.           Width = 411
  275.           Height = 45
  276.           AutoSize = False
  277.           Caption = 
  278.             'Hinweis: Die komplette Initialisierung aller Vollversions-Featur' +
  279.             'es erfolgt nach dem nソスchsten  Programmstart. Sie sollten das Pro' +
  280.             'gramm daher jetzt beenden und danach neu starten.'
  281.           Font.Charset = DEFAULT_CHARSET
  282.           Font.Color = clNavy
  283.           Font.Height = -11
  284.           Font.Name = 'MS Sans Serif'
  285.           Font.Style = []
  286.           ParentFont = False
  287.           WordWrap = True
  288.         end
  289.       end
  290.       object BtnRegUnlock: TButton
  291.         Left = 386
  292.         Top = 78
  293.         Width = 77
  294.         Height = 21
  295.         Caption = 'F&reischalten!'
  296.         TabOrder = 1
  297.         OnClick = BtnRegUnlockClick
  298.       end
  299.       object DBEditRegKeySite: TDBEdit
  300.         Left = 260
  301.         Top = 78
  302.         Width = 117
  303.         Height = 21
  304.         DataField = 'REGKEYSITE'
  305.         DataSource = MainForm.DS_REGKEY
  306.         MaxLength = 14
  307.         TabOrder = 3
  308.       end
  309.     end
  310.     object TabSheet_reg_orderinfo: TTabSheet
  311.       Caption = 'Info'
  312.       TabVisible = False
  313.       object LabelRegInfoThanks: TLabel
  314.         Left = 10
  315.         Top = 48
  316.         Width = 459
  317.         Height = 41
  318.         AutoSize = False
  319.         Caption = 
  320.           'Vielen Dank fソスr Ihren Entschluss,  das Programm Dr. Hardware zu ' +
  321.           'registrieren. Sie benソスtigen hierfソスr lediglich einen Zahlenschlソスs' +
  322.           'sel, mit dem Sie diese Sharewareversion freischalten, d.h. in ei' +
  323.           'ne Vollversion umwandeln kソスnnen.'
  324.         WordWrap = True
  325.       end
  326.       object LabelRegInfoTitle: TLabel
  327.         Left = 12
  328.         Top = 12
  329.         Width = 115
  330.         Height = 24
  331.         Caption = 'Information'
  332.         Font.Charset = ANSI_CHARSET
  333.         Font.Color = clBlue
  334.         Font.Height = -21
  335.         Font.Name = 'Arial'
  336.         Font.Style = [fsBold]
  337.         ParentFont = False
  338.       end
  339.       object LabelRegInfoPrice: TLabel
  340.         Left = 10
  341.         Top = 90
  342.         Width = 121
  343.         Height = 13
  344.         Caption = 'Preis: ab 19,95 Euro!'
  345.         Font.Charset = DEFAULT_CHARSET
  346.         Font.Color = clNavy
  347.         Font.Height = -12
  348.         Font.Name = 'MS Sans Serif'
  349.         Font.Style = [fsBold]
  350.         ParentFont = False
  351.       end
  352.       object BevelRegInfoCDV: TBevel
  353.         Left = 6
  354.         Top = 154
  355.         Width = 479
  356.         Height = 2
  357.       end
  358.       object Image5: TImage
  359.         Left = 10
  360.         Top = 112
  361.         Width = 19
  362.         Height = 17
  363.         Picture.Data = {<image002.bmp>}
  364.         Transparent = True
  365.       end
  366.       object LabelRegInfoUpdates: TLabel
  367.         Left = 34
  368.         Top = 110
  369.         Width = 411
  370.         Height = 27
  371.         AutoSize = False
  372.         Caption = 
  373.           'Mit Ihrem Registrierschlソスssel kソスnnen Sie ソスbrigens auch eine Reih' +
  374.           'e zukソスnftiger Programmupdates kostenlos freischalten! Ein Grund ' +
  375.           'mehr, jetzt zu bestellen!'
  376.         WordWrap = True
  377.       end
  378.       object GroupBoxRegInfoCDV: TGroupBox
  379.         Left = 10
  380.         Top = 170
  381.         Width = 469
  382.         Height = 97
  383.         Caption = 'Dr. Hardware auf CD-ROM'
  384.         Font.Charset = DEFAULT_CHARSET
  385.         Font.Color = clRed
  386.         Font.Height = -11
  387.         Font.Name = 'MS Sans Serif'
  388.         Font.Style = []
  389.         ParentFont = False
  390.         TabOrder = 0
  391.         object Label2: TLabel
  392.           Left = 38
  393.           Top = 14
  394.           Width = 429
  395.           Height = 17
  396.           AutoSize = False
  397.           Caption = 
  398.             'Die Standardversion (fソスr Windows 95/98/Me/XP Home Ed.) gibtソスs au' +
  399.             'ch auf CD-ROM bei:'
  400.           Font.Charset = DEFAULT_CHARSET
  401.           Font.Color = clBlack
  402.           Font.Height = -11
  403.           Font.Name = 'MS Sans Serif'
  404.           Font.Style = []
  405.           ParentFont = False
  406.           WordWrap = True
  407.         end
  408.         object Image4: TImage
  409.           Left = 8
  410.           Top = 16
  411.           Width = 19
  412.           Height = 17
  413.           Picture.Data = {<image003.bmp>}
  414.           Transparent = True
  415.         end
  416.         object Label3: TLabel
  417.           Left = 256
  418.           Top = 78
  419.           Width = 125
  420.           Height = 13
  421.           Caption = '(Artikelnummer: CDR7059)'
  422.           Font.Charset = DEFAULT_CHARSET
  423.           Font.Color = clBlack
  424.           Font.Height = -11
  425.           Font.Name = 'MS Sans Serif'
  426.           Font.Style = []
  427.           ParentFont = False
  428.         end
  429.         object Label4: TLabel
  430.           Left = 256
  431.           Top = 60
  432.           Width = 60
  433.           Height = 13
  434.           Cursor = crHandPoint
  435.           Alignment = taRightJustify
  436.           Caption = 'www.cdv.de'
  437.           Font.Charset = DEFAULT_CHARSET
  438.           Font.Color = clGreen
  439.           Font.Height = -11
  440.           Font.Name = 'MS Sans Serif'
  441.           Font.Style = [fsUnderline]
  442.           ParentFont = False
  443.           OnClick = Label4Click
  444.         end
  445.         object Memo1: TMemo
  446.           Left = 50
  447.           Top = 34
  448.           Width = 163
  449.           Height = 41
  450.           BorderStyle = bsNone
  451.           Font.Charset = DEFAULT_CHARSET
  452.           Font.Color = clBlack
  453.           Font.Height = -11
  454.           Font.Name = 'MS Sans Serif'
  455.           Font.Style = []
  456.           Lines.Strings = (
  457.             'CDV Software Entertainment AG'
  458.             'Neureuter Str. 37b'
  459.             '76185 Karlsruhe')
  460.           ParentColor = True
  461.           ParentFont = False
  462.           TabOrder = 0
  463.         end
  464.         object Memo2: TMemo
  465.           Left = 254
  466.           Top = 32
  467.           Width = 201
  468.           Height = 31
  469.           BorderStyle = bsNone
  470.           Font.Charset = DEFAULT_CHARSET
  471.           Font.Color = clNavy
  472.           Font.Height = -11
  473.           Font.Name = 'MS Sans Serif'
  474.           Font.Style = []
  475.           Lines.Strings = (
  476.             'Tel/Fax : 0721-97224-0 / 0721-97224-24'
  477.             'eMail     : mail@cdv.de'
  478.             'Internet : www.cdv.de')
  479.           ParentColor = True
  480.           ParentFont = False
  481.           TabOrder = 1
  482.         end
  483.       end
  484.     end
  485.     object TabSheet_reg_options: TTabSheet
  486.       Caption = 'Options'
  487.       TabVisible = False
  488.       object LabelRegOrderwayTitle: TLabel
  489.         Left = 8
  490.         Top = 12
  491.         Width = 271
  492.         Height = 24
  493.         Caption = 'Wソスhlen Sie den Bestellweg'
  494.         Font.Charset = ANSI_CHARSET
  495.         Font.Color = clBlue
  496.         Font.Height = -21
  497.         Font.Name = 'Arial'
  498.         Font.Style = [fsBold]
  499.         ParentFont = False
  500.       end
  501.       object LabelRegOrderwayOptions: TLabel
  502.         Left = 8
  503.         Top = 44
  504.         Width = 471
  505.         Height = 45
  506.         AutoSize = False
  507.         Caption = 
  508.           'Bestellen Sie nach Belieben entweder direkt online im Internet o' +
  509.           'der aber per Post, telefonisch oder per Fax. Zahlen Sie bequem p' +
  510.           'er Kreditkarte, Verrechnungsscheck oder Vorausソスberweisung. Konze' +
  511.           'rne und Behソスrden werden auch gegen Rechnung beliefert.'
  512.         WordWrap = True
  513.       end
  514.       object LabelRegOrderwayShareit: TLabel
  515.         Left = 130
  516.         Top = 88
  517.         Width = 343
  518.         Height = 53
  519.         AutoSize = False
  520.         Caption = 
  521.           'Ihre Bestellung richten Sie je nach Zahlweise/Bestellweg entwede' +
  522.           'r direkt an Gebhard Sofware oder an die Firma ShareIt!, den nati' +
  523.           'onal und international tソスtigen professionellen Registrierservice' +
  524.           '. Der Bestellassistent wソスhlt automatisch die korrekte Adresse!'
  525.         WordWrap = True
  526.       end
  527.       object ImageRegShareit: TImage
  528.         Left = 7
  529.         Top = 91
  530.         Width = 111
  531.         Height = 38
  532.         Picture.Data = {<image004.bmp>}
  533.       end
  534.       object LabelRegOrderwaySiteLicence: TLabel
  535.         Left = 54
  536.         Top = 150
  537.         Width = 414
  538.         Height = 27
  539.         AutoSize = False
  540.         Caption = 
  541.           'Mengenlizenz-Bestellungen (ab 5 Lizenzen) richten Sie unabhソスngig' +
  542.           ' von der Zahlweise stets direkt an Gebhard  Software. '
  543.         WordWrap = True
  544.       end
  545.       object LabelRegOrderwayException: TLabel
  546.         Left = 8
  547.         Top = 150
  548.         Width = 40
  549.         Height = 13
  550.         Caption = 'Hinweis:'
  551.         Font.Charset = DEFAULT_CHARSET
  552.         Font.Color = clRed
  553.         Font.Height = -11
  554.         Font.Name = 'MS Sans Serif'
  555.         Font.Style = []
  556.         ParentFont = False
  557.       end
  558.       object LabelRegOptionsRegSoft: TLabel
  559.         Left = 6
  560.         Top = 94
  561.         Width = 120
  562.         Height = 24
  563.         Caption = 'RegSoft.com'
  564.         Font.Charset = DEFAULT_CHARSET
  565.         Font.Color = clRed
  566.         Font.Height = -19
  567.         Font.Name = 'MS Sans Serif'
  568.         Font.Style = [fsBold]
  569.         ParentFont = False
  570.         Visible = False
  571.       end
  572.       object RadioGroup_reg_orderoptions: TRadioGroup
  573.         Left = 8
  574.         Top = 186
  575.         Width = 457
  576.         Height = 73
  577.         Caption = 'Wソスhlen Sie eine Bestelloption... '
  578.         ItemIndex = 0
  579.         Items.Strings = (
  580.           
  581.             'Online-Bestellung im Internet auf der Webseite von ShareIt! bzw.' +
  582.             ' Gebhard Software'
  583.           
  584.             'schriftliche Bestellung  (Post/Fax  - Bestellformular auf der nソス' +
  585.             'chsten Seite)'
  586.           
  587.             'telefonisch bei ShareIt! (nicht bei Mengenlizenzbestellungen ab ' +
  588.             '5 Stソスck)')
  589.         TabOrder = 0
  590.       end
  591.     end
  592.     object TabSheet_reg_ordonline: TTabSheet
  593.       Caption = 'Internet'
  594.       TabVisible = False
  595.       object LabelRegInternetTitle: TLabel
  596.         Left = 8
  597.         Top = 12
  598.         Width = 206
  599.         Height = 24
  600.         Caption = 'Bestellen im Internet'
  601.         Font.Charset = ANSI_CHARSET
  602.         Font.Color = clBlue
  603.         Font.Height = -21
  604.         Font.Name = 'Arial'
  605.         Font.Style = [fsBold]
  606.         ParentFont = False
  607.       end
  608.       object LabelRegInternetHint: TLabel
  609.         Left = 8
  610.         Top = 56
  611.         Width = 461
  612.         Height = 49
  613.         AutoSize = False
  614.         Caption = 
  615.           'Ein Klick auf die Schaltflソスche unterhalb dieses Textes startet I' +
  616.           'hren Internet-Browser und fソスhrt Sie zu den Bestelloptionen auf u' +
  617.           'nserer Homepage! Von dort aus kソスnnen Sie direkt zu den ShareIt!-' +
  618.           'Bestellseiten weitersurfen.'
  619.         WordWrap = True
  620.       end
  621.       object LabelRegInternetURL: TLabel
  622.         Left = 10
  623.         Top = 172
  624.         Width = 191
  625.         Height = 13
  626.         Caption = 'http://www.drhardware.de/pghgbstl.htm'
  627.       end
  628.       object BitBtnRegInternet: TBitBtn
  629.         Left = 10
  630.         Top = 120
  631.         Width = 269
  632.         Height = 45
  633.         Caption = 'Internet-Verbindung aufbauen!'
  634.         Default = True
  635.         Font.Charset = DEFAULT_CHARSET
  636.         Font.Color = clRed
  637.         Font.Height = -12
  638.         Font.Name = 'MS Sans Serif'
  639.         Font.Style = [fsBold]
  640.         ModalResult = 6
  641.         ParentFont = False
  642.         TabOrder = 0
  643.         OnClick = BitBtnRegInternetClick
  644.         NumGlyphs = 2
  645.       end
  646.     end
  647.     object TabSheet_reg_form: TTabSheet
  648.       Caption = 'Formular'
  649.       TabVisible = False
  650.       object LabelRegFormTitle: TLabel
  651.         Left = 8
  652.         Top = 12
  653.         Width = 216
  654.         Height = 24
  655.         Caption = 'Persソスnliche Angaben'
  656.         Font.Charset = ANSI_CHARSET
  657.         Font.Color = clBlue
  658.         Font.Height = -21
  659.         Font.Name = 'Arial'
  660.         Font.Style = [fsBold]
  661.         ParentFont = False
  662.       end
  663.       object LabelRegFormEnterData: TLabel
  664.         Left = 8
  665.         Top = 50
  666.         Width = 211
  667.         Height = 13
  668.         Caption = 'Tragen Sie bitte Ihre persソスnlichen Daten ein!'
  669.       end
  670.       object Panel1: TPanel
  671.         Left = 12
  672.         Top = 78
  673.         Width = 475
  674.         Height = 185
  675.         BevelOuter = bvLowered
  676.         TabOrder = 0
  677.         object Label_reg_form_name: TLabel
  678.           Left = 52
  679.           Top = 20
  680.           Width = 58
  681.           Height = 13
  682.           Alignment = taRightJustify
  683.           Caption = 'Name/Firma'
  684.           FocusControl = DBEditRegFormName
  685.         end
  686.         object Label_reg_form_co: TLabel
  687.           Left = 10
  688.           Top = 48
  689.           Width = 99
  690.           Height = 13
  691.           Alignment = taRightJustify
  692.           Caption = 'ggf. Ansprechpartner'
  693.           FocusControl = DBEditRegFormName_co
  694.         end
  695.         object Label_reg_form_street: TLabel
  696.           Left = 30
  697.           Top = 74
  698.           Width = 78
  699.           Height = 13
  700.           Alignment = taRightJustify
  701.           Caption = 'Straソスe/Postfach'
  702.           FocusControl = DBEditRegFormStreetPobox
  703.         end
  704.         object Label_reg_form_city: TLabel
  705.           Left = 16
  706.           Top = 100
  707.           Width = 95
  708.           Height = 13
  709.           Alignment = taRightJustify
  710.           Caption = 'Land/PLZ/Wohnort'
  711.           FocusControl = DBEditRegFormCountry
  712.         end
  713.         object Label_reg_form_telfax: TLabel
  714.           Left = 50
  715.           Top = 126
  716.           Width = 58
  717.           Height = 13
  718.           Alignment = taRightJustify
  719.           Caption = 'Telefon/Fax'
  720.           FocusControl = DBEditRegFormTel
  721.         end
  722.         object Label_reg_form_email: TLabel
  723.           Left = 42
  724.           Top = 152
  725.           Width = 66
  726.           Height = 13
  727.           Alignment = taRightJustify
  728.           Caption = 'eMail-Adresse'
  729.           FocusControl = DBEditRegFormEmail
  730.         end
  731.         object DBEditRegFormName: TDBEdit
  732.           Left = 116
  733.           Top = 18
  734.           Width = 353
  735.           Height = 21
  736.           DataField = 'NAME'
  737.           DataSource = MainForm.DS_REGDATA
  738.           TabOrder = 0
  739.         end
  740.         object DBEditRegFormName_co: TDBEdit
  741.           Left = 116
  742.           Top = 44
  743.           Width = 353
  744.           Height = 21
  745.           DataField = 'NAME_CO'
  746.           DataSource = MainForm.DS_REGDATA
  747.           TabOrder = 1
  748.         end
  749.         object DBEditRegFormStreetPobox: TDBEdit
  750.           Left = 116
  751.           Top = 70
  752.           Width = 353
  753.           Height = 21
  754.           DataField = 'STREET_POBOX'
  755.           DataSource = MainForm.DS_REGDATA
  756.           TabOrder = 2
  757.         end
  758.         object DBEditRegFormPostalcode: TDBEdit
  759.           Left = 142
  760.           Top = 96
  761.           Width = 59
  762.           Height = 21
  763.           DataField = 'POSTALCODE'
  764.           DataSource = MainForm.DS_REGDATA
  765.           TabOrder = 4
  766.         end
  767.         object DBEditRegFormCity: TDBEdit
  768.           Left = 204
  769.           Top = 96
  770.           Width = 265
  771.           Height = 21
  772.           DataField = 'CITY'
  773.           DataSource = MainForm.DS_REGDATA
  774.           TabOrder = 5
  775.         end
  776.         object DBEditRegFormCountry: TDBEdit
  777.           Left = 116
  778.           Top = 96
  779.           Width = 23
  780.           Height = 21
  781.           DataField = 'COUNTRY'
  782.           DataSource = MainForm.DS_REGDATA
  783.           TabOrder = 3
  784.         end
  785.         object DBEditRegFormTel: TDBEdit
  786.           Left = 116
  787.           Top = 122
  788.           Width = 169
  789.           Height = 21
  790.           DataField = 'TEL'
  791.           DataSource = MainForm.DS_REGDATA
  792.           TabOrder = 6
  793.         end
  794.         object DBEditRegFormFax: TDBEdit
  795.           Left = 290
  796.           Top = 122
  797.           Width = 179
  798.           Height = 21
  799.           DataField = 'FAX'
  800.           DataSource = MainForm.DS_REGDATA
  801.           TabOrder = 7
  802.         end
  803.         object DBEditRegFormEmail: TDBEdit
  804.           Left = 116
  805.           Top = 148
  806.           Width = 353
  807.           Height = 21
  808.           DataField = 'EMAIL'
  809.           DataSource = MainForm.DS_REGDATA
  810.           TabOrder = 8
  811.         end
  812.       end
  813.     end
  814.     object TabSheet_reg_ordphone: TTabSheet
  815.       Caption = 'telef.'
  816.       TabVisible = False
  817.       object LabelRegTelHint: TLabel
  818.         Left = 18
  819.         Top = 52
  820.         Width = 452
  821.         Height = 13
  822.         Caption = 
  823.           'Bestellen Sie Ihren Registrierschlソスssel bei ShareIt! telefonisch' +
  824.           ' bitte unter der folgenden Nummer:'
  825.       end
  826.       object Image2: TImage
  827.         Left = 52
  828.         Top = 84
  829.         Width = 37
  830.         Height = 41
  831.         Picture.Data = {<image005.bmp>}
  832.       end
  833.       object LabelRegTelNumber: TLabel
  834.         Left = 108
  835.         Top = 92
  836.         Width = 165
  837.         Height = 26
  838.         Caption = '0221-31088-20 '
  839.         Font.Charset = DEFAULT_CHARSET
  840.         Font.Color = clGreen
  841.         Font.Height = -23
  842.         Font.Name = 'MS Sans Serif'
  843.         Font.Style = [fsBold]
  844.         ParentFont = False
  845.       end
  846.       object Bevel2: TBevel
  847.         Left = 14
  848.         Top = 136
  849.         Width = 467
  850.         Height = 137
  851.       end
  852.       object LabelRegTelPrognumbers: TLabel
  853.         Left = 20
  854.         Top = 148
  855.         Width = 363
  856.         Height = 13
  857.         Caption = 
  858.           'Beziehen Sie sich bei Ihrer Bestellung bitte auf folgende Progra' +
  859.           'mm-Nummern:'
  860.       end
  861.       object LabelRegTelTitle: TLabel
  862.         Left = 12
  863.         Top = 12
  864.         Width = 242
  865.         Height = 24
  866.         Caption = 'Telefonische Bestellung'
  867.         Font.Charset = ANSI_CHARSET
  868.         Font.Color = clBlue
  869.         Font.Height = -21
  870.         Font.Name = 'Arial'
  871.         Font.Style = [fsBold]
  872.         ParentFont = False
  873.       end
  874.       object TLabel
  875.         Left = 76
  876.         Top = 196
  877.         Width = 300
  878.         Height = 13
  879.         Caption = 'Dr. Hardware 2002 Professional f. Win 9x/Me/XP Home Edition'
  880.       end
  881.       object Label26: TLabel
  882.         Left = 76
  883.         Top = 220
  884.         Width = 307
  885.         Height = 13
  886.         Caption = 'Dr. Hardware 2002 Professional f. Win NT/2000/XP Prof. Edition'
  887.       end
  888.       object Label76: TLabel
  889.         Left = 76
  890.         Top = 244
  891.         Width = 346
  892.         Height = 13
  893.         Caption = 
  894.           'Dr. Hardware 2002 Premium f. Win 9x/NT/2000/XP Home + Prof. Edit' +
  895.           'ion'
  896.       end
  897.       object Label77: TLabel
  898.         Left = 76
  899.         Top = 172
  900.         Width = 286
  901.         Height = 13
  902.         Caption = 'Dr. Hardware 2002 Standard f. Win 9x/Me/XP Home Edition'
  903.       end
  904.       object DBEditRegShareitNoStd: TDBEdit
  905.         Left = 20
  906.         Top = 168
  907.         Width = 53
  908.         Height = 21
  909.         Color = clBtnFace
  910.         DataField = 'SHAREITNO_STD'
  911.         DataSource = MainForm.DS_REGDATA
  912.         TabOrder = 0
  913.       end
  914.       object DBEditRegShareitNoPro9x: TDBEdit
  915.         Left = 20
  916.         Top = 192
  917.         Width = 53
  918.         Height = 21
  919.         Color = clBtnFace
  920.         DataField = 'SHAREITNO_PRO9X'
  921.         DataSource = MainForm.DS_REGDATA
  922.         TabOrder = 1
  923.       end
  924.       object DBEditRegShareitNoProNT: TDBEdit
  925.         Left = 20
  926.         Top = 216
  927.         Width = 53
  928.         Height = 21
  929.         Color = clBtnFace
  930.         DataField = 'SHAREITNO_PRONT'
  931.         DataSource = MainForm.DS_REGDATA
  932.         TabOrder = 2
  933.       end
  934.       object DBEditRegShareitNoPremium: TDBEdit
  935.         Left = 20
  936.         Top = 240
  937.         Width = 53
  938.         Height = 21
  939.         Color = clBtnFace
  940.         DataField = 'SHAREITNO_PREMIUM'
  941.         DataSource = MainForm.DS_REGDATA
  942.         TabOrder = 3
  943.       end
  944.       object PanelRegTelUS: TPanel
  945.         Left = 296
  946.         Top = 68
  947.         Width = 185
  948.         Height = 61
  949.         TabOrder = 4
  950.         object LabelRegTelUS: TLabel
  951.           Left = 6
  952.           Top = 2
  953.           Width = 145
  954.           Height = 28
  955.           Caption = 'For US/Canada customers only! Toll free number:'
  956.           Font.Charset = ANSI_CHARSET
  957.           Font.Color = clRed
  958.           Font.Height = -11
  959.           Font.Name = 'Arial'
  960.           Font.Style = [fsBold]
  961.           ParentFont = False
  962.           WordWrap = True
  963.         end
  964.         object Label1: TLabel
  965.           Left = 5
  966.           Top = 29
  967.           Width = 110
  968.           Height = 28
  969.           Caption = '1-877-RegSoft.com or 1-877-734-7638'
  970.           Font.Charset = ANSI_CHARSET
  971.           Font.Color = clNavy
  972.           Font.Height = -11
  973.           Font.Name = 'Arial'
  974.           Font.Style = []
  975.           ParentFont = False
  976.           WordWrap = True
  977.         end
  978.       end
  979.     end
  980.     object TabSheet_reg_done: TTabSheet
  981.       Caption = 'Schluss'
  982.       TabVisible = False
  983.       object LabelRegFinalTitle: TLabel
  984.         Left = 12
  985.         Top = 12
  986.         Width = 224
  987.         Height = 24
  988.         Caption = 'Hinweise zum Schluss'
  989.         Font.Charset = ANSI_CHARSET
  990.         Font.Color = clBlue
  991.         Font.Height = -21
  992.         Font.Name = 'Arial'
  993.         Font.Style = [fsBold]
  994.         ParentFont = False
  995.       end
  996.       object LabelRegFinalUnlockHint: TLabel
  997.         Left = 12
  998.         Top = 50
  999.         Width = 457
  1000.         Height = 45
  1001.         AutoSize = False
  1002.         Caption = 
  1003.           'Haben Sie Ihren Schlソスssel erhalten, starten Sie diesen Assistent' +
  1004.           'en erneut und verzweigen dieses mal auf die Freischaltseite. Dor' +
  1005.           't tragen Sie den Nummerncode ein, die Version ist damit freigesc' +
  1006.           'haltet.'
  1007.         WordWrap = True
  1008.       end
  1009.       object LabelRegFinalSaveKey: TLabel
  1010.         Left = 10
  1011.         Top = 104
  1012.         Width = 454
  1013.         Height = 39
  1014.         Caption = 
  1015.           'Bewahren Sie Ihren  Registrierschlソスssel fソスr neue Versionen gut a' +
  1016.           'uf. Die jeweils neueste Sharewareversion erhalten Sie von unsere' +
  1017.           'r Homepage, aus der Mailbox oder von der Begleit-CD eines PC-Mag' +
  1018.           'azins.'
  1019.         WordWrap = True
  1020.       end
  1021.       object LabelRegFinalQuerySurf: TLabel
  1022.         Left = 152
  1023.         Top = 180
  1024.         Width = 315
  1025.         Height = 29
  1026.         AutoSize = False
  1027.         Caption = 
  1028.           'Wollen Sie jetzt sofort zu unserer Homepage surfen? Dann klicken' +
  1029.           ' Sie auf die Schaltflソスche.'
  1030.         WordWrap = True
  1031.       end
  1032.       object LabelRegFinalURL: TLabel
  1033.         Left = 152
  1034.         Top = 208
  1035.         Width = 212
  1036.         Height = 13
  1037.         Caption = 'Internet-Adresse:  http://www.drhardware.de'
  1038.         Font.Charset = DEFAULT_CHARSET
  1039.         Font.Color = clGreen
  1040.         Font.Height = -12
  1041.         Font.Name = 'MS Sans Serif'
  1042.         Font.Style = []
  1043.         ParentFont = False
  1044.       end
  1045.       object BitBtnRegFinalHomepage: TBitBtn
  1046.         Left = 12
  1047.         Top = 180
  1048.         Width = 125
  1049.         Height = 29
  1050.         Caption = 'Zur Homepage'
  1051.         Font.Charset = DEFAULT_CHARSET
  1052.         Font.Color = clRed
  1053.         Font.Height = -12
  1054.         Font.Name = 'MS Sans Serif'
  1055.         Font.Style = [fsBold]
  1056.         ParentFont = False
  1057.         TabOrder = 0
  1058.         OnClick = BitBtnRegFinalHomepageClick
  1059.       end
  1060.     end
  1061.     object TabSheet_reg_formales: TTabSheet
  1062.       Caption = 'Formales'
  1063.       TabVisible = False
  1064.       object LabelRegFormalesTitle: TLabel
  1065.         Left = 8
  1066.         Top = 12
  1067.         Width = 188
  1068.         Height = 24
  1069.         Caption = 'Bestellformalitソスten'
  1070.         Font.Charset = ANSI_CHARSET
  1071.         Font.Color = clBlue
  1072.         Font.Height = -21
  1073.         Font.Name = 'Arial'
  1074.         Font.Style = [fsBold]
  1075.         ParentFont = False
  1076.       end
  1077.       object LabelRegFormalesRechnungHint: TLabel
  1078.         Left = 8
  1079.         Top = 198
  1080.         Width = 185
  1081.         Height = 71
  1082.         AutoSize = False
  1083.         Caption = 
  1084.           'Lieferung gegen Rechnung erfolgt nur an Behソスrden, ソスffentl. Insti' +
  1085.           'tutionen und Grossfirmen. Offizielle Bestellung mit Angabe des A' +
  1086.           'nsprechpartners und Firmen/Behソスrdenstempel erforderlich! '
  1087.         WordWrap = True
  1088.       end
  1089.       object LabelRegFormalesRechnungHintTitle: TLabel
  1090.         Left = 8
  1091.         Top = 186
  1092.         Width = 40
  1093.         Height = 13
  1094.         Caption = 'Hinweis!'
  1095.         Font.Charset = DEFAULT_CHARSET
  1096.         Font.Color = clRed
  1097.         Font.Height = -11
  1098.         Font.Name = 'MS Sans Serif'
  1099.         Font.Style = []
  1100.         ParentFont = False
  1101.       end
  1102.       object GroupBoxRegFormalesCreditCard: TGroupBox
  1103.         Left = 200
  1104.         Top = 48
  1105.         Width = 291
  1106.         Height = 129
  1107.         Caption = 'Angaben zur Kreditkarte'
  1108.         TabOrder = 1
  1109.         object LabelRegFormalesCCardOwner: TLabel
  1110.           Left = 12
  1111.           Top = 44
  1112.           Width = 66
  1113.           Height = 13
  1114.           Caption = 'Karteninhaber'
  1115.         end
  1116.         object LabelRegFormalesCCardNumber: TLabel
  1117.           Left = 12
  1118.           Top = 68
  1119.           Width = 48
  1120.           Height = 13
  1121.           Caption = 'Karten-Nr.'
  1122.         end
  1123.         object LabelRegFormalesCCardValid: TLabel
  1124.           Left = 12
  1125.           Top = 92
  1126.           Width = 43
  1127.           Height = 13
  1128.           Caption = 'Gソスltig bis'
  1129.         end
  1130.         object LabelRegFormalesCCardName: TLabel
  1131.           Left = 12
  1132.           Top = 20
  1133.           Width = 57
  1134.           Height = 13
  1135.           Caption = 'Kartenname'
  1136.         end
  1137.         object DBComboBoxRegCcardSel: TDBComboBox
  1138.           Left = 92
  1139.           Top = 16
  1140.           Width = 191
  1141.           Height = 21
  1142.           DataField = 'CCARD_NAME'
  1143.           DataSource = MainForm.DS_REGDATA
  1144.           ItemHeight = 13
  1145.           Items.Strings = (
  1146.             'Eurocard/Mastercard'
  1147.             'VISA'
  1148.             'American Express'
  1149.             'Diners Club')
  1150.           TabOrder = 0
  1151.         end
  1152.         object DBEditRegCCardOwner: TDBEdit
  1153.           Left = 92
  1154.           Top = 40
  1155.           Width = 191
  1156.           Height = 21
  1157.           DataField = 'CCARD_OWNER'
  1158.           DataSource = MainForm.DS_REGDATA
  1159.           TabOrder = 1
  1160.         end
  1161.         object DBEditRegCCardNumber: TDBEdit
  1162.           Left = 92
  1163.           Top = 64
  1164.           Width = 191
  1165.           Height = 21
  1166.           DataField = 'CCARD_NUMBER'
  1167.           DataSource = MainForm.DS_REGDATA
  1168.           TabOrder = 2
  1169.         end
  1170.         object DBEditRegCCardValid: TDBEdit
  1171.           Left = 92
  1172.           Top = 88
  1173.           Width = 191
  1174.           Height = 21
  1175.           DataField = 'CCARD_VALID'
  1176.           DataSource = MainForm.DS_REGDATA
  1177.           TabOrder = 3
  1178.         end
  1179.       end
  1180.       object DBRadioGroupRegFormalesPayway: TDBRadioGroup
  1181.         Left = 6
  1182.         Top = 48
  1183.         Width = 187
  1184.         Height = 129
  1185.         Caption = 'Zahlweise'
  1186.         DataField = 'PAYBY'
  1187.         DataSource = MainForm.DS_REGDATA
  1188.         Items.Strings = (
  1189.           'Kreditkarte'
  1190.           'Verrechnungsscheck anbei'
  1191.           'Vorausソスberweisung'
  1192.           'Bargeld anbei'
  1193.           'Rechnung (Konzerne, Behソスrden)')
  1194.         TabOrder = 0
  1195.       end
  1196.       object GroupBoxRegFormalesKeySendway: TGroupBox
  1197.         Left = 200
  1198.         Top = 186
  1199.         Width = 291
  1200.         Height = 81
  1201.         Caption = 'Wie wollen Sie Ihren Reg.-Schlソスssel erhalten?'
  1202.         TabOrder = 2
  1203.         object DBComboBoxRegSendWay: TDBComboBox
  1204.           Left = 94
  1205.           Top = 28
  1206.           Width = 187
  1207.           Height = 21
  1208.           DataField = 'SENDWAY'
  1209.           DataSource = MainForm.DS_REGDATA
  1210.           ItemHeight = 13
  1211.           Items.Strings = (
  1212.             'per eMail'
  1213.             'per Post'
  1214.             'per Fax')
  1215.           TabOrder = 0
  1216.         end
  1217.       end
  1218.     end
  1219.     object TabSheet_reg_realtimeorder: TTabSheet
  1220.       Caption = 'Echtzeit'
  1221.       ImageIndex = 10
  1222.       TabVisible = False
  1223.       object LabelRegRealTimeTitle: TLabel
  1224.         Left = 8
  1225.         Top = 12
  1226.         Width = 164
  1227.         Height = 24
  1228.         Caption = 'Real-Time-Order'
  1229.         Font.Charset = ANSI_CHARSET
  1230.         Font.Color = clBlue
  1231.         Font.Height = -21
  1232.         Font.Name = 'Arial'
  1233.         Font.Style = [fsBold]
  1234.         ParentFont = False
  1235.       end
  1236.       object LabelRegFormalesRealtimeHint: TLabel
  1237.         Left = 62
  1238.         Top = 56
  1239.         Width = 401
  1240.         Height = 47
  1241.         AutoSize = False
  1242.         Caption = 
  1243.           'Echtzeit ist "in"! Sie kソスnnen jetzt im Internet per Kreditkarte ' +
  1244.           'bestellen und erhalten die Ware - m.a.W. Ihren Registrierschlソスss' +
  1245.           'el - sofort anschlieソスend per eMail zugestellt!!'
  1246.         WordWrap = True
  1247.       end
  1248.       object Image6: TImage
  1249.         Left = 16
  1250.         Top = 58
  1251.         Width = 31
  1252.         Height = 30
  1253.         Picture.Data = {<image006.ico>}
  1254.       end
  1255.       object LabelRegFormalesRealtime2Min: TLabel
  1256.         Left = 60
  1257.         Top = 102
  1258.         Width = 395
  1259.         Height = 43
  1260.         AutoSize = False
  1261.         Caption = 
  1262.           'Dank Echtzeit-Autorisierung Ihrer Daten dauert es - wenn nichts ' +
  1263.           'schiefgeht - dann meistens nur 2-3 Minuten, bis der Registriersc' +
  1264.           'hlソスssel  per eMail an Sie auf die Reise geht!'
  1265.         Font.Charset = DEFAULT_CHARSET
  1266.         Font.Color = clRed
  1267.         Font.Height = -11
  1268.         Font.Name = 'MS Sans Serif'
  1269.         Font.Style = []
  1270.         ParentFont = False
  1271.         WordWrap = True
  1272.       end
  1273.       object LabelRegFormalesRealtimeOnlyCCard: TLabel
  1274.         Left = 60
  1275.         Top = 176
  1276.         Width = 395
  1277.         Height = 47
  1278.         AutoSize = False
  1279.         Caption = 
  1280.           'Wichtig! Dieser Service kann nur bei Internet-Bestellung mit Kre' +
  1281.           'ditkarte in Anspruch genommen werden. Klicken Sie jetzt bitte au' +
  1282.           'f <Weiter>. Der Assistent fソスhrt Sie zu den Bestelloptionen...'
  1283.         Font.Charset = DEFAULT_CHARSET
  1284.         Font.Color = clBlack
  1285.         Font.Height = -11
  1286.         Font.Name = 'MS Sans Serif'
  1287.         Font.Style = []
  1288.         ParentFont = False
  1289.         WordWrap = True
  1290.       end
  1291.       object Bevel5: TBevel
  1292.         Left = 60
  1293.         Top = 160
  1294.         Width = 397
  1295.         Height = 2
  1296.       end
  1297.     end
  1298.     object TabSheet_reg_pieces: TTabSheet
  1299.       Caption = 'Was'
  1300.       ImageIndex = 12
  1301.       object LabelRegOrderwhatTitle: TLabel
  1302.         Left = 8
  1303.         Top = 6
  1304.         Width = 156
  1305.         Height = 24
  1306.         Caption = 'Bestellangaben'
  1307.         Font.Charset = ANSI_CHARSET
  1308.         Font.Color = clBlue
  1309.         Font.Height = -21
  1310.         Font.Name = 'Arial'
  1311.         Font.Style = [fsBold]
  1312.         ParentFont = False
  1313.       end
  1314.       object LabelRegOrderwhatHint: TLabel
  1315.         Left = 8
  1316.         Top = 36
  1317.         Width = 477
  1318.         Height = 19
  1319.         AutoSize = False
  1320.         Caption = 
  1321.           'Bitte tragen Sie nun ein, fソスr welches Produkt Sie einen Registri' +
  1322.           'erschlソスssel  bestellen mソスchten. '
  1323.         WordWrap = True
  1324.       end
  1325.       object LabelRegUpdateOrder: TLabel
  1326.         Left = 9
  1327.         Top = 58
  1328.         Width = 468
  1329.         Height = 17
  1330.         AutoSize = False
  1331.         Caption = 
  1332.           'Preisvorteil !! U.a. Preise sind reduziert, da Sie als Nutzer ei' +
  1333.           'ner Vollversion updateberechtigt sind!'
  1334.         Font.Charset = DEFAULT_CHARSET
  1335.         Font.Color = clNavy
  1336.         Font.Height = -11
  1337.         Font.Name = 'MS Sans Serif'
  1338.         Font.Style = []
  1339.         ParentFont = False
  1340.         WordWrap = True
  1341.       end
  1342.       object GroupBoxRegOrderwhatFillout: TGroupBox
  1343.         Left = 6
  1344.         Top = 80
  1345.         Width = 385
  1346.         Height = 193
  1347.         Caption = 'Bitte ausfソスllen'
  1348.         TabOrder = 0
  1349.         object TLabel
  1350.           Left = 16
  1351.           Top = 76
  1352.           Width = 213
  1353.           Height = 13
  1354.           Caption = 'Professional . f. Win 9x/Me/XP Home Edition'
  1355.         end
  1356.         object Label49: TLabel
  1357.           Left = 16
  1358.           Top = 100
  1359.           Width = 214
  1360.           Height = 13
  1361.           Caption = 'Professional f. Win NT/2000/XP Prof. Edition'
  1362.         end
  1363.         object Label50: TLabel
  1364.           Left = 16
  1365.           Top = 124
  1366.           Width = 231
  1367.           Height = 13
  1368.           Caption = 'Premium f. Win 9x/NT/2000/XP Home+Prof. Ed.'
  1369.         end
  1370.         object Label51: TLabel
  1371.           Left = 16
  1372.           Top = 52
  1373.           Width = 198
  1374.           Height = 13
  1375.           Caption = 'Standard f. Win 9x//Me/XP Home Edition'
  1376.         end
  1377.         object LabelRegOrderwhatPcs: TLabel
  1378.           Left = 338
  1379.           Top = 20
  1380.           Width = 33
  1381.           Height = 13
  1382.           Caption = 'Menge'
  1383.           Font.Charset = DEFAULT_CHARSET
  1384.           Font.Color = clBlue
  1385.           Font.Height = -11
  1386.           Font.Name = 'MS Sans Serif'
  1387.           Font.Style = []
  1388.           ParentFont = False
  1389.         end
  1390.         object LabelRegOrderwhatPrice: TLabel
  1391.           Left = 258
  1392.           Top = 8
  1393.           Width = 61
  1394.           Height = 27
  1395.           AutoSize = False
  1396.           Caption = 'Einzelpreis Euro'
  1397.           Font.Charset = DEFAULT_CHARSET
  1398.           Font.Color = clBlue
  1399.           Font.Height = -11
  1400.           Font.Name = 'MS Sans Serif'
  1401.           Font.Style = []
  1402.           ParentFont = False
  1403.           WordWrap = True
  1404.         end
  1405.         object Bevel6: TBevel
  1406.           Left = 8
  1407.           Top = 146
  1408.           Width = 367
  1409.           Height = 2
  1410.         end
  1411.         object LabelRegOrderwhatProduct: TLabel
  1412.           Left = 14
  1413.           Top = 20
  1414.           Width = 156
  1415.           Height = 13
  1416.           Caption = 'Produkt (Dr. Hardware Version...)'
  1417.           Font.Charset = DEFAULT_CHARSET
  1418.           Font.Color = clBlue
  1419.           Font.Height = -11
  1420.           Font.Name = 'MS Sans Serif'
  1421.           Font.Style = []
  1422.           ParentFont = False
  1423.         end
  1424.         object Shape1: TShape
  1425.           Left = 13
  1426.           Top = 39
  1427.           Width = 362
  1428.           Height = 1
  1429.         end
  1430.         object DBTextRegPriceEuroBaseSum: TDBText
  1431.           Left = 260
  1432.           Top = 153
  1433.           Width = 53
  1434.           Height = 16
  1435.           DataField = 'BASESUM_EURO'
  1436.           DataSource = MainForm.DS_REGDATA
  1437.           Font.Charset = DEFAULT_CHARSET
  1438.           Font.Color = clRed
  1439.           Font.Height = -11
  1440.           Font.Name = 'MS Sans Serif'
  1441.           Font.Style = []
  1442.           ParentFont = False
  1443.         end
  1444.         object Shape2: TShape
  1445.           Left = 249
  1446.           Top = 173
  1447.           Width = 90
  1448.           Height = 1
  1449.         end
  1450.         object LabelRegOrderwhatSum: TLabel
  1451.           Left = 254
  1452.           Top = 174
  1453.           Width = 60
  1454.           Height = 13
  1455.           Caption = 'Summe Euro'
  1456.         end
  1457.         object LabelRegOrderwhatMwst: TLabel
  1458.           Left = 15
  1459.           Top = 154
  1460.           Width = 156
  1461.           Height = 13
  1462.           AutoSize = False
  1463.           Caption = 'Alle Preise incl. Mehrwertsteuer'
  1464.           Font.Charset = DEFAULT_CHARSET
  1465.           Font.Color = clBlack
  1466.           Font.Height = -11
  1467.           Font.Name = 'MS Sans Serif'
  1468.           Font.Style = []
  1469.           ParentFont = False
  1470.           WordWrap = True
  1471.         end
  1472.         object DBEditRegPcsPro9x: TDBEdit
  1473.           Left = 336
  1474.           Top = 72
  1475.           Width = 39
  1476.           Height = 21
  1477.           DataField = 'PCS_PRO9X'
  1478.           DataSource = MainForm.DS_REGDATA
  1479.           TabOrder = 1
  1480.         end
  1481.         object DBEditRegPcsProNT: TDBEdit
  1482.           Left = 336
  1483.           Top = 96
  1484.           Width = 39
  1485.           Height = 21
  1486.           DataField = 'PCS_PRONT'
  1487.           DataSource = MainForm.DS_REGDATA
  1488.           TabOrder = 2
  1489.         end
  1490.         object DBEditRegPcsPremium: TDBEdit
  1491.           Left = 336
  1492.           Top = 120
  1493.           Width = 39
  1494.           Height = 21
  1495.           DataField = 'PCS_PREMIUM'
  1496.           DataSource = MainForm.DS_REGDATA
  1497.           TabOrder = 3
  1498.         end
  1499.         object DBEditRegPcsStandard: TDBEdit
  1500.           Left = 336
  1501.           Top = 48
  1502.           Width = 39
  1503.           Height = 21
  1504.           DataField = 'PCS_STD'
  1505.           DataSource = MainForm.DS_REGDATA
  1506.           TabOrder = 0
  1507.         end
  1508.         object Panel2: TPanel
  1509.           Left = 254
  1510.           Top = 50
  1511.           Width = 75
  1512.           Height = 19
  1513.           BevelOuter = bvNone
  1514.           Font.Charset = DEFAULT_CHARSET
  1515.           Font.Color = clNavy
  1516.           Font.Height = -11
  1517.           Font.Name = 'MS Sans Serif'
  1518.           Font.Style = []
  1519.           ParentFont = False
  1520.           TabOrder = 5
  1521.           object DBTextRegPriceEuroStandard: TDBText
  1522.             Left = 4
  1523.             Top = 1
  1524.             Width = 53
  1525.             Height = 19
  1526.             DataField = 'PRICE_EURO_STD'
  1527.             DataSource = MainForm.DS_REGDATA
  1528.           end
  1529.         end
  1530.         object Panel3: TPanel
  1531.           Left = 254
  1532.           Top = 74
  1533.           Width = 75
  1534.           Height = 19
  1535.           BevelOuter = bvNone
  1536.           Font.Charset = DEFAULT_CHARSET
  1537.           Font.Color = clNavy
  1538.           Font.Height = -11
  1539.           Font.Name = 'MS Sans Serif'
  1540.           Font.Style = []
  1541.           ParentFont = False
  1542.           TabOrder = 6
  1543.           object DBTextRegPriceEuroPro9x: TDBText
  1544.             Left = 4
  1545.             Top = 1
  1546.             Width = 51
  1547.             Height = 19
  1548.             DataField = 'PRICE_EURO_PRO'
  1549.             DataSource = MainForm.DS_REGDATA
  1550.           end
  1551.         end
  1552.         object Panel4: TPanel
  1553.           Left = 254
  1554.           Top = 98
  1555.           Width = 75
  1556.           Height = 19
  1557.           BevelOuter = bvNone
  1558.           Font.Charset = DEFAULT_CHARSET
  1559.           Font.Color = clNavy
  1560.           Font.Height = -11
  1561.           Font.Name = 'MS Sans Serif'
  1562.           Font.Style = []
  1563.           ParentFont = False
  1564.           TabOrder = 7
  1565.           object DBTextRegPriceEuroProNT: TDBText
  1566.             Left = 4
  1567.             Top = 1
  1568.             Width = 49
  1569.             Height = 19
  1570.             DataField = 'PRICE_EURO_PRO'
  1571.             DataSource = MainForm.DS_REGDATA
  1572.           end
  1573.         end
  1574.         object Panel5: TPanel
  1575.           Left = 254
  1576.           Top = 122
  1577.           Width = 75
  1578.           Height = 19
  1579.           BevelOuter = bvNone
  1580.           Font.Charset = DEFAULT_CHARSET
  1581.           Font.Color = clNavy
  1582.           Font.Height = -11
  1583.           Font.Name = 'MS Sans Serif'
  1584.           Font.Style = []
  1585.           ParentFont = False
  1586.           TabOrder = 8
  1587.           object DBTextRegPriceEuroPremium: TDBText
  1588.             Left = 4
  1589.             Top = 1
  1590.             Width = 51
  1591.             Height = 19
  1592.             DataField = 'PRICE_EURO_PREMIUM'
  1593.             DataSource = MainForm.DS_REGDATA
  1594.           end
  1595.         end
  1596.         object BitBtnRegCalcBaseSum: TBitBtn
  1597.           Left = 342
  1598.           Top = 156
  1599.           Width = 33
  1600.           Height = 29
  1601.           Hint = 'Gesamtsumme berechnen'
  1602.           ParentShowHint = False
  1603.           ShowHint = True
  1604.           TabOrder = 4
  1605.           OnClick = BitBtnRegCalcBaseSumClick
  1606.           Glyph.Data = {
  1607.             76010000424D7601000000000000760000002800000020000000100000000100
  1608.             04000000000000010000120B0000120B00001000000000000000000000000000
  1609.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1610.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  1611.             73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  1612.             0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  1613.             0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1614.             0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1615.             0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  1616.             0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  1617.             0333337F777777737F333308888888880333337F333333337F33330888888888
  1618.             03333373FFFFFFFF733333700000000073333337777777773333}
  1619.           NumGlyphs = 2
  1620.         end
  1621.       end
  1622.       object GroupBoxOrderVersionInfo: TGroupBox
  1623.         Left = 398
  1624.         Top = 80
  1625.         Width = 95
  1626.         Height = 193
  1627.         Hint = 'Gesamtsumme berechnen'
  1628.         Caption = 'Versions-Info'
  1629.         ParentShowHint = False
  1630.         ShowHint = True
  1631.         TabOrder = 1
  1632.         object LabelRegOrderwhatProDiff: TLabel
  1633.           Left = 6
  1634.           Top = 26
  1635.           Width = 84
  1636.           Height = 143
  1637.           Caption = 
  1638.             'Zusソスtze der Professional und Premium Version: Sensoren- Analyse,' +
  1639.             ' automatische Reports, verlソスngerte  kostenlose Update- berechtig' +
  1640.             'ung'
  1641.           Font.Charset = DEFAULT_CHARSET
  1642.           Font.Color = clBlack
  1643.           Font.Height = -11
  1644.           Font.Name = 'MS Sans Serif'
  1645.           Font.Style = []
  1646.           ParentFont = False
  1647.           WordWrap = True
  1648.         end
  1649.       end
  1650.     end
  1651.   end
  1652. end
  1653.