namespace Sunny.UI.Demo { partial class FMeter { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FMeter)); this.uiMillisecondTimer1 = new Sunny.UI.UIMillisecondTimer(this.components); this.uiPanel1 = new Sunny.UI.UIPanel(); this.uiAnalogMeter1 = new Sunny.UI.UIAnalogMeter(); this.uiLine9 = new Sunny.UI.UILine(); this.uiRoundMeter2 = new Sunny.UI.UIRoundMeter(); this.uiLine6 = new Sunny.UI.UILine(); this.uiRoundMeter1 = new Sunny.UI.UIRoundMeter(); this.uiPanel1.SuspendLayout(); this.SuspendLayout(); // // uiMillisecondTimer1 // this.uiMillisecondTimer1.Interval = 100; this.uiMillisecondTimer1.TagString = null; this.uiMillisecondTimer1.Tick += new System.EventHandler(this.uiMillisecondTimer1_Tick); // // uiPanel1 // this.uiPanel1.Controls.Add(this.uiAnalogMeter1); this.uiPanel1.Controls.Add(this.uiLine9); this.uiPanel1.Controls.Add(this.uiRoundMeter2); this.uiPanel1.Controls.Add(this.uiLine6); this.uiPanel1.Controls.Add(this.uiRoundMeter1); this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.uiPanel1.FillColor2 = System.Drawing.Color.CornflowerBlue; this.uiPanel1.FillColorGradient = true; this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiPanel1.Location = new System.Drawing.Point(0, 35); this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel1.Name = "uiPanel1"; this.uiPanel1.RadiusSides = Sunny.UI.UICornerRadiusSides.None; this.uiPanel1.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None; this.uiPanel1.Size = new System.Drawing.Size(800, 415); this.uiPanel1.Style = Sunny.UI.UIStyle.Custom; this.uiPanel1.StyleCustomMode = true; this.uiPanel1.TabIndex = 69; this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // uiAnalogMeter1 // this.uiAnalogMeter1.BackColor = System.Drawing.Color.Transparent; this.uiAnalogMeter1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiAnalogMeter1.Location = new System.Drawing.Point(381, 61); this.uiAnalogMeter1.MaxValue = 100D; this.uiAnalogMeter1.MinimumSize = new System.Drawing.Size(1, 1); this.uiAnalogMeter1.MinValue = 0D; this.uiAnalogMeter1.Name = "uiAnalogMeter1"; this.uiAnalogMeter1.Renderer = null; this.uiAnalogMeter1.Size = new System.Drawing.Size(140, 140); this.uiAnalogMeter1.TabIndex = 73; this.uiAnalogMeter1.Text = "uiAnalogMeter1"; this.uiAnalogMeter1.Value = 0D; // // uiLine9 // this.uiLine9.BackColor = System.Drawing.Color.Transparent; this.uiLine9.FillColor = System.Drawing.Color.Transparent; this.uiLine9.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLine9.LineDashStyle = Sunny.UI.UILineDashStyle.None; this.uiLine9.Location = new System.Drawing.Point(381, 20); this.uiLine9.MinimumSize = new System.Drawing.Size(16, 16); this.uiLine9.Name = "uiLine9"; this.uiLine9.Size = new System.Drawing.Size(319, 20); this.uiLine9.Style = Sunny.UI.UIStyle.Custom; this.uiLine9.TabIndex = 72; this.uiLine9.Text = "UIAnalogMeter"; this.uiLine9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiRoundMeter2 // this.uiRoundMeter2.Angle = 0D; this.uiRoundMeter2.AngleImage = ((System.Drawing.Image)(resources.GetObject("uiRoundMeter2.AngleImage"))); this.uiRoundMeter2.BackColor = System.Drawing.Color.Transparent; this.uiRoundMeter2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("uiRoundMeter2.BackgroundImage"))); this.uiRoundMeter2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.uiRoundMeter2.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiRoundMeter2.Location = new System.Drawing.Point(186, 56); this.uiRoundMeter2.MeterType = Sunny.UI.UIRoundMeter.TMeterType.Wind; this.uiRoundMeter2.MinimumSize = new System.Drawing.Size(1, 1); this.uiRoundMeter2.Name = "uiRoundMeter2"; this.uiRoundMeter2.Size = new System.Drawing.Size(140, 140); this.uiRoundMeter2.TabIndex = 71; this.uiRoundMeter2.Text = "uiRoundMeter2"; // // uiLine6 // this.uiLine6.BackColor = System.Drawing.Color.Transparent; this.uiLine6.FillColor = System.Drawing.Color.Transparent; this.uiLine6.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLine6.LineDashStyle = Sunny.UI.UILineDashStyle.None; this.uiLine6.Location = new System.Drawing.Point(30, 20); this.uiLine6.MinimumSize = new System.Drawing.Size(16, 16); this.uiLine6.Name = "uiLine6"; this.uiLine6.Size = new System.Drawing.Size(319, 20); this.uiLine6.Style = Sunny.UI.UIStyle.Custom; this.uiLine6.TabIndex = 70; this.uiLine6.Text = "UIRoundMeter"; this.uiLine6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiRoundMeter1 // this.uiRoundMeter1.Angle = 0D; this.uiRoundMeter1.AngleImage = ((System.Drawing.Image)(resources.GetObject("uiRoundMeter1.AngleImage"))); this.uiRoundMeter1.BackColor = System.Drawing.Color.Transparent; this.uiRoundMeter1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("uiRoundMeter1.BackgroundImage"))); this.uiRoundMeter1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.uiRoundMeter1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiRoundMeter1.Location = new System.Drawing.Point(30, 51); this.uiRoundMeter1.MinimumSize = new System.Drawing.Size(1, 1); this.uiRoundMeter1.Name = "uiRoundMeter1"; this.uiRoundMeter1.Size = new System.Drawing.Size(150, 150); this.uiRoundMeter1.TabIndex = 69; this.uiRoundMeter1.Text = "uiRoundMeter1"; // // FMeter // this.AllowShowTitle = true; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.uiPanel1); this.Name = "FMeter"; this.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0); this.ShowTitle = true; this.Symbol = 61668; this.Text = "Meter"; this.uiPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private UIMillisecondTimer uiMillisecondTimer1; private UIPanel uiPanel1; private UIAnalogMeter uiAnalogMeter1; private UILine uiLine9; private UIRoundMeter uiRoundMeter2; private UILine uiLine6; private UIRoundMeter uiRoundMeter1; } }