namespace UAS_MES.Query
{
partial class Query_ShowPDF
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.PageView = new O2S.Components.PDFView4NET.PDFPageView();
this.PDFDocument = new O2S.Components.PDFView4NET.PDFDocument(this.components);
this.PDFOperater = new UAS_MES.CustomControl.PDFOperater();
this.SuspendLayout();
//
// PageView
//
this.PageView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.PageView.AutoScroll = true;
this.PageView.BackColor = System.Drawing.SystemColors.Window;
this.PageView.DefaultEllipseAnnotationBorderWidth = 1D;
this.PageView.DefaultHighlightAnnotationColor = System.Drawing.Color.OliveDrab;
this.PageView.DefaultInkAnnotationWidth = 1D;
this.PageView.DefaultRectangleAnnotationBorderWidth = 1D;
this.PageView.Document = this.PDFDocument;
this.PageView.DownscaleLargeImages = false;
this.PageView.EnableRepeatedKeys = false;
this.PageView.Location = new System.Drawing.Point(0, 30);
this.PageView.Name = "PageView";
this.PageView.PageDisplayLayout = O2S.Components.PDFView4NET.PDFPageDisplayLayout.OneColumn;
this.PageView.PageNumber = 0;
this.PageView.RenderingProgressColor = System.Drawing.Color.Empty;
this.PageView.RequiredFormFieldHighlightColor = System.Drawing.Color.Empty;
this.PageView.ScrollPosition = new System.Drawing.Point(0, 0);
this.PageView.Size = new System.Drawing.Size(1006, 570);
this.PageView.SubstituteFonts = null;
this.PageView.TabIndex = 204;
this.PageView.VerticalPageSpacing = 5;
this.PageView.WorkMode = O2S.Components.PDFView4NET.UserInteractiveWorkMode.PanAndScan;
//
// PDFDocument
//
this.PDFDocument.Metadata = null;
this.PDFDocument.PageLayout = O2S.Components.PDFView4NET.PDFPageLayout.SinglePage;
this.PDFDocument.PageMode = O2S.Components.PDFView4NET.PDFPageMode.UseNone;
//
// PDFOperater
//
this.PDFOperater.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.PDFOperater.Dock = System.Windows.Forms.DockStyle.Top;
this.PDFOperater.Location = new System.Drawing.Point(0, 0);
this.PDFOperater.Name = "PDFOperater";
this.PDFOperater.PageView = this.PageView;
this.PDFOperater.Size = new System.Drawing.Size(1006, 30);
this.PDFOperater.TabIndex = 203;
this.PDFOperater.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PDFOperater_KeyDown);
//
// Query_ShowPDF
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1006, 600);
this.Controls.Add(this.PDFOperater);
this.Controls.Add(this.PageView);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Name = "Query_ShowPDF";
this.Tag = "Query!ShowInstruction";
this.Text = "作业指导书";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.Query_ShowPDF_Load);
this.ResumeLayout(false);
}
#endregion
private O2S.Components.PDFView4NET.PDFPageView PageView;
private O2S.Components.PDFView4NET.PDFDocument PDFDocument;
private CustomControl.PDFOperater PDFOperater;
}
}