⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.designer.cs

📁 铁路电务信号设备维修记录系统 c#+acce
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace D_Equipment_Mis
{
    partial class main
    {
        /// <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(main));
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.基础数据维护ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.车间数据字典ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.工区数据字典ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.员工数据字典ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.设备数据字典ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.用户数据字典ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.端口设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.设备设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.信息钮设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.数据通信ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.采集数据ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.从备份文件恢复ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.数据查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.数据操作ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.数据备份ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.数据备份ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.系统ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.menuStrip1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.基础数据维护ToolStripMenuItem,
            this.设备设置ToolStripMenuItem,
            this.数据通信ToolStripMenuItem,
            this.数据查询ToolStripMenuItem,
            this.数据操作ToolStripMenuItem,
            this.系统ToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(1016, 24);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // 基础数据维护ToolStripMenuItem
            // 
            this.基础数据维护ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.车间数据字典ToolStripMenuItem,
            this.工区数据字典ToolStripMenuItem,
            this.员工数据字典ToolStripMenuItem,
            this.设备数据字典ToolStripMenuItem,
            this.用户数据字典ToolStripMenuItem,
            this.端口设置ToolStripMenuItem});
            this.基础数据维护ToolStripMenuItem.Name = "基础数据维护ToolStripMenuItem";
            this.基础数据维护ToolStripMenuItem.Size = new System.Drawing.Size(91, 20);
            this.基础数据维护ToolStripMenuItem.Text = "基础数据维护";
            // 
            // 车间数据字典ToolStripMenuItem
            // 
            this.车间数据字典ToolStripMenuItem.Name = "车间数据字典ToolStripMenuItem";
            this.车间数据字典ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.车间数据字典ToolStripMenuItem.Text = "车间数据字典";
            this.车间数据字典ToolStripMenuItem.Click += new System.EventHandler(this.车间数据字典ToolStripMenuItem_Click);
            // 
            // 工区数据字典ToolStripMenuItem
            // 
            this.工区数据字典ToolStripMenuItem.Name = "工区数据字典ToolStripMenuItem";
            this.工区数据字典ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.工区数据字典ToolStripMenuItem.Text = "工区数据字典";
            this.工区数据字典ToolStripMenuItem.Click += new System.EventHandler(this.工区数据字典ToolStripMenuItem_Click);
            // 
            // 员工数据字典ToolStripMenuItem
            // 
            this.员工数据字典ToolStripMenuItem.Name = "员工数据字典ToolStripMenuItem";
            this.员工数据字典ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.员工数据字典ToolStripMenuItem.Text = "员工数据字典";
            this.员工数据字典ToolStripMenuItem.Click += new System.EventHandler(this.员工数据字典ToolStripMenuItem_Click);
            // 
            // 设备数据字典ToolStripMenuItem
            // 
            this.设备数据字典ToolStripMenuItem.Name = "设备数据字典ToolStripMenuItem";
            this.设备数据字典ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.设备数据字典ToolStripMenuItem.Text = "设备数据字典";
            this.设备数据字典ToolStripMenuItem.Click += new System.EventHandler(this.设备数据字典ToolStripMenuItem_Click);
            // 
            // 用户数据字典ToolStripMenuItem
            // 
            this.用户数据字典ToolStripMenuItem.Name = "用户数据字典ToolStripMenuItem";
            this.用户数据字典ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.用户数据字典ToolStripMenuItem.Text = "用户数据字典";
            this.用户数据字典ToolStripMenuItem.Click += new System.EventHandler(this.用户数据字典ToolStripMenuItem_Click);
            // 
            // 端口设置ToolStripMenuItem
            // 
            this.端口设置ToolStripMenuItem.Name = "端口设置ToolStripMenuItem";
            this.端口设置ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.端口设置ToolStripMenuItem.Text = "端口设置";
            this.端口设置ToolStripMenuItem.Click += new System.EventHandler(this.端口设置ToolStripMenuItem_Click);
            // 
            // 设备设置ToolStripMenuItem
            // 
            this.设备设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.信息钮设置ToolStripMenuItem});
            this.设备设置ToolStripMenuItem.Name = "设备设置ToolStripMenuItem";
            this.设备设置ToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
            this.设备设置ToolStripMenuItem.Text = "设备设置";
            // 
            // 信息钮设置ToolStripMenuItem
            // 
            this.信息钮设置ToolStripMenuItem.Name = "信息钮设置ToolStripMenuItem";
            this.信息钮设置ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
            this.信息钮设置ToolStripMenuItem.Text = "信息钮设置";
            this.信息钮设置ToolStripMenuItem.Click += new System.EventHandler(this.信息钮设置ToolStripMenuItem_Click);
            // 
            // 数据通信ToolStripMenuItem
            // 
            this.数据通信ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.采集数据ToolStripMenuItem,
            this.从备份文件恢复ToolStripMenuItem});
            this.数据通信ToolStripMenuItem.Name = "数据通信ToolStripMenuItem";
            this.数据通信ToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
            this.数据通信ToolStripMenuItem.Text = "数据通信";
            // 
            // 采集数据ToolStripMenuItem
            // 
            this.采集数据ToolStripMenuItem.Name = "采集数据ToolStripMenuItem";
            this.采集数据ToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
            this.采集数据ToolStripMenuItem.Text = "采集数据";
            this.采集数据ToolStripMenuItem.Click += new System.EventHandler(this.采集数据ToolStripMenuItem_Click);
            // 
            // 从备份文件恢复ToolStripMenuItem
            // 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -