Files
CheryFianlAssemblyLineNew/Analysis/CarDataDisplayForm/FEH3RightCarData.designer.cs
T
zhengxuan.zhang 54c98eea81 统一各车型车身数据窗体标题栏样式
将 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)
2026-07-15 14:45:49 +08:00

484 lines
24 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
namespace NSAnalysis
{
partial class FEH3RightCarData
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
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.labVIN = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.tmrRefreshData = new System.Windows.Forms.Timer(this.components);
this.R14 = new UserControlClass.UCVWNextSense();
this.R15 = new UserControlClass.UCVWNextSense();
this.R16 = new UserControlClass.UCVWNextSense();
this.R18 = new UserControlClass.UCVWNextSense();
this.R10 = new UserControlClass.UCVWNextSense();
this.R08 = new UserControlClass.UCVWNextSense();
this.R12 = new UserControlClass.UCVWNextSense();
this.R04 = new UserControlClass.UCVWNextSense();
this.R02 = new UserControlClass.UCVWNextSense();
this.R13 = new UserControlClass.UCVWNextSense();
this.R01 = new UserControlClass.UCVWNextSense();
this.R03 = new UserControlClass.UCVWNextSense();
this.R06 = new UserControlClass.UCVWNextSense();
this.btnRefresh = new System.Windows.Forms.Button();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pbRightCar = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.radTitleBar1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbRightCar)).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.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 = "右侧车身测量数据";
//
// label2
//
this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label2.AutoSize = true;
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, 50);
this.label2.TabIndex = 1;
//
// 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(755, 970);
this.labVIN.Name = "labVIN";
this.labVIN.Size = new System.Drawing.Size(838, 104);
this.labVIN.TabIndex = 32;
this.labVIN.Text = "LNNACDEBXRDA20251";
//
// 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(495, 969);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(253, 104);
this.label3.TabIndex = 33;
this.label3.Text = "VIN";
//
// tmrRefreshData
//
this.tmrRefreshData.Interval = 1000;
this.tmrRefreshData.Tick += new System.EventHandler(this.tmrRefreshData_Tick);
//
// R14
//
this.R14.BackColor = System.Drawing.Color.White;
this.R14.ForeColor = System.Drawing.Color.Black;
this.R14.labFLowerUpper = "-2.0/2.0";
this.R14.labFText = "F";
this.R14.labFVal = "-0.7";
this.R14.labGLowerUpper = "1.0/6.0";
this.R14.labGText = "G";
this.R14.labGVal = "3.6";
this.R14.labTitleText = "R-14";
this.R14.Location = new System.Drawing.Point(354, 99);
this.R14.Name = "R14";
this.R14.Size = new System.Drawing.Size(220, 145);
this.R14.TabIndex = 34;
this.R14.tlpBackColor = System.Drawing.Color.Lime;
this.R14.tlpFBackColor = System.Drawing.Color.Lime;
this.R14.tlpGBackColor = System.Drawing.Color.Lime;
this.R14.tlpTitleBackSize = new System.Drawing.Size(216, 49);
//
// R15
//
this.R15.BackColor = System.Drawing.Color.White;
this.R15.ForeColor = System.Drawing.Color.Black;
this.R15.labFLowerUpper = "-2.0/2.0";
this.R15.labFText = "F";
this.R15.labFVal = "-1.4";
this.R15.labGLowerUpper = "1.0/6.0";
this.R15.labGText = "G";
this.R15.labGVal = "4.2";
this.R15.labTitleText = "R-15";
this.R15.Location = new System.Drawing.Point(94, 100);
this.R15.Name = "R15";
this.R15.Size = new System.Drawing.Size(220, 145);
this.R15.TabIndex = 35;
this.R15.tlpBackColor = System.Drawing.Color.Lime;
this.R15.tlpFBackColor = System.Drawing.Color.Lime;
this.R15.tlpGBackColor = System.Drawing.Color.Lime;
this.R15.tlpTitleBackSize = new System.Drawing.Size(216, 49);
//
// R16
//
this.R16.BackColor = System.Drawing.Color.White;
this.R16.ForeColor = System.Drawing.Color.Black;
this.R16.labFLowerUpper = "-2.0/2.0";
this.R16.labFText = "F";
this.R16.labFVal = "-0.9mm";
this.R16.labGLowerUpper = "1.0/6.0";
this.R16.labGText = "G";
this.R16.labGVal = "2.5mm";
this.R16.labTitleText = "R-16";
this.R16.Location = new System.Drawing.Point(3, 288);
this.R16.Name = "R16";
this.R16.Size = new System.Drawing.Size(220, 145);
this.R16.TabIndex = 37;
this.R16.tlpBackColor = System.Drawing.Color.Lime;
this.R16.tlpFBackColor = System.Drawing.Color.Lime;
this.R16.tlpGBackColor = System.Drawing.Color.Lime;
this.R16.tlpTitleBackSize = new System.Drawing.Size(216, 49);
//
// R18
//
this.R18.BackColor = System.Drawing.Color.White;
this.R18.ForeColor = System.Drawing.Color.Black;
this.R18.labFLowerUpper = "-2.0/2.0";
this.R18.labFText = "F";
this.R18.labFVal = "-2.0";
this.R18.labGLowerUpper = "1.0/6.0";
this.R18.labGText = "G";
this.R18.labGVal = "3.8";
this.R18.labTitleText = "R-18";
this.R18.Location = new System.Drawing.Point(3, 608);
this.R18.Name = "R18";
this.R18.Size = new System.Drawing.Size(220, 145);
this.R18.TabIndex = 38;
this.R18.tlpBackColor = System.Drawing.Color.Lime;
this.R18.tlpFBackColor = System.Drawing.Color.Lime;
this.R18.tlpGBackColor = System.Drawing.Color.Lime;
this.R18.tlpTitleBackSize = new System.Drawing.Size(216, 49);
//
// R10
//
this.R10.BackColor = System.Drawing.Color.White;
this.R10.ForeColor = System.Drawing.Color.Black;
this.R10.labFLowerUpper = "-2.0/2.0";
this.R10.labFText = "F";
this.R10.labFVal = "0.2";
this.R10.labGLowerUpper = "1.0/6.0";
this.R10.labGText = "G";
this.R10.labGVal = "2.9";
this.R10.labTitleText = "R-10";
this.R10.Location = new System.Drawing.Point(752, 795);
this.R10.Name = "R10";
this.R10.Size = new System.Drawing.Size(220, 145);
this.R10.TabIndex = 42;
this.R10.tlpBackColor = System.Drawing.Color.Lime;
this.R10.tlpFBackColor = System.Drawing.Color.Lime;
this.R10.tlpGBackColor = System.Drawing.Color.Lime;
this.R10.tlpTitleBackSize = new System.Drawing.Size(216, 49);
//
// R08
//
this.R08.BackColor = System.Drawing.Color.White;
this.R08.ForeColor = System.Drawing.Color.Black;
this.R08.labFLowerUpper = "-2.0/2.0";
this.R08.labFText = "F";
this.R08.labFVal = "0.1mm";
this.R08.labGLowerUpper = "1.0/6.0";
this.R08.labGText = "G";
this.R08.labGVal = "2.8mm";
this.R08.labTitleText = "R-08";
this.R08.Location = new System.Drawing.Point(880, 95);
this.R08.Name = "R08";
this.R08.Size = new System.Drawing.Size(220, 145);
this.R08.TabIndex = 44;
this.R08.tlpBackColor = System.Drawing.Color.Lime;
this.R08.tlpFBackColor = System.Drawing.Color.Lime;
this.R08.tlpGBackColor = System.Drawing.Color.Lime;
this.R08.tlpTitleBackSize = new System.Drawing.Size(216, 49);
//
// R12
//
this.R12.BackColor = System.Drawing.Color.White;
this.R12.ForeColor = System.Drawing.Color.Black;
this.R12.labFLowerUpper = "-2.0/2.0";
this.R12.labFText = "F";
this.R12.labFVal = "0.2mm";
this.R12.labGLowerUpper = "1.0/6.0";
this.R12.labGText = "G";
this.R12.labGVal = "3.5mm";
this.R12.labTitleText = "R-12";
this.R12.Location = new System.Drawing.Point(617, 92);
this.R12.Name = "R12";
this.R12.Size = new System.Drawing.Size(220, 145);
this.R12.TabIndex = 46;
this.R12.tlpBackColor = System.Drawing.Color.Lime;
this.R12.tlpFBackColor = System.Drawing.Color.Lime;
this.R12.tlpGBackColor = System.Drawing.Color.Lime;
this.R12.tlpTitleBackSize = new System.Drawing.Size(216, 49);
//
// R04
//
this.R04.BackColor = System.Drawing.Color.White;
this.R04.ForeColor = System.Drawing.Color.Black;
this.R04.labFLowerUpper = "-2.0/2.0";
this.R04.labFText = "F";
this.R04.labFVal = "0.5mm";
this.R04.labGLowerUpper = "1.0/6.0";
this.R04.labGText = "G";
this.R04.labGVal = "3.5mm";
this.R04.labTitleText = "R-04";
this.R04.Location = new System.Drawing.Point(1133, 95);
this.R04.Name = "R04";
this.R04.Size = new System.Drawing.Size(220, 145);
this.R04.TabIndex = 48;
this.R04.tlpBackColor = System.Drawing.Color.Lime;
this.R04.tlpFBackColor = System.Drawing.Color.Lime;
this.R04.tlpGBackColor = System.Drawing.Color.Lime;
this.R04.tlpTitleBackSize = new System.Drawing.Size(216, 49);
//
// R02
//
this.R02.BackColor = System.Drawing.Color.White;
this.R02.ForeColor = System.Drawing.Color.Black;
this.R02.labFLowerUpper = "-2.0/2.0";
this.R02.labFText = "F";
this.R02.labFVal = "-0.5mm";
this.R02.labGLowerUpper = "1.0/6.0";
this.R02.labGText = "G";
this.R02.labGVal = "4.0mm";
this.R02.labTitleText = "R-02";
this.R02.Location = new System.Drawing.Point(1662, 95);
this.R02.Name = "R02";
this.R02.Size = new System.Drawing.Size(220, 145);
this.R02.TabIndex = 49;
this.R02.tlpBackColor = System.Drawing.Color.Lime;
this.R02.tlpFBackColor = System.Drawing.Color.Lime;
this.R02.tlpGBackColor = System.Drawing.Color.Lime;
this.R02.tlpTitleBackSize = new System.Drawing.Size(216, 49);
//
// R13
//
this.R13.BackColor = System.Drawing.Color.White;
this.R13.ForeColor = System.Drawing.Color.Black;
this.R13.labFLowerUpper = "-2.0/2.0";
this.R13.labFText = "F";
this.R13.labFVal = "0.1";
this.R13.labGLowerUpper = "1.0/6.0";
this.R13.labGText = "G";
this.R13.labGVal = "3.8";
this.R13.labTitleText = "R-13";
this.R13.Location = new System.Drawing.Point(399, 795);
this.R13.Name = "R13";
this.R13.Size = new System.Drawing.Size(220, 145);
this.R13.TabIndex = 54;
this.R13.tlpBackColor = System.Drawing.Color.Lime;
this.R13.tlpFBackColor = System.Drawing.Color.Lime;
this.R13.tlpGBackColor = System.Drawing.Color.Lime;
this.R13.tlpTitleBackSize = new System.Drawing.Size(216, 49);
//
// R01
//
this.R01.BackColor = System.Drawing.Color.White;
this.R01.ForeColor = System.Drawing.Color.Black;
this.R01.labFLowerUpper = "-2.0/2.0";
this.R01.labFText = "F";
this.R01.labFVal = "0.4mm";
this.R01.labGLowerUpper = "1.0/6.0";
this.R01.labGText = "G";
this.R01.labGVal = "3.7mm";
this.R01.labTitleText = "R-01";
this.R01.Location = new System.Drawing.Point(1450, 790);
this.R01.Name = "R01";
this.R01.Size = new System.Drawing.Size(220, 145);
this.R01.TabIndex = 55;
this.R01.tlpBackColor = System.Drawing.Color.Lime;
this.R01.tlpFBackColor = System.Drawing.Color.Lime;
this.R01.tlpGBackColor = System.Drawing.Color.Lime;
this.R01.tlpTitleBackSize = new System.Drawing.Size(216, 49);
//
// R03
//
this.R03.BackColor = System.Drawing.Color.White;
this.R03.ForeColor = System.Drawing.Color.Black;
this.R03.labFLowerUpper = "-3.0/2.0";
this.R03.labFText = "F";
this.R03.labFVal = "0.5mm";
this.R03.labGLowerUpper = "1.0/6.0";
this.R03.labGText = "G";
this.R03.labGVal = "3.2mm";
this.R03.labTitleText = "R-03";
this.R03.Location = new System.Drawing.Point(1398, 95);
this.R03.Name = "R03";
this.R03.Size = new System.Drawing.Size(220, 145);
this.R03.TabIndex = 56;
this.R03.tlpBackColor = System.Drawing.Color.Lime;
this.R03.tlpFBackColor = System.Drawing.Color.Lime;
this.R03.tlpGBackColor = System.Drawing.Color.Lime;
this.R03.tlpTitleBackSize = new System.Drawing.Size(216, 49);
//
// R06
//
this.R06.BackColor = System.Drawing.Color.White;
this.R06.ForeColor = System.Drawing.Color.Black;
this.R06.labFLowerUpper = "-2.0/2.0";
this.R06.labFText = "F";
this.R06.labFVal = "0.1mm";
this.R06.labGLowerUpper = "1.0/6.0";
this.R06.labGText = "G";
this.R06.labGVal = "3.6mm";
this.R06.labTitleText = "R-06";
this.R06.Location = new System.Drawing.Point(1137, 795);
this.R06.Name = "R06";
this.R06.Size = new System.Drawing.Size(220, 145);
this.R06.TabIndex = 57;
this.R06.tlpBackColor = System.Drawing.Color.Lime;
this.R06.tlpFBackColor = System.Drawing.Color.Lime;
this.R06.tlpGBackColor = System.Drawing.Color.Lime;
this.R06.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(1705, 978);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(92, 97);
this.btnRefresh.TabIndex = 31;
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(92, 982);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(316, 83);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox2.TabIndex = 30;
this.pictureBox2.TabStop = false;
//
// pbRightCar
//
this.pbRightCar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pbRightCar.Image = ((System.Drawing.Image)(resources.GetObject("pbRightCar.Image")));
this.pbRightCar.Location = new System.Drawing.Point(2, 40);
this.pbRightCar.Name = "pbRightCar";
this.pbRightCar.Size = new System.Drawing.Size(1916, 923);
this.pbRightCar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pbRightCar.TabIndex = 2;
this.pbRightCar.TabStop = false;
//
// FEH3RightCarData
//
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.R02);
this.Controls.Add(this.R06);
this.Controls.Add(this.R03);
this.Controls.Add(this.R01);
this.Controls.Add(this.R13);
this.Controls.Add(this.R04);
this.Controls.Add(this.R12);
this.Controls.Add(this.R08);
this.Controls.Add(this.R10);
this.Controls.Add(this.R18);
this.Controls.Add(this.R16);
this.Controls.Add(this.R15);
this.Controls.Add(this.R14);
this.Controls.Add(this.label3);
this.Controls.Add(this.labVIN);
this.Controls.Add(this.btnRefresh);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.pbRightCar);
this.Controls.Add(this.radTitleBar1);
this.Font = new System.Drawing.Font("宋体", 9F);
this.ForeColor = System.Drawing.Color.White;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximumSize = new System.Drawing.Size(1920, 1080);
this.Name = "FEH3RightCarData";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "右侧车身测量数据";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FEH3RightCarData_FormClosing);
this.Load += new System.EventHandler(this.FEH3RightCarData_Load);
((System.ComponentModel.ISupportInitialize)(this.radTitleBar1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbRightCar)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Telerik.WinControls.UI.RadTitleBar radTitleBar1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.PictureBox pbRightCar;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Button btnRefresh;
private System.Windows.Forms.Label labVIN;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Timer tmrRefreshData;
private UserControlClass.UCVWNextSense R14;
private UserControlClass.UCVWNextSense R15;
private UserControlClass.UCVWNextSense R16;
private UserControlClass.UCVWNextSense R18;
private UserControlClass.UCVWNextSense R10;
private UserControlClass.UCVWNextSense R08;
private UserControlClass.UCVWNextSense R12;
private UserControlClass.UCVWNextSense R04;
private UserControlClass.UCVWNextSense R02;
private UserControlClass.UCVWNextSense R13;
private UserControlClass.UCVWNextSense R01;
private UserControlClass.UCVWNextSense R03;
private UserControlClass.UCVWNextSense R06;
}
}