|
|
@ -39,6 +39,8 @@
|
|
|
|
this.设置无料ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
this.设置无料ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
this.设置有料ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
this.设置有料ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
this.禁用ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
this.禁用ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
|
|
this.scanFailToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
|
|
this.selectedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
this.panel1.SuspendLayout();
|
|
|
|
this.panel1.SuspendLayout();
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
|
@ -91,7 +93,9 @@
|
|
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
this.设置无料ToolStripMenuItem,
|
|
|
|
this.设置无料ToolStripMenuItem,
|
|
|
|
this.设置有料ToolStripMenuItem,
|
|
|
|
this.设置有料ToolStripMenuItem,
|
|
|
|
this.禁用ToolStripMenuItem});
|
|
|
|
this.禁用ToolStripMenuItem,
|
|
|
|
|
|
|
|
this.scanFailToolStripMenuItem,
|
|
|
|
|
|
|
|
this.selectedToolStripMenuItem});
|
|
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
|
resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
|
|
|
|
resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
|
|
|
|
//
|
|
|
|
//
|
|
|
@ -113,6 +117,18 @@
|
|
|
|
resources.ApplyResources(this.禁用ToolStripMenuItem, "禁用ToolStripMenuItem");
|
|
|
|
resources.ApplyResources(this.禁用ToolStripMenuItem, "禁用ToolStripMenuItem");
|
|
|
|
this.禁用ToolStripMenuItem.Click += new System.EventHandler(this.禁用ToolStripMenuItem_Click);
|
|
|
|
this.禁用ToolStripMenuItem.Click += new System.EventHandler(this.禁用ToolStripMenuItem_Click);
|
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
// scanFailToolStripMenuItem
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.scanFailToolStripMenuItem.Name = "scanFailToolStripMenuItem";
|
|
|
|
|
|
|
|
resources.ApplyResources(this.scanFailToolStripMenuItem, "scanFailToolStripMenuItem");
|
|
|
|
|
|
|
|
this.scanFailToolStripMenuItem.Click += new System.EventHandler(this.scanFailToolStripMenuItem_Click);
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// selectedToolStripMenuItem
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.selectedToolStripMenuItem.Name = "selectedToolStripMenuItem";
|
|
|
|
|
|
|
|
resources.ApplyResources(this.selectedToolStripMenuItem, "selectedToolStripMenuItem");
|
|
|
|
|
|
|
|
this.selectedToolStripMenuItem.Click += new System.EventHandler(this.selectedToolStripMenuItem_Click);
|
|
|
|
|
|
|
|
//
|
|
|
|
// RsTray
|
|
|
|
// RsTray
|
|
|
|
//
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
@ -139,5 +155,7 @@
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
private System.Windows.Forms.Label lblStatus;
|
|
|
|
private System.Windows.Forms.Label lblStatus;
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem scanFailToolStripMenuItem;
|
|
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem selectedToolStripMenuItem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|