home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1997 February / club9702.bin / SHARE95 / 95DRUCK / _SETUP.1 / Druck3.exe / 0 / RCDATA / TGASDATEN / TGASDATEN.txt
Text File  |  1996-10-14  |  1KB  |  62 lines

  1. object Gasdaten: TGasdaten
  2.   Left = 393
  3.   Top = 209
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Zus∩┐╜tzlich ben∩┐╜tigte Daten f∩┐╜r Gase'
  7.   ClientHeight = 87
  8.   ClientWidth = 237
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 21
  18.     Top = 14
  19.     Width = 101
  20.     Height = 13
  21.     Caption = 'Eintrittsdruck in mbar:'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 21
  25.     Top = 39
  26.     Width = 112
  27.     Height = 13
  28.     Caption = 'Eintrittstemperatur in ∩┐╜C:'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 21
  32.     Top = 64
  33.     Width = 115
  34.     Height = 13
  35.     Caption = 'Austrittstemperatur in ∩┐╜C:'
  36.   end
  37.   object Edit_Eingangsdruck: TEdit
  38.     Left = 156
  39.     Top = 9
  40.     Width = 61
  41.     Height = 20
  42.     TabOrder = 0
  43.     Text = '10000'
  44.   end
  45.   object Edit_Eingangstemperatur: TEdit
  46.     Left = 156
  47.     Top = 34
  48.     Width = 61
  49.     Height = 20
  50.     TabOrder = 1
  51.     Text = '300'
  52.   end
  53.   object Edit_Ausgangstemperatur: TEdit
  54.     Left = 156
  55.     Top = 59
  56.     Width = 61
  57.     Height = 20
  58.     TabOrder = 2
  59.     Text = '250'
  60.   end
  61. end
  62.