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

📄 frmmemorandum.designer.cs

📁 数据库课程设计
💻 CS
字号:
namespace UI
{
    partial class frmMemorandum
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMemorandum));
            this.topMemorandum = new System.Windows.Forms.ToolStrip();
            this.topStripBtnAdd = new System.Windows.Forms.ToolStripButton();
            this.topStripBtnUpdate = new System.Windows.Forms.ToolStripButton();
            this.topStripBtnDel = new System.Windows.Forms.ToolStripButton();
            this.topStripBtnClose = new System.Windows.Forms.ToolStripButton();
            this.datMemorandum = new System.Windows.Forms.DataGrid();
            this.topMemorandum.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.datMemorandum)).BeginInit();
            this.SuspendLayout();
            // 
            // topMemorandum
            // 
            this.topMemorandum.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.topStripBtnAdd,
            this.topStripBtnUpdate,
            this.topStripBtnDel,
            this.topStripBtnClose});
            this.topMemorandum.Location = new System.Drawing.Point(0, 0);
            this.topMemorandum.Name = "topMemorandum";
            this.topMemorandum.Size = new System.Drawing.Size(662, 25);
            this.topMemorandum.TabIndex = 0;
            this.topMemorandum.Text = "top";
            // 
            // topStripBtnAdd
            // 
            this.topStripBtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("topStripBtnAdd.Image")));
            this.topStripBtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.topStripBtnAdd.Name = "topStripBtnAdd";
            this.topStripBtnAdd.Size = new System.Drawing.Size(73, 22);
            this.topStripBtnAdd.Text = "添加备忘";
            this.topStripBtnAdd.Click += new System.EventHandler(this.topStripBtnAdd_Click);
            // 
            // topStripBtnUpdate
            // 
            this.topStripBtnUpdate.Image = ((System.Drawing.Image)(resources.GetObject("topStripBtnUpdate.Image")));
            this.topStripBtnUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.topStripBtnUpdate.Name = "topStripBtnUpdate";
            this.topStripBtnUpdate.Size = new System.Drawing.Size(73, 22);
            this.topStripBtnUpdate.Text = "修改备忘";
            this.topStripBtnUpdate.Click += new System.EventHandler(this.topStripBtnUpdate_Click);
            // 
            // topStripBtnDel
            // 
            this.topStripBtnDel.Image = ((System.Drawing.Image)(resources.GetObject("topStripBtnDel.Image")));
            this.topStripBtnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.topStripBtnDel.Name = "topStripBtnDel";
            this.topStripBtnDel.Size = new System.Drawing.Size(73, 22);
            this.topStripBtnDel.Text = "删除备忘";
            this.topStripBtnDel.Click += new System.EventHandler(this.topStripBtnDel_Click);
            // 
            // topStripBtnClose
            // 
            this.topStripBtnClose.Image = ((System.Drawing.Image)(resources.GetObject("topStripBtnClose.Image")));
            this.topStripBtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.topStripBtnClose.Name = "topStripBtnClose";
            this.topStripBtnClose.Size = new System.Drawing.Size(49, 22);
            this.topStripBtnClose.Text = "退出";
            this.topStripBtnClose.Click += new System.EventHandler(this.topStripBtnClose_Click);
            // 
            // datMemorandum
            // 
            this.datMemorandum.DataMember = "";
            this.datMemorandum.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.datMemorandum.Location = new System.Drawing.Point(22, 38);
            this.datMemorandum.Name = "datMemorandum";
            this.datMemorandum.Size = new System.Drawing.Size(628, 336);
            this.datMemorandum.TabIndex = 1;
            // 
            // frmMemorandum
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(662, 396);
            this.Controls.Add(this.datMemorandum);
            this.Controls.Add(this.topMemorandum);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MinimizeBox = false;
            this.Name = "frmMemorandum";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "备忘录";
            this.Load += new System.EventHandler(this.frmMemorandum_Load);
            this.topMemorandum.ResumeLayout(false);
            this.topMemorandum.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.datMemorandum)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip topMemorandum;
        private System.Windows.Forms.ToolStripButton topStripBtnAdd;
        private System.Windows.Forms.ToolStripButton topStripBtnUpdate;
        private System.Windows.Forms.ToolStripButton topStripBtnDel;
        private System.Windows.Forms.ToolStripButton topStripBtnClose;
        private System.Windows.Forms.DataGrid datMemorandum;
    }
}

⌨️ 快捷键说明

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