统一各车型车身数据窗体标题栏样式
将 EHV、EH3、EHY 三种车型左右侧车身测量数据窗体的标题栏调整为统一的简洁样式: - 去除标题栏四周的白色边框,将 Telerik RadTitleBar 的内层边框与填充图元颜色统一设为背景深色(44,109,124) - 去除标题栏 logo 图标,移除 label2 的图片资源引用 - 标题改为居中显示的白色纯文字(labTitle),统一定位到(911,7)并嵌入 radTitleBar1 - 为缺少 labTitle 的 FEHVRightCarData 补充居中白色标题标签 - 移除多余的 RootElement.ControlBounds 设置 涉及文件: - FEHVLeftCarData / FEHVRightCarData - FEH3LeftCarData / FEH3RightCarData - FEHYLeftCarData / FEHYRightCarData (含对应 .designer.cs 与 .resx)
This commit is contained in:
+2
-1
@@ -1,4 +1,4 @@
|
||||
################################################################################
|
||||
################################################################################
|
||||
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
|
||||
################################################################################
|
||||
|
||||
@@ -18,3 +18,4 @@
|
||||
/UserControlClass/obj/Release
|
||||
/packages
|
||||
/PLCModule/lib/RCWF/2018.3.1016.40
|
||||
PLCModule/PLCModule/obj/
|
||||
|
||||
+410
-455
@@ -28,469 +28,424 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FEHVLeftCarData));
|
||||
this.radTitleBar1 = new Telerik.WinControls.UI.RadTitleBar();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.labTitle = new System.Windows.Forms.Label();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.labVIN = new System.Windows.Forms.Label();
|
||||
this.tmrRefreshData = new System.Windows.Forms.Timer(this.components);
|
||||
this.L19 = new UserControlClass.UCVWNextSense();
|
||||
this.L03 = new UserControlClass.UCVWNextSense();
|
||||
this.L06 = new UserControlClass.UCVWNextSense();
|
||||
this.L02 = new UserControlClass.UCVWNextSense();
|
||||
this.L13 = new UserControlClass.UCVWNextSense();
|
||||
this.L01 = new UserControlClass.UCVWNextSense();
|
||||
this.L07 = new UserControlClass.UCVWNextSense();
|
||||
this.L1 = new UserControlClass.UCVWNextSense();
|
||||
this.L15 = new UserControlClass.UCVWNextSense();
|
||||
this.L18 = new UserControlClass.UCVWNextSense();
|
||||
this.L17 = new UserControlClass.UCVWNextSense();
|
||||
this.L16 = new UserControlClass.UCVWNextSense();
|
||||
this.L14 = new UserControlClass.UCVWNextSense();
|
||||
this.btnRefresh = new System.Windows.Forms.Button();
|
||||
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
||||
this.pbLeftCar = new System.Windows.Forms.PictureBox();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTitleBar1)).BeginInit();
|
||||
this.radTitleBar1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pbLeftCar)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// radTitleBar1
|
||||
//
|
||||
this.radTitleBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FEHVLeftCarData));
|
||||
this.radTitleBar1 = new Telerik.WinControls.UI.RadTitleBar();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.labVIN = new System.Windows.Forms.Label();
|
||||
this.tmrRefreshData = new System.Windows.Forms.Timer(this.components);
|
||||
this.L19 = new UserControlClass.UCVWNextSense();
|
||||
this.L03 = new UserControlClass.UCVWNextSense();
|
||||
this.L06 = new UserControlClass.UCVWNextSense();
|
||||
this.L02 = new UserControlClass.UCVWNextSense();
|
||||
this.L13 = new UserControlClass.UCVWNextSense();
|
||||
this.L01 = new UserControlClass.UCVWNextSense();
|
||||
this.L07 = new UserControlClass.UCVWNextSense();
|
||||
this.L1 = new UserControlClass.UCVWNextSense();
|
||||
this.L15 = new UserControlClass.UCVWNextSense();
|
||||
this.L18 = new UserControlClass.UCVWNextSense();
|
||||
this.L17 = new UserControlClass.UCVWNextSense();
|
||||
this.L16 = new UserControlClass.UCVWNextSense();
|
||||
this.L14 = new UserControlClass.UCVWNextSense();
|
||||
this.btnRefresh = new System.Windows.Forms.Button();
|
||||
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
||||
this.pbLeftCar = new System.Windows.Forms.PictureBox();
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTitleBar1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pbLeftCar)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// radTitleBar1
|
||||
//
|
||||
this.radTitleBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.radTitleBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
this.radTitleBar1.Controls.Add(this.label2);
|
||||
this.radTitleBar1.Controls.Add(this.labTitle);
|
||||
this.radTitleBar1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.radTitleBar1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
this.radTitleBar1.Location = new System.Drawing.Point(1, 1);
|
||||
this.radTitleBar1.Name = "radTitleBar1";
|
||||
//
|
||||
//
|
||||
//
|
||||
this.radTitleBar1.RootElement.ApplyShapeToControl = true;
|
||||
this.radTitleBar1.RootElement.BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
this.radTitleBar1.Size = new System.Drawing.Size(1918, 37);
|
||||
this.radTitleBar1.TabIndex = 0;
|
||||
this.radTitleBar1.TabStop = false;
|
||||
this.radTitleBar1.Text = "左侧车身测量数据";
|
||||
((Telerik.WinControls.UI.RadTitleBarElement)(this.radTitleBar1.GetChildAt(0))).Text = "左侧车身测量数据";
|
||||
((Telerik.WinControls.Primitives.FillPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(0))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
((Telerik.WinControls.Primitives.FillPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(0))).BackColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
((Telerik.WinControls.Primitives.FillPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(0))).BackColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
((Telerik.WinControls.Primitives.FillPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(0))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.None;
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(1))).LeftColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(1))).TopColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(1))).RightColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(1))).BottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(1))).BottomShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(1))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(1))).InnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(1))).InnerColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(1))).InnerColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radTitleBar1.GetChildAt(0).GetChildAt(1))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(875, -5);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Padding = new System.Windows.Forms.Padding(20, 14, 20, 14);
|
||||
this.label2.Size = new System.Drawing.Size(40, 50);
|
||||
this.label2.TabIndex = 1;
|
||||
//
|
||||
// labTitle
|
||||
//
|
||||
this.labTitle.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.labTitle.AutoSize = true;
|
||||
this.labTitle.Font = new System.Drawing.Font("微软雅黑", 14F);
|
||||
this.labTitle.ForeColor = System.Drawing.Color.White;
|
||||
this.labTitle.Location = new System.Drawing.Point(911, 7);
|
||||
this.labTitle.Name = "labTitle";
|
||||
this.labTitle.Size = new System.Drawing.Size(164, 25);
|
||||
this.labTitle.TabIndex = 0;
|
||||
this.labTitle.Text = "左侧车身测量数据";
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Font = new System.Drawing.Font("Segoe UI", 58F);
|
||||
this.label3.Location = new System.Drawing.Point(476, 970);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(253, 104);
|
||||
this.label3.TabIndex = 37;
|
||||
this.label3.Text = "VIN:";
|
||||
//
|
||||
// labVIN
|
||||
//
|
||||
this.labVIN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.labVIN.AutoSize = true;
|
||||
this.labVIN.Font = new System.Drawing.Font("Segoe UI", 58F);
|
||||
this.labVIN.Location = new System.Drawing.Point(735, 970);
|
||||
this.labVIN.Name = "labVIN";
|
||||
this.labVIN.Size = new System.Drawing.Size(838, 104);
|
||||
this.labVIN.TabIndex = 36;
|
||||
this.labVIN.Text = "LNNACDEBXRDA20251";
|
||||
//
|
||||
// tmrRefreshData
|
||||
//
|
||||
this.tmrRefreshData.Interval = 1000;
|
||||
this.tmrRefreshData.Tick += new System.EventHandler(this.tmrRefreshData_Tick);
|
||||
//
|
||||
// L19
|
||||
//
|
||||
this.L19.BackColor = System.Drawing.Color.White;
|
||||
this.L19.ForeColor = System.Drawing.Color.Black;
|
||||
this.L19.labFLowerUpper = "-2.0/2.0";
|
||||
this.L19.labFText = "F";
|
||||
this.L19.labFVal = "0.3";
|
||||
this.L19.labGLowerUpper = "1.0/6.0";
|
||||
this.L19.labGText = "G";
|
||||
this.L19.labGVal = "3.7";
|
||||
this.L19.labTitleText = "L-19";
|
||||
this.L19.Location = new System.Drawing.Point(1663, 758);
|
||||
this.L19.Name = "L19";
|
||||
this.L19.Size = new System.Drawing.Size(220, 145);
|
||||
this.L19.TabIndex = 38;
|
||||
this.L19.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L19.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L19.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L19.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L03
|
||||
//
|
||||
this.L03.BackColor = System.Drawing.Color.White;
|
||||
this.L03.ForeColor = System.Drawing.Color.Black;
|
||||
this.L03.labFLowerUpper = "-3.0/2.0";
|
||||
this.L03.labFText = "F";
|
||||
this.L03.labFVal = "-0.6";
|
||||
this.L03.labGLowerUpper = "1.0/6.0";
|
||||
this.L03.labGText = "G";
|
||||
this.L03.labGVal = "3.9";
|
||||
this.L03.labTitleText = "L-03";
|
||||
this.L03.Location = new System.Drawing.Point(436, 123);
|
||||
this.L03.Name = "L03";
|
||||
this.L03.Size = new System.Drawing.Size(220, 145);
|
||||
this.L03.TabIndex = 40;
|
||||
this.L03.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L03.tlpFBackColor = System.Drawing.Color.Yellow;
|
||||
this.L03.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L03.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L06
|
||||
//
|
||||
this.L06.BackColor = System.Drawing.Color.White;
|
||||
this.L06.ForeColor = System.Drawing.Color.Black;
|
||||
this.L06.labFLowerUpper = "-2.0/2.0";
|
||||
this.L06.labFText = "F";
|
||||
this.L06.labFVal = "-0.1";
|
||||
this.L06.labGLowerUpper = "1.0/6.0";
|
||||
this.L06.labGText = "G";
|
||||
this.L06.labGVal = "3.4";
|
||||
this.L06.labTitleText = "L-06";
|
||||
this.L06.Location = new System.Drawing.Point(696, 123);
|
||||
this.L06.Name = "L06";
|
||||
this.L06.Size = new System.Drawing.Size(220, 145);
|
||||
this.L06.TabIndex = 42;
|
||||
this.L06.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L06.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L06.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L06.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L02
|
||||
//
|
||||
this.L02.BackColor = System.Drawing.Color.White;
|
||||
this.L02.ForeColor = System.Drawing.Color.Black;
|
||||
this.L02.labFLowerUpper = "-3.0/2.0";
|
||||
this.L02.labFText = "F";
|
||||
this.L02.labFVal = "-0.2";
|
||||
this.L02.labGLowerUpper = "1.0/6.0";
|
||||
this.L02.labGText = "G";
|
||||
this.L02.labGVal = "4.4";
|
||||
this.L02.labTitleText = "L-02";
|
||||
this.L02.Location = new System.Drawing.Point(162, 123);
|
||||
this.L02.Name = "L02";
|
||||
this.L02.Size = new System.Drawing.Size(220, 145);
|
||||
this.L02.TabIndex = 44;
|
||||
this.L02.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L02.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L02.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L02.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L13
|
||||
//
|
||||
this.L13.BackColor = System.Drawing.Color.White;
|
||||
this.L13.ForeColor = System.Drawing.Color.Black;
|
||||
this.L13.labFLowerUpper = "-1.5/1.5";
|
||||
this.L13.labFText = "F";
|
||||
this.L13.labFVal = "0.6";
|
||||
this.L13.labGLowerUpper = "2.2/4.2";
|
||||
this.L13.labGText = "G";
|
||||
this.L13.labGVal = "4.3";
|
||||
this.L13.labTitleText = "L-13";
|
||||
this.L13.Location = new System.Drawing.Point(951, 123);
|
||||
this.L13.Name = "L13";
|
||||
this.L13.Size = new System.Drawing.Size(220, 145);
|
||||
this.L13.TabIndex = 45;
|
||||
this.L13.tlpBackColor = System.Drawing.Color.Red;
|
||||
this.L13.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L13.tlpGBackColor = System.Drawing.Color.Red;
|
||||
this.L13.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L01
|
||||
//
|
||||
this.L01.BackColor = System.Drawing.Color.White;
|
||||
this.L01.ForeColor = System.Drawing.Color.Black;
|
||||
this.L01.labFLowerUpper = "-3.0/2.0";
|
||||
this.L01.labFText = "F";
|
||||
this.L01.labFVal = "0.7";
|
||||
this.L01.labGLowerUpper = "1.0/5.0";
|
||||
this.L01.labGText = "G";
|
||||
this.L01.labGVal = "4.1";
|
||||
this.L01.labTitleText = "L-01";
|
||||
this.L01.Location = new System.Drawing.Point(12, 336);
|
||||
this.L01.Name = "L01";
|
||||
this.L01.Size = new System.Drawing.Size(220, 145);
|
||||
this.L01.TabIndex = 46;
|
||||
this.L01.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L01.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L01.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L01.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L07
|
||||
//
|
||||
this.L07.BackColor = System.Drawing.Color.White;
|
||||
this.L07.ForeColor = System.Drawing.Color.Black;
|
||||
this.L07.labFLowerUpper = "-2.0/2.0";
|
||||
this.L07.labFText = "F";
|
||||
this.L07.labFVal = "-0.2mm";
|
||||
this.L07.labGLowerUpper = "1.0/6.0";
|
||||
this.L07.labGText = "G";
|
||||
this.L07.labGVal = "3.0mm";
|
||||
this.L07.labTitleText = "L-07";
|
||||
this.L07.Location = new System.Drawing.Point(360, 758);
|
||||
this.L07.Name = "L07";
|
||||
this.L07.Size = new System.Drawing.Size(220, 145);
|
||||
this.L07.TabIndex = 49;
|
||||
this.L07.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L07.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L07.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L07.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L1
|
||||
//
|
||||
this.L1.BackColor = System.Drawing.Color.White;
|
||||
this.L1.ForeColor = System.Drawing.Color.Black;
|
||||
this.L1.labFLowerUpper = "-2.0/2.0";
|
||||
this.L1.labFText = "F";
|
||||
this.L1.labFVal = "-0.2";
|
||||
this.L1.labGLowerUpper = "1.0/6.0";
|
||||
this.L1.labGText = "G";
|
||||
this.L1.labGVal = "6.1";
|
||||
this.L1.labTitleText = "L-11";
|
||||
this.L1.Location = new System.Drawing.Point(1695, 522);
|
||||
this.L1.Name = "L1";
|
||||
this.L1.Size = new System.Drawing.Size(220, 145);
|
||||
this.L1.TabIndex = 50;
|
||||
this.L1.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L1.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L1.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L1.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L15
|
||||
//
|
||||
this.L15.BackColor = System.Drawing.Color.White;
|
||||
this.L15.ForeColor = System.Drawing.Color.Black;
|
||||
this.L15.labFLowerUpper = "-2.0/2.0";
|
||||
this.L15.labFText = "F";
|
||||
this.L15.labFVal = "-1.9mm";
|
||||
this.L15.labGLowerUpper = "1.0/6.0";
|
||||
this.L15.labGText = "G";
|
||||
this.L15.labGVal = "2.8mm";
|
||||
this.L15.labTitleText = "L-15";
|
||||
this.L15.Location = new System.Drawing.Point(1207, 123);
|
||||
this.L15.Name = "L15";
|
||||
this.L15.Size = new System.Drawing.Size(220, 145);
|
||||
this.L15.TabIndex = 56;
|
||||
this.L15.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L15.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L15.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L15.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L18
|
||||
//
|
||||
this.L18.BackColor = System.Drawing.Color.White;
|
||||
this.L18.ForeColor = System.Drawing.Color.Black;
|
||||
this.L18.labFLowerUpper = "0.0/4.0";
|
||||
this.L18.labFText = "F";
|
||||
this.L18.labFVal = "-2.7";
|
||||
this.L18.labGLowerUpper = "1.0/6.0";
|
||||
this.L18.labGText = "G";
|
||||
this.L18.labGVal = "2.7";
|
||||
this.L18.labTitleText = "L-18";
|
||||
this.L18.Location = new System.Drawing.Point(1677, 310);
|
||||
this.L18.Name = "L18";
|
||||
this.L18.Size = new System.Drawing.Size(220, 145);
|
||||
this.L18.TabIndex = 58;
|
||||
this.L18.tlpBackColor = System.Drawing.Color.Red;
|
||||
this.L18.tlpFBackColor = System.Drawing.Color.Red;
|
||||
this.L18.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L18.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L17
|
||||
//
|
||||
this.L17.BackColor = System.Drawing.Color.White;
|
||||
this.L17.ForeColor = System.Drawing.Color.Black;
|
||||
this.L17.labFLowerUpper = "-2.0/2.0";
|
||||
this.L17.labFText = "F";
|
||||
this.L17.labFVal = "-2.0mm";
|
||||
this.L17.labGLowerUpper = "1.0/6.0";
|
||||
this.L17.labGText = "G";
|
||||
this.L17.labGVal = "2.7mm";
|
||||
this.L17.labTitleText = "L-17";
|
||||
this.L17.Location = new System.Drawing.Point(1538, 123);
|
||||
this.L17.Name = "L17";
|
||||
this.L17.Size = new System.Drawing.Size(220, 145);
|
||||
this.L17.TabIndex = 59;
|
||||
this.L17.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L17.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L17.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L17.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L16
|
||||
//
|
||||
this.L16.BackColor = System.Drawing.Color.White;
|
||||
this.L16.ForeColor = System.Drawing.Color.Black;
|
||||
this.L16.labFLowerUpper = "-12.0/12.0";
|
||||
this.L16.labFText = "F";
|
||||
this.L16.labFVal = "-10.0";
|
||||
this.L16.labGLowerUpper = "1.0/6.0";
|
||||
this.L16.labGText = "G";
|
||||
this.L16.labGVal = "6.0";
|
||||
this.L16.labTitleText = "L-16";
|
||||
this.L16.Location = new System.Drawing.Point(1030, 758);
|
||||
this.L16.Name = "L16";
|
||||
this.L16.Size = new System.Drawing.Size(220, 145);
|
||||
this.L16.TabIndex = 60;
|
||||
this.L16.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L16.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L16.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L16.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L14
|
||||
//
|
||||
this.L14.BackColor = System.Drawing.Color.White;
|
||||
this.L14.ForeColor = System.Drawing.Color.Black;
|
||||
this.L14.labFLowerUpper = "-2.0/2.0";
|
||||
this.L14.labFText = "F";
|
||||
this.L14.labFVal = "-1.5mm";
|
||||
this.L14.labGLowerUpper = "1.0/6.0";
|
||||
this.L14.labGText = "G";
|
||||
this.L14.labGVal = "3.2mm";
|
||||
this.L14.labTitleText = "L-14";
|
||||
this.L14.Location = new System.Drawing.Point(726, 758);
|
||||
this.L14.Name = "L14";
|
||||
this.L14.Size = new System.Drawing.Size(220, 145);
|
||||
this.L14.TabIndex = 61;
|
||||
this.L14.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L14.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L14.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L14.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// btnRefresh
|
||||
//
|
||||
this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnRefresh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
||||
this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.btnRefresh.Font = new System.Drawing.Font("宋体", 3F);
|
||||
this.btnRefresh.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
||||
this.btnRefresh.Image = global::NSAnalysis.Properties.Resources.Refresh64;
|
||||
this.btnRefresh.Location = new System.Drawing.Point(1695, 978);
|
||||
this.btnRefresh.Name = "btnRefresh";
|
||||
this.btnRefresh.Size = new System.Drawing.Size(86, 92);
|
||||
this.btnRefresh.TabIndex = 35;
|
||||
this.btnRefresh.UseVisualStyleBackColor = false;
|
||||
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
|
||||
//
|
||||
// pictureBox2
|
||||
//
|
||||
this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.pictureBox2.Image = global::NSAnalysis.Properties.Resources.hexagonlogotransparent;
|
||||
this.pictureBox2.Location = new System.Drawing.Point(89, 981);
|
||||
this.pictureBox2.Name = "pictureBox2";
|
||||
this.pictureBox2.Size = new System.Drawing.Size(316, 83);
|
||||
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
this.pictureBox2.TabIndex = 34;
|
||||
this.pictureBox2.TabStop = false;
|
||||
//
|
||||
// pbLeftCar
|
||||
//
|
||||
this.pbLeftCar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
this.radTitleBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
this.radTitleBar1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.radTitleBar1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
this.radTitleBar1.Location = new System.Drawing.Point(1, 1);
|
||||
this.radTitleBar1.Name = "radTitleBar1";
|
||||
//
|
||||
//
|
||||
//
|
||||
this.radTitleBar1.RootElement.ApplyShapeToControl = true;
|
||||
this.radTitleBar1.RootElement.BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
this.radTitleBar1.RootElement.ControlBounds = new System.Drawing.Rectangle(0, 0, 220, 23);
|
||||
this.radTitleBar1.Size = new System.Drawing.Size(1918, 37);
|
||||
this.radTitleBar1.TabIndex = 0;
|
||||
this.radTitleBar1.TabStop = false;
|
||||
this.radTitleBar1.Text = "左侧车身测量数据";
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Font = new System.Drawing.Font("Segoe UI", 58F);
|
||||
this.label3.Location = new System.Drawing.Point(476, 970);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(253, 104);
|
||||
this.label3.TabIndex = 37;
|
||||
this.label3.Text = "VIN:";
|
||||
//
|
||||
// labVIN
|
||||
//
|
||||
this.labVIN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.labVIN.AutoSize = true;
|
||||
this.labVIN.Font = new System.Drawing.Font("Segoe UI", 58F);
|
||||
this.labVIN.Location = new System.Drawing.Point(735, 970);
|
||||
this.labVIN.Name = "labVIN";
|
||||
this.labVIN.Size = new System.Drawing.Size(838, 104);
|
||||
this.labVIN.TabIndex = 36;
|
||||
this.labVIN.Text = "LNNACDEBXRDA20251";
|
||||
//
|
||||
// tmrRefreshData
|
||||
//
|
||||
this.tmrRefreshData.Interval = 1000;
|
||||
this.tmrRefreshData.Tick += new System.EventHandler(this.tmrRefreshData_Tick);
|
||||
//
|
||||
// L19
|
||||
//
|
||||
this.L19.BackColor = System.Drawing.Color.White;
|
||||
this.L19.ForeColor = System.Drawing.Color.Black;
|
||||
this.L19.labFLowerUpper = "-2.0/2.0";
|
||||
this.L19.labFText = "F";
|
||||
this.L19.labFVal = "0.3";
|
||||
this.L19.labGLowerUpper = "1.0/6.0";
|
||||
this.L19.labGText = "G";
|
||||
this.L19.labGVal = "3.7";
|
||||
this.L19.labTitleText = "L-19";
|
||||
this.L19.Location = new System.Drawing.Point(1663, 758);
|
||||
this.L19.Name = "L19";
|
||||
this.L19.Size = new System.Drawing.Size(220, 145);
|
||||
this.L19.TabIndex = 38;
|
||||
this.L19.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L19.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L19.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L19.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L03
|
||||
//
|
||||
this.L03.BackColor = System.Drawing.Color.White;
|
||||
this.L03.ForeColor = System.Drawing.Color.Black;
|
||||
this.L03.labFLowerUpper = "-3.0/2.0";
|
||||
this.L03.labFText = "F";
|
||||
this.L03.labFVal = "-0.6";
|
||||
this.L03.labGLowerUpper = "1.0/6.0";
|
||||
this.L03.labGText = "G";
|
||||
this.L03.labGVal = "3.9";
|
||||
this.L03.labTitleText = "L-03";
|
||||
this.L03.Location = new System.Drawing.Point(436, 123);
|
||||
this.L03.Name = "L03";
|
||||
this.L03.Size = new System.Drawing.Size(220, 145);
|
||||
this.L03.TabIndex = 40;
|
||||
this.L03.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L03.tlpFBackColor = System.Drawing.Color.Yellow;
|
||||
this.L03.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L03.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L06
|
||||
//
|
||||
this.L06.BackColor = System.Drawing.Color.White;
|
||||
this.L06.ForeColor = System.Drawing.Color.Black;
|
||||
this.L06.labFLowerUpper = "-2.0/2.0";
|
||||
this.L06.labFText = "F";
|
||||
this.L06.labFVal = "-0.1";
|
||||
this.L06.labGLowerUpper = "1.0/6.0";
|
||||
this.L06.labGText = "G";
|
||||
this.L06.labGVal = "3.4";
|
||||
this.L06.labTitleText = "L-06";
|
||||
this.L06.Location = new System.Drawing.Point(696, 123);
|
||||
this.L06.Name = "L06";
|
||||
this.L06.Size = new System.Drawing.Size(220, 145);
|
||||
this.L06.TabIndex = 42;
|
||||
this.L06.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L06.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L06.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L06.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L02
|
||||
//
|
||||
this.L02.BackColor = System.Drawing.Color.White;
|
||||
this.L02.ForeColor = System.Drawing.Color.Black;
|
||||
this.L02.labFLowerUpper = "-3.0/2.0";
|
||||
this.L02.labFText = "F";
|
||||
this.L02.labFVal = "-0.2";
|
||||
this.L02.labGLowerUpper = "1.0/6.0";
|
||||
this.L02.labGText = "G";
|
||||
this.L02.labGVal = "4.4";
|
||||
this.L02.labTitleText = "L-02";
|
||||
this.L02.Location = new System.Drawing.Point(162, 123);
|
||||
this.L02.Name = "L02";
|
||||
this.L02.Size = new System.Drawing.Size(220, 145);
|
||||
this.L02.TabIndex = 44;
|
||||
this.L02.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L02.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L02.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L02.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L13
|
||||
//
|
||||
this.L13.BackColor = System.Drawing.Color.White;
|
||||
this.L13.ForeColor = System.Drawing.Color.Black;
|
||||
this.L13.labFLowerUpper = "-1.5/1.5";
|
||||
this.L13.labFText = "F";
|
||||
this.L13.labFVal = "0.6";
|
||||
this.L13.labGLowerUpper = "2.2/4.2";
|
||||
this.L13.labGText = "G";
|
||||
this.L13.labGVal = "4.3";
|
||||
this.L13.labTitleText = "L-13";
|
||||
this.L13.Location = new System.Drawing.Point(951, 123);
|
||||
this.L13.Name = "L13";
|
||||
this.L13.Size = new System.Drawing.Size(220, 145);
|
||||
this.L13.TabIndex = 45;
|
||||
this.L13.tlpBackColor = System.Drawing.Color.Red;
|
||||
this.L13.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L13.tlpGBackColor = System.Drawing.Color.Red;
|
||||
this.L13.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L01
|
||||
//
|
||||
this.L01.BackColor = System.Drawing.Color.White;
|
||||
this.L01.ForeColor = System.Drawing.Color.Black;
|
||||
this.L01.labFLowerUpper = "-3.0/2.0";
|
||||
this.L01.labFText = "F";
|
||||
this.L01.labFVal = "0.7";
|
||||
this.L01.labGLowerUpper = "1.0/5.0";
|
||||
this.L01.labGText = "G";
|
||||
this.L01.labGVal = "4.1";
|
||||
this.L01.labTitleText = "L-01";
|
||||
this.L01.Location = new System.Drawing.Point(12, 336);
|
||||
this.L01.Name = "L01";
|
||||
this.L01.Size = new System.Drawing.Size(220, 145);
|
||||
this.L01.TabIndex = 46;
|
||||
this.L01.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L01.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L01.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L01.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L07
|
||||
//
|
||||
this.L07.BackColor = System.Drawing.Color.White;
|
||||
this.L07.ForeColor = System.Drawing.Color.Black;
|
||||
this.L07.labFLowerUpper = "-2.0/2.0";
|
||||
this.L07.labFText = "F";
|
||||
this.L07.labFVal = "-0.2mm";
|
||||
this.L07.labGLowerUpper = "1.0/6.0";
|
||||
this.L07.labGText = "G";
|
||||
this.L07.labGVal = "3.0mm";
|
||||
this.L07.labTitleText = "L-07";
|
||||
this.L07.Location = new System.Drawing.Point(360, 758);
|
||||
this.L07.Name = "L07";
|
||||
this.L07.Size = new System.Drawing.Size(220, 145);
|
||||
this.L07.TabIndex = 49;
|
||||
this.L07.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L07.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L07.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L07.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L1
|
||||
//
|
||||
this.L1.BackColor = System.Drawing.Color.White;
|
||||
this.L1.ForeColor = System.Drawing.Color.Black;
|
||||
this.L1.labFLowerUpper = "-2.0/2.0";
|
||||
this.L1.labFText = "F";
|
||||
this.L1.labFVal = "-0.2";
|
||||
this.L1.labGLowerUpper = "1.0/6.0";
|
||||
this.L1.labGText = "G";
|
||||
this.L1.labGVal = "6.1";
|
||||
this.L1.labTitleText = "L-11";
|
||||
this.L1.Location = new System.Drawing.Point(1695, 522);
|
||||
this.L1.Name = "L1";
|
||||
this.L1.Size = new System.Drawing.Size(220, 145);
|
||||
this.L1.TabIndex = 50;
|
||||
this.L1.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L1.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L1.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L1.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L15
|
||||
//
|
||||
this.L15.BackColor = System.Drawing.Color.White;
|
||||
this.L15.ForeColor = System.Drawing.Color.Black;
|
||||
this.L15.labFLowerUpper = "-2.0/2.0";
|
||||
this.L15.labFText = "F";
|
||||
this.L15.labFVal = "-1.9mm";
|
||||
this.L15.labGLowerUpper = "1.0/6.0";
|
||||
this.L15.labGText = "G";
|
||||
this.L15.labGVal = "2.8mm";
|
||||
this.L15.labTitleText = "L-15";
|
||||
this.L15.Location = new System.Drawing.Point(1207, 123);
|
||||
this.L15.Name = "L15";
|
||||
this.L15.Size = new System.Drawing.Size(220, 145);
|
||||
this.L15.TabIndex = 56;
|
||||
this.L15.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L15.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L15.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L15.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L18
|
||||
//
|
||||
this.L18.BackColor = System.Drawing.Color.White;
|
||||
this.L18.ForeColor = System.Drawing.Color.Black;
|
||||
this.L18.labFLowerUpper = "0.0/4.0";
|
||||
this.L18.labFText = "F";
|
||||
this.L18.labFVal = "-2.7";
|
||||
this.L18.labGLowerUpper = "1.0/6.0";
|
||||
this.L18.labGText = "G";
|
||||
this.L18.labGVal = "2.7";
|
||||
this.L18.labTitleText = "L-18";
|
||||
this.L18.Location = new System.Drawing.Point(1677, 310);
|
||||
this.L18.Name = "L18";
|
||||
this.L18.Size = new System.Drawing.Size(220, 145);
|
||||
this.L18.TabIndex = 58;
|
||||
this.L18.tlpBackColor = System.Drawing.Color.Red;
|
||||
this.L18.tlpFBackColor = System.Drawing.Color.Red;
|
||||
this.L18.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L18.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L17
|
||||
//
|
||||
this.L17.BackColor = System.Drawing.Color.White;
|
||||
this.L17.ForeColor = System.Drawing.Color.Black;
|
||||
this.L17.labFLowerUpper = "-2.0/2.0";
|
||||
this.L17.labFText = "F";
|
||||
this.L17.labFVal = "-2.0mm";
|
||||
this.L17.labGLowerUpper = "1.0/6.0";
|
||||
this.L17.labGText = "G";
|
||||
this.L17.labGVal = "2.7mm";
|
||||
this.L17.labTitleText = "L-17";
|
||||
this.L17.Location = new System.Drawing.Point(1538, 123);
|
||||
this.L17.Name = "L17";
|
||||
this.L17.Size = new System.Drawing.Size(220, 145);
|
||||
this.L17.TabIndex = 59;
|
||||
this.L17.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L17.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L17.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L17.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L16
|
||||
//
|
||||
this.L16.BackColor = System.Drawing.Color.White;
|
||||
this.L16.ForeColor = System.Drawing.Color.Black;
|
||||
this.L16.labFLowerUpper = "-12.0/12.0";
|
||||
this.L16.labFText = "F";
|
||||
this.L16.labFVal = "-10.0";
|
||||
this.L16.labGLowerUpper = "1.0/6.0";
|
||||
this.L16.labGText = "G";
|
||||
this.L16.labGVal = "6.0";
|
||||
this.L16.labTitleText = "L-16";
|
||||
this.L16.Location = new System.Drawing.Point(1030, 758);
|
||||
this.L16.Name = "L16";
|
||||
this.L16.Size = new System.Drawing.Size(220, 145);
|
||||
this.L16.TabIndex = 60;
|
||||
this.L16.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L16.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L16.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L16.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// L14
|
||||
//
|
||||
this.L14.BackColor = System.Drawing.Color.White;
|
||||
this.L14.ForeColor = System.Drawing.Color.Black;
|
||||
this.L14.labFLowerUpper = "-2.0/2.0";
|
||||
this.L14.labFText = "F";
|
||||
this.L14.labFVal = "-1.5mm";
|
||||
this.L14.labGLowerUpper = "1.0/6.0";
|
||||
this.L14.labGText = "G";
|
||||
this.L14.labGVal = "3.2mm";
|
||||
this.L14.labTitleText = "L-14";
|
||||
this.L14.Location = new System.Drawing.Point(726, 758);
|
||||
this.L14.Name = "L14";
|
||||
this.L14.Size = new System.Drawing.Size(220, 145);
|
||||
this.L14.TabIndex = 61;
|
||||
this.L14.tlpBackColor = System.Drawing.Color.Lime;
|
||||
this.L14.tlpFBackColor = System.Drawing.Color.Lime;
|
||||
this.L14.tlpGBackColor = System.Drawing.Color.Lime;
|
||||
this.L14.tlpTitleBackSize = new System.Drawing.Size(216, 49);
|
||||
//
|
||||
// btnRefresh
|
||||
//
|
||||
this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnRefresh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
||||
this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.btnRefresh.Font = new System.Drawing.Font("宋体", 3F);
|
||||
this.btnRefresh.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
||||
this.btnRefresh.Image = global::NSAnalysis.Properties.Resources.Refresh64;
|
||||
this.btnRefresh.Location = new System.Drawing.Point(1695, 978);
|
||||
this.btnRefresh.Name = "btnRefresh";
|
||||
this.btnRefresh.Size = new System.Drawing.Size(86, 92);
|
||||
this.btnRefresh.TabIndex = 35;
|
||||
this.btnRefresh.UseVisualStyleBackColor = false;
|
||||
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
|
||||
//
|
||||
// pictureBox2
|
||||
//
|
||||
this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.pictureBox2.Image = global::NSAnalysis.Properties.Resources.hexagonlogotransparent;
|
||||
this.pictureBox2.Location = new System.Drawing.Point(89, 981);
|
||||
this.pictureBox2.Name = "pictureBox2";
|
||||
this.pictureBox2.Size = new System.Drawing.Size(316, 83);
|
||||
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
this.pictureBox2.TabIndex = 34;
|
||||
this.pictureBox2.TabStop = false;
|
||||
//
|
||||
// pbLeftCar
|
||||
//
|
||||
this.pbLeftCar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.pbLeftCar.Image = ((System.Drawing.Image)(resources.GetObject("pbLeftCar.Image")));
|
||||
this.pbLeftCar.Location = new System.Drawing.Point(3, 40);
|
||||
this.pbLeftCar.Name = "pbLeftCar";
|
||||
this.pbLeftCar.Size = new System.Drawing.Size(1916, 925);
|
||||
this.pbLeftCar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||
this.pbLeftCar.TabIndex = 1;
|
||||
this.pbLeftCar.TabStop = false;
|
||||
//
|
||||
// FEHVLeftCarData
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
||||
this.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
this.BorderWidth = 0;
|
||||
this.ClientSize = new System.Drawing.Size(1920, 1080);
|
||||
this.Controls.Add(this.L14);
|
||||
this.Controls.Add(this.L16);
|
||||
this.Controls.Add(this.L17);
|
||||
this.Controls.Add(this.L18);
|
||||
this.Controls.Add(this.L15);
|
||||
this.Controls.Add(this.L1);
|
||||
this.Controls.Add(this.L07);
|
||||
this.Controls.Add(this.L01);
|
||||
this.Controls.Add(this.L13);
|
||||
this.Controls.Add(this.L03);
|
||||
this.Controls.Add(this.L02);
|
||||
this.Controls.Add(this.L06);
|
||||
this.Controls.Add(this.labVIN);
|
||||
this.Controls.Add(this.L19);
|
||||
this.Controls.Add(this.label3);
|
||||
this.Controls.Add(this.btnRefresh);
|
||||
this.Controls.Add(this.pictureBox2);
|
||||
this.Controls.Add(this.pbLeftCar);
|
||||
this.Controls.Add(this.radTitleBar1);
|
||||
this.Font = new System.Drawing.Font("宋体", 9F);
|
||||
this.ForeColor = System.Drawing.Color.White;
|
||||
this.MaximumSize = new System.Drawing.Size(1920, 1080);
|
||||
this.Name = "FEHVLeftCarData";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "左侧车身测量数据";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FEHVLeftCarData_FormClosing);
|
||||
this.Load += new System.EventHandler(this.FEHVLeftCarData_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTitleBar1)).EndInit();
|
||||
this.radTitleBar1.ResumeLayout(false);
|
||||
this.radTitleBar1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pbLeftCar)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
this.pbLeftCar.Image = ((System.Drawing.Image)(resources.GetObject("pbLeftCar.Image")));
|
||||
this.pbLeftCar.Location = new System.Drawing.Point(3, 40);
|
||||
this.pbLeftCar.Name = "pbLeftCar";
|
||||
this.pbLeftCar.Size = new System.Drawing.Size(1916, 925);
|
||||
this.pbLeftCar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||
this.pbLeftCar.TabIndex = 1;
|
||||
this.pbLeftCar.TabStop = false;
|
||||
//
|
||||
// FEHVLeftCarData
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
||||
this.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
this.BorderWidth = 0;
|
||||
this.ClientSize = new System.Drawing.Size(1920, 1080);
|
||||
this.Controls.Add(this.L14);
|
||||
this.Controls.Add(this.L16);
|
||||
this.Controls.Add(this.L17);
|
||||
this.Controls.Add(this.L18);
|
||||
this.Controls.Add(this.L15);
|
||||
this.Controls.Add(this.L1);
|
||||
this.Controls.Add(this.L07);
|
||||
this.Controls.Add(this.L01);
|
||||
this.Controls.Add(this.L13);
|
||||
this.Controls.Add(this.L03);
|
||||
this.Controls.Add(this.L02);
|
||||
this.Controls.Add(this.L06);
|
||||
this.Controls.Add(this.labVIN);
|
||||
this.Controls.Add(this.L19);
|
||||
this.Controls.Add(this.label3);
|
||||
this.Controls.Add(this.btnRefresh);
|
||||
this.Controls.Add(this.pictureBox2);
|
||||
this.Controls.Add(this.pbLeftCar);
|
||||
this.Controls.Add(this.radTitleBar1);
|
||||
this.Font = new System.Drawing.Font("宋体", 9F);
|
||||
this.ForeColor = System.Drawing.Color.White;
|
||||
this.MaximumSize = new System.Drawing.Size(1920, 1080);
|
||||
this.Name = "FEHVLeftCarData";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "左侧车身测量数据";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FEHVLeftCarData_FormClosing);
|
||||
this.Load += new System.EventHandler(this.FEHVLeftCarData_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.radTitleBar1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pbLeftCar)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private Telerik.WinControls.UI.RadTitleBar radTitleBar1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Label labTitle;
|
||||
private System.Windows.Forms.Label label3;
|
||||
private System.Windows.Forms.Label labVIN;
|
||||
private System.Windows.Forms.Button btnRefresh;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -31,8 +31,6 @@
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FEHVRightCarData));
|
||||
this.radTitleBar1 = new Telerik.WinControls.UI.RadTitleBar();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.labTitle = new System.Windows.Forms.Label();
|
||||
this.labVIN = new System.Windows.Forms.Label();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.tmrRefreshData = new System.Windows.Forms.Timer(this.components);
|
||||
@@ -62,8 +60,6 @@
|
||||
this.radTitleBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.radTitleBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
this.radTitleBar1.Controls.Add(this.label2);
|
||||
this.radTitleBar1.Controls.Add(this.labTitle);
|
||||
this.radTitleBar1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.radTitleBar1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
this.radTitleBar1.Location = new System.Drawing.Point(1, 1);
|
||||
@@ -79,29 +75,6 @@
|
||||
this.radTitleBar1.TabStop = false;
|
||||
this.radTitleBar1.Text = "右侧车身测量数据";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Image = ((System.Drawing.Image)(resources.GetObject("label2.Image")));
|
||||
this.label2.Location = new System.Drawing.Point(875, -5);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Padding = new System.Windows.Forms.Padding(20, 14, 20, 14);
|
||||
this.label2.Size = new System.Drawing.Size(40, 50);
|
||||
this.label2.TabIndex = 1;
|
||||
//
|
||||
// labTitle
|
||||
//
|
||||
this.labTitle.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.labTitle.AutoSize = true;
|
||||
this.labTitle.Font = new System.Drawing.Font("微软雅黑", 14F);
|
||||
this.labTitle.ForeColor = System.Drawing.Color.White;
|
||||
this.labTitle.Location = new System.Drawing.Point(911, 7);
|
||||
this.labTitle.Name = "labTitle";
|
||||
this.labTitle.Size = new System.Drawing.Size(164, 25);
|
||||
this.labTitle.TabIndex = 0;
|
||||
this.labTitle.Text = "右侧车身测量数据";
|
||||
//
|
||||
// labVIN
|
||||
//
|
||||
this.labVIN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
@@ -474,8 +447,6 @@
|
||||
#endregion
|
||||
|
||||
private Telerik.WinControls.UI.RadTitleBar radTitleBar1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Label labTitle;
|
||||
private System.Windows.Forms.PictureBox pbRightCar;
|
||||
private System.Windows.Forms.PictureBox pictureBox2;
|
||||
private System.Windows.Forms.Button btnRefresh;
|
||||
|
||||
@@ -120,48 +120,14 @@
|
||||
<metadata name="radTitleBar1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="label2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAABqZJREFUWEe1ln1sE3UYx1VUXkdkc0bQkAk6ERXRiIqKGvlnQZ0GQfEF8SWgURkv
|
||||
3UvXl3WbYy9sAzewWzfWjq2jthPXbdD17tpee9dtbVe79u7au5bhQDOFqDGKBmW4x1y3YlsEyjKe5Jte
|
||||
cs/9ns/z3PM81+uum4QBwDQZFkhfozVmbDvavjn+/jUzhdt90zptX7LGc+LJTV3OrDXarn1FuFId73dN
|
||||
DACubyNPznu9Y+C5RUrctlhp+GltR/OInhJ/Fe875bZR5164Rte39eFWAk1WYGdmy5HR9XrlWK2jbKQn
|
||||
kH9tAPhy78aZ2x9qIV555KC1/u4mvDdVgZ2aJUfh3mY95FpqoZ2SjvQEhFMLwJf6PYMndRvCLBeY6A3p
|
||||
KrwtpR77dU4d+s8MOQoz5Qis1TfDfmcZGLn8EYSb4grodLppb+kH1j2uJg/NbzCf5oOGA9dhMKsOhbn1
|
||||
CNS5ykDPSKcW4Ok2ct6Kg9aV6U0WNLXB9EOSHD07Uz6edUR3HOiGdZ0q0DMSMLKiSQE8i+M3bvzamSKT
|
||||
wQ0xN17u6E/LaO9/+/YG0+k5dejozKjMec2tN8JydTtU9lWCISAChMu/KoDqPia5yOFftcng+eAZLfn+
|
||||
szp8TozDhybP0o3GAUGaygJJ9VhMcP56obILXtE3QycjAYQVAcpduQIygBtk+PCMzxzcXaXOwIsigq56
|
||||
x+DG0pQW5XwFfmuMs4Bglu6weAWZnU5IbTRdBJBxuBUqeivDmfNKCIAPbqcX73KwX4jt9A+bEM/5J7+0
|
||||
/zJDjijn/B+AwEoJtuE+eFBNQErDOASvJRNj1+WXJAYAcL2YYDIkpL9WSNL+PBv1+zbcd/75w/2QojBd
|
||||
HiCboGGN3gH3HLQC3we83uxugv2u8NiFA0cUD1BhZ5NkvdQSCckIRASjzbNR/hyCOptD0LD+yEA4sVly
|
||||
9NIAOVZKwDtvxgZhpdYOyQ0o3NZ4NNx4X9EFFzKPB+BLLbOzC/IJ+qkCO7NVYmeGcycC59go2GGlYKW2
|
||||
FxY0WWD6F1cAyOUfImh49cgAPK4xQWZHC7RTFwePBijup++TkExFHkENZtuof8KBJ7TTSsG7iCccnO+n
|
||||
hAGycB/sxEk44C4bMwTEMQD8dU9ABId8u/4stx8YFvX6h3IJ6uccgvorOjivTyxeuL+VgLkTk5UwgMhO
|
||||
/7jb4fAg3G4vwon+jjQfr2ZPMRTY9sLmHtXoG91dfwgJeizyHP8bud5q8cEGgxtSG83hLZowQK6NGtvl
|
||||
CJBKylPhOKGoRjnpr0f94jF+/aq9hZBt3gertBq4p7kHVhwiLwSNVrZtvPTPtPddmKaEX0FBn/9sEzVc
|
||||
jodCdx4fwRZaj5VzWt9n54qIvbBSo4PZdUj4wNsazZcE4Bsvo8MRHufIPkkYoMoVbKsfHHpBz7JJhyhu
|
||||
WZUDG1jb2f37XcpOmKfoCY/mpQAi735ttwseGB+7qwAgmB0Su/+XFupEVitzMrPaFdxQ5QrVSEj3d6sP
|
||||
E2dTo5YTf1g8QGTs+AZ+QmuH+QcsMRv1sgD5BLNUSFBZZS428HVw5I0W+kR2uZPD8kk6PFaZXU64t8V6
|
||||
ASC6AtFdL7BRsMn4DaSp8HD20f6XbUKZg1la1Bf4tNH3LVnSz/4sIplz0Qd/avFCZpcLZk98G8YBTBcB
|
||||
bLf6wmN3i+K/aiUEUOoMpFQ42Uelvf6sPMKXl0PQomyCFke00+oTb8d7q7MwpS3HUjuai9eAEN//m9TW
|
||||
SEV8ZPa+/bWuw2QBsQ+E1hrgfaKVba458wlW5365Q/3mspaW2TEANaHQ9F1EKDXbziy/lCr7u587OLh3
|
||||
u9pbfEY9WDimHiw+3TpYivL3PndhK1TeL7dqqBpnm7cQoqX2FZ7X+EoYDVWhUXprdm4xqpZscStuigFI
|
||||
xAyhmukoW7EAC0qHEVb8V/THCAvsS7EFyz80cqJTkYVl5ISjRk70B8pJv7cES/YQQ1Wr3SOKWfHnXrVZ
|
||||
j5WJMK7AGw1g5go2IqzkSPTGRDhJ0MwV1fcP16UxjO7m+HMmbUeo7Yt6AsImhMtneADXSfkiS7C4BWVF
|
||||
pxE2/zzGSgMIJy1BWOlLxPHSdHxYNYP/tx1/zqRNp1s/rYcVfoSyYg0PQA7t2WIKFvVjnGTYzBVi7pMq
|
||||
oe149WNGRpYc/+yUGflt7UOWUNHHKCdqN4cKDRgnHcSChe3WY5WvAeA3TmnG/2d8AO6UYZltqLzWcqyk
|
||||
DAtJHtYxsql7z4kY+5M+yRosvw87XppuCMnmykAW+18/AfsX2idBP76j1ZAAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="tmrRefreshData.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>143, 17</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="pbRightCar.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAABQAAAALQCAYAAADPfd1WAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wAAADsABataJCQAA/7JJREFUeF7s3QeYb0V5P3CMMUaj/xjTTDS2aCyxt9h7wd47gtgRUGyICigKKigi
|
||||
vgAADr4B6kKxwAAA/7JJREFUeF7s3QeYb0V5P3CMMUaj/xjTTDS2aCyxt9h7wd47gtgRUGyICigKKigi
|
||||
KjaIiIgFe0ERQbFg7w2wd0VRsWA3838+c/leh3N/u3fvde/u3t33+zzvc86ZmTPtTP2ed2a2aYVCoVAo
|
||||
FAqFQqFQKBQKhUJh1WKbqUGhUCgUCoVCoVAoFAqFQqFQWD0oArBQKBQKhUKhUCgUCoVCoVBYxSgCsFAo
|
||||
FAqFQqFQKBQKhUKhUFjFKAKwUCgUCoVCoVAoFAqFQqFQWMUoArBQKBQKhUKhUCgUCoVCoVBYxSgCsFAo
|
||||
@@ -7705,7 +7671,7 @@
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>86</value>
|
||||
<value>218</value>
|
||||
</metadata>
|
||||
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
|
||||
+4
-20
@@ -32,7 +32,6 @@
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FEH3LeftCarData));
|
||||
this.radTitleBar1 = new Telerik.WinControls.UI.RadTitleBar();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.labTitle = new System.Windows.Forms.Label();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.labVIN = new System.Windows.Forms.Label();
|
||||
this.tmrRefreshData = new System.Windows.Forms.Timer(this.components);
|
||||
@@ -64,6 +63,7 @@
|
||||
this.radTitleBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.radTitleBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
this.radTitleBar1.Controls.Add(this.label2);
|
||||
this.radTitleBar1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.radTitleBar1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
this.radTitleBar1.Location = new System.Drawing.Point(1, 1);
|
||||
@@ -73,7 +73,7 @@
|
||||
//
|
||||
this.radTitleBar1.RootElement.ApplyShapeToControl = true;
|
||||
this.radTitleBar1.RootElement.BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
this.radTitleBar1.RootElement.ControlBounds = new System.Drawing.Rectangle(1, 1, 220, 23);
|
||||
this.radTitleBar1.RootElement.ControlBounds = new System.Drawing.Rectangle(0, 0, 220, 23);
|
||||
this.radTitleBar1.Size = new System.Drawing.Size(1918, 37);
|
||||
this.radTitleBar1.TabIndex = 0;
|
||||
this.radTitleBar1.TabStop = false;
|
||||
@@ -83,25 +83,12 @@
|
||||
//
|
||||
this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Image = ((System.Drawing.Image)(resources.GetObject("label2.Image")));
|
||||
this.label2.Location = new System.Drawing.Point(813, -3);
|
||||
this.label2.Location = new System.Drawing.Point(1724, -5);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Padding = new System.Windows.Forms.Padding(20, 14, 20, 14);
|
||||
this.label2.Size = new System.Drawing.Size(40, 40);
|
||||
this.label2.Size = new System.Drawing.Size(40, 50);
|
||||
this.label2.TabIndex = 1;
|
||||
//
|
||||
// labTitle
|
||||
//
|
||||
this.labTitle.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.labTitle.AutoSize = true;
|
||||
this.labTitle.Font = new System.Drawing.Font("微软雅黑", 14F);
|
||||
this.labTitle.ForeColor = System.Drawing.Color.White;
|
||||
this.labTitle.Location = new System.Drawing.Point(849, 9);
|
||||
this.labTitle.Name = "labTitle";
|
||||
this.labTitle.Size = new System.Drawing.Size(164, 25);
|
||||
this.labTitle.TabIndex = 0;
|
||||
this.labTitle.Text = "左侧车身测量数据";
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
@@ -475,9 +462,7 @@
|
||||
this.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
this.BorderWidth = 0;
|
||||
this.ClientSize = new System.Drawing.Size(1920, 1080);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.L14);
|
||||
this.Controls.Add(this.labTitle);
|
||||
this.Controls.Add(this.L22);
|
||||
this.Controls.Add(this.L16);
|
||||
this.Controls.Add(this.L18);
|
||||
@@ -519,7 +504,6 @@
|
||||
|
||||
private Telerik.WinControls.UI.RadTitleBar radTitleBar1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Label labTitle;
|
||||
private System.Windows.Forms.Label label3;
|
||||
private System.Windows.Forms.Label labVIN;
|
||||
private System.Windows.Forms.Button btnRefresh;
|
||||
|
||||
@@ -120,48 +120,14 @@
|
||||
<metadata name="radTitleBar1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="label2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="tmrRefreshData.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>143, 17</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="pbLeftCar.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAABOkAAAKVCAYAAACakb/yAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wQAADsEBuJFr7QAA/7JJREFUeF7s3Qm8ddd8/3GdUFNpS/+lxrZmVRFRVA2lqjXUlKJVIijSiBgyaAYh
|
||||
wAAADsABataJCQAA/7JJREFUeF7s3Qm8ddd8/3GdUFNpS/+lxrZmVRFRVA2lqjXUlKJVIijSiBgyaAYh
|
||||
8ZiCIPJEEkQMkUGEDGYhETEkEUSIMTFEEMODEMr6v977yffad597n+e59zl57jnn/r6v1++ec9bee+21
|
||||
11p73/P7nN9a60qtVCqVSiuun/70p2VlZWVlZWVlZWVlZWWr2K40dBRLpVKpVCqVSqVSqVQqlUql0pZT
|
||||
QbpSqVQqlUqlUqlUKpVKpVJphVWQrlQqlUqlUqlUKpVKpVKpVFphFaQrlUqlUqlUKpVKpVKpVCqVVlgF
|
||||
|
||||
+4
-20
@@ -32,7 +32,6 @@
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FEH3RightCarData));
|
||||
this.radTitleBar1 = new Telerik.WinControls.UI.RadTitleBar();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.labTitle = new System.Windows.Forms.Label();
|
||||
this.labVIN = new System.Windows.Forms.Label();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.tmrRefreshData = new System.Windows.Forms.Timer(this.components);
|
||||
@@ -62,6 +61,7 @@
|
||||
this.radTitleBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.radTitleBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
this.radTitleBar1.Controls.Add(this.label2);
|
||||
this.radTitleBar1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.radTitleBar1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
this.radTitleBar1.Location = new System.Drawing.Point(1, 1);
|
||||
@@ -71,7 +71,7 @@
|
||||
//
|
||||
this.radTitleBar1.RootElement.ApplyShapeToControl = true;
|
||||
this.radTitleBar1.RootElement.BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
this.radTitleBar1.RootElement.ControlBounds = new System.Drawing.Rectangle(1, 1, 220, 23);
|
||||
this.radTitleBar1.RootElement.ControlBounds = new System.Drawing.Rectangle(0, 0, 220, 23);
|
||||
this.radTitleBar1.Size = new System.Drawing.Size(1918, 37);
|
||||
this.radTitleBar1.TabIndex = 0;
|
||||
this.radTitleBar1.TabStop = false;
|
||||
@@ -81,25 +81,12 @@
|
||||
//
|
||||
this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Image = ((System.Drawing.Image)(resources.GetObject("label2.Image")));
|
||||
this.label2.Location = new System.Drawing.Point(732, -3);
|
||||
this.label2.Location = new System.Drawing.Point(1724, -5);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Padding = new System.Windows.Forms.Padding(20, 14, 20, 14);
|
||||
this.label2.Size = new System.Drawing.Size(40, 40);
|
||||
this.label2.Size = new System.Drawing.Size(40, 50);
|
||||
this.label2.TabIndex = 1;
|
||||
//
|
||||
// labTitle
|
||||
//
|
||||
this.labTitle.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.labTitle.AutoSize = true;
|
||||
this.labTitle.Font = new System.Drawing.Font("微软雅黑", 14F);
|
||||
this.labTitle.ForeColor = System.Drawing.Color.White;
|
||||
this.labTitle.Location = new System.Drawing.Point(768, 9);
|
||||
this.labTitle.Name = "labTitle";
|
||||
this.labTitle.Size = new System.Drawing.Size(164, 25);
|
||||
this.labTitle.TabIndex = 0;
|
||||
this.labTitle.Text = "右侧车身测量数据";
|
||||
//
|
||||
// labVIN
|
||||
//
|
||||
this.labVIN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
@@ -433,9 +420,7 @@
|
||||
this.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
this.BorderWidth = 0;
|
||||
this.ClientSize = new System.Drawing.Size(1920, 1080);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.R02);
|
||||
this.Controls.Add(this.labTitle);
|
||||
this.Controls.Add(this.R06);
|
||||
this.Controls.Add(this.R03);
|
||||
this.Controls.Add(this.R01);
|
||||
@@ -475,7 +460,6 @@
|
||||
|
||||
private Telerik.WinControls.UI.RadTitleBar radTitleBar1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Label labTitle;
|
||||
private System.Windows.Forms.PictureBox pbRightCar;
|
||||
private System.Windows.Forms.PictureBox pictureBox2;
|
||||
private System.Windows.Forms.Button btnRefresh;
|
||||
|
||||
@@ -120,48 +120,14 @@
|
||||
<metadata name="radTitleBar1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="label2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="tmrRefreshData.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>143, 17</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="pbRightCar.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAABO8AAAKVCAYAAACXj8+1AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wQAADsEBuJFr7QAA/7JJREFUeF7s3QeYbVV5/3GifxOT2GKJPViRaEQlCZZYMZZYEkuiiUYUjUpssYFi
|
||||
wAAADsABataJCQAA/7JJREFUeF7s3QeYbVV5/3GifxOT2GKJPViRaEQlCZZYMZZYEkuiiUYUjUpssYFi
|
||||
JxZURMV6EbGCBUVEEcQGhiY2BEHEjhoRBctVFCxZ/+ez7/3N3XefM3Nn5s6dOXPm/T3P+5xzdll77bXW
|
||||
Xue83/OutbZrpVKpVCqVSqVSqVQqlUqlUmmi9Mtf/rKz7YY7SqVSqVQqlUqlUqlUKpVKpdLKquBdqVQq
|
||||
lUqlUqlUKpVKpVKpNKEqeFcqlUqlUqlUKpVKpVKpVCpNqArelUqlUqlUKpVKpVKpVCqVShOqgnelUqlU
|
||||
|
||||
+1
-30
@@ -31,8 +31,6 @@
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FEHYLeftCarData));
|
||||
this.radTitleBar1 = new Telerik.WinControls.UI.RadTitleBar();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.labTitle = new System.Windows.Forms.Label();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.labVIN = new System.Windows.Forms.Label();
|
||||
this.tmrRefreshData = new System.Windows.Forms.Timer(this.components);
|
||||
@@ -73,35 +71,12 @@
|
||||
//
|
||||
this.radTitleBar1.RootElement.ApplyShapeToControl = true;
|
||||
this.radTitleBar1.RootElement.BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
this.radTitleBar1.RootElement.ControlBounds = new System.Drawing.Rectangle(1, 1, 220, 23);
|
||||
this.radTitleBar1.RootElement.ControlBounds = new System.Drawing.Rectangle(0, 0, 220, 23);
|
||||
this.radTitleBar1.Size = new System.Drawing.Size(1918, 37);
|
||||
this.radTitleBar1.TabIndex = 0;
|
||||
this.radTitleBar1.TabStop = false;
|
||||
this.radTitleBar1.Text = "左侧车身测量数据";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Image = ((System.Drawing.Image)(resources.GetObject("label2.Image")));
|
||||
this.label2.Location = new System.Drawing.Point(967, -3);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Padding = new System.Windows.Forms.Padding(20, 14, 20, 14);
|
||||
this.label2.Size = new System.Drawing.Size(40, 40);
|
||||
this.label2.TabIndex = 1;
|
||||
//
|
||||
// labTitle
|
||||
//
|
||||
this.labTitle.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.labTitle.AutoSize = true;
|
||||
this.labTitle.Font = new System.Drawing.Font("微软雅黑", 14F);
|
||||
this.labTitle.ForeColor = System.Drawing.Color.White;
|
||||
this.labTitle.Location = new System.Drawing.Point(1003, 9);
|
||||
this.labTitle.Name = "labTitle";
|
||||
this.labTitle.Size = new System.Drawing.Size(164, 25);
|
||||
this.labTitle.TabIndex = 0;
|
||||
this.labTitle.Text = "左侧车身测量数据";
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
@@ -475,9 +450,7 @@
|
||||
this.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
this.BorderWidth = 0;
|
||||
this.ClientSize = new System.Drawing.Size(1920, 1080);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.L13);
|
||||
this.Controls.Add(this.labTitle);
|
||||
this.Controls.Add(this.L14);
|
||||
this.Controls.Add(this.L22);
|
||||
this.Controls.Add(this.L16);
|
||||
@@ -518,8 +491,6 @@
|
||||
#endregion
|
||||
|
||||
private Telerik.WinControls.UI.RadTitleBar radTitleBar1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Label labTitle;
|
||||
private System.Windows.Forms.Label label3;
|
||||
private System.Windows.Forms.Label labVIN;
|
||||
private System.Windows.Forms.Button btnRefresh;
|
||||
|
||||
@@ -120,44 +120,10 @@
|
||||
<metadata name="radTitleBar1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="label2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="tmrRefreshData.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>143, 17</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="pbLeftCar.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
/9j/4AAQSkZJRgABAQEAYABgAAD/4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAEAAAAAAAD/2wBD
|
||||
|
||||
+1
-16
@@ -31,7 +31,6 @@
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FEHYRightCarData));
|
||||
this.radTitleBar1 = new Telerik.WinControls.UI.RadTitleBar();
|
||||
this.labTitle = new System.Windows.Forms.Label();
|
||||
this.labVIN = new System.Windows.Forms.Label();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.tmrRefreshData = new System.Windows.Forms.Timer(this.components);
|
||||
@@ -70,24 +69,12 @@
|
||||
//
|
||||
this.radTitleBar1.RootElement.ApplyShapeToControl = true;
|
||||
this.radTitleBar1.RootElement.BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
||||
this.radTitleBar1.RootElement.ControlBounds = new System.Drawing.Rectangle(1, 1, 220, 23);
|
||||
this.radTitleBar1.RootElement.ControlBounds = new System.Drawing.Rectangle(0, 0, 220, 23);
|
||||
this.radTitleBar1.Size = new System.Drawing.Size(1918, 37);
|
||||
this.radTitleBar1.TabIndex = 0;
|
||||
this.radTitleBar1.TabStop = false;
|
||||
this.radTitleBar1.Text = "右侧车身测量数据";
|
||||
//
|
||||
// labTitle
|
||||
//
|
||||
this.labTitle.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
||||
this.labTitle.AutoSize = true;
|
||||
this.labTitle.Font = new System.Drawing.Font("微软雅黑", 14F);
|
||||
this.labTitle.ForeColor = System.Drawing.Color.White;
|
||||
this.labTitle.Location = new System.Drawing.Point(900, 9);
|
||||
this.labTitle.Name = "labTitle";
|
||||
this.labTitle.Size = new System.Drawing.Size(164, 25);
|
||||
this.labTitle.TabIndex = 0;
|
||||
this.labTitle.Text = "右侧车身测量数据";
|
||||
//
|
||||
// labVIN
|
||||
//
|
||||
this.labVIN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
@@ -422,7 +409,6 @@
|
||||
this.BorderWidth = 0;
|
||||
this.ClientSize = new System.Drawing.Size(1920, 1080);
|
||||
this.Controls.Add(this.R02);
|
||||
this.Controls.Add(this.labTitle);
|
||||
this.Controls.Add(this.R06);
|
||||
this.Controls.Add(this.R03);
|
||||
this.Controls.Add(this.R01);
|
||||
@@ -461,7 +447,6 @@
|
||||
#endregion
|
||||
|
||||
private Telerik.WinControls.UI.RadTitleBar radTitleBar1;
|
||||
private System.Windows.Forms.Label labTitle;
|
||||
private System.Windows.Forms.PictureBox pbRightCar;
|
||||
private System.Windows.Forms.PictureBox pictureBox2;
|
||||
private System.Windows.Forms.Button btnRefresh;
|
||||
|
||||
+81
-1462
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user