572 lines
		
	
	
		
			27 KiB
		
	
	
	
		
			C#
		
	
	
	
			
		
		
	
	
			572 lines
		
	
	
		
			27 KiB
		
	
	
	
		
			C#
		
	
	
	
| namespace DeiNiu.Wms.CE
 | ||
| {
 | ||
|     partial class StockMaintain
 | ||
|     {
 | ||
|         /// <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 Windows 窗体设计器生成的代码
 | ||
| 
 | ||
|         /// <summary>
 | ||
|         /// 设计器支持所需的方法 - 不要
 | ||
|         /// 使用代码编辑器修改此方法的内容。
 | ||
|         /// </summary>
 | ||
|         private void InitializeComponent()
 | ||
|         {
 | ||
|             this.dg = new System.Windows.Forms.DataGrid();
 | ||
|             this.txtlocationId = new System.Windows.Forms.TextBox();
 | ||
|             this.lbcount = new System.Windows.Forms.Label();
 | ||
|             this.lbspec = new System.Windows.Forms.Label();
 | ||
|             this.label2 = new System.Windows.Forms.Label();
 | ||
|             this.label3 = new System.Windows.Forms.Label();
 | ||
|             this.lbname = new System.Windows.Forms.Label();
 | ||
|             this.label4 = new System.Windows.Forms.Label();
 | ||
|             this.label1 = new System.Windows.Forms.Label();
 | ||
|             this.lbshccj = new System.Windows.Forms.Label();
 | ||
|             this.lbbatch = new System.Windows.Forms.Label();
 | ||
|             this.label6 = new System.Windows.Forms.Label();
 | ||
|             this.lbunit = new System.Windows.Forms.Label();
 | ||
|             this.label5 = new System.Windows.Forms.Label();
 | ||
|             this.lbyxq = new System.Windows.Forms.Label();
 | ||
|             this.label10 = new System.Windows.Forms.Label();
 | ||
|             this.label13 = new System.Windows.Forms.Label();
 | ||
|             this.cb1 = new System.Windows.Forms.CheckBox();
 | ||
|             this.cb2 = new System.Windows.Forms.CheckBox();
 | ||
|             this.cb3 = new System.Windows.Forms.CheckBox();
 | ||
|             this.btnOK = new System.Windows.Forms.Button();
 | ||
|             this.cb6 = new System.Windows.Forms.CheckBox();
 | ||
|             this.cb5 = new System.Windows.Forms.CheckBox();
 | ||
|             this.cb4 = new System.Windows.Forms.CheckBox();
 | ||
|             this.lbrecordcount = new System.Windows.Forms.Label();
 | ||
|             this.txtycsl = new System.Windows.Forms.TextBox();
 | ||
|             this.label7 = new System.Windows.Forms.Label();
 | ||
|             this.cb7 = new System.Windows.Forms.CheckBox();
 | ||
|             this.cb8 = new System.Windows.Forms.CheckBox();
 | ||
|             this.tabControl1 = new System.Windows.Forms.TabControl();
 | ||
|             this.tabPage1 = new System.Windows.Forms.TabPage();
 | ||
|             this.label11 = new System.Windows.Forms.Label();
 | ||
|             this.lbGoodsType = new System.Windows.Forms.Label();
 | ||
|             this.label12 = new System.Windows.Forms.Label();
 | ||
|             this.lbbigcount = new System.Windows.Forms.Label();
 | ||
|             this.label9 = new System.Windows.Forms.Label();
 | ||
|             this.tabPage2 = new System.Windows.Forms.TabPage();
 | ||
|             this.dg1 = new System.Windows.Forms.DataGrid();
 | ||
|             this.tabPage3 = new System.Windows.Forms.TabPage();
 | ||
|             this.panel2 = new System.Windows.Forms.Panel();
 | ||
|             this.dataGrid1 = new System.Windows.Forms.DataGrid();
 | ||
|             this.panel1 = new System.Windows.Forms.Panel();
 | ||
|             this.button1 = new System.Windows.Forms.Button();
 | ||
|             this.label8 = new System.Windows.Forms.Label();
 | ||
|             this.textBox1 = new System.Windows.Forms.TextBox();
 | ||
|             this.tabControl1.SuspendLayout();
 | ||
|             this.tabPage1.SuspendLayout();
 | ||
|             this.tabPage2.SuspendLayout();
 | ||
|             this.tabPage3.SuspendLayout();
 | ||
|             this.panel2.SuspendLayout();
 | ||
|             this.panel1.SuspendLayout();
 | ||
|             this.SuspendLayout();
 | ||
|             // 
 | ||
|             // dg
 | ||
|             // 
 | ||
|             this.dg.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
 | ||
|             this.dg.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.dg.Location = new System.Drawing.Point(2, 261);
 | ||
|             this.dg.Name = "dg";
 | ||
|             this.dg.RowHeadersVisible = false;
 | ||
|             this.dg.Size = new System.Drawing.Size(210, 84);
 | ||
|             this.dg.TabIndex = 1;
 | ||
|             this.dg.DoubleClick += new System.EventHandler(this.dg_DoubleClick);
 | ||
|             // 
 | ||
|             // txtlocationId
 | ||
|             // 
 | ||
|             this.txtlocationId.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.txtlocationId.Location = new System.Drawing.Point(45, 5);
 | ||
|             this.txtlocationId.Name = "txtlocationId";
 | ||
|             this.txtlocationId.Size = new System.Drawing.Size(104, 21);
 | ||
|             this.txtlocationId.TabIndex = 52;
 | ||
|             this.txtlocationId.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtlocationId_KeyUp);
 | ||
|             // 
 | ||
|             // lbcount
 | ||
|             // 
 | ||
|             this.lbcount.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lbcount.ForeColor = System.Drawing.Color.Blue;
 | ||
|             this.lbcount.Location = new System.Drawing.Point(45, 33);
 | ||
|             this.lbcount.Name = "lbcount";
 | ||
|             this.lbcount.Size = new System.Drawing.Size(74, 20);
 | ||
|             // 
 | ||
|             // lbspec
 | ||
|             // 
 | ||
|             this.lbspec.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lbspec.Location = new System.Drawing.Point(45, 115);
 | ||
|             this.lbspec.Name = "lbspec";
 | ||
|             this.lbspec.Size = new System.Drawing.Size(153, 20);
 | ||
|             // 
 | ||
|             // label2
 | ||
|             // 
 | ||
|             this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label2.Location = new System.Drawing.Point(6, 33);
 | ||
|             this.label2.Name = "label2";
 | ||
|             this.label2.Size = new System.Drawing.Size(37, 20);
 | ||
|             this.label2.Text = "数量:";
 | ||
|             // 
 | ||
|             // label3
 | ||
|             // 
 | ||
|             this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label3.Location = new System.Drawing.Point(6, 6);
 | ||
|             this.label3.Name = "label3";
 | ||
|             this.label3.Size = new System.Drawing.Size(37, 20);
 | ||
|             this.label3.Text = "货位:";
 | ||
|             // 
 | ||
|             // lbname
 | ||
|             // 
 | ||
|             this.lbname.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lbname.Location = new System.Drawing.Point(45, 55);
 | ||
|             this.lbname.Name = "lbname";
 | ||
|             this.lbname.Size = new System.Drawing.Size(165, 20);
 | ||
|             // 
 | ||
|             // label4
 | ||
|             // 
 | ||
|             this.label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label4.Location = new System.Drawing.Point(6, 115);
 | ||
|             this.label4.Name = "label4";
 | ||
|             this.label4.Size = new System.Drawing.Size(37, 20);
 | ||
|             this.label4.Text = "规格:";
 | ||
|             // 
 | ||
|             // label1
 | ||
|             // 
 | ||
|             this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label1.Location = new System.Drawing.Point(6, 55);
 | ||
|             this.label1.Name = "label1";
 | ||
|             this.label1.Size = new System.Drawing.Size(37, 20);
 | ||
|             this.label1.Text = "品名:";
 | ||
|             // 
 | ||
|             // lbshccj
 | ||
|             // 
 | ||
|             this.lbshccj.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lbshccj.Location = new System.Drawing.Point(45, 135);
 | ||
|             this.lbshccj.Name = "lbshccj";
 | ||
|             this.lbshccj.Size = new System.Drawing.Size(165, 20);
 | ||
|             // 
 | ||
|             // lbbatch
 | ||
|             // 
 | ||
|             this.lbbatch.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lbbatch.Location = new System.Drawing.Point(45, 75);
 | ||
|             this.lbbatch.Name = "lbbatch";
 | ||
|             this.lbbatch.Size = new System.Drawing.Size(91, 20);
 | ||
|             // 
 | ||
|             // label6
 | ||
|             // 
 | ||
|             this.label6.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label6.Location = new System.Drawing.Point(6, 75);
 | ||
|             this.label6.Name = "label6";
 | ||
|             this.label6.Size = new System.Drawing.Size(39, 20);
 | ||
|             this.label6.Text = "批号:";
 | ||
|             // 
 | ||
|             // lbunit
 | ||
|             // 
 | ||
|             this.lbunit.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lbunit.ForeColor = System.Drawing.Color.Blue;
 | ||
|             this.lbunit.Location = new System.Drawing.Point(177, 75);
 | ||
|             this.lbunit.Name = "lbunit";
 | ||
|             this.lbunit.Size = new System.Drawing.Size(26, 20);
 | ||
|             // 
 | ||
|             // label5
 | ||
|             // 
 | ||
|             this.label5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label5.Location = new System.Drawing.Point(143, 75);
 | ||
|             this.label5.Name = "label5";
 | ||
|             this.label5.Size = new System.Drawing.Size(33, 20);
 | ||
|             this.label5.Text = "单位";
 | ||
|             this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
 | ||
|             // 
 | ||
|             // lbyxq
 | ||
|             // 
 | ||
|             this.lbyxq.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lbyxq.Location = new System.Drawing.Point(45, 95);
 | ||
|             this.lbyxq.Name = "lbyxq";
 | ||
|             this.lbyxq.Size = new System.Drawing.Size(82, 20);
 | ||
|             // 
 | ||
|             // label10
 | ||
|             // 
 | ||
|             this.label10.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label10.Location = new System.Drawing.Point(6, 95);
 | ||
|             this.label10.Name = "label10";
 | ||
|             this.label10.Size = new System.Drawing.Size(37, 20);
 | ||
|             this.label10.Text = "效期:";
 | ||
|             // 
 | ||
|             // label13
 | ||
|             // 
 | ||
|             this.label13.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label13.Location = new System.Drawing.Point(6, 135);
 | ||
|             this.label13.Name = "label13";
 | ||
|             this.label13.Size = new System.Drawing.Size(37, 20);
 | ||
|             this.label13.Text = "厂家:";
 | ||
|             // 
 | ||
|             // cb1
 | ||
|             // 
 | ||
|             this.cb1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.cb1.Location = new System.Drawing.Point(6, 181);
 | ||
|             this.cb1.Name = "cb1";
 | ||
|             this.cb1.Size = new System.Drawing.Size(59, 20);
 | ||
|             this.cb1.TabIndex = 85;
 | ||
|             this.cb1.Text = "翻跺";
 | ||
|             // 
 | ||
|             // cb2
 | ||
|             // 
 | ||
|             this.cb2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.cb2.Location = new System.Drawing.Point(55, 181);
 | ||
|             this.cb2.Name = "cb2";
 | ||
|             this.cb2.Size = new System.Drawing.Size(59, 20);
 | ||
|             this.cb2.TabIndex = 86;
 | ||
|             this.cb2.Text = "外观";
 | ||
|             // 
 | ||
|             // cb3
 | ||
|             // 
 | ||
|             this.cb3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.cb3.Location = new System.Drawing.Point(105, 181);
 | ||
|             this.cb3.Name = "cb3";
 | ||
|             this.cb3.Size = new System.Drawing.Size(59, 20);
 | ||
|             this.cb3.TabIndex = 87;
 | ||
|             this.cb3.Text = "除湿";
 | ||
|             // 
 | ||
|             // btnOK
 | ||
|             // 
 | ||
|             this.btnOK.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
 | ||
|             this.btnOK.Location = new System.Drawing.Point(161, 5);
 | ||
|             this.btnOK.Name = "btnOK";
 | ||
|             this.btnOK.Size = new System.Drawing.Size(49, 22);
 | ||
|             this.btnOK.TabIndex = 88;
 | ||
|             this.btnOK.Text = "确认";
 | ||
|             this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
 | ||
|             // 
 | ||
|             // cb6
 | ||
|             // 
 | ||
|             this.cb6.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.cb6.Location = new System.Drawing.Point(56, 205);
 | ||
|             this.cb6.Name = "cb6";
 | ||
|             this.cb6.Size = new System.Drawing.Size(59, 20);
 | ||
|             this.cb6.TabIndex = 91;
 | ||
|             this.cb6.Text = "降温";
 | ||
|             // 
 | ||
|             // cb5
 | ||
|             // 
 | ||
|             this.cb5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.cb5.Location = new System.Drawing.Point(6, 205);
 | ||
|             this.cb5.Name = "cb5";
 | ||
|             this.cb5.Size = new System.Drawing.Size(59, 20);
 | ||
|             this.cb5.TabIndex = 90;
 | ||
|             this.cb5.Text = "升温";
 | ||
|             // 
 | ||
|             // cb4
 | ||
|             // 
 | ||
|             this.cb4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.cb4.Location = new System.Drawing.Point(154, 181);
 | ||
|             this.cb4.Name = "cb4";
 | ||
|             this.cb4.Size = new System.Drawing.Size(55, 20);
 | ||
|             this.cb4.TabIndex = 89;
 | ||
|             this.cb4.Text = "加湿";
 | ||
|             // 
 | ||
|             // lbrecordcount
 | ||
|             // 
 | ||
|             this.lbrecordcount.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lbrecordcount.ForeColor = System.Drawing.Color.Red;
 | ||
|             this.lbrecordcount.Location = new System.Drawing.Point(58, 238);
 | ||
|             this.lbrecordcount.Name = "lbrecordcount";
 | ||
|             this.lbrecordcount.Size = new System.Drawing.Size(91, 20);
 | ||
|             // 
 | ||
|             // txtycsl
 | ||
|             // 
 | ||
|             this.txtycsl.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.txtycsl.Location = new System.Drawing.Point(161, 32);
 | ||
|             this.txtycsl.Name = "txtycsl";
 | ||
|             this.txtycsl.Size = new System.Drawing.Size(49, 21);
 | ||
|             this.txtycsl.TabIndex = 109;
 | ||
|             this.txtycsl.Text = "0";
 | ||
|             this.txtycsl.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtycsl_KeyUp);
 | ||
|             // 
 | ||
|             // label7
 | ||
|             // 
 | ||
|             this.label7.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label7.Location = new System.Drawing.Point(117, 34);
 | ||
|             this.label7.Name = "label7";
 | ||
|             this.label7.Size = new System.Drawing.Size(38, 20);
 | ||
|             this.label7.Text = "异常";
 | ||
|             this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
 | ||
|             // 
 | ||
|             // cb7
 | ||
|             // 
 | ||
|             this.cb7.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.cb7.Location = new System.Drawing.Point(105, 205);
 | ||
|             this.cb7.Name = "cb7";
 | ||
|             this.cb7.Size = new System.Drawing.Size(59, 20);
 | ||
|             this.cb7.TabIndex = 128;
 | ||
|             this.cb7.Text = "通风";
 | ||
|             // 
 | ||
|             // cb8
 | ||
|             // 
 | ||
|             this.cb8.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.cb8.Location = new System.Drawing.Point(154, 205);
 | ||
|             this.cb8.Name = "cb8";
 | ||
|             this.cb8.Size = new System.Drawing.Size(55, 20);
 | ||
|             this.cb8.TabIndex = 129;
 | ||
|             this.cb8.Text = "除尘";
 | ||
|             // 
 | ||
|             // tabControl1
 | ||
|             // 
 | ||
|             this.tabControl1.Controls.Add(this.tabPage1);
 | ||
|             this.tabControl1.Controls.Add(this.tabPage2);
 | ||
|             this.tabControl1.Controls.Add(this.tabPage3);
 | ||
|             this.tabControl1.Location = new System.Drawing.Point(2, 3);
 | ||
|             this.tabControl1.Name = "tabControl1";
 | ||
|             this.tabControl1.SelectedIndex = 0;
 | ||
|             this.tabControl1.Size = new System.Drawing.Size(222, 377);
 | ||
|             this.tabControl1.TabIndex = 148;
 | ||
|             this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
 | ||
|             // 
 | ||
|             // tabPage1
 | ||
|             // 
 | ||
|             this.tabPage1.Controls.Add(this.label11);
 | ||
|             this.tabPage1.Controls.Add(this.lbGoodsType);
 | ||
|             this.tabPage1.Controls.Add(this.label12);
 | ||
|             this.tabPage1.Controls.Add(this.lbbigcount);
 | ||
|             this.tabPage1.Controls.Add(this.label9);
 | ||
|             this.tabPage1.Controls.Add(this.label4);
 | ||
|             this.tabPage1.Controls.Add(this.cb8);
 | ||
|             this.tabPage1.Controls.Add(this.dg);
 | ||
|             this.tabPage1.Controls.Add(this.cb7);
 | ||
|             this.tabPage1.Controls.Add(this.label1);
 | ||
|             this.tabPage1.Controls.Add(this.txtycsl);
 | ||
|             this.tabPage1.Controls.Add(this.lbname);
 | ||
|             this.tabPage1.Controls.Add(this.label7);
 | ||
|             this.tabPage1.Controls.Add(this.label3);
 | ||
|             this.tabPage1.Controls.Add(this.lbrecordcount);
 | ||
|             this.tabPage1.Controls.Add(this.label2);
 | ||
|             this.tabPage1.Controls.Add(this.cb6);
 | ||
|             this.tabPage1.Controls.Add(this.lbspec);
 | ||
|             this.tabPage1.Controls.Add(this.cb5);
 | ||
|             this.tabPage1.Controls.Add(this.lbshccj);
 | ||
|             this.tabPage1.Controls.Add(this.cb4);
 | ||
|             this.tabPage1.Controls.Add(this.lbcount);
 | ||
|             this.tabPage1.Controls.Add(this.btnOK);
 | ||
|             this.tabPage1.Controls.Add(this.txtlocationId);
 | ||
|             this.tabPage1.Controls.Add(this.cb3);
 | ||
|             this.tabPage1.Controls.Add(this.label6);
 | ||
|             this.tabPage1.Controls.Add(this.cb2);
 | ||
|             this.tabPage1.Controls.Add(this.lbbatch);
 | ||
|             this.tabPage1.Controls.Add(this.cb1);
 | ||
|             this.tabPage1.Controls.Add(this.label5);
 | ||
|             this.tabPage1.Controls.Add(this.lbunit);
 | ||
|             this.tabPage1.Controls.Add(this.label13);
 | ||
|             this.tabPage1.Controls.Add(this.label10);
 | ||
|             this.tabPage1.Controls.Add(this.lbyxq);
 | ||
|             this.tabPage1.Location = new System.Drawing.Point(4, 25);
 | ||
|             this.tabPage1.Name = "tabPage1";
 | ||
|             this.tabPage1.Size = new System.Drawing.Size(214, 348);
 | ||
|             this.tabPage1.Text = "养护";
 | ||
|             // 
 | ||
|             // label11
 | ||
|             // 
 | ||
|             this.label11.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label11.Location = new System.Drawing.Point(6, 238);
 | ||
|             this.label11.Name = "label11";
 | ||
|             this.label11.Size = new System.Drawing.Size(46, 20);
 | ||
|             this.label11.Text = "待养护";
 | ||
|             this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
 | ||
|             // 
 | ||
|             // lbGoodsType
 | ||
|             // 
 | ||
|             this.lbGoodsType.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lbGoodsType.ForeColor = System.Drawing.Color.Blue;
 | ||
|             this.lbGoodsType.Location = new System.Drawing.Point(45, 155);
 | ||
|             this.lbGoodsType.Name = "lbGoodsType";
 | ||
|             this.lbGoodsType.Size = new System.Drawing.Size(70, 20);
 | ||
|             // 
 | ||
|             // label12
 | ||
|             // 
 | ||
|             this.label12.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label12.Location = new System.Drawing.Point(6, 155);
 | ||
|             this.label12.Name = "label12";
 | ||
|             this.label12.Size = new System.Drawing.Size(37, 20);
 | ||
|             this.label12.Text = "类别:";
 | ||
|             // 
 | ||
|             // lbbigcount
 | ||
|             // 
 | ||
|             this.lbbigcount.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lbbigcount.ForeColor = System.Drawing.Color.Blue;
 | ||
|             this.lbbigcount.Location = new System.Drawing.Point(177, 95);
 | ||
|             this.lbbigcount.Name = "lbbigcount";
 | ||
|             this.lbbigcount.Size = new System.Drawing.Size(37, 20);
 | ||
|             // 
 | ||
|             // label9
 | ||
|             // 
 | ||
|             this.label9.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label9.Location = new System.Drawing.Point(125, 95);
 | ||
|             this.label9.Name = "label9";
 | ||
|             this.label9.Size = new System.Drawing.Size(51, 20);
 | ||
|             this.label9.Text = "大包装";
 | ||
|             this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
 | ||
|             // 
 | ||
|             // tabPage2
 | ||
|             // 
 | ||
|             this.tabPage2.Controls.Add(this.dg1);
 | ||
|             this.tabPage2.Location = new System.Drawing.Point(4, 25);
 | ||
|             this.tabPage2.Name = "tabPage2";
 | ||
|             this.tabPage2.Size = new System.Drawing.Size(214, 348);
 | ||
|             this.tabPage2.Text = "异常";
 | ||
|             // 
 | ||
|             // dg1
 | ||
|             // 
 | ||
|             this.dg1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
 | ||
|             this.dg1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.dg1.Location = new System.Drawing.Point(2, 3);
 | ||
|             this.dg1.Name = "dg1";
 | ||
|             this.dg1.RowHeadersVisible = false;
 | ||
|             this.dg1.Size = new System.Drawing.Size(210, 244);
 | ||
|             this.dg1.TabIndex = 0;
 | ||
|             // 
 | ||
|             // tabPage3
 | ||
|             // 
 | ||
|             this.tabPage3.Controls.Add(this.panel2);
 | ||
|             this.tabPage3.Controls.Add(this.panel1);
 | ||
|             this.tabPage3.Location = new System.Drawing.Point(4, 25);
 | ||
|             this.tabPage3.Name = "tabPage3";
 | ||
|             this.tabPage3.Size = new System.Drawing.Size(214, 348);
 | ||
|             this.tabPage3.Text = "解锁库存";
 | ||
|             // 
 | ||
|             // panel2
 | ||
|             // 
 | ||
|             this.panel2.Controls.Add(this.dataGrid1);
 | ||
|             this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
 | ||
|             this.panel2.Location = new System.Drawing.Point(0, 38);
 | ||
|             this.panel2.Name = "panel2";
 | ||
|             this.panel2.Size = new System.Drawing.Size(214, 307);
 | ||
|             // 
 | ||
|             // dataGrid1
 | ||
|             // 
 | ||
|             this.dataGrid1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
 | ||
|             this.dataGrid1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.dataGrid1.Location = new System.Drawing.Point(2, 0);
 | ||
|             this.dataGrid1.Name = "dataGrid1";
 | ||
|             this.dataGrid1.RowHeadersVisible = false;
 | ||
|             this.dataGrid1.Size = new System.Drawing.Size(210, 209);
 | ||
|             this.dataGrid1.TabIndex = 0;
 | ||
|             // 
 | ||
|             // panel1
 | ||
|             // 
 | ||
|             this.panel1.Controls.Add(this.button1);
 | ||
|             this.panel1.Controls.Add(this.label8);
 | ||
|             this.panel1.Controls.Add(this.textBox1);
 | ||
|             this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
 | ||
|             this.panel1.Location = new System.Drawing.Point(0, 0);
 | ||
|             this.panel1.Name = "panel1";
 | ||
|             this.panel1.Size = new System.Drawing.Size(214, 38);
 | ||
|             // 
 | ||
|             // button1
 | ||
|             // 
 | ||
|             this.button1.Location = new System.Drawing.Point(162, 9);
 | ||
|             this.button1.Name = "button1";
 | ||
|             this.button1.Size = new System.Drawing.Size(45, 20);
 | ||
|             this.button1.TabIndex = 2;
 | ||
|             this.button1.Text = "解锁";
 | ||
|             this.button1.Click += new System.EventHandler(this.button1_Click);
 | ||
|             // 
 | ||
|             // label8
 | ||
|             // 
 | ||
|             this.label8.Location = new System.Drawing.Point(5, 9);
 | ||
|             this.label8.Name = "label8";
 | ||
|             this.label8.Size = new System.Drawing.Size(52, 20);
 | ||
|             this.label8.Text = "货位码";
 | ||
|             this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
 | ||
|             // 
 | ||
|             // textBox1
 | ||
|             // 
 | ||
|             this.textBox1.Location = new System.Drawing.Point(57, 6);
 | ||
|             this.textBox1.Name = "textBox1";
 | ||
|             this.textBox1.Size = new System.Drawing.Size(100, 23);
 | ||
|             this.textBox1.TabIndex = 0;
 | ||
|             this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
 | ||
|             // 
 | ||
|             // StockMaintain
 | ||
|             // 
 | ||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
 | ||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
 | ||
|             this.AutoScroll = true;
 | ||
|             this.ClientSize = new System.Drawing.Size(243, 275);
 | ||
|             this.Controls.Add(this.tabControl1);
 | ||
|             this.Name = "StockMaintain";
 | ||
|             this.Text = "养护管理";
 | ||
|             this.Load += new System.EventHandler(this.StockMaintain_Load);
 | ||
|             this.tabControl1.ResumeLayout(false);
 | ||
|             this.tabPage1.ResumeLayout(false);
 | ||
|             this.tabPage2.ResumeLayout(false);
 | ||
|             this.tabPage3.ResumeLayout(false);
 | ||
|             this.panel2.ResumeLayout(false);
 | ||
|             this.panel1.ResumeLayout(false);
 | ||
|             this.ResumeLayout(false);
 | ||
| 
 | ||
|         }
 | ||
| 
 | ||
|         #endregion
 | ||
| 
 | ||
|         private System.Windows.Forms.DataGrid dg;
 | ||
|         private System.Windows.Forms.TextBox txtlocationId;
 | ||
|         private System.Windows.Forms.Label lbcount;
 | ||
|         private System.Windows.Forms.Label lbspec;
 | ||
|         private System.Windows.Forms.Label label2;
 | ||
|         private System.Windows.Forms.Label label3;
 | ||
|         private System.Windows.Forms.Label lbname;
 | ||
|         private System.Windows.Forms.Label label4;
 | ||
|         private System.Windows.Forms.Label label1;
 | ||
|         private System.Windows.Forms.Label lbshccj;
 | ||
|         private System.Windows.Forms.Label lbbatch;
 | ||
|         private System.Windows.Forms.Label label6;
 | ||
|         private System.Windows.Forms.Label lbunit;
 | ||
|         private System.Windows.Forms.Label label5;
 | ||
|         private System.Windows.Forms.Label lbyxq;
 | ||
|         private System.Windows.Forms.Label label10;
 | ||
|         private System.Windows.Forms.Label label13;
 | ||
|         private System.Windows.Forms.CheckBox cb1;
 | ||
|         private System.Windows.Forms.CheckBox cb2;
 | ||
|         private System.Windows.Forms.CheckBox cb3;
 | ||
|         private System.Windows.Forms.Button btnOK;
 | ||
|         private System.Windows.Forms.CheckBox cb6;
 | ||
|         private System.Windows.Forms.CheckBox cb5;
 | ||
|         private System.Windows.Forms.CheckBox cb4;
 | ||
|         private System.Windows.Forms.Label lbrecordcount;
 | ||
|         private System.Windows.Forms.TextBox txtycsl;
 | ||
|         private System.Windows.Forms.Label label7;
 | ||
|         private System.Windows.Forms.CheckBox cb7;
 | ||
|         private System.Windows.Forms.CheckBox cb8;
 | ||
|         private System.Windows.Forms.TabControl tabControl1;
 | ||
|         private System.Windows.Forms.TabPage tabPage1;
 | ||
|         private System.Windows.Forms.TabPage tabPage2;
 | ||
|         private System.Windows.Forms.DataGrid dg1;
 | ||
|         private System.Windows.Forms.TabPage tabPage3;
 | ||
|         private System.Windows.Forms.Panel panel2;
 | ||
|         private System.Windows.Forms.DataGrid dataGrid1;
 | ||
|         private System.Windows.Forms.Panel panel1;
 | ||
|         private System.Windows.Forms.Button button1;
 | ||
|         private System.Windows.Forms.Label label8;
 | ||
|         private System.Windows.Forms.TextBox textBox1;
 | ||
|         private System.Windows.Forms.Label lbbigcount;
 | ||
|         private System.Windows.Forms.Label label9;
 | ||
|         private System.Windows.Forms.Label lbGoodsType;
 | ||
|         private System.Windows.Forms.Label label12;
 | ||
|         private System.Windows.Forms.Label label11;
 | ||
|     }
 | ||
| } |