------ #### SuperDesign V3.0.2412.2002 - *.[新增]新增对.NET5以上项目文件的版本修改支持。 - *.[新增]新增支持双击历史更新记录,查看具体更新日志。 - *.[新增]更新日志新增对项目中文名称的设置和显示。 - *.[改进]当窗口失去焦点时,自动保存更新日志。 - *.[改进]对于同个项目,只允许打开一个实例的开发辅助工具。
305 lines
15 KiB
C#
305 lines
15 KiB
C#
namespace 开发辅助工具.Tools
|
|
{
|
|
partial class FrmPathInfo
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.table1 = new XPTable.Models.Table();
|
|
this.columnModel1 = new XPTable.Models.ColumnModel();
|
|
this.ColName = new XPTable.Models.TextColumn();
|
|
this.ColPath = new XPTable.Models.TextColumn();
|
|
this.ColDes = new XPTable.Models.TextColumn();
|
|
this.tableModel1 = new XPTable.Models.TableModel();
|
|
this.BtnClean = new ryControls.ButtonEx();
|
|
this.BtnBatchZip = new ryControls.ButtonEx();
|
|
this.LblState = new System.Windows.Forms.Label();
|
|
this.BtnInsertUpdate = new ryControls.ButtonEx();
|
|
this.BtnUpdateDll = new ryControls.ButtonEx();
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.BtnUpdateDllVer = new ryControls.ButtonEx();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.BtnCreateFolder = new ryControls.ButtonEx();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.TxtFolder = new ryControls.TextBoxEx2();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.TxtUSQ_Ver = new ryControls.TextBoxEx2();
|
|
((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// table1
|
|
//
|
|
this.table1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.table1.ColumnModel = this.columnModel1;
|
|
this.table1.EnableToolTips = true;
|
|
this.table1.FullRowSelect = true;
|
|
this.table1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
|
this.table1.Location = new System.Drawing.Point(12, 142);
|
|
this.table1.Name = "table1";
|
|
this.table1.NoItemsText = "当前列表没有任何项";
|
|
this.table1.Size = new System.Drawing.Size(890, 411);
|
|
this.table1.TabIndex = 20;
|
|
this.table1.TableModel = this.tableModel1;
|
|
this.table1.Text = "table1";
|
|
this.table1.DoubleClick += new System.EventHandler(this.table1_DoubleClick);
|
|
//
|
|
// columnModel1
|
|
//
|
|
this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] {
|
|
this.ColName,
|
|
this.ColPath,
|
|
this.ColDes});
|
|
//
|
|
// ColName
|
|
//
|
|
this.ColName.Editable = false;
|
|
this.ColName.Tag = null;
|
|
this.ColName.Text = "名称";
|
|
this.ColName.Width = 150;
|
|
//
|
|
// ColPath
|
|
//
|
|
this.ColPath.Editable = false;
|
|
this.ColPath.Tag = null;
|
|
this.ColPath.Text = "路径";
|
|
this.ColPath.Width = 200;
|
|
//
|
|
// ColDes
|
|
//
|
|
this.ColDes.Editable = false;
|
|
this.ColDes.Tag = null;
|
|
this.ColDes.Text = "备注";
|
|
this.ColDes.Width = 400;
|
|
//
|
|
// BtnClean
|
|
//
|
|
this.BtnClean.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnClean.Location = new System.Drawing.Point(216, 20);
|
|
this.BtnClean.Name = "BtnClean";
|
|
this.BtnClean.Size = new System.Drawing.Size(99, 34);
|
|
this.BtnClean.TabIndex = 22;
|
|
this.BtnClean.Text = "清理垃圾";
|
|
this.toolTip1.SetToolTip(this.BtnClean, "清理debug目录下的pdb文件");
|
|
this.BtnClean.UseVisualStyleBackColor = true;
|
|
this.BtnClean.Click += new System.EventHandler(this.BtnClean_Click);
|
|
//
|
|
// BtnBatchZip
|
|
//
|
|
this.BtnBatchZip.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnBatchZip.Location = new System.Drawing.Point(531, 20);
|
|
this.BtnBatchZip.Name = "BtnBatchZip";
|
|
this.BtnBatchZip.Size = new System.Drawing.Size(99, 34);
|
|
this.BtnBatchZip.TabIndex = 23;
|
|
this.BtnBatchZip.Text = "一键打包";
|
|
this.toolTip1.SetToolTip(this.BtnBatchZip, "一键混淆并打包当前项目生成的文件。");
|
|
this.BtnBatchZip.UseVisualStyleBackColor = true;
|
|
this.BtnBatchZip.Click += new System.EventHandler(this.BtnBatchZip_Click);
|
|
//
|
|
// LblState
|
|
//
|
|
this.LblState.AutoSize = true;
|
|
this.LblState.Location = new System.Drawing.Point(10, 127);
|
|
this.LblState.Name = "LblState";
|
|
this.LblState.Size = new System.Drawing.Size(83, 12);
|
|
this.LblState.TabIndex = 24;
|
|
this.LblState.Text = "状态:准备就绪";
|
|
//
|
|
// BtnInsertUpdate
|
|
//
|
|
this.BtnInsertUpdate.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnInsertUpdate.Location = new System.Drawing.Point(321, 20);
|
|
this.BtnInsertUpdate.Name = "BtnInsertUpdate";
|
|
this.BtnInsertUpdate.Size = new System.Drawing.Size(99, 34);
|
|
this.BtnInsertUpdate.TabIndex = 25;
|
|
this.BtnInsertUpdate.Text = "插入更新日志";
|
|
this.toolTip1.SetToolTip(this.BtnInsertUpdate, "将当前版本加入更新日志");
|
|
this.BtnInsertUpdate.UseVisualStyleBackColor = true;
|
|
this.BtnInsertUpdate.Click += new System.EventHandler(this.BtnInsertUpdate_Click);
|
|
//
|
|
// BtnUpdateDll
|
|
//
|
|
this.BtnUpdateDll.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnUpdateDll.Location = new System.Drawing.Point(6, 20);
|
|
this.BtnUpdateDll.Name = "BtnUpdateDll";
|
|
this.BtnUpdateDll.Size = new System.Drawing.Size(99, 34);
|
|
this.BtnUpdateDll.TabIndex = 26;
|
|
this.BtnUpdateDll.Text = "更新引用dll";
|
|
this.toolTip1.SetToolTip(this.BtnUpdateDll, "将当前输出文件夹里的dll文件更新到最新版\r\n将当前项目文件里的引用dll位置修改至输出目录。");
|
|
this.BtnUpdateDll.UseVisualStyleBackColor = true;
|
|
this.BtnUpdateDll.Click += new System.EventHandler(this.BtnUpdateDll_Click);
|
|
//
|
|
// BtnUpdateDllVer
|
|
//
|
|
this.BtnUpdateDllVer.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnUpdateDllVer.Location = new System.Drawing.Point(111, 20);
|
|
this.BtnUpdateDllVer.Name = "BtnUpdateDllVer";
|
|
this.BtnUpdateDllVer.Size = new System.Drawing.Size(99, 34);
|
|
this.BtnUpdateDllVer.TabIndex = 28;
|
|
this.BtnUpdateDllVer.Text = "更新dll版本";
|
|
this.toolTip1.SetToolTip(this.BtnUpdateDllVer, "将当前输出文件夹里的dll文件更新到最新版");
|
|
this.BtnUpdateDllVer.UseVisualStyleBackColor = true;
|
|
this.BtnUpdateDllVer.Click += new System.EventHandler(this.BtnUpdateDllVer_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox1.Controls.Add(this.BtnUpdateDllVer);
|
|
this.groupBox1.Controls.Add(this.BtnCreateFolder);
|
|
this.groupBox1.Controls.Add(this.BtnUpdateDll);
|
|
this.groupBox1.Controls.Add(this.BtnInsertUpdate);
|
|
this.groupBox1.Controls.Add(this.BtnBatchZip);
|
|
this.groupBox1.Controls.Add(this.BtnClean);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 62);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(890, 62);
|
|
this.groupBox1.TabIndex = 27;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "项目管理";
|
|
//
|
|
// BtnCreateFolder
|
|
//
|
|
this.BtnCreateFolder.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnCreateFolder.Location = new System.Drawing.Point(426, 20);
|
|
this.BtnCreateFolder.Name = "BtnCreateFolder";
|
|
this.BtnCreateFolder.Size = new System.Drawing.Size(99, 34);
|
|
this.BtnCreateFolder.TabIndex = 27;
|
|
this.BtnCreateFolder.Text = "创建毕方文件夹";
|
|
this.BtnCreateFolder.UseVisualStyleBackColor = true;
|
|
this.BtnCreateFolder.Click += new System.EventHandler(this.BtnCreateFolder_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(10, 8);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(77, 12);
|
|
this.label1.TabIndex = 29;
|
|
this.label1.Text = "毕方项目路径";
|
|
//
|
|
// TxtFolder
|
|
//
|
|
this.TxtFolder.BackColor = System.Drawing.Color.White;
|
|
this.TxtFolder.EmptyText = "";
|
|
this.TxtFolder.Location = new System.Drawing.Point(12, 23);
|
|
this.TxtFolder.LongTime = 2000;
|
|
this.TxtFolder.MaxLength = 999999999;
|
|
this.TxtFolder.MaxUndoRedoSteps = 50;
|
|
this.TxtFolder.Multiline = false;
|
|
this.TxtFolder.Name = "TxtFolder";
|
|
this.TxtFolder.OnlyNumeric = false;
|
|
this.TxtFolder.PasswordChar = '\0';
|
|
this.TxtFolder.ReadOnly = false;
|
|
this.TxtFolder.SelectedText = "";
|
|
this.TxtFolder.SelectionLength = 0;
|
|
this.TxtFolder.SelectionStart = 0;
|
|
this.TxtFolder.Size = new System.Drawing.Size(664, 33);
|
|
this.TxtFolder.TabIndex = 28;
|
|
this.TxtFolder.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtFolder.ToolTip = "";
|
|
this.TxtFolder.WordWrap = true;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(695, 8);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(47, 12);
|
|
this.label2.TabIndex = 30;
|
|
this.label2.Text = "USQ版本";
|
|
//
|
|
// TxtUSQ_Ver
|
|
//
|
|
this.TxtUSQ_Ver.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.TxtUSQ_Ver.EmptyText = "";
|
|
this.TxtUSQ_Ver.Location = new System.Drawing.Point(682, 24);
|
|
this.TxtUSQ_Ver.LongTime = 2000;
|
|
this.TxtUSQ_Ver.MaxLength = 999999999;
|
|
this.TxtUSQ_Ver.MaxUndoRedoSteps = 50;
|
|
this.TxtUSQ_Ver.Multiline = false;
|
|
this.TxtUSQ_Ver.Name = "TxtUSQ_Ver";
|
|
this.TxtUSQ_Ver.OnlyNumeric = false;
|
|
this.TxtUSQ_Ver.PasswordChar = '\0';
|
|
this.TxtUSQ_Ver.ReadOnly = false;
|
|
this.TxtUSQ_Ver.SelectedText = "";
|
|
this.TxtUSQ_Ver.SelectionLength = 0;
|
|
this.TxtUSQ_Ver.SelectionStart = 0;
|
|
this.TxtUSQ_Ver.Size = new System.Drawing.Size(81, 33);
|
|
this.TxtUSQ_Ver.TabIndex = 31;
|
|
this.TxtUSQ_Ver.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TxtUSQ_Ver.ToolTip = "";
|
|
this.TxtUSQ_Ver.WordWrap = true;
|
|
//
|
|
// FrmPathInfo
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(914, 565);
|
|
this.CloseButton = false;
|
|
this.CloseButtonVisible = false;
|
|
this.Controls.Add(this.TxtUSQ_Ver);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.TxtFolder);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.LblState);
|
|
this.Controls.Add(this.table1);
|
|
this.Name = "FrmPathInfo";
|
|
this.Text = "项目";
|
|
this.Load += new System.EventHandler(this.FrmPathInfo_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private XPTable.Models.Table table1;
|
|
private XPTable.Models.ColumnModel columnModel1;
|
|
private XPTable.Models.TextColumn ColName;
|
|
private XPTable.Models.TextColumn ColPath;
|
|
private XPTable.Models.TextColumn ColDes;
|
|
private XPTable.Models.TableModel tableModel1;
|
|
private ryControls.ButtonEx BtnClean;
|
|
private ryControls.ButtonEx BtnBatchZip;
|
|
private System.Windows.Forms.Label LblState;
|
|
private ryControls.ButtonEx BtnInsertUpdate;
|
|
private ryControls.ButtonEx BtnUpdateDll;
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
private ryControls.TextBoxEx2 TxtFolder;
|
|
private ryControls.ButtonEx BtnCreateFolder;
|
|
private System.Windows.Forms.Label label2;
|
|
private ryControls.TextBoxEx2 TxtUSQ_Ver;
|
|
private ryControls.ButtonEx BtnUpdateDllVer;
|
|
}
|
|
} |