SuperDesign/Source/开发辅助工具/Tools/UpLog/FrmCompareLog.Designer.cs
zilinsoft 1f8c54fe38 - *.[改进]项目支持自动打包功能。
### RySmartEditor    V1.0.2501.2701
- *.[改进]FTP上传时限制300毫秒内只能刷新一次UI进度。
### SuperDesign    V3.0.2501.2701
- *.[新增]新增支持在线升级功能。
#### 项目功能->项目管理
- *.[新增]FTP上传文件列表和打包文件列表支持在软件里直接编辑。
- *.[改进]更新dll版本将比对版本号,只更新版本号更新或者更新日期更新的dll。
#### 项目功能->更新日志
- *.[新增]新增支持自动记录过的分组信息,然后可以进行选择快速插入。
- *.[新增]记录使用过的项目信息到总数据库,以方便总览。
- *.[改进]右键插入日志时直接对富文本框进行编辑,而不是替换内容,从而具备撤销功能。
- *.[改进]改进MD日志输出的样式设计。
- *.[修复]修复《确认日志覆盖》窗口里的按钮,随着窗口大小变化,按钮会错乱的BUG。
- *.[修复]修复双击日志列表显示日志时,针对本周的时间显示不正确的BUG。
- *.[修复]修复右键新增日志时,如果没有分组,插入的行可能不正确的BUG。
- *.[修复]修复设为开发日志后,鼠标指针变到文本开头的问题。
#### 网页抓取工具
- *.[新增]新增多个常用UA。
- *.[新增]切换Url时如果存在Cookie和Header时,则提示是否清空。
- *.[新增]保存记录时新增支持保存UA。
- *.[新增]Url列表支持图标展示。
2025-01-27 15:41:54 +08:00

140 lines
5.8 KiB
C#

namespace SuperDesign.Tools.UpLog
{
partial class FrmCompareLog
{
/// <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(FrmCompareLog));
this.Rich1 = new ryControls.Controls.RichTextBox2();
this.Rich2 = new ryControls.Controls.RichTextBox2();
this.BtnSubmit = new ryControls.ButtonEx();
this.BtnCancel = new ryControls.ButtonEx();
this.Lbl1 = new System.Windows.Forms.Label();
this.Lbl2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// Rich1
//
this.Rich1.DetectUrls = false;
this.Rich1.EmptyText = "";
this.Rich1.Font = new System.Drawing.Font("Courier New", 10F);
this.Rich1.Location = new System.Drawing.Point(1, 62);
this.Rich1.Name = "Rich1";
this.Rich1.OnlyInputText = true;
this.Rich1.Size = new System.Drawing.Size(356, 497);
this.Rich1.TabIndex = 0;
this.Rich1.Text = "";
this.Rich1.WordWrap = true;
//
// Rich2
//
this.Rich2.DetectUrls = false;
this.Rich2.EmptyText = "";
this.Rich2.Font = new System.Drawing.Font("Courier New", 10F);
this.Rich2.Location = new System.Drawing.Point(363, 62);
this.Rich2.Name = "Rich2";
this.Rich2.OnlyInputText = true;
this.Rich2.Size = new System.Drawing.Size(356, 497);
this.Rich2.TabIndex = 1;
this.Rich2.Text = "";
this.Rich2.WordWrap = true;
//
// BtnSubmit
//
this.BtnSubmit.BaseColor = System.Drawing.Color.Green;
this.BtnSubmit.ColorGradient = true;
this.BtnSubmit.Location = new System.Drawing.Point(2, 5);
this.BtnSubmit.Name = "BtnSubmit";
this.BtnSubmit.Size = new System.Drawing.Size(75, 33);
this.BtnSubmit.TabIndex = 10;
this.BtnSubmit.Text = "确认覆盖";
this.BtnSubmit.UseDefSkin = false;
this.BtnSubmit.UseVisualStyleBackColor = true;
this.BtnSubmit.Click += new System.EventHandler(this.BtnSubmit_Click);
//
// BtnCancel
//
this.BtnCancel.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.BtnCancel.ColorGradient = true;
this.BtnCancel.Location = new System.Drawing.Point(83, 5);
this.BtnCancel.Name = "BtnCancel";
this.BtnCancel.Size = new System.Drawing.Size(75, 33);
this.BtnCancel.TabIndex = 11;
this.BtnCancel.Text = "取消";
this.BtnCancel.UseDefSkin = false;
this.BtnCancel.UseVisualStyleBackColor = true;
this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
//
// Lbl1
//
this.Lbl1.AutoSize = true;
this.Lbl1.Location = new System.Drawing.Point(0, 47);
this.Lbl1.Name = "Lbl1";
this.Lbl1.Size = new System.Drawing.Size(35, 12);
this.Lbl1.TabIndex = 12;
this.Lbl1.Text = "文本1";
//
// Lbl2
//
this.Lbl2.AutoSize = true;
this.Lbl2.Location = new System.Drawing.Point(361, 47);
this.Lbl2.Name = "Lbl2";
this.Lbl2.Size = new System.Drawing.Size(35, 12);
this.Lbl2.TabIndex = 13;
this.Lbl2.Text = "文本2";
//
// FrmCompareLog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(790, 563);
this.Controls.Add(this.Lbl2);
this.Controls.Add(this.Lbl1);
this.Controls.Add(this.BtnCancel);
this.Controls.Add(this.BtnSubmit);
this.Controls.Add(this.Rich2);
this.Controls.Add(this.Rich1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmCompareLog";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "确认日志覆盖";
this.Load += new System.EventHandler(this.FrmCompareLog_Load);
this.Resize += new System.EventHandler(this.FrmCompareLog_Resize);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ryControls.ButtonEx BtnSubmit;
private ryControls.ButtonEx BtnCancel;
public ryControls.Controls.RichTextBox2 Rich1;
public ryControls.Controls.RichTextBox2 Rich2;
public System.Windows.Forms.Label Lbl1;
public System.Windows.Forms.Label Lbl2;
}
}