home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / tools / 95calend / calendez.exe / 0 / RCDATA / TZOOMFORM / TZOOMFORM.txt
Text File  |  1997-12-15  |  3KB  |  164 lines

  1. object ZoomForm: TZoomForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Zoom Controls'
  7.   ClientHeight = 231
  8.   ClientWidth = 285
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 0
  18.     Top = 0
  19.     Width = 285
  20.     Height = 201
  21.     TabOrder = 2
  22.     object FrameRateLabel: TLabel
  23.       Left = 100
  24.       Top = 8
  25.       Width = 73
  26.       Height = 15
  27.       Caption = '* Frame Rate'
  28.       Font.Color = clWindowText
  29.       Font.Height = -12
  30.       Font.Name = 'Arial'
  31.       Font.Style = []
  32.       ParentFont = False
  33.     end
  34.     object MinLabel1: TLabel
  35.       Left = 8
  36.       Top = 32
  37.       Width = 17
  38.       Height = 13
  39.       Caption = 'Min'
  40.     end
  41.     object MaxLabel1: TLabel
  42.       Left = 252
  43.       Top = 32
  44.       Width = 20
  45.       Height = 13
  46.       Caption = 'Max'
  47.     end
  48.     object MinLabel2: TLabel
  49.       Left = 8
  50.       Top = 88
  51.       Width = 17
  52.       Height = 13
  53.       Caption = 'Min'
  54.     end
  55.     object MaxLabel2: TLabel
  56.       Left = 252
  57.       Top = 88
  58.       Width = 20
  59.       Height = 13
  60.       Caption = 'Max'
  61.     end
  62.     object MinLabel3: TLabel
  63.       Left = 8
  64.       Top = 144
  65.       Width = 17
  66.       Height = 13
  67.       Caption = 'Min'
  68.     end
  69.     object MaxLabel3: TLabel
  70.       Left = 252
  71.       Top = 144
  72.       Width = 20
  73.       Height = 13
  74.       Caption = 'Max'
  75.     end
  76.     object Label1: TLabel
  77.       Left = 4
  78.       Top = 172
  79.       Width = 269
  80.       Height = 25
  81.       Alignment = taCenter
  82.       AutoSize = False
  83.       Caption = 
  84.         '*  These affect auto-zooming (when you hold down the mouse butto' +
  85.         'n)'
  86.     end
  87.     object AccelerationLabel: TLabel
  88.       Left = 96
  89.       Top = 120
  90.       Width = 75
  91.       Height = 15
  92.       Caption = '* Acceleration'
  93.       Font.Color = clWindowText
  94.       Font.Height = -12
  95.       Font.Name = 'Arial'
  96.       Font.Style = []
  97.       ParentFont = False
  98.     end
  99.     object MagnificationLabel: TLabel
  100.       Left = 104
  101.       Top = 64
  102.       Width = 72
  103.       Height = 15
  104.       Caption = 'Magnification'
  105.       Font.Color = clWindowText
  106.       Font.Height = -12
  107.       Font.Name = 'Arial'
  108.       Font.Style = []
  109.       ParentFont = False
  110.     end
  111.     object FrameRateScrollBar: TScrollBar
  112.       Left = 40
  113.       Top = 28
  114.       Width = 200
  115.       Height = 21
  116.       LargeChange = 2
  117.       Max = 10
  118.       Min = 1
  119.       Position = 1
  120.       TabOrder = 0
  121.     end
  122.     object MagnificationScrollBar: TScrollBar
  123.       Left = 40
  124.       Top = 84
  125.       Width = 200
  126.       Height = 21
  127.       LargeChange = 2
  128.       Max = 9
  129.       Position = 1
  130.       TabOrder = 1
  131.     end
  132.     object AccelerationScrollBar: TScrollBar
  133.       Left = 40
  134.       Top = 140
  135.       Width = 200
  136.       Height = 21
  137.       LargeChange = 2
  138.       Max = 10
  139.       Min = 1
  140.       Position = 1
  141.       TabOrder = 2
  142.     end
  143.   end
  144.   object OKBitBtn: TBitBtn
  145.     Left = 0
  146.     Top = 204
  147.     Width = 75
  148.     Height = 25
  149.     Caption = '&OK'
  150.     TabOrder = 0
  151.     OnClick = OKBitBtnClick
  152.     Kind = bkOK
  153.   end
  154.   object BitBtn2: TBitBtn
  155.     Left = 80
  156.     Top = 204
  157.     Width = 75
  158.     Height = 25
  159.     Caption = '&Cancel'
  160.     TabOrder = 1
  161.     Kind = bkCancel
  162.   end
  163. end
  164.