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

📄 bomform.cs

📁 是C#写的一个实用系统
💻 CS
📖 第 1 页 / 共 3 页
字号:
			// tBtnNew
			// 
			this.tBtnNew.ImageIndex = 4;
			this.tBtnNew.Text = "新增";
			this.tBtnNew.ToolTipText = "新增";
			// 
			// tBtnEdit
			// 
			this.tBtnEdit.ImageIndex = 5;
			this.tBtnEdit.Text = "修改";
			this.tBtnEdit.ToolTipText = "修改";
			// 
			// tBtnDelete
			// 
			this.tBtnDelete.ImageIndex = 6;
			this.tBtnDelete.Text = "删除";
			this.tBtnDelete.ToolTipText = "删除";
			// 
			// tBtnSubmit
			// 
			this.tBtnSubmit.ImageIndex = 7;
			this.tBtnSubmit.Text = "提交";
			this.tBtnSubmit.ToolTipText = "提交";
			// 
			// tBtnCancel
			// 
			this.tBtnCancel.ImageIndex = 8;
			this.tBtnCancel.Text = "取消";
			this.tBtnCancel.ToolTipText = "取消";
			// 
			// tBtnQuit
			// 
			this.tBtnQuit.ImageIndex = 9;
			this.tBtnQuit.Text = "退出";
			this.tBtnQuit.ToolTipText = "退出";
			// 
			// imageList1
			// 
			this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
			this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
			this.imageList1.TransparentColor = System.Drawing.SystemColors.ControlLightLight;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.selBtn1);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Controls.Add(this.txt1);
			this.groupBox1.Controls.Add(this.txt2);
			this.groupBox1.Controls.Add(this.txt4);
			this.groupBox1.Controls.Add(this.txt3);
			this.groupBox1.Controls.Add(this.txt6);
			this.groupBox1.Controls.Add(this.txt5);
			this.groupBox1.Controls.Add(this.txt8);
			this.groupBox1.Controls.Add(this.txt7);
			this.groupBox1.Controls.Add(this.txt9);
			this.groupBox1.Controls.Add(this.txt10);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.label3);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.Controls.Add(this.label5);
			this.groupBox1.Controls.Add(this.label6);
			this.groupBox1.Controls.Add(this.label7);
			this.groupBox1.Controls.Add(this.label8);
			this.groupBox1.Controls.Add(this.label9);
			this.groupBox1.Controls.Add(this.label10);
			this.groupBox1.Location = new System.Drawing.Point(200, 48);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(384, 392);
			this.groupBox1.TabIndex = 27;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "物料详细信息";
			// 
			// selBtn1
			// 
			this.selBtn1.Enabled = false;
			this.selBtn1.Image = ((System.Drawing.Image)(resources.GetObject("selBtn1.Image")));
			this.selBtn1.Location = new System.Drawing.Point(176, 72);
			this.selBtn1.Name = "selBtn1";
			this.selBtn1.Size = new System.Drawing.Size(24, 23);
			this.selBtn1.TabIndex = 51;
			this.selBtn1.Click += new System.EventHandler(this.selBtn1_Click);
			this.selBtn1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.selBtn1_MouseUp);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(70, 48);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(100, 16);
			this.label1.TabIndex = 44;
			this.label1.Text = "物料编号";
			// 
			// txt1
			// 
			this.txt1.Location = new System.Drawing.Point(70, 72);
			this.txt1.Name = "txt1";
			this.txt1.ReadOnly = true;
			this.txt1.TabIndex = 35;
			this.txt1.Text = "";
			// 
			// txt2
			// 
			this.txt2.Location = new System.Drawing.Point(208, 72);
			this.txt2.Name = "txt2";
			this.txt2.ReadOnly = true;
			this.txt2.TabIndex = 34;
			this.txt2.Text = "";
			// 
			// txt4
			// 
			this.txt4.Location = new System.Drawing.Point(208, 128);
			this.txt4.Name = "txt4";
			this.txt4.ReadOnly = true;
			this.txt4.TabIndex = 37;
			this.txt4.Text = "";
			// 
			// txt3
			// 
			this.txt3.Location = new System.Drawing.Point(70, 128);
			this.txt3.Name = "txt3";
			this.txt3.ReadOnly = true;
			this.txt3.TabIndex = 36;
			this.txt3.Text = "";
			// 
			// txt6
			// 
			this.txt6.Location = new System.Drawing.Point(144, 176);
			this.txt6.Name = "txt6";
			this.txt6.ReadOnly = true;
			this.txt6.Size = new System.Drawing.Size(64, 21);
			this.txt6.TabIndex = 33;
			this.txt6.Text = "";
			// 
			// txt5
			// 
			this.txt5.Location = new System.Drawing.Point(72, 176);
			this.txt5.Name = "txt5";
			this.txt5.ReadOnly = true;
			this.txt5.Size = new System.Drawing.Size(64, 21);
			this.txt5.TabIndex = 29;
			this.txt5.Text = "";
			// 
			// txt8
			// 
			this.txt8.Location = new System.Drawing.Point(208, 224);
			this.txt8.Name = "txt8";
			this.txt8.ReadOnly = true;
			this.txt8.Size = new System.Drawing.Size(104, 21);
			this.txt8.TabIndex = 28;
			this.txt8.Text = "";
			// 
			// txt7
			// 
			this.txt7.Location = new System.Drawing.Point(72, 224);
			this.txt7.Name = "txt7";
			this.txt7.ReadOnly = true;
			this.txt7.Size = new System.Drawing.Size(112, 21);
			this.txt7.TabIndex = 30;
			this.txt7.Text = "";
			// 
			// txt9
			// 
			this.txt9.Location = new System.Drawing.Point(212, 176);
			this.txt9.Name = "txt9";
			this.txt9.ReadOnly = true;
			this.txt9.Size = new System.Drawing.Size(96, 21);
			this.txt9.TabIndex = 32;
			this.txt9.Text = "";
			// 
			// txt10
			// 
			this.txt10.Location = new System.Drawing.Point(72, 280);
			this.txt10.Name = "txt10";
			this.txt10.ReadOnly = true;
			this.txt10.Size = new System.Drawing.Size(240, 21);
			this.txt10.TabIndex = 31;
			this.txt10.Text = "";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(208, 48);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(100, 16);
			this.label2.TabIndex = 43;
			this.label2.Text = "物料名称";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(70, 112);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(100, 16);
			this.label3.TabIndex = 45;
			this.label3.Text = "父项编号";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(208, 112);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(100, 16);
			this.label4.TabIndex = 47;
			this.label4.Text = "父项名称";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(72, 160);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(64, 16);
			this.label5.TabIndex = 46;
			this.label5.Text = "需要数量";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(144, 160);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(48, 16);
			this.label6.TabIndex = 39;
			this.label6.Text = "低层码";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(72, 208);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(72, 16);
			this.label7.TabIndex = 38;
			this.label7.Text = "领料车间";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(208, 208);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(100, 16);
			this.label8.TabIndex = 40;
			this.label8.Text = "领料库房";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(216, 160);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(72, 16);
			this.label9.TabIndex = 42;
			this.label9.Text = "审核日期";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(72, 256);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(100, 16);
			this.label10.TabIndex = 41;
			this.label10.Text = "其他事项";
			// 
			// BomForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.ClientSize = new System.Drawing.Size(600, 445);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.treeView1);
			this.Controls.Add(this.toolBar1);
			this.Name = "BomForm";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "【物料清单BOM】";

⌨️ 快捷键说明

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