namespace Microsoft.Samples.ChineseCalendarCS { partial class ChineseCalendarForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChineseCalendarForm)); this.textBoxNextTerm = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.textBoxTerm = new System.Windows.Forms.TextBox(); this.textBoxZodiac = new System.Windows.Forms.TextBox(); this.textBoxYear = new System.Windows.Forms.TextBox(); this.textBoxDate = new System.Windows.Forms.TextBox(); 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.monthCalendar1 = new System.Windows.Forms.MonthCalendar(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // textBoxNextTerm // resources.ApplyResources(this.textBoxNextTerm, "textBoxNextTerm"); this.textBoxNextTerm.Font = ((System.Drawing.Font)(resources.GetObject("textBoxNextTerm.Font"))); this.textBoxNextTerm.ForeColor = System.Drawing.SystemColors.WindowText; this.textBoxNextTerm.Name = "textBoxNextTerm"; this.textBoxNextTerm.ReadOnly = true; this.textBoxNextTerm.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("textBoxNextTerm.RightToLeft"))); // // label5 // resources.ApplyResources(this.label5, "label5"); this.label5.Font = ((System.Drawing.Font)(resources.GetObject("label5.Font"))); this.label5.Name = "label5"; this.label5.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("label5.RightToLeft"))); // // textBoxTerm // resources.ApplyResources(this.textBoxTerm, "textBoxTerm"); this.textBoxTerm.Font = ((System.Drawing.Font)(resources.GetObject("textBoxTerm.Font"))); this.textBoxTerm.ForeColor = System.Drawing.SystemColors.WindowText; this.textBoxTerm.Name = "textBoxTerm"; this.textBoxTerm.ReadOnly = true; this.textBoxTerm.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("textBoxTerm.RightToLeft"))); // // textBoxZodiac // resources.ApplyResources(this.textBoxZodiac, "textBoxZodiac"); this.textBoxZodiac.Font = ((System.Drawing.Font)(resources.GetObject("textBoxZodiac.Font"))); this.textBoxZodiac.Name = "textBoxZodiac"; this.textBoxZodiac.ReadOnly = true; this.textBoxZodiac.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("textBoxZodiac.RightToLeft"))); // // textBoxYear // resources.ApplyResources(this.textBoxYear, "textBoxYear"); this.textBoxYear.Font = ((System.Drawing.Font)(resources.GetObject("textBoxYear.Font"))); this.textBoxYear.Name = "textBoxYear"; this.textBoxYear.ReadOnly = true; this.textBoxYear.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("textBoxYear.RightToLeft"))); // // textBoxDate // resources.ApplyResources(this.textBoxDate, "textBoxDate"); this.textBoxDate.Font = ((System.Drawing.Font)(resources.GetObject("textBoxDate.Font"))); this.textBoxDate.Name = "textBoxDate"; this.textBoxDate.ReadOnly = true; this.textBoxDate.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("textBoxDate.RightToLeft"))); // // label4 // resources.ApplyResources(this.label4, "label4"); this.label4.Font = ((System.Drawing.Font)(resources.GetObject("label4.Font"))); this.label4.Name = "label4"; this.label4.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("label4.RightToLeft"))); // // label3 // resources.ApplyResources(this.label3, "label3"); this.label3.Font = ((System.Drawing.Font)(resources.GetObject("label3.Font"))); this.label3.Name = "label3"; this.label3.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("label3.RightToLeft"))); // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Font = ((System.Drawing.Font)(resources.GetObject("label2.Font"))); this.label2.Name = "label2"; this.label2.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("label2.RightToLeft"))); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Font = ((System.Drawing.Font)(resources.GetObject("label1.Font"))); this.label1.Name = "label1"; this.label1.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("label1.RightToLeft"))); // // monthCalendar1 // resources.ApplyResources(this.monthCalendar1, "monthCalendar1"); this.monthCalendar1.Font = ((System.Drawing.Font)(resources.GetObject("monthCalendar1.Font"))); this.monthCalendar1.Margin = new System.Windows.Forms.Padding(1); this.monthCalendar1.MaxDate = new System.DateTime(2020, 12, 31, 0, 0, 0, 0); this.monthCalendar1.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0); this.monthCalendar1.Name = "monthCalendar1"; this.monthCalendar1.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("monthCalendar1.RightToLeft"))); this.monthCalendar1.ShowTodayCircle = false; this.monthCalendar1.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar1_DateChanged); // // groupBox1 // resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.textBoxZodiac); this.groupBox1.Controls.Add(this.textBoxDate); this.groupBox1.Controls.Add(this.textBoxYear); this.groupBox1.Font = ((System.Drawing.Font)(resources.GetObject("groupBox1.Font"))); this.groupBox1.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("groupBox1.ImeMode"))); this.groupBox1.Name = "groupBox1"; this.groupBox1.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("groupBox1.RightToLeft"))); this.groupBox1.TabStop = false; // // groupBox2 // resources.ApplyResources(this.groupBox2, "groupBox2"); this.groupBox2.Controls.Add(this.textBoxTerm); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.textBoxNextTerm); this.groupBox2.Font = ((System.Drawing.Font)(resources.GetObject("groupBox2.Font"))); this.groupBox2.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("groupBox2.ImeMode"))); this.groupBox2.Name = "groupBox2"; this.groupBox2.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("groupBox2.RightToLeft"))); this.groupBox2.TabStop = false; // // ChineseCalendarForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.monthCalendar1); this.Font = ((System.Drawing.Font)(resources.GetObject("$this.Font"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("$this.ImeMode"))); this.MaximizeBox = false; this.Name = "ChineseCalendarForm"; this.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("$this.RightToLeft"))); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox textBoxTerm; private System.Windows.Forms.TextBox textBoxZodiac; private System.Windows.Forms.TextBox textBoxYear; private System.Windows.Forms.TextBox textBoxDate; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.MonthCalendar monthCalendar1; private System.Windows.Forms.TextBox textBoxNextTerm; private System.Windows.Forms.Label label5; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; } }