123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215 |
-
- namespace IntelligentControlForsx.MyControls
- {
- partial class StatusControl
- {
- /// <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.components = new System.ComponentModel.Container();
- this.speed = new System.Windows.Forms.Label();
- this.power = new System.Windows.Forms.Label();
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
- this.title = new System.Windows.Forms.Label();
- this.tableLayoutPanel1.SuspendLayout();
- this.contextMenuStrip1.SuspendLayout();
- this.tableLayoutPanel2.SuspendLayout();
- this.SuspendLayout();
- //
- // speed
- //
- this.speed.AutoSize = true;
- this.speed.Dock = System.Windows.Forms.DockStyle.Fill;
- this.speed.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.speed.ForeColor = System.Drawing.Color.White;
- this.speed.Location = new System.Drawing.Point(41, 0);
- this.speed.Margin = new System.Windows.Forms.Padding(0);
- this.speed.Name = "speed";
- this.speed.Size = new System.Drawing.Size(41, 16);
- this.speed.TabIndex = 1;
- this.speed.Text = "13.0";
- this.speed.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // power
- //
- this.power.AutoSize = true;
- this.power.Dock = System.Windows.Forms.DockStyle.Fill;
- this.power.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.power.ForeColor = System.Drawing.Color.White;
- this.power.Location = new System.Drawing.Point(0, 16);
- this.power.Margin = new System.Windows.Forms.Padding(0);
- this.power.Name = "power";
- this.power.Size = new System.Drawing.Size(82, 18);
- this.power.TabIndex = 2;
- this.power.Text = "13.0000";
- this.power.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.power.Click += new System.EventHandler(this.power_Click);
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.BackColor = System.Drawing.Color.Gray;
- this.tableLayoutPanel1.ColumnCount = 2;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 82F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 254F));
- this.tableLayoutPanel1.ContextMenuStrip = this.contextMenuStrip1;
- this.tableLayoutPanel1.Controls.Add(this.label5, 1, 1);
- this.tableLayoutPanel1.Controls.Add(this.label4, 1, 0);
- this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.power, 0, 1);
- this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(1, 1);
- this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 2;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 47.22222F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 52.77778F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(104, 34);
- this.tableLayoutPanel1.TabIndex = 6;
- //
- // contextMenuStrip1
- //
- this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripMenuItem2,
- this.toolStripMenuItem3});
- this.contextMenuStrip1.Name = "contextMenuStrip1";
- this.contextMenuStrip1.Size = new System.Drawing.Size(113, 48);
- //
- // toolStripMenuItem2
- //
- this.toolStripMenuItem2.Name = "toolStripMenuItem2";
- this.toolStripMenuItem2.Size = new System.Drawing.Size(112, 22);
- this.toolStripMenuItem2.Text = "等同于";
- this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
- //
- // toolStripMenuItem3
- //
- this.toolStripMenuItem3.Name = "toolStripMenuItem3";
- this.toolStripMenuItem3.Size = new System.Drawing.Size(112, 22);
- this.toolStripMenuItem3.Text = "还原";
- this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label5.Font = new System.Drawing.Font("新宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label5.ForeColor = System.Drawing.Color.White;
- this.label5.Location = new System.Drawing.Point(82, 16);
- this.label5.Margin = new System.Windows.Forms.Padding(0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(254, 18);
- this.label5.TabIndex = 5;
- this.label5.Text = "kW";
- this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label4.Font = new System.Drawing.Font("新宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.ForeColor = System.Drawing.Color.White;
- this.label4.Location = new System.Drawing.Point(82, 0);
- this.label4.Margin = new System.Windows.Forms.Padding(0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(254, 16);
- this.label4.TabIndex = 4;
- this.label4.Text = "m/s";
- this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // tableLayoutPanel2
- //
- this.tableLayoutPanel2.ColumnCount = 2;
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel2.Controls.Add(this.speed, 1, 0);
- this.tableLayoutPanel2.Controls.Add(this.title, 0, 0);
- this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
- this.tableLayoutPanel2.Name = "tableLayoutPanel2";
- this.tableLayoutPanel2.RowCount = 1;
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel2.Size = new System.Drawing.Size(82, 16);
- this.tableLayoutPanel2.TabIndex = 3;
- //
- // title
- //
- this.title.AutoSize = true;
- this.title.Dock = System.Windows.Forms.DockStyle.Fill;
- this.title.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
- this.title.ForeColor = System.Drawing.Color.White;
- this.title.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
- this.title.Location = new System.Drawing.Point(0, 0);
- this.title.Margin = new System.Windows.Forms.Padding(0);
- this.title.Name = "title";
- this.title.Size = new System.Drawing.Size(41, 16);
- this.title.TabIndex = 2;
- this.title.Text = "F139";
- this.title.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
- this.title.Click += new System.EventHandler(this.title_Click);
- //
- // StatusControl
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(35)))), ((int)(((byte)(77)))));
- this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.Controls.Add(this.tableLayoutPanel1);
- this.Cursor = System.Windows.Forms.Cursors.Hand;
- this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Margin = new System.Windows.Forms.Padding(1, 1, 0, 0);
- this.Name = "StatusControl";
- this.Padding = new System.Windows.Forms.Padding(1);
- this.Size = new System.Drawing.Size(106, 36);
- this.tableLayoutPanel1.ResumeLayout(false);
- this.tableLayoutPanel1.PerformLayout();
- this.contextMenuStrip1.ResumeLayout(false);
- this.tableLayoutPanel2.ResumeLayout(false);
- this.tableLayoutPanel2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label speed;
- private System.Windows.Forms.Label power;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
- private System.Windows.Forms.Label title;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- }
- }
|