Browse Source

调整 FrmBill

HuiZhou
fajiao 2 years ago
parent
commit
4da6c7d285
  1. 2
      AutoWeightServer/AutoWeightServer.csproj
  2. 14
      AutoWeightServer/UI/FrmBill.Designer.cs
  3. 226
      AutoWeightServer/UI/FrmMainServer.Designer.cs

2
AutoWeightServer/AutoWeightServer.csproj

@ -190,7 +190,9 @@
<Compile Include="IfManager\FingerPrint\FingerPrintParam.cs" />
<Compile Include="IfManager\LedZK\LedZKManager.cs" />
<Compile Include="IfManager\LedZK\LedZKSDK.cs" />
<Compile Include="IfManager\Light\ILightManager.cs" />
<Compile Include="IfManager\Light\ILightRelay.cs" />
<Compile Include="IfManager\Light\Light2Manager.cs" />
<Compile Include="IfManager\Light\LightManager.cs" />
<Compile Include="IfManager\Light\LightRelay.cs" />
<Compile Include="IfManager\Scales\Scales.cs" />

14
AutoWeightServer/UI/FrmBill.Designer.cs

@ -79,7 +79,7 @@ namespace EC.AutoWeightServer.UI
this.dataGridView.ReadOnly = true;
this.dataGridView.RowHeadersWidth = 47;
this.dataGridView.RowTemplate.Height = 23;
this.dataGridView.Size = new System.Drawing.Size(1382, 556);
this.dataGridView.Size = new System.Drawing.Size(1334, 461);
this.dataGridView.TabIndex = 0;
this.dataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellContentClick);
//
@ -104,7 +104,7 @@ namespace EC.AutoWeightServer.UI
this.SupplierName.MinimumWidth = 6;
this.SupplierName.Name = "SupplierName";
this.SupplierName.ReadOnly = true;
this.SupplierName.Width = 78;
this.SupplierName.Width = 66;
//
// MaterialNo
//
@ -176,7 +176,7 @@ namespace EC.AutoWeightServer.UI
this.InStartTime.MinimumWidth = 6;
this.InStartTime.Name = "InStartTime";
this.InStartTime.ReadOnly = true;
this.InStartTime.Width = 92;
this.InStartTime.Width = 78;
//
// OutStartTime
//
@ -185,7 +185,7 @@ namespace EC.AutoWeightServer.UI
this.OutStartTime.MinimumWidth = 6;
this.OutStartTime.Name = "OutStartTime";
this.OutStartTime.ReadOnly = true;
this.OutStartTime.Width = 92;
this.OutStartTime.Width = 78;
//
// State
//
@ -196,11 +196,13 @@ namespace EC.AutoWeightServer.UI
//
// FrmBill
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1382, 556);
this.ClientSize = new System.Drawing.Size(1334, 461);
this.Controls.Add(this.dataGridView);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmBill";
this.Text = "当日运单";
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();

226
AutoWeightServer/UI/FrmMainServer.Designer.cs

@ -103,10 +103,10 @@
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;
this.label2.Location = new System.Drawing.Point(72, 3);
this.label2.Location = new System.Drawing.Point(62, 3);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(373, 51);
this.label2.Size = new System.Drawing.Size(326, 45);
this.label2.TabIndex = 2;
this.label2.Text = "汽车衡无人值守系统";
//
@ -121,11 +121,11 @@
this.panel1.Controls.Add(this.BtnReset);
this.panel1.Controls.Add(this.LabelState);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(1, 72);
this.panel1.Location = new System.Drawing.Point(1, 62);
this.panel1.Margin = new System.Windows.Forms.Padding(0);
this.panel1.Name = "panel1";
this.panel1.Padding = new System.Windows.Forms.Padding(9, 0, 0, 0);
this.panel1.Size = new System.Drawing.Size(1634, 132);
this.panel1.Padding = new System.Windows.Forms.Padding(8, 0, 0, 0);
this.panel1.Size = new System.Drawing.Size(1400, 113);
this.panel1.TabIndex = 5;
//
// labelUserInfo
@ -134,9 +134,9 @@
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;
this.labelUserInfo.Location = new System.Drawing.Point(1438, 24);
this.labelUserInfo.Location = new System.Drawing.Point(1232, 21);
this.labelUserInfo.Name = "labelUserInfo";
this.labelUserInfo.Size = new System.Drawing.Size(92, 27);
this.labelUserInfo.Size = new System.Drawing.Size(78, 23);
this.labelUserInfo.TabIndex = 33;
this.labelUserInfo.Text = "管理员:";
this.labelUserInfo.Visible = false;
@ -144,9 +144,9 @@
// BtnHistory
//
this.BtnHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.BtnHistory.Location = new System.Drawing.Point(1542, 64);
this.BtnHistory.Location = new System.Drawing.Point(1321, 55);
this.BtnHistory.Name = "BtnHistory";
this.BtnHistory.Size = new System.Drawing.Size(79, 45);
this.BtnHistory.Size = new System.Drawing.Size(68, 39);
this.BtnHistory.TabIndex = 32;
this.BtnHistory.Text = "今日运单";
this.BtnHistory.UseVisualStyleBackColor = true;
@ -155,9 +155,9 @@
// LabelLight
//
this.LabelLight.Image = global::EC.AutoWeightServer.Properties.Resources.60;
this.LabelLight.Location = new System.Drawing.Point(73, 24);
this.LabelLight.Location = new System.Drawing.Point(63, 21);
this.LabelLight.Name = "LabelLight";
this.LabelLight.Size = new System.Drawing.Size(70, 70);
this.LabelLight.Size = new System.Drawing.Size(60, 60);
this.LabelLight.TabIndex = 31;
//
// panel5
@ -167,9 +167,9 @@
this.panel5.Controls.Add(this.LabelCompany);
this.panel5.Controls.Add(this.label9);
this.panel5.Controls.Add(this.label4);
this.panel5.Location = new System.Drawing.Point(1071, 24);
this.panel5.Location = new System.Drawing.Point(917, 21);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(328, 87);
this.panel5.Size = new System.Drawing.Size(281, 75);
this.panel5.TabIndex = 30;
this.panel5.Visible = false;
//
@ -179,9 +179,9 @@
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;
this.LabelSite.Location = new System.Drawing.Point(93, 48);
this.LabelSite.Location = new System.Drawing.Point(80, 41);
this.LabelSite.Name = "LabelSite";
this.LabelSite.Size = new System.Drawing.Size(0, 30);
this.LabelSite.Size = new System.Drawing.Size(0, 25);
this.LabelSite.TabIndex = 6;
//
// LabelCompany
@ -190,9 +190,9 @@
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;
this.LabelCompany.Location = new System.Drawing.Point(93, 7);
this.LabelCompany.Location = new System.Drawing.Point(80, 6);
this.LabelCompany.Name = "LabelCompany";
this.LabelCompany.Size = new System.Drawing.Size(0, 30);
this.LabelCompany.Size = new System.Drawing.Size(0, 25);
this.LabelCompany.TabIndex = 5;
//
// label9
@ -200,9 +200,9 @@
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;
this.label9.Location = new System.Drawing.Point(14, 44);
this.label9.Location = new System.Drawing.Point(12, 38);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(90, 32);
this.label9.Size = new System.Drawing.Size(75, 28);
this.label9.TabIndex = 4;
this.label9.Text = "站点:";
//
@ -211,9 +211,9 @@
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;
this.label4.Location = new System.Drawing.Point(14, 3);
this.label4.Location = new System.Drawing.Point(12, 3);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(90, 32);
this.label4.Size = new System.Drawing.Size(75, 28);
this.label4.TabIndex = 3;
this.label4.Text = "公司:";
//
@ -224,9 +224,9 @@
this.panel4.Controls.Add(this.LabelPlate);
this.panel4.Controls.Add(this.label1);
this.panel4.Controls.Add(this.label3);
this.panel4.Location = new System.Drawing.Point(349, 17);
this.panel4.Location = new System.Drawing.Point(299, 15);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(385, 98);
this.panel4.Size = new System.Drawing.Size(330, 84);
this.panel4.TabIndex = 29;
//
// label10
@ -234,9 +234,9 @@
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;
this.label10.Location = new System.Drawing.Point(297, 47);
this.label10.Location = new System.Drawing.Point(255, 40);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(48, 40);
this.label10.Size = new System.Drawing.Size(42, 35);
this.label10.TabIndex = 5;
this.label10.Text = "吨";
//
@ -245,9 +245,9 @@
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;
this.LabelWeight.Location = new System.Drawing.Point(125, 47);
this.LabelWeight.Location = new System.Drawing.Point(107, 40);
this.LabelWeight.Name = "LabelWeight";
this.LabelWeight.Size = new System.Drawing.Size(163, 41);
this.LabelWeight.Size = new System.Drawing.Size(140, 35);
this.LabelWeight.TabIndex = 4;
this.LabelWeight.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
@ -256,9 +256,9 @@
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;
this.LabelPlate.Location = new System.Drawing.Point(125, 6);
this.LabelPlate.Location = new System.Drawing.Point(107, 5);
this.LabelPlate.Name = "LabelPlate";
this.LabelPlate.Size = new System.Drawing.Size(239, 41);
this.LabelPlate.Size = new System.Drawing.Size(205, 35);
this.LabelPlate.TabIndex = 3;
this.LabelPlate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
@ -267,9 +267,9 @@
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;
this.label1.Location = new System.Drawing.Point(22, 6);
this.label1.Location = new System.Drawing.Point(19, 5);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(110, 40);
this.label1.Size = new System.Drawing.Size(96, 35);
this.label1.TabIndex = 2;
this.label1.Text = "车牌:";
//
@ -278,18 +278,18 @@
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;
this.label3.Location = new System.Drawing.Point(22, 47);
this.label3.Location = new System.Drawing.Point(19, 40);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(110, 40);
this.label3.Size = new System.Drawing.Size(96, 35);
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)));
this.BtnReset.Location = new System.Drawing.Point(1438, 64);
this.BtnReset.Location = new System.Drawing.Point(1232, 55);
this.BtnReset.Name = "BtnReset";
this.BtnReset.Size = new System.Drawing.Size(78, 45);
this.BtnReset.Size = new System.Drawing.Size(67, 39);
this.BtnReset.TabIndex = 28;
this.BtnReset.Text = "重置";
this.BtnReset.UseVisualStyleBackColor = true;
@ -300,9 +300,9 @@
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)))));
this.LabelState.Location = new System.Drawing.Point(167, 22);
this.LabelState.Location = new System.Drawing.Point(143, 19);
this.LabelState.Name = "LabelState";
this.LabelState.Size = new System.Drawing.Size(140, 71);
this.LabelState.Size = new System.Drawing.Size(123, 62);
this.LabelState.TabIndex = 7;
this.LabelState.Text = "空闲";
//
@ -315,35 +315,35 @@
this.panel3.Location = new System.Drawing.Point(3, 3);
this.panel3.Margin = new System.Windows.Forms.Padding(2);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(935, 66);
this.panel3.Size = new System.Drawing.Size(800, 56);
this.panel3.TabIndex = 1;
//
// panel11
//
this.panel11.BackgroundImage = global::EC.AutoWeightServer.Properties.Resources.;
this.panel11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel11.Location = new System.Drawing.Point(23, 9);
this.panel11.Location = new System.Drawing.Point(20, 8);
this.panel11.Margin = new System.Windows.Forms.Padding(2);
this.panel11.Name = "panel11";
this.panel11.Size = new System.Drawing.Size(44, 43);
this.panel11.Size = new System.Drawing.Size(38, 37);
this.panel11.TabIndex = 4;
//
// panel9
//
this.panel9.Controls.Add(this.btnOut);
this.panel9.Controls.Add(this.btnIn);
this.panel9.Location = new System.Drawing.Point(535, 10);
this.panel9.Location = new System.Drawing.Point(459, 9);
this.panel9.Margin = new System.Windows.Forms.Padding(2);
this.panel9.Name = "panel9";
this.panel9.Size = new System.Drawing.Size(262, 79);
this.panel9.Size = new System.Drawing.Size(225, 68);
this.panel9.TabIndex = 27;
//
// btnOut
//
this.btnOut.Location = new System.Drawing.Point(159, 8);
this.btnOut.Location = new System.Drawing.Point(136, 7);
this.btnOut.Margin = new System.Windows.Forms.Padding(2);
this.btnOut.Name = "btnOut";
this.btnOut.Size = new System.Drawing.Size(83, 37);
this.btnOut.Size = new System.Drawing.Size(71, 32);
this.btnOut.TabIndex = 27;
this.btnOut.Text = "出库";
this.btnOut.UseVisualStyleBackColor = true;
@ -351,10 +351,10 @@
//
// btnIn
//
this.btnIn.Location = new System.Drawing.Point(15, 8);
this.btnIn.Location = new System.Drawing.Point(13, 7);
this.btnIn.Margin = new System.Windows.Forms.Padding(2);
this.btnIn.Name = "btnIn";
this.btnIn.Size = new System.Drawing.Size(83, 37);
this.btnIn.Size = new System.Drawing.Size(71, 32);
this.btnIn.TabIndex = 26;
this.btnIn.Text = "入库";
this.btnIn.UseVisualStyleBackColor = true;
@ -377,12 +377,12 @@
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 4;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 70F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 132F));
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));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 70F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1636, 1027);
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);
this.tableLayoutPanel1.TabIndex = 4;
//
// panel6
@ -396,19 +396,19 @@
this.panel6.Controls.Add(this.ucCarOut);
this.panel6.Controls.Add(this.ucCarIn);
this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel6.Location = new System.Drawing.Point(3, 207);
this.panel6.Location = new System.Drawing.Point(3, 178);
this.panel6.Margin = new System.Windows.Forms.Padding(2);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(935, 746);
this.panel6.Size = new System.Drawing.Size(800, 638);
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;
this.lightLabel4.Location = new System.Drawing.Point(238, 656);
this.lightLabel4.Location = new System.Drawing.Point(204, 561);
this.lightLabel4.Name = "lightLabel4";
this.lightLabel4.Size = new System.Drawing.Size(70, 70);
this.lightLabel4.Size = new System.Drawing.Size(60, 60);
this.lightLabel4.TabIndex = 35;
this.lightLabel4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
//
@ -416,9 +416,9 @@
//
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;
this.lightLabel3.Location = new System.Drawing.Point(160, 656);
this.lightLabel3.Location = new System.Drawing.Point(137, 561);
this.lightLabel3.Name = "lightLabel3";
this.lightLabel3.Size = new System.Drawing.Size(70, 70);
this.lightLabel3.Size = new System.Drawing.Size(60, 60);
this.lightLabel3.TabIndex = 34;
this.lightLabel3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
//
@ -426,9 +426,9 @@
//
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;
this.lightLabel2.Location = new System.Drawing.Point(83, 656);
this.lightLabel2.Location = new System.Drawing.Point(71, 561);
this.lightLabel2.Name = "lightLabel2";
this.lightLabel2.Size = new System.Drawing.Size(70, 70);
this.lightLabel2.Size = new System.Drawing.Size(60, 60);
this.lightLabel2.TabIndex = 33;
this.lightLabel2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
//
@ -436,9 +436,9 @@
//
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;
this.lightLabel1.Location = new System.Drawing.Point(9, 656);
this.lightLabel1.Location = new System.Drawing.Point(8, 561);
this.lightLabel1.Name = "lightLabel1";
this.lightLabel1.Size = new System.Drawing.Size(70, 70);
this.lightLabel1.Size = new System.Drawing.Size(60, 60);
this.lightLabel1.TabIndex = 32;
this.lightLabel1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
//
@ -448,9 +448,9 @@
this.LabelLoading.BackColor = System.Drawing.Color.Transparent;
this.LabelLoading.ForeColor = System.Drawing.Color.Transparent;
this.LabelLoading.Image = global::EC.AutoWeightServer.Properties.Resources.Loading_80;
this.LabelLoading.Location = new System.Drawing.Point(421, 274);
this.LabelLoading.Location = new System.Drawing.Point(361, 235);
this.LabelLoading.Name = "LabelLoading";
this.LabelLoading.Size = new System.Drawing.Size(93, 93);
this.LabelLoading.Size = new System.Drawing.Size(80, 80);
this.LabelLoading.TabIndex = 7;
this.LabelLoading.Visible = false;
//
@ -459,30 +459,30 @@
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;
this.ucWelcome.Location = new System.Drawing.Point(88, 18);
this.ucWelcome.Location = new System.Drawing.Point(75, 15);
this.ucWelcome.Margin = new System.Windows.Forms.Padding(1);
this.ucWelcome.Name = "ucWelcome";
this.ucWelcome.Size = new System.Drawing.Size(763, 710);
this.ucWelcome.Size = new System.Drawing.Size(654, 609);
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)))));
this.ucCarOut.Location = new System.Drawing.Point(88, 18);
this.ucCarOut.Location = new System.Drawing.Point(75, 15);
this.ucCarOut.Margin = new System.Windows.Forms.Padding(1);
this.ucCarOut.Name = "ucCarOut";
this.ucCarOut.Size = new System.Drawing.Size(763, 710);
this.ucCarOut.Size = new System.Drawing.Size(654, 609);
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)))));
this.ucCarIn.Location = new System.Drawing.Point(88, 18);
this.ucCarIn.Location = new System.Drawing.Point(75, 15);
this.ucCarIn.Margin = new System.Windows.Forms.Padding(1);
this.ucCarIn.Name = "ucCarIn";
this.ucCarIn.Size = new System.Drawing.Size(763, 712);
this.ucCarIn.Size = new System.Drawing.Size(654, 610);
this.ucCarIn.TabIndex = 4;
this.ucCarIn.Visible = false;
//
@ -494,10 +494,10 @@
this.panel2.Controls.Add(this.btnClose);
this.panel2.Controls.Add(this.LabelTime);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(943, 3);
this.panel2.Location = new System.Drawing.Point(808, 3);
this.panel2.Margin = new System.Windows.Forms.Padding(2);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(690, 66);
this.panel2.Size = new System.Drawing.Size(591, 56);
this.panel2.TabIndex = 0;
//
// btnTop
@ -505,10 +505,10 @@
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;
this.btnTop.Location = new System.Drawing.Point(438, 1);
this.btnTop.Location = new System.Drawing.Point(375, 1);
this.btnTop.Margin = new System.Windows.Forms.Padding(2);
this.btnTop.Name = "btnTop";
this.btnTop.Size = new System.Drawing.Size(47, 47);
this.btnTop.Size = new System.Drawing.Size(40, 40);
this.btnTop.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.btnTop.TabIndex = 5;
this.btnTop.TabStop = false;
@ -520,10 +520,10 @@
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")));
this.btnMin.Location = new System.Drawing.Point(575, 1);
this.btnMin.Location = new System.Drawing.Point(493, 1);
this.btnMin.Margin = new System.Windows.Forms.Padding(2);
this.btnMin.Name = "btnMin";
this.btnMin.Size = new System.Drawing.Size(47, 47);
this.btnMin.Size = new System.Drawing.Size(40, 40);
this.btnMin.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.btnMin.TabIndex = 4;
this.btnMin.TabStop = false;
@ -534,10 +534,10 @@
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")));
this.btnMax.Location = new System.Drawing.Point(506, 1);
this.btnMax.Location = new System.Drawing.Point(434, 1);
this.btnMax.Margin = new System.Windows.Forms.Padding(2);
this.btnMax.Name = "btnMax";
this.btnMax.Size = new System.Drawing.Size(47, 47);
this.btnMax.Size = new System.Drawing.Size(40, 40);
this.btnMax.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.btnMax.TabIndex = 3;
this.btnMax.TabStop = false;
@ -549,10 +549,10 @@
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.;
this.btnClose.Location = new System.Drawing.Point(641, 1);
this.btnClose.Location = new System.Drawing.Point(549, 1);
this.btnClose.Margin = new System.Windows.Forms.Padding(2);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(47, 47);
this.btnClose.Size = new System.Drawing.Size(40, 40);
this.btnClose.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.btnClose.TabIndex = 2;
this.btnClose.TabStop = false;
@ -563,10 +563,10 @@
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;
this.LabelTime.Location = new System.Drawing.Point(17, 21);
this.LabelTime.Location = new System.Drawing.Point(15, 18);
this.LabelTime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.LabelTime.Name = "LabelTime";
this.LabelTime.Size = new System.Drawing.Size(0, 29);
this.LabelTime.Size = new System.Drawing.Size(0, 26);
this.LabelTime.TabIndex = 0;
//
// panel8
@ -583,9 +583,9 @@
this.panel8.Controls.Add(this.label14);
this.panel8.Controls.Add(this.label13);
this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel8.Location = new System.Drawing.Point(944, 208);
this.panel8.Location = new System.Drawing.Point(809, 179);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(688, 744);
this.panel8.Size = new System.Drawing.Size(589, 636);
this.panel8.TabIndex = 7;
//
// RcTextBox
@ -593,10 +593,10 @@
this.RcTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
this.RcTextBox.BackColor = System.Drawing.SystemColors.InfoText;
this.RcTextBox.ForeColor = System.Drawing.SystemColors.Window;
this.RcTextBox.Location = new System.Drawing.Point(162, 598);
this.RcTextBox.Location = new System.Drawing.Point(138, 512);
this.RcTextBox.Name = "RcTextBox";
this.RcTextBox.ReadOnly = true;
this.RcTextBox.Size = new System.Drawing.Size(408, 180);
this.RcTextBox.Size = new System.Drawing.Size(350, 155);
this.RcTextBox.TabIndex = 12;
this.RcTextBox.Text = "";
//
@ -606,9 +606,9 @@
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;
this.label8.Location = new System.Drawing.Point(436, 518);
this.label8.Location = new System.Drawing.Point(373, 443);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(175, 25);
this.label8.Size = new System.Drawing.Size(153, 22);
this.label8.TabIndex = 11;
this.label8.Text = "4号出场后相机";
//
@ -618,9 +618,9 @@
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;
this.label7.Location = new System.Drawing.Point(436, 209);
this.label7.Location = new System.Drawing.Point(373, 178);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(175, 25);
this.label7.Size = new System.Drawing.Size(153, 22);
this.label7.TabIndex = 10;
this.label7.Text = "2号入场后相机";
//
@ -630,9 +630,9 @@
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;
this.label6.Location = new System.Drawing.Point(112, 518);
this.label6.Location = new System.Drawing.Point(95, 443);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(175, 25);
this.label6.Size = new System.Drawing.Size(153, 22);
this.label6.TabIndex = 9;
this.label6.Text = "3号出场前相机";
//
@ -642,9 +642,9 @@
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;
this.label5.Location = new System.Drawing.Point(112, 209);
this.label5.Location = new System.Drawing.Point(95, 178);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(175, 25);
this.label5.Size = new System.Drawing.Size(153, 22);
this.label5.TabIndex = 8;
this.label5.Text = "1号入场前相机";
//
@ -652,40 +652,40 @@
//
this.ucLicensePlate4.Anchor = System.Windows.Forms.AnchorStyles.None;
this.ucLicensePlate4.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.ucLicensePlate4.Location = new System.Drawing.Point(374, 283);
this.ucLicensePlate4.Location = new System.Drawing.Point(320, 242);
this.ucLicensePlate4.Margin = new System.Windows.Forms.Padding(1);
this.ucLicensePlate4.Name = "ucLicensePlate4";
this.ucLicensePlate4.Size = new System.Drawing.Size(303, 227);
this.ucLicensePlate4.Size = new System.Drawing.Size(260, 195);
this.ucLicensePlate4.TabIndex = 7;
//
// ucLicensePlate2
//
this.ucLicensePlate2.Anchor = System.Windows.Forms.AnchorStyles.None;
this.ucLicensePlate2.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.ucLicensePlate2.Location = new System.Drawing.Point(374, -25);
this.ucLicensePlate2.Location = new System.Drawing.Point(320, -22);
this.ucLicensePlate2.Margin = new System.Windows.Forms.Padding(1);
this.ucLicensePlate2.Name = "ucLicensePlate2";
this.ucLicensePlate2.Size = new System.Drawing.Size(303, 227);
this.ucLicensePlate2.Size = new System.Drawing.Size(260, 195);
this.ucLicensePlate2.TabIndex = 6;
//
// ucLicensePlate3
//
this.ucLicensePlate3.Anchor = System.Windows.Forms.AnchorStyles.None;
this.ucLicensePlate3.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.ucLicensePlate3.Location = new System.Drawing.Point(43, 283);
this.ucLicensePlate3.Location = new System.Drawing.Point(36, 242);
this.ucLicensePlate3.Margin = new System.Windows.Forms.Padding(1);
this.ucLicensePlate3.Name = "ucLicensePlate3";
this.ucLicensePlate3.Size = new System.Drawing.Size(303, 227);
this.ucLicensePlate3.Size = new System.Drawing.Size(260, 195);
this.ucLicensePlate3.TabIndex = 5;
//
// ucLicensePlate1
//
this.ucLicensePlate1.Anchor = System.Windows.Forms.AnchorStyles.None;
this.ucLicensePlate1.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.ucLicensePlate1.Location = new System.Drawing.Point(43, -25);
this.ucLicensePlate1.Location = new System.Drawing.Point(36, -22);
this.ucLicensePlate1.Margin = new System.Windows.Forms.Padding(1);
this.ucLicensePlate1.Name = "ucLicensePlate1";
this.ucLicensePlate1.Size = new System.Drawing.Size(303, 227);
this.ucLicensePlate1.Size = new System.Drawing.Size(260, 195);
this.ucLicensePlate1.TabIndex = 4;
//
// label14
@ -694,9 +694,9 @@
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;
this.label14.Location = new System.Drawing.Point(290, 541);
this.label14.Location = new System.Drawing.Point(248, 463);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(137, 25);
this.label14.Size = new System.Drawing.Size(120, 22);
this.label14.TabIndex = 3;
this.label14.Text = "出场摄像头";
//
@ -706,9 +706,9 @@
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;
this.label13.Location = new System.Drawing.Point(290, 232);
this.label13.Location = new System.Drawing.Point(248, 198);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(137, 25);
this.label13.Size = new System.Drawing.Size(120, 22);
this.label13.TabIndex = 2;
this.label13.Text = "入场摄像头";
//
@ -717,9 +717,9 @@
this.tableLayoutPanel1.SetColumnSpan(this.PanelScrollText, 2);
this.PanelScrollText.Controls.Add(this.LabelScrollText);
this.PanelScrollText.Dock = System.Windows.Forms.DockStyle.Fill;
this.PanelScrollText.Location = new System.Drawing.Point(4, 959);
this.PanelScrollText.Location = new System.Drawing.Point(4, 822);
this.PanelScrollText.Name = "PanelScrollText";
this.PanelScrollText.Size = new System.Drawing.Size(1628, 64);
this.PanelScrollText.Size = new System.Drawing.Size(1394, 54);
this.PanelScrollText.TabIndex = 8;
//
// LabelScrollText
@ -727,26 +727,26 @@
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;
this.LabelScrollText.Location = new System.Drawing.Point(3, 12);
this.LabelScrollText.Location = new System.Drawing.Point(3, 10);
this.LabelScrollText.Name = "LabelScrollText";
this.LabelScrollText.Padding = new System.Windows.Forms.Padding(12, 0, 0, 0);
this.LabelScrollText.Size = new System.Drawing.Size(12, 34);
this.LabelScrollText.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this.LabelScrollText.Size = new System.Drawing.Size(10, 29);
this.LabelScrollText.TabIndex = 4;
this.LabelScrollText.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// FrmMainServer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(43)))), ((int)(((byte)(96)))));
this.ClientSize = new System.Drawing.Size(1636, 1027);
this.ClientSize = new System.Drawing.Size(1402, 880);
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";
this.Text = "FrmMainServer";
this.Text = "汽车衡无人值守系统";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMainServer_Closing);
this.Load += new System.EventHandler(this.FrmMainServer_Loading);
this.panel1.ResumeLayout(false);

Loading…
Cancel
Save