📄 frmsmsxx.designer.cs
字号:
namespace SMS.Forms
{
partial class frmSmsXX
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.txtFrom = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.btnClose = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.btnReply = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtContent = new System.Windows.Forms.TextBox();
this.txtSmsContent = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// txtFrom
//
this.txtFrom.Enabled = false;
this.txtFrom.Location = new System.Drawing.Point(82, 21);
this.txtFrom.Name = "txtFrom";
this.txtFrom.Size = new System.Drawing.Size(214, 21);
this.txtFrom.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(11, 56);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 1;
this.label2.Text = "短信内容:";
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(228, 118);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.TabIndex = 2;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(22, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "发信人:";
//
// btnReply
//
this.btnReply.Location = new System.Drawing.Point(140, 118);
this.btnReply.Name = "btnReply";
this.btnReply.Size = new System.Drawing.Size(75, 23);
this.btnReply.TabIndex = 1;
this.btnReply.Text = "回复";
this.btnReply.UseVisualStyleBackColor = true;
this.btnReply.Click += new System.EventHandler(this.btnReply_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtContent);
this.groupBox1.Controls.Add(this.txtFrom);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(34, 25);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(450, 147);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "短信详细信息";
//
// txtContent
//
this.txtContent.Enabled = false;
this.txtContent.Location = new System.Drawing.Point(83, 56);
this.txtContent.Multiline = true;
this.txtContent.Name = "txtContent";
this.txtContent.Size = new System.Drawing.Size(361, 85);
this.txtContent.TabIndex = 3;
//
// txtSmsContent
//
this.txtSmsContent.Location = new System.Drawing.Point(8, 21);
this.txtSmsContent.Multiline = true;
this.txtSmsContent.Name = "txtSmsContent";
this.txtSmsContent.Size = new System.Drawing.Size(436, 90);
this.txtSmsContent.TabIndex = 0;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnClose);
this.groupBox2.Controls.Add(this.btnReply);
this.groupBox2.Controls.Add(this.txtSmsContent);
this.groupBox2.Location = new System.Drawing.Point(34, 179);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(450, 148);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "回复短信";
//
// frmSmsXX
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(518, 352);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox2);
this.Name = "frmSmsXX";
this.Text = "、";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox txtFrom;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnReply;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtContent;
private System.Windows.Forms.TextBox txtSmsContent;
private System.Windows.Forms.GroupBox groupBox2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -