namespace VSoft { partial class FrmAddSoft { /// /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAddSoft)); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.选择图标ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.使用应用图标ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.of_File = new System.Windows.Forms.OpenFileDialog(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.NumRunCount = new System.Windows.Forms.NumericUpDown(); this.TxtCmdId = new ryControls.TextBoxEx2(); this.label6 = new System.Windows.Forms.Label(); this.LblCustomImg = new System.Windows.Forms.Label(); this.TxtDes = new ryControls.TextBoxEx2(); this.label4 = new System.Windows.Forms.Label(); this.chromeTabControl1 = new ryControls.ChromeTabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.label9 = new System.Windows.Forms.Label(); this.CbbRunMode = new System.Windows.Forms.ComboBox(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.hotkeyTextBox1 = new ryControls.HotkeyTextBox(); this.ChkRunAsAdmin = new System.Windows.Forms.CheckBox(); this.BtnBrowser = new ryControls.ButtonEx(); this.TxtStartPath = new ryControls.TextBoxEx2(); this.label5 = new System.Windows.Forms.Label(); this.TxtPath = new ryControls.TextBoxEx2(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.TxtRunPram = new ryControls.TextBoxEx2(); this.BtnCancel = new ryControls.ButtonEx(); this.BtnOK = new ryControls.ButtonEx(); this.PicImg = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.TxtName = new ryControls.TextBoxEx2(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.NumRunCount)).BeginInit(); this.chromeTabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.PicImg)).BeginInit(); this.SuspendLayout(); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.选择图标ToolStripMenuItem, this.使用应用图标ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(173, 48); // // 选择图标ToolStripMenuItem // this.选择图标ToolStripMenuItem.Name = "选择图标ToolStripMenuItem"; this.选择图标ToolStripMenuItem.Size = new System.Drawing.Size(172, 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(172, 22); this.使用应用图标ToolStripMenuItem.Text = "使用当前应用图标"; this.使用应用图标ToolStripMenuItem.Click += new System.EventHandler(this.使用应用图标ToolStripMenuItem_Click); // // openFileDialog1 // this.openFileDialog1.Filter = "图片文件|*.jpg;*.gif;*.bmp;*.png;*.jpeg;*.ico|应用程序|*.exe"; // // of_File // this.of_File.Filter = "所有文件|*.*"; // // NumRunCount // this.NumRunCount.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.NumRunCount.Location = new System.Drawing.Point(258, 168); this.NumRunCount.Maximum = new decimal(new int[] { 10, 0, 0, 0}); this.NumRunCount.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.NumRunCount.Name = "NumRunCount"; this.NumRunCount.Size = new System.Drawing.Size(74, 26); this.NumRunCount.TabIndex = 15; this.NumRunCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.NumRunCount, "设置执行次数,可用于多开微信。\r\n本功能对翻译和清空回收站功能无效。"); this.NumRunCount.Value = new decimal(new int[] { 1, 0, 0, 0}); // // TxtCmdId // this.TxtCmdId.BackColor = System.Drawing.Color.White; this.TxtCmdId.EmptyText = "默认为空"; this.TxtCmdId.Location = new System.Drawing.Point(310, 35); this.TxtCmdId.LongTime = 2000; this.TxtCmdId.MaxLength = 999999999; this.TxtCmdId.MaxUndoRedoSteps = 50; this.TxtCmdId.Multiline = false; this.TxtCmdId.Name = "TxtCmdId"; this.TxtCmdId.OnlyNumeric = false; this.TxtCmdId.PasswordChar = '\0'; this.TxtCmdId.ReadOnly = false; this.TxtCmdId.SelectedText = ""; this.TxtCmdId.SelectionLength = 0; this.TxtCmdId.SelectionStart = 0; this.TxtCmdId.Size = new System.Drawing.Size(133, 22); this.TxtCmdId.TabIndex = 14; this.TxtCmdId.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtCmdId.ToolTip = "当输入了唯一命令ID后,用户可以根据该ID来运行当前软件\r\n或执行当前命令。\r\n\r\n*.命令ID只支持英文和数字字符"; this.TxtCmdId.WordWrap = true; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(239, 38); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(65, 12); this.label6.TabIndex = 13; this.label6.Text = "唯一命令ID"; // // LblCustomImg // this.LblCustomImg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.LblCustomImg.BackColor = System.Drawing.Color.Transparent; this.LblCustomImg.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.LblCustomImg.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.LblCustomImg.ForeColor = System.Drawing.Color.DodgerBlue; this.LblCustomImg.Location = new System.Drawing.Point(576, 125); this.LblCustomImg.Name = "LblCustomImg"; this.LblCustomImg.Size = new System.Drawing.Size(86, 18); this.LblCustomImg.TabIndex = 12; this.LblCustomImg.Text = "自动获取"; this.LblCustomImg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // TxtDes // this.TxtDes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TxtDes.BackColor = System.Drawing.Color.White; this.TxtDes.EmptyText = ""; this.TxtDes.Location = new System.Drawing.Point(57, 62); this.TxtDes.LongTime = 2000; this.TxtDes.MaxLength = 999999999; this.TxtDes.MaxUndoRedoSteps = 50; this.TxtDes.Multiline = true; this.TxtDes.Name = "TxtDes"; this.TxtDes.OnlyNumeric = false; this.TxtDes.PasswordChar = '\0'; this.TxtDes.ReadOnly = false; this.TxtDes.SelectedText = ""; this.TxtDes.SelectionLength = 0; this.TxtDes.SelectionStart = 0; this.TxtDes.Size = new System.Drawing.Size(513, 87); this.TxtDes.TabIndex = 11; this.TxtDes.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtDes.ToolTip = ""; this.TxtDes.WordWrap = true; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(12, 65); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(29, 12); this.label4.TabIndex = 10; this.label4.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.tabPage1); 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, 155); this.chromeTabControl1.Name = "chromeTabControl1"; this.chromeTabControl1.SelectedIndex = 0; this.chromeTabControl1.ShowAddButton = false; this.chromeTabControl1.ShowCloseButton = false; this.chromeTabControl1.Size = new System.Drawing.Size(650, 415); this.chromeTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; this.chromeTabControl1.TabContextMenuStrip = null; this.chromeTabControl1.TabIndex = 9; this.chromeTabControl1.TabMaxWidth = 100; // // tabPage1 // this.tabPage1.Controls.Add(this.NumRunCount); this.tabPage1.Controls.Add(this.label9); this.tabPage1.Controls.Add(this.CbbRunMode); this.tabPage1.Controls.Add(this.label8); this.tabPage1.Controls.Add(this.label7); this.tabPage1.Controls.Add(this.hotkeyTextBox1); this.tabPage1.Controls.Add(this.ChkRunAsAdmin); this.tabPage1.Controls.Add(this.BtnBrowser); this.tabPage1.Controls.Add(this.TxtStartPath); this.tabPage1.Controls.Add(this.label5); this.tabPage1.Controls.Add(this.TxtPath); this.tabPage1.Controls.Add(this.label2); this.tabPage1.Controls.Add(this.label3); this.tabPage1.Controls.Add(this.TxtRunPram); 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(648, 385); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "运行"; this.tabPage1.UseVisualStyleBackColor = true; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(258, 153); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(53, 12); this.label9.TabIndex = 14; this.label9.Text = "执行次数"; // // CbbRunMode // this.CbbRunMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CbbRunMode.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.CbbRunMode.FormattingEnabled = true; this.CbbRunMode.Items.AddRange(new object[] { "普通模式", "隐藏", "最小化", "最大化"}); this.CbbRunMode.Location = new System.Drawing.Point(506, 23); this.CbbRunMode.Name = "CbbRunMode"; this.CbbRunMode.Size = new System.Drawing.Size(124, 22); this.CbbRunMode.TabIndex = 13; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(504, 8); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(53, 12); this.label8.TabIndex = 12; this.label8.Text = "运行方式"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(6, 153); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(53, 12); this.label7.TabIndex = 11; this.label7.Text = "运行热键"; // // hotkeyTextBox1 // this.hotkeyTextBox1.BackColor = System.Drawing.Color.White; this.hotkeyTextBox1.HotKey = "0+0"; this.hotkeyTextBox1.Location = new System.Drawing.Point(8, 168); this.hotkeyTextBox1.Name = "hotkeyTextBox1"; this.hotkeyTextBox1.Size = new System.Drawing.Size(244, 26); this.hotkeyTextBox1.T_Key = System.Windows.Forms.Keys.None; this.hotkeyTextBox1.T_Modifiers = 0; this.hotkeyTextBox1.TabIndex = 10; // // ChkRunAsAdmin // this.ChkRunAsAdmin.AutoSize = true; this.ChkRunAsAdmin.Location = new System.Drawing.Point(8, 131); this.ChkRunAsAdmin.Name = "ChkRunAsAdmin"; this.ChkRunAsAdmin.Size = new System.Drawing.Size(144, 16); this.ChkRunAsAdmin.TabIndex = 9; this.ChkRunAsAdmin.Text = "强制以管理员方式启动"; this.ChkRunAsAdmin.UseVisualStyleBackColor = true; // // BtnBrowser // this.BtnBrowser.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(20))))); this.BtnBrowser.ColorGradient = true; this.BtnBrowser.Location = new System.Drawing.Point(463, 20); this.BtnBrowser.Name = "BtnBrowser"; this.BtnBrowser.Size = new System.Drawing.Size(33, 27); this.BtnBrowser.TabIndex = 8; this.BtnBrowser.Text = "..."; this.BtnBrowser.UseVisualStyleBackColor = true; this.BtnBrowser.Click += new System.EventHandler(this.BtnBrowser_Click); // // TxtStartPath // this.TxtStartPath.BackColor = System.Drawing.Color.White; this.TxtStartPath.EmptyText = "留空则表示使用默认设置"; this.TxtStartPath.Location = new System.Drawing.Point(6, 103); this.TxtStartPath.LongTime = 2000; this.TxtStartPath.MaxLength = 999999999; this.TxtStartPath.MaxUndoRedoSteps = 50; this.TxtStartPath.Multiline = false; this.TxtStartPath.Name = "TxtStartPath"; this.TxtStartPath.OnlyNumeric = false; this.TxtStartPath.PasswordChar = '\0'; this.TxtStartPath.ReadOnly = false; this.TxtStartPath.SelectedText = ""; this.TxtStartPath.SelectionLength = 0; this.TxtStartPath.SelectionStart = 0; this.TxtStartPath.Size = new System.Drawing.Size(451, 22); this.TxtStartPath.TabIndex = 7; this.TxtStartPath.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtStartPath.ToolTip = ""; this.TxtStartPath.WordWrap = true; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(6, 88); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 6; this.label5.Text = "当前路径"; // // TxtPath // this.TxtPath.BackColor = System.Drawing.Color.White; this.TxtPath.EmptyText = ""; this.TxtPath.Location = new System.Drawing.Point(6, 23); this.TxtPath.LongTime = 2000; this.TxtPath.MaxLength = 999999999; this.TxtPath.MaxUndoRedoSteps = 50; this.TxtPath.Multiline = false; this.TxtPath.Name = "TxtPath"; this.TxtPath.OnlyNumeric = false; this.TxtPath.PasswordChar = '\0'; this.TxtPath.ReadOnly = false; this.TxtPath.SelectedText = ""; this.TxtPath.SelectionLength = 0; this.TxtPath.SelectionStart = 0; this.TxtPath.Size = new System.Drawing.Size(451, 22); this.TxtPath.TabIndex = 3; this.TxtPath.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtPath.ToolTip = ""; this.TxtPath.WordWrap = true; this.TxtPath.TextChanged2 += new System.EventHandler(this.TxtPath_TextChanged2); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 8); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 2; this.label2.Text = "路径"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 48); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 12); this.label3.TabIndex = 4; this.label3.Text = "参数"; // // TxtRunPram // this.TxtRunPram.BackColor = System.Drawing.Color.White; this.TxtRunPram.EmptyText = ""; this.TxtRunPram.Location = new System.Drawing.Point(6, 63); this.TxtRunPram.LongTime = 2000; this.TxtRunPram.MaxLength = 999999999; this.TxtRunPram.MaxUndoRedoSteps = 50; this.TxtRunPram.Multiline = false; this.TxtRunPram.Name = "TxtRunPram"; this.TxtRunPram.OnlyNumeric = false; this.TxtRunPram.PasswordChar = '\0'; this.TxtRunPram.ReadOnly = false; this.TxtRunPram.SelectedText = ""; this.TxtRunPram.SelectionLength = 0; this.TxtRunPram.SelectionStart = 0; this.TxtRunPram.Size = new System.Drawing.Size(451, 22); this.TxtRunPram.TabIndex = 5; this.TxtRunPram.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtRunPram.ToolTip = ""; this.TxtRunPram.WordWrap = true; // // 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)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(20))))); this.BtnCancel.ColorGradient = true; this.BtnCancel.Location = new System.Drawing.Point(586, 576); this.BtnCancel.Name = "BtnCancel"; this.BtnCancel.Size = new System.Drawing.Size(75, 27); this.BtnCancel.TabIndex = 8; this.BtnCancel.Text = "取消"; this.BtnCancel.UseVisualStyleBackColor = true; this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click); // // BtnOK // this.BtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.BtnOK.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(20))))); this.BtnOK.ColorGradient = true; this.BtnOK.Location = new System.Drawing.Point(505, 576); this.BtnOK.Name = "BtnOK"; this.BtnOK.Size = new System.Drawing.Size(75, 27); this.BtnOK.TabIndex = 7; this.BtnOK.Text = "确定"; this.BtnOK.UseVisualStyleBackColor = true; this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click); // // PicImg // this.PicImg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.PicImg.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.PicImg.ContextMenuStrip = this.contextMenuStrip1; this.PicImg.Cursor = System.Windows.Forms.Cursors.Hand; this.PicImg.Location = new System.Drawing.Point(576, 36); this.PicImg.Name = "PicImg"; this.PicImg.Size = new System.Drawing.Size(86, 86); this.PicImg.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.PicImg.TabIndex = 6; this.PicImg.TabStop = false; this.PicImg.Click += new System.EventHandler(this.PicImg_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(10, 38); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 1; this.label1.Text = "软件名"; // // TxtName // this.TxtName.BackColor = System.Drawing.Color.White; this.TxtName.EmptyText = ""; this.TxtName.Location = new System.Drawing.Point(57, 35); 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(175, 22); this.TxtName.TabIndex = 0; this.TxtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtName.ToolTip = ""; this.TxtName.WordWrap = true; // // FrmAddSoft // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(671, 615); this.Controls.Add(this.TxtCmdId); this.Controls.Add(this.label6); this.Controls.Add(this.LblCustomImg); this.Controls.Add(this.TxtDes); this.Controls.Add(this.label4); this.Controls.Add(this.chromeTabControl1); this.Controls.Add(this.BtnCancel); this.Controls.Add(this.BtnOK); this.Controls.Add(this.PicImg); this.Controls.Add(this.label1); this.Controls.Add(this.TxtName); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FrmAddSoft"; this.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "添加软件"; this.Load += new System.EventHandler(this.FrmAddSoft_Load); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.NumRunCount)).EndInit(); this.chromeTabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.PicImg)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private ryControls.TextBoxEx2 TxtName; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private ryControls.TextBoxEx2 TxtPath; private System.Windows.Forms.Label label3; private ryControls.TextBoxEx2 TxtRunPram; private System.Windows.Forms.PictureBox PicImg; private ryControls.ButtonEx BtnOK; private ryControls.ButtonEx BtnCancel; private ryControls.ChromeTabControl chromeTabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.Label label4; private ryControls.TextBoxEx2 TxtDes; private ryControls.TextBoxEx2 TxtStartPath; private System.Windows.Forms.Label label5; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.Label LblCustomImg; private ryControls.ButtonEx BtnBrowser; private System.Windows.Forms.OpenFileDialog of_File; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 选择图标ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 使用应用图标ToolStripMenuItem; private System.Windows.Forms.CheckBox ChkRunAsAdmin; private System.Windows.Forms.Label label6; private ryControls.TextBoxEx2 TxtCmdId; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.Label label7; public ryControls.HotkeyTextBox hotkeyTextBox1; private System.Windows.Forms.ComboBox CbbRunMode; private System.Windows.Forms.Label label8; private System.Windows.Forms.NumericUpDown NumRunCount; private System.Windows.Forms.Label label9; } }