Click here to Skip to main content
15,881,413 members
Articles / Web Development / ASP.NET

Persian Calendar with Tray Icon

Rate me:
Please Sign up or sign in to vote.
3.71/5 (16 votes)
12 Mar 2012CPOL2 min read 69.7K   2.4K   27  
A Persian calendar that shows a tray icon
��namespace mytray

{

    partial class Form_Task

    {

        /// <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();

            System.Windows.Forms.Label subjectLabel;

            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();

            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();

            this.splitContainer1 = new System.Windows.Forms.SplitContainer();

            this.linkLabel_delete = new System.Windows.Forms.LinkLabel();

            this.linkLabel_save = new System.Windows.Forms.LinkLabel();

            this.label3 = new System.Windows.Forms.Label();

            this.subjectTextBox = new System.Windows.Forms.TextBox();

            this.tskbindings = new System.Windows.Forms.BindingSource(this.components);

            this.tasks_DataSet = new mytray.Tasks_DataSet();

            this.linkLabel_print = new System.Windows.Forms.LinkLabel();

            this.checkBox_notcomplete = new System.Windows.Forms.CheckBox();

            this.linkLabel_new = new System.Windows.Forms.LinkLabel();

            this.linkLabel_undo = new System.Windows.Forms.LinkLabel();

            this.txt_date = new System.Windows.Forms.TextBox();

            this.label2 = new System.Windows.Forms.Label();

            this.txt_Time = new System.Windows.Forms.MaskedTextBox();

            this.label1 = new System.Windows.Forms.Label();

            this.txt_Desc = new System.Windows.Forms.TextBox();

            this.dataGridView1 = new System.Windows.Forms.DataGridView();

            this.iDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();

            this.subjectDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();

            this.descDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();

            this.dateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();

            this.timeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();

            this.doneDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();

            this.btn_cancel = new System.Windows.Forms.Button();

            this.tasksTableAdapter = new mytray.Tasks_DataSetTableAdapters.TasksTableAdapter();

            subjectLabel = new System.Windows.Forms.Label();

            this.splitContainer1.Panel1.SuspendLayout();

            this.splitContainer1.Panel2.SuspendLayout();

            this.splitContainer1.SuspendLayout();

            ((System.ComponentModel.ISupportInitialize)(this.tskbindings)).BeginInit();

            ((System.ComponentModel.ISupportInitialize)(this.tasks_DataSet)).BeginInit();

            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();

            this.SuspendLayout();

            // 

            // subjectLabel

            // 

            subjectLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));

            subjectLabel.AutoSize = true;

            subjectLabel.Location = new System.Drawing.Point(484, 16);

            subjectLabel.Name = "subjectLabel";

            subjectLabel.Size = new System.Drawing.Size(34, 13);

            subjectLabel.TabIndex = 12;

            subjectLabel.Text = "9FH'F";

            // 

            // splitContainer1

            // 

            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;

            this.splitContainer1.Location = new System.Drawing.Point(0, 0);

            this.splitContainer1.Name = "splitContainer1";

            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;

            // 

            // splitContainer1.Panel1

            // 

            this.splitContainer1.Panel1.AutoScroll = true;

            this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.Highlight;

            this.splitContainer1.Panel1.Controls.Add(this.linkLabel_delete);

            this.splitContainer1.Panel1.Controls.Add(this.linkLabel_save);

            this.splitContainer1.Panel1.Controls.Add(this.label3);

            this.splitContainer1.Panel1.Controls.Add(subjectLabel);

            this.splitContainer1.Panel1.Controls.Add(this.subjectTextBox);

            this.splitContainer1.Panel1.Controls.Add(this.linkLabel_print);

            this.splitContainer1.Panel1.Controls.Add(this.checkBox_notcomplete);

            this.splitContainer1.Panel1.Controls.Add(this.linkLabel_new);

            this.splitContainer1.Panel1.Controls.Add(this.linkLabel_undo);

            this.splitContainer1.Panel1.Controls.Add(this.txt_date);

            this.splitContainer1.Panel1.Controls.Add(this.label2);

            this.splitContainer1.Panel1.Controls.Add(this.txt_Time);

            this.splitContainer1.Panel1.Controls.Add(this.label1);

            this.splitContainer1.Panel1.Controls.Add(this.txt_Desc);

            this.splitContainer1.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;

            // 

            // splitContainer1.Panel2

            // 

            this.splitContainer1.Panel2.Controls.Add(this.dataGridView1);

            this.splitContainer1.Panel2.Controls.Add(this.btn_cancel);

            this.splitContainer1.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;

            this.splitContainer1.Size = new System.Drawing.Size(543, 384);

            this.splitContainer1.SplitterDistance = 91;

            this.splitContainer1.TabIndex = 1;

            // 

            // linkLabel_delete

            // 

            this.linkLabel_delete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));

            this.linkLabel_delete.AutoSize = true;

            this.linkLabel_delete.Location = new System.Drawing.Point(386, 70);

            this.linkLabel_delete.Name = "linkLabel_delete";

            this.linkLabel_delete.Size = new System.Drawing.Size(28, 13);

            this.linkLabel_delete.TabIndex = 7;

            this.linkLabel_delete.TabStop = true;

            this.linkLabel_delete.Text = "-0A";

            this.linkLabel_delete.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_delete_LinkClicked);

            // 

            // linkLabel_save

            // 

            this.linkLabel_save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));

            this.linkLabel_save.AutoSize = true;

            this.linkLabel_save.Location = new System.Drawing.Point(145, 70);

            this.linkLabel_save.Name = "linkLabel_save";

            this.linkLabel_save.Size = new System.Drawing.Size(70, 13);

            this.linkLabel_save.TabIndex = 10;

            this.linkLabel_save.TabStop = true;

            this.linkLabel_save.Text = "0.�1G H (3*F";

            this.linkLabel_save.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_save_LinkClicked);

            // 

            // label3

            // 

            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));

            this.label3.AutoSize = true;

            this.label3.Location = new System.Drawing.Point(77, 16);

            this.label3.Name = "label3";

            this.label3.Size = new System.Drawing.Size(32, 13);

            this.label3.TabIndex = 3;

            this.label3.Text = "*'1�.";

            // 

            // subjectTextBox

            // 

            this.subjectTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));

            this.subjectTextBox.BackColor = System.Drawing.SystemColors.MenuHighlight;

            this.subjectTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tskbindings, "Subject", true));

            this.subjectTextBox.ForeColor = System.Drawing.SystemColors.Window;

            this.subjectTextBox.Location = new System.Drawing.Point(194, 9);

            this.subjectTextBox.Name = "subjectTextBox";

            this.subjectTextBox.Size = new System.Drawing.Size(271, 20);

            this.subjectTextBox.TabIndex = 2;

            // 

            // tskbindings

            // 

            this.tskbindings.DataMember = "Tasks";

            this.tskbindings.DataSource = this.tasks_DataSet;

            // 

            // tasks_DataSet

            // 

            this.tasks_DataSet.DataSetName = "Tasks_DataSet";

            this.tasks_DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;

            // 

            // linkLabel_print

            // 

            this.linkLabel_print.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));

            this.linkLabel_print.AutoSize = true;

            this.linkLabel_print.Location = new System.Drawing.Point(221, 70);

            this.linkLabel_print.Name = "linkLabel_print";

            this.linkLabel_print.Size = new System.Drawing.Size(26, 13);

            this.linkLabel_print.TabIndex = 9;

            this.linkLabel_print.TabStop = true;

            this.linkLabel_print.Text = "�'~";

            this.linkLabel_print.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_print_LinkClicked);

            // 

            // checkBox_notcomplete

            // 

            this.checkBox_notcomplete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));

            this.checkBox_notcomplete.AutoSize = true;

            this.checkBox_notcomplete.ForeColor = System.Drawing.SystemColors.WindowText;

            this.checkBox_notcomplete.Location = new System.Drawing.Point(-1, 70);

            this.checkBox_notcomplete.Name = "checkBox_notcomplete";

            this.checkBox_notcomplete.RightToLeft = System.Windows.Forms.RightToLeft.Yes;

            this.checkBox_notcomplete.Size = new System.Drawing.Size(137, 17);

            this.checkBox_notcomplete.TabIndex = 11;

            this.checkBox_notcomplete.Text = "AB7 �'1G'� 'F,'E F4/G";

            this.checkBox_notcomplete.UseVisualStyleBackColor = true;

            this.checkBox_notcomplete.CheckedChanged += new System.EventHandler(this.checkBox_notcomplete_CheckedChanged);

            // 

            // linkLabel_new

            // 

            this.linkLabel_new.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));

            this.linkLabel_new.AutoSize = true;

            this.linkLabel_new.Location = new System.Drawing.Point(422, 70);

            this.linkLabel_new.Name = "linkLabel_new";

            this.linkLabel_new.Size = new System.Drawing.Size(28, 13);

            this.linkLabel_new.TabIndex = 6;

            this.linkLabel_new.TabStop = true;

            this.linkLabel_new.Text = ",/�/";

            this.linkLabel_new.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_new_LinkClicked);

            // 

            // linkLabel_undo

            // 

            this.linkLabel_undo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));

            this.linkLabel_undo.AutoSize = true;

            this.linkLabel_undo.Location = new System.Drawing.Point(290, 70);

            this.linkLabel_undo.Name = "linkLabel_undo";

            this.linkLabel_undo.Size = new System.Drawing.Size(90, 13);

            this.linkLabel_undo.TabIndex = 8;

            this.linkLabel_undo.TabStop = true;

            this.linkLabel_undo.Text = "D:H *E'E� *:��1'*";

            this.linkLabel_undo.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_undo_LinkClicked);

            // 

            // txt_date

            // 

            this.txt_date.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));

            this.txt_date.BackColor = System.Drawing.SystemColors.MenuHighlight;

            this.txt_date.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tskbindings, "Date", true));

            this.txt_date.ForeColor = System.Drawing.SystemColors.Window;

            this.txt_date.Location = new System.Drawing.Point(-10, 9);

            this.txt_date.Name = "txt_date";

            this.txt_date.Size = new System.Drawing.Size(72, 20);

            this.txt_date.TabIndex = 5;

            // 

            // label2

            // 

            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));

            this.label2.AutoSize = true;

            this.label2.Location = new System.Drawing.Point(160, 16);

            this.label2.Name = "label2";

            this.label2.Size = new System.Drawing.Size(28, 13);

            this.label2.TabIndex = 3;

            this.label2.Text = "2E'F";

            // 

            // txt_Time

            // 

            this.txt_Time.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));

            this.txt_Time.BackColor = System.Drawing.SystemColors.MenuHighlight;

            this.txt_Time.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tskbindings, "Time", true));

            this.txt_Time.ForeColor = System.Drawing.SystemColors.Window;

            this.txt_Time.Location = new System.Drawing.Point(115, 9);

            this.txt_Time.Mask = "00:00";

            this.txt_Time.Name = "txt_Time";

            this.txt_Time.Size = new System.Drawing.Size(39, 20);

            this.txt_Time.TabIndex = 2;

            this.txt_Time.ValidatingType = typeof(System.DateTime);

            this.txt_Time.TypeValidationCompleted += new System.Windows.Forms.TypeValidationEventHandler(this.txt_Time_TypeValidationCompleted);

            // 

            // label1

            // 

            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));

            this.label1.AutoSize = true;

            this.label1.Location = new System.Drawing.Point(469, 41);

            this.label1.Name = "label1";

            this.label1.Size = new System.Drawing.Size(49, 13);

            this.label1.TabIndex = 1;

            this.label1.Text = "*H6�-'*";

            // 

            // txt_Desc

            // 

            this.txt_Desc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));

            this.txt_Desc.BackColor = System.Drawing.SystemColors.MenuHighlight;

            this.txt_Desc.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tskbindings, "Desc", true));

            this.txt_Desc.ForeColor = System.Drawing.SystemColors.Window;

            this.txt_Desc.Location = new System.Drawing.Point(-10, 35);

            this.txt_Desc.Multiline = true;

            this.txt_Desc.Name = "txt_Desc";

            this.txt_Desc.RightToLeft = System.Windows.Forms.RightToLeft.Yes;

            this.txt_Desc.Size = new System.Drawing.Size(475, 32);

            this.txt_Desc.TabIndex = 4;

            // 

            // dataGridView1

            // 

            this.dataGridView1.AllowUserToAddRows = false;

            this.dataGridView1.AllowUserToResizeColumns = false;

            this.dataGridView1.AllowUserToResizeRows = false;

            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));

            this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;

            this.dataGridView1.AutoGenerateColumns = false;

            this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Highlight;

            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;

            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {

            this.iDDataGridViewTextBoxColumn,

            this.subjectDataGridViewTextBoxColumn,

            this.descDataGridViewTextBoxColumn,

            this.dateDataGridViewTextBoxColumn,

            this.timeDataGridViewTextBoxColumn,

            this.doneDataGridViewCheckBoxColumn});

            this.dataGridView1.DataSource = this.tskbindings;

            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;

            this.dataGridView1.Location = new System.Drawing.Point(0, 0);

            this.dataGridView1.Name = "dataGridView1";

            this.dataGridView1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;

            this.dataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;

            this.dataGridView1.RowHeadersVisible = false;

            this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;

            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;

            this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle2;

            this.dataGridView1.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.SystemColors.HotTrack;

            this.dataGridView1.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.True;

            this.dataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;

            this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;

            this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;

            this.dataGridView1.Size = new System.Drawing.Size(543, 289);

            this.dataGridView1.TabIndex = 0;

            this.dataGridView1.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView1_DataBindingComplete);

            // 

            // iDDataGridViewTextBoxColumn

            // 

            this.iDDataGridViewTextBoxColumn.HeaderText = "4E'1G";

            this.iDDataGridViewTextBoxColumn.Name = "iDDataGridViewTextBoxColumn";

            this.iDDataGridViewTextBoxColumn.ReadOnly = true;

            this.iDDataGridViewTextBoxColumn.Width = 40;

            // 

            // subjectDataGridViewTextBoxColumn

            // 

            this.subjectDataGridViewTextBoxColumn.DataPropertyName = "Subject";

            this.subjectDataGridViewTextBoxColumn.HeaderText = "9FH'F";

            this.subjectDataGridViewTextBoxColumn.Name = "subjectDataGridViewTextBoxColumn";

            this.subjectDataGridViewTextBoxColumn.Width = 200;

            // 

            // descDataGridViewTextBoxColumn

            // 

            this.descDataGridViewTextBoxColumn.DataPropertyName = "Desc";

            this.descDataGridViewTextBoxColumn.HeaderText = "*H6�-'*";

            this.descDataGridViewTextBoxColumn.Name = "descDataGridViewTextBoxColumn";

            // 

            // dateDataGridViewTextBoxColumn

            // 

            this.dateDataGridViewTextBoxColumn.DataPropertyName = "Date";

            this.dateDataGridViewTextBoxColumn.HeaderText = "*'1�.";

            this.dateDataGridViewTextBoxColumn.Name = "dateDataGridViewTextBoxColumn";

            this.dateDataGridViewTextBoxColumn.Width = 80;

            // 

            // timeDataGridViewTextBoxColumn

            // 

            this.timeDataGridViewTextBoxColumn.DataPropertyName = "Time";

            this.timeDataGridViewTextBoxColumn.HeaderText = "3'9*";

            this.timeDataGridViewTextBoxColumn.Name = "timeDataGridViewTextBoxColumn";

            this.timeDataGridViewTextBoxColumn.Width = 50;

            // 

            // doneDataGridViewCheckBoxColumn

            // 

            this.doneDataGridViewCheckBoxColumn.DataPropertyName = "Done";

            this.doneDataGridViewCheckBoxColumn.HeaderText = "'F,'E 4/G";

            this.doneDataGridViewCheckBoxColumn.Name = "doneDataGridViewCheckBoxColumn";

            this.doneDataGridViewCheckBoxColumn.Width = 70;

            // 

            // btn_cancel

            // 

            this.btn_cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;

            this.btn_cancel.Location = new System.Drawing.Point(78, 144);

            this.btn_cancel.Name = "btn_cancel";

            this.btn_cancel.Size = new System.Drawing.Size(28, 29);

            this.btn_cancel.TabIndex = 1;

            this.btn_cancel.Text = "button1";

            this.btn_cancel.UseVisualStyleBackColor = true;

            this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);

            // 

            // tasksTableAdapter

            // 

            this.tasksTableAdapter.ClearBeforeFill = true;

            // 

            // Form_Task

            // 

            this.AcceptButton = this.linkLabel_save;

            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);

            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;

            this.CancelButton = this.btn_cancel;

            this.ClientSize = new System.Drawing.Size(543, 384);

            this.Controls.Add(this.splitContainer1);

            this.MaximizeBox = false;

            this.MinimizeBox = false;

            this.Name = "Form_Task";

            this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;

            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;

            this.Text = "Form_Task";

            this.Load += new System.EventHandler(this.Form_Task_Load);

            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_Task_FormClosing);

            this.splitContainer1.Panel1.ResumeLayout(false);

            this.splitContainer1.Panel1.PerformLayout();

            this.splitContainer1.Panel2.ResumeLayout(false);

            this.splitContainer1.ResumeLayout(false);

            ((System.ComponentModel.ISupportInitialize)(this.tskbindings)).EndInit();

            ((System.ComponentModel.ISupportInitialize)(this.tasks_DataSet)).EndInit();

            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();

            this.ResumeLayout(false);



        }



        #endregion



        private System.Windows.Forms.SplitContainer splitContainer1;

        private System.Windows.Forms.TextBox txt_Desc;

        private System.Windows.Forms.Label label1;

        private System.Windows.Forms.MaskedTextBox txt_Time;

        private System.Windows.Forms.Label label2;

        private System.Windows.Forms.TextBox txt_date;

        private System.Windows.Forms.LinkLabel linkLabel_undo;

        private System.Windows.Forms.LinkLabel linkLabel_new;

        private System.Windows.Forms.CheckBox checkBox_notcomplete;

        private System.Windows.Forms.LinkLabel linkLabel_print;

        private Tasks_DataSet tasks_DataSet;

        private System.Windows.Forms.BindingSource tskbindings;

        private mytray.Tasks_DataSetTableAdapters.TasksTableAdapter tasksTableAdapter;

        private System.Windows.Forms.DataGridView dataGridView1;

        private System.Windows.Forms.TextBox subjectTextBox;

        private System.Windows.Forms.Label label3;

        private System.Windows.Forms.LinkLabel linkLabel_save;

        private System.Windows.Forms.LinkLabel linkLabel_delete;

        private System.Windows.Forms.Button btn_cancel;

        private System.Windows.Forms.DataGridViewTextBoxColumn iDDataGridViewTextBoxColumn;

        private System.Windows.Forms.DataGridViewTextBoxColumn subjectDataGridViewTextBoxColumn;

        private System.Windows.Forms.DataGridViewTextBoxColumn descDataGridViewTextBoxColumn;

        private System.Windows.Forms.DataGridViewTextBoxColumn dateDataGridViewTextBoxColumn;

        private System.Windows.Forms.DataGridViewTextBoxColumn timeDataGridViewTextBoxColumn;

        private System.Windows.Forms.DataGridViewCheckBoxColumn doneDataGridViewCheckBoxColumn;

    }

}

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
Engineer neyshabur azad univeristy
Iran (Islamic Republic of) Iran (Islamic Republic of)
I had worked as programmer,project manager,web developer for more than 3 years, and have worked on programming personaly for more than 10 years.
I have worked in university as a teacher for 8 years.
my favorite langueges are : VC++,C#,ASP.NET,PHP

Comments and Discussions