DateYear.Designer.cs 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. namespace LYFZ.ComponentLibrary
  2. {
  3. partial class DateYear
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.panelYearValue = new System.Windows.Forms.Panel();
  29. this.txtYearValue = new System.Windows.Forms.MaskedTextBox();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.panelToyear = new System.Windows.Forms.Panel();
  32. this.lblToYear = new System.Windows.Forms.Label();
  33. this.lblUp = new System.Windows.Forms.Label();
  34. this.panelYear = new System.Windows.Forms.Panel();
  35. this.tblPanelYear = new System.Windows.Forms.TableLayoutPanel();
  36. this.lblYear = new System.Windows.Forms.Label();
  37. this.lblNext = new System.Windows.Forms.Label();
  38. this.panellblToYear = new LYFZ.ComponentLibrary.PanelEx();
  39. this.panelYearValue.SuspendLayout();
  40. this.panel1.SuspendLayout();
  41. this.panelToyear.SuspendLayout();
  42. this.panelYear.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // panelYearValue
  46. //
  47. this.panelYearValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  48. | System.Windows.Forms.AnchorStyles.Right)));
  49. this.panelYearValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  50. this.panelYearValue.Controls.Add(this.txtYearValue);
  51. this.panelYearValue.Location = new System.Drawing.Point(0, 0);
  52. this.panelYearValue.Name = "panelYearValue";
  53. this.panelYearValue.Size = new System.Drawing.Size(216, 25);
  54. this.panelYearValue.TabIndex = 8;
  55. //
  56. // txtYearValue
  57. //
  58. this.txtYearValue.Dock = System.Windows.Forms.DockStyle.Fill;
  59. this.txtYearValue.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  60. this.txtYearValue.Location = new System.Drawing.Point(0, 0);
  61. this.txtYearValue.Mask = "0000";
  62. this.txtYearValue.Name = "txtYearValue";
  63. this.txtYearValue.PromptChar = ' ';
  64. this.txtYearValue.Size = new System.Drawing.Size(214, 23);
  65. this.txtYearValue.TabIndex = 0;
  66. //
  67. // panel1
  68. //
  69. this.panel1.BackColor = System.Drawing.SystemColors.Control;
  70. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  71. this.panel1.Controls.Add(this.panelToyear);
  72. this.panel1.Controls.Add(this.lblUp);
  73. this.panel1.Controls.Add(this.panelYear);
  74. this.panel1.Controls.Add(this.lblYear);
  75. this.panel1.Controls.Add(this.lblNext);
  76. this.panel1.Location = new System.Drawing.Point(0, 26);
  77. this.panel1.Name = "panel1";
  78. this.panel1.Size = new System.Drawing.Size(216, 176);
  79. this.panel1.TabIndex = 9;
  80. //
  81. // panelToyear
  82. //
  83. this.panelToyear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  84. this.panelToyear.BackColor = System.Drawing.SystemColors.Control;
  85. this.panelToyear.Controls.Add(this.panellblToYear);
  86. this.panelToyear.Controls.Add(this.lblToYear);
  87. this.panelToyear.Location = new System.Drawing.Point(0, 147);
  88. this.panelToyear.Name = "panelToyear";
  89. this.panelToyear.Size = new System.Drawing.Size(215, 27);
  90. this.panelToyear.TabIndex = 9;
  91. //
  92. // lblToYear
  93. //
  94. this.lblToYear.AutoSize = true;
  95. this.lblToYear.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  96. this.lblToYear.Location = new System.Drawing.Point(93, 6);
  97. this.lblToYear.Name = "lblToYear";
  98. this.lblToYear.Size = new System.Drawing.Size(44, 17);
  99. this.lblToYear.TabIndex = 1;
  100. this.lblToYear.Text = "当前年";
  101. //
  102. // lblUp
  103. //
  104. this.lblUp.AutoSize = true;
  105. this.lblUp.Location = new System.Drawing.Point(1, 8);
  106. this.lblUp.Name = "lblUp";
  107. this.lblUp.Size = new System.Drawing.Size(29, 12);
  108. this.lblUp.TabIndex = 3;
  109. this.lblUp.Text = "〈 ";
  110. //
  111. // panelYear
  112. //
  113. this.panelYear.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  114. | System.Windows.Forms.AnchorStyles.Left)
  115. | System.Windows.Forms.AnchorStyles.Right)));
  116. this.panelYear.Controls.Add(this.tblPanelYear);
  117. this.panelYear.Location = new System.Drawing.Point(0, 27);
  118. this.panelYear.Name = "panelYear";
  119. this.panelYear.Size = new System.Drawing.Size(214, 120);
  120. this.panelYear.TabIndex = 4;
  121. //
  122. // tblPanelYear
  123. //
  124. this.tblPanelYear.ColumnCount = 4;
  125. this.tblPanelYear.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  126. this.tblPanelYear.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  127. this.tblPanelYear.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  128. this.tblPanelYear.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  129. this.tblPanelYear.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.tblPanelYear.Location = new System.Drawing.Point(0, 0);
  131. this.tblPanelYear.Name = "tblPanelYear";
  132. this.tblPanelYear.RowCount = 3;
  133. this.tblPanelYear.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  134. this.tblPanelYear.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  135. this.tblPanelYear.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  136. this.tblPanelYear.Size = new System.Drawing.Size(214, 120);
  137. this.tblPanelYear.TabIndex = 0;
  138. //
  139. // lblYear
  140. //
  141. this.lblYear.AutoSize = true;
  142. this.lblYear.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  143. this.lblYear.Location = new System.Drawing.Point(89, 6);
  144. this.lblYear.Name = "lblYear";
  145. this.lblYear.Size = new System.Drawing.Size(36, 17);
  146. this.lblYear.TabIndex = 0;
  147. this.lblYear.Text = "2015";
  148. //
  149. // lblNext
  150. //
  151. this.lblNext.AutoSize = true;
  152. this.lblNext.Location = new System.Drawing.Point(180, 8);
  153. this.lblNext.Name = "lblNext";
  154. this.lblNext.Size = new System.Drawing.Size(29, 12);
  155. this.lblNext.TabIndex = 2;
  156. this.lblNext.Text = " 〉";
  157. //
  158. // panellblToYear
  159. //
  160. this.panellblToYear.BackColor = System.Drawing.Color.White;
  161. this.panellblToYear.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  162. this.panellblToYear.BorderWidth = 1;
  163. this.panellblToYear.Location = new System.Drawing.Point(45, 4);
  164. this.panellblToYear.Name = "panellblToYear";
  165. this.panellblToYear.Size = new System.Drawing.Size(42, 20);
  166. this.panellblToYear.TabIndex = 2;
  167. //
  168. // DateYear
  169. //
  170. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  171. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  172. this.Controls.Add(this.panel1);
  173. this.Controls.Add(this.panelYearValue);
  174. this.Name = "DateYear";
  175. this.Size = new System.Drawing.Size(216, 202);
  176. this.panelYearValue.ResumeLayout(false);
  177. this.panelYearValue.PerformLayout();
  178. this.panel1.ResumeLayout(false);
  179. this.panel1.PerformLayout();
  180. this.panelToyear.ResumeLayout(false);
  181. this.panelToyear.PerformLayout();
  182. this.panelYear.ResumeLayout(false);
  183. this.ResumeLayout(false);
  184. }
  185. #endregion
  186. private System.Windows.Forms.Panel panelYearValue;
  187. private System.Windows.Forms.MaskedTextBox txtYearValue;
  188. private System.Windows.Forms.Panel panel1;
  189. private System.Windows.Forms.Panel panelToyear;
  190. private System.Windows.Forms.Label lblToYear;
  191. private System.Windows.Forms.Label lblUp;
  192. private System.Windows.Forms.Panel panelYear;
  193. private System.Windows.Forms.TableLayoutPanel tblPanelYear;
  194. private System.Windows.Forms.Label lblYear;
  195. private System.Windows.Forms.Label lblNext;
  196. private PanelEx panellblToYear;
  197. }
  198. }