Click here to Skip to main content
15,897,371 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 71.5K   2.4K   27  
A Persian calendar that shows a tray icon
��namespace mytray

{

    partial class Form_TaskPrint

    {

        /// <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.splitContainer1 = new System.Windows.Forms.SplitContainer();

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

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

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

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

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

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

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

            this.splitContainer1.Panel1.SuspendLayout();

            this.splitContainer1.Panel2.SuspendLayout();

            this.splitContainer1.SuspendLayout();

            this.SuspendLayout();

            // 

            // splitContainer1

            // 

            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.txt_date2);

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

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

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

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

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

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

            // 

            // splitContainer1.Panel2

            // 

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

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

            this.splitContainer1.Size = new System.Drawing.Size(540, 306);

            this.splitContainer1.SplitterDistance = 264;

            this.splitContainer1.TabIndex = 1;

            // 

            // txt_date2

            // 

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

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

            this.txt_date2.Location = new System.Drawing.Point(210, 12);

            this.txt_date2.Mask = "0000/00/00";

            this.txt_date2.Name = "txt_date2";

            this.txt_date2.RightToLeft = System.Windows.Forms.RightToLeft.No;

            this.txt_date2.Size = new System.Drawing.Size(100, 20);

            this.txt_date2.TabIndex = 15;

            this.txt_date2.Text = "13910101";

            // 

            // txt_date1

            // 

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

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

            this.txt_date1.Location = new System.Drawing.Point(364, 11);

            this.txt_date1.Mask = "0000/00/00";

            this.txt_date1.Name = "txt_date1";

            this.txt_date1.RightToLeft = System.Windows.Forms.RightToLeft.No;

            this.txt_date1.Size = new System.Drawing.Size(100, 20);

            this.txt_date1.TabIndex = 14;

            this.txt_date1.Text = "13900101";

            // 

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

            this.label2.Name = "label2";

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

            this.label2.TabIndex = 12;

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

            // 

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

            this.label3.Name = "label3";

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

            this.label3.TabIndex = 3;

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

            // 

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

            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;

            // 

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

            this.linkLabel_undo.Name = "linkLabel_undo";

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

            this.linkLabel_undo.TabIndex = 8;

            this.linkLabel_undo.TabStop = true;

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

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

            // 

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

            // 

            // Form_TaskPrint

            // 

            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(536, 55);

            this.Controls.Add(this.splitContainer1);

            this.MaximizeBox = false;

            this.MinimizeBox = false;

            this.Name = "Form_TaskPrint";

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

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

            this.Text = "�'~ �'1G'";

            this.splitContainer1.Panel1.ResumeLayout(false);

            this.splitContainer1.Panel1.PerformLayout();

            this.splitContainer1.Panel2.ResumeLayout(false);

            this.splitContainer1.ResumeLayout(false);

            this.ResumeLayout(false);



        }



        #endregion



        private System.Windows.Forms.SplitContainer splitContainer1;

        private System.Windows.Forms.LinkLabel linkLabel_undo;

        private System.Windows.Forms.CheckBox checkBox_notcomplete;

        private System.Windows.Forms.Label label3;

        private System.Windows.Forms.Button btn_cancel;

        private System.Windows.Forms.Label label2;

        private System.Windows.Forms.MaskedTextBox txt_date2;

        private System.Windows.Forms.MaskedTextBox txt_date1;

    }

}

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