| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199 |
- namespace MeterModuleLibrary
- {
- partial class ucWeightT
- {
- /// <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()
- {
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucWeightT));
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- this.txtWeight = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txtUnit = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.panel1 = new System.Windows.Forms.Panel();
- this.btnExceedRange = new System.Windows.Forms.Button();
- this.picExceed = new System.Windows.Forms.PictureBox();
- this.panel2 = new System.Windows.Forms.Panel();
- this.btnStable = new System.Windows.Forms.Button();
- this.picStable = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.txtWeight)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtUnit)).BeginInit();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picExceed)).BeginInit();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picStable)).BeginInit();
- this.SuspendLayout();
- //
- // txtWeight
- //
- 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.txtWeight.Appearance = appearance1;
- this.txtWeight.BackColor = System.Drawing.Color.Black;
- this.txtWeight.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
- this.txtWeight.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtWeight.Enabled = false;
- this.txtWeight.Font = new System.Drawing.Font("宋体", 35F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(200)));
- this.txtWeight.Location = new System.Drawing.Point(0, 0);
- this.txtWeight.Multiline = true;
- this.txtWeight.Name = "txtWeight";
- this.txtWeight.ReadOnly = true;
- this.txtWeight.Size = new System.Drawing.Size(173, 50);
- this.txtWeight.TabIndex = 588;
- this.txtWeight.Text = "0";
- //
- // txtUnit
- //
- 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.txtUnit.Appearance = appearance2;
- this.txtUnit.BackColor = System.Drawing.Color.Black;
- this.txtUnit.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
- this.txtUnit.Dock = System.Windows.Forms.DockStyle.Right;
- this.txtUnit.Enabled = false;
- this.txtUnit.Font = new System.Drawing.Font("宋体", 35F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(200)));
- this.txtUnit.Location = new System.Drawing.Point(173, 0);
- this.txtUnit.Multiline = true;
- this.txtUnit.Name = "txtUnit";
- this.txtUnit.ReadOnly = true;
- this.txtUnit.Size = new System.Drawing.Size(69, 50);
- this.txtUnit.TabIndex = 587;
- this.txtUnit.Text = "T";
- //
- // panel1
- //
- this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel1.Controls.Add(this.btnExceedRange);
- this.panel1.Controls.Add(this.picExceed);
- this.panel1.Controls.Add(this.panel2);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
- this.panel1.Location = new System.Drawing.Point(242, 0);
- this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(106, 50);
- this.panel1.TabIndex = 586;
- //
- // btnExceedRange
- //
- this.btnExceedRange.BackColor = System.Drawing.Color.White;
- this.btnExceedRange.Dock = System.Windows.Forms.DockStyle.Fill;
- this.btnExceedRange.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnExceedRange.Font = new System.Drawing.Font("楷体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
- this.btnExceedRange.ForeColor = System.Drawing.Color.Black;
- this.btnExceedRange.Location = new System.Drawing.Point(26, 26);
- this.btnExceedRange.Name = "btnExceedRange";
- this.btnExceedRange.Size = new System.Drawing.Size(78, 22);
- this.btnExceedRange.TabIndex = 590;
- this.btnExceedRange.Text = "超量程";
- this.btnExceedRange.UseVisualStyleBackColor = false;
- //
- // picExceed
- //
- this.picExceed.Dock = System.Windows.Forms.DockStyle.Left;
- this.picExceed.Image = ((System.Drawing.Image)(resources.GetObject("picExceed.Image")));
- this.picExceed.Location = new System.Drawing.Point(0, 26);
- this.picExceed.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.picExceed.Name = "picExceed";
- this.picExceed.Size = new System.Drawing.Size(26, 22);
- this.picExceed.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.picExceed.TabIndex = 589;
- this.picExceed.TabStop = false;
- //
- // panel2
- //
- this.panel2.Controls.Add(this.btnStable);
- this.panel2.Controls.Add(this.picStable);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(104, 26);
- this.panel2.TabIndex = 0;
- //
- // btnStable
- //
- this.btnStable.BackColor = System.Drawing.Color.White;
- this.btnStable.Dock = System.Windows.Forms.DockStyle.Top;
- this.btnStable.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnStable.Font = new System.Drawing.Font("楷体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
- this.btnStable.ForeColor = System.Drawing.Color.Black;
- this.btnStable.Location = new System.Drawing.Point(26, 0);
- this.btnStable.Name = "btnStable";
- this.btnStable.Size = new System.Drawing.Size(78, 29);
- this.btnStable.TabIndex = 589;
- this.btnStable.Text = "重量稳定";
- this.btnStable.UseVisualStyleBackColor = false;
- //
- // picStable
- //
- this.picStable.Dock = System.Windows.Forms.DockStyle.Left;
- this.picStable.Image = ((System.Drawing.Image)(resources.GetObject("picStable.Image")));
- this.picStable.Location = new System.Drawing.Point(0, 0);
- this.picStable.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.picStable.Name = "picStable";
- this.picStable.Size = new System.Drawing.Size(26, 26);
- this.picStable.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.picStable.TabIndex = 588;
- this.picStable.TabStop = false;
- //
- // ucWeightT
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.txtWeight);
- this.Controls.Add(this.txtUnit);
- this.Controls.Add(this.panel1);
- this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.Name = "ucWeightT";
- this.Size = new System.Drawing.Size(348, 50);
- ((System.ComponentModel.ISupportInitialize)(this.txtWeight)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtUnit)).EndInit();
- this.panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.picExceed)).EndInit();
- this.panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.picStable)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtWeight;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtUnit;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Button btnStable;
- private System.Windows.Forms.PictureBox picStable;
- private System.Windows.Forms.Button btnExceedRange;
- private System.Windows.Forms.PictureBox picExceed;
- }
- }
|