home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / SpeedFan / installspeedfan444.exe / speedfan.exe / 0 / RCDATA / TDLGSELECTTEMPERATURE / TDLGSELECTTEMPERATURE.txt
Encoding:
Text File  |  2011-07-13  |  971 b   |  50 lines

  1. object DlgSelectTemperature: TDlgSelectTemperature
  2.   Left = 516
  3.   Top = 125
  4.   Width = 456
  5.   Height = 282
  6.   BorderIcons = []
  7.   Caption = 'Select temperature'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   DesignSize = (
  17.     440
  18.     246)
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object LBTemps: TListBox
  22.     Left = 4
  23.     Top = 4
  24.     Width = 433
  25.     Height = 209
  26.     Anchors = [akLeft, akTop, akRight, akBottom]
  27.     ItemHeight = 13
  28.     TabOrder = 0
  29.     OnDblClick = LBTempsDblClick
  30.   end
  31.   object BitBtn1: TBitBtn
  32.     Left = 280
  33.     Top = 216
  34.     Width = 75
  35.     Height = 25
  36.     Anchors = [akRight, akBottom]
  37.     TabOrder = 1
  38.     Kind = bkOK
  39.   end
  40.   object BitBtn2: TBitBtn
  41.     Left = 360
  42.     Top = 216
  43.     Width = 75
  44.     Height = 25
  45.     Anchors = [akRight, akBottom]
  46.     TabOrder = 2
  47.     Kind = bkCancel
  48.   end
  49. end
  50.