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

📄 留言查看.designer.cs

📁 vs2008 组织部信息系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace 团委组织部信息系统
{
    partial class 留言查看
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.Label 留言Label;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(留言查看));
            this.liuyan_infDataGridView = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.留言回复 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.liuyaninfBindingSource3 = new System.Windows.Forms.BindingSource(this.components);
            this.tuanweizuzhibu_infDataSet = new 团委组织部信息系统.tuanweizuzhibu_infDataSet();
            this.liuyaninfBindingSource2 = new System.Windows.Forms.BindingSource(this.components);
            this.label2 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.label3 = new System.Windows.Forms.Label();
            this.button2 = new System.Windows.Forms.Button();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.liuyaninfBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.liuyaninfBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.liuyan_infBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.liuyan_infTableAdapter = new 团委组织部信息系统.tuanweizuzhibu_infDataSetTableAdapters.liuyan_infTableAdapter();
            this.tableAdapterManager = new 团委组织部信息系统.tuanweizuzhibu_infDataSetTableAdapters.TableAdapterManager();
            this.留言TextBox = new System.Windows.Forms.TextBox();
            this.panel1 = new System.Windows.Forms.Panel();
            留言Label = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.liuyan_infDataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.liuyaninfBindingSource3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tuanweizuzhibu_infDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.liuyaninfBindingSource2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.liuyaninfBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.liuyaninfBindingSource1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.liuyan_infBindingSource)).BeginInit();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // 留言Label
            // 
            留言Label.AutoSize = true;
            留言Label.Location = new System.Drawing.Point(24, 190);
            留言Label.Name = "留言Label";
            留言Label.Size = new System.Drawing.Size(83, 12);
            留言Label.TabIndex = 9;
            留言Label.Text = "留言详细内容:";
            // 
            // liuyan_infDataGridView
            // 
            this.liuyan_infDataGridView.AutoGenerateColumns = false;
            this.liuyan_infDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.liuyan_infDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn1,
            this.dataGridViewTextBoxColumn2,
            this.dataGridViewTextBoxColumn3,
            this.留言回复});
            this.liuyan_infDataGridView.DataSource = this.liuyaninfBindingSource3;
            this.liuyan_infDataGridView.Location = new System.Drawing.Point(270, 12);
            this.liuyan_infDataGridView.Name = "liuyan_infDataGridView";
            this.liuyan_infDataGridView.RowTemplate.Height = 23;
            this.liuyan_infDataGridView.Size = new System.Drawing.Size(300, 190);
            this.liuyan_infDataGridView.TabIndex = 2;
            this.liuyan_infDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.liuyan_infDataGridView_CellContentClick);
            // 
            // dataGridViewTextBoxColumn1
            // 
            this.dataGridViewTextBoxColumn1.DataPropertyName = "姓名";
            this.dataGridViewTextBoxColumn1.HeaderText = "姓名";
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
            // 
            // dataGridViewTextBoxColumn2
            // 
            this.dataGridViewTextBoxColumn2.DataPropertyName = "主题";
            this.dataGridViewTextBoxColumn2.HeaderText = "主题";
            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
            // 
            // dataGridViewTextBoxColumn3
            // 
            this.dataGridViewTextBoxColumn3.DataPropertyName = "留言";
            this.dataGridViewTextBoxColumn3.HeaderText = "留言";
            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
            // 
            // 留言回复
            // 
            this.留言回复.DataPropertyName = "留言回复";
            this.留言回复.HeaderText = "留言回复";
            this.留言回复.Name = "留言回复";
            // 
            // liuyaninfBindingSource3
            // 
            this.liuyaninfBindingSource3.DataMember = "liuyan_inf";
            this.liuyaninfBindingSource3.DataSource = this.tuanweizuzhibu_infDataSet;
            // 
            // tuanweizuzhibu_infDataSet
            // 
            this.tuanweizuzhibu_infDataSet.DataSetName = "tuanweizuzhibu_infDataSet";
            this.tuanweizuzhibu_infDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // liuyaninfBindingSource2
            // 
            this.liuyaninfBindingSource2.DataMember = "liuyan_inf";
            this.liuyaninfBindingSource2.DataSource = this.tuanweizuzhibu_infDataSet;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(24, 12);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(77, 12);
            this.label2.TabIndex = 3;
            this.label2.Text = "关键词查询:";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(26, 40);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(100, 21);
            this.textBox1.TabIndex = 4;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(157, 38);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(43, 23);

⌨️ 快捷键说明

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