forked from wenjy/HighWayIot
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.
174 lines
8.2 KiB
C#
174 lines
8.2 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.MainMenu = new System.Windows.Forms.MenuStrip();
|
|
this.SysConfigStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.RoleStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.UserStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.SysQuitStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.LogoutStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.LogManageStripMenuItem = 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.UserControlTabs = new System.Windows.Forms.TabControl();
|
|
this.MainMenu.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// MainMenu
|
|
//
|
|
this.MainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.SysConfigStripMenuItem,
|
|
this.LogManageStripMenuItem,
|
|
this.MonitorMainPageStripMenuItem});
|
|
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(1077, 24);
|
|
this.MainMenu.TabIndex = 1;
|
|
this.MainMenu.Text = "menuStrip1";
|
|
//
|
|
// SysConfigStripMenuItem
|
|
//
|
|
this.SysConfigStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.RoleStripMenuItem,
|
|
this.UserStripMenuItem,
|
|
this.SysQuitStripMenuItem,
|
|
this.LogoutStripMenuItem});
|
|
this.SysConfigStripMenuItem.Name = "SysConfigStripMenuItem";
|
|
this.SysConfigStripMenuItem.Size = new System.Drawing.Size(68, 22);
|
|
this.SysConfigStripMenuItem.Text = "系统设置";
|
|
//
|
|
// RoleStripMenuItem
|
|
//
|
|
this.RoleStripMenuItem.Name = "RoleStripMenuItem";
|
|
this.RoleStripMenuItem.Size = new System.Drawing.Size(124, 22);
|
|
this.RoleStripMenuItem.Text = "角色管理";
|
|
this.RoleStripMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
|
|
//
|
|
// UserStripMenuItem
|
|
//
|
|
this.UserStripMenuItem.Name = "UserStripMenuItem";
|
|
this.UserStripMenuItem.Size = new System.Drawing.Size(124, 22);
|
|
this.UserStripMenuItem.Text = "用户管理";
|
|
this.UserStripMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
|
|
//
|
|
// SysQuitStripMenuItem
|
|
//
|
|
this.SysQuitStripMenuItem.Name = "SysQuitStripMenuItem";
|
|
this.SysQuitStripMenuItem.Size = new System.Drawing.Size(124, 22);
|
|
this.SysQuitStripMenuItem.Text = "退出系统";
|
|
this.SysQuitStripMenuItem.Click += new System.EventHandler(this.SysQuitStripMenuItem_Click);
|
|
//
|
|
// LogoutStripMenuItem
|
|
//
|
|
this.LogoutStripMenuItem.Name = "LogoutStripMenuItem";
|
|
this.LogoutStripMenuItem.Size = new System.Drawing.Size(124, 22);
|
|
this.LogoutStripMenuItem.Text = "注销";
|
|
this.LogoutStripMenuItem.Click += new System.EventHandler(this.LogoutStripMenuItem_Click);
|
|
//
|
|
// LogManageStripMenuItem
|
|
//
|
|
this.LogManageStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.OperateLogStripMenuItem,
|
|
this.AlarmLogStripMenuItem});
|
|
this.LogManageStripMenuItem.Name = "LogManageStripMenuItem";
|
|
this.LogManageStripMenuItem.Size = new System.Drawing.Size(68, 22);
|
|
this.LogManageStripMenuItem.Text = "日志管理";
|
|
//
|
|
// 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);
|
|
//
|
|
// 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.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(1078, 575);
|
|
this.UserControlTabs.TabIndex = 3;
|
|
//
|
|
// BaseForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1077, 599);
|
|
this.Controls.Add(this.UserControlTabs);
|
|
this.Controls.Add(this.MainMenu);
|
|
this.MainMenuStrip = this.MainMenu;
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.Name = "BaseForm";
|
|
this.Text = "大连软控开炼机成型机数据管理系统";
|
|
this.MainMenu.ResumeLayout(false);
|
|
this.MainMenu.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;
|
|
}
|
|
} |