object ZoomForm: TZoomForm Left = 200 Top = 108 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Zoom Controls' ClientHeight = 231 ClientWidth = 285 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 0 Top = 0 Width = 285 Height = 201 TabOrder = 2 object FrameRateLabel: TLabel Left = 100 Top = 8 Width = 73 Height = 15 Caption = '* Frame Rate' Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object MinLabel1: TLabel Left = 8 Top = 32 Width = 17 Height = 13 Caption = 'Min' end object MaxLabel1: TLabel Left = 252 Top = 32 Width = 20 Height = 13 Caption = 'Max' end object MinLabel2: TLabel Left = 8 Top = 88 Width = 17 Height = 13 Caption = 'Min' end object MaxLabel2: TLabel Left = 252 Top = 88 Width = 20 Height = 13 Caption = 'Max' end object MinLabel3: TLabel Left = 8 Top = 144 Width = 17 Height = 13 Caption = 'Min' end object MaxLabel3: TLabel Left = 252 Top = 144 Width = 20 Height = 13 Caption = 'Max' end object Label1: TLabel Left = 4 Top = 172 Width = 269 Height = 25 Alignment = taCenter AutoSize = False Caption = '* These affect auto-zooming (when you hold down the mouse butto' + 'n)' end object AccelerationLabel: TLabel Left = 96 Top = 120 Width = 75 Height = 15 Caption = '* Acceleration' Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object MagnificationLabel: TLabel Left = 104 Top = 64 Width = 72 Height = 15 Caption = 'Magnification' Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object FrameRateScrollBar: TScrollBar Left = 40 Top = 28 Width = 200 Height = 21 LargeChange = 2 Max = 10 Min = 1 Position = 1 TabOrder = 0 end object MagnificationScrollBar: TScrollBar Left = 40 Top = 84 Width = 200 Height = 21 LargeChange = 2 Max = 9 Position = 1 TabOrder = 1 end object AccelerationScrollBar: TScrollBar Left = 40 Top = 140 Width = 200 Height = 21 LargeChange = 2 Max = 10 Min = 1 Position = 1 TabOrder = 2 end end object OKBitBtn: TBitBtn Left = 0 Top = 204 Width = 75 Height = 25 Caption = '&OK' TabOrder = 0 OnClick = OKBitBtnClick Kind = bkOK end object BitBtn2: TBitBtn Left = 80 Top = 204 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 1 Kind = bkCancel end end