namespace IStation.WinFrmUI.CalcErQu { partial class GaugeContentDlg { #region Component 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(GaugeContentDlg)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.gauge用电量 = new IStation.WinFrmUI.CalcErQu.GaugeContent(); this.gauge功率 = new IStation.WinFrmUI.CalcErQu.GaugeContent(); this.gauge供水量 = new IStation.WinFrmUI.CalcErQu.GaugeContent(); this.gauge长江水位 = new IStation.WinFrmUI.CalcErQu.GaugeContent(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Controls.Add(this.gauge用电量, 1, 1); this.tableLayoutPanel1.Controls.Add(this.gauge功率, 0, 1); this.tableLayoutPanel1.Controls.Add(this.gauge供水量, 1, 0); this.tableLayoutPanel1.Controls.Add(this.gauge长江水位, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(398, 368); this.tableLayoutPanel1.TabIndex = 5; // // gauge用电量 // this.gauge用电量.Caption = "用电量"; this.gauge用电量.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(171)))), ((int)(((byte)(24))))); this.gauge用电量.Dock = System.Windows.Forms.DockStyle.Fill; this.gauge用电量.Image = ((System.Drawing.Image)(resources.GetObject("gauge用电量.Image"))); this.gauge用电量.Location = new System.Drawing.Point(201, 186); this.gauge用电量.Margin = new System.Windows.Forms.Padding(2); this.gauge用电量.Name = "gauge用电量"; this.gauge用电量.Padding = new System.Windows.Forms.Padding(5); this.gauge用电量.Size = new System.Drawing.Size(195, 180); this.gauge用电量.TabIndex = 3; // // gauge功率 // this.gauge功率.Caption = "功率"; this.gauge功率.Color = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(53)))), ((int)(((byte)(67))))); this.gauge功率.Dock = System.Windows.Forms.DockStyle.Fill; this.gauge功率.Image = ((System.Drawing.Image)(resources.GetObject("gauge功率.Image"))); this.gauge功率.Location = new System.Drawing.Point(2, 186); this.gauge功率.Margin = new System.Windows.Forms.Padding(2); this.gauge功率.Name = "gauge功率"; this.gauge功率.Padding = new System.Windows.Forms.Padding(5); this.gauge功率.Size = new System.Drawing.Size(195, 180); this.gauge功率.TabIndex = 2; // // gauge供水量 // this.gauge供水量.Caption = "供水量"; this.gauge供水量.Color = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(190)))), ((int)(((byte)(251))))); this.gauge供水量.Dock = System.Windows.Forms.DockStyle.Fill; this.gauge供水量.Image = ((System.Drawing.Image)(resources.GetObject("gauge供水量.Image"))); this.gauge供水量.Location = new System.Drawing.Point(201, 2); this.gauge供水量.Margin = new System.Windows.Forms.Padding(2); this.gauge供水量.Name = "gauge供水量"; this.gauge供水量.Padding = new System.Windows.Forms.Padding(5); this.gauge供水量.Size = new System.Drawing.Size(195, 180); this.gauge供水量.TabIndex = 1; // // gauge长江水位 // this.gauge长江水位.AutoSize = true; this.gauge长江水位.Caption = "长江水位"; this.gauge长江水位.Color = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(178)))), ((int)(((byte)(121))))); this.gauge长江水位.Dock = System.Windows.Forms.DockStyle.Fill; this.gauge长江水位.Image = ((System.Drawing.Image)(resources.GetObject("gauge长江水位.Image"))); this.gauge长江水位.Location = new System.Drawing.Point(2, 2); this.gauge长江水位.Margin = new System.Windows.Forms.Padding(2); this.gauge长江水位.Name = "gauge长江水位"; this.gauge长江水位.Padding = new System.Windows.Forms.Padding(5); this.gauge长江水位.Size = new System.Drawing.Size(195, 180); this.gauge长江水位.TabIndex = 0; // // AnimationTipDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(398, 368); this.Controls.Add(this.tableLayoutPanel1); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "AnimationTipDlg"; this.Load += new System.EventHandler(this.AnimationTipDlg_Load); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private GaugeContent gauge用电量; private GaugeContent gauge功率; private GaugeContent gauge供水量; private GaugeContent gauge长江水位; } }