namespace TsSFCDevice.Client.Launch.Common { partial class pagePDFView { /// /// 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.pdfViewer1 = new DevExpress.XtraPdfViewer.PdfViewer(); this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::TsSFCDevice.Client.Launch.frmWaiting), true, true); this.SuspendLayout(); // // pdfViewer1 // this.pdfViewer1.Dock = System.Windows.Forms.DockStyle.Fill; this.pdfViewer1.Location = new System.Drawing.Point(0, 0); this.pdfViewer1.Margin = new System.Windows.Forms.Padding(2); this.pdfViewer1.Name = "pdfViewer1"; this.pdfViewer1.NavigationPaneInitialVisibility = DevExpress.XtraPdfViewer.PdfNavigationPaneVisibility.Visible; this.pdfViewer1.NavigationPanePageVisibility = DevExpress.XtraPdfViewer.PdfNavigationPanePageVisibility.None; this.pdfViewer1.ReadOnly = true; this.pdfViewer1.Size = new System.Drawing.Size(959, 882); this.pdfViewer1.TabIndex = 1; // // splashScreenManager1 // this.splashScreenManager1.ClosingDelay = 500; // // pagePDFView // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(959, 882); this.Controls.Add(this.pdfViewer1); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "pagePDFView"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "pagePDFView"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.ResumeLayout(false); } #endregion private DevExpress.XtraPdfViewer.PdfViewer pdfViewer1; private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1; } }