亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
国产精品国产三级国产aⅴ中文| 色系网站成人免费| 91精品国产综合久久精品性色| 亚洲精品第1页| 欧美在线色视频| 亚洲国产成人porn| 日韩欧美不卡一区| 激情欧美日韩一区二区| 欧美精品一区二区三区在线播放 | 欧美大胆人体bbbb| 久久精品国产在热久久| 久久先锋影音av| thepron国产精品| 亚洲免费在线电影| 欧美精品第1页| 九九精品视频在线看| 中文字幕成人网| 在线观看www91| 麻豆精品在线看| 中文字幕国产精品一区二区| 91香蕉视频在线| 首页国产欧美久久| 久久久亚洲午夜电影| av不卡在线播放| 日韩激情av在线| 国产日韩av一区| 欧美三级日韩三级| 国产精品中文字幕一区二区三区| 中文字幕亚洲欧美在线不卡| 欧美亚洲丝袜传媒另类| 免费精品视频最新在线| 国产欧美日韩精品a在线观看| 欧洲国内综合视频| 国产精一区二区三区| 一区二区三区中文字幕| 欧美α欧美αv大片| 99麻豆久久久国产精品免费| 日韩中文字幕区一区有砖一区 | 在线一区二区视频| 极品美女销魂一区二区三区免费| 亚洲欧美日韩电影| 日韩午夜中文字幕| 91免费精品国自产拍在线不卡| 日本视频在线一区| 亚洲欧美另类久久久精品2019| 欧美成人vps| 日本高清不卡在线观看| 韩国精品久久久| 亚洲va韩国va欧美va精品| 国产欧美精品一区二区三区四区 | 精品久久人人做人人爰| 欧美亚洲国产怡红院影院| 国产一区二区三区精品视频| 亚洲一卡二卡三卡四卡五卡| 欧美国产一区二区| 日韩一区二区三区av| 欧美日韩视频在线观看一区二区三区| 粉嫩13p一区二区三区| 精品亚洲porn| 日本不卡视频在线| 亚洲国产精品久久久久婷婷884| 国产精品三级av在线播放| 欧美成人综合网站| 91精品一区二区三区在线观看| 91性感美女视频| 99久久伊人网影院| 粉嫩13p一区二区三区| 国产综合色在线| 韩国欧美国产一区| 久久精品噜噜噜成人88aⅴ| 亚洲国产视频在线| 亚洲一区av在线| 一区二区三区免费看视频| 国产视频在线观看一区二区三区 | 日韩精品中文字幕在线一区| 一本色道久久综合亚洲aⅴ蜜桃 | 欧美日韩国产精品成人| 91热门视频在线观看| 久久99精品国产.久久久久久 | 欧美一区二区三区四区高清| 国产成人啪午夜精品网站男同| 日本亚洲电影天堂| 亚洲成人一二三| 一区二区三区日本| 亚洲精品一二三四区| 国产精品三级在线观看| 久久你懂得1024| 久久免费偷拍视频| 欧美精品一区二区三区四区 | 成人一道本在线| 狠狠色狠狠色合久久伊人| 亚洲国产精品久久人人爱蜜臀| 亚洲成av人在线观看| 亚洲一二三区不卡| 亚洲成人动漫在线免费观看| 亚洲在线视频网站| 亚洲sss视频在线视频| 亚洲成人动漫精品| 日韩电影在线免费观看| 日韩成人伦理电影在线观看| 亚洲6080在线| 亚洲不卡一区二区三区| 亚洲成av人影院| 热久久一区二区| 美脚の诱脚舐め脚责91| 精品一区二区国语对白| 久久精品国产99国产精品| 蜜臀av国产精品久久久久| 蜜臀va亚洲va欧美va天堂| 久久99国产精品尤物| 激情欧美日韩一区二区| 成人永久看片免费视频天堂| 不卡视频一二三| 99精品偷自拍| 欧美一区二区播放| 日韩美女天天操| 中文字幕欧美激情一区| 亚洲精品免费在线播放| 亚洲高清在线视频| 久久爱另类一区二区小说| 国产一区高清在线| 久久99精品久久久久久久久久久久| 国产福利一区在线| 91亚洲精品久久久蜜桃网站 | 国产日韩av一区二区| 综合久久久久久| 日韩在线一区二区三区| 美女网站一区二区| 精品一区二区三区在线观看国产| 国产成人av一区二区三区在线| 97久久精品人人做人人爽50路| 欧美精品 国产精品| 精品91自产拍在线观看一区| 国产精品短视频| 天天操天天干天天综合网| 免费黄网站欧美| 91天堂素人约啪| 这里是久久伊人| 中文字幕电影一区| 日韩精品成人一区二区三区| 国产精品综合视频| 在线视频你懂得一区| 2022国产精品视频| 亚洲免费在线观看| 懂色av一区二区三区免费看| 欧美日韩视频在线观看一区二区三区| 久久综合网色—综合色88| 一区二区三区精品久久久| 极品销魂美女一区二区三区| 欧美综合久久久| 国产欧美日韩精品在线| 亚洲高清免费视频| 在线视频国内一区二区| 国产日韩欧美一区二区三区乱码| 亚洲v日本v欧美v久久精品| 成人av在线一区二区三区| 欧美一级片在线看| 亚洲午夜精品网| 99精品视频在线播放观看| 久久蜜桃香蕉精品一区二区三区| 亚洲永久精品国产| 99麻豆久久久国产精品免费| 久久日韩精品一区二区五区| 亚洲福利一区二区| www.成人在线| 国产午夜精品美女毛片视频| 久久97超碰国产精品超碰| 欧美美女喷水视频| 一区二区三区在线视频观看| 成人一区二区三区| 国产亚洲综合性久久久影院| 麻豆成人久久精品二区三区小说| 欧美在线啊v一区| 亚洲男人的天堂一区二区| 东方aⅴ免费观看久久av| 欧美成人乱码一区二区三区| 日本aⅴ亚洲精品中文乱码| 91啪在线观看| 亚洲尤物视频在线| 欧美午夜精品久久久久久孕妇| 亚洲天堂av一区| 成人午夜在线播放| 中文字幕成人av| 精品伊人久久久久7777人| 亚洲精品在线免费观看视频| 麻豆国产精品官网| 欧美tk丨vk视频| 精品一区二区免费在线观看| 欧美电影免费观看完整版| 麻豆国产精品777777在线| 91精品在线免费| 九九九精品视频| 国产亚洲一区二区在线观看| 国产精品亚洲第一区在线暖暖韩国| 久久女同性恋中文字幕| 粉嫩绯色av一区二区在线观看| 国产精品无码永久免费888| 国产iv一区二区三区| 中文字幕在线一区| 在线一区二区观看|