namespace Core.StlMes.Client.LgResMgt.Mcms { partial class frmLocalTruckScaleActuals { /// /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLocalTruckScaleActuals)); Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); this.panel1 = new System.Windows.Forms.Panel(); this.label4 = new System.Windows.Forms.Label(); this.panel4 = new System.Windows.Forms.Panel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.btnClose = new System.Windows.Forms.Button(); this.panel3 = new System.Windows.Forms.Panel(); this.utbConnect = new Infragistics.Win.Misc.UltraButton(); this.labPosition = new System.Windows.Forms.Label(); this.cboPoundList = new System.Windows.Forms.ComboBox(); this.panel5 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.panel8 = new System.Windows.Forms.Panel(); this.textCar_no = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.panel6 = new System.Windows.Forms.Panel(); this.txtWeight = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.panel9 = new System.Windows.Forms.Panel(); this.label5 = new System.Windows.Forms.Label(); this.txtNet_wet = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.labRealWgt = new System.Windows.Forms.Label(); this.txtTaer_wt = new System.Windows.Forms.Label(); this.txtCross_wt = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.txtMessage = new System.Windows.Forms.Label(); this.panel10 = new System.Windows.Forms.Panel(); this.labDate = new System.Windows.Forms.Label(); this.labConnect = new System.Windows.Forms.Label(); this.timer2 = new System.Windows.Forms.Timer(this.components); this.panel1.SuspendLayout(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel3.SuspendLayout(); this.panel5.SuspendLayout(); this.panel8.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textCar_no)).BeginInit(); this.panel6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtWeight)).BeginInit(); this.panel9.SuspendLayout(); this.panel10.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.Control; this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.panel4); this.panel1.Controls.Add(this.panel3); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1807, 84); this.panel1.TabIndex = 0; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 42F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.ForeColor = System.Drawing.Color.Red; this.label4.Location = new System.Drawing.Point(569, 9); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(1010, 70); this.label4.TabIndex = 4; this.label4.Text = "江苏天淮钢管有限公司计量系统"; // // panel4 // this.panel4.Controls.Add(this.pictureBox1); this.panel4.Controls.Add(this.btnClose); this.panel4.Dock = System.Windows.Forms.DockStyle.Right; this.panel4.Location = new System.Drawing.Point(1674, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(133, 84); this.panel4.TabIndex = 3; // // pictureBox1 // this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage"))); this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(65, 84); this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click); // // btnClose // this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage"))); this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnClose.ForeColor = System.Drawing.SystemColors.Control; this.btnClose.Location = new System.Drawing.Point(56, 0); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(77, 84); this.btnClose.TabIndex = 2; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // panel3 // this.panel3.Controls.Add(this.utbConnect); this.panel3.Controls.Add(this.labPosition); this.panel3.Controls.Add(this.cboPoundList); this.panel3.Dock = System.Windows.Forms.DockStyle.Left; this.panel3.Location = new System.Drawing.Point(0, 0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(318, 84); this.panel3.TabIndex = 0; // // utbConnect // this.utbConnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); appearance15.ForeColor = System.Drawing.Color.Lime; this.utbConnect.Appearance = appearance15; this.utbConnect.AutoSize = true; this.utbConnect.Font = new System.Drawing.Font("宋体", 10F); this.utbConnect.Location = new System.Drawing.Point(230, 32); this.utbConnect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.utbConnect.Name = "utbConnect"; this.utbConnect.Size = new System.Drawing.Size(33, 29); this.utbConnect.TabIndex = 596; this.utbConnect.Text = "●"; this.utbConnect.Click += new System.EventHandler(this.utbConnect_Click); // // labPosition // this.labPosition.AutoSize = true; this.labPosition.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labPosition.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.labPosition.Location = new System.Drawing.Point(12, 32); this.labPosition.Name = "labPosition"; this.labPosition.Size = new System.Drawing.Size(103, 30); this.labPosition.TabIndex = 1; this.labPosition.Text = "磅房:"; // // cboPoundList // this.cboPoundList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboPoundList.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cboPoundList.FormattingEnabled = true; this.cboPoundList.Items.AddRange(new object[] { "A", "B", "C"}); this.cboPoundList.Location = new System.Drawing.Point(122, 23); this.cboPoundList.Name = "cboPoundList"; this.cboPoundList.Size = new System.Drawing.Size(80, 45); this.cboPoundList.TabIndex = 0; this.cboPoundList.SelectedValueChanged += new System.EventHandler(this.comboBox1_SelectedValueChanged); // // panel5 // this.panel5.Controls.Add(this.panel2); this.panel5.Controls.Add(this.panel8); this.panel5.Controls.Add(this.panel6); this.panel5.Dock = System.Windows.Forms.DockStyle.Top; this.panel5.Location = new System.Drawing.Point(0, 84); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(1807, 124); this.panel5.TabIndex = 2; // // panel2 // this.panel2.Dock = System.Windows.Forms.DockStyle.Left; this.panel2.Location = new System.Drawing.Point(833, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(10, 124); this.panel2.TabIndex = 3; // // panel8 // this.panel8.Controls.Add(this.textCar_no); this.panel8.Dock = System.Windows.Forms.DockStyle.Fill; this.panel8.Location = new System.Drawing.Point(833, 0); this.panel8.Name = "panel8"; this.panel8.Size = new System.Drawing.Size(974, 124); this.panel8.TabIndex = 2; // // textCar_no // 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 = "Left"; this.textCar_no.Appearance = appearance2; this.textCar_no.BackColor = System.Drawing.Color.Black; this.textCar_no.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007; this.textCar_no.Dock = System.Windows.Forms.DockStyle.Fill; this.textCar_no.Enabled = false; this.textCar_no.Font = new System.Drawing.Font("楷体", 70.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textCar_no.ImeMode = System.Windows.Forms.ImeMode.Alpha; this.textCar_no.Location = new System.Drawing.Point(0, 0); this.textCar_no.Margin = new System.Windows.Forms.Padding(4); this.textCar_no.Name = "textCar_no"; this.textCar_no.ReadOnly = true; this.textCar_no.Size = new System.Drawing.Size(974, 139); this.textCar_no.TabIndex = 0; this.textCar_no.Text = "苏H7890S"; // // panel6 // this.panel6.Controls.Add(this.txtWeight); this.panel6.Dock = System.Windows.Forms.DockStyle.Left; this.panel6.Location = new System.Drawing.Point(0, 0); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(833, 124); this.panel6.TabIndex = 0; // // 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("楷体", 70.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtWeight.Location = new System.Drawing.Point(0, 0); this.txtWeight.Margin = new System.Windows.Forms.Padding(4); this.txtWeight.Name = "txtWeight"; this.txtWeight.ReadOnly = true; this.txtWeight.Size = new System.Drawing.Size(833, 139); this.txtWeight.TabIndex = 577; this.txtWeight.Text = "0.00"; // // panel9 // this.panel9.Controls.Add(this.label5); this.panel9.Controls.Add(this.txtNet_wet); this.panel9.Controls.Add(this.label3); this.panel9.Controls.Add(this.label2); this.panel9.Controls.Add(this.label1); this.panel9.Controls.Add(this.labRealWgt); this.panel9.Controls.Add(this.txtTaer_wt); this.panel9.Controls.Add(this.txtCross_wt); this.panel9.Dock = System.Windows.Forms.DockStyle.Fill; this.panel9.Location = new System.Drawing.Point(0, 208); this.panel9.Name = "panel9"; this.panel9.Size = new System.Drawing.Size(1807, 876); this.panel9.TabIndex = 3; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("宋体", 60F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(631, 530); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(492, 100); this.label5.TabIndex = 2; this.label5.Text = "净重(t)"; // // txtNet_wet // this.txtNet_wet.AutoSize = true; this.txtNet_wet.Font = new System.Drawing.Font("宋体", 60F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtNet_wet.ForeColor = System.Drawing.Color.Blue; this.txtNet_wet.Location = new System.Drawing.Point(631, 676); this.txtNet_wet.Name = "txtNet_wet"; this.txtNet_wet.Size = new System.Drawing.Size(348, 100); this.txtNet_wet.TabIndex = 1; this.txtNet_wet.Text = "label2"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 60F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(1376, 539); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(492, 100); this.label3.TabIndex = 2; this.label3.Text = "毛重(t)"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 60F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(631, 179); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(692, 100); this.label2.TabIndex = 0; this.label2.Text = "称重重量(t)"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 60F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(1376, 179); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(492, 100); this.label1.TabIndex = 0; this.label1.Text = "皮重(t)"; // // labRealWgt // this.labRealWgt.AutoSize = true; this.labRealWgt.Font = new System.Drawing.Font("宋体", 60F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labRealWgt.ForeColor = System.Drawing.Color.Blue; this.labRealWgt.Location = new System.Drawing.Point(631, 325); this.labRealWgt.Name = "labRealWgt"; this.labRealWgt.Size = new System.Drawing.Size(348, 100); this.labRealWgt.TabIndex = 1; this.labRealWgt.Text = "label2"; // // txtTaer_wt // this.txtTaer_wt.AutoSize = true; this.txtTaer_wt.Font = new System.Drawing.Font("宋体", 60F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtTaer_wt.ForeColor = System.Drawing.Color.Blue; this.txtTaer_wt.Location = new System.Drawing.Point(1376, 331); this.txtTaer_wt.Name = "txtTaer_wt"; this.txtTaer_wt.Size = new System.Drawing.Size(348, 100); this.txtTaer_wt.TabIndex = 1; this.txtTaer_wt.Text = "label2"; // // txtCross_wt // this.txtCross_wt.AutoSize = true; this.txtCross_wt.Font = new System.Drawing.Font("宋体", 60F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtCross_wt.ForeColor = System.Drawing.Color.Blue; this.txtCross_wt.Location = new System.Drawing.Point(1376, 673); this.txtCross_wt.Name = "txtCross_wt"; this.txtCross_wt.Size = new System.Drawing.Size(348, 100); this.txtCross_wt.TabIndex = 1; this.txtCross_wt.Text = "label2"; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 2000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // txtMessage // this.txtMessage.AutoSize = true; this.txtMessage.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtMessage.ForeColor = System.Drawing.Color.Red; this.txtMessage.Location = new System.Drawing.Point(244, 24); this.txtMessage.Name = "txtMessage"; this.txtMessage.Size = new System.Drawing.Size(117, 28); this.txtMessage.TabIndex = 1; this.txtMessage.Text = "message"; // // panel10 // this.panel10.Controls.Add(this.txtMessage); this.panel10.Controls.Add(this.labDate); this.panel10.Controls.Add(this.labConnect); this.panel10.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel10.Location = new System.Drawing.Point(0, 982); this.panel10.Name = "panel10"; this.panel10.Size = new System.Drawing.Size(1807, 102); this.panel10.TabIndex = 4; // // labDate // this.labDate.AutoSize = true; this.labDate.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labDate.ForeColor = System.Drawing.Color.Blue; this.labDate.Location = new System.Drawing.Point(526, 24); this.labDate.Name = "labDate"; this.labDate.Size = new System.Drawing.Size(95, 38); this.labDate.TabIndex = 1; this.labDate.Text = "日期"; // // labConnect // this.labConnect.AutoSize = true; this.labConnect.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labConnect.ForeColor = System.Drawing.Color.Blue; this.labConnect.Location = new System.Drawing.Point(954, 23); this.labConnect.Name = "labConnect"; this.labConnect.Size = new System.Drawing.Size(472, 38); this.labConnect.TabIndex = 1; this.labConnect.Text = "联系电话:0517-89221510"; // // timer2 // this.timer2.Enabled = true; this.timer2.Interval = 1000; this.timer2.Tick += new System.EventHandler(this.timer2_Tick); // // frmLocalTruckScaleActuals // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1807, 1084); this.ControlBox = false; this.Controls.Add(this.panel10); this.Controls.Add(this.panel9); this.Controls.Add(this.panel5); this.Controls.Add(this.panel1); this.Name = "frmLocalTruckScaleActuals"; this.Text = ""; this.Load += new System.EventHandler(this.frmLocalTruckScaleActual_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.panel5.ResumeLayout(false); this.panel8.ResumeLayout(false); this.panel8.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.textCar_no)).EndInit(); this.panel6.ResumeLayout(false); this.panel6.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtWeight)).EndInit(); this.panel9.ResumeLayout(false); this.panel9.PerformLayout(); this.panel10.ResumeLayout(false); this.panel10.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label labPosition; private System.Windows.Forms.ComboBox cboPoundList; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Panel panel8; private System.Windows.Forms.Panel panel6; private Infragistics.Win.UltraWinEditors.UltraTextEditor txtWeight; protected Infragistics.Win.UltraWinEditors.UltraTextEditor textCar_no; private System.Windows.Forms.Panel panel9; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label txtNet_wet; private System.Windows.Forms.Label txtCross_wt; private System.Windows.Forms.Label txtTaer_wt; private System.Windows.Forms.Label label1; private Infragistics.Win.Misc.UltraButton utbConnect; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label txtMessage; private System.Windows.Forms.Panel panel10; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label labRealWgt; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label labDate; private System.Windows.Forms.Timer timer2; private System.Windows.Forms.Label labConnect; private System.Windows.Forms.Label label4; } }