📄 form2.designer.cs
字号:
this.textBox1.Location = new System.Drawing.Point(113, 52);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 23);
this.textBox1.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Snow;
this.label1.Location = new System.Drawing.Point(48, 56);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(70, 14);
this.label1.TabIndex = 2;
this.label1.Text = "输 入:";
//
// dataGridView1
//
this.dataGridView1.AllowUserToOrderColumns = true;
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.学号DataGridViewTextBoxColumn,
this.姓名,
this.学院DataGridViewTextBoxColumn,
this.班级DataGridViewTextBoxColumn,
this.所属部门,
this.担任职务,
this.手机号码DataGridViewTextBoxColumn});
this.dataGridView1.DataSource = this.tuanweigebuinfBindingSource;
this.dataGridView1.Location = new System.Drawing.Point(27, 132);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(509, 214);
this.dataGridView1.TabIndex = 5;
//
// 学号DataGridViewTextBoxColumn
//
this.学号DataGridViewTextBoxColumn.DataPropertyName = "学号";
this.学号DataGridViewTextBoxColumn.HeaderText = "学号";
this.学号DataGridViewTextBoxColumn.Name = "学号DataGridViewTextBoxColumn";
//
// 姓名
//
this.姓名.DataPropertyName = "姓名";
this.姓名.HeaderText = "姓名";
this.姓名.Name = "姓名";
//
// 学院DataGridViewTextBoxColumn
//
this.学院DataGridViewTextBoxColumn.DataPropertyName = "学院";
this.学院DataGridViewTextBoxColumn.HeaderText = "学院";
this.学院DataGridViewTextBoxColumn.Name = "学院DataGridViewTextBoxColumn";
//
// 班级DataGridViewTextBoxColumn
//
this.班级DataGridViewTextBoxColumn.DataPropertyName = "班级";
this.班级DataGridViewTextBoxColumn.HeaderText = "班级";
this.班级DataGridViewTextBoxColumn.Name = "班级DataGridViewTextBoxColumn";
//
// 所属部门
//
this.所属部门.DataPropertyName = "所属部门";
this.所属部门.HeaderText = "所属部门";
this.所属部门.Name = "所属部门";
//
// 担任职务
//
this.担任职务.DataPropertyName = "担任职务";
this.担任职务.HeaderText = "担任职务";
this.担任职务.Name = "担任职务";
//
// 手机号码DataGridViewTextBoxColumn
//
this.手机号码DataGridViewTextBoxColumn.DataPropertyName = "手机号码";
this.手机号码DataGridViewTextBoxColumn.HeaderText = "手机号码";
this.手机号码DataGridViewTextBoxColumn.Name = "手机号码DataGridViewTextBoxColumn";
//
// tuanweigebuinfBindingSource
//
this.tuanweigebuinfBindingSource.DataMember = "tuanweigebu_inf";
this.tuanweigebuinfBindingSource.DataSource = this.tuanweizuzhibu_infDataSet;
//
// groupBox2
//
this.groupBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("groupBox2.BackgroundImage")));
this.groupBox2.Controls.Add(this.dataGridView3);
this.groupBox2.Controls.Add(this.comboBox3);
this.groupBox2.Controls.Add(this.button3);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Font = new System.Drawing.Font("新宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox2.ForeColor = System.Drawing.Color.Maroon;
this.groupBox2.Location = new System.Drawing.Point(12, 34);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(562, 418);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "二级学院部长信息查询";
this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter);
//
// dataGridView3
//
this.dataGridView3.AutoGenerateColumns = false;
this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView3.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.nameDataGridViewTextBoxColumn,
this.Colleage,
this.phoneNumDataGridViewTextBoxColumn});
this.dataGridView3.DataSource = this.erjibuzhanginfBindingSource2;
this.dataGridView3.Location = new System.Drawing.Point(96, 141);
this.dataGridView3.Name = "dataGridView3";
this.dataGridView3.RowTemplate.Height = 23;
this.dataGridView3.Size = new System.Drawing.Size(343, 192);
this.dataGridView3.TabIndex = 6;
this.dataGridView3.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView3_CellContentClick);
//
// nameDataGridViewTextBoxColumn
//
this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name";
this.nameDataGridViewTextBoxColumn.HeaderText = "Name";
this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
//
// Colleage
//
this.Colleage.DataPropertyName = "Colleage";
this.Colleage.HeaderText = "Colleage";
this.Colleage.Name = "Colleage";
//
// phoneNumDataGridViewTextBoxColumn
//
this.phoneNumDataGridViewTextBoxColumn.DataPropertyName = "PhoneNum";
this.phoneNumDataGridViewTextBoxColumn.HeaderText = "PhoneNum";
this.phoneNumDataGridViewTextBoxColumn.Name = "phoneNumDataGridViewTextBoxColumn";
//
// erjibuzhanginfBindingSource2
//
this.erjibuzhanginfBindingSource2.DataMember = "erjibuzhang_inf";
this.erjibuzhanginfBindingSource2.DataSource = this.tuanweizuzhibu_infDataSet;
//
// comboBox3
//
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Items.AddRange(new object[] {
"电自",
"能环",
"管文",
"计信",
"外语",
"数理",
"国交"});
this.comboBox3.Location = new System.Drawing.Point(189, 65);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(121, 22);
this.comboBox3.TabIndex = 4;
this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
//
// button3
//
this.button3.Location = new System.Drawing.Point(345, 65);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(45, 23);
this.button3.TabIndex = 3;
this.button3.Text = "查询";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Snow;
this.label4.Location = new System.Drawing.Point(93, 69);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(105, 14);
this.label4.TabIndex = 5;
this.label4.Text = "选择所属学院:";
this.label4.Click += new System.EventHandler(this.label4_Click);
//
// groupBox5
//
this.groupBox5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("groupBox5.BackgroundImage")));
this.groupBox5.Controls.Add(this.button4);
this.groupBox5.Controls.Add(this.comboBox4);
this.groupBox5.Controls.Add(this.comboBox1);
this.groupBox5.Controls.Add(this.work_infDataGridView);
this.groupBox5.Controls.Add(monthsLabel);
this.groupBox5.Controls.Add(yearLabel);
this.groupBox5.Font = new System.Drawing.Font("新宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox5.ForeColor = System.Drawing.Color.Maroon;
this.groupBox5.Location = new System.Drawing.Point(6, 34);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(568, 418);
this.groupBox5.TabIndex = 0;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "事务一览";
this.groupBox5.Enter += new System.EventHandler(this.groupBox5_Enter);
//
// button4
//
this.button4.Location = new System.Drawing.Point(402, 51);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(45, 23);
this.button4.TabIndex = 9;
this.button4.Text = "查询";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// comboBox4
//
this.comboBox4.FormattingEnabled = true;
this.comboBox4.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12"});
this.comboBox4.Location = new System.Drawing.Point(254, 53);
this.comboBox4.Name = "comboBox4";
this.comboBox4.Size = new System.Drawing.Size(121, 22);
this.comboBox4.TabIndex = 8;
this.comboBox4.SelectedIndexChanged += new System.EventHandler(this.comboBox4_SelectedIndexChanged);
//
// comboBox1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -