📄 form4.designer.cs
字号:
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
//
// dataGridViewTextBoxColumn7
//
this.dataGridViewTextBoxColumn7.DataPropertyName = "手机号码";
this.dataGridViewTextBoxColumn7.HeaderText = "手机号码";
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
//
// dataGridViewTextBoxColumn8
//
this.dataGridViewTextBoxColumn8.DataPropertyName = "担任职务";
this.dataGridViewTextBoxColumn8.HeaderText = "担任职务";
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
//
// button5
//
this.button5.Location = new System.Drawing.Point(36, 349);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 23);
this.button5.TabIndex = 29;
this.button5.Text = "重置";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(452, 349);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 28;
this.button4.Text = "退出";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(346, 349);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 27;
this.button3.Text = "修改";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(236, 349);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 26;
this.button2.Text = "删除";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(136, 349);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 25;
this.button1.Text = "添加";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(308, 49);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 21);
this.textBox2.TabIndex = 34;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(270, 53);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 33;
this.label2.Text = "输入:";
//
// button6
//
this.button6.Location = new System.Drawing.Point(427, 46);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(44, 24);
this.button6.TabIndex = 32;
this.button6.Text = "查询";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// comboBox2
//
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"按学号",
"按姓名",
"按学院",
"按班级",
"按所属部门",
"按手机号码"});
this.comboBox2.Location = new System.Drawing.Point(119, 50);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(121, 20);
this.comboBox2.TabIndex = 31;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(35, 53);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(89, 12);
this.label3.TabIndex = 30;
this.label3.Text = "选择查询方式:";
//
// Form4
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Snow;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(565, 417);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.label2);
this.Controls.Add(this.button6);
this.Controls.Add(this.comboBox2);
this.Controls.Add(this.label3);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.tuanweigebu_infDataGridView);
this.Controls.Add(担任职务Label);
this.Controls.Add(this.担任职务TextBox);
this.Controls.Add(学号Label);
this.Controls.Add(this.学号TextBox);
this.Controls.Add(姓名Label);
this.Controls.Add(this.姓名TextBox);
this.Controls.Add(学院Label);
this.Controls.Add(this.学院TextBox);
this.Controls.Add(班级Label);
this.Controls.Add(this.班级TextBox);
this.Controls.Add(所属部门Label);
this.Controls.Add(this.所属部门TextBox);
this.Controls.Add(手机号码Label);
this.Controls.Add(this.手机号码TextBox);
this.Controls.Add(this.tuanweigebu_infBindingNavigator);
this.Font = new System.Drawing.Font("新宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ForeColor = System.Drawing.Color.Maroon;
this.Name = "Form4";
this.Text = "部门成员信息管理";
this.Load += new System.EventHandler(this.Form4_Load);
((System.ComponentModel.ISupportInitialize)(this.tuanweizuzhibu_infDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tuanweigebu_infBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tuanweigebu_infBindingNavigator)).EndInit();
this.tuanweigebu_infBindingNavigator.ResumeLayout(false);
this.tuanweigebu_infBindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.tuanweigebu_infDataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private tuanweizuzhibu_infDataSet tuanweizuzhibu_infDataSet;
private System.Windows.Forms.BindingSource tuanweigebu_infBindingSource;
private 团委组织部信息系统.tuanweizuzhibu_infDataSetTableAdapters.tuanweigebu_infTableAdapter tuanweigebu_infTableAdapter;
private 团委组织部信息系统.tuanweizuzhibu_infDataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.BindingNavigator tuanweigebu_infBindingNavigator;
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ToolStripButton tuanweigebu_infBindingNavigatorSaveItem;
private System.Windows.Forms.TextBox 学号TextBox;
private System.Windows.Forms.TextBox 姓名TextBox;
private System.Windows.Forms.TextBox 学院TextBox;
private System.Windows.Forms.TextBox 班级TextBox;
private System.Windows.Forms.TextBox 所属部门TextBox;
private System.Windows.Forms.TextBox 手机号码TextBox;
private System.Windows.Forms.TextBox 担任职务TextBox;
private System.Windows.Forms.DataGridView tuanweigebu_infDataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.Label label3;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -