Click here to Skip to main content
15,880,608 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_Calendar

    {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            this.menuStrip1 = new System.Windows.Forms.MenuStrip();

            this.(1H(GToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();

            this.ToolStripMenuItem_today = new System.Windows.Forms.ToolStripMenuItem();

            this.ToolStripMenuItem_nextYear = new System.Windows.Forms.ToolStripMenuItem();

            this.ToolStripMenuItem_PervYear = new System.Windows.Forms.ToolStripMenuItem();

            this.timer1 = new System.Windows.Forms.Timer(this.components);

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

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

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

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

            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);

            this.txtDate = new System.Windows.Forms.ToolStripTextBox();

            this.ToolStripMenuItem_Goto = new System.Windows.Forms.ToolStripMenuItem();

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

            this.menuStrip1.SuspendLayout();

            this.contextMenuStrip1.SuspendLayout();

            this.SuspendLayout();

            // 

            // dataGridView1

            // 

            this.dataGridView1.AllowUserToAddRows = false;

            this.dataGridView1.AllowUserToDeleteRows = false;

            this.dataGridView1.AllowUserToResizeColumns = false;

            this.dataGridView1.AllowUserToResizeRows = false;

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

            dataGridViewCellStyle1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));

            this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;

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

            this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;

            this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;

            this.dataGridView1.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;

            this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;

            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;

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

            dataGridViewCellStyle2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));

            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;

            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Control;

            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlDark;

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

            this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;

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

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

            this.Column1,

            this.cl2,

            this.Column2,

            this.Column3,

            this.Column4,

            this.Column5,

            this.Column6});

            this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;

            dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;

            dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window;

            dataGridViewCellStyle10.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));

            dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText;

            dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;

            dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;

            dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;

            this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle10;

            this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;

            this.dataGridView1.EnableHeadersVisualStyles = false;

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

            this.dataGridView1.MultiSelect = false;

            this.dataGridView1.Name = "dataGridView1";

            this.dataGridView1.ReadOnly = true;

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

            dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;

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

            dataGridViewCellStyle11.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

            dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;

            dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Control;

            dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;

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

            this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle11;

            this.dataGridView1.RowHeadersVisible = false;

            this.dataGridView1.RowHeadersWidth = 5;

            dataGridViewCellStyle12.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

            dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;

            dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.ControlText;

            this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle12;

            this.dataGridView1.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.SystemColors.Highlight;

            this.dataGridView1.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

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

            this.dataGridView1.Size = new System.Drawing.Size(247, 154);

            this.dataGridView1.TabIndex = 0;

            this.dataGridView1.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentDoubleClick);

            this.dataGridView1.MouseLeave += new System.EventHandler(this.Form_Calendar_MouseLeave);

            this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);

            this.dataGridView1.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);

            this.dataGridView1.MouseEnter += new System.EventHandler(this.Form_Calendar_MouseEnter);

            this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);

            // 

            // Column1

            // 

            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;

            this.Column1.DefaultCellStyle = dataGridViewCellStyle3;

            this.Column1.FillWeight = 71.11111F;

            this.Column1.HeaderText = ",E9G";

            this.Column1.Name = "Column1";

            this.Column1.ReadOnly = true;

            this.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.False;

            this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;

            this.Column1.ToolTipText = ",E9G";

            this.Column1.Width = 35;

            // 

            // cl2

            // 

            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;

            this.cl2.DefaultCellStyle = dataGridViewCellStyle4;

            this.cl2.FillWeight = 93.40795F;

            this.cl2.HeaderText = "...~F,";

            this.cl2.Name = "cl2";

            this.cl2.ReadOnly = true;

            this.cl2.Resizable = System.Windows.Forms.DataGridViewTriState.True;

            this.cl2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;

            this.cl2.ToolTipText = "~F, 4F(G";

            this.cl2.Width = 35;

            // 

            // Column2

            // 

            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;

            this.Column2.DefaultCellStyle = dataGridViewCellStyle5;

            this.Column2.FillWeight = 95.37323F;

            this.Column2.HeaderText = ".�G'1";

            this.Column2.Name = "Column2";

            this.Column2.ReadOnly = true;

            this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;

            this.Column2.ToolTipText = "�G'1 4F(G";

            this.Column2.Width = 35;

            // 

            // Column3

            // 

            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;

            this.Column3.DefaultCellStyle = dataGridViewCellStyle6;

            this.Column3.FillWeight = 97.03825F;

            this.Column3.HeaderText = "...3G";

            this.Column3.Name = "Column3";

            this.Column3.ReadOnly = true;

            this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;

            this.Column3.ToolTipText = "3G 4F(G";

            this.Column3.Width = 35;

            // 

            // Column4

            // 

            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;

            this.Column4.DefaultCellStyle = dataGridViewCellStyle7;

            this.Column4.FillWeight = 89.49899F;

            this.Column4.HeaderText = ".../H";

            this.Column4.Name = "Column4";

            this.Column4.ReadOnly = true;

            this.Column4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;

            this.Column4.ToolTipText = "/H4F(G";

            this.Column4.Width = 35;

            // 

            // Column5

            // 

            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;

            this.Column5.DefaultCellStyle = dataGridViewCellStyle8;

            this.Column5.FillWeight = 101.0114F;

            this.Column5.HeaderText = "...JC";

            this.Column5.Name = "Column5";

            this.Column5.ReadOnly = true;

            this.Column5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;

            this.Column5.ToolTipText = "JC 4F(G";

            this.Column5.Width = 35;

            // 

            // Column6

            // 

            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;

            this.Column6.DefaultCellStyle = dataGridViewCellStyle9;

            this.Column6.FillWeight = 92.5591F;

            this.Column6.HeaderText = "4F(G";

            this.Column6.Name = "Column6";

            this.Column6.ReadOnly = true;

            this.Column6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;

            this.Column6.ToolTipText = "4F(G";

            this.Column6.Width = 35;

            // 

            // label_Today

            // 

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

            this.label_Today.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));

            this.label_Today.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;

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

            this.label_Today.Name = "label_Today";

            this.label_Today.Size = new System.Drawing.Size(263, 22);

            this.label_Today.TabIndex = 1;

            this.label_Today.Text = "label1";

            this.label_Today.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;

            this.label_Today.MouseLeave += new System.EventHandler(this.Form_Calendar_MouseLeave);

            this.label_Today.MouseEnter += new System.EventHandler(this.Form_Calendar_MouseEnter);

            // 

            // button_Perv

            // 

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

            this.button_Perv.Location = new System.Drawing.Point(6, 55);

            this.button_Perv.Name = "button_Perv";

            this.button_Perv.Size = new System.Drawing.Size(37, 23);

            this.button_Perv.TabIndex = 2;

            this.button_Perv.Text = "<<<";

            this.button_Perv.UseVisualStyleBackColor = false;

            this.button_Perv.MouseLeave += new System.EventHandler(this.Form_Calendar_MouseLeave);

            this.button_Perv.Click += new System.EventHandler(this.button_Perv_Click);

            this.button_Perv.MouseEnter += new System.EventHandler(this.Form_Calendar_MouseEnter);

            // 

            // button_next

            // 

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

            this.button_next.ForeColor = System.Drawing.SystemColors.ControlText;

            this.button_next.Location = new System.Drawing.Point(216, 55);

            this.button_next.Name = "button_next";

            this.button_next.Size = new System.Drawing.Size(37, 23);

            this.button_next.TabIndex = 3;

            this.button_next.Text = ">>>";

            this.button_next.UseVisualStyleBackColor = false;

            this.button_next.MouseLeave += new System.EventHandler(this.Form_Calendar_MouseLeave);

            this.button_next.Click += new System.EventHandler(this.button_next_Click);

            this.button_next.MouseEnter += new System.EventHandler(this.Form_Calendar_MouseEnter);

            // 

            // label_mon_day

            // 

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

            this.label_mon_day.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));

            this.label_mon_day.Location = new System.Drawing.Point(45, 52);

            this.label_mon_day.Name = "label_mon_day";

            this.label_mon_day.Size = new System.Drawing.Size(170, 24);

            this.label_mon_day.TabIndex = 4;

            this.label_mon_day.Text = "label1";

            this.label_mon_day.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;

            this.label_mon_day.MouseLeave += new System.EventHandler(this.Form_Calendar_MouseLeave);

            this.label_mon_day.MouseEnter += new System.EventHandler(this.Form_Calendar_MouseEnter);

            // 

            // menuStrip1

            // 

            this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;

            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {

            this.(1H(GToolStripMenuItem});

            this.menuStrip1.Location = new System.Drawing.Point(6, 3);

            this.menuStrip1.Name = "menuStrip1";

            this.menuStrip1.Size = new System.Drawing.Size(55, 24);

            this.menuStrip1.TabIndex = 5;

            this.menuStrip1.Text = "menuStrip1";

            this.menuStrip1.Visible = false;

            this.menuStrip1.MouseEnter += new System.EventHandler(this.Form_Calendar_MouseEnter);

            this.menuStrip1.MouseLeave += new System.EventHandler(this.Form_Calendar_MouseLeave);

            // 

            // (1H(GToolStripMenuItem

            // 

            this.(1H(GToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {

            this.ToolStripMenuItem_today,

            this.ToolStripMenuItem_nextYear,

            this.ToolStripMenuItem_PervYear});

            this.(1H(GToolStripMenuItem.Name = "(1H(GToolStripMenuItem";

            this.(1H(GToolStripMenuItem.Size = new System.Drawing.Size(47, 20);

            this.(1H(GToolStripMenuItem.Text = "(1H (G";

            // 

            // ToolStripMenuItem_today

            // 

            this.ToolStripMenuItem_today.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;

            this.ToolStripMenuItem_today.Name = "ToolStripMenuItem_today";

            this.ToolStripMenuItem_today.Size = new System.Drawing.Size(121, 22);

            this.ToolStripMenuItem_today.Text = "E'G ,'1J";

            this.ToolStripMenuItem_today.Click += new System.EventHandler(this.ToolStripMenuItemToday_Click);

            // 

            // ToolStripMenuItem_nextYear

            // 

            this.ToolStripMenuItem_nextYear.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;

            this.ToolStripMenuItem_nextYear.Name = "ToolStripMenuItem_nextYear";

            this.ToolStripMenuItem_nextYear.Size = new System.Drawing.Size(121, 22);

            this.ToolStripMenuItem_nextYear.Text = "3'D (9/J";

            this.ToolStripMenuItem_nextYear.Click += new System.EventHandler(this.ToolStripMenuItem_nextYear_Click);

            // 

            // ToolStripMenuItem_PervYear

            // 

            this.ToolStripMenuItem_PervYear.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;

            this.ToolStripMenuItem_PervYear.Name = "ToolStripMenuItem_PervYear";

            this.ToolStripMenuItem_PervYear.Size = new System.Drawing.Size(121, 22);

            this.ToolStripMenuItem_PervYear.Text = "3'D B(DJ";

            this.ToolStripMenuItem_PervYear.Click += new System.EventHandler(this.ToolStripMenuItem_PervYear_Click);

            // 

            // timer1

            // 

            this.timer1.Interval = 500;

            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);

            // 

            // linkLabel1

            // 

            this.linkLabel1.AutoSize = true;

            this.linkLabel1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));

            this.linkLabel1.Location = new System.Drawing.Point(12, 9);

            this.linkLabel1.Name = "linkLabel1";

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

            this.linkLabel1.TabIndex = 7;

            this.linkLabel1.TabStop = true;

            this.linkLabel1.Text = "(3*F";

            this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);

            // 

            // linkLabel_nextYear

            // 

            this.linkLabel_nextYear.AutoSize = true;

            this.linkLabel_nextYear.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));

            this.linkLabel_nextYear.Location = new System.Drawing.Point(191, 9);

            this.linkLabel_nextYear.Name = "linkLabel_nextYear";

            this.linkLabel_nextYear.Size = new System.Drawing.Size(56, 13);

            this.linkLabel_nextYear.TabIndex = 8;

            this.linkLabel_nextYear.TabStop = true;

            this.linkLabel_nextYear.Text = "3'D (9/J";

            this.linkLabel_nextYear.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_nextYear_LinkClicked);

            // 

            // linkLabel_today

            // 

            this.linkLabel_today.AutoSize = true;

            this.linkLabel_today.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));

            this.linkLabel_today.Location = new System.Drawing.Point(69, 9);

            this.linkLabel_today.Name = "linkLabel_today";

            this.linkLabel_today.Size = new System.Drawing.Size(50, 13);

            this.linkLabel_today.TabIndex = 9;

            this.linkLabel_today.TabStop = true;

            this.linkLabel_today.Text = "E'G A9DJ";

            this.linkLabel_today.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_today_LinkClicked);

            // 

            // linkLabel_PervYear

            // 

            this.linkLabel_PervYear.AutoSize = true;

            this.linkLabel_PervYear.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));

            this.linkLabel_PervYear.Location = new System.Drawing.Point(130, 9);

            this.linkLabel_PervYear.Name = "linkLabel_PervYear";

            this.linkLabel_PervYear.Size = new System.Drawing.Size(55, 13);

            this.linkLabel_PervYear.TabIndex = 10;

            this.linkLabel_PervYear.TabStop = true;

            this.linkLabel_PervYear.Text = "3'D B(DJ";

            this.linkLabel_PervYear.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_PervYear_LinkClicked);

            // 

            // contextMenuStrip1

            // 

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

            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {

            this.txtDate,

            this.ToolStripMenuItem_Goto});

            this.contextMenuStrip1.Name = "contextMenuStrip1";

            this.contextMenuStrip1.ShowImageMargin = false;

            this.contextMenuStrip1.Size = new System.Drawing.Size(136, 73);

            // 

            // txtDate

            // 

            this.txtDate.Name = "txtDate";

            this.txtDate.Size = new System.Drawing.Size(100, 23);

            this.txtDate.Text = "1380/10";

            // 

            // ToolStripMenuItem_Goto

            // 

            this.ToolStripMenuItem_Goto.Name = "ToolStripMenuItem_Goto";

            this.ToolStripMenuItem_Goto.Size = new System.Drawing.Size(135, 22);

            this.ToolStripMenuItem_Goto.Text = "1A*F (G *'1�.";

            this.ToolStripMenuItem_Goto.Click += new System.EventHandler(this.ToolStripMenuItem_Goto_Click);

            // 

            // Form_Calendar

            // 

            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(258, 238);

            this.Controls.Add(this.linkLabel_PervYear);

            this.Controls.Add(this.linkLabel_today);

            this.Controls.Add(this.linkLabel_nextYear);

            this.Controls.Add(this.linkLabel1);

            this.Controls.Add(this.label_mon_day);

            this.Controls.Add(this.button_next);

            this.Controls.Add(this.button_Perv);

            this.Controls.Add(this.label_Today);

            this.Controls.Add(this.dataGridView1);

            this.Controls.Add(this.menuStrip1);

            this.ForeColor = System.Drawing.SystemColors.ControlText;

            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;

            this.MaximizeBox = false;

            this.MinimizeBox = false;

            this.Name = "Form_Calendar";

            this.ShowInTaskbar = false;

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

            this.Text = "Form2";

            this.TopMost = true;

            this.StyleChanged += new System.EventHandler(this.Form_Calendar_StyleChanged);

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

            this.MouseEnter += new System.EventHandler(this.Form_Calendar_MouseEnter);

            this.MouseLeave += new System.EventHandler(this.Form_Calendar_MouseLeave);

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

            this.menuStrip1.ResumeLayout(false);

            this.menuStrip1.PerformLayout();

            this.contextMenuStrip1.ResumeLayout(false);

            this.contextMenuStrip1.PerformLayout();

            this.ResumeLayout(false);

            this.PerformLayout();



        }



        #endregion



        private System.Windows.Forms.DataGridView dataGridView1;

        private System.Windows.Forms.Label label_Today;

        private System.Windows.Forms.Button button_Perv;

        private System.Windows.Forms.Button button_next;

        private System.Windows.Forms.Label label_mon_day;

        private System.Windows.Forms.DataGridViewTextBoxColumn Column1;

        private System.Windows.Forms.DataGridViewTextBoxColumn cl2;

        private System.Windows.Forms.DataGridViewTextBoxColumn Column2;

        private System.Windows.Forms.DataGridViewTextBoxColumn Column3;

        private System.Windows.Forms.DataGridViewTextBoxColumn Column4;

        private System.Windows.Forms.DataGridViewTextBoxColumn Column5;

        private System.Windows.Forms.DataGridViewTextBoxColumn Column6;

        private System.Windows.Forms.MenuStrip menuStrip1;

        private System.Windows.Forms.ToolStripMenuItem (1H(GToolStripMenuItem;

        private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_today;

        private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_nextYear;

        private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_PervYear;

        private System.Windows.Forms.Timer timer1;

        private System.Windows.Forms.LinkLabel linkLabel1;

        private System.Windows.Forms.LinkLabel linkLabel_nextYear;

        private System.Windows.Forms.LinkLabel linkLabel_today;

        private System.Windows.Forms.LinkLabel linkLabel_PervYear;

        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;

        private System.Windows.Forms.ToolStripTextBox txtDate;

        private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Goto;





    }

}

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