SuperDesign/Source/开发辅助工具/Manager/FrmClearInfo.Designer.cs
zilinsoft 7d0c050763 ## 2025-03-30 星期日更新
### RySmartEditor    V1.0.2503.3001
- *.[新增]在文件管理器中新增支持将所有站点对应的文件上传到FTP。
- *.[新增]新增支持自动同步选定文件到最新版。
### SuperDesign    V3.0.2503.3001
#### 项目功能->更新日志
- *.[修复]修复当更新日志为空时,插入更新分组会报错的BUG。
- *.[修复]修复存在多个分组时,添加修复日志会添加到最后一个分组末尾的BUG。
#### 网页抓取工具
- *.[改进]改进网页图标获取,支持获取更多网站的图标。
- *.[修复]修复当图标文件夹不存在时,读取图标会报错的BUG。
- *.[修复]修复当Url不是图片地址时,勾选获取图片会报错的BUG。
- *.[修复]某些情况下,当目标网站图标不存在时,点击执行按钮时会长时间等待的BUG。
- *.[修复]修复剪切板读取失败可能会导致程序异常退出的BUG。
- *.[修复]修复历史记录里的UserAgent值不正确导致无法执行操作的BUG。
2025-03-30 10:04:48 +08:00

141 lines
6.3 KiB
C#

namespace SuperDesign.Manager
{
partial class FrmClearInfo
{
/// <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.labelTx1 = new ryControls.LabelTx();
this.BtnCancel = new ryControls.ButtonEx();
this.BtnOK = new ryControls.ButtonEx();
this.ChkClearCookies = new System.Windows.Forms.CheckBox();
this.ChkClearHeader = new System.Windows.Forms.CheckBox();
this.ChkClearReferer = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// labelTx1
//
this.labelTx1.LineDistance = 5;
this.labelTx1.Location = new System.Drawing.Point(12, 9);
this.labelTx1.Name = "labelTx1";
this.labelTx1.Size = new System.Drawing.Size(263, 19);
this.labelTx1.TabIndex = 6;
this.labelTx1.Text = "你修改了新Url,是否要清空以下内容?";
//
// BtnCancel
//
this.BtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.BtnCancel.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
this.BtnCancel.Location = new System.Drawing.Point(179, 136);
this.BtnCancel.Name = "BtnCancel";
this.BtnCancel.Size = new System.Drawing.Size(96, 33);
this.BtnCancel.TabIndex = 7;
this.BtnCancel.Text = "取消";
this.BtnCancel.UseVisualStyleBackColor = true;
this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
//
// BtnOK
//
this.BtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.BtnOK.BaseColor = System.Drawing.Color.Green;
this.BtnOK.ColorGradient = true;
this.BtnOK.Location = new System.Drawing.Point(77, 136);
this.BtnOK.Name = "BtnOK";
this.BtnOK.Size = new System.Drawing.Size(96, 33);
this.BtnOK.TabIndex = 8;
this.BtnOK.Text = "清空选定";
this.BtnOK.UseDefSkin = false;
this.BtnOK.UseVisualStyleBackColor = true;
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
//
// ChkClearCookies
//
this.ChkClearCookies.AutoSize = true;
this.ChkClearCookies.Checked = true;
this.ChkClearCookies.CheckState = System.Windows.Forms.CheckState.Checked;
this.ChkClearCookies.Location = new System.Drawing.Point(33, 46);
this.ChkClearCookies.Name = "ChkClearCookies";
this.ChkClearCookies.Size = new System.Drawing.Size(90, 16);
this.ChkClearCookies.TabIndex = 9;
this.ChkClearCookies.Text = "清空Cookies";
this.ChkClearCookies.UseVisualStyleBackColor = true;
//
// ChkClearHeader
//
this.ChkClearHeader.AutoSize = true;
this.ChkClearHeader.Checked = true;
this.ChkClearHeader.CheckState = System.Windows.Forms.CheckState.Checked;
this.ChkClearHeader.Location = new System.Drawing.Point(33, 68);
this.ChkClearHeader.Name = "ChkClearHeader";
this.ChkClearHeader.Size = new System.Drawing.Size(84, 16);
this.ChkClearHeader.TabIndex = 10;
this.ChkClearHeader.Text = "清空Header";
this.ChkClearHeader.UseVisualStyleBackColor = true;
//
// ChkClearReferer
//
this.ChkClearReferer.AutoSize = true;
this.ChkClearReferer.Checked = true;
this.ChkClearReferer.CheckState = System.Windows.Forms.CheckState.Checked;
this.ChkClearReferer.Location = new System.Drawing.Point(33, 90);
this.ChkClearReferer.Name = "ChkClearReferer";
this.ChkClearReferer.Size = new System.Drawing.Size(84, 16);
this.ChkClearReferer.TabIndex = 11;
this.ChkClearReferer.Text = "清空引用页";
this.ChkClearReferer.UseVisualStyleBackColor = true;
//
// FrmClearInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(287, 181);
this.Controls.Add(this.ChkClearReferer);
this.Controls.Add(this.ChkClearHeader);
this.Controls.Add(this.ChkClearCookies);
this.Controls.Add(this.BtnOK);
this.Controls.Add(this.BtnCancel);
this.Controls.Add(this.labelTx1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmClearInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "清空";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public ryControls.LabelTx labelTx1;
private ryControls.ButtonEx BtnCancel;
private ryControls.ButtonEx BtnOK;
public System.Windows.Forms.CheckBox ChkClearCookies;
public System.Windows.Forms.CheckBox ChkClearHeader;
public System.Windows.Forms.CheckBox ChkClearReferer;
}
}