namespace TsSFCDevice.Client.Launch.Preserve { partial class XtraUserControl1 { /// /// 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 Component 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.components = new System.ComponentModel.Container(); this.pdfViewer1 = new DevExpress.XtraPdfViewer.PdfViewer(); this.pdfViewer2 = new DevExpress.XtraPdfViewer.PdfViewer(); this.SuspendLayout(); // // pdfViewer1 // this.pdfViewer1.Location = new System.Drawing.Point(623, 156); this.pdfViewer1.Name = "pdfViewer1"; this.pdfViewer1.Size = new System.Drawing.Size(8, 8); this.pdfViewer1.TabIndex = 0; // // pdfViewer2 // this.pdfViewer2.Location = new System.Drawing.Point(538, 159); this.pdfViewer2.Name = "pdfViewer2"; this.pdfViewer2.Size = new System.Drawing.Size(150, 150); this.pdfViewer2.TabIndex = 1; // // XtraUserControl1 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.pdfViewer2); this.Controls.Add(this.pdfViewer1); this.Name = "XtraUserControl1"; this.Size = new System.Drawing.Size(1287, 520); this.ResumeLayout(false); } #endregion private DevExpress.XtraPdfViewer.PdfViewer pdfViewer1; private DevExpress.XtraPdfViewer.PdfViewer pdfViewer2; } }