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

📄 frmmemorandumadd.designer.cs

📁 数据库课程设计
💻 CS
字号:
namespace UI
{
    partial class frmMemorandumAdd
    {
        /// <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(frmMemorandumAdd));
            this.label1 = new System.Windows.Forms.Label();
            this.txtMemorandumNum = new System.Windows.Forms.TextBox();
            this.libMemberandumTime = new System.Windows.Forms.Label();
            this.dtpMemberandumTime = new System.Windows.Forms.DateTimePicker();
            this.label2 = new System.Windows.Forms.Label();
            this.txtReaderID = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtMemorandumInformation = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
            this.btnAddMemorandum = new System.Windows.Forms.Button();
            this.btnMemorandumClose = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(57, 30);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(59, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "备忘编号:";
            // 
            // txtMemorandumNum
            // 
            this.txtMemorandumNum.Location = new System.Drawing.Point(115, 24);
            this.txtMemorandumNum.Name = "txtMemorandumNum";
            this.txtMemorandumNum.Size = new System.Drawing.Size(182, 21);
            this.txtMemorandumNum.TabIndex = 1;
            // 
            // libMemberandumTime
            // 
            this.libMemberandumTime.AutoSize = true;
            this.libMemberandumTime.Location = new System.Drawing.Point(57, 69);
            this.libMemberandumTime.Name = "libMemberandumTime";
            this.libMemberandumTime.Size = new System.Drawing.Size(59, 12);
            this.libMemberandumTime.TabIndex = 2;
            this.libMemberandumTime.Text = "备忘时间:";
            // 
            // dtpMemberandumTime
            // 
            this.dtpMemberandumTime.Location = new System.Drawing.Point(116, 65);
            this.dtpMemberandumTime.Name = "dtpMemberandumTime";
            this.dtpMemberandumTime.Size = new System.Drawing.Size(181, 21);
            this.dtpMemberandumTime.TabIndex = 3;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(57, 106);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(59, 12);
            this.label2.TabIndex = 5;
            this.label2.Text = "读者编号:";
            // 
            // txtReaderID
            // 
            this.txtReaderID.Location = new System.Drawing.Point(115, 103);
            this.txtReaderID.Name = "txtReaderID";
            this.txtReaderID.Size = new System.Drawing.Size(182, 21);
            this.txtReaderID.TabIndex = 6;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(139, 188);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 7;
            this.label3.Text = "备忘信息";
            // 
            // txtMemorandumInformation
            // 
            this.txtMemorandumInformation.Location = new System.Drawing.Point(47, 203);
            this.txtMemorandumInformation.Multiline = true;
            this.txtMemorandumInformation.Name = "txtMemorandumInformation";
            this.txtMemorandumInformation.Size = new System.Drawing.Size(261, 91);
            this.txtMemorandumInformation.TabIndex = 8;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(57, 142);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(59, 12);
            this.label4.TabIndex = 9;
            this.label4.Text = "提醒时间:";
            // 
            // dateTimePicker1
            // 
            this.dateTimePicker1.Location = new System.Drawing.Point(115, 138);
            this.dateTimePicker1.Name = "dateTimePicker1";
            this.dateTimePicker1.Size = new System.Drawing.Size(182, 21);
            this.dateTimePicker1.TabIndex = 10;
            // 
            // btnAddMemorandum
            // 
            this.btnAddMemorandum.Location = new System.Drawing.Point(50, 312);
            this.btnAddMemorandum.Name = "btnAddMemorandum";
            this.btnAddMemorandum.Size = new System.Drawing.Size(89, 36);
            this.btnAddMemorandum.TabIndex = 11;
            this.btnAddMemorandum.Text = "添加";
            this.btnAddMemorandum.UseVisualStyleBackColor = true;
            this.btnAddMemorandum.Click += new System.EventHandler(this.btnAddMemorandum_Click);
            // 
            // btnMemorandumClose
            // 
            this.btnMemorandumClose.Location = new System.Drawing.Point(208, 312);
            this.btnMemorandumClose.Name = "btnMemorandumClose";
            this.btnMemorandumClose.Size = new System.Drawing.Size(89, 36);
            this.btnMemorandumClose.TabIndex = 12;
            this.btnMemorandumClose.Text = "返回";
            this.btnMemorandumClose.UseVisualStyleBackColor = true;
            this.btnMemorandumClose.Click += new System.EventHandler(this.btnMemorandumClose_Click);
            // 
            // frmMemorandumAdd
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(357, 360);
            this.Controls.Add(this.btnMemorandumClose);
            this.Controls.Add(this.btnAddMemorandum);
            this.Controls.Add(this.dateTimePicker1);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.txtMemorandumInformation);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.txtReaderID);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.dtpMemberandumTime);
            this.Controls.Add(this.libMemberandumTime);
            this.Controls.Add(this.txtMemorandumNum);
            this.Controls.Add(this.label1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(365, 394);
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(365, 394);
            this.Name = "frmMemorandumAdd";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "添加备忘";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txtMemorandumNum;
        private System.Windows.Forms.Label libMemberandumTime;
        private System.Windows.Forms.DateTimePicker dtpMemberandumTime;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtReaderID;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox txtMemorandumInformation;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.DateTimePicker dateTimePicker1;
        private System.Windows.Forms.Button btnAddMemorandum;
        private System.Windows.Forms.Button btnMemorandumClose;
    }
}

⌨️ 快捷键说明

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