namespace LeatherApp.Page { partial class FErpMesEdit { /// /// 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.textBox1 = new System.Windows.Forms.TextBox(); this.pnlBtm.SuspendLayout(); this.SuspendLayout(); // // pnlBtm // this.pnlBtm.Location = new System.Drawing.Point(1, 240); this.pnlBtm.Size = new System.Drawing.Size(562, 55); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(434, 12); this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.Location = new System.Drawing.Point(319, 12); this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // textBox1 // this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox1.Location = new System.Drawing.Point(1, 35); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(562, 205); this.textBox1.TabIndex = 2; // // FErpMesEdit // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(564, 298); this.Controls.Add(this.textBox1); this.Name = "FErpMesEdit"; this.Text = "MES/ERP信息编辑"; this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450); this.Controls.SetChildIndex(this.pnlBtm, 0); this.Controls.SetChildIndex(this.textBox1, 0); this.pnlBtm.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBox1; } }