| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- namespace Dongke.WinForm.Controls.InvoiceLayout
- {
- partial class PaperArea
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- 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;
- }
- }
|