Einzelnen Beitrag anzeigen

DoktorD

Registriert seit: 13. Dez 2005
153 Beiträge
 
#3

AW: Komponente dauerhaft nil

  Alt 10. Nov 2010, 13:06
Ja, scheint alles OK zu sein in der DFM. Hier der Ausschnitt. In den Panels sind noch Labels und Edits drinne. Die sind zur Laufzeit auch nil.

Code:
object Panel3: TPanel
    Left = 128
    Top = 272
    Width = 185
    Height = 65
    TabOrder = 26
    object Label44: TLabel
      Left = 8
      Top = 16
      Width = 74
      Height = 16
      Caption = 'konvertiert'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label45: TLabel
      Left = 8
      Top = 32
      Width = 26
      Height = 16
      Caption = 'von'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Edit11: TEdit
      Left = 112
      Top = 8
      Width = 60
      Height = 21
      TabOrder = 0
      Text = 'Edit11'
    end
    object Edit12: TEdit
      Left = 112
      Top = 32
      Width = 60
      Height = 21
      TabOrder = 1
      Text = 'Edit12'
    end
  end
  Mit Zitat antworten Zitat