namespace BaseSet { partial class Gy_DataIn_HaiYan { /// /// ±ØÐèµÄÉè¼ÆÆ÷±äÁ¿¡£ /// private System.ComponentModel.IContainer components = null; /// /// ÇåÀíËùÓÐÕýÔÚʹÓõÄ×ÊÔ´¡£ /// /// Èç¹ûÓ¦ÊÍ·ÅÍйÜ×ÊÔ´£¬Îª true£»·ñÔòΪ false¡£ protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows ´°ÌåÉè¼ÆÆ÷Éú³ÉµÄ´úÂë /// /// Éè¼ÆÆ÷Ö§³ÖËùÐèµÄ·½·¨ - ²»Òª /// ʹÓôúÂë±à¼­Æ÷Ð޸Ĵ˷½·¨µÄÄÚÈÝ¡£ /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.cmbHYear = new System.Windows.Forms.ComboBox(); this.cmbHPeriod = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.cmbHPeriod); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.cmbHYear); this.panel1.Controls.Add(this.label1); this.panel1.Controls.SetChildIndex(this.label1, 0); this.panel1.Controls.SetChildIndex(this.cmbHYear, 0); this.panel1.Controls.SetChildIndex(this.label2, 0); this.panel1.Controls.SetChildIndex(this.cmbHPeriod, 0); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(26, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 104; this.label1.Text = "»á¼ÆÄ꣺"; // // cmbHYear // this.cmbHYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbHYear.FormattingEnabled = true; this.cmbHYear.Location = new System.Drawing.Point(84, 8); this.cmbHYear.Name = "cmbHYear"; this.cmbHYear.Size = new System.Drawing.Size(94, 20); this.cmbHYear.TabIndex = 105; // // cmbHPeriod // this.cmbHPeriod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbHPeriod.FormattingEnabled = true; this.cmbHPeriod.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"}); this.cmbHPeriod.Location = new System.Drawing.Point(269, 8); this.cmbHPeriod.Name = "cmbHPeriod"; this.cmbHPeriod.Size = new System.Drawing.Size(85, 20); this.cmbHPeriod.TabIndex = 107; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(198, 10); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 106; this.label2.Text = "»á¼ÆÆÚ¼ä£º"; // // Gy_DataIn_HotWater // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.ClientSize = new System.Drawing.Size(1095, 631); this.Name = "Gy_DataIn_HotWater"; this.Text = "Êý¾Ýµ¼ÈëÄ£¿é"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ComboBox cmbHPeriod; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cmbHYear; private System.Windows.Forms.Label label1; } }