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

📄 f_wordpad.designer.cs

📁 C#编的、有源码、可以进行企业管理的很有意思!!
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 7;
            this.label4.Text = "主    题:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(9, 105);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(41, 12);
            this.label3.TabIndex = 6;
            this.label3.Text = "内容:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(10, 54);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 5;
            this.label2.Text = "记事类别:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(10, 27);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 4;
            this.label1.Text = "记事时间:";
            // 
            // WordPad_4
            // 
            this.WordPad_4.Location = new System.Drawing.Point(11, 123);
            this.WordPad_4.Multiline = true;
            this.WordPad_4.Name = "WordPad_4";
            this.WordPad_4.Size = new System.Drawing.Size(314, 132);
            this.WordPad_4.TabIndex = 3;
            // 
            // WordPad_3
            // 
            this.WordPad_3.Location = new System.Drawing.Point(77, 76);
            this.WordPad_3.Name = "WordPad_3";
            this.WordPad_3.Size = new System.Drawing.Size(248, 21);
            this.WordPad_3.TabIndex = 2;
            // 
            // WordPad_2
            // 
            this.WordPad_2.FormattingEnabled = true;
            this.WordPad_2.Location = new System.Drawing.Point(77, 49);
            this.WordPad_2.Name = "WordPad_2";
            this.WordPad_2.Size = new System.Drawing.Size(113, 20);
            this.WordPad_2.TabIndex = 1;
            // 
            // WordPad_1
            // 
            this.WordPad_1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.WordPad_1.Location = new System.Drawing.Point(77, 22);
            this.WordPad_1.Name = "WordPad_1";
            this.WordPad_1.Size = new System.Drawing.Size(113, 21);
            this.WordPad_1.TabIndex = 0;
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.Word_Save);
            this.groupBox4.Controls.Add(this.Word_Cancel);
            this.groupBox4.Controls.Add(this.Word_Delete);
            this.groupBox4.Controls.Add(this.Word_Amend);
            this.groupBox4.Controls.Add(this.Word_Add);
            this.groupBox4.Location = new System.Drawing.Point(214, 340);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(335, 50);
            this.groupBox4.TabIndex = 3;
            this.groupBox4.TabStop = false;
            // 
            // Word_Save
            // 
            this.Word_Save.Location = new System.Drawing.Point(260, 18);
            this.Word_Save.Name = "Word_Save";
            this.Word_Save.Size = new System.Drawing.Size(53, 23);
            this.Word_Save.TabIndex = 4;
            this.Word_Save.Text = "保存";
            this.Word_Save.UseVisualStyleBackColor = true;
            this.Word_Save.Click += new System.EventHandler(this.Word_Save_Click);
            // 
            // Word_Cancel
            // 
            this.Word_Cancel.Location = new System.Drawing.Point(201, 18);
            this.Word_Cancel.Name = "Word_Cancel";
            this.Word_Cancel.Size = new System.Drawing.Size(53, 23);
            this.Word_Cancel.TabIndex = 3;
            this.Word_Cancel.Text = "取消";
            this.Word_Cancel.UseVisualStyleBackColor = true;
            this.Word_Cancel.Click += new System.EventHandler(this.Word_Cancel_Click);
            // 
            // Word_Delete
            // 
            this.Word_Delete.Location = new System.Drawing.Point(142, 18);
            this.Word_Delete.Name = "Word_Delete";
            this.Word_Delete.Size = new System.Drawing.Size(53, 23);
            this.Word_Delete.TabIndex = 2;
            this.Word_Delete.Text = "删除";
            this.Word_Delete.UseVisualStyleBackColor = true;
            this.Word_Delete.Click += new System.EventHandler(this.Word_Delete_Click);
            // 
            // Word_Amend
            // 
            this.Word_Amend.Location = new System.Drawing.Point(83, 18);
            this.Word_Amend.Name = "Word_Amend";
            this.Word_Amend.Size = new System.Drawing.Size(53, 23);
            this.Word_Amend.TabIndex = 1;
            this.Word_Amend.Text = "修改";
            this.Word_Amend.UseVisualStyleBackColor = true;
            this.Word_Amend.Click += new System.EventHandler(this.button3_Click);
            // 
            // Word_Add
            // 
            this.Word_Add.Location = new System.Drawing.Point(24, 18);
            this.Word_Add.Name = "Word_Add";
            this.Word_Add.Size = new System.Drawing.Size(53, 23);
            this.Word_Add.TabIndex = 0;
            this.Word_Add.Text = "添加";
            this.Word_Add.UseVisualStyleBackColor = true;
            this.Word_Add.Click += new System.EventHandler(this.button2_Click);
            // 
            // F_WordPad
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(556, 402);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "F_WordPad";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "F_WordPad";
            this.Load += new System.EventHandler(this.F_WordPad_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.CheckBox checkBox2;
        private System.Windows.Forms.CheckBox checkBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.ComboBox comboBox1;
        private System.Windows.Forms.DateTimePicker dateTimePicker1;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.CheckBox checkBox3;
        private System.Windows.Forms.TextBox WordPad_4;
        private System.Windows.Forms.TextBox WordPad_3;
        private System.Windows.Forms.ComboBox WordPad_2;
        private System.Windows.Forms.DateTimePicker WordPad_1;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button Word_Save;
        private System.Windows.Forms.Button Word_Cancel;
        private System.Windows.Forms.Button Word_Delete;
        private System.Windows.Forms.Button Word_Amend;
        private System.Windows.Forms.Button Word_Add;
    }
}

⌨️ 快捷键说明

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