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

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? frmareamanage.designer.cs

?? 客戶關(guān)系管理系統(tǒng)
?? CS
?? 第 1 頁(yè) / 共 2 頁(yè)
字號(hào):
?namespace CRM.DataManage
{
    partial class frmAreaManage
    {
        /// <summary>
        /// 必需的設(shè)計(jì)器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的資源。
        /// </summary>
        /// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗體設(shè)計(jì)器生成的代碼

        /// <summary>
        /// 設(shè)計(jì)器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAreaManage));
            this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.dgvAreaInfo = new System.Windows.Forms.DataGridView();
            this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
            this.tsbtnDel = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.tscboxCondition = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.tstxtKeyWord = new System.Windows.Forms.ToolStripTextBox();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbtnLook = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtAreaName = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtAreaCode = new System.Windows.Forms.TextBox();
            this.cboxAreaType = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dgvAreaInfo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
            this.bindingNavigator1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tsbtnSave
            // 
            this.tsbtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbtnSave.Enabled = false;
            this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
            this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbtnSave.Name = "tsbtnSave";
            this.tsbtnSave.Size = new System.Drawing.Size(23, 22);
            this.tsbtnSave.Text = "保存";
            this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // tsbtnAdd
            // 
            this.tsbtnAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdd.Image")));
            this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbtnAdd.Name = "tsbtnAdd";
            this.tsbtnAdd.Size = new System.Drawing.Size(23, 22);
            this.tsbtnAdd.Text = "添加";
            this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // dgvAreaInfo
            // 
            this.dgvAreaInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvAreaInfo.Location = new System.Drawing.Point(9, 107);
            this.dgvAreaInfo.Name = "dgvAreaInfo";
            this.dgvAreaInfo.ReadOnly = true;
            this.dgvAreaInfo.RowTemplate.Height = 23;
            this.dgvAreaInfo.Size = new System.Drawing.Size(434, 181);
            this.dgvAreaInfo.TabIndex = 4;
            this.dgvAreaInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAreaInfo_CellClick);
            // 
            // bindingNavigator1
            // 
            this.bindingNavigator1.AddNewItem = null;
            this.bindingNavigator1.CountItem = null;
            this.bindingNavigator1.DeleteItem = null;
            this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbtnAdd,
            this.toolStripSeparator1,
            this.tsbtnEdit,
            this.toolStripSeparator2,
            this.tsbtnSave,
            this.toolStripSeparator3,
            this.tsbtnDel,
            this.toolStripSeparator4,
            this.toolStripLabel1,
            this.tscboxCondition,
            this.toolStripSeparator6,
            this.toolStripLabel2,
            this.tstxtKeyWord,
            this.toolStripSeparator5,
            this.tsbtnLook,
            this.toolStripSeparator7,
            this.tsbtnExit});
            this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
            this.bindingNavigator1.MoveFirstItem = null;
            this.bindingNavigator1.MoveLastItem = null;
            this.bindingNavigator1.MoveNextItem = null;
            this.bindingNavigator1.MovePreviousItem = null;
            this.bindingNavigator1.Name = "bindingNavigator1";
            this.bindingNavigator1.PositionItem = null;
            this.bindingNavigator1.Size = new System.Drawing.Size(453, 25);
            this.bindingNavigator1.TabIndex = 3;
            this.bindingNavigator1.Text = "bindingNavigator1";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // tsbtnEdit
            // 
            this.tsbtnEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbtnEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnEdit.Image")));
            this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbtnEdit.Name = "tsbtnEdit";
            this.tsbtnEdit.Size = new System.Drawing.Size(23, 22);
            this.tsbtnEdit.Text = "修改";
            this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
            // 
            // tsbtnDel
            // 
            this.tsbtnDel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbtnDel.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDel.Image")));
            this.tsbtnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbtnDel.Name = "tsbtnDel";
            this.tsbtnDel.Size = new System.Drawing.Size(23, 22);
            this.tsbtnDel.Text = "刪除";
            this.tsbtnDel.Click += new System.EventHandler(this.tsbtnDel_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(53, 22);
            this.toolStripLabel1.Text = "查詢條件";
            // 
            // tscboxCondition
            // 
            this.tscboxCondition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产成人鲁色资源国产91色综| 国产一区二区在线电影| 日韩欧美卡一卡二| 99re66热这里只有精品3直播| 亚洲成人综合视频| 欧美激情艳妇裸体舞| 精品视频一区二区三区免费| 久久99精品视频| 亚洲综合在线免费观看| 精品国产电影一区二区| 在线观看91精品国产入口| 国产黄色精品视频| 免费看黄色91| 亚洲成人一区在线| 国产精品久久午夜夜伦鲁鲁| 日韩欧美一区二区久久婷婷| 欧美日韩中文另类| 99久久久精品| 成人一道本在线| 国内外精品视频| 日本成人在线网站| 一区二区三区欧美久久| 国产精品色在线观看| 精品国产凹凸成av人导航| 制服.丝袜.亚洲.另类.中文| 91激情在线视频| 99久久精品费精品国产一区二区| 国产综合色精品一区二区三区| 午夜精品久久久久久久99樱桃| 亚洲精品视频在线观看网站| 国产精品夫妻自拍| 亚洲国产精品二十页| 日韩精品一区二| 日韩精品一区国产麻豆| 欧美老女人第四色| 91麻豆国产在线观看| 高清在线成人网| 成人丝袜视频网| 国产传媒欧美日韩成人| 开心九九激情九九欧美日韩精美视频电影| 亚洲在线一区二区三区| 中文字幕日本不卡| 综合色天天鬼久久鬼色| 国产精品免费久久久久| 欧美精彩视频一区二区三区| 中文文精品字幕一区二区| 久久蜜桃av一区二区天堂| 久久婷婷一区二区三区| 久久久久久久久久久电影| 久久只精品国产| 国产午夜久久久久| 国产精品色眯眯| 亚洲天堂精品视频| 亚洲一区二区三区在线播放| 亚洲成人激情自拍| 日本不卡在线视频| 九色综合国产一区二区三区| 国产精品一卡二卡在线观看| 成人开心网精品视频| 99国产精品国产精品久久| 91丨porny丨首页| 欧美日韩一区高清| 欧美私人免费视频| 欧美伦理影视网| 欧美成人video| 国产精品毛片高清在线完整版| 国产精品久久久久影视| 一区二区三区在线观看网站| 亚洲一区二区三区三| 免费在线欧美视频| 国产一区二区三区四区五区入口| 国产盗摄一区二区三区| 99久久久久免费精品国产| 欧美午夜一区二区三区| 日韩一区二区三区四区| 国产日韩欧美在线一区| 亚洲视频一二三区| 奇米精品一区二区三区在线观看 | 大尺度一区二区| 色婷婷av一区二区三区大白胸| 欧美乱熟臀69xxxxxx| 欧美精品一区二区三区蜜桃视频 | 欧美人与禽zozo性伦| 91精品国产全国免费观看| 欧美久久婷婷综合色| 欧美一区二区不卡视频| 久久精品亚洲一区二区三区浴池| 亚洲欧美国产三级| 蜜臀av在线播放一区二区三区| 国产乱人伦偷精品视频不卡| 91免费在线播放| 日韩欧美国产午夜精品| 国产精品久久久久久福利一牛影视| 亚洲最大色网站| 国产91丝袜在线观看| 欧美日本国产视频| 中文字幕精品一区| 男人的j进女人的j一区| 99久久精品国产毛片| 精品国产电影一区二区| 亚洲影院免费观看| 成人免费看视频| 日韩美女视频在线| 一区二区三区日本| 国产精品资源网站| 6080亚洲精品一区二区| 中文字幕精品三区| 另类小说视频一区二区| 欧美色精品天天在线观看视频| 国产亚洲精品免费| 蜜臀a∨国产成人精品| 91久久精品午夜一区二区| 久久久亚洲精品一区二区三区| 亚洲国产日韩综合久久精品| 成人av电影在线| 精品国产污网站| 亚洲妇女屁股眼交7| 99精品欧美一区| 亚洲国产精品精华液2区45| 久久www免费人成看片高清| 欧美三日本三级三级在线播放| 国产精品剧情在线亚洲| 国产一区二区久久| 欧美一级淫片007| 偷拍一区二区三区| 91在线高清观看| 中文字幕第一区二区| 国产精品影视天天线| 艳妇臀荡乳欲伦亚洲一区| 成人一区二区视频| 日本一区二区视频在线观看| 国产综合久久久久久久久久久久| 这里是久久伊人| 视频一区二区三区在线| 欧美区一区二区三区| 亚洲国产视频a| 欧美日韩国产小视频在线观看| 亚洲一区二区三区视频在线播放| 91丨九色丨国产丨porny| 国产精品二区一区二区aⅴ污介绍| 国产传媒日韩欧美成人| 国产欧美一区二区精品忘忧草 | 国产精品99久久久久久宅男| 精品久久久久久久久久久久久久久| 日本不卡视频一二三区| 91精品中文字幕一区二区三区| 婷婷综合久久一区二区三区| 欧美日韩精品欧美日韩精品| 日韩中文字幕91| 欧美精品欧美精品系列| 综合色天天鬼久久鬼色| www.欧美日韩国产在线| 国产精品―色哟哟| 91在线免费看| 亚洲在线视频网站| 欧美片网站yy| 日本不卡中文字幕| 日韩亚洲欧美在线| 精品在线观看免费| 精品久久久久久亚洲综合网| 国产精品77777| 亚洲精品亚洲人成人网| 色哟哟国产精品| 亚洲成人福利片| 6080午夜不卡| 国产精品一二三区在线| 中文字幕一区二区三区在线不卡| 色婷婷精品大在线视频| 亚洲成人免费观看| 精品国产99国产精品| 成人精品视频.| 亚洲高清免费视频| 欧美成人一区二区| 福利一区二区在线观看| 一个色在线综合| 日韩欧美你懂的| heyzo一本久久综合| 亚洲高清视频在线| 欧美v日韩v国产v| 91在线视频观看| 久久国产视频网| 自拍偷拍欧美精品| 欧美一二三区在线| 成人永久看片免费视频天堂| 亚洲成人午夜电影| 欧美精品一区二区在线播放| 91偷拍与自偷拍精品| 日韩高清不卡在线| 久久精品免视看| 欧美午夜精品一区| 国产精品一品视频| 亚洲成a人v欧美综合天堂| 久久久久久久av麻豆果冻| 欧美视频中文字幕| 国产一区二区精品久久99| 亚洲最新视频在线观看| 国产三级精品三级| 欧美性猛交xxxx黑人交| 国产毛片精品视频| 性做久久久久久|