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

📄 facilityspanel.designer.cs

📁 社区管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace GGSSManeger
{
    partial class FacilitysPanel
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region 组件设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.panel1 = new System.Windows.Forms.Panel();
            this.tb_jiaofutime = new System.Windows.Forms.DateTimePicker();
            this.label13 = new System.Windows.Forms.Label();
            this.tb_SSnum = new System.Windows.Forms.TextBox();
            this.btFind_sheshi = new System.Windows.Forms.Button();
            this.btDel_sheshi = new System.Windows.Forms.Button();
            this.btXiug_sheshi = new System.Windows.Forms.Button();
            this.btAdd_sheshi = new System.Windows.Forms.Button();
            this.tb_sheshiM = new System.Windows.Forms.TextBox();
            this.tb_fuzhe = new System.Windows.Forms.TextBox();
            this.tb_tel = new System.Windows.Forms.TextBox();
            this.tb_sheshiName = new System.Windows.Forms.TextBox();
            this.tb_chengjian = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.tb_usetime = new System.Windows.Forms.DateTimePicker();
            this.tb_usestate = new System.Windows.Forms.ComboBox();
            this.tb_useM = new System.Windows.Forms.TextBox();
            this.tb_useNofP = new System.Windows.Forms.TextBox();
            this.tb_user = new System.Windows.Forms.TextBox();
            this.label12 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dataGridView1.Location = new System.Drawing.Point(0, 258);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(608, 200);
            this.dataGridView1.TabIndex = 0;
            this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
            this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.tb_jiaofutime);
            this.panel1.Controls.Add(this.label13);
            this.panel1.Controls.Add(this.tb_SSnum);
            this.panel1.Controls.Add(this.btFind_sheshi);
            this.panel1.Controls.Add(this.btDel_sheshi);
            this.panel1.Controls.Add(this.btXiug_sheshi);
            this.panel1.Controls.Add(this.btAdd_sheshi);
            this.panel1.Controls.Add(this.tb_sheshiM);
            this.panel1.Controls.Add(this.tb_fuzhe);
            this.panel1.Controls.Add(this.tb_tel);
            this.panel1.Controls.Add(this.tb_sheshiName);
            this.panel1.Controls.Add(this.tb_chengjian);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.label7);
            this.panel1.Controls.Add(this.label5);
            this.panel1.Controls.Add(this.label4);
            this.panel1.Controls.Add(this.label3);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Location = new System.Drawing.Point(13, 13);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(392, 239);
            this.panel1.TabIndex = 1;
            this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
            // 
            // tb_jiaofutime
            // 
            this.tb_jiaofutime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.tb_jiaofutime.Location = new System.Drawing.Point(95, 96);
            this.tb_jiaofutime.Name = "tb_jiaofutime";
            this.tb_jiaofutime.Size = new System.Drawing.Size(107, 21);
            this.tb_jiaofutime.TabIndex = 24;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(24, 15);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(65, 12);
            this.label13.TabIndex = 18;
            this.label13.Text = "设施编号:";
            // 
            // tb_SSnum
            // 
            this.tb_SSnum.Location = new System.Drawing.Point(95, 11);
            this.tb_SSnum.Name = "tb_SSnum";
            this.tb_SSnum.Size = new System.Drawing.Size(107, 21);
            this.tb_SSnum.TabIndex = 19;
            // 
            // btFind_sheshi
            // 
            this.btFind_sheshi.Location = new System.Drawing.Point(219, 202);
            this.btFind_sheshi.Name = "btFind_sheshi";
            this.btFind_sheshi.Size = new System.Drawing.Size(75, 23);
            this.btFind_sheshi.TabIndex = 17;
            this.btFind_sheshi.Text = "查询";
            this.btFind_sheshi.UseVisualStyleBackColor = true;
            this.btFind_sheshi.Click += new System.EventHandler(this.btFind_sheshi_Click);
            // 
            // btDel_sheshi
            // 
            this.btDel_sheshi.Location = new System.Drawing.Point(111, 202);
            this.btDel_sheshi.Name = "btDel_sheshi";
            this.btDel_sheshi.Size = new System.Drawing.Size(75, 23);
            this.btDel_sheshi.TabIndex = 16;
            this.btDel_sheshi.Text = "删除";
            this.btDel_sheshi.UseVisualStyleBackColor = true;
            this.btDel_sheshi.Click += new System.EventHandler(this.btDel_sheshi_Click);
            // 
            // btXiug_sheshi
            // 
            this.btXiug_sheshi.Location = new System.Drawing.Point(219, 173);
            this.btXiug_sheshi.Name = "btXiug_sheshi";
            this.btXiug_sheshi.Size = new System.Drawing.Size(75, 23);
            this.btXiug_sheshi.TabIndex = 15;
            this.btXiug_sheshi.Text = "修改";
            this.btXiug_sheshi.UseVisualStyleBackColor = true;
            this.btXiug_sheshi.Click += new System.EventHandler(this.btXiug_sheshi_Click);
            // 
            // btAdd_sheshi
            // 
            this.btAdd_sheshi.Location = new System.Drawing.Point(111, 173);
            this.btAdd_sheshi.Name = "btAdd_sheshi";
            this.btAdd_sheshi.Size = new System.Drawing.Size(75, 23);
            this.btAdd_sheshi.TabIndex = 14;
            this.btAdd_sheshi.Text = "添加设施";
            this.btAdd_sheshi.UseVisualStyleBackColor = true;
            this.btAdd_sheshi.Click += new System.EventHandler(this.btAdd_sheshi_Click_1);
            // 
            // tb_sheshiM
            // 
            this.tb_sheshiM.Location = new System.Drawing.Point(95, 139);
            this.tb_sheshiM.Name = "tb_sheshiM";
            this.tb_sheshiM.Size = new System.Drawing.Size(107, 21);
            this.tb_sheshiM.TabIndex = 13;
            // 
            // tb_fuzhe
            // 
            this.tb_fuzhe.Location = new System.Drawing.Point(288, 95);
            this.tb_fuzhe.Name = "tb_fuzhe";
            this.tb_fuzhe.Size = new System.Drawing.Size(101, 21);
            this.tb_fuzhe.TabIndex = 10;
            // 
            // tb_tel
            // 
            this.tb_tel.Location = new System.Drawing.Point(288, 52);
            this.tb_tel.Name = "tb_tel";
            this.tb_tel.Size = new System.Drawing.Size(101, 21);
            this.tb_tel.TabIndex = 9;
            this.tb_tel.TextChanged += new System.EventHandler(this.tb_tel_TextChanged);
            // 
            // tb_sheshiName
            // 
            this.tb_sheshiName.Location = new System.Drawing.Point(288, 11);
            this.tb_sheshiName.Name = "tb_sheshiName";
            this.tb_sheshiName.Size = new System.Drawing.Size(101, 21);
            this.tb_sheshiName.TabIndex = 7;
            // 
            // tb_chengjian
            // 
            this.tb_chengjian.Location = new System.Drawing.Point(95, 55);
            this.tb_chengjian.Name = "tb_chengjian";
            this.tb_chengjian.Size = new System.Drawing.Size(107, 21);
            this.tb_chengjian.TabIndex = 8;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(217, 14);

⌨️ 快捷键说明

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