458 lines
23 KiB
C#
458 lines
23 KiB
C#
namespace 开发辅助工具.Manager
|
|
{
|
|
partial class FrmSetting
|
|
{
|
|
/// <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.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.BtnWinRARPath = new ryControls.ButtonEx();
|
|
this.TxtWinRARPath = new ryControls.TextBoxEx2();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.BtnReactorPath = new ryControls.ButtonEx();
|
|
this.TxtReactorPath = new ryControls.TextBoxEx2();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.TxtReferenceDll = new ryControls.TextBoxEx2();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.BtnChapeBasePath = new ryControls.ButtonEx();
|
|
this.TxtCshapeBasePath = new ryControls.TextBoxEx2();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.ChkAss_Folder = new System.Windows.Forms.CheckBox();
|
|
this.ChkAss_Ryp = new System.Windows.Forms.CheckBox();
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
this.BtnOK = new ryControls.ButtonEx();
|
|
this.BtnCancel = new ryControls.ButtonEx();
|
|
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.table1 = new XPTable.Models.Table();
|
|
this.columnModel1 = new XPTable.Models.ColumnModel();
|
|
this.tableModel1 = new XPTable.Models.TableModel();
|
|
this.ColVariable = new XPTable.Models.TextColumn();
|
|
this.ColPath = new XPTable.Models.TextColumn();
|
|
this.ColDes = new XPTable.Models.TextColumn();
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.新增变量ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.修改变量ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.删除变量ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
this.tabPage3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
this.tabControl1.Controls.Add(this.tabPage3);
|
|
this.tabControl1.Location = new System.Drawing.Point(3, 2);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(606, 399);
|
|
this.tabControl1.TabIndex = 0;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.BtnWinRARPath);
|
|
this.tabPage1.Controls.Add(this.TxtWinRARPath);
|
|
this.tabPage1.Controls.Add(this.label4);
|
|
this.tabPage1.Controls.Add(this.BtnReactorPath);
|
|
this.tabPage1.Controls.Add(this.TxtReactorPath);
|
|
this.tabPage1.Controls.Add(this.label3);
|
|
this.tabPage1.Controls.Add(this.TxtReferenceDll);
|
|
this.tabPage1.Controls.Add(this.label2);
|
|
this.tabPage1.Controls.Add(this.BtnChapeBasePath);
|
|
this.tabPage1.Controls.Add(this.TxtCshapeBasePath);
|
|
this.tabPage1.Controls.Add(this.label1);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(598, 373);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "路径";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// BtnWinRARPath
|
|
//
|
|
this.BtnWinRARPath.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnWinRARPath.Location = new System.Drawing.Point(515, 321);
|
|
this.BtnWinRARPath.Name = "BtnWinRARPath";
|
|
this.BtnWinRARPath.Size = new System.Drawing.Size(69, 27);
|
|
this.BtnWinRARPath.TabIndex = 10;
|
|
this.BtnWinRARPath.Text = "浏览";
|
|
this.BtnWinRARPath.UseVisualStyleBackColor = true;
|
|
this.BtnWinRARPath.Click += new System.EventHandler(this.BtnWinRARPath_Click);
|
|
//
|
|
// TxtWinRARPath
|
|
//
|
|
this.TxtWinRARPath.BackColor = System.Drawing.Color.White;
|
|
this.TxtWinRARPath.EmptyText = "";
|
|
this.TxtWinRARPath.Location = new System.Drawing.Point(14, 321);
|
|
this.TxtWinRARPath.MaxLength = 999999999;
|
|
this.TxtWinRARPath.Multiline = false;
|
|
this.TxtWinRARPath.Name = "TxtWinRARPath";
|
|
this.TxtWinRARPath.OnlyNumeric = false;
|
|
this.TxtWinRARPath.PasswordChar = '\0';
|
|
this.TxtWinRARPath.ReadOnly = false;
|
|
this.TxtWinRARPath.SelectedText = "";
|
|
this.TxtWinRARPath.SelectionLength = 0;
|
|
this.TxtWinRARPath.SelectionStart = 0;
|
|
this.TxtWinRARPath.Size = new System.Drawing.Size(495, 27);
|
|
this.TxtWinRARPath.TabIndex = 9;
|
|
this.TxtWinRARPath.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtWinRARPath.ToolTip = "";
|
|
this.toolTip1.SetToolTip(this.TxtWinRARPath, ".NET Reactor 主程序exe的具体路径");
|
|
this.TxtWinRARPath.WordWrap = true;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(12, 306);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(101, 12);
|
|
this.label4.TabIndex = 8;
|
|
this.label4.Text = "WinRAR主程序路径";
|
|
//
|
|
// BtnReactorPath
|
|
//
|
|
this.BtnReactorPath.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnReactorPath.Location = new System.Drawing.Point(515, 272);
|
|
this.BtnReactorPath.Name = "BtnReactorPath";
|
|
this.BtnReactorPath.Size = new System.Drawing.Size(69, 27);
|
|
this.BtnReactorPath.TabIndex = 7;
|
|
this.BtnReactorPath.Text = "浏览";
|
|
this.BtnReactorPath.UseVisualStyleBackColor = true;
|
|
this.BtnReactorPath.Click += new System.EventHandler(this.BtnReactorPath_Click);
|
|
//
|
|
// TxtReactorPath
|
|
//
|
|
this.TxtReactorPath.BackColor = System.Drawing.Color.White;
|
|
this.TxtReactorPath.EmptyText = "";
|
|
this.TxtReactorPath.Location = new System.Drawing.Point(14, 272);
|
|
this.TxtReactorPath.MaxLength = 999999999;
|
|
this.TxtReactorPath.Multiline = false;
|
|
this.TxtReactorPath.Name = "TxtReactorPath";
|
|
this.TxtReactorPath.OnlyNumeric = false;
|
|
this.TxtReactorPath.PasswordChar = '\0';
|
|
this.TxtReactorPath.ReadOnly = false;
|
|
this.TxtReactorPath.SelectedText = "";
|
|
this.TxtReactorPath.SelectionLength = 0;
|
|
this.TxtReactorPath.SelectionStart = 0;
|
|
this.TxtReactorPath.Size = new System.Drawing.Size(495, 27);
|
|
this.TxtReactorPath.TabIndex = 6;
|
|
this.TxtReactorPath.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtReactorPath.ToolTip = "";
|
|
this.toolTip1.SetToolTip(this.TxtReactorPath, ".NET Reactor 主程序exe的具体路径");
|
|
this.TxtReactorPath.WordWrap = true;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(12, 257);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(143, 12);
|
|
this.label3.TabIndex = 5;
|
|
this.label3.Text = ".NET Reactor 主程序路径";
|
|
//
|
|
// TxtReferenceDll
|
|
//
|
|
this.TxtReferenceDll.BackColor = System.Drawing.Color.White;
|
|
this.TxtReferenceDll.EmptyText = "";
|
|
this.TxtReferenceDll.Location = new System.Drawing.Point(14, 69);
|
|
this.TxtReferenceDll.MaxLength = 999999999;
|
|
this.TxtReferenceDll.Multiline = true;
|
|
this.TxtReferenceDll.Name = "TxtReferenceDll";
|
|
this.TxtReferenceDll.OnlyNumeric = false;
|
|
this.TxtReferenceDll.PasswordChar = '\0';
|
|
this.TxtReferenceDll.ReadOnly = false;
|
|
this.TxtReferenceDll.SelectedText = "";
|
|
this.TxtReferenceDll.SelectionLength = 0;
|
|
this.TxtReferenceDll.SelectionStart = 0;
|
|
this.TxtReferenceDll.Size = new System.Drawing.Size(570, 181);
|
|
this.TxtReferenceDll.TabIndex = 4;
|
|
this.TxtReferenceDll.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtReferenceDll.ToolTip = "";
|
|
this.toolTip1.SetToolTip(this.TxtReferenceDll, "每行一个路径,软件将自动从上往下搜索");
|
|
this.TxtReferenceDll.WordWrap = true;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(12, 54);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(89, 12);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "C# 引用dll路径";
|
|
//
|
|
// BtnChapeBasePath
|
|
//
|
|
this.BtnChapeBasePath.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnChapeBasePath.Location = new System.Drawing.Point(515, 22);
|
|
this.BtnChapeBasePath.Name = "BtnChapeBasePath";
|
|
this.BtnChapeBasePath.Size = new System.Drawing.Size(69, 27);
|
|
this.BtnChapeBasePath.TabIndex = 2;
|
|
this.BtnChapeBasePath.Text = "浏览";
|
|
this.BtnChapeBasePath.UseVisualStyleBackColor = true;
|
|
this.BtnChapeBasePath.Click += new System.EventHandler(this.BtnChapeBasePath_Click);
|
|
//
|
|
// TxtCshapeBasePath
|
|
//
|
|
this.TxtCshapeBasePath.BackColor = System.Drawing.Color.White;
|
|
this.TxtCshapeBasePath.EmptyText = "";
|
|
this.TxtCshapeBasePath.Location = new System.Drawing.Point(14, 22);
|
|
this.TxtCshapeBasePath.MaxLength = 999999999;
|
|
this.TxtCshapeBasePath.Multiline = false;
|
|
this.TxtCshapeBasePath.Name = "TxtCshapeBasePath";
|
|
this.TxtCshapeBasePath.OnlyNumeric = false;
|
|
this.TxtCshapeBasePath.PasswordChar = '\0';
|
|
this.TxtCshapeBasePath.ReadOnly = false;
|
|
this.TxtCshapeBasePath.SelectedText = "";
|
|
this.TxtCshapeBasePath.SelectionLength = 0;
|
|
this.TxtCshapeBasePath.SelectionStart = 0;
|
|
this.TxtCshapeBasePath.Size = new System.Drawing.Size(495, 27);
|
|
this.TxtCshapeBasePath.TabIndex = 1;
|
|
this.TxtCshapeBasePath.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtCshapeBasePath.ToolTip = "";
|
|
this.toolTip1.SetToolTip(this.TxtCshapeBasePath, "以该项目为基准,自动生成符合毕方项目标准的项目。");
|
|
this.TxtCshapeBasePath.WordWrap = true;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 7);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(95, 12);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "C# 基准项目路径";
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.Controls.Add(this.ChkAss_Folder);
|
|
this.tabPage2.Controls.Add(this.ChkAss_Ryp);
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage2.Size = new System.Drawing.Size(598, 373);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "文件关联";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// ChkAss_Folder
|
|
//
|
|
this.ChkAss_Folder.AutoSize = true;
|
|
this.ChkAss_Folder.Location = new System.Drawing.Point(29, 40);
|
|
this.ChkAss_Folder.Name = "ChkAss_Folder";
|
|
this.ChkAss_Folder.Size = new System.Drawing.Size(132, 16);
|
|
this.ChkAss_Folder.TabIndex = 1;
|
|
this.ChkAss_Folder.Text = "关联文件夹右键菜单";
|
|
this.ChkAss_Folder.UseVisualStyleBackColor = true;
|
|
//
|
|
// ChkAss_Ryp
|
|
//
|
|
this.ChkAss_Ryp.AutoSize = true;
|
|
this.ChkAss_Ryp.Location = new System.Drawing.Point(29, 18);
|
|
this.ChkAss_Ryp.Name = "ChkAss_Ryp";
|
|
this.ChkAss_Ryp.Size = new System.Drawing.Size(114, 16);
|
|
this.ChkAss_Ryp.TabIndex = 0;
|
|
this.ChkAss_Ryp.Text = "关联ryp文件格式";
|
|
this.ChkAss_Ryp.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabPage3
|
|
//
|
|
this.tabPage3.Controls.Add(this.table1);
|
|
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage3.Name = "tabPage3";
|
|
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage3.Size = new System.Drawing.Size(598, 373);
|
|
this.tabPage3.TabIndex = 2;
|
|
this.tabPage3.Text = "相对路径";
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
//
|
|
// BtnOK
|
|
//
|
|
this.BtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BtnOK.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnOK.Location = new System.Drawing.Point(449, 403);
|
|
this.BtnOK.Name = "BtnOK";
|
|
this.BtnOK.Size = new System.Drawing.Size(75, 30);
|
|
this.BtnOK.TabIndex = 1;
|
|
this.BtnOK.Text = "确定";
|
|
this.BtnOK.UseVisualStyleBackColor = true;
|
|
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
|
|
//
|
|
// 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(530, 403);
|
|
this.BtnCancel.Name = "BtnCancel";
|
|
this.BtnCancel.Size = new System.Drawing.Size(75, 30);
|
|
this.BtnCancel.TabIndex = 2;
|
|
this.BtnCancel.Text = "取消";
|
|
this.BtnCancel.UseVisualStyleBackColor = true;
|
|
this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_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.ContextMenuStrip = this.contextMenuStrip1;
|
|
this.table1.FullRowSelect = true;
|
|
this.table1.Location = new System.Drawing.Point(6, 3);
|
|
this.table1.Name = "table1";
|
|
this.table1.NoItemsText = "当前列表没有任何项";
|
|
this.table1.Size = new System.Drawing.Size(589, 367);
|
|
this.table1.TabIndex = 0;
|
|
this.table1.TableModel = this.tableModel1;
|
|
this.table1.Text = "table1";
|
|
//
|
|
// columnModel1
|
|
//
|
|
this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] {
|
|
this.ColVariable,
|
|
this.ColPath,
|
|
this.ColDes});
|
|
//
|
|
// ColVariable
|
|
//
|
|
this.ColVariable.Editable = false;
|
|
this.ColVariable.Tag = null;
|
|
this.ColVariable.Text = "变量名";
|
|
this.ColVariable.Width = 80;
|
|
//
|
|
// ColPath
|
|
//
|
|
this.ColPath.Editable = false;
|
|
this.ColPath.Tag = null;
|
|
this.ColPath.Text = "路径";
|
|
this.ColPath.Width = 320;
|
|
//
|
|
// ColDes
|
|
//
|
|
this.ColDes.Editable = false;
|
|
this.ColDes.Tag = null;
|
|
this.ColDes.Text = "说明";
|
|
this.ColDes.Width = 150;
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.新增变量ToolStripMenuItem,
|
|
this.修改变量ToolStripMenuItem,
|
|
this.删除变量ToolStripMenuItem});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(181, 92);
|
|
//
|
|
// 新增变量ToolStripMenuItem
|
|
//
|
|
this.新增变量ToolStripMenuItem.Name = "新增变量ToolStripMenuItem";
|
|
this.新增变量ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.新增变量ToolStripMenuItem.Text = "新增变量";
|
|
this.新增变量ToolStripMenuItem.Click += new System.EventHandler(this.新增变量ToolStripMenuItem_Click);
|
|
//
|
|
// 修改变量ToolStripMenuItem
|
|
//
|
|
this.修改变量ToolStripMenuItem.Name = "修改变量ToolStripMenuItem";
|
|
this.修改变量ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.修改变量ToolStripMenuItem.Text = "修改变量";
|
|
this.修改变量ToolStripMenuItem.Click += new System.EventHandler(this.修改变量ToolStripMenuItem_Click);
|
|
//
|
|
// 删除变量ToolStripMenuItem
|
|
//
|
|
this.删除变量ToolStripMenuItem.Name = "删除变量ToolStripMenuItem";
|
|
this.删除变量ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.删除变量ToolStripMenuItem.Text = "删除变量";
|
|
this.删除变量ToolStripMenuItem.Click += new System.EventHandler(this.删除变量ToolStripMenuItem_Click);
|
|
//
|
|
// FrmSetting
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(612, 440);
|
|
this.Controls.Add(this.BtnCancel);
|
|
this.Controls.Add(this.BtnOK);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.Name = "FrmSetting";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "设置";
|
|
this.Load += new System.EventHandler(this.FrmSetting_Load);
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.tabPage1.PerformLayout();
|
|
this.tabPage2.ResumeLayout(false);
|
|
this.tabPage2.PerformLayout();
|
|
this.tabPage3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit();
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private ryControls.ButtonEx BtnChapeBasePath;
|
|
private ryControls.TextBoxEx2 TxtCshapeBasePath;
|
|
private System.Windows.Forms.Label label1;
|
|
private ryControls.ButtonEx BtnOK;
|
|
private ryControls.ButtonEx BtnCancel;
|
|
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
private ryControls.TextBoxEx2 TxtReferenceDll;
|
|
private System.Windows.Forms.Label label2;
|
|
private ryControls.ButtonEx BtnReactorPath;
|
|
private ryControls.TextBoxEx2 TxtReactorPath;
|
|
private System.Windows.Forms.Label label3;
|
|
private ryControls.ButtonEx BtnWinRARPath;
|
|
private ryControls.TextBoxEx2 TxtWinRARPath;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.CheckBox ChkAss_Folder;
|
|
private System.Windows.Forms.CheckBox ChkAss_Ryp;
|
|
private System.Windows.Forms.TabPage tabPage3;
|
|
private XPTable.Models.Table table1;
|
|
private XPTable.Models.ColumnModel columnModel1;
|
|
private XPTable.Models.TextColumn ColVariable;
|
|
private XPTable.Models.TextColumn ColPath;
|
|
private XPTable.Models.TableModel tableModel1;
|
|
private XPTable.Models.TextColumn ColDes;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem 新增变量ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 修改变量ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 删除变量ToolStripMenuItem;
|
|
}
|
|
} |