namespace 开发辅助工具.Tools { partial class FrmProject { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.groupBox1 = new System.Windows.Forms.GroupBox(); 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.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(); ((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.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(894, 371); 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; // // 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.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 = "项目管理"; // // 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.Cursor = System.Windows.Forms.Cursors.Default; this.chromeTabControl1.ItemSize = new System.Drawing.Size(100, 25); this.chromeTabControl1.Location = new System.Drawing.Point(12, 205); this.chromeTabControl1.Name = "chromeTabControl1"; this.chromeTabControl1.SelectedIndex = 0; this.chromeTabControl1.ShowAddButton = false; this.chromeTabControl1.ShowCloseButton = false; this.chromeTabControl1.Size = new System.Drawing.Size(905, 410); 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(903, 380); this.tabPage2.TabIndex = 0; this.tabPage2.Text = "文件夹"; this.tabPage2.UseVisualStyleBackColor = true; // // tabPage1 // 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(903, 380); this.tabPage1.TabIndex = 1; this.tabPage1.Text = "项目信息"; this.tabPage1.UseVisualStyleBackColor = true; // // 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.MaxLength = 999999999; 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(798, 340); 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.MaxLength = 999999999; 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.MaxLength = 999999999; 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.MaxLength = 999999999; 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.MaxLength = 999999999; 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(903, 380); 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, 340); 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; // // FrmProject // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(929, 622); 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.Load += new System.EventHandler(this.FrmProject_Load); ((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit(); this.groupBox1.ResumeLayout(false); 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.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; } }