1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

409 lines
22 KiB
C#


using System.Drawing;
using System.Windows.Forms;
namespace HighWayIot.Winform.MainForm
{
partial class BaseForm
{
/// <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(BaseForm));
this.MainMenu = new System.Windows.Forms.MenuStrip();
this.SysConfigStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.UserStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.RoleStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ShiftTimeConfigStripItem = new System.Windows.Forms.ToolStripMenuItem();
this.LogoutStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.SysQuitStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.LogManageStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.DaliyReportStripItem = new System.Windows.Forms.ToolStripMenuItem();
this.OperateLogStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.AlarmLogStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.MonitorMainPageStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ProductionSchedulingStripItem = new System.Windows.Forms.ToolStripMenuItem();
this.MaterialMenuStripItem = new System.Windows.Forms.ToolStripMenuItem();
this.MaterialConfigStripItem = new System.Windows.Forms.ToolStripMenuItem();
this.MaterialTypeConfigStripItem = new System.Windows.Forms.ToolStripMenuItem();
this.RecipeConfigStripItem = new System.Windows.Forms.ToolStripMenuItem();
this.EquipMaterialBindingStripItem = new System.Windows.Forms.ToolStripMenuItem();
this.TestMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.DeviceDataManageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.UserControlTabs = new System.Windows.Forms.TabControl();
this.ClosePageButton = new System.Windows.Forms.Button();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.HighWayLogo = new System.Windows.Forms.ToolStripStatusLabel();
this.SplitLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.StripLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.NowLoginUserName = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.StripLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
this.TimeStripLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.TimeDisplayTimer = new System.Windows.Forms.Timer(this.components);
this.DataRefreshTimer = new System.Windows.Forms.Timer(this.components);
this.RFIDParamManageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.DeviceParamManageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.MainMenu.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// MainMenu
//
this.MainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.SysConfigStripMenuItem,
this.LogManageStripMenuItem,
this.MonitorMainPageStripMenuItem,
this.ProductionSchedulingStripItem,
this.MaterialMenuStripItem,
this.RecipeConfigStripItem,
this.EquipMaterialBindingStripItem,
this.TestMenuItem,
this.DeviceDataManageToolStripMenuItem});
this.MainMenu.Location = new System.Drawing.Point(0, 0);
this.MainMenu.Name = "MainMenu";
this.MainMenu.Padding = new System.Windows.Forms.Padding(5, 1, 0, 1);
this.MainMenu.Size = new System.Drawing.Size(1904, 24);
this.MainMenu.TabIndex = 1;
this.MainMenu.Text = "menuStrip1";
//
// SysConfigStripMenuItem
//
this.SysConfigStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.UserStripMenuItem,
this.RoleStripMenuItem,
this.ShiftTimeConfigStripItem,
this.LogoutStripMenuItem,
this.SysQuitStripMenuItem});
this.SysConfigStripMenuItem.Name = "SysConfigStripMenuItem";
this.SysConfigStripMenuItem.Size = new System.Drawing.Size(68, 22);
this.SysConfigStripMenuItem.Text = "系统设置";
//
// UserStripMenuItem
//
this.UserStripMenuItem.Name = "UserStripMenuItem";
this.UserStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.UserStripMenuItem.Text = "用户管理";
this.UserStripMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
//
// RoleStripMenuItem
//
this.RoleStripMenuItem.Name = "RoleStripMenuItem";
this.RoleStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.RoleStripMenuItem.Text = "角色管理";
this.RoleStripMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
//
// ShiftTimeConfigStripItem
//
this.ShiftTimeConfigStripItem.Name = "ShiftTimeConfigStripItem";
this.ShiftTimeConfigStripItem.Size = new System.Drawing.Size(136, 22);
this.ShiftTimeConfigStripItem.Text = "班时间维护";
this.ShiftTimeConfigStripItem.Click += new System.EventHandler(this.StripMenuItemClick);
//
// LogoutStripMenuItem
//
this.LogoutStripMenuItem.Name = "LogoutStripMenuItem";
this.LogoutStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.LogoutStripMenuItem.Text = "注销";
this.LogoutStripMenuItem.Click += new System.EventHandler(this.LogoutStripMenuItem_Click);
//
// SysQuitStripMenuItem
//
this.SysQuitStripMenuItem.Name = "SysQuitStripMenuItem";
this.SysQuitStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.SysQuitStripMenuItem.Text = "退出系统";
this.SysQuitStripMenuItem.Click += new System.EventHandler(this.SysQuitStripMenuItem_Click);
//
// LogManageStripMenuItem
//
this.LogManageStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.DaliyReportStripItem,
this.OperateLogStripMenuItem,
this.AlarmLogStripMenuItem});
this.LogManageStripMenuItem.Name = "LogManageStripMenuItem";
this.LogManageStripMenuItem.Size = new System.Drawing.Size(68, 22);
this.LogManageStripMenuItem.Text = "日志管理";
//
// DaliyReportStripItem
//
this.DaliyReportStripItem.Name = "DaliyReportStripItem";
this.DaliyReportStripItem.Size = new System.Drawing.Size(124, 22);
this.DaliyReportStripItem.Text = "日报表";
this.DaliyReportStripItem.Click += new System.EventHandler(this.StripMenuItemClick);
//
// OperateLogStripMenuItem
//
this.OperateLogStripMenuItem.Name = "OperateLogStripMenuItem";
this.OperateLogStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.OperateLogStripMenuItem.Text = "操作日志";
this.OperateLogStripMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
//
// AlarmLogStripMenuItem
//
this.AlarmLogStripMenuItem.Name = "AlarmLogStripMenuItem";
this.AlarmLogStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.AlarmLogStripMenuItem.Text = "报警日志";
this.AlarmLogStripMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
//
// MonitorMainPageStripMenuItem
//
this.MonitorMainPageStripMenuItem.Name = "MonitorMainPageStripMenuItem";
this.MonitorMainPageStripMenuItem.Size = new System.Drawing.Size(80, 22);
this.MonitorMainPageStripMenuItem.Text = "监控主页面";
this.MonitorMainPageStripMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
//
// ProductionSchedulingStripItem
//
this.ProductionSchedulingStripItem.Name = "ProductionSchedulingStripItem";
this.ProductionSchedulingStripItem.Size = new System.Drawing.Size(68, 22);
this.ProductionSchedulingStripItem.Text = "生产排程";
this.ProductionSchedulingStripItem.Click += new System.EventHandler(this.StripMenuItemClick);
//
// MaterialMenuStripItem
//
this.MaterialMenuStripItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.MaterialConfigStripItem,
this.MaterialTypeConfigStripItem});
this.MaterialMenuStripItem.Name = "MaterialMenuStripItem";
this.MaterialMenuStripItem.Size = new System.Drawing.Size(80, 22);
this.MaterialMenuStripItem.Text = "原材料管理";
//
// MaterialConfigStripItem
//
this.MaterialConfigStripItem.Name = "MaterialConfigStripItem";
this.MaterialConfigStripItem.Size = new System.Drawing.Size(148, 22);
this.MaterialConfigStripItem.Text = "物料管理";
this.MaterialConfigStripItem.Click += new System.EventHandler(this.StripMenuItemClick);
//
// MaterialTypeConfigStripItem
//
this.MaterialTypeConfigStripItem.Name = "MaterialTypeConfigStripItem";
this.MaterialTypeConfigStripItem.Size = new System.Drawing.Size(148, 22);
this.MaterialTypeConfigStripItem.Text = "物料类型管理";
this.MaterialTypeConfigStripItem.Click += new System.EventHandler(this.StripMenuItemClick);
//
// RecipeConfigStripItem
//
this.RecipeConfigStripItem.Name = "RecipeConfigStripItem";
this.RecipeConfigStripItem.Size = new System.Drawing.Size(68, 22);
this.RecipeConfigStripItem.Text = "配方管理";
this.RecipeConfigStripItem.Click += new System.EventHandler(this.StripMenuItemClick);
//
// EquipMaterialBindingStripItem
//
this.EquipMaterialBindingStripItem.Name = "EquipMaterialBindingStripItem";
this.EquipMaterialBindingStripItem.Size = new System.Drawing.Size(116, 22);
this.EquipMaterialBindingStripItem.Text = "机台物料信息绑定";
this.EquipMaterialBindingStripItem.Click += new System.EventHandler(this.StripMenuItemClick);
//
// TestMenuItem
//
this.TestMenuItem.Name = "TestMenuItem";
this.TestMenuItem.Size = new System.Drawing.Size(89, 22);
this.TestMenuItem.Text = "PLC测试页面";
this.TestMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
//
// DeviceDataManageToolStripMenuItem
//
this.DeviceDataManageToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.RFIDParamManageToolStripMenuItem,
this.DeviceParamManageToolStripMenuItem});
this.DeviceDataManageToolStripMenuItem.Name = "DeviceDataManageToolStripMenuItem";
this.DeviceDataManageToolStripMenuItem.Size = new System.Drawing.Size(68, 22);
this.DeviceDataManageToolStripMenuItem.Text = "参数管理";
//
// UserControlTabs
//
this.UserControlTabs.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.UserControlTabs.Cursor = System.Windows.Forms.Cursors.Default;
this.UserControlTabs.Location = new System.Drawing.Point(0, 24);
this.UserControlTabs.Margin = new System.Windows.Forms.Padding(0);
this.UserControlTabs.Name = "UserControlTabs";
this.UserControlTabs.SelectedIndex = 0;
this.UserControlTabs.Size = new System.Drawing.Size(1905, 995);
this.UserControlTabs.TabIndex = 3;
//
// ClosePageButton
//
this.ClosePageButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.ClosePageButton.BackColor = System.Drawing.Color.Red;
this.ClosePageButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.ClosePageButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ClosePageButton.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.ClosePageButton.Location = new System.Drawing.Point(1884, 1);
this.ClosePageButton.Name = "ClosePageButton";
this.ClosePageButton.Size = new System.Drawing.Size(20, 20);
this.ClosePageButton.TabIndex = 4;
this.ClosePageButton.Text = "X";
this.ClosePageButton.UseVisualStyleBackColor = false;
this.ClosePageButton.Click += new System.EventHandler(this.CloseButton_Click);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.HighWayLogo,
this.SplitLabel1,
this.StripLabel1,
this.NowLoginUserName,
this.toolStripStatusLabel1,
this.StripLabel2,
this.TimeStripLabel});
this.statusStrip1.Location = new System.Drawing.Point(0, 1019);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1904, 22);
this.statusStrip1.TabIndex = 5;
this.statusStrip1.Text = "statusStrip1";
//
// HighWayLogo
//
this.HighWayLogo.Name = "HighWayLogo";
this.HighWayLogo.Size = new System.Drawing.Size(143, 17);
this.HighWayLogo.Text = "Design by HighWayIOT";
//
// SplitLabel1
//
this.SplitLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)));
this.SplitLabel1.Name = "SplitLabel1";
this.SplitLabel1.Size = new System.Drawing.Size(4, 17);
//
// StripLabel1
//
this.StripLabel1.Name = "StripLabel1";
this.StripLabel1.Size = new System.Drawing.Size(80, 17);
this.StripLabel1.Text = "当前登录人:";
//
// NowLoginUserName
//
this.NowLoginUserName.Name = "NowLoginUserName";
this.NowLoginUserName.Size = new System.Drawing.Size(31, 17);
this.NowLoginUserName.Text = "N/A";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)));
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(1532, 17);
this.toolStripStatusLabel1.Spring = true;
//
// StripLabel2
//
this.StripLabel2.Name = "StripLabel2";
this.StripLabel2.Size = new System.Drawing.Size(68, 17);
this.StripLabel2.Text = "当前时间:";
//
// TimeStripLabel
//
this.TimeStripLabel.Name = "TimeStripLabel";
this.TimeStripLabel.Size = new System.Drawing.Size(31, 17);
this.TimeStripLabel.Text = "N/A";
//
// TimeDisplayTimer
//
this.TimeDisplayTimer.Interval = 1000;
this.TimeDisplayTimer.Tick += new System.EventHandler(this.TimeDisplayTimer_Tick);
//
// DataRefreshTimer
//
this.DataRefreshTimer.Tick += new System.EventHandler(this.DataRefreshTimer_Tick);
//
// RFIDParamManageToolStripMenuItem
//
this.RFIDParamManageToolStripMenuItem.Name = "RFIDParamManageToolStripMenuItem";
this.RFIDParamManageToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.RFIDParamManageToolStripMenuItem.Text = "RFID参数配置";
this.RFIDParamManageToolStripMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
//
// DeviceParamManageToolStripMenuItem
//
this.DeviceParamManageToolStripMenuItem.Name = "DeviceParamManageToolStripMenuItem";
this.DeviceParamManageToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.DeviceParamManageToolStripMenuItem.Text = "设备参数配置";
this.RFIDParamManageToolStripMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
//
// BaseForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1904, 1041);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.ClosePageButton);
this.Controls.Add(this.UserControlTabs);
this.Controls.Add(this.MainMenu);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.MainMenu;
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "BaseForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "大连软控开炼机成型机数据管理系统";
this.MainMenu.ResumeLayout(false);
this.MainMenu.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MenuStrip MainMenu;
private ToolStripMenuItem SysConfigStripMenuItem;
private ToolStripMenuItem SysQuitStripMenuItem;
private ToolStripMenuItem LogoutStripMenuItem;
private ToolStripMenuItem RoleStripMenuItem;
private ToolStripMenuItem UserStripMenuItem;
private ToolStripMenuItem LogManageStripMenuItem;
private ToolStripMenuItem OperateLogStripMenuItem;
private ToolStripMenuItem AlarmLogStripMenuItem;
private ToolStripMenuItem MonitorMainPageStripMenuItem;
private TabControl UserControlTabs;
private Button ClosePageButton;
private StatusStrip statusStrip1;
private ToolStripStatusLabel HighWayLogo;
private ToolStripStatusLabel StripLabel1;
private ToolStripStatusLabel SplitLabel1;
private ToolStripStatusLabel NowLoginUserName;
private ToolStripStatusLabel toolStripStatusLabel1;
private ToolStripStatusLabel StripLabel2;
private ToolStripStatusLabel TimeStripLabel;
private Timer TimeDisplayTimer;
private ToolStripMenuItem TestMenuItem;
private ToolStripMenuItem ShiftTimeConfigStripItem;
private ToolStripMenuItem DaliyReportStripItem;
private ToolStripMenuItem ProductionSchedulingStripItem;
private ToolStripMenuItem MaterialMenuStripItem;
private ToolStripMenuItem RecipeConfigStripItem;
private ToolStripMenuItem EquipMaterialBindingStripItem;
private ToolStripMenuItem MaterialConfigStripItem;
private ToolStripMenuItem MaterialTypeConfigStripItem;
private ToolStripMenuItem DeviceDataManageToolStripMenuItem;
private Timer DataRefreshTimer;
private ToolStripMenuItem RFIDParamManageToolStripMenuItem;
private ToolStripMenuItem DeviceParamManageToolStripMenuItem;
}
}