home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / Chip_2000-08_cd1.bin / sharewar / exp / DMEXUTIL.EXE / 0 / RCDATA / TNUMBER / TNUMBER.txt
Text File  |  2000-02-23  |  892b  |  50 lines

  1. object number: Tnumber
  2.   Left = 917
  3.   Top = 689
  4.   BorderStyle = bsNone
  5.   ClientHeight = 43
  6.   ClientWidth = 110
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Knob1: TKnob
  19.     Left = 0
  20.     Top = 0
  21.     Width = 40
  22.     Height = 40
  23.     Max = 255
  24.     Min = 1
  25.     Position = 1
  26.     Threshold = 600
  27.     TabOrder = 0
  28.     OnChange = Knob1Change
  29.   end
  30.   object Button1: TButton
  31.     Left = 48
  32.     Top = 8
  33.     Width = 25
  34.     Height = 25
  35.     Default = True
  36.     TabOrder = 1
  37.     OnClick = Button1Click
  38.   end
  39.   object Button2: TButton
  40.     Left = 80
  41.     Top = 8
  42.     Width = 27
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = 'Button2'
  46.     TabOrder = 2
  47.     OnClick = Button2Click
  48.   end
  49. end
  50.