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

📄 frmpeoplelist.designer.cs

📁 对于中小型企业来说
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace houseAgency
{
    partial class frmPeopleList
    {
        /// <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 Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPeopleList));
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.tb_Select = new System.Windows.Forms.ToolStripButton();
            this.tb_update = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.tb_delete = new System.Windows.Forms.ToolStripButton();
            this.sp_operater = new System.Windows.Forms.ToolStripSplitButton();
            this.tp_OK = new System.Windows.Forms.ToolStripMenuItem();
            this.tp_cancel = new System.Windows.Forms.ToolStripMenuItem();
            this.listView1 = new System.Windows.Forms.ListView();
            this.clID = new System.Windows.Forms.ColumnHeader();
            this.clName = new System.Windows.Forms.ColumnHeader();
            this.clHomePhone = new System.Windows.Forms.ColumnHeader();
            this.clIDcard = new System.Windows.Forms.ColumnHeader();
            this.clPhone = new System.Windows.Forms.ColumnHeader();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.textBox5 = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.textBox6 = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.textBox7 = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.textBox8 = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.textBox9 = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.textBox10 = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.toolStrip1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tb_Select,
            this.tb_update,
            this.toolStripSeparator2,
            this.tb_delete,
            this.sp_operater});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(546, 35);
            this.toolStrip1.TabIndex = 5;
            this.toolStrip1.Text = "增加";
            // 
            // tb_Select
            // 
            this.tb_Select.Image = ((System.Drawing.Image)(resources.GetObject("tb_Select.Image")));
            this.tb_Select.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tb_Select.Name = "tb_Select";
            this.tb_Select.Size = new System.Drawing.Size(57, 32);
            this.tb_Select.Text = "查找信息";
            this.tb_Select.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tb_Select.Click += new System.EventHandler(this.tb_Select_Click);
            // 
            // tb_update
            // 
            this.tb_update.Enabled = false;
            this.tb_update.Image = ((System.Drawing.Image)(resources.GetObject("tb_update.Image")));
            this.tb_update.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tb_update.Name = "tb_update";
            this.tb_update.Size = new System.Drawing.Size(51, 32);
            this.tb_update.Text = "修改(U)";
            this.tb_update.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tb_update.Click += new System.EventHandler(this.tb_update_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 35);
            // 
            // tb_delete
            // 
            this.tb_delete.Image = ((System.Drawing.Image)(resources.GetObject("tb_delete.Image")));
            this.tb_delete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tb_delete.Name = "tb_delete";
            this.tb_delete.Size = new System.Drawing.Size(51, 32);
            this.tb_delete.Text = "删除(&D)";
            this.tb_delete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tb_delete.Click += new System.EventHandler(this.tb_delete_Click);
            // 
            // sp_operater
            // 
            this.sp_operater.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tp_OK,
            this.tp_cancel});
            this.sp_operater.Image = ((System.Drawing.Image)(resources.GetObject("sp_operater.Image")));
            this.sp_operater.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.sp_operater.Name = "sp_operater";
            this.sp_operater.Size = new System.Drawing.Size(45, 32);
            this.sp_operater.Text = "操作";
            this.sp_operater.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.sp_operater.ButtonClick += new System.EventHandler(this.sp_operater_ButtonClick);
            // 
            // tp_OK
            // 
            this.tp_OK.BackColor = System.Drawing.SystemColors.MenuBar;
            this.tp_OK.Image = global::houseAgency.Properties.Resources.增加;
            this.tp_OK.Name = "tp_OK";
            this.tp_OK.Size = new System.Drawing.Size(152, 22);
            this.tp_OK.Text = "确定(&O)";
            this.tp_OK.Click += new System.EventHandler(this.tp_OK_Click);
            // 
            // tp_cancel
            // 
            this.tp_cancel.BackColor = System.Drawing.SystemColors.MenuBar;
            this.tp_cancel.Image = global::houseAgency.Properties.Resources.删除;
            this.tp_cancel.Name = "tp_cancel";
            this.tp_cancel.Size = new System.Drawing.Size(152, 22);
            this.tp_cancel.Text = "取消(&C)";
            this.tp_cancel.Click += new System.EventHandler(this.tp_cancel_Click);
            // 
            // listView1
            // 
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.clID,
            this.clName,
            this.clHomePhone,
            this.clIDcard,
            this.clPhone});
            this.listView1.FullRowSelect = true;
            this.listView1.GridLines = true;
            this.listView1.Location = new System.Drawing.Point(15, 169);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(516, 182);
            this.listView1.TabIndex = 6;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Details;
            this.listView1.Click += new System.EventHandler(this.listView1_Click);
            // 
            // clID
            // 
            this.clID.Text = "编号";
            this.clID.Width = 80;
            // 
            // clName
            // 
            this.clName.Text = "姓名";
            this.clName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.clName.Width = 80;
            // 
            // clHomePhone
            // 
            this.clHomePhone.Text = "家用电话";
            this.clHomePhone.Width = 100;
            // 
            // clIDcard
            // 
            this.clIDcard.Text = "身份证";
            this.clIDcard.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.clIDcard.Width = 140;
            // 
            // clPhone
            // 
            this.clPhone.Text = "手机";
            this.clPhone.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.clPhone.Width = 120;
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Location = new System.Drawing.Point(12, 38);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(531, 125);
            this.tabControl1.TabIndex = 7;
            this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
            // 
            // tabPage1
            // 
            this.tabPage1.BackColor = System.Drawing.SystemColors.ButtonFace;
            this.tabPage1.Controls.Add(this.textBox5);
            this.tabPage1.Controls.Add(this.label5);
            this.tabPage1.Controls.Add(this.textBox4);
            this.tabPage1.Controls.Add(this.label4);
            this.tabPage1.Controls.Add(this.textBox3);
            this.tabPage1.Controls.Add(this.label3);
            this.tabPage1.Controls.Add(this.textBox2);
            this.tabPage1.Controls.Add(this.label2);
            this.tabPage1.Controls.Add(this.textBox1);
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Location = new System.Drawing.Point(4, 21);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(523, 100);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "出租人";
            // 
            // textBox5
            // 
            this.textBox5.Location = new System.Drawing.Point(320, 58);
            this.textBox5.MaxLength = 20;
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new System.Drawing.Size(178, 21);
            this.textBox5.TabIndex = 26;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.BackColor = System.Drawing.Color.Transparent;
            this.label5.Location = new System.Drawing.Point(273, 63);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(41, 12);
            this.label5.TabIndex = 25;

⌨️ 快捷键说明

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