⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 produceplan.cs

📁 生产管理系统 包括库存管理 销售管理 生产管理 日历管理 等功能
💻 CS
📖 第 1 页 / 共 5 页
字号:
			this.txt1.TextChanged += new System.EventHandler(this.txt1_TextChanged);
			// 
			// txt5
			// 
			this.txt5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "主生产计划.计划期"));
			this.txt5.Enabled = false;
			this.txt5.Location = new System.Drawing.Point(254, 48);
			this.txt5.Name = "txt5";
			this.txt5.ReadOnly = true;
			this.txt5.TabIndex = 62;
			this.txt5.Text = "";
			// 
			// txt4
			// 
			this.txt4.Enabled = false;
			this.txt4.Location = new System.Drawing.Point(254, 24);
			this.txt4.Name = "txt4";
			this.txt4.ReadOnly = true;
			this.txt4.TabIndex = 54;
			this.txt4.Text = "";
			// 
			// txt3
			// 
			this.txt3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "主生产计划.开始日期"));
			this.txt3.Enabled = false;
			this.txt3.Location = new System.Drawing.Point(70, 72);
			this.txt3.Name = "txt3";
			this.txt3.ReadOnly = true;
			this.txt3.TabIndex = 53;
			this.txt3.Text = "";
			// 
			// txt6
			// 
			this.txt6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "主生产计划.结束日期"));
			this.txt6.Enabled = false;
			this.txt6.Location = new System.Drawing.Point(254, 72);
			this.txt6.Name = "txt6";
			this.txt6.ReadOnly = true;
			this.txt6.TabIndex = 61;
			this.txt6.Text = "";
			// 
			// txt11
			// 
			this.txt11.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "主生产计划.需求数量"));
			this.txt11.Location = new System.Drawing.Point(120, 112);
			this.txt11.Name = "txt11";
			this.txt11.ReadOnly = true;
			this.txt11.Size = new System.Drawing.Size(104, 21);
			this.txt11.TabIndex = 63;
			this.txt11.Text = "";
			// 
			// txt7
			// 
			this.txt7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "主生产计划.期初库存"));
			this.txt7.Location = new System.Drawing.Point(14, 112);
			this.txt7.Name = "txt7";
			this.txt7.ReadOnly = true;
			this.txt7.Size = new System.Drawing.Size(98, 21);
			this.txt7.TabIndex = 56;
			this.txt7.Text = "";
			// 
			// txt12
			// 
			this.txt12.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "主生产计划.MPS数量"));
			this.txt12.Location = new System.Drawing.Point(232, 112);
			this.txt12.Name = "txt12";
			this.txt12.ReadOnly = true;
			this.txt12.Size = new System.Drawing.Size(120, 21);
			this.txt12.TabIndex = 55;
			this.txt12.Text = "";
			// 
			// txt13
			// 
			this.txt13.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "主生产计划.生产单数量"));
			this.txt13.Location = new System.Drawing.Point(16, 152);
			this.txt13.Name = "txt13";
			this.txt13.ReadOnly = true;
			this.txt13.Size = new System.Drawing.Size(96, 21);
			this.txt13.TabIndex = 59;
			this.txt13.Text = "";
			// 
			// txt14
			// 
			this.txt14.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "主生产计划.预计库存"));
			this.txt14.Location = new System.Drawing.Point(120, 152);
			this.txt14.Name = "txt14";
			this.txt14.ReadOnly = true;
			this.txt14.Size = new System.Drawing.Size(104, 21);
			this.txt14.TabIndex = 60;
			this.txt14.Text = "";
			// 
			// label15
			// 
			this.label15.Location = new System.Drawing.Point(16, 176);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(32, 16);
			this.label15.TabIndex = 52;
			this.label15.Text = "备注";
			// 
			// selBtn1
			// 
			this.selBtn1.Enabled = false;
			this.selBtn1.Image = ((System.Drawing.Image)(resources.GetObject("selBtn1.Image")));
			this.selBtn1.Location = new System.Drawing.Point(176, 24);
			this.selBtn1.Name = "selBtn1";
			this.selBtn1.Size = new System.Drawing.Size(24, 23);
			this.selBtn1.TabIndex = 50;
			this.selBtn1.Click += new System.EventHandler(this.selBtn1_Click);
			this.selBtn1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.selBtn1_MouseUp);
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(40, 48);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(32, 16);
			this.label2.TabIndex = 49;
			this.label2.Text = "年份";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(16, 24);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(56, 16);
			this.label3.TabIndex = 48;
			this.label3.Text = "物料编号";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(208, 48);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(48, 16);
			this.label4.TabIndex = 49;
			this.label4.Text = "计划期";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(216, 24);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(32, 16);
			this.label5.TabIndex = 48;
			this.label5.Text = "名称";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(16, 72);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(56, 16);
			this.label8.TabIndex = 48;
			this.label8.Text = "开始日期";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(200, 72);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(56, 16);
			this.label9.TabIndex = 49;
			this.label9.Text = "结束日期";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(120, 96);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(56, 16);
			this.label10.TabIndex = 49;
			this.label10.Text = "需求数量";
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(16, 96);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(56, 16);
			this.label11.TabIndex = 48;
			this.label11.Text = "期初库存";
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(232, 96);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(56, 16);
			this.label12.TabIndex = 48;
			this.label12.Text = "MPS数量";
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(16, 136);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(71, 16);
			this.label13.TabIndex = 49;
			this.label13.Text = "生产单数量";
			// 
			// label14
			// 
			this.label14.Location = new System.Drawing.Point(120, 136);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(56, 16);
			this.label14.TabIndex = 49;
			this.label14.Text = "预计库存";
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(232, 136);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(56, 16);
			this.label16.TabIndex = 49;
			this.label16.Text = "状态";
			// 
			// txt15
			// 
			this.txt15.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "主生产计划.状态"));
			this.txt15.Enabled = false;
			this.txt15.Location = new System.Drawing.Point(232, 152);
			this.txt15.Name = "txt15";
			this.txt15.ReadOnly = true;
			this.txt15.Size = new System.Drawing.Size(120, 21);
			this.txt15.TabIndex = 60;
			this.txt15.Text = "";
			// 
			// groupBox4
			// 
			this.groupBox4.Controls.Add(this.importBtn);
			this.groupBox4.Controls.Add(this.dataGrid2);
			this.groupBox4.Location = new System.Drawing.Point(336, 320);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.Size = new System.Drawing.Size(368, 160);
			this.groupBox4.TabIndex = 36;
			this.groupBox4.TabStop = false;
			// 
			// importBtn
			// 
			this.importBtn.Location = new System.Drawing.Point(16, 16);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -