DateYearMonth.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. namespace LYFZ.ComponentLibrary
  2. {
  3. partial class DateYearMonth
  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.panelYearMonthValue = new System.Windows.Forms.Panel();
  29. this.txtYearMonthValue = new System.Windows.Forms.MaskedTextBox();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.panelToyear = new System.Windows.Forms.Panel();
  32. this.panellblToYear = new LYFZ.ComponentLibrary.PanelEx();
  33. this.lblToYear = new System.Windows.Forms.Label();
  34. this.lblUp = new System.Windows.Forms.Label();
  35. this.panelYear = new System.Windows.Forms.Panel();
  36. this.tblPanelYear = new System.Windows.Forms.TableLayoutPanel();
  37. this.lblYear = new System.Windows.Forms.Label();
  38. this.panelMonth = new System.Windows.Forms.Panel();
  39. this.tblPanelMonth = new System.Windows.Forms.TableLayoutPanel();
  40. this.lblNext = new System.Windows.Forms.Label();
  41. this.panelYearMonthValue.SuspendLayout();
  42. this.panel1.SuspendLayout();
  43. this.panelToyear.SuspendLayout();
  44. this.panelYear.SuspendLayout();
  45. this.panelMonth.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // panelYearMonthValue
  49. //
  50. this.panelYearMonthValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  51. | System.Windows.Forms.AnchorStyles.Right)));
  52. this.panelYearMonthValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  53. this.panelYearMonthValue.Controls.Add(this.txtYearMonthValue);
  54. this.panelYearMonthValue.Location = new System.Drawing.Point(0, 0);
  55. this.panelYearMonthValue.Name = "panelYearMonthValue";
  56. this.panelYearMonthValue.Size = new System.Drawing.Size(216, 25);
  57. this.panelYearMonthValue.TabIndex = 8;
  58. //
  59. // txtYearMonthValue
  60. //
  61. this.txtYearMonthValue.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this.txtYearMonthValue.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  63. this.txtYearMonthValue.Location = new System.Drawing.Point(0, 0);
  64. this.txtYearMonthValue.Mask = "0000-00";
  65. this.txtYearMonthValue.Name = "txtYearMonthValue";
  66. this.txtYearMonthValue.PromptChar = ' ';
  67. this.txtYearMonthValue.Size = new System.Drawing.Size(214, 23);
  68. this.txtYearMonthValue.TabIndex = 0;
  69. //
  70. // panel1
  71. //
  72. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  73. this.panel1.Controls.Add(this.panelYear);
  74. this.panel1.Controls.Add(this.panelToyear);
  75. this.panel1.Controls.Add(this.lblUp);
  76. this.panel1.Controls.Add(this.lblYear);
  77. this.panel1.Controls.Add(this.panelMonth);
  78. this.panel1.Controls.Add(this.lblNext);
  79. this.panel1.Location = new System.Drawing.Point(0, 26);
  80. this.panel1.Name = "panel1";
  81. this.panel1.Size = new System.Drawing.Size(216, 176);
  82. this.panel1.TabIndex = 9;
  83. //
  84. // panelToyear
  85. //
  86. this.panelToyear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  87. this.panelToyear.BackColor = System.Drawing.SystemColors.Control;
  88. this.panelToyear.Controls.Add(this.panellblToYear);
  89. this.panelToyear.Controls.Add(this.lblToYear);
  90. this.panelToyear.Location = new System.Drawing.Point(0, 147);
  91. this.panelToyear.Name = "panelToyear";
  92. this.panelToyear.Size = new System.Drawing.Size(215, 27);
  93. this.panelToyear.TabIndex = 10;
  94. //
  95. // panellblToYear
  96. //
  97. this.panellblToYear.BackColor = System.Drawing.Color.White;
  98. this.panellblToYear.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  99. this.panellblToYear.BorderWidth = 1;
  100. this.panellblToYear.Location = new System.Drawing.Point(32, 4);
  101. this.panellblToYear.Name = "panellblToYear";
  102. this.panellblToYear.Size = new System.Drawing.Size(42, 20);
  103. this.panellblToYear.TabIndex = 2;
  104. //
  105. // lblToYear
  106. //
  107. this.lblToYear.AutoSize = true;
  108. this.lblToYear.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  109. this.lblToYear.Location = new System.Drawing.Point(80, 6);
  110. this.lblToYear.Name = "lblToYear";
  111. this.lblToYear.Size = new System.Drawing.Size(56, 17);
  112. this.lblToYear.TabIndex = 1;
  113. this.lblToYear.Text = "当前年月";
  114. //
  115. // lblUp
  116. //
  117. this.lblUp.AutoSize = true;
  118. this.lblUp.Location = new System.Drawing.Point(1, 8);
  119. this.lblUp.Name = "lblUp";
  120. this.lblUp.Size = new System.Drawing.Size(29, 12);
  121. this.lblUp.TabIndex = 3;
  122. this.lblUp.Text = "〈 ";
  123. //
  124. // panelYear
  125. //
  126. this.panelYear.Controls.Add(this.tblPanelYear);
  127. this.panelYear.Location = new System.Drawing.Point(220, 27);
  128. this.panelYear.Name = "panelYear";
  129. this.panelYear.Size = new System.Drawing.Size(214, 120);
  130. this.panelYear.TabIndex = 4;
  131. //
  132. // tblPanelYear
  133. //
  134. this.tblPanelYear.ColumnCount = 4;
  135. this.tblPanelYear.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  136. this.tblPanelYear.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  137. this.tblPanelYear.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  138. this.tblPanelYear.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  139. this.tblPanelYear.Dock = System.Windows.Forms.DockStyle.Fill;
  140. this.tblPanelYear.Location = new System.Drawing.Point(0, 0);
  141. this.tblPanelYear.Name = "tblPanelYear";
  142. this.tblPanelYear.RowCount = 3;
  143. this.tblPanelYear.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  144. this.tblPanelYear.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  145. this.tblPanelYear.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  146. this.tblPanelYear.Size = new System.Drawing.Size(214, 120);
  147. this.tblPanelYear.TabIndex = 0;
  148. //
  149. // lblYear
  150. //
  151. this.lblYear.AutoSize = true;
  152. this.lblYear.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  153. this.lblYear.Location = new System.Drawing.Point(89, 6);
  154. this.lblYear.Name = "lblYear";
  155. this.lblYear.Size = new System.Drawing.Size(36, 17);
  156. this.lblYear.TabIndex = 0;
  157. this.lblYear.Text = "2015";
  158. //
  159. // panelMonth
  160. //
  161. this.panelMonth.Controls.Add(this.tblPanelMonth);
  162. this.panelMonth.Location = new System.Drawing.Point(0, 27);
  163. this.panelMonth.Name = "panelMonth";
  164. this.panelMonth.Size = new System.Drawing.Size(214, 120);
  165. this.panelMonth.TabIndex = 1;
  166. //
  167. // tblPanelMonth
  168. //
  169. this.tblPanelMonth.ColumnCount = 4;
  170. this.tblPanelMonth.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  171. this.tblPanelMonth.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  172. this.tblPanelMonth.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  173. this.tblPanelMonth.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  174. this.tblPanelMonth.Dock = System.Windows.Forms.DockStyle.Fill;
  175. this.tblPanelMonth.Location = new System.Drawing.Point(0, 0);
  176. this.tblPanelMonth.Name = "tblPanelMonth";
  177. this.tblPanelMonth.RowCount = 3;
  178. this.tblPanelMonth.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  179. this.tblPanelMonth.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  180. this.tblPanelMonth.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  181. this.tblPanelMonth.Size = new System.Drawing.Size(214, 120);
  182. this.tblPanelMonth.TabIndex = 0;
  183. //
  184. // lblNext
  185. //
  186. this.lblNext.AutoSize = true;
  187. this.lblNext.Location = new System.Drawing.Point(180, 8);
  188. this.lblNext.Name = "lblNext";
  189. this.lblNext.Size = new System.Drawing.Size(29, 12);
  190. this.lblNext.TabIndex = 2;
  191. this.lblNext.Text = " 〉";
  192. //
  193. // DateYearMonth
  194. //
  195. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  196. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  197. this.BackColor = System.Drawing.Color.Transparent;
  198. this.Controls.Add(this.panel1);
  199. this.Controls.Add(this.panelYearMonthValue);
  200. this.DoubleBuffered = true;
  201. this.Name = "DateYearMonth";
  202. this.Size = new System.Drawing.Size(216, 202);
  203. this.panelYearMonthValue.ResumeLayout(false);
  204. this.panelYearMonthValue.PerformLayout();
  205. this.panel1.ResumeLayout(false);
  206. this.panel1.PerformLayout();
  207. this.panelToyear.ResumeLayout(false);
  208. this.panelToyear.PerformLayout();
  209. this.panelYear.ResumeLayout(false);
  210. this.panelMonth.ResumeLayout(false);
  211. this.ResumeLayout(false);
  212. }
  213. #endregion
  214. private System.Windows.Forms.Panel panelYearMonthValue;
  215. private System.Windows.Forms.MaskedTextBox txtYearMonthValue;
  216. private System.Windows.Forms.Panel panel1;
  217. private System.Windows.Forms.Label lblUp;
  218. private System.Windows.Forms.Panel panelYear;
  219. private System.Windows.Forms.TableLayoutPanel tblPanelYear;
  220. private System.Windows.Forms.Label lblYear;
  221. private System.Windows.Forms.Panel panelMonth;
  222. private System.Windows.Forms.TableLayoutPanel tblPanelMonth;
  223. private System.Windows.Forms.Label lblNext;
  224. private System.Windows.Forms.Panel panelToyear;
  225. private PanelEx panellblToYear;
  226. private System.Windows.Forms.Label lblToYear;
  227. }
  228. }