123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234 |
- namespace LYFZ.ComponentLibrary
- {
- partial class DateYearMonth
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.panelYearMonthValue = new System.Windows.Forms.Panel();
- this.txtYearMonthValue = new System.Windows.Forms.MaskedTextBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.panelToyear = new System.Windows.Forms.Panel();
- this.panellblToYear = new LYFZ.ComponentLibrary.PanelEx();
- this.lblToYear = new System.Windows.Forms.Label();
- this.lblUp = new System.Windows.Forms.Label();
- this.panelYear = new System.Windows.Forms.Panel();
- this.tblPanelYear = new System.Windows.Forms.TableLayoutPanel();
- this.lblYear = new System.Windows.Forms.Label();
- this.panelMonth = new System.Windows.Forms.Panel();
- this.tblPanelMonth = new System.Windows.Forms.TableLayoutPanel();
- this.lblNext = new System.Windows.Forms.Label();
- this.panelYearMonthValue.SuspendLayout();
- this.panel1.SuspendLayout();
- this.panelToyear.SuspendLayout();
- this.panelYear.SuspendLayout();
- this.panelMonth.SuspendLayout();
- this.SuspendLayout();
- //
- // panelYearMonthValue
- //
- this.panelYearMonthValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panelYearMonthValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panelYearMonthValue.Controls.Add(this.txtYearMonthValue);
- this.panelYearMonthValue.Location = new System.Drawing.Point(0, 0);
- this.panelYearMonthValue.Name = "panelYearMonthValue";
- this.panelYearMonthValue.Size = new System.Drawing.Size(216, 25);
- this.panelYearMonthValue.TabIndex = 8;
- //
- // txtYearMonthValue
- //
- this.txtYearMonthValue.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtYearMonthValue.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtYearMonthValue.Location = new System.Drawing.Point(0, 0);
- this.txtYearMonthValue.Mask = "0000-00";
- this.txtYearMonthValue.Name = "txtYearMonthValue";
- this.txtYearMonthValue.PromptChar = ' ';
- this.txtYearMonthValue.Size = new System.Drawing.Size(214, 23);
- this.txtYearMonthValue.TabIndex = 0;
- //
- // panel1
- //
- this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel1.Controls.Add(this.panelYear);
- this.panel1.Controls.Add(this.panelToyear);
- this.panel1.Controls.Add(this.lblUp);
- this.panel1.Controls.Add(this.lblYear);
- this.panel1.Controls.Add(this.panelMonth);
- this.panel1.Controls.Add(this.lblNext);
- this.panel1.Location = new System.Drawing.Point(0, 26);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(216, 176);
- this.panel1.TabIndex = 9;
- //
- // panelToyear
- //
- this.panelToyear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.panelToyear.BackColor = System.Drawing.SystemColors.Control;
- this.panelToyear.Controls.Add(this.panellblToYear);
- this.panelToyear.Controls.Add(this.lblToYear);
- this.panelToyear.Location = new System.Drawing.Point(0, 147);
- this.panelToyear.Name = "panelToyear";
- this.panelToyear.Size = new System.Drawing.Size(215, 27);
- this.panelToyear.TabIndex = 10;
- //
- // panellblToYear
- //
- this.panellblToYear.BackColor = System.Drawing.Color.White;
- this.panellblToYear.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panellblToYear.BorderWidth = 1;
- this.panellblToYear.Location = new System.Drawing.Point(32, 4);
- this.panellblToYear.Name = "panellblToYear";
- this.panellblToYear.Size = new System.Drawing.Size(42, 20);
- this.panellblToYear.TabIndex = 2;
- //
- // lblToYear
- //
- this.lblToYear.AutoSize = true;
- this.lblToYear.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lblToYear.Location = new System.Drawing.Point(80, 6);
- this.lblToYear.Name = "lblToYear";
- this.lblToYear.Size = new System.Drawing.Size(56, 17);
- this.lblToYear.TabIndex = 1;
- this.lblToYear.Text = "当前年月";
- //
- // lblUp
- //
- this.lblUp.AutoSize = true;
- this.lblUp.Location = new System.Drawing.Point(1, 8);
- this.lblUp.Name = "lblUp";
- this.lblUp.Size = new System.Drawing.Size(29, 12);
- this.lblUp.TabIndex = 3;
- this.lblUp.Text = "〈 ";
- //
- // panelYear
- //
- this.panelYear.Controls.Add(this.tblPanelYear);
- this.panelYear.Location = new System.Drawing.Point(220, 27);
- this.panelYear.Name = "panelYear";
- this.panelYear.Size = new System.Drawing.Size(214, 120);
- this.panelYear.TabIndex = 4;
- //
- // tblPanelYear
- //
- this.tblPanelYear.ColumnCount = 4;
- this.tblPanelYear.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tblPanelYear.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tblPanelYear.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tblPanelYear.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tblPanelYear.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tblPanelYear.Location = new System.Drawing.Point(0, 0);
- this.tblPanelYear.Name = "tblPanelYear";
- this.tblPanelYear.RowCount = 3;
- this.tblPanelYear.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tblPanelYear.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tblPanelYear.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tblPanelYear.Size = new System.Drawing.Size(214, 120);
- this.tblPanelYear.TabIndex = 0;
- //
- // lblYear
- //
- this.lblYear.AutoSize = true;
- this.lblYear.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lblYear.Location = new System.Drawing.Point(89, 6);
- this.lblYear.Name = "lblYear";
- this.lblYear.Size = new System.Drawing.Size(36, 17);
- this.lblYear.TabIndex = 0;
- this.lblYear.Text = "2015";
- //
- // panelMonth
- //
- this.panelMonth.Controls.Add(this.tblPanelMonth);
- this.panelMonth.Location = new System.Drawing.Point(0, 27);
- this.panelMonth.Name = "panelMonth";
- this.panelMonth.Size = new System.Drawing.Size(214, 120);
- this.panelMonth.TabIndex = 1;
- //
- // tblPanelMonth
- //
- this.tblPanelMonth.ColumnCount = 4;
- this.tblPanelMonth.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tblPanelMonth.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tblPanelMonth.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tblPanelMonth.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tblPanelMonth.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tblPanelMonth.Location = new System.Drawing.Point(0, 0);
- this.tblPanelMonth.Name = "tblPanelMonth";
- this.tblPanelMonth.RowCount = 3;
- this.tblPanelMonth.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tblPanelMonth.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tblPanelMonth.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tblPanelMonth.Size = new System.Drawing.Size(214, 120);
- this.tblPanelMonth.TabIndex = 0;
- //
- // lblNext
- //
- this.lblNext.AutoSize = true;
- this.lblNext.Location = new System.Drawing.Point(180, 8);
- this.lblNext.Name = "lblNext";
- this.lblNext.Size = new System.Drawing.Size(29, 12);
- this.lblNext.TabIndex = 2;
- this.lblNext.Text = " 〉";
- //
- // DateYearMonth
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.BackColor = System.Drawing.Color.Transparent;
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.panelYearMonthValue);
- this.DoubleBuffered = true;
- this.Name = "DateYearMonth";
- this.Size = new System.Drawing.Size(216, 202);
- this.panelYearMonthValue.ResumeLayout(false);
- this.panelYearMonthValue.PerformLayout();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panelToyear.ResumeLayout(false);
- this.panelToyear.PerformLayout();
- this.panelYear.ResumeLayout(false);
- this.panelMonth.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panelYearMonthValue;
- private System.Windows.Forms.MaskedTextBox txtYearMonthValue;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label lblUp;
- private System.Windows.Forms.Panel panelYear;
- private System.Windows.Forms.TableLayoutPanel tblPanelYear;
- private System.Windows.Forms.Label lblYear;
- private System.Windows.Forms.Panel panelMonth;
- private System.Windows.Forms.TableLayoutPanel tblPanelMonth;
- private System.Windows.Forms.Label lblNext;
- private System.Windows.Forms.Panel panelToyear;
- private PanelEx panellblToYear;
- private System.Windows.Forms.Label lblToYear;
- }
- }
|