namespace CommonRPG.Client.Win32.Forms
{
partial class FormWriteMail
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.btn_send = new System.Windows.Forms.Button();
this.btn_cancel = new System.Windows.Forms.Button();
this.textbox_mailTitle = new System.Windows.Forms.TextBox();
this.textBox_mailContent = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.combobox_receiver = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// btn_send
//
this.btn_send.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_send.Location = new System.Drawing.Point(650, 419);
this.btn_send.Name = "btn_send";
this.btn_send.Size = new System.Drawing.Size(120, 38);
this.btn_send.TabIndex = 0;
this.btn_send.Text = "发送";
this.btn_send.UseVisualStyleBackColor = true;
this.btn_send.Click += new System.EventHandler(this.btn_send_Click);
//
// btn_cancel
//
this.btn_cancel.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_cancel.Location = new System.Drawing.Point(526, 419);
this.btn_cancel.Name = "btn_cancel";
this.btn_cancel.Size = new System.Drawing.Size(120, 38);
this.btn_cancel.TabIndex = 1;
this.btn_cancel.Text = "取消";
this.btn_cancel.UseVisualStyleBackColor = true;
//
// textbox_mailTitle
//
this.textbox_mailTitle.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textbox_mailTitle.Location = new System.Drawing.Point(279, 133);
this.textbox_mailTitle.Name = "textbox_mailTitle";
this.textbox_mailTitle.Size = new System.Drawing.Size(348, 30);
this.textbox_mailTitle.TabIndex = 2;
//
// textBox_mailContent
//
this.textBox_mailContent.Location = new System.Drawing.Point(279, 181);
this.textBox_mailContent.Multiline = true;
this.textBox_mailContent.Name = "textBox_mailContent";
this.textBox_mailContent.Size = new System.Drawing.Size(348, 153);
this.textBox_mailContent.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(187, 133);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(52, 21);
this.label1.TabIndex = 4;
this.label1.Text = "标题";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(187, 181);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(52, 21);
this.label2.TabIndex = 5;
this.label2.Text = "内容";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(187, 91);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(73, 21);
this.label3.TabIndex = 6;
this.label3.Text = "收件人";
//
// combobox_receiver
//
this.combobox_receiver.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.combobox_receiver.FormattingEnabled = true;
this.combobox_receiver.Location = new System.Drawing.Point(279, 84);
this.combobox_receiver.Name = "combobox_receiver";
this.combobox_receiver.Size = new System.Drawing.Size(348, 28);
this.combobox_receiver.TabIndex = 8;
//
// FormWriteMail
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(836, 502);
this.Controls.Add(this.combobox_receiver);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox_mailContent);
this.Controls.Add(this.textbox_mailTitle);
this.Controls.Add(this.btn_cancel);
this.Controls.Add(this.btn_send);
this.Name = "FormWriteMail";
this.Text = "FormWriteMail";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btn_send;
private System.Windows.Forms.Button btn_cancel;
private System.Windows.Forms.TextBox textbox_mailTitle;
private System.Windows.Forms.TextBox textBox_mailContent;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox combobox_receiver;
}
}