亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? 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 + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
av亚洲产国偷v产偷v自拍| 一区二区三区在线观看动漫| 日产欧产美韩系列久久99| 欧美综合一区二区三区| 亚洲午夜精品网| 欧美喷水一区二区| 麻豆精品在线视频| 精品区一区二区| 国产精品99久久久久久久女警| 久久综合色播五月| 国产精品自拍毛片| 1000精品久久久久久久久| 91日韩在线专区| 亚洲成在人线在线播放| 宅男噜噜噜66一区二区66| 9l国产精品久久久久麻豆| 欧美色涩在线第一页| 国产精品初高中害羞小美女文| 日本韩国欧美国产| 一二三四区精品视频| 日韩一级视频免费观看在线| 久久99日本精品| 国产精品久久免费看| 欧美日韩国产精品成人| 国产综合色在线| ●精品国产综合乱码久久久久| 欧美日韩不卡在线| 国产aⅴ综合色| 亚洲国产日韩一级| 久久婷婷国产综合精品青草| va亚洲va日韩不卡在线观看| 午夜激情久久久| 亚洲国产精品ⅴa在线观看| 色妞www精品视频| 久久国产生活片100| 亚洲色图丝袜美腿| 精品久久人人做人人爱| 成人性生交大片| 日本在线观看不卡视频| 国产精品你懂的| 精品婷婷伊人一区三区三| 国产精品 欧美精品| 午夜精品福利久久久| 国产精品久久久久影院老司| 91精品国产综合久久精品| 不卡一区二区在线| 久88久久88久久久| 亚洲一区二区三区视频在线播放 | 国产aⅴ综合色| 亚洲成年人网站在线观看| 国产精品嫩草影院av蜜臀| 欧美一区二区视频观看视频| 91免费国产视频网站| 国产精品亚洲视频| 老司机午夜精品| 亚洲第一主播视频| 日韩理论片网站| 国产精品色婷婷久久58| 久久伊99综合婷婷久久伊| 91麻豆精品国产91久久久| 在线国产亚洲欧美| 色系网站成人免费| 99精品视频在线观看免费| 成人做爰69片免费看网站| 国产精品一区二区免费不卡| 精品制服美女丁香| 日韩1区2区3区| 日韩成人一区二区三区在线观看| 亚洲一线二线三线视频| 亚洲欧美一区二区三区孕妇| 国产精品短视频| 中文字幕亚洲成人| 一区免费观看视频| 国产精品视频在线看| 国产欧美精品在线观看| 久久这里只有精品首页| 精品国产网站在线观看| 欧美电视剧免费全集观看| 日韩欧美国产精品一区| 欧美一区二区三区在线视频| 91.com在线观看| 欧美一区二区三区免费大片| 在线播放中文字幕一区| 91精品国模一区二区三区| 欧美久久久久久蜜桃| 欧美精品乱码久久久久久| 67194成人在线观看| 日韩亚洲欧美成人一区| 日韩精品中文字幕在线一区| 久久一留热品黄| 国产欧美精品一区二区色综合 | 免费黄网站欧美| 精品一区二区三区av| 狠狠色2019综合网| 国产精品白丝jk黑袜喷水| 波多野结衣欧美| 日本国产一区二区| 欧美乱熟臀69xxxxxx| 欧美一区二区三区爱爱| 久久毛片高清国产| 国产精品卡一卡二卡三| 亚洲综合男人的天堂| 日本亚洲视频在线| 粉嫩aⅴ一区二区三区四区| 色综合一个色综合亚洲| 91精品国产色综合久久不卡电影| 精品福利一二区| 亚洲精品国产一区二区三区四区在线| 一区二区在线电影| 麻豆国产精品777777在线| 国产成人一级电影| 色av成人天堂桃色av| 欧美一区二区三区人| 中文字幕第一页久久| 亚洲成va人在线观看| 国产精品一区二区无线| 一本久久a久久精品亚洲| 欧美一级一区二区| 国产精品乱码久久久久久| 亚洲成在人线免费| 国产综合色在线| 欧美丝袜第三区| 国产丝袜欧美中文另类| 亚洲电影视频在线| 国产精品77777| 欧美日韩中文一区| 国产精品日韩精品欧美在线 | 青青草一区二区三区| hitomi一区二区三区精品| 6080午夜不卡| 日韩理论在线观看| 国产酒店精品激情| 欧美巨大另类极品videosbest | 日韩一区欧美一区| 老司机精品视频在线| 在线精品视频免费观看| 欧美国产在线观看| 美国十次了思思久久精品导航| 色婷婷综合久久久久中文一区二区| 精品久久久久久亚洲综合网 | 免费视频一区二区| 91高清视频在线| 国产精品免费久久| 精品在线你懂的| 欧美男女性生活在线直播观看| 亚洲蜜桃精久久久久久久| 久久成人精品无人区| 欧美日韩国产大片| 亚洲黄色av一区| 成人sese在线| 国产欧美日韩精品在线| 精品一区二区三区久久| 日韩欧美一二区| 三级亚洲高清视频| 欧美日韩综合不卡| 一区二区成人在线| 99久久国产免费看| 国产精品全国免费观看高清| 国产精品99久久久久久似苏梦涵 | 久久久久国产精品麻豆| 男人的天堂亚洲一区| 欧美日韩成人综合| 亚洲高清视频中文字幕| 色婷婷久久99综合精品jk白丝| 国产精品美女久久久久aⅴ | 五月天欧美精品| 欧美三级日韩三级| 亚洲妇女屁股眼交7| 91久久精品一区二区三| 亚洲精品国产精华液| 一本色道久久综合精品竹菊| 亚洲乱码国产乱码精品精的特点| 99热这里都是精品| 亚洲欧美一区二区久久 | 日本不卡在线视频| 欧美久久久久免费| 久久精品国产亚洲一区二区三区| 欧美一区国产二区| 国内精品国产成人国产三级粉色| 欧美成人一区二区三区| 国产精品一二三在| 国产精品久久久久久久久搜平片| 99麻豆久久久国产精品免费优播| 综合婷婷亚洲小说| 欧美日韩免费在线视频| 日本在线不卡视频| 国产亚洲视频系列| av电影天堂一区二区在线观看| 国产精品久久午夜| 欧美三级一区二区| 韩日精品视频一区| 成人免费在线观看入口| 欧美日韩一区二区三区四区| 天天色天天爱天天射综合| 欧美xingq一区二区| 成人综合婷婷国产精品久久免费| 亚洲欧美日韩国产成人精品影院| 欧美色网一区二区| 久久精品国产亚洲5555| 国产精品成人免费|