?? form2.designer.cs
字號(hào):
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.學(xué)號(hào)DataGridViewTextBoxColumn,
this.姓名,
this.學(xué)院DataGridViewTextBoxColumn,
this.班級(jí)DataGridViewTextBoxColumn,
this.所屬部門(mén),
this.擔(dān)任職務(wù),
this.手機(jī)號(hào)碼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;
//
// 學(xué)號(hào)DataGridViewTextBoxColumn
//
this.學(xué)號(hào)DataGridViewTextBoxColumn.DataPropertyName = "學(xué)號(hào)";
this.學(xué)號(hào)DataGridViewTextBoxColumn.HeaderText = "學(xué)號(hào)";
this.學(xué)號(hào)DataGridViewTextBoxColumn.Name = "學(xué)號(hào)DataGridViewTextBoxColumn";
//
// 姓名
//
this.姓名.DataPropertyName = "姓名";
this.姓名.HeaderText = "姓名";
this.姓名.Name = "姓名";
//
// 學(xué)院DataGridViewTextBoxColumn
//
this.學(xué)院DataGridViewTextBoxColumn.DataPropertyName = "學(xué)院";
this.學(xué)院DataGridViewTextBoxColumn.HeaderText = "學(xué)院";
this.學(xué)院DataGridViewTextBoxColumn.Name = "學(xué)院DataGridViewTextBoxColumn";
//
// 班級(jí)DataGridViewTextBoxColumn
//
this.班級(jí)DataGridViewTextBoxColumn.DataPropertyName = "班級(jí)";
this.班級(jí)DataGridViewTextBoxColumn.HeaderText = "班級(jí)";
this.班級(jí)DataGridViewTextBoxColumn.Name = "班級(jí)DataGridViewTextBoxColumn";
//
// 所屬部門(mén)
//
this.所屬部門(mén).DataPropertyName = "所屬部門(mén)";
this.所屬部門(mén).HeaderText = "所屬部門(mén)";
this.所屬部門(mén).Name = "所屬部門(mén)";
//
// 擔(dān)任職務(wù)
//
this.擔(dān)任職務(wù).DataPropertyName = "擔(dān)任職務(wù)";
this.擔(dān)任職務(wù).HeaderText = "擔(dān)任職務(wù)";
this.擔(dān)任職務(wù).Name = "擔(dān)任職務(wù)";
//
// 手機(jī)號(hào)碼DataGridViewTextBoxColumn
//
this.手機(jī)號(hào)碼DataGridViewTextBoxColumn.DataPropertyName = "手機(jī)號(hào)碼";
this.手機(jī)號(hào)碼DataGridViewTextBoxColumn.HeaderText = "手機(jī)號(hào)碼";
this.手機(jī)號(hào)碼DataGridViewTextBoxColumn.Name = "手機(jī)號(hào)碼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 = "二級(jí)學(xué)院部長(zhǎng)信息查詢";
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[] {
"電自",
"能環(huán)",
"管文",
"計(jì)信",
"外語(yǔ)",
"數(shù)理",
"國(guó)交"});
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 = "選擇所屬學(xué)院:";
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 = "事務(wù)一覽";
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
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -