namespace CarMeterSystem { partial class frmOneYardToEnd { /// /// 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 appearance1 = new Infragistics.Win.Appearance(); this.btnSave = new System.Windows.Forms.Button(); this.btnRecover = new System.Windows.Forms.Button(); this.btnFH = new System.Windows.Forms.Button(); this.btnTare = new System.Windows.Forms.Button(); this.btnHelp = new System.Windows.Forms.Button(); this.txtNet = new System.Windows.Forms.TextBox(); this.txtTare = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtGroess = new System.Windows.Forms.TextBox(); this.lbPointName = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.printDocument1 = new System.Drawing.Printing.PrintDocument(); this.lbVsersion = new System.Windows.Forms.Label(); this.panelCarFormCentered = new System.Windows.Forms.Panel(); this.ucCarMeterInfoJisco1 = new MeterModuleLibrary.ucCarMeterInfoJisco(); this.txtCarNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.ucWeightCarTJXJG1 = new MeterModuleLibrary.ucWeightCarTJXJG(); this.tableLayoutPanelPromptMsg = new System.Windows.Forms.TableLayoutPanel(); this.txtMsgInfo = new System.Windows.Forms.RichTextBox(); this.label9 = new System.Windows.Forms.Label(); this.ucWeightT1 = new MeterModuleLibrary.ucWeightT(); this.panelShowWeightJGNoUsed = new System.Windows.Forms.Panel(); this.ucCarFormButtomJXJG1 = new MeterModuleLibrary.uc.ucCarFormButtomJXJG(); this.ucCarFormTop_Jisco1 = new MeterModuleLibrary.uc.ucCarFormTop_Jisco(); this.panelCarFormCentered.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtCarNo)).BeginInit(); this.tableLayoutPanelPromptMsg.SuspendLayout(); this.panelShowWeightJGNoUsed.SuspendLayout(); this.SuspendLayout(); // // btnSave // this.btnSave.BackColor = System.Drawing.Color.DodgerBlue; this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSave.Font = new System.Drawing.Font("楷体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(510, 686); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(234, 70); this.btnSave.TabIndex = 641; this.btnSave.Text = "保 存"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Visible = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnRecover // this.btnRecover.BackColor = System.Drawing.Color.DodgerBlue; this.btnRecover.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnRecover.Font = new System.Drawing.Font("楷体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnRecover.ForeColor = System.Drawing.Color.White; this.btnRecover.Location = new System.Drawing.Point(673, 780); this.btnRecover.Name = "btnRecover"; this.btnRecover.Size = new System.Drawing.Size(240, 38); this.btnRecover.TabIndex = 644; this.btnRecover.Text = "保存(复磅)"; this.btnRecover.UseVisualStyleBackColor = false; this.btnRecover.Visible = false; this.btnRecover.Click += new System.EventHandler(this.btnRecover_Click); // // btnFH // this.btnFH.BackColor = System.Drawing.Color.DodgerBlue; this.btnFH.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnFH.Font = new System.Drawing.Font("楷体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnFH.ForeColor = System.Drawing.Color.White; this.btnFH.Location = new System.Drawing.Point(960, 686); this.btnFH.Name = "btnFH"; this.btnFH.Size = new System.Drawing.Size(238, 70); this.btnFH.TabIndex = 642; this.btnFH.Text = "返回主界面"; this.btnFH.UseVisualStyleBackColor = false; this.btnFH.Visible = false; this.btnFH.Click += new System.EventHandler(this.btnFH_Click); // // btnTare // this.btnTare.BackColor = System.Drawing.Color.DodgerBlue; this.btnTare.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnTare.Font = new System.Drawing.Font("楷体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnTare.ForeColor = System.Drawing.Color.White; this.btnTare.Location = new System.Drawing.Point(394, 781); this.btnTare.Name = "btnTare"; this.btnTare.Size = new System.Drawing.Size(260, 37); this.btnTare.TabIndex = 643; this.btnTare.Text = "期限皮重"; this.btnTare.UseVisualStyleBackColor = false; this.btnTare.Visible = false; this.btnTare.Click += new System.EventHandler(this.btnTare_Click); // // btnHelp // this.btnHelp.BackColor = System.Drawing.Color.DodgerBlue; this.btnHelp.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnHelp.Font = new System.Drawing.Font("楷体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true); this.btnHelp.ForeColor = System.Drawing.Color.White; this.btnHelp.Location = new System.Drawing.Point(72, 686); this.btnHelp.Name = "btnHelp"; this.btnHelp.Size = new System.Drawing.Size(280, 70); this.btnHelp.TabIndex = 638; this.btnHelp.Text = "语音求助"; this.btnHelp.UseVisualStyleBackColor = false; this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click); // // txtNet // this.txtNet.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtNet.Location = new System.Drawing.Point(264, 8); this.txtNet.Name = "txtNet"; this.txtNet.ReadOnly = true; this.txtNet.Size = new System.Drawing.Size(70, 24); this.txtNet.TabIndex = 13; this.txtNet.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txtTare // this.txtTare.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtTare.Location = new System.Drawing.Point(155, 8); this.txtTare.Name = "txtTare"; this.txtTare.ReadOnly = true; this.txtTare.Size = new System.Drawing.Size(70, 24); this.txtTare.TabIndex = 12; this.txtTare.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(229, 13); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(37, 15); this.label5.TabIndex = 11; this.label5.Text = "净重"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(118, 12); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(37, 15); this.label4.TabIndex = 9; this.label4.Text = "皮重"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(8, 12); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(37, 15); this.label3.TabIndex = 7; this.label3.Text = "毛重"; // // txtGroess // this.txtGroess.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGroess.Location = new System.Drawing.Point(51, 9); this.txtGroess.Name = "txtGroess"; this.txtGroess.ReadOnly = true; this.txtGroess.Size = new System.Drawing.Size(70, 24); this.txtGroess.TabIndex = 6; this.txtGroess.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtGroess.Visible = false; // // lbPointName // this.lbPointName.AutoSize = true; this.lbPointName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(131)))), ((int)(((byte)(206))))); this.lbPointName.Font = new System.Drawing.Font("Microsoft Sans Serif", 50F, System.Drawing.FontStyle.Bold); this.lbPointName.ForeColor = System.Drawing.Color.White; this.lbPointName.Location = new System.Drawing.Point(564, 7); this.lbPointName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbPointName.Name = "lbPointName"; this.lbPointName.Size = new System.Drawing.Size(0, 76); this.lbPointName.TabIndex = 4; // // timer1 // this.timer1.Interval = 1000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // printDocument1 // this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage); // // lbVsersion // this.lbVsersion.AutoSize = true; this.lbVsersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(134)))), ((int)(((byte)(207))))); this.lbVsersion.Location = new System.Drawing.Point(7, 7); this.lbVsersion.Name = "lbVsersion"; this.lbVsersion.Size = new System.Drawing.Size(35, 12); this.lbVsersion.TabIndex = 5; this.lbVsersion.Text = "v0.14"; // // panelCarFormCentered // this.panelCarFormCentered.Controls.Add(this.ucCarMeterInfoJisco1); this.panelCarFormCentered.Controls.Add(this.txtCarNo); this.panelCarFormCentered.Controls.Add(this.ucWeightCarTJXJG1); this.panelCarFormCentered.Controls.Add(this.tableLayoutPanelPromptMsg); this.panelCarFormCentered.Controls.Add(this.ucWeightT1); this.panelCarFormCentered.Controls.Add(this.panelShowWeightJGNoUsed); this.panelCarFormCentered.Controls.Add(this.btnRecover); this.panelCarFormCentered.Controls.Add(this.btnSave); this.panelCarFormCentered.Controls.Add(this.btnHelp); this.panelCarFormCentered.Controls.Add(this.btnTare); this.panelCarFormCentered.Controls.Add(this.btnFH); this.panelCarFormCentered.Location = new System.Drawing.Point(0, 97); this.panelCarFormCentered.Name = "panelCarFormCentered"; this.panelCarFormCentered.Size = new System.Drawing.Size(1280, 830); this.panelCarFormCentered.TabIndex = 592; // // ucCarMeterInfoJisco1 // this.ucCarMeterInfoJisco1._preTrack = null; this.ucCarMeterInfoJisco1.BackColor = System.Drawing.Color.White; this.ucCarMeterInfoJisco1.Location = new System.Drawing.Point(3, 146); this.ucCarMeterInfoJisco1.Name = "ucCarMeterInfoJisco1"; this.ucCarMeterInfoJisco1.Size = new System.Drawing.Size(1274, 283); this.ucCarMeterInfoJisco1.TabIndex = 649; // // txtCarNo // appearance1.BackColor = System.Drawing.Color.Transparent; appearance1.ForeColor = System.Drawing.Color.Black; appearance1.ForeColorDisabled = System.Drawing.Color.Black; this.txtCarNo.Appearance = appearance1; this.txtCarNo.BackColor = System.Drawing.Color.Transparent; this.txtCarNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007; this.txtCarNo.Enabled = false; this.txtCarNo.Font = new System.Drawing.Font("宋体", 35F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(200))); this.txtCarNo.Location = new System.Drawing.Point(1001, -3); this.txtCarNo.Multiline = true; this.txtCarNo.Name = "txtCarNo"; this.txtCarNo.ReadOnly = true; this.txtCarNo.Size = new System.Drawing.Size(266, 74); this.txtCarNo.TabIndex = 648; // // ucWeightCarTJXJG1 // this.ucWeightCarTJXJG1.Location = new System.Drawing.Point(0, 0); this.ucWeightCarTJXJG1.Margin = new System.Windows.Forms.Padding(2); this.ucWeightCarTJXJG1.Name = "ucWeightCarTJXJG1"; this.ucWeightCarTJXJG1.Size = new System.Drawing.Size(1278, 141); this.ucWeightCarTJXJG1.TabIndex = 647; // // tableLayoutPanelPromptMsg // this.tableLayoutPanelPromptMsg.ColumnCount = 1; this.tableLayoutPanelPromptMsg.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelPromptMsg.Controls.Add(this.txtMsgInfo, 0, 1); this.tableLayoutPanelPromptMsg.Controls.Add(this.label9, 0, 0); this.tableLayoutPanelPromptMsg.Location = new System.Drawing.Point(0, 435); this.tableLayoutPanelPromptMsg.Name = "tableLayoutPanelPromptMsg"; this.tableLayoutPanelPromptMsg.RowCount = 2; this.tableLayoutPanelPromptMsg.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanelPromptMsg.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelPromptMsg.Size = new System.Drawing.Size(1277, 225); this.tableLayoutPanelPromptMsg.TabIndex = 646; // // txtMsgInfo // this.txtMsgInfo.BackColor = System.Drawing.Color.White; this.txtMsgInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.txtMsgInfo.Enabled = false; this.txtMsgInfo.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtMsgInfo.ForeColor = System.Drawing.Color.Red; this.txtMsgInfo.Location = new System.Drawing.Point(2, 42); this.txtMsgInfo.Margin = new System.Windows.Forms.Padding(2); this.txtMsgInfo.Name = "txtMsgInfo"; this.txtMsgInfo.ReadOnly = true; this.txtMsgInfo.Size = new System.Drawing.Size(1273, 181); this.txtMsgInfo.TabIndex = 2; this.txtMsgInfo.Text = ""; // // label9 // this.label9.AutoSize = true; this.label9.Dock = System.Windows.Forms.DockStyle.Left; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold); this.label9.Location = new System.Drawing.Point(3, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(135, 40); this.label9.TabIndex = 647; this.label9.Tag = ""; this.label9.Text = "提示信息:"; // // ucWeightT1 // this.ucWeightT1.Enabled = false; this.ucWeightT1.Location = new System.Drawing.Point(3, 772); this.ucWeightT1.Margin = new System.Windows.Forms.Padding(2); this.ucWeightT1.Name = "ucWeightT1"; this.ucWeightT1.Size = new System.Drawing.Size(386, 54); this.ucWeightT1.TabIndex = 0; this.ucWeightT1.Visible = false; // // panelShowWeightJGNoUsed // this.panelShowWeightJGNoUsed.BackColor = System.Drawing.Color.OrangeRed; this.panelShowWeightJGNoUsed.Controls.Add(this.txtTare); this.panelShowWeightJGNoUsed.Controls.Add(this.txtNet); this.panelShowWeightJGNoUsed.Controls.Add(this.txtGroess); this.panelShowWeightJGNoUsed.Controls.Add(this.label3); this.panelShowWeightJGNoUsed.Controls.Add(this.label4); this.panelShowWeightJGNoUsed.Controls.Add(this.label5); this.panelShowWeightJGNoUsed.Enabled = false; this.panelShowWeightJGNoUsed.Location = new System.Drawing.Point(919, 772); this.panelShowWeightJGNoUsed.Name = "panelShowWeightJGNoUsed"; this.panelShowWeightJGNoUsed.Size = new System.Drawing.Size(349, 54); this.panelShowWeightJGNoUsed.TabIndex = 645; this.panelShowWeightJGNoUsed.Visible = false; // // ucCarFormButtomJXJG1 // this.ucCarFormButtomJXJG1.Dock = System.Windows.Forms.DockStyle.Bottom; this.ucCarFormButtomJXJG1.Location = new System.Drawing.Point(0, 932); this.ucCarFormButtomJXJG1.Margin = new System.Windows.Forms.Padding(2); this.ucCarFormButtomJXJG1.Name = "ucCarFormButtomJXJG1"; this.ucCarFormButtomJXJG1.Size = new System.Drawing.Size(1280, 92); this.ucCarFormButtomJXJG1.TabIndex = 594; // // ucCarFormTop_Jisco1 // this.ucCarFormTop_Jisco1.BackColor = System.Drawing.Color.Transparent; this.ucCarFormTop_Jisco1.Dock = System.Windows.Forms.DockStyle.Top; this.ucCarFormTop_Jisco1.Location = new System.Drawing.Point(0, 0); this.ucCarFormTop_Jisco1.Margin = new System.Windows.Forms.Padding(2); this.ucCarFormTop_Jisco1.Name = "ucCarFormTop_Jisco1"; this.ucCarFormTop_Jisco1.Size = new System.Drawing.Size(1280, 95); this.ucCarFormTop_Jisco1.TabIndex = 595; // // frmOneYardToEnd // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1280, 1024); this.Controls.Add(this.ucCarFormButtomJXJG1); this.Controls.Add(this.panelCarFormCentered); this.Controls.Add(this.lbPointName); this.Controls.Add(this.lbVsersion); this.Controls.Add(this.ucCarFormTop_Jisco1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmOneYardToEnd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "frmOneYardToEnd1280乘1024"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmOneYardToEnd_FormClosing); this.Load += new System.EventHandler(this.frmOneYardToEnd_Load); this.panelCarFormCentered.ResumeLayout(false); this.panelCarFormCentered.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtCarNo)).EndInit(); this.tableLayoutPanelPromptMsg.ResumeLayout(false); this.tableLayoutPanelPromptMsg.PerformLayout(); this.panelShowWeightJGNoUsed.ResumeLayout(false); this.panelShowWeightJGNoUsed.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnHelp; private System.Windows.Forms.TextBox txtNet; private System.Windows.Forms.TextBox txtTare; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtGroess; private MeterModuleLibrary.ucWeightT ucWeightT1; private System.Windows.Forms.Label lbPointName; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Timer timer1; private System.Drawing.Printing.PrintDocument printDocument1; private System.Windows.Forms.Button btnFH; private System.Windows.Forms.Button btnTare; private System.Windows.Forms.Label lbVsersion; private System.Windows.Forms.Button btnRecover; private System.Windows.Forms.Panel panelCarFormCentered; private MeterModuleLibrary.uc.ucCarFormButtomJXJG ucCarFormButtomJXJG1; private System.Windows.Forms.Panel panelShowWeightJGNoUsed; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelPromptMsg; private System.Windows.Forms.RichTextBox txtMsgInfo; private System.Windows.Forms.Label label9; private MeterModuleLibrary.ucWeightCarTJXJG ucWeightCarTJXJG1; private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCarNo; private MeterModuleLibrary.uc.ucCarFormTop_Jisco ucCarFormTop_Jisco1; private MeterModuleLibrary.ucCarMeterInfoJisco ucCarMeterInfoJisco1; } }