Partial Class DocumentViewer Inherits System.Windows.Forms.UserControl 'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Wird vom Windows Form-Designer benötigt. Private components As System.ComponentModel.IContainer 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. 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.OpenFileDialog = New System.Windows.Forms.OpenFileDialog() Me.RichEditControl1 = New DevExpress.XtraRichEdit.RichEditControl() Me.BarManager1 = New DevExpress.XtraBars.BarManager(Me.components) Me.ToolbarDocumentViewer = 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.barDockControlTop = New DevExpress.XtraBars.BarDockControl() Me.barDockControlBottom = New DevExpress.XtraBars.BarDockControl() Me.barDockControlLeft = New DevExpress.XtraBars.BarDockControl() Me.barDockControlRight = New DevExpress.XtraBars.BarDockControl() Me.BarStaticItem1 = New DevExpress.XtraBars.BarStaticItem() Me.RepositoryItemTextEdit1 = New DevExpress.XtraEditors.Repository.RepositoryItemTextEdit() Me.RepositoryItemColorEdit1 = New DevExpress.XtraEditors.Repository.RepositoryItemColorEdit() Me.RepositoryItemComboBox1 = New DevExpress.XtraEditors.Repository.RepositoryItemComboBox() Me.SpreadsheetControl1 = New DevExpress.XtraSpreadsheet.SpreadsheetControl() Me.PrintDocument1 = New System.Drawing.Printing.PrintDocument() Me.labelPageCount = New DevExpress.XtraBars.BarStaticItem() CType(Me.BarManager1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.RepositoryItemTextEdit2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.RepositoryItemTextEdit1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.RepositoryItemColorEdit1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.RepositoryItemComboBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'GdViewer ' Me.GdViewer.AllowDropFile = False Me.GdViewer.AnimateGIF = True Me.GdViewer.AnnotationDropShadow = False Me.GdViewer.AnnotationEnableMultiSelect = True Me.GdViewer.AnnotationResizeRotateHandlesColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(128, Byte), Integer)) Me.GdViewer.AnnotationResizeRotateHandlesScale = 1.0! Me.GdViewer.AnnotationSelectionLineColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer)) Me.GdViewer.AutoScrollMargin = New System.Drawing.Size(0, 0) Me.GdViewer.AutoScrollMinSize = New System.Drawing.Size(0, 0) Me.GdViewer.BackColor = System.Drawing.SystemColors.AppWorkspace Me.GdViewer.BackgroundImage = Nothing Me.GdViewer.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.GdViewer.ClipAnnotsToPageBounds = True Me.GdViewer.ClipRegionsToPageBounds = True Me.GdViewer.ContinuousViewMode = True Me.GdViewer.DisplayQuality = GdPicture14.DisplayQuality.DisplayQualityAutomatic Me.GdViewer.DisplayQualityAuto = True Me.GdViewer.Dock = System.Windows.Forms.DockStyle.Fill Me.GdViewer.DocumentAlignment = GdPicture14.ViewerDocumentAlignment.DocumentAlignmentMiddleCenter Me.GdViewer.DocumentPosition = GdPicture14.ViewerDocumentPosition.DocumentPositionMiddleCenter Me.GdViewer.DrawPageBorders = True Me.GdViewer.EnableDeferredPainting = True Me.GdViewer.EnabledProgressBar = True Me.GdViewer.EnableICM = False Me.GdViewer.EnableMenu = True Me.GdViewer.EnableMouseWheel = True Me.GdViewer.EnableTextSelection = True Me.GdViewer.ForceScrollBars = False Me.GdViewer.ForceTemporaryMode = False Me.GdViewer.ForeColor = System.Drawing.Color.Black Me.GdViewer.Gamma = 1.0! Me.GdViewer.HQAnnotationRendering = True Me.GdViewer.IgnoreDocumentResolution = False Me.GdViewer.KeepDocumentPosition = False Me.GdViewer.Location = New System.Drawing.Point(0, 33) Me.GdViewer.LockViewer = False Me.GdViewer.MagnifierHeight = 90 Me.GdViewer.MagnifierWidth = 160 Me.GdViewer.MagnifierZoomX = 2.0! Me.GdViewer.MagnifierZoomY = 2.0! Me.GdViewer.MouseButtonForMouseMode = GdPicture14.MouseButton.MouseButtonLeft Me.GdViewer.MouseMode = GdPicture14.ViewerMouseMode.MouseModePan Me.GdViewer.MouseWheelMode = GdPicture14.ViewerMouseWheelMode.MouseWheelModeVerticalScroll Me.GdViewer.Name = "GdViewer" Me.GdViewer.PageBordersColor = System.Drawing.Color.Black Me.GdViewer.PageBordersPenSize = 1 Me.GdViewer.PageDisplayMode = GdPicture14.PageDisplayMode.MultiplePagesView Me.GdViewer.PdfDisplayFormField = True Me.GdViewer.PdfEnableFileLinks = True Me.GdViewer.PdfEnableLinks = True Me.GdViewer.PdfIncreaseTextContrast = False Me.GdViewer.PdfShowDialogForPassword = True Me.GdViewer.PdfShowOpenFileDialogForDecryption = True Me.GdViewer.PdfVerifyDigitalCertificates = False Me.GdViewer.PreserveViewRotation = True Me.GdViewer.RectBorderColor = System.Drawing.Color.Black Me.GdViewer.RectBorderSize = 1 Me.GdViewer.RectIsEditable = True Me.GdViewer.RegionsAreEditable = True Me.GdViewer.RenderGdPictureAnnots = True Me.GdViewer.ScrollBars = True Me.GdViewer.ScrollLargeChange = CType(50, Short) Me.GdViewer.ScrollSmallChange = CType(1, Short) Me.GdViewer.SilentMode = True Me.GdViewer.Size = New System.Drawing.Size(1015, 557) Me.GdViewer.TabIndex = 0 Me.GdViewer.ViewRotation = System.Drawing.RotateFlipType.RotateNoneFlipNone Me.GdViewer.Zoom = 1.0R Me.GdViewer.ZoomCenterAtMousePosition = False Me.GdViewer.ZoomMode = GdPicture14.ViewerZoomMode.ZoomMode100 Me.GdViewer.ZoomStep = 25 ' 'OpenFileDialog ' Me.OpenFileDialog.FileName = "OpenFileDialog1" ' '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 Me.RichEditControl1.ReadOnly = True Me.RichEditControl1.Size = New System.Drawing.Size(249, 161) Me.RichEditControl1.TabIndex = 8 Me.RichEditControl1.Text = "RichEditControl1" Me.RichEditControl1.Visible = False ' 'BarManager1 ' Me.BarManager1.Bars.AddRange(New DevExpress.XtraBars.Bar() {Me.ToolbarDocumentViewer}) 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.BarStaticItem1, Me.labelPageCount}) Me.BarManager1.MainMenu = Me.ToolbarDocumentViewer Me.BarManager1.MaxItemId = 25 Me.BarManager1.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.RepositoryItemTextEdit1, Me.RepositoryItemTextEdit2, Me.RepositoryItemColorEdit1, Me.RepositoryItemComboBox1}) ' 'ToolbarDocumentViewer ' Me.ToolbarDocumentViewer.BarName = "Hauptmenü" Me.ToolbarDocumentViewer.DockCol = 0 Me.ToolbarDocumentViewer.DockRow = 0 Me.ToolbarDocumentViewer.DockStyle = DevExpress.XtraBars.BarDockStyle.Top Me.ToolbarDocumentViewer.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.labelPageCount), 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.ToolbarDocumentViewer.OptionsBar.AllowCollapse = True Me.ToolbarDocumentViewer.OptionsBar.AllowQuickCustomization = False Me.ToolbarDocumentViewer.OptionsBar.DrawDragBorder = False Me.ToolbarDocumentViewer.OptionsBar.UseWholeRow = True Me.ToolbarDocumentViewer.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" ' '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, 33) ' 'barDockControlBottom ' Me.barDockControlBottom.CausesValidation = False Me.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom Me.barDockControlBottom.Location = New System.Drawing.Point(0, 590) Me.barDockControlBottom.Manager = Me.BarManager1 Me.barDockControlBottom.Size = New System.Drawing.Size(1015, 0) ' 'barDockControlLeft ' Me.barDockControlLeft.CausesValidation = False Me.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left Me.barDockControlLeft.Location = New System.Drawing.Point(0, 33) Me.barDockControlLeft.Manager = Me.BarManager1 Me.barDockControlLeft.Size = New System.Drawing.Size(0, 557) ' 'barDockControlRight ' Me.barDockControlRight.CausesValidation = False Me.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right Me.barDockControlRight.Location = New System.Drawing.Point(1015, 33) Me.barDockControlRight.Manager = Me.BarManager1 Me.barDockControlRight.Size = New System.Drawing.Size(0, 557) ' 'BarStaticItem1 ' Me.BarStaticItem1.Caption = "Seiten" Me.BarStaticItem1.Id = 17 Me.BarStaticItem1.Name = "BarStaticItem1" ' 'RepositoryItemTextEdit1 ' Me.RepositoryItemTextEdit1.AutoHeight = False Me.RepositoryItemTextEdit1.Name = "RepositoryItemTextEdit1" ' 'RepositoryItemColorEdit1 ' Me.RepositoryItemColorEdit1.AutoHeight = False Me.RepositoryItemColorEdit1.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) Me.RepositoryItemColorEdit1.Name = "RepositoryItemColorEdit1" Me.RepositoryItemColorEdit1.ShowCustomColors = False Me.RepositoryItemColorEdit1.ShowSystemColors = False Me.RepositoryItemColorEdit1.ShowWebColors = False ' 'RepositoryItemComboBox1 ' Me.RepositoryItemComboBox1.AutoHeight = False Me.RepositoryItemComboBox1.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) Me.RepositoryItemComboBox1.Items.AddRange(New Object() {"Arrow", "Text"}) Me.RepositoryItemComboBox1.Name = "RepositoryItemComboBox1" ' '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) Me.SpreadsheetControl1.TabIndex = 9 Me.SpreadsheetControl1.Text = "SpreadsheetControl1" Me.SpreadsheetControl1.Visible = False ' 'labelPageCount ' Me.labelPageCount.Caption = "BarStaticItem2" Me.labelPageCount.Id = 24 Me.labelPageCount.Name = "labelPageCount" ' 'DocumentViewer ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.SpreadsheetControl1) Me.Controls.Add(Me.RichEditControl1) Me.Controls.Add(Me.GdViewer) 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) CType(Me.BarManager1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.RepositoryItemTextEdit2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.RepositoryItemTextEdit1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.RepositoryItemColorEdit1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.RepositoryItemComboBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents GdViewer As GdPicture14.GdViewer Friend WithEvents OpenFileDialog As OpenFileDialog 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 ToolbarDocumentViewer 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 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 Friend WithEvents BarStaticItem1 As DevExpress.XtraBars.BarStaticItem Friend WithEvents RepositoryItemColorEdit1 As DevExpress.XtraEditors.Repository.RepositoryItemColorEdit Friend WithEvents RepositoryItemComboBox1 As DevExpress.XtraEditors.Repository.RepositoryItemComboBox Friend WithEvents labelPageCount As DevExpress.XtraBars.BarStaticItem End Class