namespace Mesnac.Action.ChemicalWeighing.Barrel { partial class FrmBarrel { /// /// 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.chcIsEnable = new System.Windows.Forms.CheckBox(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOk = new System.Windows.Forms.Button(); this.txtBarrelName = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtBarCode = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtMaterialID = new System.Windows.Forms.TextBox(); this.txtMaterialName = new System.Windows.Forms.TextBox(); this.lable3 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // chcIsEnable // this.chcIsEnable.AutoSize = true; this.chcIsEnable.Checked = true; this.chcIsEnable.CheckState = System.Windows.Forms.CheckState.Checked; this.chcIsEnable.Location = new System.Drawing.Point(50, 217); this.chcIsEnable.Margin = new System.Windows.Forms.Padding(2); this.chcIsEnable.Name = "chcIsEnable"; this.chcIsEnable.Size = new System.Drawing.Size(72, 16); this.chcIsEnable.TabIndex = 14; this.chcIsEnable.Text = "是否启用"; this.chcIsEnable.UseVisualStyleBackColor = true; // // 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(279, 205); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(72, 32); this.btnCancel.TabIndex = 16; 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(161, 205); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(72, 32); this.btnOk.TabIndex = 15; this.btnOk.Text = "确定(&O)"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.button1_Click); // // txtBarrelName // this.txtBarrelName.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtBarrelName.Location = new System.Drawing.Point(138, 33); this.txtBarrelName.Name = "txtBarrelName"; this.txtBarrelName.Size = new System.Drawing.Size(278, 29); this.txtBarrelName.TabIndex = 17; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(60, 38); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(69, 19); this.label3.TabIndex = 18; this.label3.Text = "桶名称"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(19, 83); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(109, 19); this.label1.TabIndex = 18; this.label1.Text = "条码二维码"; // // txtBarCode // this.txtBarCode.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtBarCode.Location = new System.Drawing.Point(138, 73); this.txtBarCode.Name = "txtBarCode"; this.txtBarCode.Size = new System.Drawing.Size(278, 29); this.txtBarCode.TabIndex = 17; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(17, 125); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(109, 19); this.label2.TabIndex = 18; this.label2.Text = "配方二维码"; // // txtMaterialID // this.txtMaterialID.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtMaterialID.Location = new System.Drawing.Point(138, 118); this.txtMaterialID.Name = "txtMaterialID"; this.txtMaterialID.Size = new System.Drawing.Size(278, 29); this.txtMaterialID.TabIndex = 17; // // txtMaterialName // this.txtMaterialName.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtMaterialName.Location = new System.Drawing.Point(138, 163); this.txtMaterialName.Name = "txtMaterialName"; this.txtMaterialName.Size = new System.Drawing.Size(278, 29); this.txtMaterialName.TabIndex = 17; // // lable3 // this.lable3.AutoSize = true; this.lable3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lable3.Location = new System.Drawing.Point(35, 170); this.lable3.Name = "lable3"; this.lable3.Size = new System.Drawing.Size(89, 19); this.lable3.TabIndex = 18; this.lable3.Text = "配方名称"; // // FrmBarrel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(463, 264); this.Controls.Add(this.lable3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.label3); this.Controls.Add(this.txtMaterialName); this.Controls.Add(this.txtMaterialID); this.Controls.Add(this.txtBarCode); this.Controls.Add(this.txtBarrelName); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOk); this.Controls.Add(this.chcIsEnable); this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.Name = "FrmBarrel"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "料桶管理"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckBox chcIsEnable; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOk; private System.Windows.Forms.TextBox txtBarrelName; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtBarCode; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtMaterialID; private System.Windows.Forms.TextBox txtMaterialName; private System.Windows.Forms.Label lable3; } }