object FillRegForm: TFillRegForm Left = 394 Top = 300 ActiveControl = Edit1 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Registration' ClientHeight = 120 ClientWidth = 271 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 111 Top = 93 Width = 75 Height = 23 Caption = 'OK' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 189 Top = 93 Width = 75 Height = 23 Cancel = True Caption = 'Abbruch' ModalResult = 2 TabOrder = 1 end object GroupBox1: TGroupBox Left = 6 Top = 6 Width = 259 Height = 79 TabOrder = 2 object Label1: TLabel Left = 12 Top = 18 Width = 34 Height = 13 Caption = 'Name :' end object Label2: TLabel Left = 12 Top = 42 Width = 87 Height = 13 Caption = 'Registriernummer :' end object Edit1: TEdit Left = 114 Top = 15 Width = 121 Height = 21 TabOrder = 0 end object Edit2: TEdit Left = 114 Top = 39 Width = 121 Height = 21 TabOrder = 1 end end end