|
|
@@ -91,14 +91,14 @@
|
|
|
this.pi_date = new System.Windows.Forms.Label();
|
|
|
this.CleanBarCode = new System.Windows.Forms.Button();
|
|
|
this.MenuSetting = new System.Windows.Forms.Button();
|
|
|
- this.Menu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
- this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.下载模板ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.流水调整ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.ShowMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
+ this.采集策略设置 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.附加信息设置 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.导出数据 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.标签维护 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.条码导入生成 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.下载模板 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.流水调整 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.ImportExcel = new System.Windows.Forms.OpenFileDialog();
|
|
|
this.pi_class = new System.Windows.Forms.Label();
|
|
|
this.CustBarCode = new System.Windows.Forms.Button();
|
|
|
@@ -202,7 +202,7 @@
|
|
|
this.OutBoxCombox = new System.Windows.Forms.ComboBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Si_ItemDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MidSource)).BeginInit();
|
|
|
- this.Menu.SuspendLayout();
|
|
|
+ this.ShowMenu.SuspendLayout();
|
|
|
this.groupBoxWithBorder1.SuspendLayout();
|
|
|
this.CollectionProcess.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelInf)).BeginInit();
|
|
|
@@ -766,63 +766,63 @@
|
|
|
this.MenuSetting.UseVisualStyleBackColor = true;
|
|
|
this.MenuSetting.Click += new System.EventHandler(this.MenuSetting_Click);
|
|
|
//
|
|
|
- // Menu
|
|
|
+ // ShowMenu
|
|
|
//
|
|
|
- this.Menu.ImageScalingSize = new System.Drawing.Size(32, 32);
|
|
|
- this.Menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
- this.toolStripMenuItem1,
|
|
|
- this.toolStripMenuItem2,
|
|
|
- this.toolStripMenuItem3,
|
|
|
- this.toolStripMenuItem5,
|
|
|
- this.toolStripMenuItem6,
|
|
|
- this.下载模板ToolStripMenuItem,
|
|
|
- this.流水调整ToolStripMenuItem});
|
|
|
- this.Menu.Name = "Menu";
|
|
|
- this.Menu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
|
|
- this.Menu.Size = new System.Drawing.Size(149, 158);
|
|
|
- this.Menu.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.Menu_ItemClicked);
|
|
|
+ this.ShowMenu.ImageScalingSize = new System.Drawing.Size(32, 32);
|
|
|
+ this.ShowMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.采集策略设置,
|
|
|
+ this.附加信息设置,
|
|
|
+ this.导出数据,
|
|
|
+ this.标签维护,
|
|
|
+ this.条码导入生成,
|
|
|
+ this.下载模板,
|
|
|
+ this.流水调整});
|
|
|
+ this.ShowMenu.Name = "ShowMenu";
|
|
|
+ this.ShowMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
|
|
+ this.ShowMenu.Size = new System.Drawing.Size(149, 158);
|
|
|
+ this.ShowMenu.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.Menu_ItemClicked);
|
|
|
//
|
|
|
- // toolStripMenuItem1
|
|
|
+ // 采集策略设置
|
|
|
//
|
|
|
- this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
|
- this.toolStripMenuItem1.Size = new System.Drawing.Size(148, 22);
|
|
|
- this.toolStripMenuItem1.Text = "采集策略设置";
|
|
|
+ this.采集策略设置.Name = "采集策略设置";
|
|
|
+ this.采集策略设置.Size = new System.Drawing.Size(148, 22);
|
|
|
+ this.采集策略设置.Text = "采集策略设置";
|
|
|
//
|
|
|
- // toolStripMenuItem2
|
|
|
+ // 附加信息设置
|
|
|
//
|
|
|
- this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|
|
- this.toolStripMenuItem2.Size = new System.Drawing.Size(148, 22);
|
|
|
- this.toolStripMenuItem2.Text = "附加信息设置";
|
|
|
+ this.附加信息设置.Name = "附加信息设置";
|
|
|
+ this.附加信息设置.Size = new System.Drawing.Size(148, 22);
|
|
|
+ this.附加信息设置.Text = "附加信息设置";
|
|
|
//
|
|
|
- // toolStripMenuItem3
|
|
|
+ // 导出数据
|
|
|
//
|
|
|
- this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
|
|
- this.toolStripMenuItem3.Size = new System.Drawing.Size(148, 22);
|
|
|
- this.toolStripMenuItem3.Text = "导出数据";
|
|
|
+ this.导出数据.Name = "导出数据";
|
|
|
+ this.导出数据.Size = new System.Drawing.Size(148, 22);
|
|
|
+ this.导出数据.Text = "导出数据";
|
|
|
//
|
|
|
- // toolStripMenuItem5
|
|
|
+ // 标签维护
|
|
|
//
|
|
|
- this.toolStripMenuItem5.Name = "toolStripMenuItem5";
|
|
|
- this.toolStripMenuItem5.Size = new System.Drawing.Size(148, 22);
|
|
|
- this.toolStripMenuItem5.Text = "标签维护";
|
|
|
+ this.标签维护.Name = "标签维护";
|
|
|
+ this.标签维护.Size = new System.Drawing.Size(148, 22);
|
|
|
+ this.标签维护.Text = "标签维护";
|
|
|
//
|
|
|
- // toolStripMenuItem6
|
|
|
+ // 条码导入生成
|
|
|
//
|
|
|
- this.toolStripMenuItem6.Name = "toolStripMenuItem6";
|
|
|
- this.toolStripMenuItem6.Size = new System.Drawing.Size(148, 22);
|
|
|
- this.toolStripMenuItem6.Text = "条码导入生成";
|
|
|
+ this.条码导入生成.Name = "条码导入生成";
|
|
|
+ this.条码导入生成.Size = new System.Drawing.Size(148, 22);
|
|
|
+ this.条码导入生成.Text = "条码导入生成";
|
|
|
//
|
|
|
- // 下载模板ToolStripMenuItem
|
|
|
+ // 下载模板
|
|
|
//
|
|
|
- this.下载模板ToolStripMenuItem.Name = "下载模板ToolStripMenuItem";
|
|
|
- this.下载模板ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
|
|
- this.下载模板ToolStripMenuItem.Text = "下载模板";
|
|
|
+ this.下载模板.Name = "下载模板";
|
|
|
+ this.下载模板.Size = new System.Drawing.Size(148, 22);
|
|
|
+ this.下载模板.Text = "下载模板";
|
|
|
//
|
|
|
- // 流水调整ToolStripMenuItem
|
|
|
+ // 流水调整
|
|
|
//
|
|
|
- this.流水调整ToolStripMenuItem.Name = "流水调整ToolStripMenuItem";
|
|
|
- this.流水调整ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
|
|
- this.流水调整ToolStripMenuItem.Text = "流水调整";
|
|
|
+ this.流水调整.Name = "流水调整";
|
|
|
+ this.流水调整.Size = new System.Drawing.Size(148, 22);
|
|
|
+ this.流水调整.Text = "流水调整";
|
|
|
//
|
|
|
// ImportExcel
|
|
|
//
|
|
|
@@ -1876,7 +1876,7 @@
|
|
|
// LogingOut
|
|
|
//
|
|
|
this.LogingOut.AutoSize = true;
|
|
|
- this.LogingOut.Location = new System.Drawing.Point(99, 1);
|
|
|
+ this.LogingOut.Location = new System.Drawing.Point(112, 15);
|
|
|
this.LogingOut.Name = "LogingOut";
|
|
|
this.LogingOut.Size = new System.Drawing.Size(42, 21);
|
|
|
this.LogingOut.TabIndex = 77;
|
|
|
@@ -2036,7 +2036,7 @@
|
|
|
this.SizeChanged += new System.EventHandler(this.贴标机条码打印_SizeChanged);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Si_ItemDGV)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MidSource)).EndInit();
|
|
|
- this.Menu.ResumeLayout(false);
|
|
|
+ this.ShowMenu.ResumeLayout(false);
|
|
|
this.groupBoxWithBorder1.ResumeLayout(false);
|
|
|
this.groupBoxWithBorder1.PerformLayout();
|
|
|
this.CollectionProcess.ResumeLayout(false);
|
|
|
@@ -2180,22 +2180,22 @@
|
|
|
private System.Windows.Forms.Label label9;
|
|
|
private System.Windows.Forms.Label label19;
|
|
|
private System.Windows.Forms.Button MenuSetting;
|
|
|
- private System.Windows.Forms.ContextMenuStrip Menu;
|
|
|
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|
|
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
|
|
|
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
|
|
|
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5;
|
|
|
+ private System.Windows.Forms.ContextMenuStrip ShowMenu;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem 采集策略设置;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem 附加信息设置;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem 导出数据;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem 标签维护;
|
|
|
private System.Windows.Forms.OpenFileDialog ImportExcel;
|
|
|
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem6;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem 条码导入生成;
|
|
|
private System.Windows.Forms.Label pi_class;
|
|
|
- private System.Windows.Forms.ToolStripMenuItem 下载模板ToolStripMenuItem;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem 下载模板;
|
|
|
private System.Windows.Forms.CheckBox cu_print_outprod;
|
|
|
private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2;
|
|
|
private System.Windows.Forms.CheckBox cu_print_outdc;
|
|
|
private System.Windows.Forms.CheckBox cu_print_outlotno;
|
|
|
private System.Windows.Forms.CheckBox cu_print_outpo;
|
|
|
private System.Windows.Forms.Button CustBarCode;
|
|
|
- private System.Windows.Forms.ToolStripMenuItem 流水调整ToolStripMenuItem;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem 流水调整;
|
|
|
private System.Windows.Forms.Button GetMidBoxCode;
|
|
|
private System.Windows.Forms.CheckBox cu_print_ordercode;
|
|
|
private System.Windows.Forms.CheckBox LabelSpace;
|