首页 > 其他分享 >2024.12.18(周三)

2024.12.18(周三)

时间:2024-12-25 10:20:26浏览次数:3  
标签:2024.12 ToolStripMenuItem Windows 18 System Forms 周三 new Size

namespace Database {
    partial class Manage {
        /// <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();
            this.systemMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.系统管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.order = new System.Windows.Forms.ToolStripMenuItem();
            this.信息检索ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.staff = new System.Windows.Forms.ToolStripMenuItem();
            this.customer = new System.Windows.Forms.ToolStripMenuItem();
            this.depot = new System.Windows.Forms.ToolStripMenuItem();
            this.supplier = new System.Windows.Forms.ToolStripMenuItem();
            this.出库登记CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.purchase = new System.Windows.Forms.ToolStripMenuItem();
            this.账目查询LToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.checkAccount = new System.Windows.Forms.ToolStripMenuItem();
            this.个人中心PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.changePaswd = new System.Windows.Forms.ToolStripMenuItem();
            this.exitLogIn = new System.Windows.Forms.ToolStripMenuItem();
            this.exitSys = new System.Windows.Forms.ToolStripMenuItem();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.statusUser = new System.Windows.Forms.ToolStripStatusLabel();
            this.menuStrip1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // systemMenu
            // 
            this.systemMenu.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.systemMenu.Name = "contextMenuStrip1";
            this.systemMenu.Size = new System.Drawing.Size(61, 4);
            // 
            // menuStrip1
            // 
            this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.系统管理ToolStripMenuItem,
            this.信息检索ToolStripMenuItem,
            this.出库登记CToolStripMenuItem,
            this.账目查询LToolStripMenuItem,
            this.个人中心PToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(1702, 29);
            this.menuStrip1.TabIndex = 2;
            this.menuStrip1.Text = "系统管理";
            // 
            // 系统管理ToolStripMenuItem
            // 
            this.系统管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.order});
            this.系统管理ToolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 9.5F);
            this.系统管理ToolStripMenuItem.Name = "系统管理ToolStripMenuItem";
            this.系统管理ToolStripMenuItem.Size = new System.Drawing.Size(114, 25);
            this.系统管理ToolStripMenuItem.Text = "销售管理(&M)";
            // 
            // order
            // 
            this.order.Name = "order";
            this.order.Size = new System.Drawing.Size(158, 26);
            this.order.Text = "填写订单";
            this.order.Click += new System.EventHandler(this.order_Click);
            // 
            // 信息检索ToolStripMenuItem
            // 
            this.信息检索ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.staff,
            this.customer,
            this.depot,
            this.supplier});
            this.信息检索ToolStripMenuItem.Name = "信息检索ToolStripMenuItem";
            this.信息检索ToolStripMenuItem.Size = new System.Drawing.Size(102, 25);
            this.信息检索ToolStripMenuItem.Text = "信息管理(&S)";
            // 
            // staff
            // 
            this.staff.Name = "staff";
            this.staff.Size = new System.Drawing.Size(218, 26);
            this.staff.Text = "员工信息管理(&S)";
            this.staff.Click += new System.EventHandler(this.staff_Click);
            // 
            // customer
            // 
            this.customer.Name = "customer";
            this.customer.Size = new System.Drawing.Size(218, 26);
            this.customer.Text = "客户信息管理(&C)";
            this.customer.Click += new System.EventHandler(this.customer_Click);
            // 
            // depot
            // 
            this.depot.Name = "depot";
            this.depot.Size = new System.Drawing.Size(218, 26);
            this.depot.Text = "仓库信息管理(&D)";
            this.depot.Click += new System.EventHandler(this.depot_Click);
            // 
            // supplier
            // 
            this.supplier.Name = "supplier";
            this.supplier.Size = new System.Drawing.Size(218, 26);
            this.supplier.Text = "供应商信息管理(&U)";
            this.supplier.Click += new System.EventHandler(this.supplier_Click);
            // 
            // 出库登记CToolStripMenuItem
            // 
            this.出库登记CToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.purchase});
            this.出库登记CToolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 9.5F);
            this.出库登记CToolStripMenuItem.Name = "出库登记CToolStripMenuItem";
            this.出库登记CToolStripMenuItem.Size = new System.Drawing.Size(109, 25);
            this.出库登记CToolStripMenuItem.Text = "入库查询(&C)";
            // 
            // purchase
            // 
            this.purchase.Name = "purchase";
            this.purchase.Size = new System.Drawing.Size(158, 26);
            this.purchase.Text = "进货管理";
            this.purchase.Click += new System.EventHandler(this.purchase_Click);
            // 
            // 账目查询LToolStripMenuItem
            // 
            this.账目查询LToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.checkAccount});
            this.账目查询LToolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 9.5F);
            this.账目查询LToolStripMenuItem.Name = "账目查询LToolStripMenuItem";
            this.账目查询LToolStripMenuItem.Size = new System.Drawing.Size(106, 25);
            this.账目查询LToolStripMenuItem.Text = "账目查询(&L)";
            // 
            // checkAccount
            // 
            this.checkAccount.Name = "checkAccount";
            this.checkAccount.Size = new System.Drawing.Size(158, 26);
            this.checkAccount.Text = "账目明细";
            this.checkAccount.Click += new System.EventHandler(this.checkAccount_Click);
            // 
            // 个人中心PToolStripMenuItem
            // 
            this.个人中心PToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.changePaswd,
            this.exitLogIn,
            this.exitSys});
            this.个人中心PToolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 9.5F);
            this.个人中心PToolStripMenuItem.Name = "个人中心PToolStripMenuItem";
            this.个人中心PToolStripMenuItem.Size = new System.Drawing.Size(108, 25);
            this.个人中心PToolStripMenuItem.Text = "个人中心(&P)";
            // 
            // changePaswd
            // 
            this.changePaswd.Name = "changePaswd";
            this.changePaswd.Size = new System.Drawing.Size(224, 26);
            this.changePaswd.Text = "修改密码(&C)";
            this.changePaswd.Click += new System.EventHandler(this.changePaswd_Click);
            // 
            // exitLogIn
            // 
            this.exitLogIn.Name = "exitLogIn";
            this.exitLogIn.Size = new System.Drawing.Size(224, 26);
            this.exitLogIn.Text = "退出登录(&E)";
            this.exitLogIn.Click += new System.EventHandler(this.exitLogIn_Click);
            // 
            // exitSys
            // 
            this.exitSys.Name = "exitSys";
            this.exitSys.Size = new System.Drawing.Size(224, 26);
            this.exitSys.Text = "退出系统(&S)";
            this.exitSys.Click += new System.EventHandler(this.exitSys_Click);
            // 
            // statusStrip1
            // 
            this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.statusUser});
            this.statusStrip1.Location = new System.Drawing.Point(0, 731);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(1702, 22);
            this.statusStrip1.TabIndex = 6;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // statusUser
            // 
            this.statusUser.Name = "statusUser";
            this.statusUser.Size = new System.Drawing.Size(0, 16);
            // 
            // Manage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.ClientSize = new System.Drawing.Size(1702, 753);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.menuStrip1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.IsMdiContainer = true;
            this.MaximizeBox = false;
            this.Name = "Manage";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "药品进销存管理系统";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Manage_FormClosing);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ContextMenuStrip systemMenu;
        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 系统管理ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 出库登记CToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 账目查询LToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 个人中心PToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem checkAccount;
        private System.Windows.Forms.ToolStripMenuItem changePaswd;
        private System.Windows.Forms.ToolStripMenuItem exitSys;
        private System.Windows.Forms.ToolStripMenuItem order;
        private System.Windows.Forms.ToolStripMenuItem exitLogIn;
        private System.Windows.Forms.ToolStripMenuItem 信息检索ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem staff;
        private System.Windows.Forms.ToolStripMenuItem customer;
        private System.Windows.Forms.ToolStripMenuItem supplier;
        private System.Windows.Forms.ToolStripMenuItem depot;
        private System.Windows.Forms.ToolStripMenuItem purchase;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.ToolStripStatusLabel statusUser;
    }
}

 

标签:2024.12,ToolStripMenuItem,Windows,18,System,Forms,周三,new,Size
From: https://www.cnblogs.com/Sunyiran/p/18629689

相关文章

  • 2024.12.20(周五)
    usingSystem;usingSystem.Data;usingSystem.Data.SqlClient;usingSystem.Windows.Forms;namespaceDatabase.Manipulation{/***数据库操作类,对数据库查询、更新、删除等操作*/classManipulation{/***查询函数,返回Sq......
  • Diary - 2024.12.24
    今天摆完了有点。待补:Solution-LuoguP11398众数Solution-LuoguP11401[Code+#8初赛]普勒亚Solution-Codeforces2041KTrophicBalanceSpeciesLuoguP11408[RMI2020]树咖/Arboras代码想想LuoguP11417[Sloi2024]D1T1精卫的线性(?),而且还有代码整理一......
  • 2024.12.24 LGJ Round
    A有\(n\)个人,血量为\(a_i\),\(m\)次攻击,每次随机选一个血量不为\(0\)的人使其血量减\(1\),问期望使多少人血量归零。\(n\le15,a_i,m\le200\)。设\(dp_{i,s}\)表示前\(i\)次攻击\(s\)集合里的人已经死了,此时的贡献。转移的话,枚举一个在此时全部死掉的一个人,再把这......
  • C#/.NET/.NET Core技术前沿周刊 | 第 18 期(2024年12.16-12.22)
    前言C#/.NET/.NETCore技术前沿周刊,你的每周技术指南针!记录、追踪C#/.NET/.NETCore领域、生态的每周最新、最实用、最有价值的技术文章、社区动态、优质项目和学习资源等。让你时刻站在技术前沿,助力技术成长与视野拓宽。欢迎投稿、推荐或自荐优质文章、项目、学习资源等。......
  • 题解 P9885【[Qingdao18A] Sequence and Sequence】
    具体数学还在发力!题目描述考虑下列两个序列\(P\)和\(Q\)。我们用\(P(i)\)表示序列\(P\)中的第\(i\)个元素,用\(Q(i)\)表示序列\(Q\)中的第\(i\)个元素:序列\(P\)是一个已排序的序列,其中,对于所有\(k\in\mathbb{Z^+}\),\(k\)在序列\(P\)中出现\((k+1)\)......
  • 2024.12.20北京记如游
    前言今天注定是一个,会拍很多照片,会走很多路,会很冷,但或许很有意义的一天。早是真的晚早上很晚才起来,具体的,7:50左右。我原计划7:20起床,然后给手机充电(因为昨晚睡觉很晚一直在颓)(埋下伏笔),可结果生物钟还是不敌席卷而来的困意。所以就只能让why拿充电宝了。lzh似乎很早就起来......
  • 阅读报告 Science385,1318-1321(2024).
    论文:WenxuanJia etal.,Squeezingthequantumnoiseofagravitational-wavedetectorbelowthestandardquantumlimit.Science385,1318-1321(2024).DOI:10.1126/science.ado8069引力波是时空的涟漪,让空间发生微弱的扭曲,它的强度极弱.在测量引力波的时候,任何一......
  • 国标GB28181设备管理软件LiteGBS安防录像机在实际应用中应如何升级?
    在安防监控领域,录像机的升级是一项至关重要的任务。它不仅能够提升系统的稳定性和性能,还能确保监控数据的准确性和安全性。在实际应用中,录像机的升级过程需要细致规划和严格操作,以确保升级过程的顺利进行和升级后的系统效能。那么用户在应用中,应该怎么升级录像机呢?方法一:本地升......
  • 国标GB28181设备管理软件LiteGBS设备接入知识:海康NVR如何配置联动报警上传?
    在现代安防监控领域,国标GB28181设备管理软件LiteGBS以其卓越的性能和灵活的配置选项,成为了实现高效监控管理的关键工具。设置报警主机的IP地址和端口号,当设备发生相应的报警事件时,系统自动发送报警信息至报警主机。前提条件有:已启用报警联动报警上传功能。已部署报警中心。......
  • 国标GB28181公网直播LiteGBS为了防止监控摄像头进水,应注意哪些方面呢?
    在国标GB28181公网直播领域,LiteGBS国标GB28181软件作为一项关键技术,其在安防监控中的应用日益广泛。特别是在户外监控环境中,防止监控摄像头进水是一个重要的考虑因素,因为这不仅关系到设备的安全和稳定性,还直接影响监控效果和数据的可靠性。在监控安装中,室外防水是必不可少的基础......