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

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

?? frmrclient.designer.cs

?? 在瞬息萬(wàn)變的市場(chǎng)環(huán)境中
?? CS
?? 第 1 頁(yè) / 共 2 頁(yè)
字號(hào):
?namespace CRM.DataManage
{
    partial class frmRClient
    {
        /// <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(frmRClient));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtCName = new System.Windows.Forms.TextBox();
            this.btnExit = new System.Windows.Forms.Button();
            this.btnSend = new System.Windows.Forms.Button();
            this.btnDel = new System.Windows.Forms.Button();
            this.btnUP = new System.Windows.Forms.Button();
            this.cboxAccessories = new System.Windows.Forms.ComboBox();
            this.label11 = new System.Windows.Forms.Label();
            this.txtEContent = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.txtETitle = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.txtUPwd = new System.Windows.Forms.TextBox();
            this.txtUName = new System.Windows.Forms.TextBox();
            this.txtServicePort = new System.Windows.Forms.TextBox();
            this.txtSService = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.txtCEmail = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.cboxCID = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtSEmail = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.errorSEmail = new System.Windows.Forms.ErrorProvider(this.components);
            this.oFDialogSFile = new System.Windows.Forms.OpenFileDialog();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.errorSEmail)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtCName);
            this.groupBox1.Controls.Add(this.btnExit);
            this.groupBox1.Controls.Add(this.btnSend);
            this.groupBox1.Controls.Add(this.btnDel);
            this.groupBox1.Controls.Add(this.btnUP);
            this.groupBox1.Controls.Add(this.cboxAccessories);
            this.groupBox1.Controls.Add(this.label11);
            this.groupBox1.Controls.Add(this.txtEContent);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.txtETitle);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.txtUPwd);
            this.groupBox1.Controls.Add(this.txtUName);
            this.groupBox1.Controls.Add(this.txtServicePort);
            this.groupBox1.Controls.Add(this.txtSService);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.txtCEmail);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.cboxCID);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtSEmail);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(11, 2);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(350, 450);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "聯(lián)系客戶";
            // 
            // txtCName
            // 
            this.txtCName.Location = new System.Drawing.Point(186, 65);
            this.txtCName.Name = "txtCName";
            this.txtCName.ReadOnly = true;
            this.txtCName.Size = new System.Drawing.Size(144, 21);
            this.txtCName.TabIndex = 30;
            // 
            // btnExit
            // 
            this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
            this.btnExit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnExit.Location = new System.Drawing.Point(186, 417);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(63, 23);
            this.btnExit.TabIndex = 29;
            this.btnExit.Text = "退出";
            this.btnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // btnSend
            // 
            this.btnSend.Image = ((System.Drawing.Image)(resources.GetObject("btnSend.Image")));
            this.btnSend.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnSend.Location = new System.Drawing.Point(106, 417);
            this.btnSend.Name = "btnSend";
            this.btnSend.Size = new System.Drawing.Size(63, 23);
            this.btnSend.TabIndex = 28;
            this.btnSend.Text = "發(fā)送";
            this.btnSend.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.btnSend.UseVisualStyleBackColor = true;
            this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
            // 
            // btnDel
            // 
            this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
            this.btnDel.Location = new System.Drawing.Point(304, 386);
            this.btnDel.Name = "btnDel";
            this.btnDel.Size = new System.Drawing.Size(26, 23);
            this.btnDel.TabIndex = 27;
            this.btnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
            this.btnDel.UseVisualStyleBackColor = true;
            this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
            // 
            // btnUP
            // 
            this.btnUP.Image = ((System.Drawing.Image)(resources.GetObject("btnUP.Image")));
            this.btnUP.Location = new System.Drawing.Point(272, 386);
            this.btnUP.Name = "btnUP";
            this.btnUP.Size = new System.Drawing.Size(26, 23);
            this.btnUP.TabIndex = 26;
            this.btnUP.UseVisualStyleBackColor = true;
            this.btnUP.Click += new System.EventHandler(this.btnUP_Click);
            // 
            // cboxAccessories
            // 
            this.cboxAccessories.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboxAccessories.FormattingEnabled = true;
            this.cboxAccessories.Location = new System.Drawing.Point(66, 388);
            this.cboxAccessories.Name = "cboxAccessories";
            this.cboxAccessories.Size = new System.Drawing.Size(198, 20);
            this.cboxAccessories.TabIndex = 25;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(27, 390);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(41, 12);
            this.label11.TabIndex = 24;
            this.label11.Text = "附件:";
            // 
            // txtEContent
            // 
            this.txtEContent.Location = new System.Drawing.Point(66, 251);
            this.txtEContent.Multiline = true;
            this.txtEContent.Name = "txtEContent";
            this.txtEContent.Size = new System.Drawing.Size(264, 127);
            this.txtEContent.TabIndex = 23;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(29, 251);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(41, 12);
            this.label10.TabIndex = 22;
            this.label10.Text = "內(nèi)容:";
            // 
            // txtETitle
            // 
            this.txtETitle.Location = new System.Drawing.Point(66, 220);
            this.txtETitle.Name = "txtETitle";

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
99视频精品在线| 欧美一区二区三区视频在线| 五月激情综合色| 久久久久9999亚洲精品| 欧美日韩日日骚| heyzo一本久久综合| 蜜臀va亚洲va欧美va天堂| 亚洲美女在线一区| 久久综合99re88久久爱| 欧美日韩小视频| 99久久综合国产精品| 韩国在线一区二区| 午夜电影网一区| 亚洲欧美另类小说| 中文av字幕一区| 精品久久国产字幕高潮| 91麻豆精品国产91久久久使用方法| 99久久精品一区| 国产成人综合在线观看| 麻豆精品久久久| 肉色丝袜一区二区| 一区二区三区在线播| 1000精品久久久久久久久| 国产亚洲人成网站| 日韩免费看网站| 538在线一区二区精品国产| 色婷婷av一区二区三区软件| 99热精品一区二区| 国产suv精品一区二区883| 麻豆91在线播放| 麻豆专区一区二区三区四区五区| 亚洲国产你懂的| 一区二区三区在线观看网站| 亚洲日本免费电影| 亚洲欧洲中文日韩久久av乱码| 中文字幕av一区二区三区 | 日韩视频一区二区三区在线播放| 色视频欧美一区二区三区| fc2成人免费人成在线观看播放 | 蜜桃久久久久久久| 日韩精品国产欧美| 日韩有码一区二区三区| 亚洲超丰满肉感bbw| 亚洲成a人片在线不卡一二三区 | 成人小视频免费观看| 国产精品一区二区在线观看网站| 国产一区美女在线| 国产曰批免费观看久久久| 国产精品一区不卡| 成人av一区二区三区| 成人18视频在线播放| 午夜久久电影网| 亚洲图片另类小说| 亚洲日韩欧美一区二区在线| 亚洲青青青在线视频| 一区二区三区在线观看视频| 免费看日韩精品| 另类欧美日韩国产在线| 精品一区二区精品| 国产白丝网站精品污在线入口| 精品无人码麻豆乱码1区2区| 国产成人av一区二区三区在线| 国产成人av电影在线| 99久久婷婷国产综合精品| 色综合色综合色综合色综合色综合 | 国产精品毛片a∨一区二区三区| 国产精品三级电影| 一区二区在线看| 丝袜美腿亚洲一区| 国产精品亚洲专一区二区三区| 粉嫩av一区二区三区在线播放| 99国产精品一区| 欧美日韩国产综合草草| 日韩欧美一区二区不卡| 国产精品丝袜91| 亚洲成人av一区二区三区| 老司机免费视频一区二区三区| 国产九色sp调教91| 在线免费亚洲电影| 精品久久人人做人人爽| 综合精品久久久| 日韩电影在线看| 成人一级黄色片| 欧美日韩另类一区| 欧美韩日一区二区三区四区| 一区二区三区丝袜| 久久国产成人午夜av影院| 91原创在线视频| 欧美一区在线视频| 中文字幕欧美一| 日本不卡一二三区黄网| 99精品国产一区二区三区不卡| 欧美电影影音先锋| 国产精品久久久久7777按摩| 美女被吸乳得到大胸91| 91麻豆国产福利在线观看| 日韩亚洲欧美在线| 亚洲激情中文1区| 国产91色综合久久免费分享| 欧美精品国产精品| 国产精品成人一区二区艾草| 理论片日本一区| 欧美日韩久久久久久| 国产精品福利av| 韩国女主播成人在线观看| 欧美亚日韩国产aⅴ精品中极品| 国产欧美综合色| 久久精品国产久精国产爱| 欧美视频一区二| 成人免费在线视频| 久久www免费人成看片高清| 欧美性猛交xxxxxx富婆| 中文字幕在线观看不卡| 韩日精品视频一区| 日韩一区二区电影在线| 亚洲愉拍自拍另类高清精品| 成人小视频在线| 国产欧美日韩一区二区三区在线观看| 日韩中文字幕不卡| 欧美日韩国产色站一区二区三区| 国产精品久久看| 国产91丝袜在线播放| 久久一留热品黄| 国产资源在线一区| 欧美精品一区二区久久久| 免费在线观看视频一区| 久久久精品免费网站| 强制捆绑调教一区二区| 欧美高清你懂得| 亚洲成va人在线观看| 欧美日韩免费观看一区二区三区| 伊人婷婷欧美激情| 欧洲色大大久久| 亚洲一区二区三区影院| 欧美午夜电影网| 亚洲午夜av在线| 精品视频在线免费| 亚洲成人综合网站| 7777精品伊人久久久大香线蕉的 | 尤物av一区二区| 91免费看视频| 亚洲男人都懂的| 91福利在线播放| 亚洲亚洲人成综合网络| 欧美三区在线视频| 亚洲国产精品影院| 91麻豆精品国产91久久久| 亚洲成人精品一区| 日韩欧美一区中文| 激情综合色播激情啊| 国产午夜精品在线观看| 国产露脸91国语对白| 中文字幕欧美区| 91香蕉视频mp4| 亚洲五月六月丁香激情| 91精品国产欧美一区二区成人| 免费在线欧美视频| 久久久99久久精品欧美| 成人av网站在线观看免费| 中文字幕亚洲欧美在线不卡| 欧美天天综合网| 美国十次综合导航| 欧美国产激情一区二区三区蜜月| 91视频www| 人人狠狠综合久久亚洲| 久久精品在线观看| 97超碰欧美中文字幕| 亚洲国产欧美在线| 久久日韩粉嫩一区二区三区| www.日韩在线| 亚洲小说欧美激情另类| 久久在线免费观看| 色综合久久久久久久| 美女视频一区在线观看| 国产精品毛片a∨一区二区三区| 日本久久精品电影| 美女视频黄频大全不卡视频在线播放 | 欧洲一区二区av| 韩国午夜理伦三级不卡影院| 亚洲人成网站影音先锋播放| 91精品欧美久久久久久动漫| 国产黄人亚洲片| 亚洲国产成人精品视频| 亚洲亚洲精品在线观看| 久久久亚洲精华液精华液精华液| 色综合亚洲欧洲| 老司机精品视频一区二区三区| 欧美经典三级视频一区二区三区| 欧美日韩综合在线免费观看| 国产成人免费在线视频| 婷婷丁香激情综合| 中文字幕一区在线观看| 欧美一区二区三区在线看| 91丨国产丨九色丨pron| 国产一区日韩二区欧美三区| 亚洲不卡一区二区三区| 中文字幕中文乱码欧美一区二区 | 欧美美女激情18p| www.日韩大片| 国产夫妻精品视频|