| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383 |
-
- namespace BeltScaleSystem
- {
- partial class ucBeltInstrumentInfo
- {
- /// <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();
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucBeltInstrumentInfo));
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
- this.label18 = new System.Windows.Forms.Label();
- this.cumulative_weight_Ted = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.realtime_amount_Ted = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.label20 = new System.Windows.Forms.Label();
- this.label21 = new System.Windows.Forms.Label();
- this.belt_speed_Ted = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.label1 = new System.Windows.Forms.Label();
- this.PntNameLabel = new System.Windows.Forms.Label();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
- this.cumulative_weight_Ted_1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.label2 = new System.Windows.Forms.Label();
- this.realtime_amount_Ted_1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.belt_speed_Ted_1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.cumulative_weight_Ted)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.realtime_amount_Ted)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.belt_speed_Ted)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
- this.ultraGroupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cumulative_weight_Ted_1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.realtime_amount_Ted_1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.belt_speed_Ted_1)).BeginInit();
- this.SuspendLayout();
- //
- // label18
- //
- this.label18.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label18.AutoSize = true;
- this.label18.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
- this.label18.Location = new System.Drawing.Point(26, 91);
- this.label18.Margin = new System.Windows.Forms.Padding(3, 0, 3, 5);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(110, 24);
- this.label18.TabIndex = 2;
- this.label18.Text = "当前累计";
- this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // cumulative_weight_Ted
- //
- appearance1.BackColor = System.Drawing.Color.Black;
- appearance1.ForeColor = System.Drawing.Color.Lime;
- appearance1.ForeColorDisabled = System.Drawing.Color.Lime;
- appearance1.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance1.ImageBackground")));
- appearance1.TextHAlignAsString = "Right";
- this.cumulative_weight_Ted.Appearance = appearance1;
- this.cumulative_weight_Ted.BackColor = System.Drawing.Color.Black;
- this.cumulative_weight_Ted.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
- this.cumulative_weight_Ted.Enabled = false;
- this.cumulative_weight_Ted.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
- this.cumulative_weight_Ted.Location = new System.Drawing.Point(142, 87);
- this.cumulative_weight_Ted.Name = "cumulative_weight_Ted";
- this.cumulative_weight_Ted.ReadOnly = true;
- this.cumulative_weight_Ted.Size = new System.Drawing.Size(216, 34);
- this.cumulative_weight_Ted.TabIndex = 598;
- this.cumulative_weight_Ted.Text = "0t";
- //
- // realtime_amount_Ted
- //
- appearance2.BackColor = System.Drawing.Color.Black;
- appearance2.ForeColor = System.Drawing.Color.Lime;
- appearance2.ForeColorDisabled = System.Drawing.Color.Lime;
- appearance2.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance2.ImageBackground")));
- appearance2.TextHAlignAsString = "Right";
- this.realtime_amount_Ted.Appearance = appearance2;
- this.realtime_amount_Ted.BackColor = System.Drawing.Color.Black;
- this.realtime_amount_Ted.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
- this.realtime_amount_Ted.Enabled = false;
- this.realtime_amount_Ted.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
- this.realtime_amount_Ted.Location = new System.Drawing.Point(142, 175);
- this.realtime_amount_Ted.Name = "realtime_amount_Ted";
- this.realtime_amount_Ted.ReadOnly = true;
- this.realtime_amount_Ted.Size = new System.Drawing.Size(216, 34);
- this.realtime_amount_Ted.TabIndex = 600;
- this.realtime_amount_Ted.Text = "0t/h";
- //
- // label20
- //
- this.label20.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label20.AutoSize = true;
- this.label20.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
- this.label20.Location = new System.Drawing.Point(26, 175);
- this.label20.Margin = new System.Windows.Forms.Padding(3, 0, 3, 5);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(110, 24);
- this.label20.TabIndex = 601;
- this.label20.Text = "瞬时流量";
- this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label21
- //
- this.label21.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label21.AutoSize = true;
- this.label21.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
- this.label21.Location = new System.Drawing.Point(24, 29);
- this.label21.Margin = new System.Windows.Forms.Padding(3, 0, 3, 5);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(110, 24);
- this.label21.TabIndex = 602;
- this.label21.Text = "皮带速度";
- this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.label21.Visible = false;
- //
- // belt_speed_Ted
- //
- appearance3.BackColor = System.Drawing.Color.Black;
- appearance3.ForeColor = System.Drawing.Color.Lime;
- appearance3.ForeColorDisabled = System.Drawing.Color.Lime;
- appearance3.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance3.ImageBackground")));
- appearance3.TextHAlignAsString = "Right";
- this.belt_speed_Ted.Appearance = appearance3;
- this.belt_speed_Ted.BackColor = System.Drawing.Color.Black;
- this.belt_speed_Ted.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
- this.belt_speed_Ted.Enabled = false;
- this.belt_speed_Ted.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
- this.belt_speed_Ted.Location = new System.Drawing.Point(142, 25);
- this.belt_speed_Ted.Name = "belt_speed_Ted";
- this.belt_speed_Ted.ReadOnly = true;
- this.belt_speed_Ted.Size = new System.Drawing.Size(152, 34);
- this.belt_speed_Ted.TabIndex = 603;
- this.belt_speed_Ted.Text = "0m/s";
- this.belt_speed_Ted.Visible = false;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
- this.label1.Location = new System.Drawing.Point(20, 36);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(85, 24);
- this.label1.TabIndex = 604;
- this.label1.Text = "计量点";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // PntNameLabel
- //
- this.PntNameLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.PntNameLabel.AutoSize = true;
- this.PntNameLabel.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
- this.PntNameLabel.ForeColor = System.Drawing.Color.Firebrick;
- this.PntNameLabel.Location = new System.Drawing.Point(132, 36);
- this.PntNameLabel.Name = "PntNameLabel";
- this.PntNameLabel.Size = new System.Drawing.Size(123, 24);
- this.PntNameLabel.TabIndex = 605;
- this.PntNameLabel.Text = "新区4号磅";
- this.PntNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // timer1
- //
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.cumulative_weight_Ted);
- this.ultraGroupBox1.Controls.Add(this.label18);
- this.ultraGroupBox1.Controls.Add(this.realtime_amount_Ted);
- this.ultraGroupBox1.Controls.Add(this.belt_speed_Ted);
- this.ultraGroupBox1.Controls.Add(this.label20);
- this.ultraGroupBox1.Controls.Add(this.label21);
- this.ultraGroupBox1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGroupBox1.Location = new System.Drawing.Point(8, 64);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(408, 285);
- this.ultraGroupBox1.TabIndex = 606;
- //
- // ultraGroupBox2
- //
- this.ultraGroupBox2.Controls.Add(this.cumulative_weight_Ted_1);
- this.ultraGroupBox2.Controls.Add(this.label2);
- this.ultraGroupBox2.Controls.Add(this.realtime_amount_Ted_1);
- this.ultraGroupBox2.Controls.Add(this.belt_speed_Ted_1);
- this.ultraGroupBox2.Controls.Add(this.label3);
- this.ultraGroupBox2.Controls.Add(this.label4);
- this.ultraGroupBox2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGroupBox2.Location = new System.Drawing.Point(332, 13);
- this.ultraGroupBox2.Name = "ultraGroupBox2";
- this.ultraGroupBox2.Size = new System.Drawing.Size(100, 47);
- this.ultraGroupBox2.TabIndex = 607;
- this.ultraGroupBox2.Text = "B秤";
- this.ultraGroupBox2.Visible = false;
- //
- // cumulative_weight_Ted_1
- //
- appearance33.BackColor = System.Drawing.Color.Black;
- appearance33.ForeColor = System.Drawing.Color.Lime;
- appearance33.ForeColorDisabled = System.Drawing.Color.Lime;
- appearance33.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance33.ImageBackground")));
- appearance33.TextHAlignAsString = "Right";
- this.cumulative_weight_Ted_1.Appearance = appearance33;
- this.cumulative_weight_Ted_1.BackColor = System.Drawing.Color.Black;
- this.cumulative_weight_Ted_1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
- this.cumulative_weight_Ted_1.Enabled = false;
- this.cumulative_weight_Ted_1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
- this.cumulative_weight_Ted_1.Location = new System.Drawing.Point(120, 54);
- this.cumulative_weight_Ted_1.Name = "cumulative_weight_Ted_1";
- this.cumulative_weight_Ted_1.ReadOnly = true;
- this.cumulative_weight_Ted_1.Size = new System.Drawing.Size(152, 34);
- this.cumulative_weight_Ted_1.TabIndex = 598;
- this.cumulative_weight_Ted_1.Text = "0t";
- //
- // label2
- //
- this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
- this.label2.Location = new System.Drawing.Point(6, 58);
- this.label2.Margin = new System.Windows.Forms.Padding(3, 0, 3, 5);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(110, 24);
- this.label2.TabIndex = 2;
- this.label2.Text = "当前累计";
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // realtime_amount_Ted_1
- //
- appearance38.BackColor = System.Drawing.Color.Black;
- appearance38.ForeColor = System.Drawing.Color.Lime;
- appearance38.ForeColorDisabled = System.Drawing.Color.Lime;
- appearance38.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance38.ImageBackground")));
- appearance38.TextHAlignAsString = "Right";
- this.realtime_amount_Ted_1.Appearance = appearance38;
- this.realtime_amount_Ted_1.BackColor = System.Drawing.Color.Black;
- this.realtime_amount_Ted_1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
- this.realtime_amount_Ted_1.Enabled = false;
- this.realtime_amount_Ted_1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
- this.realtime_amount_Ted_1.Location = new System.Drawing.Point(120, 111);
- this.realtime_amount_Ted_1.Name = "realtime_amount_Ted_1";
- this.realtime_amount_Ted_1.ReadOnly = true;
- this.realtime_amount_Ted_1.Size = new System.Drawing.Size(152, 34);
- this.realtime_amount_Ted_1.TabIndex = 600;
- this.realtime_amount_Ted_1.Text = "0t/h";
- //
- // belt_speed_Ted_1
- //
- appearance37.BackColor = System.Drawing.Color.Black;
- appearance37.ForeColor = System.Drawing.Color.Lime;
- appearance37.ForeColorDisabled = System.Drawing.Color.Lime;
- appearance37.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance37.ImageBackground")));
- appearance37.TextHAlignAsString = "Right";
- this.belt_speed_Ted_1.Appearance = appearance37;
- this.belt_speed_Ted_1.BackColor = System.Drawing.Color.Black;
- this.belt_speed_Ted_1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
- this.belt_speed_Ted_1.Enabled = false;
- this.belt_speed_Ted_1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
- this.belt_speed_Ted_1.Location = new System.Drawing.Point(120, 167);
- this.belt_speed_Ted_1.Name = "belt_speed_Ted_1";
- this.belt_speed_Ted_1.ReadOnly = true;
- this.belt_speed_Ted_1.Size = new System.Drawing.Size(152, 34);
- this.belt_speed_Ted_1.TabIndex = 603;
- this.belt_speed_Ted_1.Text = "0m/s";
- //
- // label3
- //
- this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
- this.label3.Location = new System.Drawing.Point(20, 115);
- this.label3.Margin = new System.Windows.Forms.Padding(3, 0, 3, 5);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(85, 24);
- this.label3.TabIndex = 601;
- this.label3.Text = "实时量";
- this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label4
- //
- this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
- this.label4.Location = new System.Drawing.Point(4, 171);
- this.label4.Margin = new System.Windows.Forms.Padding(3, 0, 3, 5);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(110, 24);
- this.label4.TabIndex = 602;
- this.label4.Text = "皮带速度";
- this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // ucBeltInstrumentInfo
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.ultraGroupBox1);
- this.Controls.Add(this.PntNameLabel);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.ultraGroupBox2);
- this.Name = "ucBeltInstrumentInfo";
- this.Size = new System.Drawing.Size(450, 368);
- this.Load += new System.EventHandler(this.ucBeltInstrumentInfo_Load);
- ((System.ComponentModel.ISupportInitialize)(this.cumulative_weight_Ted)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.realtime_amount_Ted)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.belt_speed_Ted)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
- this.ultraGroupBox2.ResumeLayout(false);
- this.ultraGroupBox2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cumulative_weight_Ted_1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.realtime_amount_Ted_1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.belt_speed_Ted_1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label18;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor cumulative_weight_Ted;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor realtime_amount_Ted;
- private System.Windows.Forms.Label label20;
- private System.Windows.Forms.Label label21;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor belt_speed_Ted;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label PntNameLabel;
- private System.Windows.Forms.Timer timer1;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor cumulative_weight_Ted_1;
- private System.Windows.Forms.Label label2;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor realtime_amount_Ted_1;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor belt_speed_Ted_1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- }
- }
|