📄 副本 addupdateform.cs
字号:
this.grbMember.Controls.Add(this.btnUpdate5);
this.grbMember.Controls.Add(this.btnUpdate4);
this.grbMember.Controls.Add(this.btnUpdate3);
this.grbMember.Controls.Add(this.btnUpdate2);
this.grbMember.Controls.Add(this.btnUpdate1);
this.grbMember.Controls.Add(this.tbMemberNa5);
this.grbMember.Controls.Add(this.tbMemberNa4);
this.grbMember.Controls.Add(this.tbMemberNa3);
this.grbMember.Controls.Add(this.tbMemberNa2);
this.grbMember.Controls.Add(this.tbCollegeNa5);
this.grbMember.Controls.Add(this.tbCollegeNa4);
this.grbMember.Controls.Add(this.tbCollegeNa3);
this.grbMember.Controls.Add(this.tbCollegeNa2);
this.grbMember.Controls.Add(this.tbMemberNa1);
this.grbMember.Controls.Add(this.tbCollegeNa1);
this.grbMember.Controls.Add(this.label23);
this.grbMember.Controls.Add(this.label22);
this.grbMember.Controls.Add(this.label21);
this.grbMember.Controls.Add(this.label20);
this.grbMember.Controls.Add(this.label19);
this.grbMember.Controls.Add(this.label18);
this.grbMember.Controls.Add(this.lCollegeNa5);
this.grbMember.Controls.Add(this.lCollegeNa4);
this.grbMember.Controls.Add(this.lCollegeNa3);
this.grbMember.Controls.Add(this.lCollegeNa2);
this.grbMember.Controls.Add(this.lCollegeNa1);
this.grbMember.Controls.Add(this.lCollegeNaMain);
this.grbMember.Controls.Add(this.label11);
this.grbMember.Controls.Add(this.label10);
this.grbMember.Controls.Add(this.label9);
this.grbMember.Controls.Add(this.label8);
this.grbMember.Controls.Add(this.label7);
this.grbMember.Controls.Add(this.label6);
this.grbMember.Controls.Add(this.lbCollegeCo);
this.grbMember.Controls.Add(this.lbMemberCo);
this.grbMember.Controls.Add(this.btnUpdateMain);
this.grbMember.Controls.Add(this.btnDeleteMain);
this.grbMember.Location = new System.Drawing.Point(16, 176);
this.grbMember.Name = "grbMember";
this.grbMember.Size = new System.Drawing.Size(592, 272);
this.grbMember.TabIndex = 5;
this.grbMember.TabStop = false;
this.grbMember.Text = " 请选择负责人及主要合作者 ";
//
// panelMember
//
this.panelMember.Controls.Add(this.btnCommit);
this.panelMember.Controls.Add(this.btnBack);
this.panelMember.Controls.Add(this.cmbMemberNa);
this.panelMember.Controls.Add(this.cmbCollegeNa);
this.panelMember.Controls.Add(this.label24);
this.panelMember.Controls.Add(this.label25);
this.panelMember.Location = new System.Drawing.Point(112, 8);
this.panelMember.Name = "panelMember";
this.panelMember.Size = new System.Drawing.Size(464, 24);
this.panelMember.TabIndex = 65;
this.panelMember.Visible = false;
//
// btnCommit
//
this.btnCommit.ForeColor = System.Drawing.Color.Blue;
this.btnCommit.Location = new System.Drawing.Point(344, 0);
this.btnCommit.Name = "btnCommit";
this.btnCommit.Size = new System.Drawing.Size(56, 23);
this.btnCommit.TabIndex = 2;
this.btnCommit.Text = "提 交";
this.btnCommit.Click += new System.EventHandler(this.btnCommit_Click);
//
// btnBack
//
this.btnBack.ForeColor = System.Drawing.Color.Red;
this.btnBack.Location = new System.Drawing.Point(408, 0);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(56, 23);
this.btnBack.TabIndex = 3;
this.btnBack.Text = "返 回";
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
//
// cmbMemberNa
//
this.cmbMemberNa.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbMemberNa.Location = new System.Drawing.Point(240, 0);
this.cmbMemberNa.Name = "cmbMemberNa";
this.cmbMemberNa.Size = new System.Drawing.Size(88, 20);
this.cmbMemberNa.TabIndex = 1;
this.cmbMemberNa.SelectionChangeCommitted += new System.EventHandler(this.cmbMemberNa_SelectionChangeCommitted);
//
// cmbCollegeNa
//
this.cmbCollegeNa.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbCollegeNa.Location = new System.Drawing.Point(40, 0);
this.cmbCollegeNa.Name = "cmbCollegeNa";
this.cmbCollegeNa.Size = new System.Drawing.Size(144, 20);
this.cmbCollegeNa.TabIndex = 0;
this.cmbCollegeNa.SelectionChangeCommitted += new System.EventHandler(this.cmbCollegeNa_SelectionChangeCommitted);
//
// label24
//
this.label24.ForeColor = System.Drawing.Color.Red;
this.label24.Location = new System.Drawing.Point(200, 0);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(48, 23);
this.label24.TabIndex = 66;
this.label24.Text = "姓名:";
this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label25
//
this.label25.ForeColor = System.Drawing.Color.Red;
this.label25.Location = new System.Drawing.Point(0, 0);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(48, 23);
this.label25.TabIndex = 66;
this.label25.Text = "院系:";
this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// tbMemberNaMain
//
this.tbMemberNaMain.Location = new System.Drawing.Point(352, 32);
this.tbMemberNaMain.Name = "tbMemberNaMain";
this.tbMemberNaMain.ReadOnly = true;
this.tbMemberNaMain.Size = new System.Drawing.Size(88, 21);
this.tbMemberNaMain.TabIndex = 50;
this.tbMemberNaMain.TabStop = false;
this.tbMemberNaMain.Tag = "0";
this.tbMemberNaMain.Text = " —— 无 ——";
//
// tbCollegeNaMain
//
this.tbCollegeNaMain.Location = new System.Drawing.Point(152, 32);
this.tbCollegeNaMain.Name = "tbCollegeNaMain";
this.tbCollegeNaMain.ReadOnly = true;
this.tbCollegeNaMain.Size = new System.Drawing.Size(144, 21);
this.tbCollegeNaMain.TabIndex = 45;
this.tbCollegeNaMain.TabStop = false;
this.tbCollegeNaMain.Tag = "0";
this.tbCollegeNaMain.Text = " ——— 无 ———";
//
// btnDelete5
//
this.btnDelete5.ForeColor = System.Drawing.Color.Red;
this.btnDelete5.Location = new System.Drawing.Point(520, 232);
this.btnDelete5.Name = "btnDelete5";
this.btnDelete5.Size = new System.Drawing.Size(56, 23);
this.btnDelete5.TabIndex = 70;
this.btnDelete5.TabStop = false;
this.btnDelete5.Tag = "5";
this.btnDelete5.Text = "删 除";
this.btnDelete5.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnDelete4
//
this.btnDelete4.ForeColor = System.Drawing.Color.Red;
this.btnDelete4.Location = new System.Drawing.Point(520, 192);
this.btnDelete4.Name = "btnDelete4";
this.btnDelete4.Size = new System.Drawing.Size(56, 23);
this.btnDelete4.TabIndex = 69;
this.btnDelete4.TabStop = false;
this.btnDelete4.Tag = "4";
this.btnDelete4.Text = "删 除";
this.btnDelete4.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnDelete3
//
this.btnDelete3.ForeColor = System.Drawing.Color.Red;
this.btnDelete3.Location = new System.Drawing.Point(520, 152);
this.btnDelete3.Name = "btnDelete3";
this.btnDelete3.Size = new System.Drawing.Size(56, 23);
this.btnDelete3.TabIndex = 68;
this.btnDelete3.TabStop = false;
this.btnDelete3.Tag = "3";
this.btnDelete3.Text = "删 除";
this.btnDelete3.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnDelete2
//
this.btnDelete2.ForeColor = System.Drawing.Color.Red;
this.btnDelete2.Location = new System.Drawing.Point(520, 112);
this.btnDelete2.Name = "btnDelete2";
this.btnDelete2.Size = new System.Drawing.Size(56, 23);
this.btnDelete2.TabIndex = 67;
this.btnDelete2.TabStop = false;
this.btnDelete2.Tag = "2";
this.btnDelete2.Text = "删 除";
this.btnDelete2.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnDelete1
//
this.btnDelete1.ForeColor = System.Drawing.Color.Red;
this.btnDelete1.Location = new System.Drawing.Point(520, 72);
this.btnDelete1.Name = "btnDelete1";
this.btnDelete1.Size = new System.Drawing.Size(56, 23);
this.btnDelete1.TabIndex = 66;
this.btnDelete1.TabStop = false;
this.btnDelete1.Tag = "1";
this.btnDelete1.Text = "删 除";
this.btnDelete1.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnUpdate5
//
this.btnUpdate5.ForeColor = System.Drawing.Color.Blue;
this.btnUpdate5.Location = new System.Drawing.Point(456, 232);
this.btnUpdate5.Name = "btnUpdate5";
this.btnUpdate5.Size = new System.Drawing.Size(56, 23);
this.btnUpdate5.TabIndex = 6;
this.btnUpdate5.Tag = "5";
this.btnUpdate5.Text = "修 改";
this.btnUpdate5.Click += new System.EventHandler(this.btnUpdate_Click);
//
// btnUpdate4
//
this.btnUpdate4.ForeColor = System.Drawing.Color.Blue;
this.btnUpdate4.Location = new System.Drawing.Point(456, 192);
this.btnUpdate4.Name = "btnUpdate4";
this.btnUpdate4.Size = new System.Drawing.Size(56, 23);
this.btnUpdate4.TabIndex = 5;
this.btnUpdate4.Tag = "4";
this.btnUpdate4.Text = "修 改";
this.btnUpdate4.Click += new System.EventHandler(this.btnUpdate_Click);
//
// btnUpdate3
//
this.btnUpdate3.ForeColor = System.Drawing.Color.Blue;
this.btnUpdate3.Location = new System.Drawing.Point(456, 152);
this.btnUpdate3.Name = "btnUpdate3";
this.btnUpdate3.Size = new System.Drawing.Size(56, 23);
this.btnUpdate3.TabIndex = 4;
this.btnUpdate3.Tag = "3";
this.btnUpdate3.Text = "修 改";
this.btnUpdate3.Click += new System.EventHandler(this.btnUpdate_Click);
//
// btnUpdate2
//
this.btnUpdate2.ForeColor = System.Drawing.Color.Blue;
this.btnUpdate2.Location = new System.Drawing.Point(456, 112);
this.btnUpdate2.Name = "btnUpdate2";
this.btnUpdate2.Size = new System.Drawing.Size(56, 23);
this.btnUpdate2.TabIndex = 3;
this.btnUpdate2.Tag = "2";
this.btnUpdate2.Text = "修 改";
this.btnUpdate2.Click += new System.EventHandler(this.btnUpdate_Click);
//
// btnUpdate1
//
this.btnUpdate1.ForeColor = System.Drawing.Color.Blue;
this.btnUpdate1.Location = new System.Drawing.Point(456, 72);
this.btnUpdate1.Name = "btnUpdate1";
this.btnUpdate1.Size = new System.Drawing.Size(56, 23);
this.btnUpdate1.TabIndex = 2;
this.btnUpdate1.Tag = "1";
this.btnUpdate1.Text = "修 改";
this.btnUpdate1.Click += new System.EventHandler(this.btnUpdate_Click);
//
// tbMemberNa5
//
this.tbMemberNa5.Location = new System.Drawing.Point(352, 232);
this.tbMemberNa5.Name = "tbMemberNa5";
this.tbMemberNa5.ReadOnly = true;
this.tbMemberNa5.Size = new System.Drawing.Size(88, 21);
this.tbMemberNa5.TabIndex = 49;
this.tbMemberNa5.TabStop = false;
this.tbMemberNa5.Tag = "0";
this.tbMemberNa5.Text = " —— 无 ——";
//
// tbMemberNa4
//
this.tbMemberNa4.Location = new System.Drawing.Point(352, 192);
this.tbMemberNa4.Name = "tbMemberNa4";
this.tbMemberNa4.ReadOnly = true;
this.tbMemberNa4.Size = new System.Drawing.Size(88, 21);
this.tbMemberNa4.TabIndex = 48;
this.tbMemberNa4.TabStop = false;
this.tbMemberNa4.Tag = "0";
this.tbMemberNa4.Text = " —— 无 ——";
//
// tbMemberNa3
//
this.tbMemberNa3.Location = new System.Drawing.Point(352, 152);
this.tbMemberNa3.Name = "tbMemberNa3";
this.tbMemberNa3.ReadOnly = true;
this.tbMemberNa3.Size = new System.Drawing.Size(88, 21);
this.tbMemberNa3.TabIndex = 47;
this.tbMemberNa3.TabStop = false;
this.tbMemberNa3.Tag = "0";
this.tbMemberNa3.Text = " —— 无 ——";
//
// tbMemberNa2
//
this.tbMemberNa2.Location = new System.Drawing.Point(352, 112);
this.tbMemberNa2.Name = "tbMemberNa2";
this.tbMemberNa2.ReadOnly = true;
this.tbMemberNa2.Size = new System.Drawing.Size(88, 21);
this.tbMemberNa2.TabIndex = 46;
this.tbMemberNa2.TabStop = false;
this.tbMemberNa2.Tag = "0";
this.tbMemberNa2.Text = " —— 无 ——";
//
// tbCollegeNa5
//
this.tbCollegeNa5.Location = new System.Drawing.Point(152, 232);
this.tbCollegeNa5.Name = "tbCollegeNa5";
this.tbCollegeNa5.ReadOnly = true;
this.tbCollegeNa5.Size = new System.Drawing.Size(144, 21);
this.tbCollegeNa5.TabIndex = 44;
this.tbCollegeNa5.TabStop = false;
this.tbCollegeNa5.Tag = "0";
this.tbCollegeNa5.Text = " ——— 无 ———";
//
// tbCollegeNa4
//
this.tbCollegeNa4.Location = new System.Drawing.Point(152, 192);
this.tbCollegeNa4.Name = "tbCollegeNa4";
this.tbCollegeNa4.ReadOnly = true;
this.tbCollegeNa4.Size = new System.Drawing.Size(144, 21);
this.tbCollegeNa4.TabIndex = 43;
this.tbCollegeNa4.TabStop = false;
this.tbCollegeNa4.Tag = "0";
this.tbCollegeNa4.Text = " ——— 无 ———";
//
// tbCollegeNa3
//
this.tbCollegeNa3.Location = new System.Drawing.Point(152, 152);
this.tbCollegeNa3.Name = "tbCollegeNa3";
this.tbCollegeNa3.ReadOnly = true;
this.tbCollegeNa3.Size = new System.Drawing.Size(144, 21);
this.tbCollegeNa3.TabIndex = 42;
this.tbCollegeNa3.TabStop = false;
this.tbCollegeNa3.Tag = "0";
this.tbCollegeNa3.Text = " ——— 无 ———";
//
// tbCollegeNa2
//
this.tbCollegeNa2.Location = new System.Drawing.Point(152, 112);
this.tbCollegeNa2.Name = "tbCollegeNa2";
this.tbCollegeNa2.ReadOnly = true;
this.tbCollegeNa2.Size = new System.Drawing.Size(144, 21);
this.tbCollegeNa2.TabIndex = 41;
this.tbCollegeNa2.TabStop = false;
this.tbCollegeNa2.Tag = "0";
this.tbCollegeNa2.Text = " ——— 无 ———";
//
// tbMemberNa1
//
this.tbMemberNa1.Location = new System.Drawing.Point(352, 72);
this.tbMemberNa1.Name = "tbMemberNa1";
this.tbMemberNa1.ReadOnly = true;
this.tbMemberNa1.Size = new System.Drawing.Size(88, 21);
this.tbMemberNa1.TabIndex = 40;
this.tbMemberNa1.TabStop = false;
this.tbMemberNa1.Tag = "0";
this.tbMemberNa1.Text = " —— 无 ——";
//
// tbCollegeNa1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -