123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436 |
- namespace IntelligentControlForsx.MyControls.windturbine
- {
- partial class GearBoxInfo
- {
- /// <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.label1 = new System.Windows.Forms.Label();
- this.label57 = new System.Windows.Forms.Label();
- this.panelLine10 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine11 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine12 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine3 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine2 = new IntelligentControlForsx.MyControls.PanelLine();
- this.panelLine1 = new IntelligentControlForsx.MyControls.PanelLine();
- this.P1_PointValue1 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
- this.P1_PointValue2 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
- this.P1_PointValue3 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
- this.P1_PointValue4 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
- this.P1_PointValue5 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
- this.P1_PointValue6 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
- this.P1_PointValue7 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
- this.P1_PointValue8 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
- this.P1_PointValue9 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
- this.P1_PointValue10 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
- this.P1_PointValue11 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
- this.P2_PointValue1 = new IntelligentControlForsx.MyControls.windturbine.PointValueAI();
- this.P2_PointValue2 = new IntelligentControlForsx.MyControls.windturbine.PointValueAI();
- this.P2_PointValue3 = new IntelligentControlForsx.MyControls.windturbine.PointValueAI();
- this.P2_PointValue4 = new IntelligentControlForsx.MyControls.windturbine.PointValueAI();
- this.P2_PointValue5 = new IntelligentControlForsx.MyControls.windturbine.PointValueAI();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.panelLine16 = new IntelligentControlForsx.MyControls.PanelLine();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.ForeColor = System.Drawing.Color.White;
- this.label1.Location = new System.Drawing.Point(55, 88);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(74, 22);
- this.label1.TabIndex = 3;
- this.label1.Text = "状态信息";
- //
- // label57
- //
- this.label57.AutoSize = true;
- this.label57.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label57.ForeColor = System.Drawing.Color.White;
- this.label57.Location = new System.Drawing.Point(1401, 51);
- this.label57.Name = "label57";
- this.label57.Size = new System.Drawing.Size(74, 22);
- this.label57.TabIndex = 102;
- this.label57.Text = "数值信息";
- //
- // panelLine10
- //
- this.panelLine10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine10.Location = new System.Drawing.Point(1384, 86);
- this.panelLine10.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine10.Name = "panelLine10";
- this.panelLine10.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine10.Size = new System.Drawing.Size(334, 392);
- this.panelLine10.TabIndex = 67;
- //
- // panelLine11
- //
- this.panelLine11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine11.Location = new System.Drawing.Point(1384, 35);
- this.panelLine11.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine11.Name = "panelLine11";
- this.panelLine11.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine11.Size = new System.Drawing.Size(176, 52);
- this.panelLine11.TabIndex = 66;
- //
- // panelLine12
- //
- this.panelLine12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine12.Location = new System.Drawing.Point(1543, 59);
- this.panelLine12.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine12.Name = "panelLine12";
- this.panelLine12.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine12.Size = new System.Drawing.Size(99, 33);
- this.panelLine12.TabIndex = 65;
- //
- // panelLine3
- //
- this.panelLine3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine3.Location = new System.Drawing.Point(38, 116);
- this.panelLine3.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine3.Name = "panelLine3";
- this.panelLine3.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine3.Size = new System.Drawing.Size(302, 516);
- this.panelLine3.TabIndex = 2;
- //
- // panelLine2
- //
- this.panelLine2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine2.Location = new System.Drawing.Point(38, 82);
- this.panelLine2.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine2.Name = "panelLine2";
- this.panelLine2.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine2.Size = new System.Drawing.Size(215, 38);
- this.panelLine2.TabIndex = 1;
- //
- // panelLine1
- //
- this.panelLine1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine1.Location = new System.Drawing.Point(251, 99);
- this.panelLine1.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine1.Name = "panelLine1";
- this.panelLine1.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine1.Size = new System.Drawing.Size(59, 20);
- this.panelLine1.TabIndex = 0;
- //
- // P1_PointValue1
- //
- this.P1_PointValue1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
- this.P1_PointValue1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.P1_PointValue1.Location = new System.Drawing.Point(41, 125);
- this.P1_PointValue1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.P1_PointValue1.Name = "P1_PointValue1";
- this.P1_PointValue1.NameString = "油位Ok";
- this.P1_PointValue1.Size = new System.Drawing.Size(295, 38);
- this.P1_PointValue1.StatusString = null;
- this.P1_PointValue1.TabIndex = 136;
- //
- // P1_PointValue2
- //
- this.P1_PointValue2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
- this.P1_PointValue2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.P1_PointValue2.Location = new System.Drawing.Point(41, 171);
- this.P1_PointValue2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.P1_PointValue2.Name = "P1_PointValue2";
- this.P1_PointValue2.NameString = "润滑油压力OK";
- this.P1_PointValue2.Size = new System.Drawing.Size(295, 38);
- this.P1_PointValue2.StatusString = null;
- this.P1_PointValue2.TabIndex = 137;
- //
- // P1_PointValue3
- //
- this.P1_PointValue3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
- this.P1_PointValue3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.P1_PointValue3.Location = new System.Drawing.Point(41, 217);
- this.P1_PointValue3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.P1_PointValue3.Name = "P1_PointValue3";
- this.P1_PointValue3.NameString = "润滑泵电机保护";
- this.P1_PointValue3.Size = new System.Drawing.Size(295, 38);
- this.P1_PointValue3.StatusString = null;
- this.P1_PointValue3.TabIndex = 137;
- //
- // P1_PointValue4
- //
- this.P1_PointValue4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
- this.P1_PointValue4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.P1_PointValue4.Location = new System.Drawing.Point(41, 263);
- this.P1_PointValue4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.P1_PointValue4.Name = "P1_PointValue4";
- this.P1_PointValue4.NameString = "润滑油加热保护";
- this.P1_PointValue4.Size = new System.Drawing.Size(295, 38);
- this.P1_PointValue4.StatusString = null;
- this.P1_PointValue4.TabIndex = 137;
- //
- // P1_PointValue5
- //
- this.P1_PointValue5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
- this.P1_PointValue5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.P1_PointValue5.Location = new System.Drawing.Point(41, 309);
- this.P1_PointValue5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.P1_PointValue5.Name = "P1_PointValue5";
- this.P1_PointValue5.NameString = "润滑滤网压差OK";
- this.P1_PointValue5.Size = new System.Drawing.Size(295, 38);
- this.P1_PointValue5.StatusString = null;
- this.P1_PointValue5.TabIndex = 137;
- //
- // P1_PointValue6
- //
- this.P1_PointValue6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
- this.P1_PointValue6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.P1_PointValue6.Location = new System.Drawing.Point(41, 355);
- this.P1_PointValue6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.P1_PointValue6.Name = "P1_PointValue6";
- this.P1_PointValue6.NameString = "润滑油温度高";
- this.P1_PointValue6.Size = new System.Drawing.Size(295, 38);
- this.P1_PointValue6.StatusString = null;
- this.P1_PointValue6.TabIndex = 137;
- //
- // P1_PointValue7
- //
- this.P1_PointValue7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
- this.P1_PointValue7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.P1_PointValue7.Location = new System.Drawing.Point(41, 401);
- this.P1_PointValue7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.P1_PointValue7.Name = "P1_PointValue7";
- this.P1_PointValue7.NameString = "齿轮箱油加热器";
- this.P1_PointValue7.Size = new System.Drawing.Size(295, 38);
- this.P1_PointValue7.StatusString = null;
- this.P1_PointValue7.TabIndex = 137;
- //
- // P1_PointValue8
- //
- this.P1_PointValue8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
- this.P1_PointValue8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.P1_PointValue8.Location = new System.Drawing.Point(41, 447);
- this.P1_PointValue8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.P1_PointValue8.Name = "P1_PointValue8";
- this.P1_PointValue8.NameString = "启动润滑加热器";
- this.P1_PointValue8.Size = new System.Drawing.Size(295, 38);
- this.P1_PointValue8.StatusString = null;
- this.P1_PointValue8.TabIndex = 137;
- //
- // P1_PointValue9
- //
- this.P1_PointValue9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
- this.P1_PointValue9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.P1_PointValue9.Location = new System.Drawing.Point(41, 493);
- this.P1_PointValue9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.P1_PointValue9.Name = "P1_PointValue9";
- this.P1_PointValue9.NameString = "启动润滑油泵高速A";
- this.P1_PointValue9.Size = new System.Drawing.Size(295, 38);
- this.P1_PointValue9.StatusString = null;
- this.P1_PointValue9.TabIndex = 137;
- //
- // P1_PointValue10
- //
- this.P1_PointValue10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
- this.P1_PointValue10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.P1_PointValue10.Location = new System.Drawing.Point(41, 539);
- this.P1_PointValue10.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.P1_PointValue10.Name = "P1_PointValue10";
- this.P1_PointValue10.NameString = "启动润滑油泵高速B";
- this.P1_PointValue10.Size = new System.Drawing.Size(295, 38);
- this.P1_PointValue10.StatusString = null;
- this.P1_PointValue10.TabIndex = 138;
- //
- // P1_PointValue11
- //
- this.P1_PointValue11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
- this.P1_PointValue11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.P1_PointValue11.Location = new System.Drawing.Point(41, 585);
- this.P1_PointValue11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.P1_PointValue11.Name = "P1_PointValue11";
- this.P1_PointValue11.NameString = "启动油泵加热器";
- this.P1_PointValue11.Size = new System.Drawing.Size(295, 38);
- this.P1_PointValue11.StatusString = null;
- this.P1_PointValue11.TabIndex = 138;
- //
- // P2_PointValue1
- //
- this.P2_PointValue1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
- this.P2_PointValue1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.P2_PointValue1.Location = new System.Drawing.Point(1419, 126);
- this.P2_PointValue1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.P2_PointValue1.Name = "P2_PointValue1";
- this.P2_PointValue1.NameString = "润滑油滤网入口压力";
- this.P2_PointValue1.Size = new System.Drawing.Size(295, 38);
- this.P2_PointValue1.TabIndex = 139;
- this.P2_PointValue1.UnitString = null;
- this.P2_PointValue1.ValueString = null;
- //
- // P2_PointValue2
- //
- this.P2_PointValue2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
- this.P2_PointValue2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.P2_PointValue2.Location = new System.Drawing.Point(1419, 167);
- this.P2_PointValue2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.P2_PointValue2.Name = "P2_PointValue2";
- this.P2_PointValue2.NameString = "润滑油滤网出口压力";
- this.P2_PointValue2.Size = new System.Drawing.Size(295, 38);
- this.P2_PointValue2.TabIndex = 139;
- this.P2_PointValue2.UnitString = null;
- this.P2_PointValue2.ValueString = null;
- //
- // P2_PointValue3
- //
- this.P2_PointValue3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
- this.P2_PointValue3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.P2_PointValue3.Location = new System.Drawing.Point(1419, 213);
- this.P2_PointValue3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.P2_PointValue3.Name = "P2_PointValue3";
- this.P2_PointValue3.NameString = "齿轮箱轴1温度";
- this.P2_PointValue3.Size = new System.Drawing.Size(295, 38);
- this.P2_PointValue3.TabIndex = 139;
- this.P2_PointValue3.UnitString = null;
- this.P2_PointValue3.ValueString = null;
- //
- // P2_PointValue4
- //
- this.P2_PointValue4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
- this.P2_PointValue4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.P2_PointValue4.Location = new System.Drawing.Point(1419, 259);
- this.P2_PointValue4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.P2_PointValue4.Name = "P2_PointValue4";
- this.P2_PointValue4.NameString = "齿轮箱轴2温度";
- this.P2_PointValue4.Size = new System.Drawing.Size(295, 38);
- this.P2_PointValue4.TabIndex = 139;
- this.P2_PointValue4.UnitString = null;
- this.P2_PointValue4.ValueString = null;
- //
- // P2_PointValue5
- //
- this.P2_PointValue5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
- this.P2_PointValue5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.P2_PointValue5.Location = new System.Drawing.Point(1419, 305);
- this.P2_PointValue5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.P2_PointValue5.Name = "P2_PointValue5";
- this.P2_PointValue5.NameString = "入口油温度";
- this.P2_PointValue5.Size = new System.Drawing.Size(295, 38);
- this.P2_PointValue5.TabIndex = 139;
- this.P2_PointValue5.UnitString = null;
- this.P2_PointValue5.ValueString = null;
- //
- // timer1
- //
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // panelLine16
- //
- this.panelLine16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.panelLine16.Location = new System.Drawing.Point(365, 79);
- this.panelLine16.Margin = new System.Windows.Forms.Padding(0);
- this.panelLine16.Name = "panelLine16";
- this.panelLine16.Padding = new System.Windows.Forms.Padding(1);
- this.panelLine16.Size = new System.Drawing.Size(997, 562);
- this.panelLine16.TabIndex = 151;
- //
- // pictureBox1
- //
- this.pictureBox1.Image = global::IntelligentControlForsx.Properties.Resources.clx;
- this.pictureBox1.Location = new System.Drawing.Point(366, 80);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(995, 560);
- this.pictureBox1.TabIndex = 152;
- this.pictureBox1.TabStop = false;
- //
- // GearBoxInfo
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.panelLine16);
- this.Controls.Add(this.P2_PointValue5);
- this.Controls.Add(this.P2_PointValue4);
- this.Controls.Add(this.P2_PointValue3);
- this.Controls.Add(this.P2_PointValue2);
- this.Controls.Add(this.P2_PointValue1);
- this.Controls.Add(this.P1_PointValue11);
- this.Controls.Add(this.P1_PointValue10);
- this.Controls.Add(this.P1_PointValue6);
- this.Controls.Add(this.P1_PointValue9);
- this.Controls.Add(this.P1_PointValue8);
- this.Controls.Add(this.P1_PointValue7);
- this.Controls.Add(this.P1_PointValue5);
- this.Controls.Add(this.P1_PointValue4);
- this.Controls.Add(this.P1_PointValue3);
- this.Controls.Add(this.P1_PointValue2);
- this.Controls.Add(this.P1_PointValue1);
- this.Controls.Add(this.label57);
- this.Controls.Add(this.panelLine10);
- this.Controls.Add(this.panelLine11);
- this.Controls.Add(this.panelLine12);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.panelLine3);
- this.Controls.Add(this.panelLine2);
- this.Controls.Add(this.panelLine1);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "GearBoxInfo";
- this.Size = new System.Drawing.Size(1760, 882);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private PanelLine panelLine1;
- private PanelLine panelLine2;
- private PanelLine panelLine3;
- private System.Windows.Forms.Label label1;
- private PanelLine panelLine10;
- private PanelLine panelLine11;
- private PanelLine panelLine12;
- private System.Windows.Forms.Label label57;
- private PointValueDI P1_PointValue1;
- private PointValueDI P1_PointValue2;
- private PointValueDI P1_PointValue3;
- private PointValueDI P1_PointValue4;
- private PointValueDI P1_PointValue5;
- private PointValueDI P1_PointValue6;
- private PointValueDI P1_PointValue7;
- private PointValueDI P1_PointValue8;
- private PointValueDI P1_PointValue9;
- private PointValueDI P1_PointValue10;
- private PointValueDI P1_PointValue11;
- private PointValueAI P2_PointValue1;
- private PointValueAI P2_PointValue2;
- private PointValueAI P2_PointValue3;
- private PointValueAI P2_PointValue4;
- private PointValueAI P2_PointValue5;
- private System.Windows.Forms.Timer timer1;
- private PanelLine panelLine16;
- private System.Windows.Forms.PictureBox pictureBox1;
- }
- }
|