object Gasdaten: TGasdaten Left = 393 Top = 209 BorderIcons = [] BorderStyle = bsDialog Caption = 'Zus�tzlich ben�tigte Daten f�r Gase' ClientHeight = 87 ClientWidth = 237 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 21 Top = 14 Width = 101 Height = 13 Caption = 'Eintrittsdruck in mbar:' end object Label2: TLabel Left = 21 Top = 39 Width = 112 Height = 13 Caption = 'Eintrittstemperatur in �C:' end object Label3: TLabel Left = 21 Top = 64 Width = 115 Height = 13 Caption = 'Austrittstemperatur in �C:' end object Edit_Eingangsdruck: TEdit Left = 156 Top = 9 Width = 61 Height = 20 TabOrder = 0 Text = '10000' end object Edit_Eingangstemperatur: TEdit Left = 156 Top = 34 Width = 61 Height = 20 TabOrder = 1 Text = '300' end object Edit_Ausgangstemperatur: TEdit Left = 156 Top = 59 Width = 61 Height = 20 TabOrder = 2 Text = '250' end end