📄 frmdychange.designer.cs
字号:
namespace SMS.Forms
{
partial class frmDyChange
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.txttype = new System.Windows.Forms.TextBox();
this.btnClose = new System.Windows.Forms.Button();
this.btnSure = new System.Windows.Forms.Button();
this.txtContent = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txttype);
this.groupBox1.Controls.Add(this.btnClose);
this.groupBox1.Controls.Add(this.btnSure);
this.groupBox1.Controls.Add(this.txtContent);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(26, 43);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(425, 265);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
//
// txttype
//
this.txttype.Enabled = false;
this.txttype.Location = new System.Drawing.Point(86, 23);
this.txttype.Name = "txttype";
this.txttype.Size = new System.Drawing.Size(145, 21);
this.txttype.TabIndex = 6;
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(213, 235);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.TabIndex = 5;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnSure
//
this.btnSure.Location = new System.Drawing.Point(132, 235);
this.btnSure.Name = "btnSure";
this.btnSure.Size = new System.Drawing.Size(75, 23);
this.btnSure.TabIndex = 4;
this.btnSure.Text = "修改";
this.btnSure.UseVisualStyleBackColor = true;
this.btnSure.Click += new System.EventHandler(this.btnSure_Click);
//
// txtContent
//
this.txtContent.Location = new System.Drawing.Point(86, 61);
this.txtContent.Multiline = true;
this.txtContent.Name = "txtContent";
this.txtContent.Size = new System.Drawing.Size(331, 156);
this.txtContent.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "短语类别:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(14, 61);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 1;
this.label2.Text = "短语内容:";
//
// frmDyChange
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(477, 351);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.Name = "frmDyChange";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "常用短语详细信息";
this.Load += new System.EventHandler(this.frmDyChange_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txttype;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnSure;
private System.Windows.Forms.TextBox txtContent;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -