📄 frmmessage.designer.cs
字号:
namespace FlyMessage
{
partial class FrmMessage
{
/// <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.txtMessage = new System.Windows.Forms.TextBox();
this.btnSentMessage = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.btnPack = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// txtMessage
//
this.txtMessage.Location = new System.Drawing.Point(12, 37);
this.txtMessage.Multiline = true;
this.txtMessage.Name = "txtMessage";
this.txtMessage.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtMessage.Size = new System.Drawing.Size(268, 146);
this.txtMessage.TabIndex = 0;
//
// btnSentMessage
//
this.btnSentMessage.Location = new System.Drawing.Point(39, 212);
this.btnSentMessage.Name = "btnSentMessage";
this.btnSentMessage.Size = new System.Drawing.Size(75, 23);
this.btnSentMessage.TabIndex = 1;
this.btnSentMessage.Text = "回复";
this.btnSentMessage.UseVisualStyleBackColor = true;
this.btnSentMessage.Click += new System.EventHandler(this.btnSentMessage_Click);
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(168, 212);
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);
//
// btnPack
//
this.btnPack.Location = new System.Drawing.Point(13, 37);
this.btnPack.Name = "btnPack";
this.btnPack.Size = new System.Drawing.Size(267, 146);
this.btnPack.TabIndex = 3;
this.btnPack.UseVisualStyleBackColor = true;
this.btnPack.Click += new System.EventHandler(this.btnPack_Click);
//
// FrmMessage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 266);
this.ControlBox = false;
this.Controls.Add(this.btnPack);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnSentMessage);
this.Controls.Add(this.txtMessage);
this.Name = "FrmMessage";
this.Text = "飞信 云淡天晴制作";
this.Load += new System.EventHandler(this.FrmMessage_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtMessage;
private System.Windows.Forms.Button btnSentMessage;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnPack;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -