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

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

?? frmareamanage.designer.cs

?? 在瞬息萬(wàn)變的市場(chǎng)環(huán)境中
?? CS
?? 第 1 頁(yè) / 共 2 頁(yè)
字號(hào):
            this.tscboxCondition.Items.AddRange(new object[] {
            "區(qū)域編號(hào)",
            "區(qū)域名稱(chēng)"});
            this.tscboxCondition.Name = "tscboxCondition";
            this.tscboxCondition.Size = new System.Drawing.Size(100, 25);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(41, 22);
            this.toolStripLabel2.Text = "關(guān)鍵字";
            // 
            // tstxtKeyWord
            // 
            this.tstxtKeyWord.Name = "tstxtKeyWord";
            this.tstxtKeyWord.Size = new System.Drawing.Size(100, 25);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
            // 
            // tsbtnLook
            // 
            this.tsbtnLook.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbtnLook.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnLook.Image")));
            this.tsbtnLook.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbtnLook.Name = "tsbtnLook";
            this.tsbtnLook.Size = new System.Drawing.Size(23, 20);
            this.tsbtnLook.Text = "查找";
            this.tsbtnLook.Click += new System.EventHandler(this.tsbtnLook_Click);
            // 
            // toolStripSeparator7
            // 
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
            // 
            // tsbtnExit
            // 
            this.tsbtnExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
            this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbtnExit.Name = "tsbtnExit";
            this.tsbtnExit.Size = new System.Drawing.Size(23, 20);
            this.tsbtnExit.Text = "退出";
            this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.txtAreaName);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtAreaCode);
            this.groupBox1.Controls.Add(this.cboxAreaType);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(12, 28);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(429, 72);
            this.groupBox1.TabIndex = 5;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "基本信息";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(38, 50);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 5;
            this.label3.Text = "區(qū)域類(lèi)型";
            // 
            // txtAreaName
            // 
            this.txtAreaName.Location = new System.Drawing.Point(286, 19);
            this.txtAreaName.Name = "txtAreaName";
            this.txtAreaName.Size = new System.Drawing.Size(100, 21);
            this.txtAreaName.TabIndex = 4;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(228, 23);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 3;
            this.label2.Text = "區(qū)域名稱(chēng)";
            // 
            // txtAreaCode
            // 
            this.txtAreaCode.Location = new System.Drawing.Point(96, 19);
            this.txtAreaCode.Name = "txtAreaCode";
            this.txtAreaCode.ReadOnly = true;
            this.txtAreaCode.Size = new System.Drawing.Size(100, 21);
            this.txtAreaCode.TabIndex = 2;
            // 
            // cboxAreaType
            // 
            this.cboxAreaType.FormattingEnabled = true;
            this.cboxAreaType.Items.AddRange(new object[] {
            "國(guó)家",
            "省",
            "市",
            "縣(縣級(jí)市)",
            "鄉(xiāng)/鎮(zhèn)",
            "村"});
            this.cboxAreaType.Location = new System.Drawing.Point(96, 46);
            this.cboxAreaType.Name = "cboxAreaType";
            this.cboxAreaType.Size = new System.Drawing.Size(100, 20);
            this.cboxAreaType.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(38, 23);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "區(qū)域編號(hào)";
            // 
            // frmAreaManage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(453, 295);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.dgvAreaInfo);
            this.Controls.Add(this.bindingNavigator1);
            this.MaximizeBox = false;
            this.Name = "frmAreaManage";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "區(qū)域信息管理";
            this.Load += new System.EventHandler(this.frmAreaManage_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dgvAreaInfo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
            this.bindingNavigator1.ResumeLayout(false);
            this.bindingNavigator1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStripButton tsbtnSave;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripButton tsbtnAdd;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.DataGridView dgvAreaInfo;
        private System.Windows.Forms.BindingNavigator bindingNavigator1;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton tsbtnEdit;
        private System.Windows.Forms.ToolStripButton tsbtnDel;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripLabel toolStripLabel1;
        private System.Windows.Forms.ToolStripComboBox tscboxCondition;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
        private System.Windows.Forms.ToolStripLabel toolStripLabel2;
        private System.Windows.Forms.ToolStripTextBox tstxtKeyWord;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
        private System.Windows.Forms.ToolStripButton tsbtnLook;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
        private System.Windows.Forms.ToolStripButton tsbtnExit;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox txtAreaName;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtAreaCode;
        private System.Windows.Forms.ComboBox cboxAreaType;
        private System.Windows.Forms.Label label1;
    }
}

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美在线|欧美| 欧美国产一区二区| 在线一区二区三区四区| 欧美性大战久久| 欧美一级二级三级乱码| 中文字幕av一区 二区| 亚洲午夜免费视频| 国产精品一二三四| 欧美日韩另类一区| 国产女主播一区| 国产日产欧美精品一区二区三区| 亚洲精品乱码久久久久| 精久久久久久久久久久| 一道本成人在线| 久久综合久久久久88| 亚洲黄色片在线观看| 国产在线播放一区二区三区| 欧美亚洲国产一区在线观看网站 | 亚洲精品网站在线观看| 美国毛片一区二区三区| 色婷婷综合五月| 欧美美女网站色| 国产精品久久久久婷婷| 激情av综合网| 欧美日韩国产精选| 1区2区3区国产精品| 久久99热狠狠色一区二区| 99久久国产综合精品色伊| 久久只精品国产| 日韩高清在线一区| 色香色香欲天天天影视综合网| 久久综合中文字幕| 日本vs亚洲vs韩国一区三区二区 | 精品夜夜嗨av一区二区三区| 91猫先生在线| 国产精品久久久久久久浪潮网站| 亚洲猫色日本管| 国产一区二区三区| 日韩欧美国产三级| 久久精品国产网站| 久久综合久久综合亚洲| 国产精品一区二区在线看| 久久综合网色—综合色88| 国内精品免费在线观看| 国产清纯美女被跳蛋高潮一区二区久久w| 日本一不卡视频| 日韩精品中文字幕一区| 国产91精品入口| 亚洲精品欧美激情| 7777精品伊人久久久大香线蕉最新版| 日本欧美肥老太交大片| 久久综合给合久久狠狠狠97色69| 国产成人免费高清| 亚洲免费观看视频| 欧美日韩不卡一区二区| 国产美女主播视频一区| 亚洲欧洲三级电影| 538在线一区二区精品国产| 久久国产精品色婷婷| 中文字幕av一区二区三区高| 欧美亚洲综合另类| 国产一区二区精品久久91| 自拍偷拍亚洲综合| 91精品国产91久久久久久一区二区 | 色伊人久久综合中文字幕| 亚洲国产视频直播| 国产亚洲精品aa| 欧美综合天天夜夜久久| 精品亚洲成a人在线观看| 国产精品久久久久久久岛一牛影视| 色老综合老女人久久久| 韩国毛片一区二区三区| 亚洲视频 欧洲视频| 欧美成人一区二区三区片免费| 成人动漫在线一区| 日韩精品久久久久久| 成人免费在线视频| 久久久久久久国产精品影院| 色丁香久综合在线久综合在线观看| 美女网站在线免费欧美精品| 国产欧美日韩在线观看| 欧美精品一二三| av成人动漫在线观看| 美女国产一区二区| 依依成人综合视频| 久久久精品黄色| 日韩视频一区二区| 欧美午夜片在线观看| 风间由美一区二区av101| 日本亚洲一区二区| 亚洲综合丝袜美腿| 国产精品电影一区二区三区| 欧美一区二区三区不卡| 色呦呦国产精品| 成人国产精品免费观看视频| 国内外成人在线| 日本不卡123| 午夜久久电影网| 玉米视频成人免费看| 成人欧美一区二区三区视频网页| 久久午夜免费电影| 日韩欧美亚洲国产另类| 欧美偷拍一区二区| 色婷婷狠狠综合| 99国产精品久| 99视频有精品| 成人福利在线看| 国产一区三区三区| 精品综合免费视频观看| 六月丁香婷婷久久| 美日韩一区二区| 奇米777欧美一区二区| 日韩精品1区2区3区| 日韩经典一区二区| 日本怡春院一区二区| 日本欧美一区二区在线观看| 调教+趴+乳夹+国产+精品| 亚洲sss视频在线视频| 图片区小说区区亚洲影院| 亚洲午夜私人影院| 午夜精品福利一区二区三区av| 亚洲成人午夜电影| 日韩不卡在线观看日韩不卡视频| 日日摸夜夜添夜夜添精品视频| 日韩av电影一区| 日韩中文字幕麻豆| 久久激情五月激情| 国产精品一二三区在线| 成人福利在线看| 色综合久久88色综合天天6 | 一区二区三国产精华液| 亚洲成人激情自拍| 极品美女销魂一区二区三区免费| 寂寞少妇一区二区三区| 成人激情免费电影网址| 91国产视频在线观看| 欧美一区二区三区的| 亚洲精品一区二区三区四区高清 | 欧美一区二区三区四区视频| 精品欧美一区二区在线观看| 国产婷婷色一区二区三区四区| 国产精品免费人成网站| 亚洲免费色视频| 麻豆成人综合网| 成人精品视频一区| 欧美日韩另类国产亚洲欧美一级| 日韩欧美国产综合| 亚洲人一二三区| 男人的天堂亚洲一区| 成人性生交大片免费看在线播放| 97aⅴ精品视频一二三区| 91精品在线观看入口| 日本一区二区动态图| 午夜欧美电影在线观看| 福利电影一区二区| 欧美高清视频不卡网| 国产亚洲欧美日韩日本| 亚洲综合图片区| 国产成人啪午夜精品网站男同| 欧美亚洲动漫另类| 久久久久国产一区二区三区四区 | 在线播放/欧美激情| 国产精品天天摸av网| 手机精品视频在线观看| aa级大片欧美| 精品免费视频.| 午夜精品免费在线观看| 成人午夜又粗又硬又大| 91精品国产高清一区二区三区蜜臀| 中文字幕永久在线不卡| 免费日本视频一区| 欧美在线你懂的| 国产精品久久毛片av大全日韩| 免费观看91视频大全| 欧美视频一区在线观看| 国产精品久久久久一区| 国产永久精品大片wwwapp| 在线播放欧美女士性生活| 日韩毛片视频在线看| 国产成人午夜精品影院观看视频| 777午夜精品视频在线播放| 亚洲综合色视频| 国产成人欧美日韩在线电影| 欧美成人激情免费网| 天天色天天操综合| 欧洲国内综合视频| 有码一区二区三区| 99免费精品在线观看| 精品国产1区2区3区| 美腿丝袜亚洲综合| 日韩一级免费观看| 男人的j进女人的j一区| 欧美高清视频在线高清观看mv色露露十八| 18涩涩午夜精品.www| 96av麻豆蜜桃一区二区| 中文字幕一区二区三区在线观看| 成人在线视频首页| 国产精品三级电影| 99精品黄色片免费大全| 亚洲欧美日韩电影|