📄 produceplan.cs
字号:
//
this.btnSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
this.btnSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnSearch.Location = new System.Drawing.Point(16, 20);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(72, 24);
this.btnSearch.TabIndex = 3;
this.btnSearch.Text = " 搜索";
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// txt9
//
this.txt9.Location = new System.Drawing.Point(280, 24);
this.txt9.Name = "txt9";
this.txt9.TabIndex = 6;
this.txt9.Text = "";
//
// label7
//
this.label7.Location = new System.Drawing.Point(248, 28);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(32, 16);
this.label7.TabIndex = 4;
this.label7.Text = "年份";
//
// txt8
//
this.txt8.Location = new System.Drawing.Point(160, 24);
this.txt8.Name = "txt8";
this.txt8.Size = new System.Drawing.Size(80, 21);
this.txt8.TabIndex = 6;
this.txt8.Text = "";
//
// label1
//
this.label1.Location = new System.Drawing.Point(109, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 16);
this.label1.TabIndex = 4;
this.label1.Text = "物料编号";
//
// groupBox2
//
this.groupBox2.Location = new System.Drawing.Point(100, 100);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(120, 120);
this.groupBox2.TabIndex = 33;
this.groupBox2.TabStop = false;
//
// 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;
//
// toolBar1
//
this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
this.tBtnFirst,
this.tBtnPre,
this.tBtnNext,
this.tBtnLast,
this.tBtnNew,
this.tBtnEdit,
this.tBtnDelete,
this.tBtnSubmit,
this.tBtnCancel,
this.tBtnQuit});
this.toolBar1.DropDownArrows = true;
this.toolBar1.ImageList = this.imageList1;
this.toolBar1.Location = new System.Drawing.Point(0, 0);
this.toolBar1.Name = "toolBar1";
this.toolBar1.ShowToolTips = true;
this.toolBar1.Size = new System.Drawing.Size(712, 41);
this.toolBar1.TabIndex = 31;
this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
//
// tBtnFirst
//
this.tBtnFirst.ImageIndex = 0;
this.tBtnFirst.Text = "首记录";
this.tBtnFirst.ToolTipText = "首记录";
//
// tBtnPre
//
this.tBtnPre.ImageIndex = 1;
this.tBtnPre.Text = "上一记录";
this.tBtnPre.ToolTipText = "上一记录";
//
// tBtnNext
//
this.tBtnNext.ImageIndex = 2;
this.tBtnNext.Text = "下一记录";
this.tBtnNext.ToolTipText = "下一记录";
//
// tBtnLast
//
this.tBtnLast.ImageIndex = 3;
this.tBtnLast.Text = "尾记录";
this.tBtnLast.ToolTipText = "尾记录";
//
// 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 = "退出";
//
// dataGrid1
//
this.dataGrid1.CaptionVisible = false;
this.dataGrid1.DataMember = "主生产计划";
this.dataGrid1.DataSource = this.dataSet11;
this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dataGrid1.Location = new System.Drawing.Point(0, 96);
this.dataGrid1.Name = "dataGrid1";
this.dataGrid1.ReadOnly = true;
this.dataGrid1.Size = new System.Drawing.Size(336, 384);
this.dataGrid1.TabIndex = 34;
//
// dataSet11
//
this.dataSet11.DataSetName = "DataSet1";
this.dataSet11.Locale = new System.Globalization.CultureInfo("zh-CN");
//
// groupBox3
//
this.groupBox3.Controls.Add(this.selBtn2);
this.groupBox3.Controls.Add(this.txtMemo);
this.groupBox3.Controls.Add(this.txt2);
this.groupBox3.Controls.Add(this.txt1);
this.groupBox3.Controls.Add(this.txt5);
this.groupBox3.Controls.Add(this.txt4);
this.groupBox3.Controls.Add(this.txt3);
this.groupBox3.Controls.Add(this.txt6);
this.groupBox3.Controls.Add(this.txt11);
this.groupBox3.Controls.Add(this.txt7);
this.groupBox3.Controls.Add(this.txt12);
this.groupBox3.Controls.Add(this.txt13);
this.groupBox3.Controls.Add(this.txt14);
this.groupBox3.Controls.Add(this.label15);
this.groupBox3.Controls.Add(this.selBtn1);
this.groupBox3.Controls.Add(this.label2);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Controls.Add(this.label5);
this.groupBox3.Controls.Add(this.label8);
this.groupBox3.Controls.Add(this.label9);
this.groupBox3.Controls.Add(this.label10);
this.groupBox3.Controls.Add(this.label11);
this.groupBox3.Controls.Add(this.label12);
this.groupBox3.Controls.Add(this.label13);
this.groupBox3.Controls.Add(this.label14);
this.groupBox3.Controls.Add(this.label16);
this.groupBox3.Controls.Add(this.txt15);
this.groupBox3.Location = new System.Drawing.Point(336, 96);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(368, 224);
this.groupBox3.TabIndex = 35;
this.groupBox3.TabStop = false;
//
// selBtn2
//
this.selBtn2.Enabled = false;
this.selBtn2.Image = ((System.Drawing.Image)(resources.GetObject("selBtn2.Image")));
this.selBtn2.Location = new System.Drawing.Point(176, 48);
this.selBtn2.Name = "selBtn2";
this.selBtn2.Size = new System.Drawing.Size(24, 23);
this.selBtn2.TabIndex = 65;
this.selBtn2.Click += new System.EventHandler(this.selBtn2_Click);
this.selBtn2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.selBtn2_MouseUp);
//
// txtMemo
//
this.txtMemo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "主生产计划.备注"));
this.txtMemo.Location = new System.Drawing.Point(14, 192);
this.txtMemo.Name = "txtMemo";
this.txtMemo.ReadOnly = true;
this.txtMemo.Size = new System.Drawing.Size(336, 24);
this.txtMemo.TabIndex = 64;
this.txtMemo.Text = "";
//
// txt2
//
this.txt2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "主生产计划.年份"));
this.txt2.Enabled = false;
this.txt2.Location = new System.Drawing.Point(70, 48);
this.txt2.Name = "txt2";
this.txt2.ReadOnly = true;
this.txt2.TabIndex = 58;
this.txt2.Text = "";
//
// txt1
//
this.txt1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "主生产计划.物料编号"));
this.txt1.Enabled = false;
this.txt1.Location = new System.Drawing.Point(70, 24);
this.txt1.Name = "txt1";
this.txt1.ReadOnly = true;
this.txt1.TabIndex = 57;
this.txt1.Text = "";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -