?? frmrclient.designer.cs
字號(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 + -