Click here to Skip to main content
15,897,273 members
Articles / General Programming / File

How can I remind myself of everything in my life?

Rate me:
Please Sign up or sign in to vote.
4.69/5 (25 votes)
13 May 2011CPOL3 min read 44.8K   2.8K   43  
Don't forget to use Reminder v1.0 to remind everything.
namespace Reminder_v1._0
{
    partial class frmWarn
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWarn));
            this.richNote = new System.Windows.Forms.RichTextBox();
            this.SuspendLayout();
            // 
            // richNote
            // 
            this.richNote.BackColor = System.Drawing.Color.Maroon;
            this.richNote.ForeColor = System.Drawing.Color.Yellow;
            this.richNote.Location = new System.Drawing.Point(12, 12);
            this.richNote.Name = "richNote";
            this.richNote.Size = new System.Drawing.Size(265, 57);
            this.richNote.TabIndex = 0;
            this.richNote.Text = "";
            // 
            // frmWarn
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Maroon;
            this.ClientSize = new System.Drawing.Size(289, 81);
            this.Controls.Add(this.richNote);
            this.ForeColor = System.Drawing.Color.Black;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmWarn";
            this.Text = "Reminder Warning";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmWarn_FormClosed);
            this.Load += new System.EventHandler(this.frmWarn_Load);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.RichTextBox richNote;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
Turkey Turkey
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions