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

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