62 lines
2.5 KiB
C#
62 lines
2.5 KiB
C#
|
namespace DeviceRepairAndOptimization.Pages.Maintenance
|
|||
|
{
|
|||
|
partial class page_MaintenancePdfView
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Required designer variable.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Clean up any resources being used.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Windows Form Designer generated code
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Required method for Designer support - do not modify
|
|||
|
/// the contents of this method with the code editor.
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.components = new System.ComponentModel.Container();
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(page_MaintenancePdfView));
|
|||
|
this.pdfViewer1 = new DevExpress.XtraPdfViewer.PdfViewer();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// pdfViewer1
|
|||
|
//
|
|||
|
resources.ApplyResources(this.pdfViewer1, "pdfViewer1");
|
|||
|
this.pdfViewer1.Name = "pdfViewer1";
|
|||
|
this.pdfViewer1.NavigationPaneInitialVisibility = DevExpress.XtraPdfViewer.PdfNavigationPaneVisibility.Visible;
|
|||
|
this.pdfViewer1.NavigationPanePageVisibility = DevExpress.XtraPdfViewer.PdfNavigationPanePageVisibility.None;
|
|||
|
this.pdfViewer1.ReadOnly = true;
|
|||
|
this.pdfViewer1.PopupMenuShowing += new DevExpress.XtraPdfViewer.PdfPopupMenuShowingEventHandler(this.pdfViewer1_PopupMenuShowing);
|
|||
|
//
|
|||
|
// page_MaintenancePdfView
|
|||
|
//
|
|||
|
resources.ApplyResources(this, "$this");
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.Controls.Add(this.pdfViewer1);
|
|||
|
this.DoubleBuffered = true;
|
|||
|
this.Name = "page_MaintenancePdfView";
|
|||
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|||
|
this.Load += new System.EventHandler(this.page_MaintenancePdfView_Load);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private DevExpress.XtraPdfViewer.PdfViewer pdfViewer1;
|
|||
|
}
|
|||
|
}
|