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

{

    partial class Form_Settings

    {

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

            this.numericUpDown_Trans = new System.Windows.Forms.NumericUpDown();

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

            this.trackBar_Trans = new System.Windows.Forms.TrackBar();

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

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

            this.comboBox_Ghamari = new System.Windows.Forms.ComboBox();

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

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

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

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

            this.SuspendLayout();

            // 

            // label1

            // 

            this.label1.AutoSize = true;

            this.label1.Location = new System.Drawing.Point(262, 80);

            this.label1.Name = "label1";

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

            this.label1.TabIndex = 2;

            this.label1.Text = "4A'AJ*";

            // 

            // numericUpDown_Trans

            // 

            this.numericUpDown_Trans.Location = new System.Drawing.Point(13, 78);

            this.numericUpDown_Trans.Name = "numericUpDown_Trans";

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

            this.numericUpDown_Trans.Size = new System.Drawing.Size(38, 20);

            this.numericUpDown_Trans.TabIndex = 3;

            this.numericUpDown_Trans.ValueChanged += new System.EventHandler(this.numericUpDown_Trans_ValueChanged);

            // 

            // checkBox_StartUp

            // 

            this.checkBox_StartUp.AutoSize = true;

            this.checkBox_StartUp.Checked = true;

            this.checkBox_StartUp.CheckState = System.Windows.Forms.CheckState.Checked;

            this.checkBox_StartUp.Location = new System.Drawing.Point(138, 12);

            this.checkBox_StartUp.Name = "checkBox_StartUp";

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

            this.checkBox_StartUp.Size = new System.Drawing.Size(143, 17);

            this.checkBox_StartUp.TabIndex = 0;

            this.checkBox_StartUp.Text = "/1 41H9 HJF/H2 ',1' 4H/";

            this.checkBox_StartUp.UseVisualStyleBackColor = true;

            this.checkBox_StartUp.CheckedChanged += new System.EventHandler(this.checkBox_StartUp_CheckedChanged);

            // 

            // trackBar_Trans

            // 

            this.trackBar_Trans.AutoSize = false;

            this.trackBar_Trans.LargeChange = 3;

            this.trackBar_Trans.Location = new System.Drawing.Point(68, 69);

            this.trackBar_Trans.Name = "trackBar_Trans";

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

            this.trackBar_Trans.Size = new System.Drawing.Size(188, 29);

            this.trackBar_Trans.TabIndex = 1;

            this.trackBar_Trans.TickStyle = System.Windows.Forms.TickStyle.TopLeft;

            this.trackBar_Trans.ValueChanged += new System.EventHandler(this.trackBar_Trans_ValueChanged);

            this.trackBar_Trans.Scroll += new System.EventHandler(this.trackBar_Trans_Scroll);

            // 

            // buttonOk

            // 

            this.buttonOk.FlatStyle = System.Windows.Forms.FlatStyle.Popup;

            this.buttonOk.Location = new System.Drawing.Point(102, 149);

            this.buttonOk.Name = "buttonOk";

            this.buttonOk.Size = new System.Drawing.Size(52, 23);

            this.buttonOk.TabIndex = 4;

            this.buttonOk.Text = "*'JJ/";

            this.buttonOk.UseVisualStyleBackColor = false;

            this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);

            // 

            // buttonCancel

            // 

            this.buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;

            this.buttonCancel.Location = new System.Drawing.Point(204, 149);

            this.buttonCancel.Name = "buttonCancel";

            this.buttonCancel.Size = new System.Drawing.Size(52, 23);

            this.buttonCancel.TabIndex = 6;

            this.buttonCancel.Text = "D:H";

            this.buttonCancel.UseVisualStyleBackColor = true;

            this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);

            // 

            // comboBox_Ghamari

            // 

            this.comboBox_Ghamari.FormattingEnabled = true;

            this.comboBox_Ghamari.Location = new System.Drawing.Point(77, 109);

            this.comboBox_Ghamari.Name = "comboBox_Ghamari";

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

            this.comboBox_Ghamari.Size = new System.Drawing.Size(163, 21);

            this.comboBox_Ghamari.TabIndex = 7;

            // 

            // label2

            // 

            this.label2.AutoSize = true;

            this.label2.Location = new System.Drawing.Point(246, 112);

            this.label2.Name = "label2";

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

            this.label2.TabIndex = 8;

            this.label2.Text = "*'1J. BE1J";

            // 

            // checkBox_showtasks

            // 

            this.checkBox_showtasks.AutoSize = true;

            this.checkBox_showtasks.Checked = true;

            this.checkBox_showtasks.CheckState = System.Windows.Forms.CheckState.Checked;

            this.checkBox_showtasks.Location = new System.Drawing.Point(34, 46);

            this.checkBox_showtasks.Name = "checkBox_showtasks";

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

            this.checkBox_showtasks.Size = new System.Drawing.Size(247, 17);

            this.checkBox_showtasks.TabIndex = 9;

            this.checkBox_showtasks.Text = "1H2 G'� /'1'� �'1 1H2'FG /1 *BH�E E4.5 4HF/";

            this.checkBox_showtasks.UseVisualStyleBackColor = true;

            // 

            // Form_Settings

            // 

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

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

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

            this.ClientSize = new System.Drawing.Size(315, 192);

            this.Controls.Add(this.checkBox_showtasks);

            this.Controls.Add(this.label2);

            this.Controls.Add(this.comboBox_Ghamari);

            this.Controls.Add(this.buttonCancel);

            this.Controls.Add(this.buttonOk);

            this.Controls.Add(this.numericUpDown_Trans);

            this.Controls.Add(this.label1);

            this.Controls.Add(this.trackBar_Trans);

            this.Controls.Add(this.checkBox_StartUp);

            this.MaximizeBox = false;

            this.MinimizeBox = false;

            this.Name = "Form_Settings";

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

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

            this.Text = "*F8JE'*";

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

            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_Settings_FormClosed);

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

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

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

            this.ResumeLayout(false);

            this.PerformLayout();



        }



        #endregion



        private System.Windows.Forms.CheckBox checkBox_StartUp;

        private System.Windows.Forms.TrackBar trackBar_Trans;

        private System.Windows.Forms.Label label1;

        private System.Windows.Forms.NumericUpDown numericUpDown_Trans;

        private System.Windows.Forms.Button buttonOk;

        private System.Windows.Forms.Button buttonCancel;

        private System.Windows.Forms.ComboBox comboBox_Ghamari;

        private System.Windows.Forms.Label label2;

        private System.Windows.Forms.CheckBox checkBox_showtasks;

    }

}

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