fix zoom display
This commit is contained in:
14
Controls.DocumentViewer/DocumentViewer.Designer.vb
generated
14
Controls.DocumentViewer/DocumentViewer.Designer.vb
generated
@@ -38,7 +38,7 @@ Partial Class DocumentViewer
|
||||
Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.btnFirstPage = New System.Windows.Forms.ToolStripButton()
|
||||
Me.btnPreviousPage = New System.Windows.Forms.ToolStripButton()
|
||||
Me.tbCurrentPage = New System.Windows.Forms.ToolStripTextBox()
|
||||
Me.txtCurrentPage = New System.Windows.Forms.ToolStripTextBox()
|
||||
Me.lblPageCount = New System.Windows.Forms.ToolStripLabel()
|
||||
Me.btnNextPage = New System.Windows.Forms.ToolStripButton()
|
||||
Me.btnLastPage = New System.Windows.Forms.ToolStripButton()
|
||||
@@ -136,7 +136,7 @@ Partial Class DocumentViewer
|
||||
Me.mainToolStrip.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.mainToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
||||
Me.mainToolStrip.ImageScalingSize = New System.Drawing.Size(24, 24)
|
||||
Me.mainToolStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnPrint, Me.btnFitWidth, Me.btnFitPage, Me.ToolStripSeparator2, Me.btnMouseMode, Me.ToolStripSeparator6, Me.btnFirstPage, Me.btnPreviousPage, Me.tbCurrentPage, Me.lblPageCount, Me.btnNextPage, Me.btnLastPage, Me.ToolStripSeparator1, Me.btnZoomOut, Me.cbZoom, Me.btnZoomIn, Me.ToolStripSeparator5, Me.btnRotateLeft, Me.btnRotateRight, Me.btnFlipX, Me.btnFlipY, Me.ToolStripSeparator4, Me.btnSettings})
|
||||
Me.mainToolStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnPrint, Me.btnFitWidth, Me.btnFitPage, Me.ToolStripSeparator2, Me.btnMouseMode, Me.ToolStripSeparator6, Me.btnFirstPage, Me.btnPreviousPage, Me.txtCurrentPage, Me.lblPageCount, Me.btnNextPage, Me.btnLastPage, Me.ToolStripSeparator1, Me.btnZoomOut, Me.cbZoom, Me.btnZoomIn, Me.ToolStripSeparator5, Me.btnRotateLeft, Me.btnRotateRight, Me.btnFlipX, Me.btnFlipY, Me.ToolStripSeparator4, Me.btnSettings})
|
||||
Me.mainToolStrip.Location = New System.Drawing.Point(0, 0)
|
||||
Me.mainToolStrip.Name = "mainToolStrip"
|
||||
Me.mainToolStrip.Size = New System.Drawing.Size(1015, 31)
|
||||
@@ -254,10 +254,10 @@ Partial Class DocumentViewer
|
||||
'
|
||||
'tbCurrentPage
|
||||
'
|
||||
Me.tbCurrentPage.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.tbCurrentPage.Name = "tbCurrentPage"
|
||||
Me.tbCurrentPage.Size = New System.Drawing.Size(40, 31)
|
||||
Me.tbCurrentPage.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
||||
Me.txtCurrentPage.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtCurrentPage.Name = "tbCurrentPage"
|
||||
Me.txtCurrentPage.Size = New System.Drawing.Size(40, 31)
|
||||
Me.txtCurrentPage.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
||||
'
|
||||
'lblPageCount
|
||||
'
|
||||
@@ -438,7 +438,7 @@ Partial Class DocumentViewer
|
||||
Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
|
||||
Friend WithEvents btnFirstPage As ToolStripButton
|
||||
Friend WithEvents btnPreviousPage As ToolStripButton
|
||||
Friend WithEvents tbCurrentPage As ToolStripTextBox
|
||||
Friend WithEvents txtCurrentPage As ToolStripTextBox
|
||||
Friend WithEvents lblPageCount As ToolStripLabel
|
||||
Friend WithEvents btnNextPage As ToolStripButton
|
||||
Friend WithEvents btnLastPage As ToolStripButton
|
||||
|
||||
Reference in New Issue
Block a user