namespace Mesnac.Action.ChemicalWeighing.Warehouse { partial class FrmUpdateWarehouse { /// /// 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.btnCancel = new System.Windows.Forms.Button(); this.btnOk = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.txtBarCode = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.Location = new System.Drawing.Point(230, 133); this.btnCancel.Margin = new System.Windows.Forms.Padding(4); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(108, 48); this.btnCancel.TabIndex = 28; this.btnCancel.Text = "取消(&C)"; this.btnCancel.UseVisualStyleBackColor = true; // // btnOk // this.btnOk.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnOk.Location = new System.Drawing.Point(99, 133); this.btnOk.Margin = new System.Windows.Forms.Padding(4); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(108, 48); this.btnOk.TabIndex = 27; this.btnOk.Text = "确定(&O)"; this.btnOk.UseVisualStyleBackColor = true; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(37, 89); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(89, 18); this.label2.TabIndex = 25; this.label2.Text = "条码编码:"; // // txtBarCode // this.txtBarCode.Location = new System.Drawing.Point(136, 84); this.txtBarCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtBarCode.Name = "txtBarCode"; this.txtBarCode.Size = new System.Drawing.Size(202, 28); this.txtBarCode.TabIndex = 24; // // textBox1 // this.textBox1.Enabled = false; this.textBox1.Location = new System.Drawing.Point(136, 37); this.textBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(202, 28); this.textBox1.TabIndex = 24; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(37, 42); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(71, 18); this.label1.TabIndex = 25; this.label1.Text = "釜名称:"; // // FrmUpdateWarehouse // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(399, 226); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOk); this.Controls.Add(this.label1); this.Controls.Add(this.label2); this.Controls.Add(this.textBox1); this.Controls.Add(this.txtBarCode); this.Name = "FrmUpdateWarehouse"; this.Text = "更新釜信息"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOk; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtBarCode; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; } }