------ #### SuperDesign V3.0.2412.2003 - *.[新增]新增支持更新日志发布时自动调用起TortoiseGit。 - *.[新增]版本列表新增支持设置正式版本。 - *.[改进]自定义对话框针对单选函数返回值,则使用if而不是switch语句。 - *.[改进]点击发布日志按钮弹出确认框,避免误点击。 - *.[改进]更新版本列表的更新时间支持昨天、今天的简短显示。
83 lines
3.2 KiB
C#
83 lines
3.2 KiB
C#
namespace SuperDesign.Tools.UpLog
|
|
{
|
|
partial class FrmPublishLogs
|
|
{
|
|
/// <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.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;
|
|
}
|
|
} |