#260316 增加大屏图片;解决CSV解析文件占用问题;修复 自定义表格控件会超出区域的问题;
This commit is contained in:
+15
-13
@@ -29,6 +29,7 @@
|
||||
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();
|
||||
@@ -153,7 +154,7 @@
|
||||
this.L19.labGText = "G";
|
||||
this.L19.labGVal = "3.7";
|
||||
this.L19.labTitleText = "L-19";
|
||||
this.L19.Location = new System.Drawing.Point(1150, 730);
|
||||
this.L19.Location = new System.Drawing.Point(1677, 798);
|
||||
this.L19.Name = "L19";
|
||||
this.L19.Size = new System.Drawing.Size(220, 145);
|
||||
this.L19.TabIndex = 38;
|
||||
@@ -173,7 +174,7 @@
|
||||
this.L03.labGText = "G";
|
||||
this.L03.labGVal = "3.9";
|
||||
this.L03.labTitleText = "L-03";
|
||||
this.L03.Location = new System.Drawing.Point(649, 455);
|
||||
this.L03.Location = new System.Drawing.Point(472, 105);
|
||||
this.L03.Name = "L03";
|
||||
this.L03.Size = new System.Drawing.Size(220, 145);
|
||||
this.L03.TabIndex = 40;
|
||||
@@ -193,7 +194,7 @@
|
||||
this.L06.labGText = "G";
|
||||
this.L06.labGVal = "3.4";
|
||||
this.L06.labTitleText = "L-06";
|
||||
this.L06.Location = new System.Drawing.Point(917, 455);
|
||||
this.L06.Location = new System.Drawing.Point(775, 105);
|
||||
this.L06.Name = "L06";
|
||||
this.L06.Size = new System.Drawing.Size(220, 145);
|
||||
this.L06.TabIndex = 42;
|
||||
@@ -213,7 +214,7 @@
|
||||
this.L02.labGText = "G";
|
||||
this.L02.labGVal = "4.4";
|
||||
this.L02.labTitleText = "L-02";
|
||||
this.L02.Location = new System.Drawing.Point(374, 455);
|
||||
this.L02.Location = new System.Drawing.Point(162, 105);
|
||||
this.L02.Name = "L02";
|
||||
this.L02.Size = new System.Drawing.Size(220, 145);
|
||||
this.L02.TabIndex = 44;
|
||||
@@ -233,7 +234,7 @@
|
||||
this.L13.labGText = "G";
|
||||
this.L13.labGVal = "4.3";
|
||||
this.L13.labTitleText = "L-13";
|
||||
this.L13.Location = new System.Drawing.Point(1187, 455);
|
||||
this.L13.Location = new System.Drawing.Point(1045, 105);
|
||||
this.L13.Name = "L13";
|
||||
this.L13.Size = new System.Drawing.Size(220, 145);
|
||||
this.L13.TabIndex = 45;
|
||||
@@ -253,7 +254,7 @@
|
||||
this.L01.labGText = "G";
|
||||
this.L01.labGVal = "4.1";
|
||||
this.L01.labTitleText = "L-01";
|
||||
this.L01.Location = new System.Drawing.Point(98, 455);
|
||||
this.L01.Location = new System.Drawing.Point(3, 399);
|
||||
this.L01.Name = "L01";
|
||||
this.L01.Size = new System.Drawing.Size(220, 145);
|
||||
this.L01.TabIndex = 46;
|
||||
@@ -273,7 +274,7 @@
|
||||
this.L07.labGText = "G";
|
||||
this.L07.labGVal = "3.0mm";
|
||||
this.L07.labTitleText = "L-07";
|
||||
this.L07.Location = new System.Drawing.Point(361, 730);
|
||||
this.L07.Location = new System.Drawing.Point(360, 798);
|
||||
this.L07.Name = "L07";
|
||||
this.L07.Size = new System.Drawing.Size(220, 145);
|
||||
this.L07.TabIndex = 49;
|
||||
@@ -293,7 +294,7 @@
|
||||
this.L1.labGText = "G";
|
||||
this.L1.labGVal = "6.1";
|
||||
this.L1.labTitleText = "L-11";
|
||||
this.L1.Location = new System.Drawing.Point(1426, 730);
|
||||
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;
|
||||
@@ -313,7 +314,7 @@
|
||||
this.L15.labGText = "G";
|
||||
this.L15.labGVal = "2.8mm";
|
||||
this.L15.labTitleText = "L-15";
|
||||
this.L15.Location = new System.Drawing.Point(1461, 455);
|
||||
this.L15.Location = new System.Drawing.Point(1353, 105);
|
||||
this.L15.Name = "L15";
|
||||
this.L15.Size = new System.Drawing.Size(220, 145);
|
||||
this.L15.TabIndex = 56;
|
||||
@@ -333,7 +334,7 @@
|
||||
this.L18.labGText = "G";
|
||||
this.L18.labGVal = "2.7";
|
||||
this.L18.labTitleText = "L-18";
|
||||
this.L18.Location = new System.Drawing.Point(1677, 730);
|
||||
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;
|
||||
@@ -353,7 +354,7 @@
|
||||
this.L17.labGText = "G";
|
||||
this.L17.labGVal = "2.7mm";
|
||||
this.L17.labTitleText = "L-17";
|
||||
this.L17.Location = new System.Drawing.Point(1699, 455);
|
||||
this.L17.Location = new System.Drawing.Point(1677, 105);
|
||||
this.L17.Name = "L17";
|
||||
this.L17.Size = new System.Drawing.Size(220, 145);
|
||||
this.L17.TabIndex = 59;
|
||||
@@ -373,7 +374,7 @@
|
||||
this.L16.labGText = "G";
|
||||
this.L16.labGVal = "6.0";
|
||||
this.L16.labTitleText = "L-16";
|
||||
this.L16.Location = new System.Drawing.Point(880, 730);
|
||||
this.L16.Location = new System.Drawing.Point(1105, 798);
|
||||
this.L16.Name = "L16";
|
||||
this.L16.Size = new System.Drawing.Size(220, 145);
|
||||
this.L16.TabIndex = 60;
|
||||
@@ -393,7 +394,7 @@
|
||||
this.L14.labGText = "G";
|
||||
this.L14.labGVal = "3.2mm";
|
||||
this.L14.labTitleText = "L-14";
|
||||
this.L14.Location = new System.Drawing.Point(613, 730);
|
||||
this.L14.Location = new System.Drawing.Point(735, 798);
|
||||
this.L14.Name = "L14";
|
||||
this.L14.Size = new System.Drawing.Size(220, 145);
|
||||
this.L14.TabIndex = 61;
|
||||
@@ -432,6 +433,7 @@
|
||||
//
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user