### 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列表支持图标展示。
1023 lines
54 KiB
C#
1023 lines
54 KiB
C#
namespace 开发辅助工具.Tools
|
|
{
|
|
partial class FrmProject
|
|
{
|
|
/// <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.BtnCustomMessageBox = new ryControls.ButtonEx();
|
|
this.BtnCopyCMD = new System.Windows.Forms.Button();
|
|
this.BtnOpenOutput = new System.Windows.Forms.Button();
|
|
this.BtnMessageBox = new ryControls.ButtonEx();
|
|
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.BtnUpdateVer = new ryControls.ButtonEx();
|
|
this.BtnUpdateDllVer = new ryControls.ButtonEx();
|
|
this.BtnRepairFolder = new ryControls.ButtonEx();
|
|
this.ChkTestOn = new System.Windows.Forms.CheckBox();
|
|
this.RbCompany = new System.Windows.Forms.RadioButton();
|
|
this.RbPersonal = new System.Windows.Forms.RadioButton();
|
|
this.RbGeneral = new System.Windows.Forms.RadioButton();
|
|
this.BtnUploadProject = new ryControls.ButtonEx();
|
|
this.BtnFtpFiles = new ryControls.ButtonEx();
|
|
this.BtnPackFileList = new ryControls.ButtonEx();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.ChkPackByLite = new System.Windows.Forms.CheckBox();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.chromeTabControl1 = new ryControls.ChromeTabControl();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.ChkIsMain = new System.Windows.Forms.CheckBox();
|
|
this.TxtUploadName = new ryControls.TextBoxEx2();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.TxtProjectVer = new ryControls.TextBoxEx2();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.BtnSave = new ryControls.ButtonEx();
|
|
this.ChkConfuse = new System.Windows.Forms.CheckBox();
|
|
this.Txtproglang = new ryControls.TextBoxEx2();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.Txtusqver = new ryControls.TextBoxEx2();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.TxtEngName = new ryControls.TextBoxEx2();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.TxtName = new ryControls.TextBoxEx2();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
this.BtnSave2 = new ryControls.ButtonEx();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.tabPage4 = new System.Windows.Forms.TabPage();
|
|
this.LblUseTime = new System.Windows.Forms.Label();
|
|
this.ChkUpdateVerByPublish = new System.Windows.Forms.CheckBox();
|
|
this.BtnSubmitGit = new ryControls.ButtonEx();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.BtnSaveLog = new ryControls.ButtonEx();
|
|
this.LvUpdateLogList = new BrightIdeasSoftware.ObjectListView();
|
|
this.OlvUpVer = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.OlvUpdateDate = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.OlvTime = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.设为正式版本ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.生成Html日志ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.BtnPublishLogs = new ryControls.ButtonEx();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.chromeTabControl1.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
this.tabPage3.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.tabPage4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.LvUpdateLogList)).BeginInit();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// BtnCustomMessageBox
|
|
//
|
|
this.BtnCustomMessageBox.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnCustomMessageBox.Location = new System.Drawing.Point(111, 19);
|
|
this.BtnCustomMessageBox.Name = "BtnCustomMessageBox";
|
|
this.BtnCustomMessageBox.Size = new System.Drawing.Size(99, 34);
|
|
this.BtnCustomMessageBox.TabIndex = 12;
|
|
this.BtnCustomMessageBox.Text = "自定义对话框";
|
|
this.BtnCustomMessageBox.UseVisualStyleBackColor = true;
|
|
this.BtnCustomMessageBox.Click += new System.EventHandler(this.BtnCustomMessageBox_Click);
|
|
//
|
|
// BtnCopyCMD
|
|
//
|
|
this.BtnCopyCMD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BtnCopyCMD.Location = new System.Drawing.Point(775, 12);
|
|
this.BtnCopyCMD.Name = "BtnCopyCMD";
|
|
this.BtnCopyCMD.Size = new System.Drawing.Size(142, 38);
|
|
this.BtnCopyCMD.TabIndex = 11;
|
|
this.BtnCopyCMD.Text = "设置自动更新版本号";
|
|
this.BtnCopyCMD.UseVisualStyleBackColor = true;
|
|
this.BtnCopyCMD.Click += new System.EventHandler(this.BtnCopyCMD_Click);
|
|
//
|
|
// BtnOpenOutput
|
|
//
|
|
this.BtnOpenOutput.Location = new System.Drawing.Point(12, 12);
|
|
this.BtnOpenOutput.Name = "BtnOpenOutput";
|
|
this.BtnOpenOutput.Size = new System.Drawing.Size(142, 38);
|
|
this.BtnOpenOutput.TabIndex = 9;
|
|
this.BtnOpenOutput.Text = "打开输出文件夹";
|
|
this.BtnOpenOutput.UseVisualStyleBackColor = true;
|
|
this.BtnOpenOutput.Click += new System.EventHandler(this.BtnOpenOutput_Click);
|
|
//
|
|
// BtnMessageBox
|
|
//
|
|
this.BtnMessageBox.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnMessageBox.Location = new System.Drawing.Point(6, 19);
|
|
this.BtnMessageBox.Name = "BtnMessageBox";
|
|
this.BtnMessageBox.Size = new System.Drawing.Size(99, 34);
|
|
this.BtnMessageBox.TabIndex = 8;
|
|
this.BtnMessageBox.Text = "对话框代码";
|
|
this.BtnMessageBox.UseVisualStyleBackColor = true;
|
|
this.BtnMessageBox.Click += new System.EventHandler(this.BtnMessageBox_Click);
|
|
//
|
|
// 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(3, 3);
|
|
this.table1.Name = "table1";
|
|
this.table1.NoItemsText = "当前列表没有任何项";
|
|
this.table1.Size = new System.Drawing.Size(915, 461);
|
|
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.Green;
|
|
this.BtnClean.ColorGradient = true;
|
|
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、dcu文件");
|
|
this.BtnClean.UseDefSkin = false;
|
|
this.BtnClean.UseVisualStyleBackColor = true;
|
|
this.BtnClean.Click += new System.EventHandler(this.BtnClean_Click);
|
|
//
|
|
// BtnBatchZip
|
|
//
|
|
this.BtnBatchZip.BaseColor = System.Drawing.Color.Navy;
|
|
this.BtnBatchZip.ColorGradient = true;
|
|
this.BtnBatchZip.Location = new System.Drawing.Point(648, 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.UseDefSkin = false;
|
|
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, 190);
|
|
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.Green;
|
|
this.BtnUpdateDll.ColorGradient = true;
|
|
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.UseDefSkin = false;
|
|
this.BtnUpdateDll.UseVisualStyleBackColor = true;
|
|
this.BtnUpdateDll.Click += new System.EventHandler(this.BtnUpdateDll_Click);
|
|
//
|
|
// BtnUpdateVer
|
|
//
|
|
this.BtnUpdateVer.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
|
|
this.BtnUpdateVer.ColorGradient = true;
|
|
this.BtnUpdateVer.Location = new System.Drawing.Point(426, 20);
|
|
this.BtnUpdateVer.Name = "BtnUpdateVer";
|
|
this.BtnUpdateVer.Size = new System.Drawing.Size(99, 34);
|
|
this.BtnUpdateVer.TabIndex = 27;
|
|
this.BtnUpdateVer.Text = "更新版本号";
|
|
this.toolTip1.SetToolTip(this.BtnUpdateVer, "每点一次自动更新一下版本号。");
|
|
this.BtnUpdateVer.UseDefSkin = false;
|
|
this.BtnUpdateVer.UseVisualStyleBackColor = true;
|
|
this.BtnUpdateVer.Click += new System.EventHandler(this.BtnUpdateVer_Click);
|
|
//
|
|
// BtnUpdateDllVer
|
|
//
|
|
this.BtnUpdateDllVer.BaseColor = System.Drawing.Color.Green;
|
|
this.BtnUpdateDllVer.ColorGradient = true;
|
|
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 = 29;
|
|
this.BtnUpdateDllVer.Text = "更新dll版本";
|
|
this.toolTip1.SetToolTip(this.BtnUpdateDllVer, "将当前输出文件夹里的dll文件更新到最新版");
|
|
this.BtnUpdateDllVer.UseDefSkin = false;
|
|
this.BtnUpdateDllVer.UseVisualStyleBackColor = true;
|
|
this.BtnUpdateDllVer.Click += new System.EventHandler(this.BtnUpdateDllVer_Click);
|
|
//
|
|
// BtnRepairFolder
|
|
//
|
|
this.BtnRepairFolder.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnRepairFolder.Location = new System.Drawing.Point(531, 20);
|
|
this.BtnRepairFolder.Name = "BtnRepairFolder";
|
|
this.BtnRepairFolder.Size = new System.Drawing.Size(111, 34);
|
|
this.BtnRepairFolder.TabIndex = 30;
|
|
this.BtnRepairFolder.Text = "修复毕方文件结构";
|
|
this.toolTip1.SetToolTip(this.BtnRepairFolder, "将当前毕方项目中缺失的一些文件和文件夹进行重新创建。");
|
|
this.BtnRepairFolder.UseVisualStyleBackColor = true;
|
|
this.BtnRepairFolder.Click += new System.EventHandler(this.BtnRepairFolder_Click);
|
|
//
|
|
// ChkTestOn
|
|
//
|
|
this.ChkTestOn.AutoSize = true;
|
|
this.ChkTestOn.Location = new System.Drawing.Point(18, 40);
|
|
this.ChkTestOn.Name = "ChkTestOn";
|
|
this.ChkTestOn.Size = new System.Drawing.Size(96, 16);
|
|
this.ChkTestOn.TabIndex = 13;
|
|
this.ChkTestOn.Text = "开启测试模式";
|
|
this.toolTip1.SetToolTip(this.ChkTestOn, "编译条件为:【TEST】\r\n设置当前项目为测试项目,测试项目会增加一些测试信息。\r\n在项目正式发布前,请关闭本功能。\r\n");
|
|
this.ChkTestOn.UseVisualStyleBackColor = true;
|
|
//
|
|
// RbCompany
|
|
//
|
|
this.RbCompany.AutoSize = true;
|
|
this.RbCompany.Location = new System.Drawing.Point(6, 3);
|
|
this.RbCompany.Name = "RbCompany";
|
|
this.RbCompany.Size = new System.Drawing.Size(71, 16);
|
|
this.RbCompany.TabIndex = 0;
|
|
this.RbCompany.TabStop = true;
|
|
this.RbCompany.Text = "公司项目";
|
|
this.toolTip1.SetToolTip(this.RbCompany, "公司项目【DY】将隐藏捐助、QQ群等信息。\r\n");
|
|
this.RbCompany.UseVisualStyleBackColor = true;
|
|
//
|
|
// RbPersonal
|
|
//
|
|
this.RbPersonal.AutoSize = true;
|
|
this.RbPersonal.Location = new System.Drawing.Point(104, 3);
|
|
this.RbPersonal.Name = "RbPersonal";
|
|
this.RbPersonal.Size = new System.Drawing.Size(71, 16);
|
|
this.RbPersonal.TabIndex = 1;
|
|
this.RbPersonal.TabStop = true;
|
|
this.RbPersonal.Text = "个人项目";
|
|
this.toolTip1.SetToolTip(this.RbPersonal, "个人项目【PERSONAL】主要是给公司外部的私人测试的项目。\r\n1.会隐藏公司相关信息\r\n2.会隐藏工作室相关信息。");
|
|
this.RbPersonal.UseVisualStyleBackColor = true;
|
|
//
|
|
// RbGeneral
|
|
//
|
|
this.RbGeneral.AutoSize = true;
|
|
this.RbGeneral.Location = new System.Drawing.Point(202, 3);
|
|
this.RbGeneral.Name = "RbGeneral";
|
|
this.RbGeneral.Size = new System.Drawing.Size(107, 16);
|
|
this.RbGeneral.TabIndex = 2;
|
|
this.RbGeneral.TabStop = true;
|
|
this.RbGeneral.Text = "工作室通用项目";
|
|
this.toolTip1.SetToolTip(this.RbGeneral, "工作室项目将采用默认设置,不会植入编译条件。");
|
|
this.RbGeneral.UseVisualStyleBackColor = true;
|
|
//
|
|
// BtnUploadProject
|
|
//
|
|
this.BtnUploadProject.BaseColor = System.Drawing.Color.Navy;
|
|
this.BtnUploadProject.ColorGradient = true;
|
|
this.BtnUploadProject.Location = new System.Drawing.Point(15, 95);
|
|
this.BtnUploadProject.Name = "BtnUploadProject";
|
|
this.BtnUploadProject.Size = new System.Drawing.Size(126, 34);
|
|
this.BtnUploadProject.TabIndex = 32;
|
|
this.BtnUploadProject.Text = "上传项目到服务端";
|
|
this.toolTip1.SetToolTip(this.BtnUploadProject, "一键混淆并打包当前项目生成的文件。");
|
|
this.BtnUploadProject.UseDefSkin = false;
|
|
this.BtnUploadProject.UseVisualStyleBackColor = true;
|
|
this.BtnUploadProject.Click += new System.EventHandler(this.BtnUploadProject_Click);
|
|
//
|
|
// BtnFtpFiles
|
|
//
|
|
this.BtnFtpFiles.BaseColor = System.Drawing.Color.SteelBlue;
|
|
this.BtnFtpFiles.ColorGradient = true;
|
|
this.BtnFtpFiles.Location = new System.Drawing.Point(147, 95);
|
|
this.BtnFtpFiles.Name = "BtnFtpFiles";
|
|
this.BtnFtpFiles.Size = new System.Drawing.Size(126, 34);
|
|
this.BtnFtpFiles.TabIndex = 34;
|
|
this.BtnFtpFiles.Text = "FTP上传列表设置";
|
|
this.toolTip1.SetToolTip(this.BtnFtpFiles, "一键混淆并打包当前项目生成的文件。");
|
|
this.BtnFtpFiles.UseDefSkin = false;
|
|
this.BtnFtpFiles.UseVisualStyleBackColor = true;
|
|
this.BtnFtpFiles.Click += new System.EventHandler(this.BtnFtpFiles_Click);
|
|
//
|
|
// BtnPackFileList
|
|
//
|
|
this.BtnPackFileList.BaseColor = System.Drawing.Color.SteelBlue;
|
|
this.BtnPackFileList.ColorGradient = true;
|
|
this.BtnPackFileList.Location = new System.Drawing.Point(279, 95);
|
|
this.BtnPackFileList.Name = "BtnPackFileList";
|
|
this.BtnPackFileList.Size = new System.Drawing.Size(126, 34);
|
|
this.BtnPackFileList.TabIndex = 35;
|
|
this.BtnPackFileList.Text = "打包文件列表设置";
|
|
this.toolTip1.SetToolTip(this.BtnPackFileList, "一键混淆并打包当前项目生成的文件。");
|
|
this.BtnPackFileList.UseDefSkin = false;
|
|
this.BtnPackFileList.UseVisualStyleBackColor = true;
|
|
this.BtnPackFileList.Click += new System.EventHandler(this.BtnPackFileList_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.ChkPackByLite);
|
|
this.groupBox1.Controls.Add(this.BtnRepairFolder);
|
|
this.groupBox1.Controls.Add(this.BtnUpdateDllVer);
|
|
this.groupBox1.Controls.Add(this.BtnUpdateVer);
|
|
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, 120);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(905, 62);
|
|
this.groupBox1.TabIndex = 27;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "项目管理";
|
|
//
|
|
// ChkPackByLite
|
|
//
|
|
this.ChkPackByLite.AutoSize = true;
|
|
this.ChkPackByLite.Checked = true;
|
|
this.ChkPackByLite.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.ChkPackByLite.Location = new System.Drawing.Point(753, 30);
|
|
this.ChkPackByLite.Name = "ChkPackByLite";
|
|
this.ChkPackByLite.Size = new System.Drawing.Size(84, 16);
|
|
this.ChkPackByLite.TabIndex = 31;
|
|
this.ChkPackByLite.Text = "最简化打包";
|
|
this.ChkPackByLite.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox2.Controls.Add(this.BtnMessageBox);
|
|
this.groupBox2.Controls.Add(this.BtnCustomMessageBox);
|
|
this.groupBox2.Location = new System.Drawing.Point(12, 56);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(905, 60);
|
|
this.groupBox2.TabIndex = 28;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "快速代码";
|
|
//
|
|
// chromeTabControl1
|
|
//
|
|
this.chromeTabControl1.AllowDragTab = false;
|
|
this.chromeTabControl1.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.chromeTabControl1.BackTabPageImage = null;
|
|
this.chromeTabControl1.Controls.Add(this.tabPage2);
|
|
this.chromeTabControl1.Controls.Add(this.tabPage1);
|
|
this.chromeTabControl1.Controls.Add(this.tabPage3);
|
|
this.chromeTabControl1.Controls.Add(this.tabPage4);
|
|
this.chromeTabControl1.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.chromeTabControl1.ItemSize = new System.Drawing.Size(100, 25);
|
|
this.chromeTabControl1.Location = new System.Drawing.Point(3, 205);
|
|
this.chromeTabControl1.Name = "chromeTabControl1";
|
|
this.chromeTabControl1.SelectedIndex = 0;
|
|
this.chromeTabControl1.ShowAddButton = false;
|
|
this.chromeTabControl1.ShowCloseButton = false;
|
|
this.chromeTabControl1.Size = new System.Drawing.Size(923, 500);
|
|
this.chromeTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
|
|
this.chromeTabControl1.TabContextMenuStrip = null;
|
|
this.chromeTabControl1.TabIndex = 29;
|
|
this.chromeTabControl1.TabMaxWidth = 100;
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.Controls.Add(this.table1);
|
|
this.tabPage2.Location = new System.Drawing.Point(1, 29);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage2.Size = new System.Drawing.Size(921, 470);
|
|
this.tabPage2.TabIndex = 0;
|
|
this.tabPage2.Text = "文件夹";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.BtnPackFileList);
|
|
this.tabPage1.Controls.Add(this.BtnFtpFiles);
|
|
this.tabPage1.Controls.Add(this.ChkIsMain);
|
|
this.tabPage1.Controls.Add(this.BtnUploadProject);
|
|
this.tabPage1.Controls.Add(this.TxtUploadName);
|
|
this.tabPage1.Controls.Add(this.label6);
|
|
this.tabPage1.Controls.Add(this.TxtProjectVer);
|
|
this.tabPage1.Controls.Add(this.label5);
|
|
this.tabPage1.Controls.Add(this.BtnSave);
|
|
this.tabPage1.Controls.Add(this.ChkConfuse);
|
|
this.tabPage1.Controls.Add(this.Txtproglang);
|
|
this.tabPage1.Controls.Add(this.label4);
|
|
this.tabPage1.Controls.Add(this.Txtusqver);
|
|
this.tabPage1.Controls.Add(this.label3);
|
|
this.tabPage1.Controls.Add(this.TxtEngName);
|
|
this.tabPage1.Controls.Add(this.label2);
|
|
this.tabPage1.Controls.Add(this.TxtName);
|
|
this.tabPage1.Controls.Add(this.label1);
|
|
this.tabPage1.Location = new System.Drawing.Point(1, 29);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(921, 470);
|
|
this.tabPage1.TabIndex = 1;
|
|
this.tabPage1.Text = "项目信息";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// ChkIsMain
|
|
//
|
|
this.ChkIsMain.AutoSize = true;
|
|
this.ChkIsMain.Location = new System.Drawing.Point(552, 68);
|
|
this.ChkIsMain.Name = "ChkIsMain";
|
|
this.ChkIsMain.Size = new System.Drawing.Size(60, 16);
|
|
this.ChkIsMain.TabIndex = 33;
|
|
this.ChkIsMain.Text = "主项目";
|
|
this.ChkIsMain.UseVisualStyleBackColor = true;
|
|
this.ChkIsMain.CheckedChanged += new System.EventHandler(this.ChkIsMain_CheckedChanged);
|
|
//
|
|
// TxtUploadName
|
|
//
|
|
this.TxtUploadName.BackColor = System.Drawing.Color.White;
|
|
this.TxtUploadName.EmptyText = "";
|
|
this.TxtUploadName.Location = new System.Drawing.Point(354, 61);
|
|
this.TxtUploadName.LongTime = 2000;
|
|
this.TxtUploadName.MaxLength = 999999999;
|
|
this.TxtUploadName.MaxUndoRedoSteps = 50;
|
|
this.TxtUploadName.Multiline = false;
|
|
this.TxtUploadName.Name = "TxtUploadName";
|
|
this.TxtUploadName.OnlyNumeric = false;
|
|
this.TxtUploadName.PasswordChar = '\0';
|
|
this.TxtUploadName.ReadOnly = false;
|
|
this.TxtUploadName.SelectedText = "";
|
|
this.TxtUploadName.SelectionLength = 0;
|
|
this.TxtUploadName.SelectionStart = 0;
|
|
this.TxtUploadName.Size = new System.Drawing.Size(193, 28);
|
|
this.TxtUploadName.TabIndex = 31;
|
|
this.TxtUploadName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtUploadName.ToolTip = "";
|
|
this.TxtUploadName.WordWrap = true;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(271, 70);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(65, 12);
|
|
this.label6.TabIndex = 30;
|
|
this.label6.Text = "升级包名称";
|
|
//
|
|
// TxtProjectVer
|
|
//
|
|
this.TxtProjectVer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.TxtProjectVer.EmptyText = "";
|
|
this.TxtProjectVer.Location = new System.Drawing.Point(72, 61);
|
|
this.TxtProjectVer.LongTime = 2000;
|
|
this.TxtProjectVer.MaxLength = 999999999;
|
|
this.TxtProjectVer.MaxUndoRedoSteps = 50;
|
|
this.TxtProjectVer.Multiline = false;
|
|
this.TxtProjectVer.Name = "TxtProjectVer";
|
|
this.TxtProjectVer.OnlyNumeric = false;
|
|
this.TxtProjectVer.PasswordChar = '\0';
|
|
this.TxtProjectVer.ReadOnly = true;
|
|
this.TxtProjectVer.SelectedText = "";
|
|
this.TxtProjectVer.SelectionLength = 0;
|
|
this.TxtProjectVer.SelectionStart = 0;
|
|
this.TxtProjectVer.Size = new System.Drawing.Size(193, 28);
|
|
this.TxtProjectVer.TabIndex = 29;
|
|
this.TxtProjectVer.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtProjectVer.ToolTip = "";
|
|
this.TxtProjectVer.WordWrap = true;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(13, 70);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(53, 12);
|
|
this.label5.TabIndex = 28;
|
|
this.label5.Text = "项目版本";
|
|
//
|
|
// BtnSave
|
|
//
|
|
this.BtnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BtnSave.BaseColor = System.Drawing.Color.Green;
|
|
this.BtnSave.ColorGradient = true;
|
|
this.BtnSave.Location = new System.Drawing.Point(814, 430);
|
|
this.BtnSave.Name = "BtnSave";
|
|
this.BtnSave.Size = new System.Drawing.Size(99, 34);
|
|
this.BtnSave.TabIndex = 27;
|
|
this.BtnSave.Text = "保存配置";
|
|
this.BtnSave.UseDefSkin = false;
|
|
this.BtnSave.UseVisualStyleBackColor = true;
|
|
this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
|
|
//
|
|
// ChkConfuse
|
|
//
|
|
this.ChkConfuse.AutoSize = true;
|
|
this.ChkConfuse.Location = new System.Drawing.Point(15, 40);
|
|
this.ChkConfuse.Name = "ChkConfuse";
|
|
this.ChkConfuse.Size = new System.Drawing.Size(144, 16);
|
|
this.ChkConfuse.TabIndex = 11;
|
|
this.ChkConfuse.Text = "一键打包时先进行混淆";
|
|
this.ChkConfuse.UseVisualStyleBackColor = true;
|
|
//
|
|
// Txtproglang
|
|
//
|
|
this.Txtproglang.BackColor = System.Drawing.Color.White;
|
|
this.Txtproglang.EmptyText = "";
|
|
this.Txtproglang.Location = new System.Drawing.Point(754, 6);
|
|
this.Txtproglang.LongTime = 2000;
|
|
this.Txtproglang.MaxLength = 999999999;
|
|
this.Txtproglang.MaxUndoRedoSteps = 50;
|
|
this.Txtproglang.Multiline = false;
|
|
this.Txtproglang.Name = "Txtproglang";
|
|
this.Txtproglang.OnlyNumeric = false;
|
|
this.Txtproglang.PasswordChar = '\0';
|
|
this.Txtproglang.ReadOnly = false;
|
|
this.Txtproglang.SelectedText = "";
|
|
this.Txtproglang.SelectionLength = 0;
|
|
this.Txtproglang.SelectionStart = 0;
|
|
this.Txtproglang.Size = new System.Drawing.Size(62, 28);
|
|
this.Txtproglang.TabIndex = 10;
|
|
this.Txtproglang.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.Txtproglang.ToolTip = "";
|
|
this.Txtproglang.WordWrap = true;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(695, 15);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(53, 12);
|
|
this.label4.TabIndex = 9;
|
|
this.label4.Text = "项目语言";
|
|
//
|
|
// Txtusqver
|
|
//
|
|
this.Txtusqver.BackColor = System.Drawing.Color.White;
|
|
this.Txtusqver.EmptyText = "";
|
|
this.Txtusqver.Location = new System.Drawing.Point(627, 6);
|
|
this.Txtusqver.LongTime = 2000;
|
|
this.Txtusqver.MaxLength = 999999999;
|
|
this.Txtusqver.MaxUndoRedoSteps = 50;
|
|
this.Txtusqver.Multiline = false;
|
|
this.Txtusqver.Name = "Txtusqver";
|
|
this.Txtusqver.OnlyNumeric = false;
|
|
this.Txtusqver.PasswordChar = '\0';
|
|
this.Txtusqver.ReadOnly = false;
|
|
this.Txtusqver.SelectedText = "";
|
|
this.Txtusqver.SelectionLength = 0;
|
|
this.Txtusqver.SelectionStart = 0;
|
|
this.Txtusqver.Size = new System.Drawing.Size(62, 28);
|
|
this.Txtusqver.TabIndex = 8;
|
|
this.Txtusqver.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.Txtusqver.ToolTip = "";
|
|
this.Txtusqver.WordWrap = true;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(550, 15);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(71, 12);
|
|
this.label3.TabIndex = 7;
|
|
this.label3.Text = "使用USQ版本";
|
|
//
|
|
// TxtEngName
|
|
//
|
|
this.TxtEngName.BackColor = System.Drawing.Color.White;
|
|
this.TxtEngName.EmptyText = "";
|
|
this.TxtEngName.Location = new System.Drawing.Point(354, 6);
|
|
this.TxtEngName.LongTime = 2000;
|
|
this.TxtEngName.MaxLength = 999999999;
|
|
this.TxtEngName.MaxUndoRedoSteps = 50;
|
|
this.TxtEngName.Multiline = false;
|
|
this.TxtEngName.Name = "TxtEngName";
|
|
this.TxtEngName.OnlyNumeric = false;
|
|
this.TxtEngName.PasswordChar = '\0';
|
|
this.TxtEngName.ReadOnly = false;
|
|
this.TxtEngName.SelectedText = "";
|
|
this.TxtEngName.SelectionLength = 0;
|
|
this.TxtEngName.SelectionStart = 0;
|
|
this.TxtEngName.Size = new System.Drawing.Size(193, 28);
|
|
this.TxtEngName.TabIndex = 6;
|
|
this.TxtEngName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtEngName.ToolTip = "";
|
|
this.TxtEngName.WordWrap = true;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(271, 15);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(77, 12);
|
|
this.label2.TabIndex = 5;
|
|
this.label2.Text = "项目英文名称";
|
|
//
|
|
// TxtName
|
|
//
|
|
this.TxtName.BackColor = System.Drawing.Color.White;
|
|
this.TxtName.EmptyText = "";
|
|
this.TxtName.Location = new System.Drawing.Point(72, 6);
|
|
this.TxtName.LongTime = 2000;
|
|
this.TxtName.MaxLength = 999999999;
|
|
this.TxtName.MaxUndoRedoSteps = 50;
|
|
this.TxtName.Multiline = false;
|
|
this.TxtName.Name = "TxtName";
|
|
this.TxtName.OnlyNumeric = false;
|
|
this.TxtName.PasswordChar = '\0';
|
|
this.TxtName.ReadOnly = false;
|
|
this.TxtName.SelectedText = "";
|
|
this.TxtName.SelectionLength = 0;
|
|
this.TxtName.SelectionStart = 0;
|
|
this.TxtName.Size = new System.Drawing.Size(193, 28);
|
|
this.TxtName.TabIndex = 4;
|
|
this.TxtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtName.ToolTip = "";
|
|
this.TxtName.WordWrap = true;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(13, 15);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "项目名称";
|
|
//
|
|
// tabPage3
|
|
//
|
|
this.tabPage3.Controls.Add(this.BtnSave2);
|
|
this.tabPage3.Controls.Add(this.panel1);
|
|
this.tabPage3.Controls.Add(this.ChkTestOn);
|
|
this.tabPage3.Location = new System.Drawing.Point(1, 29);
|
|
this.tabPage3.Name = "tabPage3";
|
|
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage3.Size = new System.Drawing.Size(921, 470);
|
|
this.tabPage3.TabIndex = 2;
|
|
this.tabPage3.Text = "C#编译选项";
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
//
|
|
// BtnSave2
|
|
//
|
|
this.BtnSave2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BtnSave2.BaseColor = System.Drawing.Color.Green;
|
|
this.BtnSave2.ColorGradient = true;
|
|
this.BtnSave2.Location = new System.Drawing.Point(798, 430);
|
|
this.BtnSave2.Name = "BtnSave2";
|
|
this.BtnSave2.Size = new System.Drawing.Size(99, 34);
|
|
this.BtnSave2.TabIndex = 28;
|
|
this.BtnSave2.Text = "保存配置";
|
|
this.BtnSave2.UseDefSkin = false;
|
|
this.BtnSave2.UseVisualStyleBackColor = true;
|
|
this.BtnSave2.Click += new System.EventHandler(this.BtnSave2_Click);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.RbGeneral);
|
|
this.panel1.Controls.Add(this.RbPersonal);
|
|
this.panel1.Controls.Add(this.RbCompany);
|
|
this.panel1.Location = new System.Drawing.Point(12, 11);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(363, 23);
|
|
this.panel1.TabIndex = 14;
|
|
//
|
|
// tabPage4
|
|
//
|
|
this.tabPage4.Controls.Add(this.LblUseTime);
|
|
this.tabPage4.Controls.Add(this.ChkUpdateVerByPublish);
|
|
this.tabPage4.Controls.Add(this.BtnSubmitGit);
|
|
this.tabPage4.Controls.Add(this.tabControl1);
|
|
this.tabPage4.Controls.Add(this.BtnSaveLog);
|
|
this.tabPage4.Controls.Add(this.LvUpdateLogList);
|
|
this.tabPage4.Controls.Add(this.BtnPublishLogs);
|
|
this.tabPage4.Location = new System.Drawing.Point(1, 29);
|
|
this.tabPage4.Name = "tabPage4";
|
|
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage4.Size = new System.Drawing.Size(921, 470);
|
|
this.tabPage4.TabIndex = 3;
|
|
this.tabPage4.Text = "更新日志";
|
|
this.tabPage4.UseVisualStyleBackColor = true;
|
|
//
|
|
// LblUseTime
|
|
//
|
|
this.LblUseTime.AutoSize = true;
|
|
this.LblUseTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.LblUseTime.Location = new System.Drawing.Point(6, 13);
|
|
this.LblUseTime.Name = "LblUseTime";
|
|
this.LblUseTime.Size = new System.Drawing.Size(150, 17);
|
|
this.LblUseTime.TabIndex = 15;
|
|
this.LblUseTime.Text = "距离上次更新已经过去:0分";
|
|
//
|
|
// ChkUpdateVerByPublish
|
|
//
|
|
this.ChkUpdateVerByPublish.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ChkUpdateVerByPublish.AutoSize = true;
|
|
this.ChkUpdateVerByPublish.Checked = true;
|
|
this.ChkUpdateVerByPublish.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.ChkUpdateVerByPublish.Location = new System.Drawing.Point(609, 12);
|
|
this.ChkUpdateVerByPublish.Name = "ChkUpdateVerByPublish";
|
|
this.ChkUpdateVerByPublish.Size = new System.Drawing.Size(144, 16);
|
|
this.ChkUpdateVerByPublish.TabIndex = 14;
|
|
this.ChkUpdateVerByPublish.Text = "发布时自动更新版本号";
|
|
this.ChkUpdateVerByPublish.UseVisualStyleBackColor = true;
|
|
//
|
|
// BtnSubmitGit
|
|
//
|
|
this.BtnSubmitGit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BtnSubmitGit.BaseColor = System.Drawing.Color.Green;
|
|
this.BtnSubmitGit.ColorGradient = true;
|
|
this.BtnSubmitGit.Location = new System.Drawing.Point(759, 3);
|
|
this.BtnSubmitGit.Name = "BtnSubmitGit";
|
|
this.BtnSubmitGit.Size = new System.Drawing.Size(75, 33);
|
|
this.BtnSubmitGit.TabIndex = 13;
|
|
this.BtnSubmitGit.Text = "提交Git";
|
|
this.BtnSubmitGit.UseDefSkin = false;
|
|
this.BtnSubmitGit.UseVisualStyleBackColor = true;
|
|
this.BtnSubmitGit.Click += new System.EventHandler(this.BtnSubmitGit_Click);
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.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.tabControl1.Location = new System.Drawing.Point(354, 39);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(561, 425);
|
|
this.tabControl1.TabIndex = 12;
|
|
//
|
|
// BtnSaveLog
|
|
//
|
|
this.BtnSaveLog.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnSaveLog.Location = new System.Drawing.Point(354, 3);
|
|
this.BtnSaveLog.Name = "BtnSaveLog";
|
|
this.BtnSaveLog.Size = new System.Drawing.Size(75, 33);
|
|
this.BtnSaveLog.TabIndex = 11;
|
|
this.BtnSaveLog.Text = "临时保存";
|
|
this.BtnSaveLog.UseVisualStyleBackColor = true;
|
|
this.BtnSaveLog.Click += new System.EventHandler(this.BtnSaveLog_Click);
|
|
//
|
|
// LvUpdateLogList
|
|
//
|
|
this.LvUpdateLogList.AllColumns.Add(this.OlvUpVer);
|
|
this.LvUpdateLogList.AllColumns.Add(this.OlvUpdateDate);
|
|
this.LvUpdateLogList.AllColumns.Add(this.OlvTime);
|
|
this.LvUpdateLogList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.LvUpdateLogList.CellEditUseWholeCell = false;
|
|
this.LvUpdateLogList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.OlvUpVer,
|
|
this.OlvUpdateDate,
|
|
this.OlvTime});
|
|
this.LvUpdateLogList.ContextMenuStrip = this.contextMenuStrip1;
|
|
this.LvUpdateLogList.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.LvUpdateLogList.FullRowSelect = true;
|
|
this.LvUpdateLogList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
|
this.LvUpdateLogList.HideSelection = false;
|
|
this.LvUpdateLogList.Location = new System.Drawing.Point(3, 39);
|
|
this.LvUpdateLogList.Name = "LvUpdateLogList";
|
|
this.LvUpdateLogList.Size = new System.Drawing.Size(345, 425);
|
|
this.LvUpdateLogList.TabIndex = 10;
|
|
this.LvUpdateLogList.UseCompatibleStateImageBehavior = false;
|
|
this.LvUpdateLogList.View = System.Windows.Forms.View.Details;
|
|
this.LvUpdateLogList.DoubleClick += new System.EventHandler(this.LvUpdateLogList_DoubleClick);
|
|
//
|
|
// OlvUpVer
|
|
//
|
|
this.OlvUpVer.Text = "版本";
|
|
this.OlvUpVer.Width = 110;
|
|
//
|
|
// OlvUpdateDate
|
|
//
|
|
this.OlvUpdateDate.Text = "更新时间";
|
|
this.OlvUpdateDate.Width = 130;
|
|
//
|
|
// OlvTime
|
|
//
|
|
this.OlvTime.Text = "周期";
|
|
this.OlvTime.Width = 100;
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.设为正式版本ToolStripMenuItem,
|
|
this.生成Html日志ToolStripMenuItem});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(152, 48);
|
|
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
|
|
//
|
|
// 设为正式版本ToolStripMenuItem
|
|
//
|
|
this.设为正式版本ToolStripMenuItem.Name = "设为正式版本ToolStripMenuItem";
|
|
this.设为正式版本ToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
|
|
this.设为正式版本ToolStripMenuItem.Text = "设为正式版本";
|
|
this.设为正式版本ToolStripMenuItem.Click += new System.EventHandler(this.设为正式版本ToolStripMenuItem_Click);
|
|
//
|
|
// 生成Html日志ToolStripMenuItem
|
|
//
|
|
this.生成Html日志ToolStripMenuItem.Name = "生成Html日志ToolStripMenuItem";
|
|
this.生成Html日志ToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
|
|
this.生成Html日志ToolStripMenuItem.Text = "生成Html日志";
|
|
this.生成Html日志ToolStripMenuItem.Click += new System.EventHandler(this.生成Html日志ToolStripMenuItem_Click);
|
|
//
|
|
// BtnPublishLogs
|
|
//
|
|
this.BtnPublishLogs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BtnPublishLogs.BaseColor = System.Drawing.Color.Green;
|
|
this.BtnPublishLogs.ColorGradient = true;
|
|
this.BtnPublishLogs.Location = new System.Drawing.Point(840, 3);
|
|
this.BtnPublishLogs.Name = "BtnPublishLogs";
|
|
this.BtnPublishLogs.Size = new System.Drawing.Size(75, 33);
|
|
this.BtnPublishLogs.TabIndex = 9;
|
|
this.BtnPublishLogs.Text = "发布日志";
|
|
this.BtnPublishLogs.UseDefSkin = false;
|
|
this.BtnPublishLogs.UseVisualStyleBackColor = true;
|
|
this.BtnPublishLogs.Click += new System.EventHandler(this.BtnPublishLogs_Click);
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Enabled = true;
|
|
this.timer1.Interval = 1000;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// FrmProject
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(929, 706);
|
|
this.CloseButton = false;
|
|
this.CloseButtonVisible = false;
|
|
this.Controls.Add(this.chromeTabControl1);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.LblState);
|
|
this.Controls.Add(this.BtnCopyCMD);
|
|
this.Controls.Add(this.BtnOpenOutput);
|
|
this.Name = "FrmProject";
|
|
this.Text = "项目";
|
|
this.Deactivate += new System.EventHandler(this.FrmProject_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmProject_FormClosing);
|
|
this.Load += new System.EventHandler(this.FrmProject_Load);
|
|
this.Shown += new System.EventHandler(this.FrmProject_Shown);
|
|
((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.chromeTabControl1.ResumeLayout(false);
|
|
this.tabPage2.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.tabPage1.PerformLayout();
|
|
this.tabPage3.ResumeLayout(false);
|
|
this.tabPage3.PerformLayout();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.tabPage4.ResumeLayout(false);
|
|
this.tabPage4.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.LvUpdateLogList)).EndInit();
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private ryControls.ButtonEx BtnCustomMessageBox;
|
|
private System.Windows.Forms.Button BtnCopyCMD;
|
|
private System.Windows.Forms.Button BtnOpenOutput;
|
|
private ryControls.ButtonEx BtnMessageBox;
|
|
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 ryControls.ButtonEx BtnUpdateVer;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private ryControls.ButtonEx BtnUpdateDllVer;
|
|
private ryControls.ButtonEx BtnRepairFolder;
|
|
private ryControls.ChromeTabControl chromeTabControl1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.Label label1;
|
|
private ryControls.TextBoxEx2 Txtusqver;
|
|
private System.Windows.Forms.Label label3;
|
|
private ryControls.TextBoxEx2 TxtEngName;
|
|
private System.Windows.Forms.Label label2;
|
|
private ryControls.TextBoxEx2 TxtName;
|
|
private ryControls.TextBoxEx2 Txtproglang;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.CheckBox ChkConfuse;
|
|
private ryControls.ButtonEx BtnSave;
|
|
private System.Windows.Forms.TabPage tabPage3;
|
|
private System.Windows.Forms.CheckBox ChkTestOn;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.RadioButton RbGeneral;
|
|
private System.Windows.Forms.RadioButton RbPersonal;
|
|
private System.Windows.Forms.RadioButton RbCompany;
|
|
private ryControls.ButtonEx BtnSave2;
|
|
private ryControls.TextBoxEx2 TxtProjectVer;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.CheckBox ChkPackByLite;
|
|
private ryControls.TextBoxEx2 TxtUploadName;
|
|
private System.Windows.Forms.Label label6;
|
|
private ryControls.ButtonEx BtnUploadProject;
|
|
private System.Windows.Forms.TabPage tabPage4;
|
|
private BrightIdeasSoftware.ObjectListView LvUpdateLogList;
|
|
private ryControls.ButtonEx BtnPublishLogs;
|
|
private ryControls.ButtonEx BtnSaveLog;
|
|
private BrightIdeasSoftware.OLVColumn OlvUpVer;
|
|
private BrightIdeasSoftware.OLVColumn OlvUpdateDate;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private ryControls.ButtonEx BtnSubmitGit;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem 设为正式版本ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 生成Html日志ToolStripMenuItem;
|
|
private System.Windows.Forms.CheckBox ChkIsMain;
|
|
private System.Windows.Forms.CheckBox ChkUpdateVerByPublish;
|
|
private BrightIdeasSoftware.OLVColumn OlvTime;
|
|
private System.Windows.Forms.Label LblUseTime;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private ryControls.ButtonEx BtnFtpFiles;
|
|
private ryControls.ButtonEx BtnPackFileList;
|
|
}
|
|
} |