SuperDesign/Source/开发辅助工具/Tools/UpLog/FrmPublishLogs.Designer.cs
zilinsoft 747a97a1c9 ### 2025-01-15 星期三更新
----
#### SuperDesign    V3.0.2501.1501
#### 项目功能->更新日志
- *.[新增]发布日志时自动填写到MD文件里的更新日志将自动携带表情信息。
- *.[修复]修复更新日志为空时右键添加日志报错的BUG。
- *.[修复]修复当存在分组时,右键菜单插入日志可能填入的位置不对的BUG。
2025-01-15 13:25:11 +08:00

85 lines
3.5 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPublishLogs));
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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
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;
}
}