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

  1. object SattdampfDialog: TSattdampfDialog
  2.   Left = 290
  3.   Top = 126
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Stoffdaten von Sattdampf'
  7.   ClientHeight = 214
  8.   ClientWidth = 259
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 243
  21.     Height = 161
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 30
  27.     Top = 30
  28.     Width = 82
  29.     Height = 13
  30.     Caption = 'Temperatur in ∩┐╜C:'
  31.     Font.Color = clBlack
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentFont = False
  36.   end
  37.   object Label2: TLabel
  38.     Left = 30
  39.     Top = 110
  40.     Width = 76
  41.     Height = 13
  42.     Caption = 'Dichte in kg/m∩┐╜:'
  43.     Font.Color = clBlack
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ParentFont = False
  48.   end
  49.   object Label3: TLabel
  50.     Left = 30
  51.     Top = 140
  52.     Width = 135
  53.     Height = 13
  54.     Caption = 'Dyn.Viskosit∩┐╜t in 10^-6 Pa s:'
  55.     Font.Color = clBlack
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.   end
  61.   object Label4: TLabel
  62.     Left = 30
  63.     Top = 80
  64.     Width = 69
  65.     Height = 13
  66.     Caption = 'Druck in mbar:'
  67.     Font.Color = clBlack
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ParentFont = False
  72.   end
  73.   object OKBtn: TBitBtn
  74.     Left = 10
  75.     Top = 180
  76.     Width = 131
  77.     Height = 27
  78.     Caption = 'Daten ∩┐╜bernehmen'
  79.     Default = True
  80.     ModalResult = 1
  81.     TabOrder = 0
  82.     OnClick = OKBtnClick
  83.     Glyph.Data = {
  84.       78010000424D7801000000000000760000002800000020000000100000000100
  85.       04000000000000000000120B0000120B00000000000000000000000000000000
  86.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  87.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  88.       3333333333333333333333333333333333333333333333333333333333333333
  89.       3333333333333333333333333333333333333333333FF3333333333333003333
  90.       3333333333773FF3333333333309003333333333337F773FF333333333099900
  91.       33333FFFFF7F33773FF30000000999990033777777733333773F099999999999
  92.       99007FFFFFFF33333F7700000009999900337777777F333F7733333333099900
  93.       33333333337F3F77333333333309003333333333337F77333333333333003333
  94.       3333333333773333333333333333333333333333333333333333333333333333
  95.       33333333333333333333333333333333333333333333333333330000}
  96.     Margin = 2
  97.     NumGlyphs = 2
  98.     Spacing = -1
  99.     IsControl = True
  100.   end
  101.   object CancelBtn: TBitBtn
  102.     Left = 148
  103.     Top = 180
  104.     Width = 77
  105.     Height = 27
  106.     TabOrder = 1
  107.     Kind = bkCancel
  108.     Margin = 2
  109.     Spacing = -1
  110.     IsControl = True
  111.   end
  112.   object Listbox_Temperatur: TListBox
  113.     Left = 170
  114.     Top = 20
  115.     Width = 61
  116.     Height = 41
  117.     Font.Color = clBlack
  118.     Font.Height = -11
  119.     Font.Name = 'MS Sans Serif'
  120.     Font.Style = []
  121.     ItemHeight = 13
  122.     ParentFont = False
  123.     TabOrder = 2
  124.     OnClick = Listbox_TemperaturClick
  125.   end
  126.   object Edit_Dichte: TEdit
  127.     Left = 170
  128.     Top = 105
  129.     Width = 61
  130.     Height = 20
  131.     TabStop = False
  132.     Font.Color = clBlack
  133.     Font.Height = -11
  134.     Font.Name = 'MS Sans Serif'
  135.     Font.Style = []
  136.     ParentFont = False
  137.     ReadOnly = True
  138.     TabOrder = 4
  139.   end
  140.   object Edit_Visko: TEdit
  141.     Left = 170
  142.     Top = 140
  143.     Width = 61
  144.     Height = 20
  145.     TabStop = False
  146.     Font.Color = clBlack
  147.     Font.Height = -11
  148.     Font.Name = 'MS Sans Serif'
  149.     Font.Style = []
  150.     ParentFont = False
  151.     ReadOnly = True
  152.     TabOrder = 5
  153.   end
  154.   object Edit_Druck: TEdit
  155.     Left = 170
  156.     Top = 75
  157.     Width = 61
  158.     Height = 20
  159.     TabStop = False
  160.     Font.Color = clBlack
  161.     Font.Height = -11
  162.     Font.Name = 'MS Sans Serif'
  163.     Font.Style = []
  164.     ParentFont = False
  165.     ReadOnly = True
  166.     TabOrder = 3
  167.   end
  168. end
  169.