home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / kompon / d123456 / SRVALEDT.ZIP / Demo / ValMain.dfm / ValMain.txt
Encoding:
Text File  |  2001-12-18  |  5.4 KB  |  226 lines

  1. object MainForm: TMainForm
  2.   Left = 172
  3.   Top = 63
  4.   Width = 409
  5.   Height = 241
  6.   Caption = 'TSRValueEdit - Demo'
  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.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 176
  19.     Width = 313
  20.     Height = 29
  21.     AutoSize = False
  22.     Caption = 
  23.       'Drei mal TSRValueEdit mit ganz unterschiedlichen Eigenschaften: ' +
  24.       'Einfach mal ausprobieren, was passiert!'
  25.     WordWrap = True
  26.   end
  27.   object SRValueEdit1: TSRValueEdit
  28.     Left = 56
  29.     Top = 60
  30.     Width = 69
  31.     Height = 100
  32.     BevelStyle = bvRaised
  33.     BevelWidth = 1
  34.     BorderWidth = 4
  35.     CaptureMouse = False
  36.     Colors.Background = clBtnFace
  37.     Colors.NumBackground = clBlack
  38.     Colors.NumFrame = clWindowFrame
  39.     Colors.Ruler = clBtnFace
  40.     Colors.SliderBorder = clSilver
  41.     Colors.SliderTop = clBtnFace
  42.     Colors.SliderMark = clBlue
  43.     Colors.TickMarks = clBtnText
  44.     DecSeparator = '.'
  45.     DecSeparatorPos = 0
  46.     FocusRect = True
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clLime
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     MaxValue = 1000.000000000000000000
  53.     MinValue = -99.990000000000000000
  54.     NumDigits = 4
  55.     ScrewSize = 8
  56.     ShowScrews = False
  57.     RulerDirection = rdVertical
  58.     SliderEditLength = 140
  59.     SliderEditWidth = 36
  60.     SliderWidth = 12
  61.     SpinBtnHeight = 10
  62.     SpinControlWidth = 25
  63.     TabOrder = 0
  64.     TickStyle = tsAll
  65.     ValueHistory = False
  66.   end
  67.   object Panel1: TPanel
  68.     Left = 256
  69.     Top = 12
  70.     Width = 137
  71.     Height = 148
  72.     TabOrder = 1
  73.     object SRValueEdit2: TSRValueEdit
  74.       Left = 20
  75.       Top = 9
  76.       Width = 97
  77.       Height = 131
  78.       BevelStyle = bvLowered
  79.       BevelWidth = 3
  80.       BorderWidth = 1
  81.       CaptureMouse = True
  82.       Colors.Background = clTeal
  83.       Colors.NumBackground = clNavy
  84.       Colors.NumFrame = clSilver
  85.       Colors.Ruler = clBtnFace
  86.       Colors.SliderBorder = clBlue
  87.       Colors.SliderTop = clNavy
  88.       Colors.SliderMark = clAqua
  89.       Colors.TickMarks = clAqua
  90.       DecSeparator = ','
  91.       DecSeparatorPos = 1
  92.       FocusRect = True
  93.       Font.Charset = DEFAULT_CHARSET
  94.       Font.Color = clFuchsia
  95.       Font.Height = -19
  96.       Font.Name = 'MS Sans Serif'
  97.       Font.Style = [fsBold]
  98.       MaxValue = 999.900000000000000000
  99.       MinValue = -999.900000000000000000
  100.       NumDigits = 4
  101.       ScrewSize = 8
  102.       ShowScrews = True
  103.       RulerDirection = rdVertical
  104.       SliderEditLength = 180
  105.       SliderEditWidth = 50
  106.       SliderWidth = 18
  107.       SpinBtnHeight = 10
  108.       SpinControlWidth = 30
  109.       TabOrder = 0
  110.       TabStop = True
  111.       TickStyle = tsMinMax
  112.       ValueHistory = True
  113.     end
  114.   end
  115.   object SRValueEdit3: TSRValueEdit
  116.     Left = 140
  117.     Top = 60
  118.     Width = 101
  119.     Height = 100
  120.     BevelStyle = bvRaised
  121.     BevelWidth = 1
  122.     BorderWidth = 4
  123.     CaptureMouse = True
  124.     Colors.Background = clBtnFace
  125.     Colors.NumBackground = clWhite
  126.     Colors.NumFrame = clWindowFrame
  127.     Colors.Ruler = clBtnFace
  128.     Colors.SliderBorder = clYellow
  129.     Colors.SliderTop = clWhite
  130.     Colors.SliderMark = clBlue
  131.     Colors.TickMarks = clBtnText
  132.     DecSeparator = '.'
  133.     DecSeparatorPos = 2
  134.     FocusRect = False
  135.     Font.Charset = DEFAULT_CHARSET
  136.     Font.Color = clRed
  137.     Font.Height = -11
  138.     Font.Name = 'MS Sans Serif'
  139.     Font.Style = [fsBold]
  140.     MaxValue = 9999.990000000000000000
  141.     MinValue = -1000.000000000000000000
  142.     NumDigits = 6
  143.     ScrewSize = 8
  144.     ShowScrews = False
  145.     RulerDirection = rdHorizontal
  146.     SliderEditLength = 200
  147.     SliderEditWidth = 36
  148.     SliderWidth = 16
  149.     SpinBtnHeight = 10
  150.     SpinControlWidth = 29
  151.     TabOrder = 2
  152.     TickStyle = tsAll
  153.     ValueHistory = True
  154.   end
  155.   object SliderEdit1: TSliderEdit
  156.     Left = 8
  157.     Top = 12
  158.     Width = 36
  159.     Height = 149
  160.     BevelStyle = bvRaised
  161.     BevelWidth = 1
  162.     BorderWidth = 2
  163.     Colors.Background = clBtnFace
  164.     Colors.NumBackground = clBlack
  165.     Colors.NumFrame = clWindowFrame
  166.     Colors.Ruler = clBtnFace
  167.     Colors.SliderBorder = clSilver
  168.     Colors.SliderTop = clBtnFace
  169.     Colors.SliderMark = clBlue
  170.     Colors.TickMarks = clBtnText
  171.     DisplayWidth = 30
  172.     FocusRect = False
  173.     Font.Charset = DEFAULT_CHARSET
  174.     Font.Color = clLime
  175.     Font.Height = -11
  176.     Font.Name = 'MS Sans Serif'
  177.     Font.Style = [fsBold]
  178.     LargeChange = 100
  179.     MaxValue = 100
  180.     MediumChange = 10
  181.     MinValue = 0
  182.     SmallChange = 1
  183.     RulerDirection = rdVertical
  184.     SliderWidth = 14
  185.     SpinBtnHeight = 10
  186.     TabOrder = 3
  187.     TickStyle = tsAll
  188.     Value = 0
  189.   end
  190.   object SliderEdit2: TSliderEdit
  191.     Left = 56
  192.     Top = 12
  193.     Width = 185
  194.     Height = 36
  195.     BevelStyle = bvRaised
  196.     BevelWidth = 1
  197.     BorderWidth = 2
  198.     Colors.Background = clMaroon
  199.     Colors.NumBackground = clBlack
  200.     Colors.NumFrame = clWindowFrame
  201.     Colors.Ruler = clRed
  202.     Colors.SliderBorder = clWhite
  203.     Colors.SliderTop = clBlack
  204.     Colors.SliderMark = clYellow
  205.     Colors.TickMarks = clYellow
  206.     DisplayWidth = 30
  207.     FocusRect = False
  208.     Font.Charset = DEFAULT_CHARSET
  209.     Font.Color = clRed
  210.     Font.Height = -11
  211.     Font.Name = 'MS Sans Serif'
  212.     Font.Style = [fsBold]
  213.     LargeChange = 30
  214.     MaxValue = 127
  215.     MediumChange = 10
  216.     MinValue = -128
  217.     SmallChange = 1
  218.     RulerDirection = rdHorizontal
  219.     SliderWidth = 14
  220.     SpinBtnHeight = 10
  221.     TabOrder = 4
  222.     TickStyle = tsAll
  223.     Value = 0
  224.   end
  225. end
  226.