523 lines
36 KiB
C#
523 lines
36 KiB
C#
namespace NSAnalysis
|
|
{
|
|
partial class FRangeSetup
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FRangeSetup));
|
|
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();
|
|
this.radTitleBar1 = new Telerik.WinControls.UI.RadTitleBar();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.labTitle = new System.Windows.Forms.Label();
|
|
this.dgvTolList = new System.Windows.Forms.DataGridView();
|
|
this.radGroupBox7 = new Telerik.WinControls.UI.RadGroupBox();
|
|
this.rtbnSearch = new Telerik.WinControls.UI.RadButton();
|
|
this.rtbDimensionName = new Telerik.WinControls.UI.RadTextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.rtbMesPointName = new Telerik.WinControls.UI.RadTextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.rtbCarModel = new Telerik.WinControls.UI.RadTextBox();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
|
|
this.dataGridViewImageColumn2 = new System.Windows.Forms.DataGridViewImageColumn();
|
|
this.lpcAddTol = new UserControlClass.LabPictureControl();
|
|
this.labSearchResult = new System.Windows.Forms.Label();
|
|
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.CarType = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.MeasurePointName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.DimensionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.TolLower = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.TolUpper = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.CNCEdit = new System.Windows.Forms.DataGridViewImageColumn();
|
|
this.CNCDelete = new System.Windows.Forms.DataGridViewImageColumn();
|
|
((System.ComponentModel.ISupportInitialize)(this.radTitleBar1)).BeginInit();
|
|
this.radTitleBar1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvTolList)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radGroupBox7)).BeginInit();
|
|
this.radGroupBox7.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.rtbnSearch)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rtbDimensionName)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rtbMesPointName)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rtbCarModel)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// radTitleBar1
|
|
//
|
|
this.radTitleBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.radTitleBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
|
this.radTitleBar1.Controls.Add(this.label2);
|
|
this.radTitleBar1.Controls.Add(this.labTitle);
|
|
this.radTitleBar1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.radTitleBar1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
|
this.radTitleBar1.Location = new System.Drawing.Point(1, 1);
|
|
this.radTitleBar1.Name = "radTitleBar1";
|
|
//
|
|
//
|
|
//
|
|
this.radTitleBar1.RootElement.ApplyShapeToControl = true;
|
|
this.radTitleBar1.RootElement.BorderHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
|
this.radTitleBar1.Size = new System.Drawing.Size(930, 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(367, -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(409, 8);
|
|
this.labTitle.Name = "labTitle";
|
|
this.labTitle.Size = new System.Drawing.Size(107, 25);
|
|
this.labTitle.TabIndex = 0;
|
|
this.labTitle.Text = "极差带设置";
|
|
//
|
|
// dgvTolList
|
|
//
|
|
this.dgvTolList.AllowUserToAddRows = false;
|
|
this.dgvTolList.AllowUserToDeleteRows = false;
|
|
this.dgvTolList.AllowUserToOrderColumns = true;
|
|
this.dgvTolList.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.dgvTolList.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
this.dgvTolList.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
this.dgvTolList.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.dgvTolList.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", 11F);
|
|
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.dgvTolList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dgvTolList.ColumnHeadersHeight = 40;
|
|
this.dgvTolList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Id,
|
|
this.CarType,
|
|
this.MeasurePointName,
|
|
this.DimensionName,
|
|
this.TolLower,
|
|
this.TolUpper,
|
|
this.Remark,
|
|
this.CNCEdit,
|
|
this.CNCDelete});
|
|
this.dgvTolList.EnableHeadersVisualStyles = false;
|
|
this.dgvTolList.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(181)))), ((int)(((byte)(200)))));
|
|
this.dgvTolList.Location = new System.Drawing.Point(22, 153);
|
|
this.dgvTolList.Name = "dgvTolList";
|
|
this.dgvTolList.ReadOnly = true;
|
|
this.dgvTolList.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", 11F);
|
|
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.dgvTolList.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
this.dgvTolList.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", 9.75F);
|
|
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(186)))));
|
|
this.dgvTolList.RowsDefaultCellStyle = dataGridViewCellStyle3;
|
|
this.dgvTolList.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Segoe UI", 11F);
|
|
this.dgvTolList.RowTemplate.Height = 40;
|
|
this.dgvTolList.Size = new System.Drawing.Size(887, 775);
|
|
this.dgvTolList.TabIndex = 17;
|
|
this.dgvTolList.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvTolList_CellContentClick);
|
|
this.dgvTolList.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dgvTolList_RowStateChanged);
|
|
//
|
|
// radGroupBox7
|
|
//
|
|
this.radGroupBox7.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
|
|
this.radGroupBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.radGroupBox7.Controls.Add(this.rtbnSearch);
|
|
this.radGroupBox7.Controls.Add(this.rtbDimensionName);
|
|
this.radGroupBox7.Controls.Add(this.label3);
|
|
this.radGroupBox7.Controls.Add(this.rtbMesPointName);
|
|
this.radGroupBox7.Controls.Add(this.label1);
|
|
this.radGroupBox7.Controls.Add(this.rtbCarModel);
|
|
this.radGroupBox7.Controls.Add(this.label15);
|
|
this.radGroupBox7.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.radGroupBox7.HeaderAlignment = Telerik.WinControls.UI.HeaderAlignment.Center;
|
|
this.radGroupBox7.HeaderText = "查询条件";
|
|
this.radGroupBox7.Location = new System.Drawing.Point(160, 51);
|
|
this.radGroupBox7.Name = "radGroupBox7";
|
|
//
|
|
//
|
|
//
|
|
this.radGroupBox7.RootElement.ShadowDepth = 2;
|
|
this.radGroupBox7.Size = new System.Drawing.Size(749, 94);
|
|
this.radGroupBox7.TabIndex = 456;
|
|
this.radGroupBox7.Text = "查询条件";
|
|
((Telerik.WinControls.UI.RadGroupBoxElement)(this.radGroupBox7.GetChildAt(0))).HeaderAlignment = Telerik.WinControls.UI.HeaderAlignment.Center;
|
|
((Telerik.WinControls.UI.GroupBoxContent)(this.radGroupBox7.GetChildAt(0).GetChildAt(0))).Opacity = 1D;
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.radGroupBox7.GetChildAt(0).GetChildAt(0).GetChildAt(0))).BackColor2 = System.Drawing.Color.Transparent;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radGroupBox7.GetChildAt(0).GetChildAt(0).GetChildAt(1))).Width = 1F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radGroupBox7.GetChildAt(0).GetChildAt(0).GetChildAt(1))).BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radGroupBox7.GetChildAt(0).GetChildAt(0).GetChildAt(1))).GradientStyle = Telerik.WinControls.GradientStyles.Solid;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radGroupBox7.GetChildAt(0).GetChildAt(0).GetChildAt(1))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radGroupBox7.GetChildAt(0).GetChildAt(0).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
|
((Telerik.WinControls.UI.GroupBoxHeader)(this.radGroupBox7.GetChildAt(0).GetChildAt(1))).GroupBoxStyle = Telerik.WinControls.UI.RadGroupBoxStyle.Standard;
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.radGroupBox7.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ForeColor = System.Drawing.Color.White;
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.radGroupBox7.GetChildAt(0).GetChildAt(1).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
((Telerik.WinControls.Primitives.FillPrimitive)(this.radGroupBox7.GetChildAt(0).GetChildAt(1).GetChildAt(0))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.None;
|
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.radGroupBox7.GetChildAt(0).GetChildAt(1).GetChildAt(2).GetChildAt(1))).Text = "查询条件";
|
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.radGroupBox7.GetChildAt(0).GetChildAt(1).GetChildAt(2).GetChildAt(1))).LineLimit = false;
|
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.radGroupBox7.GetChildAt(0).GetChildAt(1).GetChildAt(2).GetChildAt(1))).ForeColor = System.Drawing.Color.White;
|
|
((Telerik.WinControls.Primitives.TextPrimitive)(this.radGroupBox7.GetChildAt(0).GetChildAt(1).GetChildAt(2).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radGroupBox7.GetChildAt(0).GetChildAt(2).GetChildAt(1))).BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
|
|
//
|
|
// rtbnSearch
|
|
//
|
|
this.rtbnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
this.rtbnSearch.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.rtbnSearch.ForeColor = System.Drawing.Color.White;
|
|
this.rtbnSearch.Location = new System.Drawing.Point(626, 28);
|
|
this.rtbnSearch.Name = "rtbnSearch";
|
|
this.rtbnSearch.Size = new System.Drawing.Size(88, 51);
|
|
this.rtbnSearch.TabIndex = 461;
|
|
this.rtbnSearch.Text = "查询";
|
|
this.rtbnSearch.Click += new System.EventHandler(this.rtbnSearch_Click);
|
|
this.rtbnSearch.MouseLeave += new System.EventHandler(this.btn_MouseLeave);
|
|
this.rtbnSearch.MouseHover += new System.EventHandler(this.btn_MouseHover);
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rtbnSearch.GetChildAt(0))).Text = "查询";
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rtbnSearch.GetChildAt(0))).FocusBorderWidth = 5;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rtbnSearch.GetChildAt(0))).EnableHighlight = true;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rtbnSearch.GetChildAt(0))).EnableBorderHighlight = true;
|
|
((Telerik.WinControls.UI.RadButtonElement)(this.rtbnSearch.GetChildAt(0))).BorderHighlightThickness = 3;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbnSearch.GetChildAt(0).GetChildAt(2))).Width = 2F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbnSearch.GetChildAt(0).GetChildAt(2))).LeftWidth = 3F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbnSearch.GetChildAt(0).GetChildAt(2))).TopWidth = 3F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbnSearch.GetChildAt(0).GetChildAt(2))).RightWidth = 3F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbnSearch.GetChildAt(0).GetChildAt(2))).BottomWidth = 3F;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbnSearch.GetChildAt(0).GetChildAt(2))).BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbnSearch.GetChildAt(0).GetChildAt(2))).GradientStyle = Telerik.WinControls.GradientStyles.Solid;
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbnSearch.GetChildAt(0).GetChildAt(2))).ForeColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(186)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbnSearch.GetChildAt(0).GetChildAt(2))).InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(186)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbnSearch.GetChildAt(0).GetChildAt(2))).InnerColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbnSearch.GetChildAt(0).GetChildAt(2))).InnerColor3 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbnSearch.GetChildAt(0).GetChildAt(2))).InnerColor4 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(48)))));
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbnSearch.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(151)))), ((int)(((byte)(186)))));
|
|
//
|
|
// rtbDimensionName
|
|
//
|
|
this.rtbDimensionName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
this.rtbDimensionName.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.rtbDimensionName.ForeColor = System.Drawing.Color.White;
|
|
this.rtbDimensionName.Location = new System.Drawing.Point(443, 51);
|
|
this.rtbDimensionName.Name = "rtbDimensionName";
|
|
this.rtbDimensionName.ReadOnly = true;
|
|
this.rtbDimensionName.Size = new System.Drawing.Size(140, 27);
|
|
this.rtbDimensionName.TabIndex = 460;
|
|
this.rtbDimensionName.Text = "G";
|
|
this.rtbDimensionName.Visible = false;
|
|
((Telerik.WinControls.UI.RadTextBoxElement)(this.rtbDimensionName.GetChildAt(0))).Text = "G";
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbDimensionName.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.label3.ForeColor = System.Drawing.Color.White;
|
|
this.label3.Location = new System.Drawing.Point(443, 27);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(95, 21);
|
|
this.label3.TabIndex = 459;
|
|
this.label3.Text = "尺寸名称:";
|
|
this.label3.Visible = false;
|
|
//
|
|
// rtbMesPointName
|
|
//
|
|
this.rtbMesPointName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
this.rtbMesPointName.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.rtbMesPointName.ForeColor = System.Drawing.Color.White;
|
|
this.rtbMesPointName.Location = new System.Drawing.Point(237, 52);
|
|
this.rtbMesPointName.Name = "rtbMesPointName";
|
|
this.rtbMesPointName.Size = new System.Drawing.Size(140, 27);
|
|
this.rtbMesPointName.TabIndex = 458;
|
|
((Telerik.WinControls.UI.RadTextBoxElement)(this.rtbMesPointName.GetChildAt(0))).Text = "";
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbMesPointName.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
this.label1.Location = new System.Drawing.Point(233, 28);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(129, 21);
|
|
this.label1.TabIndex = 457;
|
|
this.label1.Text = "测量点位名称:";
|
|
//
|
|
// rtbCarModel
|
|
//
|
|
this.rtbCarModel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
this.rtbCarModel.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.rtbCarModel.ForeColor = System.Drawing.Color.White;
|
|
this.rtbCarModel.Location = new System.Drawing.Point(42, 52);
|
|
this.rtbCarModel.Name = "rtbCarModel";
|
|
this.rtbCarModel.Size = new System.Drawing.Size(140, 27);
|
|
this.rtbCarModel.TabIndex = 456;
|
|
((Telerik.WinControls.UI.RadTextBoxElement)(this.rtbCarModel.GetChildAt(0))).Text = "";
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rtbCarModel.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.label15.ForeColor = System.Drawing.Color.White;
|
|
this.label15.Location = new System.Drawing.Point(42, 28);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(95, 21);
|
|
this.label15.TabIndex = 455;
|
|
this.label15.Text = "车身类型:";
|
|
//
|
|
// dataGridViewImageColumn1
|
|
//
|
|
this.dataGridViewImageColumn1.HeaderText = "修改";
|
|
this.dataGridViewImageColumn1.Image = ((System.Drawing.Image)(resources.GetObject("dataGridViewImageColumn1.Image")));
|
|
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
|
|
this.dataGridViewImageColumn1.ReadOnly = true;
|
|
this.dataGridViewImageColumn1.ToolTipText = "点击修改机床信息";
|
|
this.dataGridViewImageColumn1.Width = 45;
|
|
//
|
|
// dataGridViewImageColumn2
|
|
//
|
|
this.dataGridViewImageColumn2.HeaderText = "删除";
|
|
this.dataGridViewImageColumn2.Image = ((System.Drawing.Image)(resources.GetObject("dataGridViewImageColumn2.Image")));
|
|
this.dataGridViewImageColumn2.Name = "dataGridViewImageColumn2";
|
|
this.dataGridViewImageColumn2.ReadOnly = true;
|
|
this.dataGridViewImageColumn2.ToolTipText = "点击删除机床信息";
|
|
this.dataGridViewImageColumn2.Width = 45;
|
|
//
|
|
// lpcAddTol
|
|
//
|
|
this.lpcAddTol.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
|
|
this.lpcAddTol.Font = new System.Drawing.Font("Segoe UI", 9.75F);
|
|
this.lpcAddTol.ForeColor = System.Drawing.Color.White;
|
|
this.lpcAddTol.LabelPoint = new System.Drawing.Point(2, 59);
|
|
this.lpcAddTol.LabelText = "添加公差带";
|
|
this.lpcAddTol.LabelTopImage = global::NSAnalysis.Properties.Resources.add_32;
|
|
this.lpcAddTol.Location = new System.Drawing.Point(22, 60);
|
|
this.lpcAddTol.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.lpcAddTol.Name = "lpcAddTol";
|
|
this.lpcAddTol.Size = new System.Drawing.Size(115, 85);
|
|
this.lpcAddTol.TabIndex = 18;
|
|
this.lpcAddTol.Click += new System.EventHandler(this.lpcAddTol_Click);
|
|
//
|
|
// labSearchResult
|
|
//
|
|
this.labSearchResult.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.labSearchResult.AutoSize = true;
|
|
this.labSearchResult.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(60)))), ((int)(((byte)(68)))));
|
|
this.labSearchResult.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.labSearchResult.ForeColor = System.Drawing.Color.Red;
|
|
this.labSearchResult.Location = new System.Drawing.Point(240, 465);
|
|
this.labSearchResult.Name = "labSearchResult";
|
|
this.labSearchResult.Size = new System.Drawing.Size(452, 21);
|
|
this.labSearchResult.TabIndex = 457;
|
|
this.labSearchResult.Text = "查询完毕,未查询到任何结果,请检查查询条件是否正确!";
|
|
this.labSearchResult.Visible = false;
|
|
//
|
|
// Id
|
|
//
|
|
this.Id.DataPropertyName = "Id";
|
|
this.Id.HeaderText = "Id";
|
|
this.Id.Name = "Id";
|
|
this.Id.ReadOnly = true;
|
|
this.Id.Visible = false;
|
|
this.Id.Width = 46;
|
|
//
|
|
// CarType
|
|
//
|
|
this.CarType.DataPropertyName = "CarType";
|
|
this.CarType.HeaderText = "车身类型";
|
|
this.CarType.Name = "CarType";
|
|
this.CarType.ReadOnly = true;
|
|
this.CarType.Width = 97;
|
|
//
|
|
// MeasurePointName
|
|
//
|
|
this.MeasurePointName.DataPropertyName = "RangeName";
|
|
this.MeasurePointName.HeaderText = "极差编号名称";
|
|
this.MeasurePointName.Name = "MeasurePointName";
|
|
this.MeasurePointName.ReadOnly = true;
|
|
this.MeasurePointName.Width = 129;
|
|
//
|
|
// DimensionName
|
|
//
|
|
this.DimensionName.DataPropertyName = "RangePoint";
|
|
this.DimensionName.HeaderText = "极差包含点位";
|
|
this.DimensionName.Name = "DimensionName";
|
|
this.DimensionName.ReadOnly = true;
|
|
this.DimensionName.Width = 129;
|
|
//
|
|
// TolLower
|
|
//
|
|
this.TolLower.DataPropertyName = "RangeLower";
|
|
this.TolLower.HeaderText = "下限值";
|
|
this.TolLower.Name = "TolLower";
|
|
this.TolLower.ReadOnly = true;
|
|
this.TolLower.Width = 81;
|
|
//
|
|
// TolUpper
|
|
//
|
|
this.TolUpper.DataPropertyName = "RangeUpper";
|
|
this.TolUpper.HeaderText = "上限值";
|
|
this.TolUpper.Name = "TolUpper";
|
|
this.TolUpper.ReadOnly = true;
|
|
this.TolUpper.Width = 81;
|
|
//
|
|
// Remark
|
|
//
|
|
this.Remark.DataPropertyName = "Remark";
|
|
this.Remark.HeaderText = "备注";
|
|
this.Remark.Name = "Remark";
|
|
this.Remark.ReadOnly = true;
|
|
this.Remark.Width = 65;
|
|
//
|
|
// CNCEdit
|
|
//
|
|
this.CNCEdit.HeaderText = "修改";
|
|
this.CNCEdit.Image = ((System.Drawing.Image)(resources.GetObject("CNCEdit.Image")));
|
|
this.CNCEdit.Name = "CNCEdit";
|
|
this.CNCEdit.ReadOnly = true;
|
|
this.CNCEdit.ToolTipText = "点击修改极差信息";
|
|
this.CNCEdit.Width = 46;
|
|
//
|
|
// CNCDelete
|
|
//
|
|
this.CNCDelete.HeaderText = "删除";
|
|
this.CNCDelete.Image = ((System.Drawing.Image)(resources.GetObject("CNCDelete.Image")));
|
|
this.CNCDelete.Name = "CNCDelete";
|
|
this.CNCDelete.ReadOnly = true;
|
|
this.CNCDelete.ToolTipText = "点击删除极差信息";
|
|
this.CNCDelete.Width = 46;
|
|
//
|
|
// FRangeSetup
|
|
//
|
|
this.AcceptButton = this.rtbnSearch;
|
|
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(932, 950);
|
|
this.Controls.Add(this.labSearchResult);
|
|
this.Controls.Add(this.radGroupBox7);
|
|
this.Controls.Add(this.lpcAddTol);
|
|
this.Controls.Add(this.dgvTolList);
|
|
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 = "FRangeSetup";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "极差带设置";
|
|
this.Load += new System.EventHandler(this.FToleranceSetup_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.radTitleBar1)).EndInit();
|
|
this.radTitleBar1.ResumeLayout(false);
|
|
this.radTitleBar1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvTolList)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radGroupBox7)).EndInit();
|
|
this.radGroupBox7.ResumeLayout(false);
|
|
this.radGroupBox7.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.rtbnSearch)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rtbDimensionName)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rtbMesPointName)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rtbCarModel)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Telerik.WinControls.UI.RadTitleBar radTitleBar1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label labTitle;
|
|
private UserControlClass.LabPictureControl lpcAddTol;
|
|
public System.Windows.Forms.DataGridView dgvTolList;
|
|
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
|
|
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn2;
|
|
private Telerik.WinControls.UI.RadGroupBox radGroupBox7;
|
|
private Telerik.WinControls.UI.RadTextBox rtbDimensionName;
|
|
private System.Windows.Forms.Label label3;
|
|
private Telerik.WinControls.UI.RadTextBox rtbMesPointName;
|
|
private System.Windows.Forms.Label label1;
|
|
private Telerik.WinControls.UI.RadTextBox rtbCarModel;
|
|
private System.Windows.Forms.Label label15;
|
|
private Telerik.WinControls.UI.RadButton rtbnSearch;
|
|
private System.Windows.Forms.Label labSearchResult;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CarType;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn MeasurePointName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn DimensionName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn TolLower;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn TolUpper;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Remark;
|
|
private System.Windows.Forms.DataGridViewImageColumn CNCEdit;
|
|
private System.Windows.Forms.DataGridViewImageColumn CNCDelete;
|
|
}
|
|
}
|