📄 createhtml.designer.cs
字号:
namespace CreateHtml
{
partial class CreateHtml
{
/// <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.label1 = new System.Windows.Forms.Label();
this.txbType = new System.Windows.Forms.TextBox();
this.btnFolder = new System.Windows.Forms.Button();
this.btnHtml = new System.Windows.Forms.Button();
this.btnClear = new System.Windows.Forms.Button();
this.txbFolder = new System.Windows.Forms.TextBox();
this.btnTransferGb = new System.Windows.Forms.Button();
this.btnTransferUtf = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txbMsg = new System.Windows.Forms.Label();
this.FolderDialog = new System.Windows.Forms.FolderBrowserDialog();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(23, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 0;
this.label1.Text = "输入文件类型";
//
// txbType
//
this.txbType.Location = new System.Drawing.Point(25, 24);
this.txbType.Name = "txbType";
this.txbType.Size = new System.Drawing.Size(432, 21);
this.txbType.TabIndex = 1;
this.txbType.Text = ".aspx,.resx,.asax,.csproj,.cs,.webinfo,.config,.xml,.txt,.sln,.csproj,.js,.css,.s" +
"ql,.url,.xsx,.xsd,.asp,asmx,.ascx";
//
// btnFolder
//
this.btnFolder.Location = new System.Drawing.Point(25, 61);
this.btnFolder.Name = "btnFolder";
this.btnFolder.Size = new System.Drawing.Size(75, 23);
this.btnFolder.TabIndex = 2;
this.btnFolder.Text = "选择文件夹";
this.btnFolder.UseVisualStyleBackColor = true;
this.btnFolder.Click += new System.EventHandler(this.btnFolder_Click);
//
// btnHtml
//
this.btnHtml.Location = new System.Drawing.Point(25, 101);
this.btnHtml.Name = "btnHtml";
this.btnHtml.Size = new System.Drawing.Size(75, 23);
this.btnHtml.TabIndex = 3;
this.btnHtml.Text = "生成HTML";
this.btnHtml.UseVisualStyleBackColor = true;
this.btnHtml.Click += new System.EventHandler(this.btnHtml_Click);
//
// btnClear
//
this.btnClear.Location = new System.Drawing.Point(127, 101);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(75, 23);
this.btnClear.TabIndex = 4;
this.btnClear.Text = "清除格式";
this.btnClear.UseVisualStyleBackColor = true;
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
//
// txbFolder
//
this.txbFolder.Location = new System.Drawing.Point(127, 61);
this.txbFolder.Name = "txbFolder";
this.txbFolder.Size = new System.Drawing.Size(330, 21);
this.txbFolder.TabIndex = 5;
//
// btnTransferGb
//
this.btnTransferGb.Location = new System.Drawing.Point(226, 101);
this.btnTransferGb.Name = "btnTransferGb";
this.btnTransferGb.Size = new System.Drawing.Size(75, 23);
this.btnTransferGb.TabIndex = 6;
this.btnTransferGb.Text = "UTF转GB";
this.btnTransferGb.UseVisualStyleBackColor = true;
this.btnTransferGb.Click += new System.EventHandler(this.btnTransferGb_Click);
//
// btnTransferUtf
//
this.btnTransferUtf.Location = new System.Drawing.Point(326, 101);
this.btnTransferUtf.Name = "btnTransferUtf";
this.btnTransferUtf.Size = new System.Drawing.Size(75, 23);
this.btnTransferUtf.TabIndex = 7;
this.btnTransferUtf.Text = "GB转UTF";
this.btnTransferUtf.UseVisualStyleBackColor = true;
this.btnTransferUtf.Click += new System.EventHandler(this.btnTransferUtf_Click);
//
// groupBox1
//
this.groupBox1.AutoSize = true;
this.groupBox1.Controls.Add(this.txbMsg);
this.groupBox1.Location = new System.Drawing.Point(25, 144);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(432, 117);
this.groupBox1.TabIndex = 8;
this.groupBox1.TabStop = false;
//
// txbMsg
//
this.txbMsg.AutoSize = true;
this.txbMsg.Location = new System.Drawing.Point(15, 17);
this.txbMsg.Name = "txbMsg";
this.txbMsg.Size = new System.Drawing.Size(0, 12);
this.txbMsg.TabIndex = 0;
//
// CreateHtml
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(482, 273);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnTransferUtf);
this.Controls.Add(this.btnTransferGb);
this.Controls.Add(this.txbFolder);
this.Controls.Add(this.btnClear);
this.Controls.Add(this.btnHtml);
this.Controls.Add(this.btnFolder);
this.Controls.Add(this.txbType);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "CreateHtml";
this.Text = "UEUN@163.COM";
this.Load += new System.EventHandler(this.CreateHtml_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txbType;
private System.Windows.Forms.Button btnFolder;
private System.Windows.Forms.Button btnHtml;
private System.Windows.Forms.Button btnClear;
private System.Windows.Forms.TextBox txbFolder;
private System.Windows.Forms.Button btnTransferGb;
private System.Windows.Forms.Button btnTransferUtf;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label txbMsg;
private System.Windows.Forms.FolderBrowserDialog FolderDialog;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -