天津投入产出系统后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

554 lines
28 KiB

namespace QMAPP.WinForm
{
partial class MainForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.btnInjectGroup = new System.Windows.Forms.ToolStripMenuItem();
this.btnInjectPrint = new System.Windows.Forms.ToolStripMenuItem();
this.btnInjectPut = new System.Windows.Forms.ToolStripMenuItem();
this.btnInjectPutNEW = new System.Windows.Forms.ToolStripMenuItem();
3 years ago
this.btnInjectPrintForm = new System.Windows.Forms.ToolStripMenuItem();
this.btnSewingPrint = new System.Windows.Forms.ToolStripMenuItem();
this.线ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.btnvVWSinglePrint = new System.Windows.Forms.ToolStripMenuItem();
3 years ago
this.btnvVWSinglePrintNew = new System.Windows.Forms.ToolStripMenuItem();
this.btnSlushPut = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiFoamingFeed = new System.Windows.Forms.ToolStripMenuItem();
this.btnOperateGroup = new System.Windows.Forms.ToolStripMenuItem();
this.btnOperateStation = new System.Windows.Forms.ToolStripMenuItem();
this.PrintCodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiPrintPlanlabel = new System.Windows.Forms.ToolStripMenuItem();
this.TJtsmiPrintPlanlabel = new System.Windows.Forms.ToolStripMenuItem();
this.tsmDPAssmblyItem = new System.Windows.Forms.ToolStripMenuItem();
this.btnMendGroup = new System.Windows.Forms.ToolStripMenuItem();
this.btnMendOperate = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiPartReplace = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCheck = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiLabelRegeneration = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDefectRecording = new System.Windows.Forms.ToolStripMenuItem();
this.btnUserOut = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiWarehouse = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiPutIn = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTakeOut = new System.Windows.Forms.ToolStripMenuItem();
this.TJtsmiPutIn = new System.Windows.Forms.ToolStripMenuItem();
3 years ago
this.TJtsmiTakeOut = new System.Windows.Forms.ToolStripMenuItem();
this.tsiShipment = new System.Windows.Forms.ToolStripMenuItem();
this.FrmPlace = new System.Windows.Forms.ToolStripMenuItem();
this.TJFrmPlace = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiQuery = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiProductInfo = new System.Windows.Forms.ToolStripMenuItem();
this.andonToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.AodonToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSetting = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSetStartUp = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiUserManage = new System.Windows.Forms.ToolStripMenuItem();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.tslServerHost = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslblOPCStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslblIps = new System.Windows.Forms.ToolStripStatusLabel();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.bC316总成装配ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Font = new System.Drawing.Font("微软雅黑", 13F);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnInjectGroup,
this.线ToolStripMenuItem,
this.ToolStripMenuItem,
this.btnOperateGroup,
this.btnMendGroup,
this.btnUserOut,
this.tsmiWarehouse,
this.tsiShipment,
this.tsmiQuery,
this.andonToolStripMenuItem,
this.tsmiSetting});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(1203, 32);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// btnInjectGroup
//
this.btnInjectGroup.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnInjectPrint,
3 years ago
this.btnInjectPut,
this.btnInjectPutNEW,
this.btnInjectPrintForm,
this.btnSewingPrint});
this.btnInjectGroup.Name = "btnInjectGroup";
this.btnInjectGroup.Size = new System.Drawing.Size(94, 28);
this.btnInjectGroup.Text = "注塑下线";
//
// btnInjectPrint
//
this.btnInjectPrint.Name = "btnInjectPrint";
this.btnInjectPrint.Size = new System.Drawing.Size(188, 28);
this.btnInjectPrint.Text = "注塑条码打印";
this.btnInjectPrint.Click += new System.EventHandler(this.btnInjectPrint_Click);
//
// btnInjectPut
//
this.btnInjectPut.Name = "btnInjectPut";
this.btnInjectPut.Size = new System.Drawing.Size(188, 28);
this.btnInjectPut.Text = "注塑投料";
this.btnInjectPut.Click += new System.EventHandler(this.btnInjectPut_Click);
//
3 years ago
// btnInjectPutNEW
//
this.btnInjectPutNEW.Name = "btnInjectPutNEW";
this.btnInjectPutNEW.Size = new System.Drawing.Size(188, 28);
this.btnInjectPutNEW.Text = "注塑投料新版";
this.btnInjectPutNEW.Click += new System.EventHandler(this.btnInjectPutNEW_Click);
//
// btnInjectPrintForm
3 years ago
//
this.btnInjectPrintForm.Name = "btnInjectPrintForm";
this.btnInjectPrintForm.Size = new System.Drawing.Size(188, 28);
this.btnInjectPrintForm.Text = "注塑条码补打";
this.btnInjectPrintForm.Click += new System.EventHandler(this.btnInjectPrintForm_Click);
//
// btnInjectPrintForm
//
this.btnSewingPrint.Name = "btnSewingPrint";
this.btnSewingPrint.Size = new System.Drawing.Size(188, 28);
this.btnSewingPrint.Text = "缝纫条码打印";
this.btnSewingPrint.Click += new System.EventHandler(this.btnSewingPrint_Click);
//
// 搪塑下线ToolStripMenuItem
//
this.线ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnvVWSinglePrint,
3 years ago
this.btnvVWSinglePrintNew,
this.btnSlushPut});
this.线ToolStripMenuItem.Name = "搪塑下线ToolStripMenuItem";
this.线ToolStripMenuItem.Size = new System.Drawing.Size(94, 28);
this.线ToolStripMenuItem.Text = "搪塑下线";
//
// btnvVWSinglePrint
//
this.btnvVWSinglePrint.Name = "btnvVWSinglePrint";
this.btnvVWSinglePrint.Size = new System.Drawing.Size(152, 28);
this.btnvVWSinglePrint.Text = "条码打印";
this.btnvVWSinglePrint.Click += new System.EventHandler(this.btnvVWSinglePrint_Click);
//
3 years ago
// btnvVWSinglePrintNew
//
this.btnvVWSinglePrintNew.Name = "btnvVWSinglePrintNew";
this.btnvVWSinglePrintNew.Size = new System.Drawing.Size(152, 28);
this.btnvVWSinglePrintNew.Text = "称重打印";
this.btnvVWSinglePrintNew.Click += new System.EventHandler(this.btnvVWSinglePrintNew_Click);
//
// btnSlushPut
//
this.btnSlushPut.Name = "btnSlushPut";
this.btnSlushPut.Size = new System.Drawing.Size(152, 28);
this.btnSlushPut.Text = "搪塑投料";
this.btnSlushPut.Click += new System.EventHandler(this.btnSlushPut_Click);
//
// 浇注投料ToolStripMenuItem
//
this.ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiFoamingFeed});
this.ToolStripMenuItem.Name = "浇注投料ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(94, 28);
this.ToolStripMenuItem.Text = "浇注投料";
//
// tsmiFoamingFeed
//
this.tsmiFoamingFeed.Name = "tsmiFoamingFeed";
this.tsmiFoamingFeed.Size = new System.Drawing.Size(152, 28);
this.tsmiFoamingFeed.Text = "浇注投料";
this.tsmiFoamingFeed.Click += new System.EventHandler(this.tsmiFoamingFeed_Click);
//
// btnOperateGroup
//
this.btnOperateGroup.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnOperateStation,
this.PrintCodeToolStripMenuItem,
this.tsmiPrintPlanlabel,
this.TJtsmiPrintPlanlabel,
this.tsmDPAssmblyItem,
this.bC316总成装配ToolStripMenuItem});
this.btnOperateGroup.Name = "btnOperateGroup";
this.btnOperateGroup.Size = new System.Drawing.Size(94, 28);
this.btnOperateGroup.Text = "加工工位";
//
// btnOperateStation
//
this.btnOperateStation.Name = "btnOperateStation";
this.btnOperateStation.Size = new System.Drawing.Size(241, 28);
this.btnOperateStation.Text = "加工操作";
this.btnOperateStation.Click += new System.EventHandler(this.btnOperateStation_Click);
//
// PrintCodeToolStripMenuItem
//
this.PrintCodeToolStripMenuItem.Name = "PrintCodeToolStripMenuItem";
this.PrintCodeToolStripMenuItem.Size = new System.Drawing.Size(241, 28);
this.PrintCodeToolStripMenuItem.Text = "总成装配条码打印";
this.PrintCodeToolStripMenuItem.Click += new System.EventHandler(this.PrintCodeToolStripMenuItem_Click);
//
// tsmiPrintPlanlabel
//
this.tsmiPrintPlanlabel.Name = "tsmiPrintPlanlabel";
this.tsmiPrintPlanlabel.Size = new System.Drawing.Size(241, 28);
this.tsmiPrintPlanlabel.Text = "门板计划标签打印";
this.tsmiPrintPlanlabel.Click += new System.EventHandler(this.tsmiPrintPlanlabel_Click);
//
// TJtsmiPrintPlanlabel
//
this.TJtsmiPrintPlanlabel.Name = "TJtsmiPrintPlanlabel";
this.TJtsmiPrintPlanlabel.Size = new System.Drawing.Size(241, 28);
this.TJtsmiPrintPlanlabel.Text = "TJ门板计划标签打印";
this.TJtsmiPrintPlanlabel.Click += new System.EventHandler(this.TJtsmiPrintPlanlabel_Click);
//
// tsmDPAssmblyItem
//
this.tsmDPAssmblyItem.Name = "tsmDPAssmblyItem";
this.tsmDPAssmblyItem.ShowShortcutKeys = false;
this.tsmDPAssmblyItem.Size = new System.Drawing.Size(241, 28);
this.tsmDPAssmblyItem.Text = "门板FIS补码";
this.tsmDPAssmblyItem.Click += new System.EventHandler(this.tsmDPAssmblyItem_Click);
//
// btnMendGroup
//
this.btnMendGroup.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnMendOperate,
this.tsmiPartReplace,
this.tsmiCheck,
this.tsmiLabelRegeneration,
this.tsmiDefectRecording});
this.btnMendGroup.Name = "btnMendGroup";
this.btnMendGroup.Size = new System.Drawing.Size(94, 28);
this.btnMendGroup.Text = "质量管理";
//
// btnMendOperate
//
this.btnMendOperate.Name = "btnMendOperate";
this.btnMendOperate.Size = new System.Drawing.Size(188, 28);
this.btnMendOperate.Text = "质量操作";
this.btnMendOperate.Click += new System.EventHandler(this.btnMendOperate_Click);
//
// tsmiPartReplace
//
this.tsmiPartReplace.Name = "tsmiPartReplace";
this.tsmiPartReplace.Size = new System.Drawing.Size(188, 28);
this.tsmiPartReplace.Text = "零件替换操作";
this.tsmiPartReplace.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// tsmiCheck
//
this.tsmiCheck.Name = "tsmiCheck";
this.tsmiCheck.Size = new System.Drawing.Size(188, 28);
this.tsmiCheck.Text = "抽检操作";
this.tsmiCheck.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// tsmiLabelRegeneration
//
this.tsmiLabelRegeneration.Name = "tsmiLabelRegeneration";
this.tsmiLabelRegeneration.Size = new System.Drawing.Size(188, 28);
this.tsmiLabelRegeneration.Text = "总成条码替换";
this.tsmiLabelRegeneration.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// tsmiDefectRecording
//
this.tsmiDefectRecording.Name = "tsmiDefectRecording";
this.tsmiDefectRecording.Size = new System.Drawing.Size(188, 28);
this.tsmiDefectRecording.Text = "缺陷录入";
this.tsmiDefectRecording.Click += new System.EventHandler(this.tsmiDefectRecording_Click);
//
// btnUserOut
//
this.btnUserOut.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.btnUserOut.Name = "btnUserOut";
this.btnUserOut.Size = new System.Drawing.Size(58, 28);
this.btnUserOut.Text = "注销";
this.btnUserOut.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// tsmiWarehouse
//
this.tsmiWarehouse.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiPutIn,
3 years ago
this.tsmiTakeOut,
this.TJtsmiPutIn,
this.TJtsmiTakeOut});
this.tsmiWarehouse.Name = "tsmiWarehouse";
this.tsmiWarehouse.Size = new System.Drawing.Size(112, 28);
this.tsmiWarehouse.Text = "出入库管理";
//
// tsmiPutIn
//
this.tsmiPutIn.Name = "tsmiPutIn";
this.tsmiPutIn.Size = new System.Drawing.Size(170, 28);
this.tsmiPutIn.Text = "入库管理";
this.tsmiPutIn.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
//
// tsmiTakeOut
//
this.tsmiTakeOut.Name = "tsmiTakeOut";
this.tsmiTakeOut.Size = new System.Drawing.Size(170, 28);
this.tsmiTakeOut.Text = "计划外出库";
this.tsmiTakeOut.Click += new System.EventHandler(this.tsmiTakeOut_Click);
3 years ago
//
// TJtsmiPutIn
//
this.TJtsmiPutIn.Name = "TJtsmiPutIn";
this.TJtsmiPutIn.Size = new System.Drawing.Size(170, 28);
this.TJtsmiPutIn.Text = "TJ入库管理";
this.TJtsmiPutIn.Click += new System.EventHandler(this.TJtsmiPutIn_Click);
//
// TJtsmiTakeOut
3 years ago
//
this.TJtsmiTakeOut.Name = "TJtsmiTakeOut";
this.TJtsmiTakeOut.Size = new System.Drawing.Size(170, 28);
this.TJtsmiTakeOut.Text = "TJ出库管理";
this.TJtsmiTakeOut.Click += new System.EventHandler(this.TJtsmiTakeOut_Click);
//
// tsiShipment
//
this.tsiShipment.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.FrmPlace,
this.TJFrmPlace});
this.tsiShipment.Name = "tsiShipment";
this.tsiShipment.Size = new System.Drawing.Size(94, 28);
this.tsiShipment.Text = "发货管理";
//
// FrmPlace
//
this.FrmPlace.Name = "FrmPlace";
this.FrmPlace.Size = new System.Drawing.Size(169, 28);
this.FrmPlace.Text = "仪表发运";
this.FrmPlace.Click += new System.EventHandler(this.FrmPlace_Click);
//
// TJFrmPlace
//
this.TJFrmPlace.Name = "TJFrmPlace";
this.TJFrmPlace.Size = new System.Drawing.Size(169, 28);
this.TJFrmPlace.Text = "TJ门板发运";
this.TJFrmPlace.Click += new System.EventHandler(this.TJFrmPlace_Click);
//
// tsmiQuery
//
this.tsmiQuery.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiProductInfo});
this.tsmiQuery.Name = "tsmiQuery";
this.tsmiQuery.Size = new System.Drawing.Size(94, 28);
this.tsmiQuery.Text = "信息查询";
//
// tsmiProductInfo
//
this.tsmiProductInfo.Name = "tsmiProductInfo";
this.tsmiProductInfo.Size = new System.Drawing.Size(188, 28);
this.tsmiProductInfo.Text = "产品状态查询";
this.tsmiProductInfo.Click += new System.EventHandler(this.tsmiProductInfo_Click);
//
// andonToolStripMenuItem
//
this.andonToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.AodonToolStripMenuItem});
this.andonToolStripMenuItem.Name = "andonToolStripMenuItem";
this.andonToolStripMenuItem.Size = new System.Drawing.Size(116, 28);
this.andonToolStripMenuItem.Text = "Andon呼叫";
//
// AodonToolStripMenuItem
//
this.AodonToolStripMenuItem.Name = "AodonToolStripMenuItem";
this.AodonToolStripMenuItem.Size = new System.Drawing.Size(152, 28);
this.AodonToolStripMenuItem.Text = "报警呼叫";
this.AodonToolStripMenuItem.Click += new System.EventHandler(this.AodonToolStripMenuItem_Click);
//
// tsmiSetting
//
this.tsmiSetting.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiSetStartUp,
this.tsmiUserManage});
this.tsmiSetting.Name = "tsmiSetting";
this.tsmiSetting.Size = new System.Drawing.Size(58, 28);
this.tsmiSetting.Text = "设置";
//
// tsmiSetStartUp
//
this.tsmiSetStartUp.Name = "tsmiSetStartUp";
this.tsmiSetStartUp.Size = new System.Drawing.Size(260, 28);
this.tsmiSetStartUp.Text = "设置当前界面为启动页";
this.tsmiSetStartUp.Click += new System.EventHandler(this.tsmiSetStartUp_Click);
//
// tsmiUserManage
//
this.tsmiUserManage.Name = "tsmiUserManage";
this.tsmiUserManage.Size = new System.Drawing.Size(260, 28);
this.tsmiUserManage.Text = "用户管理";
this.tsmiUserManage.Click += new System.EventHandler(this.tsmiUserManage_Click);
//
// statusStrip1
//
this.statusStrip1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.tslServerHost,
this.tsslblOPCStatus,
this.tsslblIps});
this.statusStrip1.Location = new System.Drawing.Point(0, 357);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1203, 30);
this.statusStrip1.TabIndex = 2;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(171, 25);
this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
//
// tslServerHost
//
this.tslServerHost.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
this.tslServerHost.Name = "tslServerHost";
this.tslServerHost.Padding = new System.Windows.Forms.Padding(0, 0, 15, 0);
this.tslServerHost.Size = new System.Drawing.Size(19, 25);
//
// tsslblOPCStatus
//
this.tsslblOPCStatus.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
this.tsslblOPCStatus.Name = "tsslblOPCStatus";
this.tsslblOPCStatus.Padding = new System.Windows.Forms.Padding(0, 0, 15, 0);
this.tsslblOPCStatus.Size = new System.Drawing.Size(99, 25);
this.tsslblOPCStatus.Text = "OPC服务:";
this.tsslblOPCStatus.Visible = false;
//
// tsslblIps
//
this.tsslblIps.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
this.tsslblIps.Name = "tsslblIps";
this.tsslblIps.Padding = new System.Windows.Forms.Padding(0, 0, 15, 0);
this.tsslblIps.Size = new System.Drawing.Size(92, 25);
this.tsslblIps.Text = "本机IP:";
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 5000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// bC316总成装配ToolStripMenuItem
//
this.bC316总成装配ToolStripMenuItem.Name = "bC316总成装配ToolStripMenuItem";
this.bC316总成装配ToolStripMenuItem.Size = new System.Drawing.Size(241, 28);
this.bC316总成装配ToolStripMenuItem.Text = "BC316总成装配";
this.bC316总成装配ToolStripMenuItem.Click += new System.EventHandler(this.bC316总成装配ToolStripMenuItem_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1203, 387);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "富维安道拓数字化工厂";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
this.Load += new System.EventHandler(this.MainForm_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem btnInjectGroup;
private System.Windows.Forms.ToolStripMenuItem btnInjectPut;
3 years ago
private System.Windows.Forms.ToolStripMenuItem btnInjectPutNEW;
private System.Windows.Forms.ToolStripMenuItem btnInjectPrintForm;
private System.Windows.Forms.ToolStripMenuItem btnSewingPrint;
private System.Windows.Forms.ToolStripMenuItem btnOperateGroup;
private System.Windows.Forms.ToolStripMenuItem btnOperateStation;
private System.Windows.Forms.ToolStripMenuItem btnMendGroup;
private System.Windows.Forms.ToolStripMenuItem btnMendOperate;
private System.Windows.Forms.ToolStripMenuItem btnUserOut;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripMenuItem PrintCodeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tsiShipment;
private System.Windows.Forms.ToolStripMenuItem FrmPlace;
private System.Windows.Forms.ToolStripMenuItem TJFrmPlace;
private System.Windows.Forms.ToolStripMenuItem andonToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem AodonToolStripMenuItem;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.ToolStripMenuItem tsmiSetting;
private System.Windows.Forms.ToolStripMenuItem tsmiSetStartUp;
private System.Windows.Forms.ToolStripMenuItem tsmiWarehouse;
private System.Windows.Forms.ToolStripMenuItem tsmiPutIn;
3 years ago
private System.Windows.Forms.ToolStripMenuItem TJtsmiPutIn;
private System.Windows.Forms.ToolStripStatusLabel tslServerHost;
private System.Windows.Forms.ToolStripMenuItem tsmiPrintPlanlabel;
private System.Windows.Forms.ToolStripMenuItem TJtsmiPrintPlanlabel;
private System.Windows.Forms.ToolStripMenuItem tsmiTakeOut;
3 years ago
private System.Windows.Forms.ToolStripMenuItem TJtsmiTakeOut;
private System.Windows.Forms.ToolStripMenuItem tsmiPartReplace;
private System.Windows.Forms.ToolStripMenuItem tsmiCheck;
private System.Windows.Forms.ToolStripMenuItem tsmiLabelRegeneration;
private System.Windows.Forms.ToolStripMenuItem tsmiQuery;
private System.Windows.Forms.ToolStripMenuItem tsmiProductInfo;
private System.Windows.Forms.ToolStripMenuItem 线ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem btnvVWSinglePrint;
3 years ago
private System.Windows.Forms.ToolStripMenuItem btnvVWSinglePrintNew;
private System.Windows.Forms.ToolStripMenuItem btnInjectPrint;
private System.Windows.Forms.ToolStripMenuItem tsmDPAssmblyItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tsmiFoamingFeed;
private System.Windows.Forms.ToolStripMenuItem btnSlushPut;
private System.Windows.Forms.ToolStripStatusLabel tsslblOPCStatus;
private System.Windows.Forms.ToolStripStatusLabel tsslblIps;
private System.Windows.Forms.ToolStripMenuItem tsmiUserManage;
private System.Windows.Forms.ToolStripMenuItem tsmiDefectRecording;
private System.Windows.Forms.ToolStripMenuItem bC316总成装配ToolStripMenuItem;
}
}