1 Star 7 Fork 2

Sunday / GitHubWikiTool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
MD2Html.Designer.cs 4.47 KB
一键复制 编辑 原始数据 按行查看 历史
Sunday 提交于 2020-05-04 00:16 . 增加markdown转html工具
namespace WindowsFormsApp1
{
partial class MD2Html
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txb_html = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.txb_md = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(52, 60);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(114, 15);
this.label2.TabIndex = 11;
this.label2.Text = "生成Html的位置";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(19, 26);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(146, 15);
this.label1.TabIndex = 10;
this.label1.Text = "Markdwon文件夹位置";
//
// txb_html
//
this.txb_html.Location = new System.Drawing.Point(170, 56);
this.txb_html.Margin = new System.Windows.Forms.Padding(4);
this.txb_html.Name = "txb_html";
this.txb_html.Size = new System.Drawing.Size(527, 25);
this.txb_html.TabIndex = 9;
this.txb_html.Text = "C:\\Html";
//
// button1
//
this.button1.Location = new System.Drawing.Point(597, 106);
this.button1.Margin = new System.Windows.Forms.Padding(4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(100, 29);
this.button1.TabIndex = 8;
this.button1.Text = "转Html";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// txb_md
//
this.txb_md.Location = new System.Drawing.Point(170, 22);
this.txb_md.Margin = new System.Windows.Forms.Padding(4);
this.txb_md.Name = "txb_md";
this.txb_md.Size = new System.Drawing.Size(527, 25);
this.txb_md.TabIndex = 7;
this.txb_md.Text = "C:\\wiki";
//
// MD2Html
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(711, 162);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.txb_html);
this.Controls.Add(this.button1);
this.Controls.Add(this.txb_md);
this.Name = "MD2Html";
this.Text = "Markdown转Html工具";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txb_html;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox txb_md;
}
}
C#
1
https://gitee.com/sundayisblue/GitHubWikiTool.git
git@gitee.com:sundayisblue/GitHubWikiTool.git
sundayisblue
GitHubWikiTool
GitHubWikiTool
master

搜索帮助