Files
37-BeiHangDaXue-BH-DAS/CCYQ_JieFang/MesWork.Designer.cs
2026-06-08 17:06:10 +08:00

182 lines
8.7 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
using System.Windows.Forms;
using global::Init;
namespace MesWork
{
partial class MesWorkForm : PlcLinkForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MesWorkForm));
this.panel_Page = new System.Windows.Forms.Panel();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel2 = new System.Windows.Forms.Panel();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_exit = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pLC监控ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aGV调试ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.button1 = new System.Windows.Forms.Button();
this.tableLayoutPanel1.SuspendLayout();
this.panel2.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// panel_Page
//
resources.ApplyResources(this.panel_Page, "panel_Page");
this.panel_Page.Name = "panel_Page";
//
// tableLayoutPanel1
//
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
this.tableLayoutPanel1.Controls.Add(this.panel_Page, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
//
// panel2
//
this.panel2.Controls.Add(this.button1);
this.panel2.Controls.Add(this.menuStrip1);
resources.ApplyResources(this.panel2, "panel2");
this.panel2.Name = "panel2";
//
// menuStrip1
//
resources.ApplyResources(this.menuStrip1, "menuStrip1");
this.menuStrip1.GripMargin = new System.Windows.Forms.Padding(2, 2, 0, 2);
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem,
this.ToolStripMenuItem,
this.ToolStripMenuItem,
this.aGV调试ToolStripMenuItem});
this.menuStrip1.Name = "menuStrip1";
//
// 文件ToolStripMenuItem
//
this.ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem1,
this.ToolStripMenuItem,
this.ToolStripMenuItem_exit});
this.ToolStripMenuItem.Name = "文件ToolStripMenuItem";
resources.ApplyResources(this.ToolStripMenuItem, "文件ToolStripMenuItem");
//
// 上下限设置ToolStripMenuItem1
//
this.ToolStripMenuItem1.Name = "上下限设置ToolStripMenuItem1";
resources.ApplyResources(this.ToolStripMenuItem1, "上下限设置ToolStripMenuItem1");
this.ToolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem1_Click);
//
// 系统日志ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "系统日志ToolStripMenuItem";
resources.ApplyResources(this.ToolStripMenuItem, "系统日志ToolStripMenuItem");
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// ToolStripMenuItem_exit
//
this.ToolStripMenuItem_exit.Name = "ToolStripMenuItem_exit";
resources.ApplyResources(this.ToolStripMenuItem_exit, "ToolStripMenuItem_exit");
this.ToolStripMenuItem_exit.Click += new System.EventHandler(this.ToolStripMenuItem_exit_Click);
//
// 监控ToolStripMenuItem
//
this.ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.pLC监控ToolStripMenuItem});
this.ToolStripMenuItem.Name = "监控ToolStripMenuItem";
resources.ApplyResources(this.ToolStripMenuItem, "监控ToolStripMenuItem");
//
// pLC监控ToolStripMenuItem
//
this.pLC监控ToolStripMenuItem.Name = "pLC监控ToolStripMenuItem";
resources.ApplyResources(this.pLC监控ToolStripMenuItem, "pLC监控ToolStripMenuItem");
this.pLC监控ToolStripMenuItem.Click += new System.EventHandler(this.pLC监控ToolStripMenuItem_Click);
//
// 查询ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "查询ToolStripMenuItem";
resources.ApplyResources(this.ToolStripMenuItem, "查询ToolStripMenuItem");
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// aGV调试ToolStripMenuItem
//
this.aGV调试ToolStripMenuItem.Name = "aGV调试ToolStripMenuItem";
resources.ApplyResources(this.aGV调试ToolStripMenuItem, "aGV调试ToolStripMenuItem");
this.aGV调试ToolStripMenuItem.Click += new System.EventHandler(this.aGV调试ToolStripMenuItem_Click);
//
// button1
//
resources.ApplyResources(this.button1, "button1");
this.button1.Name = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// MesWorkForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.tableLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MainMenuStrip = this.menuStrip1;
this.Name = "MesWorkForm";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MesWorkForm_FormClosing);
this.Load += new System.EventHandler(this.MesWorkForm_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Panel panel_Page;
private TableLayoutPanel tableLayoutPanel1;
private Panel panel2;
private MenuStrip menuStrip1;
private ToolStripMenuItem ToolStripMenuItem;
private ToolStripMenuItem ToolStripMenuItem_exit;
private ToolStripMenuItem ToolStripMenuItem;
private ToolStripMenuItem pLC监控ToolStripMenuItem;
private ToolStripMenuItem ToolStripMenuItem;
private ToolStripMenuItem ToolStripMenuItem1;
private ToolStripMenuItem ToolStripMenuItem;
private ToolStripMenuItem aGV调试ToolStripMenuItem;
private Button button1;
}
}