namespace StorageMeterSystem
{
partial class frmHotDeliveryWeightWarn
{
///
/// 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();
Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmHotDeliveryWeightWarn));
Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
this.dataSet2 = new System.Data.DataSet();
this.dataTable1 = new System.Data.DataTable();
this.dataColumn1 = new System.Data.DataColumn();
this.dataColumn4 = new System.Data.DataColumn();
this.dataColumn5 = new System.Data.DataColumn();
this.dataColumn6 = new System.Data.DataColumn();
this.dataColumn7 = new System.Data.DataColumn();
this.dataColumn8 = new System.Data.DataColumn();
this.dataColumn10 = new System.Data.DataColumn();
this.dataColumn11 = new System.Data.DataColumn();
this.dataColumn16 = new System.Data.DataColumn();
this.dataColumn22 = new System.Data.DataColumn();
this.dataColumn32 = new System.Data.DataColumn();
this.dataColumn33 = new System.Data.DataColumn();
this.dataColumn35 = new System.Data.DataColumn();
this.dataColumn39 = new System.Data.DataColumn();
this.dataColumn40 = new System.Data.DataColumn();
this.dataColumn42 = new System.Data.DataColumn();
this.dataColumn43 = new System.Data.DataColumn();
this.dataColumn2 = new System.Data.DataColumn();
this.dataColumn3 = new System.Data.DataColumn();
this.dataColumn9 = new System.Data.DataColumn();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.panel2 = new System.Windows.Forms.Panel();
this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
this.lbState = new System.Windows.Forms.Label();
this.txtWeight = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraGroupBoxCondition = new Infragistics.Win.Misc.UltraGroupBox();
this.numLimit = new System.Windows.Forms.NumericUpDown();
this.label1 = new System.Windows.Forms.Label();
this.btStart = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.btSetLimit = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.cmbPoint = new Infragistics.Win.UltraWinGrid.UltraCombo();
this.timer1 = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
this.ultraGroupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtWeight)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).BeginInit();
this.ultraGroupBoxCondition.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numLimit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbPoint)).BeginInit();
this.SuspendLayout();
//
// dataSet2
//
this.dataSet2.DataSetName = "NewDataSet";
this.dataSet2.Locale = new System.Globalization.CultureInfo("zh-CN");
this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
this.dataTable1});
//
// dataTable1
//
this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
this.dataColumn1,
this.dataColumn4,
this.dataColumn5,
this.dataColumn6,
this.dataColumn7,
this.dataColumn8,
this.dataColumn10,
this.dataColumn11,
this.dataColumn16,
this.dataColumn22,
this.dataColumn32,
this.dataColumn33,
this.dataColumn35,
this.dataColumn39,
this.dataColumn40,
this.dataColumn42,
this.dataColumn43,
this.dataColumn2,
this.dataColumn3,
this.dataColumn9});
this.dataTable1.TableName = "单只重量";
//
// dataColumn1
//
this.dataColumn1.Caption = "重量编号";
this.dataColumn1.ColumnName = "singleWgtNo";
//
// dataColumn4
//
this.dataColumn4.Caption = "备注";
this.dataColumn4.ColumnName = "memo";
//
// dataColumn5
//
this.dataColumn5.Caption = "状态";
this.dataColumn5.ColumnName = "valueFlag";
//
// dataColumn6
//
this.dataColumn6.Caption = "创建人编号";
this.dataColumn6.ColumnName = "createManNo";
//
// dataColumn7
//
this.dataColumn7.Caption = "司秤工";
this.dataColumn7.ColumnName = "createManName";
//
// dataColumn8
//
this.dataColumn8.Caption = "第一次审核时间";
this.dataColumn8.ColumnName = "createTime";
//
// dataColumn10
//
this.dataColumn10.Caption = "修改人编号";
this.dataColumn10.ColumnName = "updateManNo";
//
// dataColumn11
//
this.dataColumn11.Caption = "修改人";
this.dataColumn11.ColumnName = "updateManName";
//
// dataColumn16
//
this.dataColumn16.Caption = "钢号编码";
this.dataColumn16.ColumnName = "gradeNo";
//
// dataColumn22
//
this.dataColumn22.Caption = "产量时间";
this.dataColumn22.ColumnName = "productDate";
//
// dataColumn32
//
this.dataColumn32.Caption = "计量点编号";
this.dataColumn32.ColumnName = "baseSpotNo";
//
// dataColumn33
//
this.dataColumn33.Caption = "计量点";
this.dataColumn33.ColumnName = "baseSpotName";
//
// dataColumn35
//
this.dataColumn35.Caption = "修改时间";
this.dataColumn35.ColumnName = "updateTime";
//
// dataColumn39
//
this.dataColumn39.Caption = "班组";
this.dataColumn39.ColumnName = "meterGroup";
//
// dataColumn40
//
this.dataColumn40.Caption = "班次";
this.dataColumn40.ColumnName = "meterClass";
//
// dataColumn42
//
this.dataColumn42.Caption = "规格编号";
this.dataColumn42.ColumnName = "specNo";
//
// dataColumn43
//
this.dataColumn43.Caption = "规格";
this.dataColumn43.ColumnName = "specName";
//
// dataColumn2
//
this.dataColumn2.Caption = "单支重量";
this.dataColumn2.ColumnName = "singleWeight";
//
// dataColumn3
//
this.dataColumn3.Caption = "重量类型";
this.dataColumn3.ColumnName = "weightType";
//
// dataColumn9
//
this.dataColumn9.Caption = "钢种";
this.dataColumn9.ColumnName = "gradeName";
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.panel2);
this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(1704, 706);
this.ultraGroupBox1.TabIndex = 0;
this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
//
// panel2
//
this.panel2.Controls.Add(this.ultraGroupBox4);
this.panel2.Controls.Add(this.ultraGroupBoxCondition);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(3, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1698, 703);
this.panel2.TabIndex = 1;
//
// ultraGroupBox4
//
this.ultraGroupBox4.Controls.Add(this.lbState);
this.ultraGroupBox4.Controls.Add(this.txtWeight);
this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox4.Location = new System.Drawing.Point(0, 129);
this.ultraGroupBox4.Name = "ultraGroupBox4";
this.ultraGroupBox4.Size = new System.Drawing.Size(1698, 574);
this.ultraGroupBox4.TabIndex = 2;
this.ultraGroupBox4.Text = "显示区域";
this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
//
// lbState
//
this.lbState.AutoSize = true;
this.lbState.BackColor = System.Drawing.Color.Transparent;
this.lbState.Font = new System.Drawing.Font("宋体", 40F, System.Drawing.FontStyle.Bold);
this.lbState.Location = new System.Drawing.Point(533, 18);
this.lbState.Name = "lbState";
this.lbState.Size = new System.Drawing.Size(243, 54);
this.lbState.TabIndex = 604;
this.lbState.Text = "重量正常";
//
// txtWeight
//
this.txtWeight.Anchor = System.Windows.Forms.AnchorStyles.None;
appearance9.BackColor = System.Drawing.Color.Black;
appearance9.ForeColor = System.Drawing.Color.Lime;
appearance9.ForeColorDisabled = System.Drawing.Color.Lime;
appearance9.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance9.ImageBackground")));
appearance9.TextHAlignAsString = "Right";
this.txtWeight.Appearance = appearance9;
this.txtWeight.BackColor = System.Drawing.Color.Black;
this.txtWeight.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
this.txtWeight.Font = new System.Drawing.Font("宋体", 160F, System.Drawing.FontStyle.Bold);
this.txtWeight.Location = new System.Drawing.Point(102, 82);
this.txtWeight.Name = "txtWeight";
this.txtWeight.ReadOnly = true;
this.txtWeight.Size = new System.Drawing.Size(943, 247);
this.txtWeight.TabIndex = 597;
this.txtWeight.Text = "0kg";
//
// ultraGroupBoxCondition
//
this.ultraGroupBoxCondition.Controls.Add(this.numLimit);
this.ultraGroupBoxCondition.Controls.Add(this.label1);
this.ultraGroupBoxCondition.Controls.Add(this.btStart);
this.ultraGroupBoxCondition.Controls.Add(this.label2);
this.ultraGroupBoxCondition.Controls.Add(this.btSetLimit);
this.ultraGroupBoxCondition.Controls.Add(this.label3);
this.ultraGroupBoxCondition.Controls.Add(this.cmbPoint);
this.ultraGroupBoxCondition.Dock = System.Windows.Forms.DockStyle.Top;
this.ultraGroupBoxCondition.Location = new System.Drawing.Point(0, 0);
this.ultraGroupBoxCondition.Name = "ultraGroupBoxCondition";
this.ultraGroupBoxCondition.Size = new System.Drawing.Size(1698, 129);
this.ultraGroupBoxCondition.TabIndex = 0;
this.ultraGroupBoxCondition.Text = "操作区域";
this.ultraGroupBoxCondition.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
//
// numLimit
//
this.numLimit.Font = new System.Drawing.Font("宋体", 20F);
this.numLimit.Location = new System.Drawing.Point(562, 57);
this.numLimit.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.numLimit.Minimum = new decimal(new int[] {
100000,
0,
0,
-2147483648});
this.numLimit.Name = "numLimit";
this.numLimit.Size = new System.Drawing.Size(120, 38);
this.numLimit.TabIndex = 603;
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("宋体", 16F);
this.label1.Location = new System.Drawing.Point(478, 65);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(98, 22);
this.label1.TabIndex = 599;
this.label1.Text = "报警值:";
//
// btStart
//
this.btStart.BackColor = System.Drawing.Color.Cyan;
this.btStart.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btStart.Location = new System.Drawing.Point(799, 56);
this.btStart.Name = "btStart";
this.btStart.Size = new System.Drawing.Size(110, 41);
this.btStart.TabIndex = 598;
this.btStart.Text = "开始监控";
this.btStart.UseVisualStyleBackColor = false;
this.btStart.Click += new System.EventHandler(this.btStart_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("宋体", 16F);
this.label2.Location = new System.Drawing.Point(98, 65);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(142, 22);
this.label2.TabIndex = 109;
this.label2.Text = "计量点选择:";
//
// btSetLimit
//
this.btSetLimit.BackColor = System.Drawing.Color.Cyan;
this.btSetLimit.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btSetLimit.Location = new System.Drawing.Point(925, 56);
this.btSetLimit.Name = "btSetLimit";
this.btSetLimit.Size = new System.Drawing.Size(118, 41);
this.btSetLimit.TabIndex = 602;
this.btSetLimit.Text = "设置报警值";
this.btSetLimit.UseVisualStyleBackColor = false;
this.btSetLimit.Click += new System.EventHandler(this.btSetLimit_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Font = new System.Drawing.Font("宋体", 24F);
this.label3.Location = new System.Drawing.Point(688, 60);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(47, 33);
this.label3.TabIndex = 601;
this.label3.Text = "kg";
//
// cmbPoint
//
this.cmbPoint.CheckedListSettings.CheckStateMember = "";
appearance16.BackColor = System.Drawing.SystemColors.Window;
appearance16.BorderColor = System.Drawing.SystemColors.InactiveCaption;
this.cmbPoint.DisplayLayout.Appearance = appearance16;
this.cmbPoint.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.cmbPoint.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
appearance17.BackColor = System.Drawing.SystemColors.ActiveBorder;
appearance17.BackColor2 = System.Drawing.SystemColors.ControlDark;
appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
appearance17.BorderColor = System.Drawing.SystemColors.Window;
this.cmbPoint.DisplayLayout.GroupByBox.Appearance = appearance17;
appearance22.ForeColor = System.Drawing.SystemColors.GrayText;
this.cmbPoint.DisplayLayout.GroupByBox.BandLabelAppearance = appearance22;
this.cmbPoint.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
appearance23.BackColor = System.Drawing.SystemColors.ControlLightLight;
appearance23.BackColor2 = System.Drawing.SystemColors.Control;
appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
appearance23.ForeColor = System.Drawing.SystemColors.GrayText;
this.cmbPoint.DisplayLayout.GroupByBox.PromptAppearance = appearance23;
this.cmbPoint.DisplayLayout.MaxColScrollRegions = 1;
this.cmbPoint.DisplayLayout.MaxRowScrollRegions = 1;
appearance24.BackColor = System.Drawing.SystemColors.Window;
appearance24.ForeColor = System.Drawing.SystemColors.ControlText;
this.cmbPoint.DisplayLayout.Override.ActiveCellAppearance = appearance24;
appearance26.BackColor = System.Drawing.SystemColors.Highlight;
appearance26.ForeColor = System.Drawing.SystemColors.HighlightText;
this.cmbPoint.DisplayLayout.Override.ActiveRowAppearance = appearance26;
this.cmbPoint.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
this.cmbPoint.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
appearance27.BackColor = System.Drawing.SystemColors.Window;
this.cmbPoint.DisplayLayout.Override.CardAreaAppearance = appearance27;
appearance28.BorderColor = System.Drawing.Color.Silver;
appearance28.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
this.cmbPoint.DisplayLayout.Override.CellAppearance = appearance28;
this.cmbPoint.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
this.cmbPoint.DisplayLayout.Override.CellPadding = 0;
appearance30.BackColor = System.Drawing.SystemColors.Control;
appearance30.BackColor2 = System.Drawing.SystemColors.ControlDark;
appearance30.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
appearance30.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
appearance30.BorderColor = System.Drawing.SystemColors.Window;
this.cmbPoint.DisplayLayout.Override.GroupByRowAppearance = appearance30;
appearance54.TextHAlignAsString = "Left";
this.cmbPoint.DisplayLayout.Override.HeaderAppearance = appearance54;
this.cmbPoint.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
this.cmbPoint.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
appearance55.BackColor = System.Drawing.SystemColors.Window;
appearance55.BorderColor = System.Drawing.Color.Silver;
this.cmbPoint.DisplayLayout.Override.RowAppearance = appearance55;
this.cmbPoint.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
appearance56.BackColor = System.Drawing.SystemColors.ControlLight;
this.cmbPoint.DisplayLayout.Override.TemplateAddRowAppearance = appearance56;
this.cmbPoint.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
this.cmbPoint.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
this.cmbPoint.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
this.cmbPoint.Font = new System.Drawing.Font("宋体", 20F);
this.cmbPoint.Location = new System.Drawing.Point(246, 57);
this.cmbPoint.Name = "cmbPoint";
this.cmbPoint.Size = new System.Drawing.Size(171, 38);
this.cmbPoint.TabIndex = 12;
this.cmbPoint.ValueChanged += new System.EventHandler(this.cmbPoint_ValueChanged);
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// frmHotDeliveryWeightWarn
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1704, 706);
this.Controls.Add(this.ultraGroupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmHotDeliveryWeightWarn";
this.Text = "计量重量监控界面";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmHotDeliveryWeightWarn_FormClosing);
this.Load += new System.EventHandler(this.frmHotDeliveryWeightWarn_Load);
((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
this.ultraGroupBox4.ResumeLayout(false);
this.ultraGroupBox4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtWeight)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).EndInit();
this.ultraGroupBoxCondition.ResumeLayout(false);
this.ultraGroupBoxCondition.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numLimit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbPoint)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Data.DataSet dataSet2;
private System.Data.DataTable dataTable1;
private System.Data.DataColumn dataColumn1;
private System.Data.DataColumn dataColumn4;
private System.Data.DataColumn dataColumn5;
private System.Data.DataColumn dataColumn6;
private System.Data.DataColumn dataColumn7;
private System.Data.DataColumn dataColumn8;
private System.Data.DataColumn dataColumn10;
private System.Data.DataColumn dataColumn11;
private System.Data.DataColumn dataColumn16;
private System.Data.DataColumn dataColumn22;
private System.Data.DataColumn dataColumn32;
private System.Data.DataColumn dataColumn33;
private System.Data.DataColumn dataColumn35;
private Infragistics.Win.UltraWinGrid.UltraCombo cmbPoint;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private System.Windows.Forms.Panel panel2;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBoxCondition;
private System.Windows.Forms.Label label2;
private System.Data.DataColumn dataColumn39;
private System.Data.DataColumn dataColumn40;
private System.Data.DataColumn dataColumn42;
private System.Data.DataColumn dataColumn43;
private System.Data.DataColumn dataColumn2;
private System.Data.DataColumn dataColumn3;
private System.Data.DataColumn dataColumn9;
private System.Windows.Forms.Button btStart;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtWeight;
private System.Windows.Forms.Button btSetLimit;
private System.Windows.Forms.NumericUpDown numLimit;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Label lbState;
}
}