📄 usercontrol1.designer.cs
字号:
/*
* Created by SharpDevelop.
* User: Mahdi
* Date: 12/27/2008
* Time: 9:58 PM
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
namespace Persian_Calendar
{
partial class Persian_Time_Picker
{
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Disposes resources used by the form.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Persian_Time_Picker));
this.main_panel = new System.Windows.Forms.Panel();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.lbl_year_month = new System.Windows.Forms.Label();
this.lbl_next_month = new System.Windows.Forms.Label();
this.lbl_prev_month = new System.Windows.Forms.Label();
this.main_panel.SuspendLayout();
this.SuspendLayout();
//
// main_panel
//
this.main_panel.BackColor = System.Drawing.Color.White;
this.main_panel.Controls.Add(this.label7);
this.main_panel.Controls.Add(this.label6);
this.main_panel.Controls.Add(this.label5);
this.main_panel.Controls.Add(this.label4);
this.main_panel.Controls.Add(this.label3);
this.main_panel.Controls.Add(this.label2);
this.main_panel.Controls.Add(this.label1);
this.main_panel.Controls.Add(this.lbl_year_month);
this.main_panel.Controls.Add(this.lbl_next_month);
this.main_panel.Controls.Add(this.lbl_prev_month);
this.main_panel.Location = new System.Drawing.Point(3, 3);
this.main_panel.Name = "main_panel";
this.main_panel.Size = new System.Drawing.Size(223, 166);
this.main_panel.TabIndex = 0;
//
// label7
//
this.label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label7.Location = new System.Drawing.Point(156, 25);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(30, 15);
this.label7.TabIndex = 10;
this.label7.Text = "پن";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label6
//
this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label6.Location = new System.Drawing.Point(126, 25);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(30, 15);
this.label6.TabIndex = 9;
this.label6.Text = "چه";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label5
//
this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label5.Location = new System.Drawing.Point(96, 25);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(30, 15);
this.label5.TabIndex = 8;
this.label5.Text = "سه";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label4
//
this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label4.Location = new System.Drawing.Point(66, 25);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(30, 15);
this.label4.TabIndex = 7;
this.label4.Text = "دو";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label3
//
this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label3.Location = new System.Drawing.Point(36, 25);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(30, 15);
this.label3.TabIndex = 6;
this.label3.Text = "یک";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label2
//
this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label2.Location = new System.Drawing.Point(186, 25);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(30, 15);
this.label2.TabIndex = 5;
this.label2.Text = "جم";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label1
//
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label1.Location = new System.Drawing.Point(6, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(30, 15);
this.label1.TabIndex = 4;
this.label1.Text = "شن";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_year_month
//
this.lbl_year_month.Location = new System.Drawing.Point(24, 5);
this.lbl_year_month.Name = "lbl_year_month";
this.lbl_year_month.Size = new System.Drawing.Size(173, 20);
this.lbl_year_month.TabIndex = 1;
this.lbl_year_month.Text = "چهارشنبه 3 دی";
this.lbl_year_month.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_next_month
//
this.lbl_next_month.Image = ((System.Drawing.Image)(resources.GetObject("lbl_next_month.Image")));
this.lbl_next_month.Location = new System.Drawing.Point(200, 5);
this.lbl_next_month.Name = "lbl_next_month";
this.lbl_next_month.Size = new System.Drawing.Size(20, 23);
this.lbl_next_month.TabIndex = 3;
this.lbl_next_month.Click += new System.EventHandler(this.Lbl_next_monthClick);
//
// lbl_prev_month
//
this.lbl_prev_month.Image = ((System.Drawing.Image)(resources.GetObject("lbl_prev_month.Image")));
this.lbl_prev_month.Location = new System.Drawing.Point(3, 5);
this.lbl_prev_month.Name = "lbl_prev_month";
this.lbl_prev_month.Size = new System.Drawing.Size(17, 23);
this.lbl_prev_month.TabIndex = 2;
this.lbl_prev_month.Click += new System.EventHandler(this.Lbl_prev_monthClick);
//
// Persian_Time_Picker
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.main_panel);
this.Name = "Persian_Time_Picker";
this.Size = new System.Drawing.Size(228, 171);
this.Load += new System.EventHandler(this.Persian_Time_PickerLoad);
this.main_panel.ResumeLayout(false);
this.ResumeLayout(false);
}
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel main_panel;
private System.Windows.Forms.Label lbl_next_month;
private System.Windows.Forms.Label lbl_prev_month;
private System.Windows.Forms.Label lbl_year_month;
}
}