ZooFlow: Easier Filter
This commit is contained in:
285
Controls.DocumentViewer/DocumentViewer.Designer.vb
generated
285
Controls.DocumentViewer/DocumentViewer.Designer.vb
generated
@@ -22,6 +22,7 @@ Partial Class DocumentViewer
|
||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(DocumentViewer))
|
||||
Me.GdViewer = New GdPicture14.GdViewer()
|
||||
Me.mainToolStrip = New System.Windows.Forms.ToolStrip()
|
||||
@@ -38,7 +39,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.txtCurrentPage = New System.Windows.Forms.ToolStripTextBox()
|
||||
Me.txtCurrentPageold = 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()
|
||||
@@ -55,9 +56,36 @@ Partial Class DocumentViewer
|
||||
Me.btnSettings = New System.Windows.Forms.ToolStripButton()
|
||||
Me.OpenFileDialog = New System.Windows.Forms.OpenFileDialog()
|
||||
Me.RichEditControl1 = New DevExpress.XtraRichEdit.RichEditControl()
|
||||
Me.BarManager1 = New DevExpress.XtraBars.BarManager(Me.components)
|
||||
Me.Bar2 = New DevExpress.XtraBars.Bar()
|
||||
Me.buttonPrint = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.buttonFitWidth = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.buttonFitPage = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.buttonZoomIn = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.buttonZoomOut = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.buttonRotateLeft = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.buttonRotateRight = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.buttonFlipX = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.buttonFlipY = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.buttonFirstPage = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.buttonPrevPage = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.txtCurrentPage = New DevExpress.XtraBars.BarEditItem()
|
||||
Me.RepositoryItemTextEdit2 = New DevExpress.XtraEditors.Repository.RepositoryItemTextEdit()
|
||||
Me.buttonNextPage = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.buttonLastPage = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.buttonSettings = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.Bar3 = New DevExpress.XtraBars.Bar()
|
||||
Me.barDockControlTop = New DevExpress.XtraBars.BarDockControl()
|
||||
Me.barDockControlBottom = New DevExpress.XtraBars.BarDockControl()
|
||||
Me.barDockControlLeft = New DevExpress.XtraBars.BarDockControl()
|
||||
Me.barDockControlRight = New DevExpress.XtraBars.BarDockControl()
|
||||
Me.RepositoryItemTextEdit1 = New DevExpress.XtraEditors.Repository.RepositoryItemTextEdit()
|
||||
Me.SpreadsheetControl1 = New DevExpress.XtraSpreadsheet.SpreadsheetControl()
|
||||
Me.PrintDocument1 = New System.Drawing.Printing.PrintDocument()
|
||||
Me.mainToolStrip.SuspendLayout()
|
||||
CType(Me.BarManager1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.RepositoryItemTextEdit2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.RepositoryItemTextEdit1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'GdViewer
|
||||
@@ -93,7 +121,7 @@ Partial Class DocumentViewer
|
||||
Me.GdViewer.HQAnnotationRendering = True
|
||||
Me.GdViewer.IgnoreDocumentResolution = False
|
||||
Me.GdViewer.KeepDocumentPosition = False
|
||||
Me.GdViewer.Location = New System.Drawing.Point(0, 31)
|
||||
Me.GdViewer.Location = New System.Drawing.Point(0, 67)
|
||||
Me.GdViewer.LockViewer = False
|
||||
Me.GdViewer.MagnifierHeight = 90
|
||||
Me.GdViewer.MagnifierWidth = 160
|
||||
@@ -123,7 +151,7 @@ Partial Class DocumentViewer
|
||||
Me.GdViewer.ScrollLargeChange = CType(50, Short)
|
||||
Me.GdViewer.ScrollSmallChange = CType(1, Short)
|
||||
Me.GdViewer.SilentMode = True
|
||||
Me.GdViewer.Size = New System.Drawing.Size(1015, 559)
|
||||
Me.GdViewer.Size = New System.Drawing.Size(1015, 504)
|
||||
Me.GdViewer.TabIndex = 0
|
||||
Me.GdViewer.ViewRotation = System.Drawing.RotateFlipType.RotateNoneFlipNone
|
||||
Me.GdViewer.Zoom = 1.0R
|
||||
@@ -136,8 +164,8 @@ 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.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.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnPrint, Me.btnFitWidth, Me.btnFitPage, Me.ToolStripSeparator2, Me.btnMouseMode, Me.ToolStripSeparator6, Me.btnFirstPage, Me.btnPreviousPage, Me.txtCurrentPageold, 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, 36)
|
||||
Me.mainToolStrip.Name = "mainToolStrip"
|
||||
Me.mainToolStrip.Size = New System.Drawing.Size(1015, 31)
|
||||
Me.mainToolStrip.TabIndex = 6
|
||||
@@ -252,12 +280,12 @@ Partial Class DocumentViewer
|
||||
Me.btnPreviousPage.Size = New System.Drawing.Size(28, 28)
|
||||
Me.btnPreviousPage.Text = "Go to previous page"
|
||||
'
|
||||
'tbCurrentPage
|
||||
'txtCurrentPageold
|
||||
'
|
||||
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
|
||||
Me.txtCurrentPageold.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtCurrentPageold.Name = "txtCurrentPageold"
|
||||
Me.txtCurrentPageold.Size = New System.Drawing.Size(40, 31)
|
||||
Me.txtCurrentPageold.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
||||
'
|
||||
'lblPageCount
|
||||
'
|
||||
@@ -387,6 +415,7 @@ Partial Class DocumentViewer
|
||||
'RichEditControl1
|
||||
'
|
||||
Me.RichEditControl1.Location = New System.Drawing.Point(735, 377)
|
||||
Me.RichEditControl1.MenuManager = Me.BarManager1
|
||||
Me.RichEditControl1.Name = "RichEditControl1"
|
||||
Me.RichEditControl1.Options.HorizontalRuler.Visibility = DevExpress.XtraRichEdit.RichEditRulerVisibility.Hidden
|
||||
Me.RichEditControl1.Options.VerticalRuler.Visibility = DevExpress.XtraRichEdit.RichEditRulerVisibility.Hidden
|
||||
@@ -396,9 +425,212 @@ Partial Class DocumentViewer
|
||||
Me.RichEditControl1.Text = "RichEditControl1"
|
||||
Me.RichEditControl1.Visible = False
|
||||
'
|
||||
'BarManager1
|
||||
'
|
||||
Me.BarManager1.Bars.AddRange(New DevExpress.XtraBars.Bar() {Me.Bar2, Me.Bar3})
|
||||
Me.BarManager1.DockControls.Add(Me.barDockControlTop)
|
||||
Me.BarManager1.DockControls.Add(Me.barDockControlBottom)
|
||||
Me.BarManager1.DockControls.Add(Me.barDockControlLeft)
|
||||
Me.BarManager1.DockControls.Add(Me.barDockControlRight)
|
||||
Me.BarManager1.Form = Me
|
||||
Me.BarManager1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.buttonPrint, Me.buttonFitPage, Me.buttonFitWidth, Me.buttonZoomIn, Me.buttonZoomOut, Me.buttonRotateRight, Me.buttonRotateLeft, Me.buttonFlipX, Me.buttonFlipY, Me.buttonSettings, Me.buttonPrevPage, Me.buttonNextPage, Me.buttonFirstPage, Me.buttonLastPage, Me.txtCurrentPage})
|
||||
Me.BarManager1.MainMenu = Me.Bar2
|
||||
Me.BarManager1.MaxItemId = 17
|
||||
Me.BarManager1.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.RepositoryItemTextEdit1, Me.RepositoryItemTextEdit2})
|
||||
Me.BarManager1.StatusBar = Me.Bar3
|
||||
'
|
||||
'Bar2
|
||||
'
|
||||
Me.Bar2.BarName = "Hauptmenü"
|
||||
Me.Bar2.DockCol = 0
|
||||
Me.Bar2.DockRow = 0
|
||||
Me.Bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top
|
||||
Me.Bar2.LinksPersistInfo.AddRange(New DevExpress.XtraBars.LinkPersistInfo() {New DevExpress.XtraBars.LinkPersistInfo(Me.buttonPrint), New DevExpress.XtraBars.LinkPersistInfo(Me.buttonFitWidth), New DevExpress.XtraBars.LinkPersistInfo(Me.buttonFitPage), New DevExpress.XtraBars.LinkPersistInfo(Me.buttonZoomIn), New DevExpress.XtraBars.LinkPersistInfo(Me.buttonZoomOut), New DevExpress.XtraBars.LinkPersistInfo(Me.buttonRotateLeft), New DevExpress.XtraBars.LinkPersistInfo(Me.buttonRotateRight), New DevExpress.XtraBars.LinkPersistInfo(Me.buttonFlipX), New DevExpress.XtraBars.LinkPersistInfo(Me.buttonFlipY), New DevExpress.XtraBars.LinkPersistInfo(Me.buttonFirstPage), New DevExpress.XtraBars.LinkPersistInfo(Me.buttonPrevPage), New DevExpress.XtraBars.LinkPersistInfo(Me.txtCurrentPage), New DevExpress.XtraBars.LinkPersistInfo(Me.buttonNextPage), New DevExpress.XtraBars.LinkPersistInfo(Me.buttonLastPage), New DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, Me.buttonSettings, DevExpress.XtraBars.BarItemPaintStyle.Standard)})
|
||||
Me.Bar2.OptionsBar.AllowCollapse = True
|
||||
Me.Bar2.OptionsBar.AllowQuickCustomization = False
|
||||
Me.Bar2.OptionsBar.DrawDragBorder = False
|
||||
Me.Bar2.OptionsBar.UseWholeRow = True
|
||||
Me.Bar2.Text = "Hauptmenü"
|
||||
'
|
||||
'buttonPrint
|
||||
'
|
||||
Me.buttonPrint.Caption = "Drucken"
|
||||
Me.buttonPrint.Id = 0
|
||||
Me.buttonPrint.ImageOptions.SvgImage = CType(resources.GetObject("buttonPrint.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.buttonPrint.ImageOptions.SvgImageSize = New System.Drawing.Size(25, 25)
|
||||
Me.buttonPrint.Name = "buttonPrint"
|
||||
'
|
||||
'buttonFitWidth
|
||||
'
|
||||
Me.buttonFitWidth.Caption = "An Breite anpassen"
|
||||
Me.buttonFitWidth.Id = 2
|
||||
Me.buttonFitWidth.ImageOptions.SvgImage = CType(resources.GetObject("buttonFitWidth.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.buttonFitWidth.ImageOptions.SvgImageSize = New System.Drawing.Size(25, 25)
|
||||
Me.buttonFitWidth.Name = "buttonFitWidth"
|
||||
'
|
||||
'buttonFitPage
|
||||
'
|
||||
Me.buttonFitPage.Caption = "An Seite Anpassen"
|
||||
Me.buttonFitPage.Id = 1
|
||||
Me.buttonFitPage.ImageOptions.SvgImage = CType(resources.GetObject("buttonFitPage.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.buttonFitPage.ImageOptions.SvgImageSize = New System.Drawing.Size(25, 25)
|
||||
Me.buttonFitPage.Name = "buttonFitPage"
|
||||
'
|
||||
'buttonZoomIn
|
||||
'
|
||||
Me.buttonZoomIn.Caption = "Zoom +"
|
||||
Me.buttonZoomIn.Id = 3
|
||||
Me.buttonZoomIn.ImageOptions.SvgImage = CType(resources.GetObject("buttonZoomIn.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.buttonZoomIn.ImageOptions.SvgImageSize = New System.Drawing.Size(25, 25)
|
||||
Me.buttonZoomIn.Name = "buttonZoomIn"
|
||||
'
|
||||
'buttonZoomOut
|
||||
'
|
||||
Me.buttonZoomOut.Caption = "Zoom -"
|
||||
Me.buttonZoomOut.Id = 4
|
||||
Me.buttonZoomOut.ImageOptions.SvgImage = CType(resources.GetObject("buttonZoomOut.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.buttonZoomOut.ImageOptions.SvgImageSize = New System.Drawing.Size(25, 25)
|
||||
Me.buttonZoomOut.Name = "buttonZoomOut"
|
||||
'
|
||||
'buttonRotateLeft
|
||||
'
|
||||
Me.buttonRotateLeft.Caption = "Drehen -90 Grad"
|
||||
Me.buttonRotateLeft.Id = 6
|
||||
Me.buttonRotateLeft.ImageOptions.SvgImage = CType(resources.GetObject("buttonRotateLeft.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.buttonRotateLeft.ImageOptions.SvgImageSize = New System.Drawing.Size(25, 25)
|
||||
Me.buttonRotateLeft.Name = "buttonRotateLeft"
|
||||
'
|
||||
'buttonRotateRight
|
||||
'
|
||||
Me.buttonRotateRight.Caption = "Drehen 90 Grad"
|
||||
Me.buttonRotateRight.Id = 5
|
||||
Me.buttonRotateRight.ImageOptions.SvgImage = CType(resources.GetObject("buttonRotateRight.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.buttonRotateRight.ImageOptions.SvgImageSize = New System.Drawing.Size(25, 25)
|
||||
Me.buttonRotateRight.Name = "buttonRotateRight"
|
||||
'
|
||||
'buttonFlipX
|
||||
'
|
||||
Me.buttonFlipX.Caption = "Spiegeln Horizontal"
|
||||
Me.buttonFlipX.Id = 7
|
||||
Me.buttonFlipX.ImageOptions.SvgImage = CType(resources.GetObject("buttonFlipX.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.buttonFlipX.ImageOptions.SvgImageSize = New System.Drawing.Size(25, 25)
|
||||
Me.buttonFlipX.Name = "buttonFlipX"
|
||||
'
|
||||
'buttonFlipY
|
||||
'
|
||||
Me.buttonFlipY.Caption = "Spiegeln Vertikal"
|
||||
Me.buttonFlipY.Id = 8
|
||||
Me.buttonFlipY.ImageOptions.SvgImage = CType(resources.GetObject("buttonFlipY.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.buttonFlipY.ImageOptions.SvgImageSize = New System.Drawing.Size(25, 25)
|
||||
Me.buttonFlipY.Name = "buttonFlipY"
|
||||
'
|
||||
'buttonFirstPage
|
||||
'
|
||||
Me.buttonFirstPage.Caption = "Erste Seite"
|
||||
Me.buttonFirstPage.Id = 13
|
||||
Me.buttonFirstPage.ImageOptions.SvgImage = CType(resources.GetObject("buttonFirstPage.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.buttonFirstPage.ImageOptions.SvgImageSize = New System.Drawing.Size(25, 25)
|
||||
Me.buttonFirstPage.Name = "buttonFirstPage"
|
||||
'
|
||||
'buttonPrevPage
|
||||
'
|
||||
Me.buttonPrevPage.Caption = "Zurück"
|
||||
Me.buttonPrevPage.Id = 11
|
||||
Me.buttonPrevPage.ImageOptions.SvgImage = CType(resources.GetObject("buttonPrevPage.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.buttonPrevPage.ImageOptions.SvgImageSize = New System.Drawing.Size(25, 25)
|
||||
Me.buttonPrevPage.Name = "buttonPrevPage"
|
||||
'
|
||||
'txtCurrentPage
|
||||
'
|
||||
Me.txtCurrentPage.Caption = "BarEditItem1"
|
||||
Me.txtCurrentPage.Edit = Me.RepositoryItemTextEdit2
|
||||
Me.txtCurrentPage.Id = 16
|
||||
Me.txtCurrentPage.Name = "txtCurrentPage"
|
||||
'
|
||||
'RepositoryItemTextEdit2
|
||||
'
|
||||
Me.RepositoryItemTextEdit2.AutoHeight = False
|
||||
Me.RepositoryItemTextEdit2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric
|
||||
Me.RepositoryItemTextEdit2.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric
|
||||
Me.RepositoryItemTextEdit2.Name = "RepositoryItemTextEdit2"
|
||||
'
|
||||
'buttonNextPage
|
||||
'
|
||||
Me.buttonNextPage.Caption = "Vor"
|
||||
Me.buttonNextPage.Id = 12
|
||||
Me.buttonNextPage.ImageOptions.SvgImage = CType(resources.GetObject("buttonNextPage.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.buttonNextPage.ImageOptions.SvgImageSize = New System.Drawing.Size(25, 25)
|
||||
Me.buttonNextPage.Name = "buttonNextPage"
|
||||
'
|
||||
'buttonLastPage
|
||||
'
|
||||
Me.buttonLastPage.Caption = "Letzte Seite"
|
||||
Me.buttonLastPage.Id = 14
|
||||
Me.buttonLastPage.ImageOptions.SvgImage = CType(resources.GetObject("buttonLastPage.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.buttonLastPage.ImageOptions.SvgImageSize = New System.Drawing.Size(25, 25)
|
||||
Me.buttonLastPage.Name = "buttonLastPage"
|
||||
'
|
||||
'buttonSettings
|
||||
'
|
||||
Me.buttonSettings.Caption = "Einstellungen"
|
||||
Me.buttonSettings.Id = 9
|
||||
Me.buttonSettings.ImageOptions.SvgImage = CType(resources.GetObject("buttonSettings.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.buttonSettings.ImageOptions.SvgImageSize = New System.Drawing.Size(25, 25)
|
||||
Me.buttonSettings.Name = "buttonSettings"
|
||||
'
|
||||
'Bar3
|
||||
'
|
||||
Me.Bar3.BarName = "Statusleiste"
|
||||
Me.Bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom
|
||||
Me.Bar3.DockCol = 0
|
||||
Me.Bar3.DockRow = 0
|
||||
Me.Bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom
|
||||
Me.Bar3.OptionsBar.AllowQuickCustomization = False
|
||||
Me.Bar3.OptionsBar.DrawDragBorder = False
|
||||
Me.Bar3.OptionsBar.UseWholeRow = True
|
||||
Me.Bar3.Text = "Statusleiste"
|
||||
'
|
||||
'barDockControlTop
|
||||
'
|
||||
Me.barDockControlTop.CausesValidation = False
|
||||
Me.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.barDockControlTop.Location = New System.Drawing.Point(0, 0)
|
||||
Me.barDockControlTop.Manager = Me.BarManager1
|
||||
Me.barDockControlTop.Size = New System.Drawing.Size(1015, 36)
|
||||
'
|
||||
'barDockControlBottom
|
||||
'
|
||||
Me.barDockControlBottom.CausesValidation = False
|
||||
Me.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.barDockControlBottom.Location = New System.Drawing.Point(0, 571)
|
||||
Me.barDockControlBottom.Manager = Me.BarManager1
|
||||
Me.barDockControlBottom.Size = New System.Drawing.Size(1015, 19)
|
||||
'
|
||||
'barDockControlLeft
|
||||
'
|
||||
Me.barDockControlLeft.CausesValidation = False
|
||||
Me.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left
|
||||
Me.barDockControlLeft.Location = New System.Drawing.Point(0, 36)
|
||||
Me.barDockControlLeft.Manager = Me.BarManager1
|
||||
Me.barDockControlLeft.Size = New System.Drawing.Size(0, 535)
|
||||
'
|
||||
'barDockControlRight
|
||||
'
|
||||
Me.barDockControlRight.CausesValidation = False
|
||||
Me.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right
|
||||
Me.barDockControlRight.Location = New System.Drawing.Point(1015, 36)
|
||||
Me.barDockControlRight.Manager = Me.BarManager1
|
||||
Me.barDockControlRight.Size = New System.Drawing.Size(0, 535)
|
||||
'
|
||||
'RepositoryItemTextEdit1
|
||||
'
|
||||
Me.RepositoryItemTextEdit1.AutoHeight = False
|
||||
Me.RepositoryItemTextEdit1.Name = "RepositoryItemTextEdit1"
|
||||
'
|
||||
'SpreadsheetControl1
|
||||
'
|
||||
Me.SpreadsheetControl1.Location = New System.Drawing.Point(461, 377)
|
||||
Me.SpreadsheetControl1.MenuManager = Me.BarManager1
|
||||
Me.SpreadsheetControl1.Name = "SpreadsheetControl1"
|
||||
Me.SpreadsheetControl1.ReadOnly = True
|
||||
Me.SpreadsheetControl1.Size = New System.Drawing.Size(268, 161)
|
||||
@@ -414,10 +646,17 @@ Partial Class DocumentViewer
|
||||
Me.Controls.Add(Me.RichEditControl1)
|
||||
Me.Controls.Add(Me.GdViewer)
|
||||
Me.Controls.Add(Me.mainToolStrip)
|
||||
Me.Controls.Add(Me.barDockControlLeft)
|
||||
Me.Controls.Add(Me.barDockControlRight)
|
||||
Me.Controls.Add(Me.barDockControlBottom)
|
||||
Me.Controls.Add(Me.barDockControlTop)
|
||||
Me.Name = "DocumentViewer"
|
||||
Me.Size = New System.Drawing.Size(1015, 590)
|
||||
Me.mainToolStrip.ResumeLayout(False)
|
||||
Me.mainToolStrip.PerformLayout()
|
||||
CType(Me.BarManager1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.RepositoryItemTextEdit2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.RepositoryItemTextEdit1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
@@ -438,7 +677,7 @@ Partial Class DocumentViewer
|
||||
Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
|
||||
Friend WithEvents btnFirstPage As ToolStripButton
|
||||
Friend WithEvents btnPreviousPage As ToolStripButton
|
||||
Friend WithEvents txtCurrentPage As ToolStripTextBox
|
||||
Friend WithEvents txtCurrentPageold As ToolStripTextBox
|
||||
Friend WithEvents lblPageCount As ToolStripLabel
|
||||
Friend WithEvents btnNextPage As ToolStripButton
|
||||
Friend WithEvents btnLastPage As ToolStripButton
|
||||
@@ -457,4 +696,28 @@ Partial Class DocumentViewer
|
||||
Friend WithEvents RichEditControl1 As DevExpress.XtraRichEdit.RichEditControl
|
||||
Friend WithEvents SpreadsheetControl1 As DevExpress.XtraSpreadsheet.SpreadsheetControl
|
||||
Friend WithEvents PrintDocument1 As Printing.PrintDocument
|
||||
Friend WithEvents BarManager1 As DevExpress.XtraBars.BarManager
|
||||
Friend WithEvents Bar2 As DevExpress.XtraBars.Bar
|
||||
Friend WithEvents buttonPrint As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents buttonFitWidth As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents buttonFitPage As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents buttonZoomIn As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents buttonZoomOut As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents buttonRotateRight As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents buttonRotateLeft As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents buttonFlipX As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents buttonFlipY As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents buttonSettings As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents Bar3 As DevExpress.XtraBars.Bar
|
||||
Friend WithEvents barDockControlTop As DevExpress.XtraBars.BarDockControl
|
||||
Friend WithEvents barDockControlBottom As DevExpress.XtraBars.BarDockControl
|
||||
Friend WithEvents barDockControlLeft As DevExpress.XtraBars.BarDockControl
|
||||
Friend WithEvents barDockControlRight As DevExpress.XtraBars.BarDockControl
|
||||
Friend WithEvents buttonFirstPage As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents buttonPrevPage As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents buttonNextPage As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents buttonLastPage As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents txtCurrentPage As DevExpress.XtraBars.BarEditItem
|
||||
Friend WithEvents RepositoryItemTextEdit2 As DevExpress.XtraEditors.Repository.RepositoryItemTextEdit
|
||||
Friend WithEvents RepositoryItemTextEdit1 As DevExpress.XtraEditors.Repository.RepositoryItemTextEdit
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user