|
|
|
@ -35,17 +35,6 @@ namespace HighWayIot.Winform.MainForm
|
|
|
|
|
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();
|
|
|
|
@ -69,6 +58,17 @@ namespace HighWayIot.Winform.MainForm
|
|
|
|
|
this.StripLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.TimeStripLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.TimeDisplayTimer = new System.Windows.Forms.Timer(this.components);
|
|
|
|
|
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.MainMenu.SuspendLayout();
|
|
|
|
|
this.statusStrip1.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
@ -92,95 +92,11 @@ namespace HighWayIot.Winform.MainForm
|
|
|
|
|
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.Image = global::HighWayIot.Winform.Properties.Resources.生产排程;
|
|
|
|
|
this.ProductionSchedulingStripItem.Name = "ProductionSchedulingStripItem";
|
|
|
|
|
this.ProductionSchedulingStripItem.Size = new System.Drawing.Size(68, 22);
|
|
|
|
|
this.ProductionSchedulingStripItem.Size = new System.Drawing.Size(84, 22);
|
|
|
|
|
this.ProductionSchedulingStripItem.Text = "生产排程";
|
|
|
|
|
this.ProductionSchedulingStripItem.Click += new System.EventHandler(this.StripMenuItemClick);
|
|
|
|
|
//
|
|
|
|
@ -189,42 +105,48 @@ namespace HighWayIot.Winform.MainForm
|
|
|
|
|
this.MaterialMenuStripItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.MaterialConfigStripItem,
|
|
|
|
|
this.MaterialTypeConfigStripItem});
|
|
|
|
|
this.MaterialMenuStripItem.Image = global::HighWayIot.Winform.Properties.Resources.物料库存管控;
|
|
|
|
|
this.MaterialMenuStripItem.Name = "MaterialMenuStripItem";
|
|
|
|
|
this.MaterialMenuStripItem.Size = new System.Drawing.Size(80, 22);
|
|
|
|
|
this.MaterialMenuStripItem.Size = new System.Drawing.Size(96, 22);
|
|
|
|
|
this.MaterialMenuStripItem.Text = "原材料管理";
|
|
|
|
|
//
|
|
|
|
|
// MaterialConfigStripItem
|
|
|
|
|
//
|
|
|
|
|
this.MaterialConfigStripItem.Image = global::HighWayIot.Winform.Properties.Resources.物料管理;
|
|
|
|
|
this.MaterialConfigStripItem.Name = "MaterialConfigStripItem";
|
|
|
|
|
this.MaterialConfigStripItem.Size = new System.Drawing.Size(148, 22);
|
|
|
|
|
this.MaterialConfigStripItem.Size = new System.Drawing.Size(180, 22);
|
|
|
|
|
this.MaterialConfigStripItem.Text = "物料管理";
|
|
|
|
|
this.MaterialConfigStripItem.Click += new System.EventHandler(this.StripMenuItemClick);
|
|
|
|
|
//
|
|
|
|
|
// MaterialTypeConfigStripItem
|
|
|
|
|
//
|
|
|
|
|
this.MaterialTypeConfigStripItem.Image = global::HighWayIot.Winform.Properties.Resources.物料需求;
|
|
|
|
|
this.MaterialTypeConfigStripItem.Name = "MaterialTypeConfigStripItem";
|
|
|
|
|
this.MaterialTypeConfigStripItem.Size = new System.Drawing.Size(148, 22);
|
|
|
|
|
this.MaterialTypeConfigStripItem.Size = new System.Drawing.Size(180, 22);
|
|
|
|
|
this.MaterialTypeConfigStripItem.Text = "物料类型管理";
|
|
|
|
|
this.MaterialTypeConfigStripItem.Click += new System.EventHandler(this.StripMenuItemClick);
|
|
|
|
|
//
|
|
|
|
|
// RecipeConfigStripItem
|
|
|
|
|
//
|
|
|
|
|
this.RecipeConfigStripItem.Image = global::HighWayIot.Winform.Properties.Resources.业务_配方;
|
|
|
|
|
this.RecipeConfigStripItem.Name = "RecipeConfigStripItem";
|
|
|
|
|
this.RecipeConfigStripItem.Size = new System.Drawing.Size(68, 22);
|
|
|
|
|
this.RecipeConfigStripItem.Size = new System.Drawing.Size(84, 22);
|
|
|
|
|
this.RecipeConfigStripItem.Text = "配方管理";
|
|
|
|
|
this.RecipeConfigStripItem.Click += new System.EventHandler(this.StripMenuItemClick);
|
|
|
|
|
//
|
|
|
|
|
// EquipMaterialBindingStripItem
|
|
|
|
|
//
|
|
|
|
|
this.EquipMaterialBindingStripItem.Image = global::HighWayIot.Winform.Properties.Resources.绑定;
|
|
|
|
|
this.EquipMaterialBindingStripItem.Name = "EquipMaterialBindingStripItem";
|
|
|
|
|
this.EquipMaterialBindingStripItem.Size = new System.Drawing.Size(116, 22);
|
|
|
|
|
this.EquipMaterialBindingStripItem.Size = new System.Drawing.Size(132, 22);
|
|
|
|
|
this.EquipMaterialBindingStripItem.Text = "机台物料信息绑定";
|
|
|
|
|
this.EquipMaterialBindingStripItem.Click += new System.EventHandler(this.StripMenuItemClick);
|
|
|
|
|
//
|
|
|
|
|
// TestMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.TestMenuItem.Image = global::HighWayIot.Winform.Properties.Resources.PLC;
|
|
|
|
|
this.TestMenuItem.Name = "TestMenuItem";
|
|
|
|
|
this.TestMenuItem.Size = new System.Drawing.Size(89, 22);
|
|
|
|
|
this.TestMenuItem.Size = new System.Drawing.Size(105, 22);
|
|
|
|
|
this.TestMenuItem.Text = "PLC测试页面";
|
|
|
|
|
this.TestMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
|
|
|
|
|
//
|
|
|
|
@ -233,21 +155,24 @@ namespace HighWayIot.Winform.MainForm
|
|
|
|
|
this.DeviceDataManageToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.RFIDParamManageToolStripMenuItem,
|
|
|
|
|
this.DeviceParamManageToolStripMenuItem});
|
|
|
|
|
this.DeviceDataManageToolStripMenuItem.Image = global::HighWayIot.Winform.Properties.Resources.参数;
|
|
|
|
|
this.DeviceDataManageToolStripMenuItem.Name = "DeviceDataManageToolStripMenuItem";
|
|
|
|
|
this.DeviceDataManageToolStripMenuItem.Size = new System.Drawing.Size(68, 22);
|
|
|
|
|
this.DeviceDataManageToolStripMenuItem.Size = new System.Drawing.Size(84, 22);
|
|
|
|
|
this.DeviceDataManageToolStripMenuItem.Text = "参数管理";
|
|
|
|
|
//
|
|
|
|
|
// RFIDParamManageToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.RFIDParamManageToolStripMenuItem.Image = global::HighWayIot.Winform.Properties.Resources._165_RFID;
|
|
|
|
|
this.RFIDParamManageToolStripMenuItem.Name = "RFIDParamManageToolStripMenuItem";
|
|
|
|
|
this.RFIDParamManageToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
|
|
|
|
|
this.RFIDParamManageToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
|
|
|
this.RFIDParamManageToolStripMenuItem.Text = "RFID参数配置";
|
|
|
|
|
this.RFIDParamManageToolStripMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
|
|
|
|
|
//
|
|
|
|
|
// DeviceParamManageToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.DeviceParamManageToolStripMenuItem.Image = global::HighWayIot.Winform.Properties.Resources.设备;
|
|
|
|
|
this.DeviceParamManageToolStripMenuItem.Name = "DeviceParamManageToolStripMenuItem";
|
|
|
|
|
this.DeviceParamManageToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
|
|
|
|
|
this.DeviceParamManageToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
|
|
|
this.DeviceParamManageToolStripMenuItem.Text = "设备参数配置";
|
|
|
|
|
this.DeviceParamManageToolStripMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
|
|
|
|
|
//
|
|
|
|
@ -357,6 +282,102 @@ namespace HighWayIot.Winform.MainForm
|
|
|
|
|
this.TimeDisplayTimer.Interval = 1000;
|
|
|
|
|
this.TimeDisplayTimer.Tick += new System.EventHandler(this.TimeDisplayTimer_Tick);
|
|
|
|
|
//
|
|
|
|
|
// SysConfigStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SysConfigStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.UserStripMenuItem,
|
|
|
|
|
this.RoleStripMenuItem,
|
|
|
|
|
this.ShiftTimeConfigStripItem,
|
|
|
|
|
this.LogoutStripMenuItem,
|
|
|
|
|
this.SysQuitStripMenuItem});
|
|
|
|
|
this.SysConfigStripMenuItem.Image = global::HighWayIot.Winform.Properties.Resources.系统设置;
|
|
|
|
|
this.SysConfigStripMenuItem.Name = "SysConfigStripMenuItem";
|
|
|
|
|
this.SysConfigStripMenuItem.Size = new System.Drawing.Size(84, 22);
|
|
|
|
|
this.SysConfigStripMenuItem.Text = "系统设置";
|
|
|
|
|
//
|
|
|
|
|
// UserStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.UserStripMenuItem.Image = global::HighWayIot.Winform.Properties.Resources.用户;
|
|
|
|
|
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.Image = global::HighWayIot.Winform.Properties.Resources.权限;
|
|
|
|
|
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.Image = global::HighWayIot.Winform.Properties.Resources.时间;
|
|
|
|
|
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.Image = global::HighWayIot.Winform.Properties.Resources.注销;
|
|
|
|
|
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.Image = global::HighWayIot.Winform.Properties.Resources.退出;
|
|
|
|
|
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.Image = global::HighWayIot.Winform.Properties.Resources.日志管理;
|
|
|
|
|
this.LogManageStripMenuItem.Name = "LogManageStripMenuItem";
|
|
|
|
|
this.LogManageStripMenuItem.Size = new System.Drawing.Size(84, 22);
|
|
|
|
|
this.LogManageStripMenuItem.Text = "日志管理";
|
|
|
|
|
//
|
|
|
|
|
// DaliyReportStripItem
|
|
|
|
|
//
|
|
|
|
|
this.DaliyReportStripItem.Image = global::HighWayIot.Winform.Properties.Resources.报表数据;
|
|
|
|
|
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.Image = global::HighWayIot.Winform.Properties.Resources.操作日志;
|
|
|
|
|
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.Image = global::HighWayIot.Winform.Properties.Resources.报警日志;
|
|
|
|
|
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.Image = global::HighWayIot.Winform.Properties.Resources.监控;
|
|
|
|
|
this.MonitorMainPageStripMenuItem.Name = "MonitorMainPageStripMenuItem";
|
|
|
|
|
this.MonitorMainPageStripMenuItem.Size = new System.Drawing.Size(96, 22);
|
|
|
|
|
this.MonitorMainPageStripMenuItem.Text = "监控主页面";
|
|
|
|
|
this.MonitorMainPageStripMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
|
|
|
|
|
//
|
|
|
|
|
// BaseForm
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|