home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / Chip_2002-05_cd1.bin / chplus / cpp / 3 / Posuv.exe / main.dfm / main.txt
Text File  |  1999-02-05  |  3KB  |  137 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 114
  4.   BorderStyle = bsSingle
  5.   Caption = 'Scroll Bar'
  6.   ClientHeight = 221
  7.   ClientWidth = 483
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Default'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label2: TLabel
  18.     Left = 20
  19.     Top = 40
  20.     Width = 87
  21.     Height = 13
  22.     Caption = 'P∩┐╜∩┐╜klad posuvn∩┐╜ku'
  23.   end
  24.   object ScrollBar1: TScrollBar
  25.     Left = 20
  26.     Top = 16
  27.     Width = 453
  28.     Height = 13
  29.     PageSize = 0
  30.     TabOrder = 0
  31.     OnScroll = ScrollBar1Scroll
  32.   end
  33.   object GroupBox1: TGroupBox
  34.     Left = 20
  35.     Top = 91
  36.     Width = 453
  37.     Height = 118
  38.     Caption = 'Vlastnosti posuvn∩┐╜ku'
  39.     TabOrder = 1
  40.     object Label1: TLabel
  41.       Left = 12
  42.       Top = 19
  43.       Width = 37
  44.       Height = 13
  45.       Caption = '&Position'
  46.       FocusControl = PosEdit
  47.     end
  48.     object Label3: TLabel
  49.       Left = 96
  50.       Top = 19
  51.       Width = 17
  52.       Height = 13
  53.       Caption = '&Min'
  54.       FocusControl = MinEdit
  55.     end
  56.     object Label4: TLabel
  57.       Left = 180
  58.       Top = 19
  59.       Width = 20
  60.       Height = 13
  61.       Caption = 'Ma&x'
  62.       FocusControl = MaxEdit
  63.     end
  64.     object Label5: TLabel
  65.       Left = 12
  66.       Top = 67
  67.       Width = 67
  68.       Height = 13
  69.       Caption = '&Large Change'
  70.       FocusControl = LargeEdit
  71.     end
  72.     object Label6: TLabel
  73.       Left = 96
  74.       Top = 67
  75.       Width = 65
  76.       Height = 13
  77.       Caption = '&Small Change'
  78.       FocusControl = SmallEdit
  79.     end
  80.     object PosEdit: TEdit
  81.       Left = 12
  82.       Top = 36
  83.       Width = 53
  84.       Height = 21
  85.       TabOrder = 0
  86.       Text = '0'
  87.       OnKeyPress = EnableButton
  88.     end
  89.     object Button1: TButton
  90.       Left = 288
  91.       Top = 32
  92.       Width = 75
  93.       Height = 25
  94.       Caption = '&Apply'
  95.       Enabled = False
  96.       TabOrder = 5
  97.       OnClick = Button1Click
  98.     end
  99.     object MinEdit: TEdit
  100.       Left = 96
  101.       Top = 36
  102.       Width = 53
  103.       Height = 21
  104.       TabOrder = 1
  105.       Text = '0'
  106.       OnKeyPress = EnableButton
  107.     end
  108.     object MaxEdit: TEdit
  109.       Left = 180
  110.       Top = 36
  111.       Width = 53
  112.       Height = 21
  113.       TabOrder = 2
  114.       Text = '0'
  115.       OnKeyPress = EnableButton
  116.     end
  117.     object LargeEdit: TEdit
  118.       Left = 12
  119.       Top = 83
  120.       Width = 53
  121.       Height = 21
  122.       TabOrder = 3
  123.       Text = '0'
  124.       OnKeyPress = EnableButton
  125.     end
  126.     object SmallEdit: TEdit
  127.       Left = 96
  128.       Top = 83
  129.       Width = 53
  130.       Height = 21
  131.       TabOrder = 4
  132.       Text = '0'
  133.       OnKeyPress = EnableButton
  134.     end
  135.   end
  136. end
  137.