⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form2.designer.cs

📁 vs2008 组织部信息系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
            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.留言回复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";
            // 
            // 留言回复DataGridViewTextBoxColumn
            // 
            this.留言回复DataGridViewTextBoxColumn.DataPropertyName = "留言回复";
            this.留言回复DataGridViewTextBoxColumn.HeaderText = "留言回复";
            this.留言回复DataGridViewTextBoxColumn.Name = "留言回复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 = "团委各部门信息查询";
            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[] {
            "按学号",
            "按姓名",
            "按学院",
            "按班级",
            "按所属部门",
            "按手机号码"});
            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 = 团委组织部信息系统.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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -