You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

832 lines
39 KiB

3 years ago
namespace EC.AutoWeightServer.UI
{
partial class FrmMainServer
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMainServer));
this.label2 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.labelUserInfo = new System.Windows.Forms.Label();
this.BtnHistory = new System.Windows.Forms.Button();
this.LabelLight = new System.Windows.Forms.Label();
this.panel5 = new System.Windows.Forms.Panel();
this.LabelSite = new System.Windows.Forms.Label();
this.LabelCompany = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.panel4 = new System.Windows.Forms.Panel();
this.label10 = new System.Windows.Forms.Label();
this.LabelWeight = new System.Windows.Forms.Label();
this.LabelPlate = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.BtnReset = new System.Windows.Forms.Button();
this.LabelState = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.panel11 = new System.Windows.Forms.Panel();
this.panel9 = new System.Windows.Forms.Panel();
this.btnOut = new System.Windows.Forms.Button();
this.btnIn = new System.Windows.Forms.Button();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel6 = new System.Windows.Forms.Panel();
this.lightLabel4 = new System.Windows.Forms.Label();
this.lightLabel3 = new System.Windows.Forms.Label();
this.lightLabel2 = new System.Windows.Forms.Label();
this.lightLabel1 = new System.Windows.Forms.Label();
this.LabelLoading = new System.Windows.Forms.Label();
this.ucWelcome = new EC.AutoWeightServer.UI.UC.UCWelcome();
this.ucCarOut = new EC.AutoWeightServer.UI.UC.UCCarOut();
this.ucCarIn = new EC.AutoWeightServer.UI.UC.UCCarIn();
this.panel2 = new System.Windows.Forms.Panel();
this.btnTop = new System.Windows.Forms.PictureBox();
this.btnMin = new System.Windows.Forms.PictureBox();
this.btnMax = new System.Windows.Forms.PictureBox();
this.btnClose = new System.Windows.Forms.PictureBox();
this.LabelTime = new System.Windows.Forms.Label();
this.panel8 = new System.Windows.Forms.Panel();
this.RcTextBox = new System.Windows.Forms.RichTextBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.ucLicensePlate4 = new EC.AutoWeightServer.UI.UC.UCLicensePlate();
this.ucLicensePlate2 = new EC.AutoWeightServer.UI.UC.UCLicensePlate();
this.ucLicensePlate3 = new EC.AutoWeightServer.UI.UC.UCLicensePlate();
this.ucLicensePlate1 = new EC.AutoWeightServer.UI.UC.UCLicensePlate();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.PanelScrollText = new System.Windows.Forms.Panel();
this.LabelScrollText = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.panel5.SuspendLayout();
this.panel4.SuspendLayout();
this.panel3.SuspendLayout();
this.panel9.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panel6.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.btnTop)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnMin)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnMax)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnClose)).BeginInit();
this.panel8.SuspendLayout();
this.PanelScrollText.SuspendLayout();
this.SuspendLayout();
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
2 years ago
this.label2.Location = new System.Drawing.Point(62, 3);
3 years ago
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
2 years ago
this.label2.Size = new System.Drawing.Size(326, 45);
3 years ago
this.label2.TabIndex = 2;
this.label2.Text = "汽车衡无人值守系统";
//
// panel1
//
this.tableLayoutPanel1.SetColumnSpan(this.panel1, 2);
this.panel1.Controls.Add(this.labelUserInfo);
this.panel1.Controls.Add(this.BtnHistory);
this.panel1.Controls.Add(this.LabelLight);
this.panel1.Controls.Add(this.panel5);
this.panel1.Controls.Add(this.panel4);
this.panel1.Controls.Add(this.BtnReset);
this.panel1.Controls.Add(this.LabelState);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
2 years ago
this.panel1.Location = new System.Drawing.Point(1, 62);
3 years ago
this.panel1.Margin = new System.Windows.Forms.Padding(0);
this.panel1.Name = "panel1";
2 years ago
this.panel1.Padding = new System.Windows.Forms.Padding(8, 0, 0, 0);
this.panel1.Size = new System.Drawing.Size(1400, 113);
3 years ago
this.panel1.TabIndex = 5;
//
// labelUserInfo
//
this.labelUserInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.labelUserInfo.AutoSize = true;
this.labelUserInfo.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelUserInfo.ForeColor = System.Drawing.SystemColors.ActiveBorder;
2 years ago
this.labelUserInfo.Location = new System.Drawing.Point(1232, 21);
3 years ago
this.labelUserInfo.Name = "labelUserInfo";
2 years ago
this.labelUserInfo.Size = new System.Drawing.Size(78, 23);
3 years ago
this.labelUserInfo.TabIndex = 33;
this.labelUserInfo.Text = "管理员:";
this.labelUserInfo.Visible = false;
//
// BtnHistory
//
this.BtnHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
2 years ago
this.BtnHistory.Location = new System.Drawing.Point(1321, 55);
3 years ago
this.BtnHistory.Name = "BtnHistory";
2 years ago
this.BtnHistory.Size = new System.Drawing.Size(68, 39);
3 years ago
this.BtnHistory.TabIndex = 32;
this.BtnHistory.Text = "今日运单";
this.BtnHistory.UseVisualStyleBackColor = true;
this.BtnHistory.Click += new System.EventHandler(this.Btn_History_Click);
//
// LabelLight
//
this.LabelLight.Image = global::EC.AutoWeightServer.Properties.Resources.60;
2 years ago
this.LabelLight.Location = new System.Drawing.Point(63, 21);
3 years ago
this.LabelLight.Name = "LabelLight";
2 years ago
this.LabelLight.Size = new System.Drawing.Size(60, 60);
3 years ago
this.LabelLight.TabIndex = 31;
//
// panel5
//
this.panel5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.panel5.Controls.Add(this.LabelSite);
this.panel5.Controls.Add(this.LabelCompany);
this.panel5.Controls.Add(this.label9);
this.panel5.Controls.Add(this.label4);
2 years ago
this.panel5.Location = new System.Drawing.Point(917, 21);
3 years ago
this.panel5.Name = "panel5";
2 years ago
this.panel5.Size = new System.Drawing.Size(281, 75);
3 years ago
this.panel5.TabIndex = 30;
this.panel5.Visible = false;
//
// LabelSite
//
this.LabelSite.AutoSize = true;
this.LabelSite.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabelSite.ForeColor = System.Drawing.SystemColors.ActiveBorder;
this.LabelSite.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
2 years ago
this.LabelSite.Location = new System.Drawing.Point(80, 41);
3 years ago
this.LabelSite.Name = "LabelSite";
2 years ago
this.LabelSite.Size = new System.Drawing.Size(0, 25);
3 years ago
this.LabelSite.TabIndex = 6;
//
// LabelCompany
//
this.LabelCompany.AutoSize = true;
this.LabelCompany.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabelCompany.ForeColor = System.Drawing.SystemColors.ActiveBorder;
this.LabelCompany.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
2 years ago
this.LabelCompany.Location = new System.Drawing.Point(80, 6);
3 years ago
this.LabelCompany.Name = "LabelCompany";
2 years ago
this.LabelCompany.Size = new System.Drawing.Size(0, 25);
3 years ago
this.LabelCompany.TabIndex = 5;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.ForeColor = System.Drawing.SystemColors.ButtonFace;
2 years ago
this.label9.Location = new System.Drawing.Point(12, 38);
3 years ago
this.label9.Name = "label9";
2 years ago
this.label9.Size = new System.Drawing.Size(75, 28);
3 years ago
this.label9.TabIndex = 4;
this.label9.Text = "站点:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.SystemColors.ButtonFace;
2 years ago
this.label4.Location = new System.Drawing.Point(12, 3);
3 years ago
this.label4.Name = "label4";
2 years ago
this.label4.Size = new System.Drawing.Size(75, 28);
3 years ago
this.label4.TabIndex = 3;
this.label4.Text = "公司:";
//
// panel4
//
this.panel4.Controls.Add(this.label10);
this.panel4.Controls.Add(this.LabelWeight);
this.panel4.Controls.Add(this.LabelPlate);
this.panel4.Controls.Add(this.label1);
this.panel4.Controls.Add(this.label3);
2 years ago
this.panel4.Location = new System.Drawing.Point(299, 15);
3 years ago
this.panel4.Name = "panel4";
2 years ago
this.panel4.Size = new System.Drawing.Size(330, 84);
3 years ago
this.panel4.TabIndex = 29;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("微软雅黑", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.ForeColor = System.Drawing.SystemColors.ButtonFace;
2 years ago
this.label10.Location = new System.Drawing.Point(255, 40);
3 years ago
this.label10.Name = "label10";
2 years ago
this.label10.Size = new System.Drawing.Size(42, 35);
3 years ago
this.label10.TabIndex = 5;
this.label10.Text = "吨";
//
// LabelWeight
//
this.LabelWeight.Font = new System.Drawing.Font("微软雅黑", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabelWeight.ForeColor = System.Drawing.SystemColors.ActiveBorder;
this.LabelWeight.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
2 years ago
this.LabelWeight.Location = new System.Drawing.Point(107, 40);
3 years ago
this.LabelWeight.Name = "LabelWeight";
2 years ago
this.LabelWeight.Size = new System.Drawing.Size(140, 35);
3 years ago
this.LabelWeight.TabIndex = 4;
this.LabelWeight.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// LabelPlate
//
this.LabelPlate.Font = new System.Drawing.Font("微软雅黑", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabelPlate.ForeColor = System.Drawing.SystemColors.ActiveBorder;
this.LabelPlate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
2 years ago
this.LabelPlate.Location = new System.Drawing.Point(107, 5);
3 years ago
this.LabelPlate.Name = "LabelPlate";
2 years ago
this.LabelPlate.Size = new System.Drawing.Size(205, 35);
3 years ago
this.LabelPlate.TabIndex = 3;
this.LabelPlate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.SystemColors.ButtonFace;
2 years ago
this.label1.Location = new System.Drawing.Point(19, 5);
3 years ago
this.label1.Name = "label1";
2 years ago
this.label1.Size = new System.Drawing.Size(96, 35);
3 years ago
this.label1.TabIndex = 2;
this.label1.Text = "车牌:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.SystemColors.ButtonFace;
2 years ago
this.label3.Location = new System.Drawing.Point(19, 40);
3 years ago
this.label3.Name = "label3";
2 years ago
this.label3.Size = new System.Drawing.Size(96, 35);
3 years ago
this.label3.TabIndex = 1;
this.label3.Text = "重量:";
//
// BtnReset
//
this.BtnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
2 years ago
this.BtnReset.Location = new System.Drawing.Point(1232, 55);
3 years ago
this.BtnReset.Name = "BtnReset";
2 years ago
this.BtnReset.Size = new System.Drawing.Size(67, 39);
3 years ago
this.BtnReset.TabIndex = 28;
this.BtnReset.Text = "重置";
this.BtnReset.UseVisualStyleBackColor = true;
this.BtnReset.Click += new System.EventHandler(this.Btn_Reset_Click);
//
// LabelState
//
this.LabelState.AutoSize = true;
this.LabelState.Font = new System.Drawing.Font("微软雅黑", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabelState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
2 years ago
this.LabelState.Location = new System.Drawing.Point(143, 19);
3 years ago
this.LabelState.Name = "LabelState";
2 years ago
this.LabelState.Size = new System.Drawing.Size(123, 62);
3 years ago
this.LabelState.TabIndex = 7;
this.LabelState.Text = "空闲";
//
// panel3
//
this.panel3.Controls.Add(this.panel11);
this.panel3.Controls.Add(this.panel9);
this.panel3.Controls.Add(this.label2);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(3, 3);
this.panel3.Margin = new System.Windows.Forms.Padding(2);
this.panel3.Name = "panel3";
2 years ago
this.panel3.Size = new System.Drawing.Size(800, 56);
3 years ago
this.panel3.TabIndex = 1;
//
// panel11
//
this.panel11.BackgroundImage = global::EC.AutoWeightServer.Properties.Resources.;
this.panel11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
2 years ago
this.panel11.Location = new System.Drawing.Point(20, 8);
3 years ago
this.panel11.Margin = new System.Windows.Forms.Padding(2);
this.panel11.Name = "panel11";
2 years ago
this.panel11.Size = new System.Drawing.Size(38, 37);
3 years ago
this.panel11.TabIndex = 4;
//
// panel9
//
this.panel9.Controls.Add(this.btnOut);
this.panel9.Controls.Add(this.btnIn);
2 years ago
this.panel9.Location = new System.Drawing.Point(459, 9);
3 years ago
this.panel9.Margin = new System.Windows.Forms.Padding(2);
this.panel9.Name = "panel9";
2 years ago
this.panel9.Size = new System.Drawing.Size(225, 68);
3 years ago
this.panel9.TabIndex = 27;
//
// btnOut
//
2 years ago
this.btnOut.Location = new System.Drawing.Point(136, 7);
3 years ago
this.btnOut.Margin = new System.Windows.Forms.Padding(2);
this.btnOut.Name = "btnOut";
2 years ago
this.btnOut.Size = new System.Drawing.Size(71, 32);
3 years ago
this.btnOut.TabIndex = 27;
this.btnOut.Text = "出库";
this.btnOut.UseVisualStyleBackColor = true;
this.btnOut.Click += new System.EventHandler(this.Btn_Out_Click);
//
// btnIn
//
2 years ago
this.btnIn.Location = new System.Drawing.Point(13, 7);
3 years ago
this.btnIn.Margin = new System.Windows.Forms.Padding(2);
this.btnIn.Name = "btnIn";
2 years ago
this.btnIn.Size = new System.Drawing.Size(71, 32);
3 years ago
this.btnIn.TabIndex = 26;
this.btnIn.Text = "入库";
this.btnIn.UseVisualStyleBackColor = true;
this.btnIn.Click += new System.EventHandler(this.Btn_In_Click);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 57.53086F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 42.46914F));
this.tableLayoutPanel1.Controls.Add(this.panel6, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.panel2, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.panel8, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.PanelScrollText, 0, 3);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 4;
2 years ago
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 113F));
3 years ago
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
2 years ago
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1402, 880);
3 years ago
this.tableLayoutPanel1.TabIndex = 4;
//
// panel6
//
this.panel6.Controls.Add(this.lightLabel4);
this.panel6.Controls.Add(this.lightLabel3);
this.panel6.Controls.Add(this.lightLabel2);
this.panel6.Controls.Add(this.lightLabel1);
this.panel6.Controls.Add(this.LabelLoading);
this.panel6.Controls.Add(this.ucWelcome);
this.panel6.Controls.Add(this.ucCarOut);
this.panel6.Controls.Add(this.ucCarIn);
this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
2 years ago
this.panel6.Location = new System.Drawing.Point(3, 178);
3 years ago
this.panel6.Margin = new System.Windows.Forms.Padding(2);
this.panel6.Name = "panel6";
2 years ago
this.panel6.Size = new System.Drawing.Size(800, 638);
3 years ago
this.panel6.TabIndex = 6;
//
// lightLabel4
//
this.lightLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lightLabel4.Image = global::EC.AutoWeightServer.Properties.Resources.60;
2 years ago
this.lightLabel4.Location = new System.Drawing.Point(204, 561);
3 years ago
this.lightLabel4.Name = "lightLabel4";
2 years ago
this.lightLabel4.Size = new System.Drawing.Size(60, 60);
3 years ago
this.lightLabel4.TabIndex = 35;
this.lightLabel4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
//
// lightLabel3
//
this.lightLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lightLabel3.Image = global::EC.AutoWeightServer.Properties.Resources.60;
2 years ago
this.lightLabel3.Location = new System.Drawing.Point(137, 561);
3 years ago
this.lightLabel3.Name = "lightLabel3";
2 years ago
this.lightLabel3.Size = new System.Drawing.Size(60, 60);
3 years ago
this.lightLabel3.TabIndex = 34;
this.lightLabel3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
//
// lightLabel2
//
this.lightLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lightLabel2.Image = global::EC.AutoWeightServer.Properties.Resources.60;
2 years ago
this.lightLabel2.Location = new System.Drawing.Point(71, 561);
3 years ago
this.lightLabel2.Name = "lightLabel2";
2 years ago
this.lightLabel2.Size = new System.Drawing.Size(60, 60);
3 years ago
this.lightLabel2.TabIndex = 33;
this.lightLabel2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
//
// lightLabel1
//
this.lightLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lightLabel1.Image = global::EC.AutoWeightServer.Properties.Resources.60;
2 years ago
this.lightLabel1.Location = new System.Drawing.Point(8, 561);
3 years ago
this.lightLabel1.Name = "lightLabel1";
2 years ago
this.lightLabel1.Size = new System.Drawing.Size(60, 60);
3 years ago
this.lightLabel1.TabIndex = 32;
this.lightLabel1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
//
// LabelLoading
//
this.LabelLoading.Anchor = System.Windows.Forms.AnchorStyles.None;
this.LabelLoading.BackColor = System.Drawing.Color.Transparent;
this.LabelLoading.ForeColor = System.Drawing.Color.Transparent;
this.LabelLoading.Image = global::EC.AutoWeightServer.Properties.Resources.Loading_80;
2 years ago
this.LabelLoading.Location = new System.Drawing.Point(361, 235);
3 years ago
this.LabelLoading.Name = "LabelLoading";
2 years ago
this.LabelLoading.Size = new System.Drawing.Size(80, 80);
3 years ago
this.LabelLoading.TabIndex = 7;
this.LabelLoading.Visible = false;
//
// ucWelcome
//
this.ucWelcome.Anchor = System.Windows.Forms.AnchorStyles.None;
this.ucWelcome.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(43)))), ((int)(((byte)(96)))));
this.ucWelcome.Cursor = System.Windows.Forms.Cursors.Default;
2 years ago
this.ucWelcome.Location = new System.Drawing.Point(75, 15);
3 years ago
this.ucWelcome.Margin = new System.Windows.Forms.Padding(1);
this.ucWelcome.Name = "ucWelcome";
2 years ago
this.ucWelcome.Size = new System.Drawing.Size(654, 609);
3 years ago
this.ucWelcome.TabIndex = 6;
//
// ucCarOut
//
this.ucCarOut.Anchor = System.Windows.Forms.AnchorStyles.None;
this.ucCarOut.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(43)))), ((int)(((byte)(96)))));
2 years ago
this.ucCarOut.Location = new System.Drawing.Point(75, 15);
3 years ago
this.ucCarOut.Margin = new System.Windows.Forms.Padding(1);
this.ucCarOut.Name = "ucCarOut";
2 years ago
this.ucCarOut.Size = new System.Drawing.Size(654, 609);
3 years ago
this.ucCarOut.TabIndex = 5;
this.ucCarOut.Visible = false;
//
// ucCarIn
//
this.ucCarIn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(43)))), ((int)(((byte)(96)))));
2 years ago
this.ucCarIn.Location = new System.Drawing.Point(75, 15);
3 years ago
this.ucCarIn.Margin = new System.Windows.Forms.Padding(1);
this.ucCarIn.Name = "ucCarIn";
2 years ago
this.ucCarIn.Size = new System.Drawing.Size(654, 610);
3 years ago
this.ucCarIn.TabIndex = 4;
this.ucCarIn.Visible = false;
//
// panel2
//
this.panel2.Controls.Add(this.btnTop);
this.panel2.Controls.Add(this.btnMin);
this.panel2.Controls.Add(this.btnMax);
this.panel2.Controls.Add(this.btnClose);
this.panel2.Controls.Add(this.LabelTime);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
2 years ago
this.panel2.Location = new System.Drawing.Point(808, 3);
3 years ago
this.panel2.Margin = new System.Windows.Forms.Padding(2);
this.panel2.Name = "panel2";
2 years ago
this.panel2.Size = new System.Drawing.Size(591, 56);
3 years ago
this.panel2.TabIndex = 0;
//
// btnTop
//
this.btnTop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnTop.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnTop.Image = global::EC.AutoWeightServer.Properties.Resources.top1;
2 years ago
this.btnTop.Location = new System.Drawing.Point(375, 1);
3 years ago
this.btnTop.Margin = new System.Windows.Forms.Padding(2);
this.btnTop.Name = "btnTop";
2 years ago
this.btnTop.Size = new System.Drawing.Size(40, 40);
3 years ago
this.btnTop.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.btnTop.TabIndex = 5;
this.btnTop.TabStop = false;
this.btnTop.Visible = false;
this.btnTop.Click += new System.EventHandler(this.Btn_Top_Click);
//
// btnMin
//
this.btnMin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnMin.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnMin.Image = ((System.Drawing.Image)(resources.GetObject("btnMin.Image")));
2 years ago
this.btnMin.Location = new System.Drawing.Point(493, 1);
3 years ago
this.btnMin.Margin = new System.Windows.Forms.Padding(2);
this.btnMin.Name = "btnMin";
2 years ago
this.btnMin.Size = new System.Drawing.Size(40, 40);
3 years ago
this.btnMin.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.btnMin.TabIndex = 4;
this.btnMin.TabStop = false;
this.btnMin.Click += new System.EventHandler(this.Btn_Min_Click);
//
// btnMax
//
this.btnMax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnMax.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnMax.Image = ((System.Drawing.Image)(resources.GetObject("btnMax.Image")));
2 years ago
this.btnMax.Location = new System.Drawing.Point(434, 1);
3 years ago
this.btnMax.Margin = new System.Windows.Forms.Padding(2);
this.btnMax.Name = "btnMax";
2 years ago
this.btnMax.Size = new System.Drawing.Size(40, 40);
3 years ago
this.btnMax.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.btnMax.TabIndex = 3;
this.btnMax.TabStop = false;
this.btnMax.Visible = false;
this.btnMax.Click += new System.EventHandler(this.Btn_Max_Click);
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnClose.Image = global::EC.AutoWeightServer.Properties.Resources.;
2 years ago
this.btnClose.Location = new System.Drawing.Point(549, 1);
3 years ago
this.btnClose.Margin = new System.Windows.Forms.Padding(2);
this.btnClose.Name = "btnClose";
2 years ago
this.btnClose.Size = new System.Drawing.Size(40, 40);
3 years ago
this.btnClose.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.btnClose.TabIndex = 2;
this.btnClose.TabStop = false;
this.btnClose.Click += new System.EventHandler(this.Btn_Close_Click);
//
// LabelTime
//
this.LabelTime.AutoSize = true;
this.LabelTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabelTime.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
2 years ago
this.LabelTime.Location = new System.Drawing.Point(15, 18);
3 years ago
this.LabelTime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.LabelTime.Name = "LabelTime";
2 years ago
this.LabelTime.Size = new System.Drawing.Size(0, 26);
3 years ago
this.LabelTime.TabIndex = 0;
//
// panel8
//
this.panel8.Controls.Add(this.RcTextBox);
this.panel8.Controls.Add(this.label8);
this.panel8.Controls.Add(this.label7);
this.panel8.Controls.Add(this.label6);
this.panel8.Controls.Add(this.label5);
this.panel8.Controls.Add(this.ucLicensePlate4);
this.panel8.Controls.Add(this.ucLicensePlate2);
this.panel8.Controls.Add(this.ucLicensePlate3);
this.panel8.Controls.Add(this.ucLicensePlate1);
this.panel8.Controls.Add(this.label14);
this.panel8.Controls.Add(this.label13);
this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
2 years ago
this.panel8.Location = new System.Drawing.Point(809, 179);
3 years ago
this.panel8.Name = "panel8";
2 years ago
this.panel8.Size = new System.Drawing.Size(589, 636);
3 years ago
this.panel8.TabIndex = 7;
//
// RcTextBox
//
this.RcTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
this.RcTextBox.BackColor = System.Drawing.SystemColors.InfoText;
this.RcTextBox.ForeColor = System.Drawing.SystemColors.Window;
2 years ago
this.RcTextBox.Location = new System.Drawing.Point(138, 512);
3 years ago
this.RcTextBox.Name = "RcTextBox";
this.RcTextBox.ReadOnly = true;
2 years ago
this.RcTextBox.Size = new System.Drawing.Size(350, 155);
3 years ago
this.RcTextBox.TabIndex = 12;
this.RcTextBox.Text = "";
//
// label8
//
this.label8.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.ForeColor = System.Drawing.Color.White;
2 years ago
this.label8.Location = new System.Drawing.Point(373, 443);
3 years ago
this.label8.Name = "label8";
2 years ago
this.label8.Size = new System.Drawing.Size(153, 22);
3 years ago
this.label8.TabIndex = 11;
this.label8.Text = "4号出场后相机";
//
// label7
//
this.label7.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.ForeColor = System.Drawing.Color.White;
2 years ago
this.label7.Location = new System.Drawing.Point(373, 178);
3 years ago
this.label7.Name = "label7";
2 years ago
this.label7.Size = new System.Drawing.Size(153, 22);
3 years ago
this.label7.TabIndex = 10;
this.label7.Text = "2号入场后相机";
//
// label6
//
this.label6.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.ForeColor = System.Drawing.Color.White;
2 years ago
this.label6.Location = new System.Drawing.Point(95, 443);
3 years ago
this.label6.Name = "label6";
2 years ago
this.label6.Size = new System.Drawing.Size(153, 22);
3 years ago
this.label6.TabIndex = 9;
this.label6.Text = "3号出场前相机";
//
// label5
//
this.label5.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.ForeColor = System.Drawing.Color.White;
2 years ago
this.label5.Location = new System.Drawing.Point(95, 178);
3 years ago
this.label5.Name = "label5";
2 years ago
this.label5.Size = new System.Drawing.Size(153, 22);
3 years ago
this.label5.TabIndex = 8;
this.label5.Text = "1号入场前相机";
//
// ucLicensePlate4
//
this.ucLicensePlate4.Anchor = System.Windows.Forms.AnchorStyles.None;
this.ucLicensePlate4.BackColor = System.Drawing.SystemColors.ActiveBorder;
2 years ago
this.ucLicensePlate4.Location = new System.Drawing.Point(320, 242);
3 years ago
this.ucLicensePlate4.Margin = new System.Windows.Forms.Padding(1);
this.ucLicensePlate4.Name = "ucLicensePlate4";
2 years ago
this.ucLicensePlate4.Size = new System.Drawing.Size(260, 195);
3 years ago
this.ucLicensePlate4.TabIndex = 7;
//
// ucLicensePlate2
//
this.ucLicensePlate2.Anchor = System.Windows.Forms.AnchorStyles.None;
this.ucLicensePlate2.BackColor = System.Drawing.SystemColors.ActiveBorder;
2 years ago
this.ucLicensePlate2.Location = new System.Drawing.Point(320, -22);
3 years ago
this.ucLicensePlate2.Margin = new System.Windows.Forms.Padding(1);
this.ucLicensePlate2.Name = "ucLicensePlate2";
2 years ago
this.ucLicensePlate2.Size = new System.Drawing.Size(260, 195);
3 years ago
this.ucLicensePlate2.TabIndex = 6;
//
// ucLicensePlate3
//
this.ucLicensePlate3.Anchor = System.Windows.Forms.AnchorStyles.None;
this.ucLicensePlate3.BackColor = System.Drawing.SystemColors.ActiveBorder;
2 years ago
this.ucLicensePlate3.Location = new System.Drawing.Point(36, 242);
3 years ago
this.ucLicensePlate3.Margin = new System.Windows.Forms.Padding(1);
this.ucLicensePlate3.Name = "ucLicensePlate3";
2 years ago
this.ucLicensePlate3.Size = new System.Drawing.Size(260, 195);
3 years ago
this.ucLicensePlate3.TabIndex = 5;
//
// ucLicensePlate1
//
this.ucLicensePlate1.Anchor = System.Windows.Forms.AnchorStyles.None;
this.ucLicensePlate1.BackColor = System.Drawing.SystemColors.ActiveBorder;
2 years ago
this.ucLicensePlate1.Location = new System.Drawing.Point(36, -22);
3 years ago
this.ucLicensePlate1.Margin = new System.Windows.Forms.Padding(1);
this.ucLicensePlate1.Name = "ucLicensePlate1";
2 years ago
this.ucLicensePlate1.Size = new System.Drawing.Size(260, 195);
3 years ago
this.ucLicensePlate1.TabIndex = 4;
//
// label14
//
this.label14.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label14.ForeColor = System.Drawing.Color.White;
2 years ago
this.label14.Location = new System.Drawing.Point(248, 463);
3 years ago
this.label14.Name = "label14";
2 years ago
this.label14.Size = new System.Drawing.Size(120, 22);
3 years ago
this.label14.TabIndex = 3;
this.label14.Text = "出场摄像头";
//
// label13
//
this.label13.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label13.ForeColor = System.Drawing.Color.White;
2 years ago
this.label13.Location = new System.Drawing.Point(248, 198);
3 years ago
this.label13.Name = "label13";
2 years ago
this.label13.Size = new System.Drawing.Size(120, 22);
3 years ago
this.label13.TabIndex = 2;
this.label13.Text = "入场摄像头";
//
// PanelScrollText
//
this.tableLayoutPanel1.SetColumnSpan(this.PanelScrollText, 2);
this.PanelScrollText.Controls.Add(this.LabelScrollText);
this.PanelScrollText.Dock = System.Windows.Forms.DockStyle.Fill;
2 years ago
this.PanelScrollText.Location = new System.Drawing.Point(4, 822);
3 years ago
this.PanelScrollText.Name = "PanelScrollText";
2 years ago
this.PanelScrollText.Size = new System.Drawing.Size(1394, 54);
3 years ago
this.PanelScrollText.TabIndex = 8;
//
// LabelScrollText
//
this.LabelScrollText.AutoSize = true;
this.LabelScrollText.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabelScrollText.ForeColor = System.Drawing.Color.Salmon;
2 years ago
this.LabelScrollText.Location = new System.Drawing.Point(3, 10);
3 years ago
this.LabelScrollText.Name = "LabelScrollText";
2 years ago
this.LabelScrollText.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this.LabelScrollText.Size = new System.Drawing.Size(10, 29);
3 years ago
this.LabelScrollText.TabIndex = 4;
this.LabelScrollText.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// FrmMainServer
//
2 years ago
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
3 years ago
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(43)))), ((int)(((byte)(96)))));
2 years ago
this.ClientSize = new System.Drawing.Size(1402, 880);
3 years ago
this.Controls.Add(this.tableLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "FrmMainServer";
2 years ago
this.Text = "汽车衡无人值守系统";
3 years ago
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMainServer_Closing);
this.Load += new System.EventHandler(this.FrmMainServer_Loading);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel9.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.panel6.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.btnTop)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnMin)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnMax)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnClose)).EndInit();
this.panel8.ResumeLayout(false);
this.panel8.PerformLayout();
this.PanelScrollText.ResumeLayout(false);
this.PanelScrollText.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel11;
private System.Windows.Forms.Label LabelState;
private UI.UC.UCCarOut ucCarOut;
private UI.UC.UCCarIn ucCarIn;
private UI.UC.UCWelcome ucWelcome;
private System.Windows.Forms.Button BtnReset;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label LabelWeight;
private System.Windows.Forms.Label LabelPlate;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Label LabelSite;
private System.Windows.Forms.Label LabelCompany;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label LabelLight;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.PictureBox btnClose;
private System.Windows.Forms.Label LabelTime;
private System.Windows.Forms.Panel panel8;
private System.Windows.Forms.RichTextBox RcTextBox;
private System.Windows.Forms.Panel panel9;
private System.Windows.Forms.Button btnOut;
private System.Windows.Forms.Button btnIn;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
internal UC.UCLicensePlate ucLicensePlate4;
internal UC.UCLicensePlate ucLicensePlate2;
internal UC.UCLicensePlate ucLicensePlate3;
internal UC.UCLicensePlate ucLicensePlate1;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Panel PanelScrollText;
private System.Windows.Forms.Label LabelScrollText;
private System.Windows.Forms.Label LabelLoading;
private System.Windows.Forms.Label lightLabel4;
private System.Windows.Forms.Label lightLabel3;
private System.Windows.Forms.Label lightLabel2;
private System.Windows.Forms.Label lightLabel1;
private System.Windows.Forms.PictureBox btnMin;
private System.Windows.Forms.PictureBox btnMax;
private System.Windows.Forms.PictureBox btnTop;
private System.Windows.Forms.Button BtnHistory;
private System.Windows.Forms.Label labelUserInfo;
}
}