home *** CD-ROM | disk | FTP | other *** search
- object DlgSelectTemperature: TDlgSelectTemperature
- Left = 516
- Top = 125
- Width = 456
- Height = 282
- BorderIcons = []
- Caption = 'Select temperature'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- DesignSize = (
- 440
- 246)
- PixelsPerInch = 96
- TextHeight = 13
- object LBTemps: TListBox
- Left = 4
- Top = 4
- Width = 433
- Height = 209
- Anchors = [akLeft, akTop, akRight, akBottom]
- ItemHeight = 13
- TabOrder = 0
- OnDblClick = LBTempsDblClick
- end
- object BitBtn1: TBitBtn
- Left = 280
- Top = 216
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- TabOrder = 1
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 360
- Top = 216
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- TabOrder = 2
- Kind = bkCancel
- end
- end
-