object PropForm: TPropForm Left = 722 Top = 222 HelpContext = 10022 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Eigenschaften von' ClientHeight = 392 ClientWidth = 359 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object btnOK: TButton Left = 115 Top = 364 Width = 75 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object btnCancel: TButton Left = 197 Top = 364 Width = 75 Height = 23 Cancel = True Caption = 'Abbruch' ModalResult = 2 TabOrder = 2 end object btnHelp: TButton Left = 279 Top = 364 Width = 75 Height = 23 Caption = 'Hilfe' TabOrder = 3 OnClick = btnHelpClick end object pcProperties: TPageControl Left = 4 Top = 8 Width = 349 Height = 351 ActivePage = tsGeneral TabOrder = 0 object tsGeneral: TTabSheet Caption = 'Allgemein' object Bevel2: TBevel Left = 13 Top = 55 Width = 318 Height = 2 Shape = bsTopLine end object imgObjIcon: TImage Tag = 15 Left = 16 Top = 8 Width = 32 Height = 32 end object Label2: TLabel Left = 16 Top = 73 Width = 50 Height = 13 AutoSize = False Caption = 'Typ:' end object lblType: TLabel Left = 75 Top = 73 Width = 258 Height = 13 AutoSize = False Caption = '(Unbekannt)' end object edObjName: TEdit Left = 72 Top = 14 Width = 258 Height = 21 TabStop = False AutoSelect = False AutoSize = False ParentColor = True ReadOnly = True TabOrder = 0 Text = '(Objekt Name)' end end end end