namespace SuperDesign.Tools.UpLog
{
partial class FrmPublishLogs
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.BtnCopyMD = new ryControls.ButtonEx();
this.BtnCopyHtml = new ryControls.ButtonEx();
this.SuspendLayout();
//
// BtnCopyMD
//
this.BtnCopyMD.BaseColor = System.Drawing.Color.Green;
this.BtnCopyMD.ColorGradient = true;
this.BtnCopyMD.Location = new System.Drawing.Point(69, 47);
this.BtnCopyMD.Name = "BtnCopyMD";
this.BtnCopyMD.Size = new System.Drawing.Size(157, 46);
this.BtnCopyMD.TabIndex = 27;
this.BtnCopyMD.Text = "复制Git更新日志(MD)";
this.BtnCopyMD.UseDefSkin = false;
this.BtnCopyMD.UseVisualStyleBackColor = true;
this.BtnCopyMD.Click += new System.EventHandler(this.BtnCopyMD_Click);
//
// BtnCopyHtml
//
this.BtnCopyHtml.BaseColor = System.Drawing.Color.Green;
this.BtnCopyHtml.ColorGradient = true;
this.BtnCopyHtml.Location = new System.Drawing.Point(248, 47);
this.BtnCopyHtml.Name = "BtnCopyHtml";
this.BtnCopyHtml.Size = new System.Drawing.Size(157, 46);
this.BtnCopyHtml.TabIndex = 28;
this.BtnCopyHtml.Text = "复制程序更新日志(Html)";
this.BtnCopyHtml.UseDefSkin = false;
this.BtnCopyHtml.UseVisualStyleBackColor = true;
this.BtnCopyHtml.Click += new System.EventHandler(this.BtnCopyHtml_Click);
//
// FrmPublishLogs
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(476, 160);
this.Controls.Add(this.BtnCopyHtml);
this.Controls.Add(this.BtnCopyMD);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmPublishLogs";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "发布日志";
this.ResumeLayout(false);
}
#endregion
private ryControls.ButtonEx BtnCopyMD;
private ryControls.ButtonEx BtnCopyHtml;
}
}