?? frmrclient.designer.cs
字號:
this.txtETitle.Size = new System.Drawing.Size(264, 21);
this.txtETitle.TabIndex = 21;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(29, 223);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 20;
this.label9.Text = "主題:";
//
// txtUPwd
//
this.txtUPwd.Location = new System.Drawing.Point(186, 190);
this.txtUPwd.Name = "txtUPwd";
this.txtUPwd.PasswordChar = '*';
this.txtUPwd.Size = new System.Drawing.Size(144, 21);
this.txtUPwd.TabIndex = 19;
//
// txtUName
//
this.txtUName.Location = new System.Drawing.Point(29, 190);
this.txtUName.Name = "txtUName";
this.txtUName.Size = new System.Drawing.Size(138, 21);
this.txtUName.TabIndex = 18;
//
// txtServicePort
//
this.txtServicePort.Location = new System.Drawing.Point(186, 145);
this.txtServicePort.Name = "txtServicePort";
this.txtServicePort.Size = new System.Drawing.Size(144, 21);
this.txtServicePort.TabIndex = 17;
//
// txtSService
//
this.txtSService.Location = new System.Drawing.Point(29, 145);
this.txtSService.Name = "txtSService";
this.txtSService.Size = new System.Drawing.Size(138, 21);
this.txtSService.TabIndex = 16;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(187, 175);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(89, 12);
this.label7.TabIndex = 14;
this.label7.Text = "登錄郵箱密碼:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(29, 175);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(101, 12);
this.label8.TabIndex = 12;
this.label8.Text = "登錄郵箱用戶名:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(187, 128);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(77, 12);
this.label5.TabIndex = 10;
this.label5.Text = "服務器端口:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(29, 128);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(77, 12);
this.label6.TabIndex = 8;
this.label6.Text = "發件服務器:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(184, 50);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 6;
this.label4.Text = "客戶名稱:";
//
// txtCEmail
//
this.txtCEmail.Location = new System.Drawing.Point(100, 95);
this.txtCEmail.Name = "txtCEmail";
this.txtCEmail.ReadOnly = true;
this.txtCEmail.Size = new System.Drawing.Size(230, 21);
this.txtCEmail.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(29, 98);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 4;
this.label3.Text = "客戶郵箱:";
//
// cboxCID
//
this.cboxCID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxCID.FormattingEnabled = true;
this.cboxCID.Location = new System.Drawing.Point(29, 65);
this.cboxCID.Name = "cboxCID";
this.cboxCID.Size = new System.Drawing.Size(138, 20);
this.cboxCID.TabIndex = 3;
this.cboxCID.SelectedIndexChanged += new System.EventHandler(this.cboxCID_SelectedIndexChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(29, 50);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 2;
this.label2.Text = "客戶編號:";
//
// txtSEmail
//
this.txtSEmail.Location = new System.Drawing.Point(100, 22);
this.txtSEmail.Name = "txtSEmail";
this.txtSEmail.Size = new System.Drawing.Size(230, 21);
this.txtSEmail.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(29, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 0;
this.label1.Text = "發件人郵箱:";
//
// errorSEmail
//
this.errorSEmail.ContainerControl = this;
//
// frmRClient
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(368, 460);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.Name = "frmRClient";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "聯系客戶";
this.Load += new System.EventHandler(this.frmRClient_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.errorSEmail)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtEContent;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtETitle;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtUPwd;
private System.Windows.Forms.TextBox txtUName;
private System.Windows.Forms.TextBox txtServicePort;
private System.Windows.Forms.TextBox txtSService;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtCEmail;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cboxCID;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtSEmail;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnSend;
private System.Windows.Forms.Button btnDel;
private System.Windows.Forms.Button btnUP;
private System.Windows.Forms.ComboBox cboxAccessories;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox txtCName;
private System.Windows.Forms.ErrorProvider errorSEmail;
private System.Windows.Forms.OpenFileDialog oFDialogSFile;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -