?? form2.designer.cs
字號(hào):
this.richTextBox1.BackColor = System.Drawing.Color.Snow;
this.richTextBox1.ForeColor = System.Drawing.Color.Red;
this.richTextBox1.Location = new System.Drawing.Point(119, 143);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(375, 157);
this.richTextBox1.TabIndex = 0;
this.richTextBox1.Text = "";
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.Color.Snow;
this.label5.ForeColor = System.Drawing.Color.Maroon;
this.label5.Location = new System.Drawing.Point(48, 143);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(77, 14);
this.label5.TabIndex = 1;
this.label5.Text = "在此留言:";
//
// dataGridView4
//
this.dataGridView4.AutoGenerateColumns = false;
this.dataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView4.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.姓名DataGridViewTextBoxColumn,
this.主題DataGridViewTextBoxColumn,
this.留言DataGridViewTextBoxColumn,
this.留言回復(fù)DataGridViewTextBoxColumn});
this.dataGridView4.DataSource = this.liuyaninfBindingSource1;
this.dataGridView4.Location = new System.Drawing.Point(381, 65);
this.dataGridView4.Name = "dataGridView4";
this.dataGridView4.RowTemplate.Height = 23;
this.dataGridView4.Size = new System.Drawing.Size(90, 46);
this.dataGridView4.TabIndex = 10;
this.dataGridView4.Visible = false;
//
// 姓名DataGridViewTextBoxColumn
//
this.姓名DataGridViewTextBoxColumn.DataPropertyName = "姓名";
this.姓名DataGridViewTextBoxColumn.HeaderText = "姓名";
this.姓名DataGridViewTextBoxColumn.Name = "姓名DataGridViewTextBoxColumn";
//
// 主題DataGridViewTextBoxColumn
//
this.主題DataGridViewTextBoxColumn.DataPropertyName = "主題";
this.主題DataGridViewTextBoxColumn.HeaderText = "主題";
this.主題DataGridViewTextBoxColumn.Name = "主題DataGridViewTextBoxColumn";
//
// 留言DataGridViewTextBoxColumn
//
this.留言DataGridViewTextBoxColumn.DataPropertyName = "留言";
this.留言DataGridViewTextBoxColumn.HeaderText = "留言";
this.留言DataGridViewTextBoxColumn.Name = "留言DataGridViewTextBoxColumn";
//
// 留言回復(fù)DataGridViewTextBoxColumn
//
this.留言回復(fù)DataGridViewTextBoxColumn.DataPropertyName = "留言回復(fù)";
this.留言回復(fù)DataGridViewTextBoxColumn.HeaderText = "留言回復(fù)";
this.留言回復(fù)DataGridViewTextBoxColumn.Name = "留言回復(fù)DataGridViewTextBoxColumn";
//
// liuyaninfBindingSource1
//
this.liuyaninfBindingSource1.DataMember = "liuyan_inf";
this.liuyaninfBindingSource1.DataSource = this.tuanweizuzhibu_infDataSet;
//
// groupBox3
//
this.groupBox3.BackColor = System.Drawing.Color.Linen;
this.groupBox3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("groupBox3.BackgroundImage")));
this.groupBox3.Controls.Add(this.textBox2);
this.groupBox3.Controls.Add(this.label2);
this.groupBox3.Controls.Add(this.dataGridView1);
this.groupBox3.Controls.Add(this.button2);
this.groupBox3.Controls.Add(this.comboBox2);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Font = new System.Drawing.Font("新宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox3.ForeColor = System.Drawing.Color.Maroon;
this.groupBox3.Location = new System.Drawing.Point(12, 34);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(568, 418);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "團(tuán)委各部門(mén)信息查詢";
this.groupBox3.Enter += new System.EventHandler(this.groupBox3_Enter);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(328, 64);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 23);
this.textBox2.TabIndex = 7;
this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(290, 68);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(49, 14);
this.label2.TabIndex = 6;
this.label2.Text = "輸入:";
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(460, 62);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(44, 24);
this.button2.TabIndex = 4;
this.button2.Text = "查詢";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// comboBox2
//
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"按學(xué)號(hào)",
"按姓名",
"按學(xué)院",
"按班級(jí)",
"按所屬部門(mén)",
"按手機(jī)號(hào)碼"});
this.comboBox2.Location = new System.Drawing.Point(126, 65);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(121, 22);
this.comboBox2.TabIndex = 3;
this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(42, 68);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(105, 14);
this.label3.TabIndex = 0;
this.label3.Text = "選擇查詢方式:";
this.label3.Click += new System.EventHandler(this.label3_Click);
//
// liuyaninfBindingSource
//
this.liuyaninfBindingSource.DataMember = "liuyan_inf";
this.liuyaninfBindingSource.DataSource = this.tuanweizuzhibu_infDataSet;
//
// zuzhibuinfBindingSource
//
this.zuzhibuinfBindingSource.DataMember = "zuzhibu_inf";
this.zuzhibuinfBindingSource.DataSource = this.tuanweizuzhibu_infDataSet;
//
// zuzhibu_infTableAdapter
//
this.zuzhibu_infTableAdapter.ClearBeforeFill = true;
//
// erjibuzhanginfBindingSource
//
this.erjibuzhanginfBindingSource.DataMember = "erjibuzhang_inf";
this.erjibuzhanginfBindingSource.DataSource = this.tuanweizuzhibu_infDataSet;
//
// tuanweibuzhang_infTableAdapter
//
this.tuanweibuzhang_infTableAdapter.ClearBeforeFill = true;
//
// erjibuzhang_infTableAdapter
//
this.erjibuzhang_infTableAdapter.ClearBeforeFill = true;
//
// erjibuzhanginfBindingSource1
//
this.erjibuzhanginfBindingSource1.DataMember = "erjibuzhang_inf";
this.erjibuzhanginfBindingSource1.DataSource = this.tuanweizuzhibu_infDataSet;
//
// work_infTableAdapter
//
this.work_infTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.bumenshezhi_infTableAdapter = this.bumenshezhi_infTableAdapter;
this.tableAdapterManager.denglu_infTableAdapter = null;
this.tableAdapterManager.erjibuzhang_infTableAdapter = this.erjibuzhang_infTableAdapter;
this.tableAdapterManager.liuyan_inf1TableAdapter = null;
this.tableAdapterManager.liuyan_infTableAdapter = this.liuyan_infTableAdapter;
this.tableAdapterManager.tuanweigebu_inf1TableAdapter = null;
this.tableAdapterManager.tuanweigebu_inf2TableAdapter = null;
this.tableAdapterManager.tuanweigebu_inf3TableAdapter = null;
this.tableAdapterManager.tuanweigebu_inf4TableAdapter = null;
this.tableAdapterManager.tuanweigebu_inf5TableAdapter = null;
this.tableAdapterManager.tuanweigebu_infTableAdapter = this.tuanweibuzhang_infTableAdapter;
this.tableAdapterManager.UpdateOrder = 團(tuán)委組織部信息系統(tǒng).tuanweizuzhibu_infDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.work_infTableAdapter = this.work_infTableAdapter;
this.tableAdapterManager.zuzhibu_infTableAdapter = this.zuzhibu_infTableAdapter;
//
// bumenshezhi_infTableAdapter
//
this.bumenshezhi_infTableAdapter.ClearBeforeFill = true;
//
// liuyan_infTableAdapter
//
this.liuyan_infTableAdapter.ClearBeforeFill = true;
//
// liuyan_infBindingSource
//
this.liuyan_infBindingSource.DataMember = "liuyan_inf";
this.liuyan_infBindingSource.DataSource = this.tuanweizuzhibu_infDataSet;
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(12, 34);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(555, 418);
this.pictureBox1.TabIndex = 11;
this.pictureBox1.TabStop = false;
//
// workinfBindingSource
//
this.workinfBindingSource.DataMember = "work_inf";
this.workinfBindingSource.DataSource = this.tuanweizuzhibu_infDataSet;
//
// buMenIdDataGridViewTextBoxColumn
//
this.buMenIdDataGridViewTextBoxColumn.DataPropertyName = "BuMenId";
this.buMenIdDataGridViewTextBoxColumn.HeaderText = "BuMenId";
this.buMenIdDataGridViewTextBoxColumn.Name = "buMenIdDataGridViewTextBoxColumn";
this.buMenIdDataGridViewTextBoxColumn.Visible = fals
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -