1928 lines
161 KiB
C#
1928 lines
161 KiB
C#
using UserControlClass;
|
|
|
|
namespace NSAnalysis
|
|
{
|
|
partial class FormMain
|
|
{
|
|
/// <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(FormMain));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
Telerik.WinControls.UI.RadListDataItem radListDataItem1 = new Telerik.WinControls.UI.RadListDataItem();
|
|
Telerik.WinControls.UI.RadListDataItem radListDataItem2 = new Telerik.WinControls.UI.RadListDataItem();
|
|
Telerik.WinControls.UI.RadListDataItem radListDataItem3 = new Telerik.WinControls.UI.RadListDataItem();
|
|
Telerik.WinControls.UI.RadListDataItem radListDataItem4 = new Telerik.WinControls.UI.RadListDataItem();
|
|
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
|
System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.radTitleBar1 = new Telerik.WinControls.UI.RadTitleBar();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.labTitle = new System.Windows.Forms.Label();
|
|
this.radStatusStrip1 = new Telerik.WinControls.UI.RadStatusStrip();
|
|
this.rleTimeText = new Telerik.WinControls.UI.RadLabelElement();
|
|
this.rleTime = new Telerik.WinControls.UI.RadLabelElement();
|
|
this.commandBarSeparator4 = new Telerik.WinControls.UI.CommandBarSeparator();
|
|
this.radLabelElement2 = new Telerik.WinControls.UI.RadLabelElement();
|
|
this.rleReadCSVStatus = new Telerik.WinControls.UI.RadLabelElement();
|
|
this.commandBarSeparator3 = new Telerik.WinControls.UI.CommandBarSeparator();
|
|
this.rleMessageText = new Telerik.WinControls.UI.RadLabelElement();
|
|
this.rleMessage = new Telerik.WinControls.UI.RadLabelElement();
|
|
this.RPV = new Telerik.WinControls.UI.RadPageView();
|
|
this.rpvpAnalysis = new Telerik.WinControls.UI.RadPageViewPage();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.labVIN = new System.Windows.Forms.Label();
|
|
this.labCarType = new System.Windows.Forms.Label();
|
|
this.labSumMeasureCount_L = new System.Windows.Forms.Label();
|
|
this.label24 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.labRejectCount_L = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.labNGCount_L = new System.Windows.Forms.Label();
|
|
this.labMeaTime_L = new System.Windows.Forms.Label();
|
|
this.labOKCount_L = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.dgvMeasureContent = new System.Windows.Forms.DataGridView();
|
|
this.PointName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.DimensionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.NormalVal = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.LowerTolVal = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.UpperTolVal = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.MeasureValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.MeasureDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Classification = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.lbCSVFiles = new System.Windows.Forms.ListBox();
|
|
this.rpvpSearch = new Telerik.WinControls.UI.RadPageViewPage();
|
|
this.pnlPage = new System.Windows.Forms.Panel();
|
|
this.rddlPageRecorderCount = new Telerik.WinControls.UI.RadDropDownList();
|
|
this.rbtnFirtstPage = new Telerik.WinControls.UI.RadButton();
|
|
this.rbtnLastPage = new Telerik.WinControls.UI.RadButton();
|
|
this.rbtnPrevPage = new Telerik.WinControls.UI.RadButton();
|
|
this.rbtnNextPage = new Telerik.WinControls.UI.RadButton();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.labSumRecorders = new System.Windows.Forms.Label();
|
|
this.labSumPages = new System.Windows.Forms.Label();
|
|
this.labCurrentPage = new System.Windows.Forms.Label();
|
|
this.labSearchResult = new System.Windows.Forms.Label();
|
|
this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
|
|
this.rbtnExportCSVReport = new Telerik.WinControls.UI.RadButton();
|
|
this.rtbPartID = new Telerik.WinControls.UI.RadTextBox();
|
|
this.rbtSelectFPY = new Telerik.WinControls.UI.RadButton();
|
|
this.chartFPYLine = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
this.rdtpStartTime = new Telerik.WinControls.UI.RadDateTimePicker();
|
|
this.rdtpEndTime = new Telerik.WinControls.UI.RadDateTimePicker();
|
|
this.rbtnSearchMeaserData = new Telerik.WinControls.UI.RadButton();
|
|
this.radLabel15 = new Telerik.WinControls.UI.RadLabel();
|
|
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
|
|
this.radLabel11 = new Telerik.WinControls.UI.RadLabel();
|
|
this.dgvSelectMeasureData = new System.Windows.Forms.DataGridView();
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Model = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.MeasureItemResult = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dgvFPYResult = new System.Windows.Forms.DataGridView();
|
|
this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.SMResult = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.rpvpSetup = new Telerik.WinControls.UI.RadPageViewPage();
|
|
this.lpcToleranceSetup = new UserControlClass.LabPictureControl();
|
|
this.lpcShowLog = new UserControlClass.LabPictureControl();
|
|
this.lpcSoftwareSetup = new UserControlClass.LabPictureControl();
|
|
this.lpcAboutSoftware = new UserControlClass.LabPictureControl();
|
|
this.tmSystem = new System.Windows.Forms.Timer(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.radTitleBar1)).BeginInit();
|
|
this.radTitleBar1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.RPV)).BeginInit();
|
|
this.RPV.SuspendLayout();
|
|
this.rpvpAnalysis.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvMeasureContent)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.rpvpSearch.SuspendLayout();
|
|
this.pnlPage.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.rddlPageRecorderCount)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rbtnFirtstPage)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rbtnLastPage)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rbtnPrevPage)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rbtnNextPage)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
|
|
this.radGroupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.rbtnExportCSVReport)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rtbPartID)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rbtSelectFPY)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chartFPYLine)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rdtpStartTime)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rdtpEndTime)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rbtnSearchMeaserData)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel15)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel11)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvSelectMeasureData)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvFPYResult)).BeginInit();
|
|
this.rpvpSetup.SuspendLayout();
|
|
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(1546, 40);
|
|
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.Image = ((System.Drawing.Image)(resources.GetObject("label2.Image")));
|
|
this.label2.Location = new System.Drawing.Point(607, -5);
|
|
this.label2.Name = "label2";
|
|
this.label2.Padding = new System.Windows.Forms.Padding(23, 15, 23, 15);
|
|
this.label2.Size = new System.Drawing.Size(46, 52);
|
|
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(649, 8);
|
|
this.labTitle.Name = "labTitle";
|
|
this.labTitle.Size = new System.Drawing.Size(240, 25);
|
|
this.labTitle.TabIndex = 0;
|
|
this.labTitle.Text = "间隙面差数据解析分发软件";
|
|
//
|
|
// radStatusStrip1
|
|
//
|
|
this.radStatusStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
this.radStatusStrip1.Dock = System.Windows.Forms.DockStyle.None;
|
|
this.radStatusStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.radStatusStrip1.ForeColor = System.Drawing.Color.White;
|
|
this.radStatusStrip1.Items.AddRange(new Telerik.WinControls.RadItem[] {
|
|
this.rleTimeText,
|
|
this.rleTime,
|
|
this.commandBarSeparator4,
|
|
this.radLabelElement2,
|
|
this.rleReadCSVStatus,
|
|
this.commandBarSeparator3,
|
|
this.rleMessageText,
|
|
this.rleMessage});
|
|
this.radStatusStrip1.Location = new System.Drawing.Point(9, 817);
|
|
this.radStatusStrip1.Name = "radStatusStrip1";
|
|
this.radStatusStrip1.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
|
|
this.radStatusStrip1.Size = new System.Drawing.Size(1535, 26);
|
|
this.radStatusStrip1.TabIndex = 126;
|
|
((Telerik.WinControls.UI.RadStatusBarElement)(this.radStatusStrip1.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radStatusStrip1.GetChildAt(0).GetChildAt(0))).LeftColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radStatusStrip1.GetChildAt(0).GetChildAt(0))).RightColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radStatusStrip1.GetChildAt(0).GetChildAt(0))).BottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radStatusStrip1.GetChildAt(0).GetChildAt(0))).BottomShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.radStatusStrip1.GetChildAt(0).GetChildAt(1))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.radStatusStrip1.GetChildAt(0).GetChildAt(1))).BackColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.radStatusStrip1.GetChildAt(0).GetChildAt(1))).BackColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.radStatusStrip1.GetChildAt(0).GetChildAt(1))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
//
|
|
// rleTimeText
|
|
//
|
|
this.rleTimeText.Name = "rleTimeText";
|
|
this.radStatusStrip1.SetSpring(this.rleTimeText, false);
|
|
this.rleTimeText.Text = "当前时间 :";
|
|
this.rleTimeText.TextWrap = true;
|
|
this.rleTimeText.UseCompatibleTextRendering = false;
|
|
//
|
|
// rleTime
|
|
//
|
|
this.rleTime.Name = "rleTime";
|
|
this.radStatusStrip1.SetSpring(this.rleTime, false);
|
|
this.rleTime.Text = "2023-06-01 12:23:34";
|
|
this.rleTime.TextWrap = true;
|
|
this.rleTime.UseCompatibleTextRendering = false;
|
|
//
|
|
// commandBarSeparator4
|
|
//
|
|
this.commandBarSeparator4.Name = "commandBarSeparator4";
|
|
this.radStatusStrip1.SetSpring(this.commandBarSeparator4, false);
|
|
this.commandBarSeparator4.VisibleInOverflowMenu = false;
|
|
//
|
|
// radLabelElement2
|
|
//
|
|
this.radLabelElement2.Name = "radLabelElement2";
|
|
this.radStatusStrip1.SetSpring(this.radLabelElement2, false);
|
|
this.radLabelElement2.Text = "读取CSV文件状态:";
|
|
this.radLabelElement2.TextWrap = true;
|
|
//
|
|
// rleReadCSVStatus
|
|
//
|
|
this.rleReadCSVStatus.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.rleReadCSVStatus.Name = "rleReadCSVStatus";
|
|
this.radStatusStrip1.SetSpring(this.rleReadCSVStatus, false);
|
|
this.rleReadCSVStatus.Text = "●";
|
|
this.rleReadCSVStatus.TextWrap = true;
|
|
//
|
|
// commandBarSeparator3
|
|
//
|
|
this.commandBarSeparator3.DisabledTextRenderingHint = System.Drawing.Text.TextRenderingHint.SystemDefault;
|
|
this.commandBarSeparator3.Name = "commandBarSeparator3";
|
|
this.radStatusStrip1.SetSpring(this.commandBarSeparator3, false);
|
|
this.commandBarSeparator3.TextRenderingHint = System.Drawing.Text.TextRenderingHint.SystemDefault;
|
|
this.commandBarSeparator3.UseCompatibleTextRendering = false;
|
|
this.commandBarSeparator3.VisibleInOverflowMenu = false;
|
|
//
|
|
// rleMessageText
|
|
//
|
|
this.rleMessageText.Name = "rleMessageText";
|
|
this.radStatusStrip1.SetSpring(this.rleMessageText, false);
|
|
this.rleMessageText.Text = "消息 :";
|
|
this.rleMessageText.TextWrap = true;
|
|
this.rleMessageText.UseCompatibleTextRendering = false;
|
|
//
|
|
// rleMessage
|
|
//
|
|
this.rleMessage.Name = "rleMessage";
|
|
this.radStatusStrip1.SetSpring(this.rleMessage, false);
|
|
this.rleMessage.Text = "软件正常启动";
|
|
this.rleMessage.TextWrap = true;
|
|
this.rleMessage.UseCompatibleTextRendering = false;
|
|
//
|
|
// RPV
|
|
//
|
|
this.RPV.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
this.RPV.Controls.Add(this.rpvpAnalysis);
|
|
this.RPV.Controls.Add(this.rpvpSearch);
|
|
this.RPV.Controls.Add(this.rpvpSetup);
|
|
this.RPV.DefaultPage = this.rpvpAnalysis;
|
|
this.RPV.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.RPV.ItemSizeMode = ((Telerik.WinControls.UI.PageViewItemSizeMode)((Telerik.WinControls.UI.PageViewItemSizeMode.EqualWidth | Telerik.WinControls.UI.PageViewItemSizeMode.EqualHeight)));
|
|
this.RPV.Location = new System.Drawing.Point(1, 38);
|
|
this.RPV.Name = "RPV";
|
|
this.RPV.SelectedPage = this.rpvpSearch;
|
|
this.RPV.Size = new System.Drawing.Size(1543, 770);
|
|
this.RPV.TabIndex = 127;
|
|
this.RPV.ViewMode = Telerik.WinControls.UI.PageViewMode.NavigationView;
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).DisplayMode = Telerik.WinControls.UI.NavigationViewDisplayModes.Compact;
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).HeaderHeight = 35;
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).ExpandedPaneWidth = 150;
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).CollapsedPaneWidth = 48;
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).ShowItemPinButton = true;
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).StripButtons = Telerik.WinControls.UI.StripViewButtons.None;
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).ItemAlignment = Telerik.WinControls.UI.StripViewItemAlignment.Near;
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).ItemFitMode = Telerik.WinControls.UI.StripViewItemFitMode.None;
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).ShowItemCloseButton = true;
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).ItemDragMode = Telerik.WinControls.UI.PageViewItemDragMode.None;
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).ItemSpacing = 1;
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).ItemSizeMode = ((Telerik.WinControls.UI.PageViewItemSizeMode)((Telerik.WinControls.UI.PageViewItemSizeMode.EqualWidth | Telerik.WinControls.UI.PageViewItemSizeMode.EqualHeight)));
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).BorderColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).BorderColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).BorderColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).BorderInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).BorderInnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).BorderInnerColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).BorderInnerColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).BackColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).BackColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).BorderLeftColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).BorderTopColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).BorderRightColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).BorderBottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).BorderLeftShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).BorderTopShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).BorderRightShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).BorderBottomShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).ForeColor = System.Drawing.Color.White;
|
|
((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.RPV.GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.UI.NavigationViewItemContainer)(this.RPV.GetChildAt(0).GetChildAt(0))).BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.UI.NavigationViewItemContainer)(this.RPV.GetChildAt(0).GetChildAt(0))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.NavigationViewItemContainer)(this.RPV.GetChildAt(0).GetChildAt(0))).BackColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.NavigationViewItemContainer)(this.RPV.GetChildAt(0).GetChildAt(0))).BackColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.NavigationViewItemContainer)(this.RPV.GetChildAt(0).GetChildAt(0))).ForeColor = System.Drawing.Color.White;
|
|
((Telerik.WinControls.UI.NavigationViewItemContainer)(this.RPV.GetChildAt(0).GetChildAt(0))).Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
((Telerik.WinControls.UI.NavigationViewItemContainer)(this.RPV.GetChildAt(0).GetChildAt(0))).MinSize = new System.Drawing.Size(48, 0);
|
|
((Telerik.WinControls.UI.NavigationViewItemContainer)(this.RPV.GetChildAt(0).GetChildAt(0))).MaxSize = new System.Drawing.Size(48, 0);
|
|
((Telerik.WinControls.UI.StripViewItemLayout)(this.RPV.GetChildAt(0).GetChildAt(0).GetChildAt(0))).BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.StripViewItemLayout)(this.RPV.GetChildAt(0).GetChildAt(0).GetChildAt(0))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.StripViewItemLayout)(this.RPV.GetChildAt(0).GetChildAt(0).GetChildAt(0))).BackColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.StripViewItemLayout)(this.RPV.GetChildAt(0).GetChildAt(0).GetChildAt(0))).BackColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.StripViewItemLayout)(this.RPV.GetChildAt(0).GetChildAt(0).GetChildAt(0))).BorderLeftColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.StripViewItemLayout)(this.RPV.GetChildAt(0).GetChildAt(0).GetChildAt(0))).BorderTopColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.StripViewItemLayout)(this.RPV.GetChildAt(0).GetChildAt(0).GetChildAt(0))).BorderRightColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.StripViewItemLayout)(this.RPV.GetChildAt(0).GetChildAt(0).GetChildAt(0))).BorderLeftShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.StripViewItemLayout)(this.RPV.GetChildAt(0).GetChildAt(0).GetChildAt(0))).BorderTopShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.StripViewItemLayout)(this.RPV.GetChildAt(0).GetChildAt(0).GetChildAt(0))).BorderRightShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.StripViewItemLayout)(this.RPV.GetChildAt(0).GetChildAt(0).GetChildAt(0))).FocusBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.StripViewItemLayout)(this.RPV.GetChildAt(0).GetChildAt(0).GetChildAt(0))).ForeColor = System.Drawing.Color.White;
|
|
((Telerik.WinControls.UI.RadPageViewContentAreaElement)(this.RPV.GetChildAt(0).GetChildAt(1))).BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadPageViewContentAreaElement)(this.RPV.GetChildAt(0).GetChildAt(1))).BorderColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadPageViewContentAreaElement)(this.RPV.GetChildAt(0).GetChildAt(1))).BorderColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadPageViewContentAreaElement)(this.RPV.GetChildAt(0).GetChildAt(1))).BorderColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadPageViewContentAreaElement)(this.RPV.GetChildAt(0).GetChildAt(1))).BorderInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadPageViewContentAreaElement)(this.RPV.GetChildAt(0).GetChildAt(1))).BorderInnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadPageViewContentAreaElement)(this.RPV.GetChildAt(0).GetChildAt(1))).BorderInnerColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadPageViewContentAreaElement)(this.RPV.GetChildAt(0).GetChildAt(1))).BorderInnerColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadPageViewContentAreaElement)(this.RPV.GetChildAt(0).GetChildAt(1))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadPageViewContentAreaElement)(this.RPV.GetChildAt(0).GetChildAt(1))).BackColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadPageViewContentAreaElement)(this.RPV.GetChildAt(0).GetChildAt(1))).BackColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadPageViewContentAreaElement)(this.RPV.GetChildAt(0).GetChildAt(1))).FocusBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.RadPageViewContentAreaElement)(this.RPV.GetChildAt(0).GetChildAt(1))).ForeColor = System.Drawing.Color.White;
|
|
((Telerik.WinControls.UI.RadPageViewContentAreaElement)(this.RPV.GetChildAt(0).GetChildAt(1))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.NavigationViewHeaderElement)(this.RPV.GetChildAt(0).GetChildAt(2))).BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.UI.NavigationViewHeaderElement)(this.RPV.GetChildAt(0).GetChildAt(2))).BorderColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.NavigationViewHeaderElement)(this.RPV.GetChildAt(0).GetChildAt(2))).BorderColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.NavigationViewHeaderElement)(this.RPV.GetChildAt(0).GetChildAt(2))).BorderColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.NavigationViewHeaderElement)(this.RPV.GetChildAt(0).GetChildAt(2))).BorderInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.NavigationViewHeaderElement)(this.RPV.GetChildAt(0).GetChildAt(2))).BorderInnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.NavigationViewHeaderElement)(this.RPV.GetChildAt(0).GetChildAt(2))).BorderInnerColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.NavigationViewHeaderElement)(this.RPV.GetChildAt(0).GetChildAt(2))).BorderInnerColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.NavigationViewHeaderElement)(this.RPV.GetChildAt(0).GetChildAt(2))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.NavigationViewHeaderElement)(this.RPV.GetChildAt(0).GetChildAt(2))).BackColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.NavigationViewHeaderElement)(this.RPV.GetChildAt(0).GetChildAt(2))).BackColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.NavigationViewHeaderElement)(this.RPV.GetChildAt(0).GetChildAt(2))).HorizontalLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.NavigationViewHeaderElement)(this.RPV.GetChildAt(0).GetChildAt(2))).Text = " 查询界面";
|
|
((Telerik.WinControls.UI.NavigationViewHeaderElement)(this.RPV.GetChildAt(0).GetChildAt(2))).FocusBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.UI.NavigationViewHeaderElement)(this.RPV.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.White;
|
|
((Telerik.WinControls.UI.NavigationViewHeaderElement)(this.RPV.GetChildAt(0).GetChildAt(2))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.UI.HamburgerButtonElement)(this.RPV.GetChildAt(0).GetChildAt(3))).FocusBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.HamburgerButtonElement)(this.RPV.GetChildAt(0).GetChildAt(3))).BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.HamburgerButtonElement)(this.RPV.GetChildAt(0).GetChildAt(3))).StretchHorizontally = false;
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(0))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(0))).BackColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(0))).BackColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(0))).GradientStyle = Telerik.WinControls.GradientStyles.OfficeGlass;
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(0))).ForeColor = System.Drawing.Color.White;
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.ImagePrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(1).GetChildAt(0))).ForeColor = System.Drawing.Color.White;
|
|
((Telerik.WinControls.Primitives.ImagePrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(1).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(1).GetChildAt(1))).LineLimit = false;
|
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(1).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(1).GetChildAt(1))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(1).GetChildAt(1))).Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(2))).ForeColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(2))).ForeColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(2))).ForeColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(2))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(2))).InnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(2))).InnerColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(2))).InnerColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(2))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.FocusPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(3))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.Primitives.FocusPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(3))).InnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.Primitives.FocusPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(3))).InnerColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.Primitives.FocusPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(3))).InnerColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(135)))), ((int)(((byte)(161)))));
|
|
((Telerik.WinControls.Primitives.FocusPrimitive)(this.RPV.GetChildAt(0).GetChildAt(3).GetChildAt(3))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
//
|
|
// rpvpAnalysis
|
|
//
|
|
this.rpvpAnalysis.AutoScroll = true;
|
|
this.rpvpAnalysis.BackColor = System.Drawing.Color.Transparent;
|
|
this.rpvpAnalysis.Controls.Add(this.groupBox4);
|
|
this.rpvpAnalysis.Controls.Add(this.panel2);
|
|
this.rpvpAnalysis.Controls.Add(this.panel1);
|
|
this.rpvpAnalysis.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.rpvpAnalysis.Image = ((System.Drawing.Image)(resources.GetObject("rpvpAnalysis.Image")));
|
|
this.rpvpAnalysis.ItemSize = new System.Drawing.SizeF(46F, 46F);
|
|
this.rpvpAnalysis.Location = new System.Drawing.Point(49, 35);
|
|
this.rpvpAnalysis.Name = "rpvpAnalysis";
|
|
this.rpvpAnalysis.Size = new System.Drawing.Size(1493, 734);
|
|
this.rpvpAnalysis.Text = " 分析主界面";
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.labVIN);
|
|
this.groupBox4.Controls.Add(this.labCarType);
|
|
this.groupBox4.Controls.Add(this.labSumMeasureCount_L);
|
|
this.groupBox4.Controls.Add(this.label24);
|
|
this.groupBox4.Controls.Add(this.label10);
|
|
this.groupBox4.Controls.Add(this.labRejectCount_L);
|
|
this.groupBox4.Controls.Add(this.label5);
|
|
this.groupBox4.Controls.Add(this.labNGCount_L);
|
|
this.groupBox4.Controls.Add(this.labMeaTime_L);
|
|
this.groupBox4.Controls.Add(this.labOKCount_L);
|
|
this.groupBox4.Controls.Add(this.label7);
|
|
this.groupBox4.Controls.Add(this.label13);
|
|
this.groupBox4.Controls.Add(this.label8);
|
|
this.groupBox4.Controls.Add(this.label12);
|
|
this.groupBox4.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox4.Location = new System.Drawing.Point(1038, 167);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(448, 311);
|
|
this.groupBox4.TabIndex = 199;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "解析概览";
|
|
//
|
|
// labVIN
|
|
//
|
|
this.labVIN.AutoSize = true;
|
|
this.labVIN.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.labVIN.ForeColor = System.Drawing.Color.White;
|
|
this.labVIN.Location = new System.Drawing.Point(188, 48);
|
|
this.labVIN.Name = "labVIN";
|
|
this.labVIN.Size = new System.Drawing.Size(215, 24);
|
|
this.labVIN.TabIndex = 200;
|
|
this.labVIN.Text = "LNNAJDDU1RDA00030";
|
|
//
|
|
// labCarType
|
|
//
|
|
this.labCarType.AutoSize = true;
|
|
this.labCarType.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.labCarType.ForeColor = System.Drawing.Color.White;
|
|
this.labCarType.Location = new System.Drawing.Point(188, 81);
|
|
this.labCarType.Name = "labCarType";
|
|
this.labCarType.Size = new System.Drawing.Size(45, 24);
|
|
this.labCarType.TabIndex = 212;
|
|
this.labCarType.Text = "EH3";
|
|
//
|
|
// labSumMeasureCount_L
|
|
//
|
|
this.labSumMeasureCount_L.AutoSize = true;
|
|
this.labSumMeasureCount_L.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.labSumMeasureCount_L.ForeColor = System.Drawing.Color.White;
|
|
this.labSumMeasureCount_L.Location = new System.Drawing.Point(188, 213);
|
|
this.labSumMeasureCount_L.Name = "labSumMeasureCount_L";
|
|
this.labSumMeasureCount_L.Size = new System.Drawing.Size(32, 24);
|
|
this.labSumMeasureCount_L.TabIndex = 210;
|
|
this.labSumMeasureCount_L.Text = "54";
|
|
//
|
|
// label24
|
|
//
|
|
this.label24.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.label24.ForeColor = System.Drawing.Color.White;
|
|
this.label24.Location = new System.Drawing.Point(30, 80);
|
|
this.label24.Name = "label24";
|
|
this.label24.Size = new System.Drawing.Size(155, 24);
|
|
this.label24.TabIndex = 211;
|
|
this.label24.Text = "车辆类型 : ";
|
|
this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.label10.ForeColor = System.Drawing.Color.White;
|
|
this.label10.Location = new System.Drawing.Point(17, 146);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(169, 24);
|
|
this.label10.TabIndex = 203;
|
|
this.label10.Text = "不合格测量项数 : ";
|
|
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// labRejectCount_L
|
|
//
|
|
this.labRejectCount_L.AutoSize = true;
|
|
this.labRejectCount_L.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.labRejectCount_L.ForeColor = System.Drawing.Color.White;
|
|
this.labRejectCount_L.Location = new System.Drawing.Point(188, 180);
|
|
this.labRejectCount_L.Name = "labRejectCount_L";
|
|
this.labRejectCount_L.Size = new System.Drawing.Size(21, 24);
|
|
this.labRejectCount_L.TabIndex = 208;
|
|
this.labRejectCount_L.Text = "2";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.label5.ForeColor = System.Drawing.Color.White;
|
|
this.label5.Location = new System.Drawing.Point(33, 47);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(152, 24);
|
|
this.label5.TabIndex = 199;
|
|
this.label5.Text = "车身编号 : ";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// labNGCount_L
|
|
//
|
|
this.labNGCount_L.AutoSize = true;
|
|
this.labNGCount_L.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.labNGCount_L.ForeColor = System.Drawing.Color.White;
|
|
this.labNGCount_L.Location = new System.Drawing.Point(188, 147);
|
|
this.labNGCount_L.Name = "labNGCount_L";
|
|
this.labNGCount_L.Size = new System.Drawing.Size(21, 24);
|
|
this.labNGCount_L.TabIndex = 204;
|
|
this.labNGCount_L.Text = "7";
|
|
//
|
|
// labMeaTime_L
|
|
//
|
|
this.labMeaTime_L.AutoSize = true;
|
|
this.labMeaTime_L.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.labMeaTime_L.ForeColor = System.Drawing.Color.White;
|
|
this.labMeaTime_L.Location = new System.Drawing.Point(188, 246);
|
|
this.labMeaTime_L.Name = "labMeaTime_L";
|
|
this.labMeaTime_L.Size = new System.Drawing.Size(193, 24);
|
|
this.labMeaTime_L.TabIndex = 206;
|
|
this.labMeaTime_L.Text = "2023-06-01 12:23:33";
|
|
//
|
|
// labOKCount_L
|
|
//
|
|
this.labOKCount_L.AutoSize = true;
|
|
this.labOKCount_L.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.labOKCount_L.ForeColor = System.Drawing.Color.White;
|
|
this.labOKCount_L.Location = new System.Drawing.Point(188, 114);
|
|
this.labOKCount_L.Name = "labOKCount_L";
|
|
this.labOKCount_L.Size = new System.Drawing.Size(32, 24);
|
|
this.labOKCount_L.TabIndex = 202;
|
|
this.labOKCount_L.Text = "45";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.label7.ForeColor = System.Drawing.Color.White;
|
|
this.label7.Location = new System.Drawing.Point(13, 179);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(173, 24);
|
|
this.label7.TabIndex = 207;
|
|
this.label7.Text = "异常测量项数 : ";
|
|
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.label13.ForeColor = System.Drawing.Color.White;
|
|
this.label13.Location = new System.Drawing.Point(30, 212);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(155, 24);
|
|
this.label13.TabIndex = 209;
|
|
this.label13.Text = "测量总项数 : ";
|
|
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.label8.ForeColor = System.Drawing.Color.White;
|
|
this.label8.Location = new System.Drawing.Point(13, 113);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(173, 24);
|
|
this.label8.TabIndex = 201;
|
|
this.label8.Text = "合格测量项数 : ";
|
|
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.Font = new System.Drawing.Font("微软雅黑", 13F);
|
|
this.label12.ForeColor = System.Drawing.Color.White;
|
|
this.label12.Location = new System.Drawing.Point(21, 245);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(165, 24);
|
|
this.label12.TabIndex = 205;
|
|
this.label12.Text = "测量时间 : ";
|
|
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.dgvMeasureContent);
|
|
this.panel2.Location = new System.Drawing.Point(3, 167);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(1019, 561);
|
|
this.panel2.TabIndex = 216;
|
|
//
|
|
// dgvMeasureContent
|
|
//
|
|
this.dgvMeasureContent.AllowUserToAddRows = false;
|
|
this.dgvMeasureContent.AllowUserToDeleteRows = false;
|
|
this.dgvMeasureContent.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
this.dgvMeasureContent.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.dgvMeasureContent.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dgvMeasureContent.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dgvMeasureContent.ColumnHeadersHeight = 38;
|
|
this.dgvMeasureContent.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.PointName,
|
|
this.DimensionName,
|
|
this.NormalVal,
|
|
this.LowerTolVal,
|
|
this.UpperTolVal,
|
|
this.MeasureValue,
|
|
this.MeasureDateTime,
|
|
this.Classification});
|
|
this.dgvMeasureContent.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgvMeasureContent.EnableHeadersVisualStyles = false;
|
|
this.dgvMeasureContent.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(181)))), ((int)(((byte)(200)))));
|
|
this.dgvMeasureContent.Location = new System.Drawing.Point(0, 0);
|
|
this.dgvMeasureContent.Name = "dgvMeasureContent";
|
|
this.dgvMeasureContent.ReadOnly = true;
|
|
this.dgvMeasureContent.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(186)))));
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dgvMeasureContent.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
this.dgvMeasureContent.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 10F);
|
|
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(186)))));
|
|
this.dgvMeasureContent.RowsDefaultCellStyle = dataGridViewCellStyle3;
|
|
this.dgvMeasureContent.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Segoe UI", 10F);
|
|
this.dgvMeasureContent.RowTemplate.Height = 38;
|
|
this.dgvMeasureContent.Size = new System.Drawing.Size(1019, 561);
|
|
this.dgvMeasureContent.TabIndex = 198;
|
|
//
|
|
// PointName
|
|
//
|
|
this.PointName.DataPropertyName = "PointName";
|
|
this.PointName.HeaderText = "测量点名称";
|
|
this.PointName.Name = "PointName";
|
|
this.PointName.ReadOnly = true;
|
|
this.PointName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.PointName.Width = 150;
|
|
//
|
|
// DimensionName
|
|
//
|
|
this.DimensionName.DataPropertyName = "DimensionName";
|
|
this.DimensionName.HeaderText = "尺寸名";
|
|
this.DimensionName.Name = "DimensionName";
|
|
this.DimensionName.ReadOnly = true;
|
|
this.DimensionName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.DimensionName.Width = 80;
|
|
//
|
|
// NormalVal
|
|
//
|
|
this.NormalVal.DataPropertyName = "NominalValue";
|
|
this.NormalVal.HeaderText = "理论值";
|
|
this.NormalVal.Name = "NormalVal";
|
|
this.NormalVal.ReadOnly = true;
|
|
this.NormalVal.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// LowerTolVal
|
|
//
|
|
this.LowerTolVal.DataPropertyName = "LowerLimit";
|
|
this.LowerTolVal.HeaderText = "下限值";
|
|
this.LowerTolVal.Name = "LowerTolVal";
|
|
this.LowerTolVal.ReadOnly = true;
|
|
this.LowerTolVal.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// UpperTolVal
|
|
//
|
|
this.UpperTolVal.DataPropertyName = "UpperLimit";
|
|
this.UpperTolVal.HeaderText = "上限值";
|
|
this.UpperTolVal.Name = "UpperTolVal";
|
|
this.UpperTolVal.ReadOnly = true;
|
|
this.UpperTolVal.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// MeasureValue
|
|
//
|
|
this.MeasureValue.DataPropertyName = "DimensionValue";
|
|
this.MeasureValue.HeaderText = "实测值";
|
|
this.MeasureValue.Name = "MeasureValue";
|
|
this.MeasureValue.ReadOnly = true;
|
|
this.MeasureValue.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// MeasureDateTime
|
|
//
|
|
this.MeasureDateTime.DataPropertyName = "MeasureDateTime";
|
|
this.MeasureDateTime.HeaderText = "测量时间";
|
|
this.MeasureDateTime.Name = "MeasureDateTime";
|
|
this.MeasureDateTime.ReadOnly = true;
|
|
this.MeasureDateTime.Width = 190;
|
|
//
|
|
// Classification
|
|
//
|
|
this.Classification.DataPropertyName = "Classification";
|
|
this.Classification.HeaderText = "结果";
|
|
this.Classification.Name = "Classification";
|
|
this.Classification.ReadOnly = true;
|
|
this.Classification.Width = 150;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.lbCSVFiles);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1493, 161);
|
|
this.panel1.TabIndex = 215;
|
|
//
|
|
// lbCSVFiles
|
|
//
|
|
this.lbCSVFiles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lbCSVFiles.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
this.lbCSVFiles.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lbCSVFiles.Font = new System.Drawing.Font("微软雅黑", 9.75F);
|
|
this.lbCSVFiles.ForeColor = System.Drawing.Color.White;
|
|
this.lbCSVFiles.FormattingEnabled = true;
|
|
this.lbCSVFiles.ItemHeight = 19;
|
|
this.lbCSVFiles.Location = new System.Drawing.Point(3, 4);
|
|
this.lbCSVFiles.Name = "lbCSVFiles";
|
|
this.lbCSVFiles.Size = new System.Drawing.Size(1483, 154);
|
|
this.lbCSVFiles.TabIndex = 198;
|
|
//
|
|
// rpvpSearch
|
|
//
|
|
this.rpvpSearch.Controls.Add(this.pnlPage);
|
|
this.rpvpSearch.Controls.Add(this.labSearchResult);
|
|
this.rpvpSearch.Controls.Add(this.radGroupBox1);
|
|
this.rpvpSearch.Controls.Add(this.dgvSelectMeasureData);
|
|
this.rpvpSearch.Controls.Add(this.dgvFPYResult);
|
|
this.rpvpSearch.Image = ((System.Drawing.Image)(resources.GetObject("rpvpSearch.Image")));
|
|
this.rpvpSearch.ItemSize = new System.Drawing.SizeF(46F, 46F);
|
|
this.rpvpSearch.Location = new System.Drawing.Point(49, 35);
|
|
this.rpvpSearch.Name = "rpvpSearch";
|
|
this.rpvpSearch.Size = new System.Drawing.Size(1493, 734);
|
|
this.rpvpSearch.Text = " 查询界面";
|
|
//
|
|
// pnlPage
|
|
//
|
|
this.pnlPage.Controls.Add(this.rddlPageRecorderCount);
|
|
this.pnlPage.Controls.Add(this.rbtnFirtstPage);
|
|
this.pnlPage.Controls.Add(this.rbtnLastPage);
|
|
this.pnlPage.Controls.Add(this.rbtnPrevPage);
|
|
this.pnlPage.Controls.Add(this.rbtnNextPage);
|
|
this.pnlPage.Controls.Add(this.label3);
|
|
this.pnlPage.Controls.Add(this.labSumRecorders);
|
|
this.pnlPage.Controls.Add(this.labSumPages);
|
|
this.pnlPage.Controls.Add(this.labCurrentPage);
|
|
this.pnlPage.Location = new System.Drawing.Point(3, 689);
|
|
this.pnlPage.Name = "pnlPage";
|
|
this.pnlPage.Size = new System.Drawing.Size(1159, 42);
|
|
this.pnlPage.TabIndex = 177;
|
|
//
|
|
// rddlPageRecorderCount
|
|
//
|
|
this.rddlPageRecorderCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.rddlPageRecorderCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
this.rddlPageRecorderCount.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
|
this.rddlPageRecorderCount.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.rddlPageRecorderCount.ForeColor = System.Drawing.Color.White;
|
|
radListDataItem1.Text = "20";
|
|
radListDataItem2.Text = "50";
|
|
radListDataItem3.Text = "100";
|
|
radListDataItem4.Text = "200";
|
|
this.rddlPageRecorderCount.Items.Add(radListDataItem1);
|
|
this.rddlPageRecorderCount.Items.Add(radListDataItem2);
|
|
this.rddlPageRecorderCount.Items.Add(radListDataItem3);
|
|
this.rddlPageRecorderCount.Items.Add(radListDataItem4);
|
|
this.rddlPageRecorderCount.Location = new System.Drawing.Point(718, 9);
|
|
this.rddlPageRecorderCount.Name = "rddlPageRecorderCount";
|
|
//
|
|
//
|
|
//
|
|
this.rddlPageRecorderCount.RootElement.BorderHighlightColor = System.Drawing.Color.White;
|
|
this.rddlPageRecorderCount.RootElement.EnableBorderHighlight = true;
|
|
this.rddlPageRecorderCount.RootElement.HighlightColor = System.Drawing.Color.Red;
|
|
this.rddlPageRecorderCount.Size = new System.Drawing.Size(60, 27);
|
|
this.rddlPageRecorderCount.TabIndex = 177;
|
|
this.rddlPageRecorderCount.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.rddlPageRecorderCount_SelectedIndexChanged);
|
|
((Telerik.WinControls.UI.RadDropDownListElement)(this.rddlPageRecorderCount.GetChildAt(0))).DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
|
((Telerik.WinControls.UI.RadDropDownListElement)(this.rddlPageRecorderCount.GetChildAt(0))).BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(0))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(0))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.UI.RadDropDownListEditableAreaElement)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(0))).BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.UI.RadDropDownTextBoxElement)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(0))).Text = "";
|
|
((Telerik.WinControls.UI.RadDropDownTextBoxElement)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(0))).BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.UI.RadDropDownTextBoxElement)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(0))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
|
|
((Telerik.WinControls.UI.RadTextBoxItem)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(0).GetChildAt(0))).BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(0).GetChildAt(2))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.UI.LightVisualButtonElement)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(0).GetChildAt(3).GetChildAt(0))).BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.UI.LightVisualButtonElement)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(0).GetChildAt(3).GetChildAt(0))).BorderInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.UI.LightVisualButtonElement)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(0).GetChildAt(3).GetChildAt(0))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
|
|
((Telerik.WinControls.UI.RadDropDownListArrowButtonElement)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1))).Image = null;
|
|
((Telerik.WinControls.UI.RadDropDownListArrowButtonElement)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1))).RippleAnimationColor = System.Drawing.Color.Red;
|
|
((Telerik.WinControls.UI.RadDropDownListArrowButtonElement)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1))).FocusBorderColor = System.Drawing.Color.DarkRed;
|
|
((Telerik.WinControls.UI.RadDropDownListArrowButtonElement)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1))).HighlightColor = System.Drawing.Color.Red;
|
|
((Telerik.WinControls.UI.RadDropDownListArrowButtonElement)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1))).BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(0))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(0))).BackColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(0))).BackColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(0))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(1))).BoxStyle = Telerik.WinControls.BorderBoxStyle.SingleBorder;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(1))).BottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(1))).BottomShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(226)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(1))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(1))).InnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(1))).InnerColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(1))).InnerColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.ArrowPrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(2))).Direction = Telerik.WinControls.ArrowDirection.Down;
|
|
((Telerik.WinControls.Primitives.ArrowPrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(2))).ForeColor = System.Drawing.Color.Crimson;
|
|
((Telerik.WinControls.Primitives.ArrowPrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(2))).RightToLeft = true;
|
|
((Telerik.WinControls.Primitives.OverflowPrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(3))).ShadowColor = System.Drawing.Color.Red;
|
|
((Telerik.WinControls.Primitives.ImagePrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(4))).Image = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
|
|
((Telerik.WinControls.Primitives.ImagePrimitive)(this.rddlPageRecorderCount.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(4))).ForeColor = System.Drawing.Color.Crimson;
|
|
//
|
|
// rbtnFirtstPage
|
|
//
|
|
this.rbtnFirtstPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.rbtnFirtstPage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
this.rbtnFirtstPage.Font = new System.Drawing.Font("Segoe UI", 11F);
|
|
this.rbtnFirtstPage.ForeColor = System.Drawing.Color.White;
|
|
this.rbtnFirtstPage.Image = global::NSAnalysis.Properties.Resources.FirstPage;
|
|
this.rbtnFirtstPage.Location = new System.Drawing.Point(2, 8);
|
|
this.rbtnFirtstPage.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.rbtnFirtstPage.Name = "rbtnFirtstPage";
|
|
this.rbtnFirtstPage.Size = new System.Drawing.Size(65, 30);
|
|
this.rbtnFirtstPage.TabIndex = 68;
|
|
this.rbtnFirtstPage.Text = "首页";
|
|
this.rbtnFirtstPage.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.rbtnFirtstPage.Click += new System.EventHandler(this.rbtnFirtstPage_Click);
|
|
this.rbtnFirtstPage.MouseLeave += new System.EventHandler(this.btn_MouseLeave);
|
|
this.rbtnFirtstPage.MouseHover += new System.EventHandler(this.btn_MouseHover);
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnFirtstPage.GetChildAt(0))).Image = global::NSAnalysis.Properties.Resources.FirstPage;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnFirtstPage.GetChildAt(0))).ImageAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnFirtstPage.GetChildAt(0))).TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnFirtstPage.GetChildAt(0))).DisplayStyle = Telerik.WinControls.DisplayStyle.ImageAndText;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnFirtstPage.GetChildAt(0))).Text = "首页";
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnFirtstPage.GetChildAt(0).GetChildAt(2))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(186)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnFirtstPage.GetChildAt(0).GetChildAt(2))).InnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnFirtstPage.GetChildAt(0).GetChildAt(2))).InnerColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnFirtstPage.GetChildAt(0).GetChildAt(2))).InnerColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnFirtstPage.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.Transparent;
|
|
//
|
|
// rbtnLastPage
|
|
//
|
|
this.rbtnLastPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.rbtnLastPage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
this.rbtnLastPage.Font = new System.Drawing.Font("Segoe UI", 11F);
|
|
this.rbtnLastPage.ForeColor = System.Drawing.Color.White;
|
|
this.rbtnLastPage.Image = global::NSAnalysis.Properties.Resources.LastPage;
|
|
this.rbtnLastPage.ImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.rbtnLastPage.Location = new System.Drawing.Point(235, 9);
|
|
this.rbtnLastPage.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.rbtnLastPage.Name = "rbtnLastPage";
|
|
this.rbtnLastPage.Size = new System.Drawing.Size(65, 30);
|
|
this.rbtnLastPage.TabIndex = 71;
|
|
this.rbtnLastPage.Text = "末页";
|
|
this.rbtnLastPage.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.rbtnLastPage.Click += new System.EventHandler(this.rbtnLastPage_Click);
|
|
this.rbtnLastPage.MouseLeave += new System.EventHandler(this.btn_MouseLeave);
|
|
this.rbtnLastPage.MouseHover += new System.EventHandler(this.btn_MouseHover);
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnLastPage.GetChildAt(0))).Image = global::NSAnalysis.Properties.Resources.LastPage;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnLastPage.GetChildAt(0))).ImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnLastPage.GetChildAt(0))).TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnLastPage.GetChildAt(0))).DisplayStyle = Telerik.WinControls.DisplayStyle.ImageAndText;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnLastPage.GetChildAt(0))).Text = "末页";
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnLastPage.GetChildAt(0).GetChildAt(2))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(186)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnLastPage.GetChildAt(0).GetChildAt(2))).InnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnLastPage.GetChildAt(0).GetChildAt(2))).InnerColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnLastPage.GetChildAt(0).GetChildAt(2))).InnerColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnLastPage.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.Transparent;
|
|
//
|
|
// rbtnPrevPage
|
|
//
|
|
this.rbtnPrevPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.rbtnPrevPage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
this.rbtnPrevPage.Font = new System.Drawing.Font("Segoe UI", 11F);
|
|
this.rbtnPrevPage.ForeColor = System.Drawing.Color.White;
|
|
this.rbtnPrevPage.Image = global::NSAnalysis.Properties.Resources.PrevPage;
|
|
this.rbtnPrevPage.Location = new System.Drawing.Point(73, 8);
|
|
this.rbtnPrevPage.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.rbtnPrevPage.Name = "rbtnPrevPage";
|
|
this.rbtnPrevPage.Size = new System.Drawing.Size(75, 30);
|
|
this.rbtnPrevPage.TabIndex = 69;
|
|
this.rbtnPrevPage.Text = "上一页";
|
|
this.rbtnPrevPage.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.rbtnPrevPage.Click += new System.EventHandler(this.rbtnPrevPage_Click);
|
|
this.rbtnPrevPage.MouseLeave += new System.EventHandler(this.btn_MouseLeave);
|
|
this.rbtnPrevPage.MouseHover += new System.EventHandler(this.btn_MouseHover);
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnPrevPage.GetChildAt(0))).Image = global::NSAnalysis.Properties.Resources.PrevPage;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnPrevPage.GetChildAt(0))).ImageAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnPrevPage.GetChildAt(0))).TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnPrevPage.GetChildAt(0))).DisplayStyle = Telerik.WinControls.DisplayStyle.ImageAndText;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnPrevPage.GetChildAt(0))).Text = "上一页";
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnPrevPage.GetChildAt(0).GetChildAt(2))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(186)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnPrevPage.GetChildAt(0).GetChildAt(2))).InnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnPrevPage.GetChildAt(0).GetChildAt(2))).InnerColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnPrevPage.GetChildAt(0).GetChildAt(2))).InnerColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnPrevPage.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.Transparent;
|
|
//
|
|
// rbtnNextPage
|
|
//
|
|
this.rbtnNextPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.rbtnNextPage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
this.rbtnNextPage.Font = new System.Drawing.Font("Segoe UI", 11F);
|
|
this.rbtnNextPage.ForeColor = System.Drawing.Color.White;
|
|
this.rbtnNextPage.Image = global::NSAnalysis.Properties.Resources.NextPage;
|
|
this.rbtnNextPage.ImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.rbtnNextPage.Location = new System.Drawing.Point(154, 8);
|
|
this.rbtnNextPage.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.rbtnNextPage.Name = "rbtnNextPage";
|
|
this.rbtnNextPage.Size = new System.Drawing.Size(75, 30);
|
|
this.rbtnNextPage.TabIndex = 70;
|
|
this.rbtnNextPage.Text = "下一页";
|
|
this.rbtnNextPage.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.rbtnNextPage.Click += new System.EventHandler(this.rbtnNextPage_Click);
|
|
this.rbtnNextPage.MouseLeave += new System.EventHandler(this.btn_MouseLeave);
|
|
this.rbtnNextPage.MouseHover += new System.EventHandler(this.btn_MouseHover);
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnNextPage.GetChildAt(0))).Image = global::NSAnalysis.Properties.Resources.NextPage;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnNextPage.GetChildAt(0))).ImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnNextPage.GetChildAt(0))).TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnNextPage.GetChildAt(0))).DisplayStyle = Telerik.WinControls.DisplayStyle.ImageAndText;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnNextPage.GetChildAt(0))).Text = "下一页";
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnNextPage.GetChildAt(0).GetChildAt(2))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(186)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnNextPage.GetChildAt(0).GetChildAt(2))).InnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnNextPage.GetChildAt(0).GetChildAt(2))).InnerColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnNextPage.GetChildAt(0).GetChildAt(2))).InnerColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnNextPage.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.Transparent;
|
|
//
|
|
// 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", 11F);
|
|
this.label3.ForeColor = System.Drawing.Color.White;
|
|
this.label3.Location = new System.Drawing.Point(631, 13);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(89, 20);
|
|
this.label3.TabIndex = 75;
|
|
this.label3.Text = "每页条数:";
|
|
//
|
|
// labSumRecorders
|
|
//
|
|
this.labSumRecorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.labSumRecorders.AutoSize = true;
|
|
this.labSumRecorders.Font = new System.Drawing.Font("Segoe UI", 11F);
|
|
this.labSumRecorders.ForeColor = System.Drawing.Color.White;
|
|
this.labSumRecorders.Location = new System.Drawing.Point(504, 13);
|
|
this.labSumRecorders.Name = "labSumRecorders";
|
|
this.labSumRecorders.Size = new System.Drawing.Size(121, 20);
|
|
this.labSumRecorders.TabIndex = 74;
|
|
this.labSumRecorders.Text = "总共 12234 记录";
|
|
//
|
|
// labSumPages
|
|
//
|
|
this.labSumPages.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.labSumPages.AutoSize = true;
|
|
this.labSumPages.Font = new System.Drawing.Font("Segoe UI", 11F);
|
|
this.labSumPages.ForeColor = System.Drawing.Color.White;
|
|
this.labSumPages.Location = new System.Drawing.Point(306, 13);
|
|
this.labSumPages.Name = "labSumPages";
|
|
this.labSumPages.Size = new System.Drawing.Size(81, 20);
|
|
this.labSumPages.TabIndex = 73;
|
|
this.labSumPages.Text = "共 1234 页";
|
|
//
|
|
// labCurrentPage
|
|
//
|
|
this.labCurrentPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.labCurrentPage.AutoSize = true;
|
|
this.labCurrentPage.Font = new System.Drawing.Font("Segoe UI", 11F);
|
|
this.labCurrentPage.ForeColor = System.Drawing.Color.White;
|
|
this.labCurrentPage.Location = new System.Drawing.Point(393, 13);
|
|
this.labCurrentPage.Name = "labCurrentPage";
|
|
this.labCurrentPage.Size = new System.Drawing.Size(105, 20);
|
|
this.labCurrentPage.TabIndex = 72;
|
|
this.labCurrentPage.Text = "当前页:1223";
|
|
//
|
|
// labSearchResult
|
|
//
|
|
this.labSearchResult.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.labSearchResult.AutoSize = true;
|
|
this.labSearchResult.BackColor = System.Drawing.Color.Transparent;
|
|
this.labSearchResult.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.labSearchResult.ForeColor = System.Drawing.Color.Red;
|
|
this.labSearchResult.Location = new System.Drawing.Point(273, 365);
|
|
this.labSearchResult.Name = "labSearchResult";
|
|
this.labSearchResult.Size = new System.Drawing.Size(452, 21);
|
|
this.labSearchResult.TabIndex = 176;
|
|
this.labSearchResult.Text = "查询完毕,未查询到任何结果,请检查查询条件是否正确!";
|
|
this.labSearchResult.Visible = false;
|
|
//
|
|
// radGroupBox1
|
|
//
|
|
this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
|
|
this.radGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.radGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
this.radGroupBox1.Controls.Add(this.rbtnExportCSVReport);
|
|
this.radGroupBox1.Controls.Add(this.rtbPartID);
|
|
this.radGroupBox1.Controls.Add(this.rbtSelectFPY);
|
|
this.radGroupBox1.Controls.Add(this.chartFPYLine);
|
|
this.radGroupBox1.Controls.Add(this.rdtpStartTime);
|
|
this.radGroupBox1.Controls.Add(this.rdtpEndTime);
|
|
this.radGroupBox1.Controls.Add(this.rbtnSearchMeaserData);
|
|
this.radGroupBox1.Controls.Add(this.radLabel15);
|
|
this.radGroupBox1.Controls.Add(this.radLabel1);
|
|
this.radGroupBox1.Controls.Add(this.radLabel11);
|
|
this.radGroupBox1.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.radGroupBox1.ForeColor = System.Drawing.Color.White;
|
|
this.radGroupBox1.HeaderText = "查询条件";
|
|
this.radGroupBox1.Location = new System.Drawing.Point(3, 3);
|
|
this.radGroupBox1.Name = "radGroupBox1";
|
|
this.radGroupBox1.Size = new System.Drawing.Size(1491, 108);
|
|
this.radGroupBox1.TabIndex = 20;
|
|
this.radGroupBox1.Text = "查询条件";
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.radGroupBox1.GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(158)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(0).GetChildAt(1))).GradientStyle = Telerik.WinControls.GradientStyles.Solid;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(0).GetChildAt(1))).InnerColor = System.Drawing.Color.Black;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(0).GetChildAt(1))).InnerColor2 = System.Drawing.Color.Transparent;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(0).GetChildAt(1))).InnerColor3 = System.Drawing.Color.Transparent;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(0).GetChildAt(1))).InnerColor4 = System.Drawing.Color.Transparent;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(0).GetChildAt(1))).ForeColor = System.Drawing.Color.Black;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(0).GetChildAt(1))).CustomFontSize = 10F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(0).GetChildAt(1))).Opacity = 0.3D;
|
|
((Telerik.WinControls.UI.GroupBoxHeader)(this.radGroupBox1.GetChildAt(0).GetChildAt(1))).BackColor = System.Drawing.Color.Aqua;
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(1).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(1).GetChildAt(0))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.None;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(1).GetChildAt(1))).BackColor = System.Drawing.Color.Black;
|
|
//
|
|
// rbtnExportCSVReport
|
|
//
|
|
this.rbtnExportCSVReport.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.rbtnExportCSVReport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
this.rbtnExportCSVReport.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.rbtnExportCSVReport.ForeColor = System.Drawing.Color.White;
|
|
this.rbtnExportCSVReport.Image = global::NSAnalysis.Properties.Resources.export;
|
|
this.rbtnExportCSVReport.Location = new System.Drawing.Point(1105, 29);
|
|
this.rbtnExportCSVReport.Name = "rbtnExportCSVReport";
|
|
this.rbtnExportCSVReport.Size = new System.Drawing.Size(144, 40);
|
|
this.rbtnExportCSVReport.TabIndex = 8;
|
|
this.rbtnExportCSVReport.Text = "导出CSV报告";
|
|
this.rbtnExportCSVReport.Click += new System.EventHandler(this.rbtnExportCSVReport_Click);
|
|
this.rbtnExportCSVReport.MouseLeave += new System.EventHandler(this.btn_MouseLeave);
|
|
this.rbtnExportCSVReport.MouseHover += new System.EventHandler(this.btn_MouseHover);
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnExportCSVReport.GetChildAt(0))).Image = global::NSAnalysis.Properties.Resources.export;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnExportCSVReport.GetChildAt(0))).Text = "导出CSV报告";
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnExportCSVReport.GetChildAt(0).GetChildAt(2))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(186)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnExportCSVReport.GetChildAt(0).GetChildAt(2))).InnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnExportCSVReport.GetChildAt(0).GetChildAt(2))).InnerColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnExportCSVReport.GetChildAt(0).GetChildAt(2))).InnerColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnExportCSVReport.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(186)))));
|
|
//
|
|
// rtbPartID
|
|
//
|
|
this.rtbPartID.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.rtbPartID.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
this.rtbPartID.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.rtbPartID.ForeColor = System.Drawing.Color.White;
|
|
this.rtbPartID.Location = new System.Drawing.Point(91, 36);
|
|
this.rtbPartID.MaxLength = 50;
|
|
this.rtbPartID.Name = "rtbPartID";
|
|
this.rtbPartID.Size = new System.Drawing.Size(192, 27);
|
|
this.rtbPartID.TabIndex = 1;
|
|
((Telerik.WinControls.UI.RadTextBoxElement)(this.rtbPartID.GetChildAt(0))).Text = "";
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbPartID.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
//
|
|
// rbtSelectFPY
|
|
//
|
|
this.rbtSelectFPY.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.rbtSelectFPY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
this.rbtSelectFPY.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.rbtSelectFPY.ForeColor = System.Drawing.Color.White;
|
|
this.rbtSelectFPY.Image = global::NSAnalysis.Properties.Resources.search16;
|
|
this.rbtSelectFPY.Location = new System.Drawing.Point(1263, 29);
|
|
this.rbtSelectFPY.Name = "rbtSelectFPY";
|
|
this.rbtSelectFPY.Size = new System.Drawing.Size(146, 40);
|
|
this.rbtSelectFPY.TabIndex = 8;
|
|
this.rbtSelectFPY.Text = "查询合格率";
|
|
this.rbtSelectFPY.Visible = false;
|
|
this.rbtSelectFPY.Click += new System.EventHandler(this.rbtSelectFPY_Click);
|
|
this.rbtSelectFPY.MouseLeave += new System.EventHandler(this.btn_MouseLeave);
|
|
this.rbtSelectFPY.MouseHover += new System.EventHandler(this.btn_MouseHover);
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtSelectFPY.GetChildAt(0))).Image = global::NSAnalysis.Properties.Resources.search16;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtSelectFPY.GetChildAt(0))).Text = "查询合格率";
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtSelectFPY.GetChildAt(0).GetChildAt(2))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(186)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtSelectFPY.GetChildAt(0).GetChildAt(2))).InnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtSelectFPY.GetChildAt(0).GetChildAt(2))).InnerColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtSelectFPY.GetChildAt(0).GetChildAt(2))).InnerColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtSelectFPY.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(186)))));
|
|
//
|
|
// chartFPYLine
|
|
//
|
|
this.chartFPYLine.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.chartFPYLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
chartArea1.AxisX.LabelStyle.ForeColor = System.Drawing.Color.White;
|
|
chartArea1.AxisX.LineColor = System.Drawing.Color.White;
|
|
chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.White;
|
|
chartArea1.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.NotSet;
|
|
chartArea1.AxisX.MajorTickMark.LineColor = System.Drawing.Color.White;
|
|
chartArea1.AxisX.MinorGrid.LineColor = System.Drawing.Color.White;
|
|
chartArea1.AxisX.MinorTickMark.LineColor = System.Drawing.Color.White;
|
|
chartArea1.AxisX.TitleForeColor = System.Drawing.Color.White;
|
|
chartArea1.AxisY.LabelStyle.ForeColor = System.Drawing.Color.White;
|
|
chartArea1.AxisY.LineColor = System.Drawing.Color.White;
|
|
chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.White;
|
|
chartArea1.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
|
|
chartArea1.AxisY.MajorTickMark.LineColor = System.Drawing.Color.White;
|
|
chartArea1.AxisY.MinorGrid.LineColor = System.Drawing.Color.White;
|
|
chartArea1.AxisY.MinorTickMark.LineColor = System.Drawing.Color.White;
|
|
chartArea1.AxisY.TitleForeColor = System.Drawing.Color.White;
|
|
chartArea1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
chartArea1.Name = "ChartArea1";
|
|
this.chartFPYLine.ChartAreas.Add(chartArea1);
|
|
this.chartFPYLine.Location = new System.Drawing.Point(1434, 29);
|
|
this.chartFPYLine.Name = "chartFPYLine";
|
|
series1.BorderWidth = 3;
|
|
series1.ChartArea = "ChartArea1";
|
|
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
|
|
series1.Color = System.Drawing.Color.Lime;
|
|
series1.MarkerSize = 9;
|
|
series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
|
|
series1.Name = "Series1";
|
|
this.chartFPYLine.Series.Add(series1);
|
|
this.chartFPYLine.Size = new System.Drawing.Size(49, 48);
|
|
this.chartFPYLine.TabIndex = 77;
|
|
this.chartFPYLine.Text = "chartFPY";
|
|
title1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
title1.ForeColor = System.Drawing.Color.White;
|
|
title1.Name = "Title1";
|
|
title1.Text = "合格率";
|
|
this.chartFPYLine.Titles.Add(title1);
|
|
this.chartFPYLine.Visible = false;
|
|
//
|
|
// rdtpStartTime
|
|
//
|
|
this.rdtpStartTime.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.rdtpStartTime.AutoSize = false;
|
|
this.rdtpStartTime.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.rdtpStartTime.ForeColor = System.Drawing.Color.White;
|
|
this.rdtpStartTime.Location = new System.Drawing.Point(431, 34);
|
|
this.rdtpStartTime.MinDate = new System.DateTime(2020, 1, 1, 0, 0, 0, 0);
|
|
this.rdtpStartTime.MinimumSize = new System.Drawing.Size(140, 27);
|
|
this.rdtpStartTime.Name = "rdtpStartTime";
|
|
//
|
|
//
|
|
//
|
|
this.rdtpStartTime.RootElement.MinSize = new System.Drawing.Size(140, 27);
|
|
this.rdtpStartTime.Size = new System.Drawing.Size(140, 30);
|
|
this.rdtpStartTime.TabIndex = 39;
|
|
this.rdtpStartTime.TabStop = false;
|
|
this.rdtpStartTime.Text = "2020年5月1日";
|
|
this.rdtpStartTime.Value = new System.DateTime(2020, 5, 1, 0, 0, 0, 0);
|
|
((Telerik.WinControls.UI.RadDateTimePickerElement)(this.rdtpStartTime.GetChildAt(0))).BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadDateTimePickerElement)(this.rdtpStartTime.GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(0))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(0))).BackColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(0))).BackColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(1))).LeftColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(1))).TopColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(1))).RightColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(1))).BottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(1))).ForeColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(1))).ForeColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(1))).ForeColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(1))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(1))).InnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(1))).InnerColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(1))).InnerColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.StackLayoutElement)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2))).BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.StackLayoutElement)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2))).BorderInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.StackLayoutElement)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2))).BorderInnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.StackLayoutElement)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.StackLayoutElement)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2))).BackColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.StackLayoutElement)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2))).BorderLeftColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.StackLayoutElement)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2))).BorderBottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.StackLayoutElement)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2))).BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadCheckBoxElement)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(0))).BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadCheckmark)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1).GetChildAt(1))).BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1).GetChildAt(1).GetChildAt(0))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1).GetChildAt(1).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1).GetChildAt(1).GetChildAt(1))).BottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1).GetChildAt(1).GetChildAt(1))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1).GetChildAt(1).GetChildAt(1))).InnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1).GetChildAt(1).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.CheckPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1).GetChildAt(1).GetChildAt(2))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(2))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadMaskedEditBoxElement)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(1))).Text = "2020年5月1日";
|
|
((Telerik.WinControls.UI.RadMaskedEditBoxElement)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(1))).BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadMaskedEditBoxElement)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
((Telerik.WinControls.UI.RadMaskedEditBoxElement)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(1))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadTextBoxItem)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(0))).BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(1))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(1))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(1))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.None;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(2))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(2))).InnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.LightVisualButtonElement)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(3).GetChildAt(0))).BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.LightVisualButtonElement)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(3).GetChildAt(0))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.LightVisualButtonElement)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(3).GetChildAt(0))).BackColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.LightVisualButtonElement)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(3).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.LightVisualButtonElement)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(3).GetChildAt(0))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(0))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(0))).BackColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(0))).BackColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1))).ForeColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1))).ForeColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1))).ForeColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1))).InnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1))).InnerColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1))).InnerColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpStartTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
//
|
|
// rdtpEndTime
|
|
//
|
|
this.rdtpEndTime.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.rdtpEndTime.AutoSize = false;
|
|
this.rdtpEndTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
this.rdtpEndTime.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.rdtpEndTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
this.rdtpEndTime.Location = new System.Drawing.Point(701, 34);
|
|
this.rdtpEndTime.MinDate = new System.DateTime(2023, 6, 1, 0, 0, 0, 0);
|
|
this.rdtpEndTime.MinimumSize = new System.Drawing.Size(140, 27);
|
|
this.rdtpEndTime.Name = "rdtpEndTime";
|
|
//
|
|
//
|
|
//
|
|
this.rdtpEndTime.RootElement.MinSize = new System.Drawing.Size(140, 27);
|
|
this.rdtpEndTime.Size = new System.Drawing.Size(140, 30);
|
|
this.rdtpEndTime.TabIndex = 38;
|
|
this.rdtpEndTime.TabStop = false;
|
|
this.rdtpEndTime.Text = "2023年6月1日";
|
|
this.rdtpEndTime.Value = new System.DateTime(2023, 6, 1, 0, 0, 0, 0);
|
|
((Telerik.WinControls.UI.RadDateTimePickerElement)(this.rdtpEndTime.GetChildAt(0))).BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadDateTimePickerElement)(this.rdtpEndTime.GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(0))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(0))).BackColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(0))).BackColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(1))).LeftColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(1))).TopColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(1))).RightColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(1))).BottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(1))).ForeColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(1))).ForeColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(1))).ForeColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(1))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(1))).InnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(1))).InnerColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(1))).InnerColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.StackLayoutElement)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2))).BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.StackLayoutElement)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2))).BorderInnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.StackLayoutElement)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2))).BorderInnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.StackLayoutElement)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.StackLayoutElement)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2))).BackColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.StackLayoutElement)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2))).BorderLeftColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.StackLayoutElement)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2))).BorderBottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.StackLayoutElement)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2))).BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadCheckBoxElement)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(0))).BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadCheckmark)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1).GetChildAt(1))).BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1).GetChildAt(1).GetChildAt(0))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1).GetChildAt(1).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1).GetChildAt(1).GetChildAt(1))).BottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1).GetChildAt(1).GetChildAt(1))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1).GetChildAt(1).GetChildAt(1))).InnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1).GetChildAt(1).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.CheckPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(1).GetChildAt(1).GetChildAt(2))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(2))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadMaskedEditBoxElement)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(1))).Text = "2023年6月1日";
|
|
((Telerik.WinControls.UI.RadMaskedEditBoxElement)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(1))).BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadMaskedEditBoxElement)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
((Telerik.WinControls.UI.RadMaskedEditBoxElement)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(1))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.RadTextBoxItem)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(0))).BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(1))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(1))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(1))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.None;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(2))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(2))).InnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.LightVisualButtonElement)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(3).GetChildAt(0))).BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.LightVisualButtonElement)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(3).GetChildAt(0))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.LightVisualButtonElement)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(3).GetChildAt(0))).BackColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.LightVisualButtonElement)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(3).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.UI.LightVisualButtonElement)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(1).GetChildAt(3).GetChildAt(0))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(0))).BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(0))).BackColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(0))).BackColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1))).ForeColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1))).ForeColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1))).ForeColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1))).InnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1))).InnerColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1))).InnerColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rdtpEndTime.GetChildAt(0).GetChildAt(2).GetChildAt(2).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
//
|
|
// rbtnSearchMeaserData
|
|
//
|
|
this.rbtnSearchMeaserData.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.rbtnSearchMeaserData.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
this.rbtnSearchMeaserData.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.rbtnSearchMeaserData.ForeColor = System.Drawing.Color.White;
|
|
this.rbtnSearchMeaserData.Image = global::NSAnalysis.Properties.Resources.search16;
|
|
this.rbtnSearchMeaserData.Location = new System.Drawing.Point(952, 29);
|
|
this.rbtnSearchMeaserData.Name = "rbtnSearchMeaserData";
|
|
this.rbtnSearchMeaserData.Size = new System.Drawing.Size(139, 40);
|
|
this.rbtnSearchMeaserData.TabIndex = 7;
|
|
this.rbtnSearchMeaserData.Text = "查询报告";
|
|
this.rbtnSearchMeaserData.Click += new System.EventHandler(this.rbtnSearchMeaserData_Click);
|
|
this.rbtnSearchMeaserData.MouseLeave += new System.EventHandler(this.btn_MouseLeave);
|
|
this.rbtnSearchMeaserData.MouseHover += new System.EventHandler(this.btn_MouseHover);
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnSearchMeaserData.GetChildAt(0))).Image = global::NSAnalysis.Properties.Resources.search16;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rbtnSearchMeaserData.GetChildAt(0))).Text = "查询报告";
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnSearchMeaserData.GetChildAt(0).GetChildAt(2))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(186)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnSearchMeaserData.GetChildAt(0).GetChildAt(2))).InnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnSearchMeaserData.GetChildAt(0).GetChildAt(2))).InnerColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnSearchMeaserData.GetChildAt(0).GetChildAt(2))).InnerColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rbtnSearchMeaserData.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(186)))));
|
|
//
|
|
// radLabel15
|
|
//
|
|
this.radLabel15.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.radLabel15.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.radLabel15.ForeColor = System.Drawing.Color.White;
|
|
this.radLabel15.Location = new System.Drawing.Point(605, 37);
|
|
this.radLabel15.Name = "radLabel15";
|
|
this.radLabel15.Size = new System.Drawing.Size(94, 25);
|
|
this.radLabel15.TabIndex = 36;
|
|
this.radLabel15.Text = "结束时间:";
|
|
//
|
|
// radLabel1
|
|
//
|
|
this.radLabel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.radLabel1.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.radLabel1.ForeColor = System.Drawing.Color.White;
|
|
this.radLabel1.Location = new System.Drawing.Point(335, 37);
|
|
this.radLabel1.Name = "radLabel1";
|
|
this.radLabel1.Size = new System.Drawing.Size(94, 25);
|
|
this.radLabel1.TabIndex = 34;
|
|
this.radLabel1.Text = "开始时间:";
|
|
//
|
|
// radLabel11
|
|
//
|
|
this.radLabel11.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.radLabel11.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.radLabel11.ForeColor = System.Drawing.Color.White;
|
|
this.radLabel11.Location = new System.Drawing.Point(0, 37);
|
|
this.radLabel11.Name = "radLabel11";
|
|
this.radLabel11.Size = new System.Drawing.Size(94, 25);
|
|
this.radLabel11.TabIndex = 28;
|
|
this.radLabel11.Text = "车身编号:";
|
|
//
|
|
// dgvSelectMeasureData
|
|
//
|
|
this.dgvSelectMeasureData.AllowUserToAddRows = false;
|
|
this.dgvSelectMeasureData.AllowUserToDeleteRows = false;
|
|
this.dgvSelectMeasureData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.dgvSelectMeasureData.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
this.dgvSelectMeasureData.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.dgvSelectMeasureData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dgvSelectMeasureData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
|
this.dgvSelectMeasureData.ColumnHeadersHeight = 37;
|
|
this.dgvSelectMeasureData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Column2,
|
|
this.Model,
|
|
this.dataGridViewTextBoxColumn1,
|
|
this.dataGridViewTextBoxColumn2,
|
|
this.dataGridViewTextBoxColumn3,
|
|
this.dataGridViewTextBoxColumn4,
|
|
this.dataGridViewTextBoxColumn5,
|
|
this.dataGridViewTextBoxColumn6,
|
|
this.MeasureItemResult,
|
|
this.dataGridViewTextBoxColumn7});
|
|
this.dgvSelectMeasureData.EnableHeadersVisualStyles = false;
|
|
this.dgvSelectMeasureData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(181)))), ((int)(((byte)(200)))));
|
|
this.dgvSelectMeasureData.Location = new System.Drawing.Point(3, 117);
|
|
this.dgvSelectMeasureData.Name = "dgvSelectMeasureData";
|
|
this.dgvSelectMeasureData.ReadOnly = true;
|
|
this.dgvSelectMeasureData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(186)))));
|
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dgvSelectMeasureData.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
|
|
this.dgvSelectMeasureData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(186)))));
|
|
this.dgvSelectMeasureData.RowsDefaultCellStyle = dataGridViewCellStyle6;
|
|
this.dgvSelectMeasureData.RowTemplate.Height = 37;
|
|
this.dgvSelectMeasureData.Size = new System.Drawing.Size(1483, 566);
|
|
this.dgvSelectMeasureData.TabIndex = 174;
|
|
this.dgvSelectMeasureData.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dgvSelectMeasureData_RowStateChanged);
|
|
//
|
|
// Column2
|
|
//
|
|
this.Column2.DataPropertyName = "ProductNum";
|
|
this.Column2.HeaderText = "车身编号";
|
|
this.Column2.Name = "Column2";
|
|
this.Column2.ReadOnly = true;
|
|
this.Column2.Width = 170;
|
|
//
|
|
// Model
|
|
//
|
|
this.Model.DataPropertyName = "Model";
|
|
this.Model.HeaderText = "车型";
|
|
this.Model.Name = "Model";
|
|
this.Model.ReadOnly = true;
|
|
//
|
|
// dataGridViewTextBoxColumn1
|
|
//
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "PointName";
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "测量点名称";
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// dataGridViewTextBoxColumn2
|
|
//
|
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "DimensionName";
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "尺寸名";
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.dataGridViewTextBoxColumn2.Width = 80;
|
|
//
|
|
// dataGridViewTextBoxColumn3
|
|
//
|
|
this.dataGridViewTextBoxColumn3.DataPropertyName = "NominalValue";
|
|
this.dataGridViewTextBoxColumn3.HeaderText = "理论值";
|
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
this.dataGridViewTextBoxColumn3.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// dataGridViewTextBoxColumn4
|
|
//
|
|
this.dataGridViewTextBoxColumn4.DataPropertyName = "LowerLimit";
|
|
this.dataGridViewTextBoxColumn4.HeaderText = "下公差";
|
|
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
this.dataGridViewTextBoxColumn4.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// dataGridViewTextBoxColumn5
|
|
//
|
|
this.dataGridViewTextBoxColumn5.DataPropertyName = "UpperLimit";
|
|
this.dataGridViewTextBoxColumn5.HeaderText = "上公差";
|
|
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
this.dataGridViewTextBoxColumn5.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// dataGridViewTextBoxColumn6
|
|
//
|
|
this.dataGridViewTextBoxColumn6.DataPropertyName = "DimensionValue";
|
|
this.dataGridViewTextBoxColumn6.HeaderText = "实测值";
|
|
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
this.dataGridViewTextBoxColumn6.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// MeasureItemResult
|
|
//
|
|
this.MeasureItemResult.DataPropertyName = "Classification";
|
|
this.MeasureItemResult.HeaderText = "结果";
|
|
this.MeasureItemResult.Name = "MeasureItemResult";
|
|
this.MeasureItemResult.ReadOnly = true;
|
|
//
|
|
// dataGridViewTextBoxColumn7
|
|
//
|
|
this.dataGridViewTextBoxColumn7.DataPropertyName = "MeasureDateTime";
|
|
this.dataGridViewTextBoxColumn7.HeaderText = "测量时间";
|
|
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
|
|
this.dataGridViewTextBoxColumn7.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn7.Width = 190;
|
|
//
|
|
// dgvFPYResult
|
|
//
|
|
this.dgvFPYResult.AllowUserToAddRows = false;
|
|
this.dgvFPYResult.AllowUserToDeleteRows = false;
|
|
this.dgvFPYResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.dgvFPYResult.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
this.dgvFPYResult.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.dgvFPYResult.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dgvFPYResult.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
|
|
this.dgvFPYResult.ColumnHeadersHeight = 37;
|
|
this.dgvFPYResult.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dataGridViewTextBoxColumn9,
|
|
this.dataGridViewTextBoxColumn10,
|
|
this.dataGridViewTextBoxColumn11,
|
|
this.dataGridViewTextBoxColumn12,
|
|
this.dataGridViewTextBoxColumn13,
|
|
this.dataGridViewTextBoxColumn14,
|
|
this.dataGridViewTextBoxColumn16,
|
|
this.SMResult});
|
|
this.dgvFPYResult.EnableHeadersVisualStyles = false;
|
|
this.dgvFPYResult.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(181)))), ((int)(((byte)(200)))));
|
|
this.dgvFPYResult.Location = new System.Drawing.Point(3, 117);
|
|
this.dgvFPYResult.Name = "dgvFPYResult";
|
|
this.dgvFPYResult.ReadOnly = true;
|
|
this.dgvFPYResult.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(186)))));
|
|
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dgvFPYResult.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
|
|
this.dgvFPYResult.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
|
|
dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(186)))));
|
|
this.dgvFPYResult.RowsDefaultCellStyle = dataGridViewCellStyle9;
|
|
this.dgvFPYResult.RowTemplate.Height = 37;
|
|
this.dgvFPYResult.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvFPYResult.Size = new System.Drawing.Size(1487, 566);
|
|
this.dgvFPYResult.TabIndex = 175;
|
|
this.dgvFPYResult.Visible = false;
|
|
this.dgvFPYResult.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dgvFPYResult_RowStateChanged);
|
|
//
|
|
// dataGridViewTextBoxColumn9
|
|
//
|
|
this.dataGridViewTextBoxColumn9.DataPropertyName = "CarID";
|
|
this.dataGridViewTextBoxColumn9.HeaderText = "车身编号";
|
|
this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
|
|
this.dataGridViewTextBoxColumn9.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn9.Width = 200;
|
|
//
|
|
// dataGridViewTextBoxColumn10
|
|
//
|
|
this.dataGridViewTextBoxColumn10.DataPropertyName = "SumMeasureItems";
|
|
this.dataGridViewTextBoxColumn10.HeaderText = "总测量项";
|
|
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
|
|
this.dataGridViewTextBoxColumn10.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn10.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// dataGridViewTextBoxColumn11
|
|
//
|
|
this.dataGridViewTextBoxColumn11.DataPropertyName = "GoodMeasureItems";
|
|
this.dataGridViewTextBoxColumn11.HeaderText = "合格测量项";
|
|
this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
|
|
this.dataGridViewTextBoxColumn11.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn11.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// dataGridViewTextBoxColumn12
|
|
//
|
|
this.dataGridViewTextBoxColumn12.DataPropertyName = "NoGoodMeasureItems";
|
|
this.dataGridViewTextBoxColumn12.HeaderText = "不合格测量项";
|
|
this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
|
|
this.dataGridViewTextBoxColumn12.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn12.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.dataGridViewTextBoxColumn12.Width = 110;
|
|
//
|
|
// dataGridViewTextBoxColumn13
|
|
//
|
|
this.dataGridViewTextBoxColumn13.DataPropertyName = "RejectMeasureItems";
|
|
this.dataGridViewTextBoxColumn13.HeaderText = "异常测量项";
|
|
this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
|
|
this.dataGridViewTextBoxColumn13.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn13.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// dataGridViewTextBoxColumn14
|
|
//
|
|
this.dataGridViewTextBoxColumn14.DataPropertyName = "FPY";
|
|
this.dataGridViewTextBoxColumn14.HeaderText = "合格率";
|
|
this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
|
|
this.dataGridViewTextBoxColumn14.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn14.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// dataGridViewTextBoxColumn16
|
|
//
|
|
this.dataGridViewTextBoxColumn16.DataPropertyName = "MeasureDate";
|
|
this.dataGridViewTextBoxColumn16.HeaderText = "测量时间";
|
|
this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
|
|
this.dataGridViewTextBoxColumn16.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn16.Width = 190;
|
|
//
|
|
// SMResult
|
|
//
|
|
this.SMResult.DataPropertyName = "Result";
|
|
this.SMResult.HeaderText = "结果";
|
|
this.SMResult.Name = "SMResult";
|
|
this.SMResult.ReadOnly = true;
|
|
this.SMResult.Width = 50;
|
|
//
|
|
// rpvpSetup
|
|
//
|
|
this.rpvpSetup.Controls.Add(this.lpcToleranceSetup);
|
|
this.rpvpSetup.Controls.Add(this.lpcShowLog);
|
|
this.rpvpSetup.Controls.Add(this.lpcSoftwareSetup);
|
|
this.rpvpSetup.Controls.Add(this.lpcAboutSoftware);
|
|
this.rpvpSetup.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.rpvpSetup.Image = ((System.Drawing.Image)(resources.GetObject("rpvpSetup.Image")));
|
|
this.rpvpSetup.ItemSize = new System.Drawing.SizeF(46F, 46F);
|
|
this.rpvpSetup.Location = new System.Drawing.Point(49, 35);
|
|
this.rpvpSetup.Name = "rpvpSetup";
|
|
this.rpvpSetup.Size = new System.Drawing.Size(1493, 734);
|
|
this.rpvpSetup.Text = " 软件设置";
|
|
//
|
|
// lpcToleranceSetup
|
|
//
|
|
this.lpcToleranceSetup.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
this.lpcToleranceSetup.Font = new System.Drawing.Font("Segoe UI", 9.75F);
|
|
this.lpcToleranceSetup.ForeColor = System.Drawing.Color.White;
|
|
this.lpcToleranceSetup.LabelPoint = new System.Drawing.Point(3, 59);
|
|
this.lpcToleranceSetup.LabelText = "文件分发设置";
|
|
this.lpcToleranceSetup.LabelTopImage = global::NSAnalysis.Properties.Resources.Config;
|
|
this.lpcToleranceSetup.Location = new System.Drawing.Point(166, 37);
|
|
this.lpcToleranceSetup.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.lpcToleranceSetup.Name = "lpcToleranceSetup";
|
|
this.lpcToleranceSetup.Size = new System.Drawing.Size(113, 85);
|
|
this.lpcToleranceSetup.TabIndex = 458;
|
|
//
|
|
// lpcShowLog
|
|
//
|
|
this.lpcShowLog.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
this.lpcShowLog.Font = new System.Drawing.Font("Segoe UI", 9.75F);
|
|
this.lpcShowLog.ForeColor = System.Drawing.Color.White;
|
|
this.lpcShowLog.LabelPoint = new System.Drawing.Point(2, 59);
|
|
this.lpcShowLog.LabelText = "显示LOG";
|
|
this.lpcShowLog.LabelTopImage = global::NSAnalysis.Properties.Resources.LOG;
|
|
this.lpcShowLog.Location = new System.Drawing.Point(322, 37);
|
|
this.lpcShowLog.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.lpcShowLog.Name = "lpcShowLog";
|
|
this.lpcShowLog.Size = new System.Drawing.Size(86, 85);
|
|
this.lpcShowLog.TabIndex = 456;
|
|
this.lpcShowLog.Click += new System.EventHandler(this.lpcShowLog_Click);
|
|
//
|
|
// lpcSoftwareSetup
|
|
//
|
|
this.lpcSoftwareSetup.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
this.lpcSoftwareSetup.Font = new System.Drawing.Font("Segoe UI", 9.75F);
|
|
this.lpcSoftwareSetup.ForeColor = System.Drawing.Color.White;
|
|
this.lpcSoftwareSetup.LabelPoint = new System.Drawing.Point(3, 59);
|
|
this.lpcSoftwareSetup.LabelText = "软件设置";
|
|
this.lpcSoftwareSetup.LabelTopImage = global::NSAnalysis.Properties.Resources.setupgreen32;
|
|
this.lpcSoftwareSetup.Location = new System.Drawing.Point(37, 37);
|
|
this.lpcSoftwareSetup.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.lpcSoftwareSetup.Name = "lpcSoftwareSetup";
|
|
this.lpcSoftwareSetup.Size = new System.Drawing.Size(86, 85);
|
|
this.lpcSoftwareSetup.TabIndex = 453;
|
|
this.lpcSoftwareSetup.Click += new System.EventHandler(this.lpcSoftwareSetup_Click);
|
|
//
|
|
// lpcAboutSoftware
|
|
//
|
|
this.lpcAboutSoftware.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
this.lpcAboutSoftware.Font = new System.Drawing.Font("Segoe UI", 9.75F);
|
|
this.lpcAboutSoftware.ForeColor = System.Drawing.Color.White;
|
|
this.lpcAboutSoftware.LabelPoint = new System.Drawing.Point(2, 59);
|
|
this.lpcAboutSoftware.LabelText = "关于软件";
|
|
this.lpcAboutSoftware.LabelTopImage = global::NSAnalysis.Properties.Resources.About32;
|
|
this.lpcAboutSoftware.Location = new System.Drawing.Point(451, 37);
|
|
this.lpcAboutSoftware.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.lpcAboutSoftware.Name = "lpcAboutSoftware";
|
|
this.lpcAboutSoftware.Size = new System.Drawing.Size(86, 85);
|
|
this.lpcAboutSoftware.TabIndex = 450;
|
|
this.lpcAboutSoftware.Click += new System.EventHandler(this.lpcAboutSoftware_Click);
|
|
//
|
|
// tmSystem
|
|
//
|
|
this.tmSystem.Enabled = true;
|
|
this.tmSystem.Interval = 1000;
|
|
this.tmSystem.Tick += new System.EventHandler(this.tmSystem_Tick);
|
|
//
|
|
// FormMain
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
|
|
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(1548, 864);
|
|
this.Controls.Add(this.RPV);
|
|
this.Controls.Add(this.radStatusStrip1);
|
|
this.Controls.Add(this.radTitleBar1);
|
|
this.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ForeColor = System.Drawing.Color.White;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "FormMain";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "海克斯康间隙面差分析系统";
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormMain_FormClosed);
|
|
this.Load += new System.EventHandler(this.FormMain_Load);
|
|
this.Shown += new System.EventHandler(this.FormMain_Shown);
|
|
this.Resize += new System.EventHandler(this.FormMain_Resize);
|
|
((System.ComponentModel.ISupportInitialize)(this.radTitleBar1)).EndInit();
|
|
this.radTitleBar1.ResumeLayout(false);
|
|
this.radTitleBar1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.RPV)).EndInit();
|
|
this.RPV.ResumeLayout(false);
|
|
this.rpvpAnalysis.ResumeLayout(false);
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox4.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvMeasureContent)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.rpvpSearch.ResumeLayout(false);
|
|
this.rpvpSearch.PerformLayout();
|
|
this.pnlPage.ResumeLayout(false);
|
|
this.pnlPage.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.rddlPageRecorderCount)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rbtnFirtstPage)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rbtnLastPage)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rbtnPrevPage)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rbtnNextPage)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
|
|
this.radGroupBox1.ResumeLayout(false);
|
|
this.radGroupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.rbtnExportCSVReport)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rtbPartID)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rbtSelectFPY)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chartFPYLine)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rdtpStartTime)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rdtpEndTime)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rbtnSearchMeaserData)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel15)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel11)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvSelectMeasureData)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvFPYResult)).EndInit();
|
|
this.rpvpSetup.ResumeLayout(false);
|
|
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 Telerik.WinControls.UI.RadStatusStrip radStatusStrip1;
|
|
private Telerik.WinControls.UI.RadLabelElement rleTimeText;
|
|
private Telerik.WinControls.UI.RadLabelElement rleTime;
|
|
private Telerik.WinControls.UI.CommandBarSeparator commandBarSeparator3;
|
|
private Telerik.WinControls.UI.RadLabelElement rleMessageText;
|
|
public Telerik.WinControls.UI.RadLabelElement rleMessage;
|
|
public Telerik.WinControls.UI.RadPageView RPV;
|
|
public Telerik.WinControls.UI.RadPageViewPage rpvpAnalysis;
|
|
public Telerik.WinControls.UI.RadPageViewPage rpvpSetup;
|
|
private Telerik.WinControls.UI.RadPageViewPage rpvpSearch;
|
|
private Telerik.WinControls.UI.RadGroupBox radGroupBox1;
|
|
private Telerik.WinControls.UI.RadDateTimePicker rdtpStartTime;
|
|
private Telerik.WinControls.UI.RadDateTimePicker rdtpEndTime;
|
|
private Telerik.WinControls.UI.RadButton rbtnSearchMeaserData;
|
|
private Telerik.WinControls.UI.RadLabel radLabel15;
|
|
private Telerik.WinControls.UI.RadLabel radLabel1;
|
|
private Telerik.WinControls.UI.RadTextBox rtbPartID;
|
|
private Telerik.WinControls.UI.RadLabel radLabel11;
|
|
private Telerik.WinControls.UI.RadButton rbtnExportCSVReport;
|
|
private System.Windows.Forms.DataVisualization.Charting.Chart chartFPYLine;
|
|
private System.Windows.Forms.Timer tmSystem;
|
|
public System.Windows.Forms.DataGridView dgvSelectMeasureData;
|
|
public System.Windows.Forms.DataGridView dgvFPYResult;
|
|
private Telerik.WinControls.UI.RadButton rbtSelectFPY;
|
|
private LabPictureControl lpcAboutSoftware;
|
|
private System.Windows.Forms.Label labSearchResult;
|
|
private System.Windows.Forms.Panel pnlPage;
|
|
private Telerik.WinControls.UI.RadButton rbtnFirtstPage;
|
|
private Telerik.WinControls.UI.RadButton rbtnLastPage;
|
|
private Telerik.WinControls.UI.RadButton rbtnPrevPage;
|
|
private Telerik.WinControls.UI.RadDropDownList rddlPageRecorderCount;
|
|
private Telerik.WinControls.UI.RadButton rbtnNextPage;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label labSumRecorders;
|
|
private System.Windows.Forms.Label labSumPages;
|
|
private System.Windows.Forms.Label labCurrentPage;
|
|
private Telerik.WinControls.UI.CommandBarSeparator commandBarSeparator4;
|
|
private Telerik.WinControls.UI.RadLabelElement radLabelElement2;
|
|
private Telerik.WinControls.UI.RadLabelElement rleReadCSVStatus;
|
|
private LabPictureControl lpcShowLog;
|
|
private LabPictureControl lpcSoftwareSetup;
|
|
private LabPictureControl lpcToleranceSetup;
|
|
private System.Windows.Forms.Label labCarType;
|
|
private System.Windows.Forms.Label label24;
|
|
private System.Windows.Forms.ListBox lbCSVFiles;
|
|
private System.Windows.Forms.Label labSumMeasureCount_L;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label labRejectCount_L;
|
|
private System.Windows.Forms.Label labVIN;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label labOKCount_L;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label labNGCount_L;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label labMeaTime_L;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
public System.Windows.Forms.DataGridView dgvMeasureContent;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn SMResult;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn PointName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn DimensionName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn NormalVal;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn LowerTolVal;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn UpperTolVal;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn MeasureValue;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn MeasureDateTime;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Classification;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Model;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn MeasureItemResult;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
|
|
}
|
|
}
|