namespace Dongke.WinForm.Controls.InvoiceLayout { partial class PaperArea { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.shapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer(); this.SuspendLayout(); // // shapeContainer1 // this.shapeContainer1.Location = new System.Drawing.Point(0, 0); this.shapeContainer1.Margin = new System.Windows.Forms.Padding(0); this.shapeContainer1.Name = "shapeContainer1"; this.shapeContainer1.Size = new System.Drawing.Size(794, 1123); this.shapeContainer1.TabIndex = 0; this.shapeContainer1.TabStop = false; // // PaperArea // this.BackColor = System.Drawing.Color.White; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.Controls.Add(this.shapeContainer1); this.Name = "PaperArea"; this.Size = new System.Drawing.Size(794, 1123); this.ResumeLayout(false); } #endregion private Microsoft.VisualBasic.PowerPacks.ShapeContainer shapeContainer1; } }