447 lines
22 KiB
C#
447 lines
22 KiB
C#
namespace VSoft
|
||
{
|
||
partial class FrmAddSoft
|
||
{
|
||
/// <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();
|
||
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.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.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();
|
||
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 = "所有文件|*.*";
|
||
//
|
||
// TxtCmdId
|
||
//
|
||
this.TxtCmdId.BackColor = System.Drawing.Color.White;
|
||
this.TxtCmdId.EmptyText = "默认为空";
|
||
this.TxtCmdId.Location = new System.Drawing.Point(310, 35);
|
||
this.TxtCmdId.MaxLength = 999999999;
|
||
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, 40);
|
||
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(448, 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, 65);
|
||
this.TxtDes.MaxLength = 999999999;
|
||
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(385, 80);
|
||
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(522, 306);
|
||
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.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(520, 276);
|
||
this.tabPage1.TabIndex = 0;
|
||
this.tabPage1.Text = "运行";
|
||
this.tabPage1.UseVisualStyleBackColor = true;
|
||
//
|
||
// 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)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
||
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(8, 103);
|
||
this.TxtStartPath.MaxLength = 999999999;
|
||
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(449, 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.MaxLength = 999999999;
|
||
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.MaxLength = 999999999;
|
||
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)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
||
this.BtnCancel.Location = new System.Drawing.Point(458, 467);
|
||
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)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
||
this.BtnOK.Location = new System.Drawing.Point(377, 467);
|
||
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(448, 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, 40);
|
||
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.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(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(543, 506);
|
||
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.ShadowWidth = 0;
|
||
this.ShowShadow = true;
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||
this.Text = "添加软件";
|
||
this.Load += new System.EventHandler(this.FrmAddSoft_Load);
|
||
this.contextMenuStrip1.ResumeLayout(false);
|
||
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;
|
||
}
|
||
} |