geboshi_V1/LeatherProject/LeatherApp/Page/FProductInfo.Designer.cs

1246 lines
84 KiB
C#
Raw Normal View History

2024-03-07 14:03:22 +08:00
namespace LeatherApp.Page
{
partial class FProductInfo
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
2024-07-03 09:33:12 +08:00
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FProductInfo));
2024-03-07 14:03:22 +08:00
this.uiTitlePanel2 = new Sunny.UI.UITitlePanel();
this.tcbarTensionValue = new Sunny.UI.UITrackBar();
2024-03-07 14:03:22 +08:00
this.tcbarGain = new Sunny.UI.UITrackBar();
this.tcbarExposureTime = new Sunny.UI.UITrackBar();
this.tcbarLightValue = new Sunny.UI.UITrackBar();
this.uiLabel9 = new Sunny.UI.UILabel();
this.lblTensionValue = new Sunny.UI.UILabel();
2024-03-07 14:03:22 +08:00
this.lblGain = new Sunny.UI.UILabel();
this.uiLabel4 = new Sunny.UI.UILabel();
this.lblExposureTime = new Sunny.UI.UILabel();
this.uiLabel5 = new Sunny.UI.UILabel();
this.lblLightValue = new Sunny.UI.UILabel();
this.uiLabel6 = new Sunny.UI.UILabel();
this.uiTitlePanel3 = new Sunny.UI.UITitlePanel();
this.cmbModelName = new Sunny.UI.UIComboBox();
this.uiLabel1 = new Sunny.UI.UILabel();
this.uiTitlePanel4 = new Sunny.UI.UITitlePanel();
2024-07-03 09:33:12 +08:00
this.uiNumPadTextBox1 = new Sunny.UI.UINumPadTextBox();
this.uiSwitch1 = new Sunny.UI.UISwitch();
this.uiLabel11 = new Sunny.UI.UILabel();
2024-03-07 14:03:22 +08:00
this.btnDefectOption = new Sunny.UI.UISymbolButton();
this.swcDefectPauseForUser = new Sunny.UI.UISwitch();
this.numDefectCountLimit = new Sunny.UI.UINumPadTextBox();
this.uiLabel10 = new Sunny.UI.UILabel();
this.uiLabel8 = new Sunny.UI.UILabel();
this.numDefectAreaLimit = new Sunny.UI.UINumPadTextBox();
this.uiLabel7 = new Sunny.UI.UILabel();
this.uiTitlePanel5 = new Sunny.UI.UITitlePanel();
this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
2024-07-03 09:33:12 +08:00
this.col_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.col_zxd = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.col_area = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.col_contrast_lower = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.col_contrast_top = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.col_IsOR = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.col_Len = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.col_Cnt = new System.Windows.Forms.DataGridViewTextBoxColumn();
2024-03-07 14:03:22 +08:00
this.uiTitlePanel6 = new Sunny.UI.UITitlePanel();
this.uiDataGridView2 = new Sunny.UI.UIDataGridView();
this.uiPanel1 = new Sunny.UI.UIPanel();
this.uiFlowLayoutPanel1 = new Sunny.UI.UIFlowLayoutPanel();
this.btnSave = new Sunny.UI.UISymbolButton();
this.btnReload = new Sunny.UI.UISymbolButton();
this.uiTitlePanel1 = new Sunny.UI.UITitlePanel();
2024-05-21 14:22:10 +08:00
this.rbMaterial5 = new Sunny.UI.UIRadioButton();
this.rbMaterial4 = new Sunny.UI.UIRadioButton();
this.rbMaterial3 = new Sunny.UI.UIRadioButton();
this.rbMaterial2 = new Sunny.UI.UIRadioButton();
2024-03-07 14:03:22 +08:00
this.rbMaterial1 = new Sunny.UI.UIRadioButton();
this.rbMaterial0 = new Sunny.UI.UIRadioButton();
this.cmbMaterial = new Sunny.UI.UIComboBox();
this.cmbColor = new Sunny.UI.UIComboBox();
this.uiLabel3 = new Sunny.UI.UILabel();
this.uiLabel2 = new Sunny.UI.UILabel();
2024-07-03 09:33:12 +08:00
this.ckIsCut = new Sunny.UI.UICheckBox();
this.btnAddGrade = new Sunny.UI.UISymbolButton();
this.btnDelGrade = new Sunny.UI.UISymbolButton();
this.col2_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.col2_Item = new System.Windows.Forms.DataGridViewComboBoxColumn();
this.col2_1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.col2_2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.col2_3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.col2_4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.col2_5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.col2_6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
2024-03-07 14:03:22 +08:00
this.uiTitlePanel2.SuspendLayout();
this.uiTitlePanel3.SuspendLayout();
this.uiTitlePanel4.SuspendLayout();
this.uiTitlePanel5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
this.uiTitlePanel6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView2)).BeginInit();
this.uiPanel1.SuspendLayout();
this.uiFlowLayoutPanel1.SuspendLayout();
this.uiTitlePanel1.SuspendLayout();
this.SuspendLayout();
//
// uiTitlePanel2
//
this.uiTitlePanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.uiTitlePanel2.Controls.Add(this.tcbarTensionValue);
this.uiTitlePanel2.Controls.Add(this.tcbarGain);
this.uiTitlePanel2.Controls.Add(this.tcbarExposureTime);
this.uiTitlePanel2.Controls.Add(this.tcbarLightValue);
this.uiTitlePanel2.Controls.Add(this.uiLabel9);
this.uiTitlePanel2.Controls.Add(this.lblTensionValue);
this.uiTitlePanel2.Controls.Add(this.lblGain);
this.uiTitlePanel2.Controls.Add(this.uiLabel4);
this.uiTitlePanel2.Controls.Add(this.lblExposureTime);
this.uiTitlePanel2.Controls.Add(this.uiLabel5);
this.uiTitlePanel2.Controls.Add(this.lblLightValue);
this.uiTitlePanel2.Controls.Add(this.uiLabel6);
this.uiTitlePanel2.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(251)))), ((int)(((byte)(250)))));
this.uiTitlePanel2.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(251)))), ((int)(((byte)(250)))));
this.uiTitlePanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTitlePanel2.Location = new System.Drawing.Point(271, 59);
this.uiTitlePanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTitlePanel2.MinimumSize = new System.Drawing.Size(1, 1);
this.uiTitlePanel2.Name = "uiTitlePanel2";
this.uiTitlePanel2.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.uiTitlePanel2.ShowText = false;
this.uiTitlePanel2.Size = new System.Drawing.Size(329, 336);
this.uiTitlePanel2.Style = Sunny.UI.UIStyle.Custom;
this.uiTitlePanel2.TabIndex = 2;
this.uiTitlePanel2.Text = "参数设置";
this.uiTitlePanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiTitlePanel2.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
//
// tcbarTensionValue
//
this.tcbarTensionValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tcbarTensionValue.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tcbarTensionValue.Location = new System.Drawing.Point(14, 292);
this.tcbarTensionValue.Maximum = 999;
this.tcbarTensionValue.MinimumSize = new System.Drawing.Size(1, 1);
this.tcbarTensionValue.Name = "tcbarTensionValue";
this.tcbarTensionValue.Size = new System.Drawing.Size(312, 29);
this.tcbarTensionValue.Style = Sunny.UI.UIStyle.Custom;
this.tcbarTensionValue.TabIndex = 6;
this.tcbarTensionValue.Text = "uiTrackBar1";
this.tcbarTensionValue.Value = 1;
this.tcbarTensionValue.ValueChanged += new System.EventHandler(this.tcbarTensionValue_ValueChanged);
//
2024-03-07 14:03:22 +08:00
// tcbarGain
//
this.tcbarGain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tcbarGain.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tcbarGain.Location = new System.Drawing.Point(14, 221);
this.tcbarGain.Maximum = 999;
this.tcbarGain.MinimumSize = new System.Drawing.Size(1, 1);
this.tcbarGain.Name = "tcbarGain";
this.tcbarGain.Size = new System.Drawing.Size(312, 29);
this.tcbarGain.Style = Sunny.UI.UIStyle.Custom;
this.tcbarGain.TabIndex = 6;
this.tcbarGain.Text = "uiTrackBar1";
this.tcbarGain.Value = 1;
this.tcbarGain.ValueChanged += new System.EventHandler(this.tcbarGainValue_ValueChanged);
//
// tcbarExposureTime
//
this.tcbarExposureTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tcbarExposureTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tcbarExposureTime.Location = new System.Drawing.Point(14, 150);
this.tcbarExposureTime.Maximum = 10000;
this.tcbarExposureTime.Minimum = 3;
this.tcbarExposureTime.MinimumSize = new System.Drawing.Size(1, 1);
this.tcbarExposureTime.Name = "tcbarExposureTime";
this.tcbarExposureTime.Size = new System.Drawing.Size(312, 29);
this.tcbarExposureTime.Style = Sunny.UI.UIStyle.Custom;
this.tcbarExposureTime.TabIndex = 5;
this.tcbarExposureTime.Text = "uiTrackBar1";
this.tcbarExposureTime.Value = 50;
this.tcbarExposureTime.ValueChanged += new System.EventHandler(this.tcbarExposureTime_ValueChanged);
//
// tcbarLightValue
//
this.tcbarLightValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tcbarLightValue.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tcbarLightValue.Location = new System.Drawing.Point(14, 80);
this.tcbarLightValue.Maximum = 255;
this.tcbarLightValue.MinimumSize = new System.Drawing.Size(1, 1);
this.tcbarLightValue.Name = "tcbarLightValue";
this.tcbarLightValue.Size = new System.Drawing.Size(312, 29);
this.tcbarLightValue.Style = Sunny.UI.UIStyle.Custom;
this.tcbarLightValue.TabIndex = 4;
this.tcbarLightValue.Text = "uiTrackBar1";
this.tcbarLightValue.Value = 1;
this.tcbarLightValue.ValueChanged += new System.EventHandler(this.tcbarLightValue_ValueChanged);
//
// uiLabel9
//
this.uiLabel9.AutoSize = true;
this.uiLabel9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel9.Location = new System.Drawing.Point(8, 256);
this.uiLabel9.Name = "uiLabel9";
this.uiLabel9.Size = new System.Drawing.Size(42, 21);
this.uiLabel9.Style = Sunny.UI.UIStyle.Custom;
this.uiLabel9.TabIndex = 0;
this.uiLabel9.Text = "张力";
this.uiLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblTensionValue
//
this.lblTensionValue.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.lblTensionValue.AutoSize = true;
this.lblTensionValue.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTensionValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.lblTensionValue.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.lblTensionValue.Location = new System.Drawing.Point(133, 263);
this.lblTensionValue.Name = "lblTensionValue";
this.lblTensionValue.Size = new System.Drawing.Size(55, 17);
this.lblTensionValue.Style = Sunny.UI.UIStyle.Custom;
this.lblTensionValue.TabIndex = 0;
this.lblTensionValue.Text = "255/255";
this.lblTensionValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
2024-03-07 14:03:22 +08:00
// lblGain
//
this.lblGain.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.lblGain.AutoSize = true;
this.lblGain.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGain.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.lblGain.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.lblGain.Location = new System.Drawing.Point(133, 190);
this.lblGain.Name = "lblGain";
this.lblGain.Size = new System.Drawing.Size(55, 17);
2024-03-07 14:03:22 +08:00
this.lblGain.Style = Sunny.UI.UIStyle.Custom;
this.lblGain.TabIndex = 0;
this.lblGain.Text = "255/255";
this.lblGain.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabel4
//
this.uiLabel4.AutoSize = true;
this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel4.Location = new System.Drawing.Point(8, 185);
this.uiLabel4.Name = "uiLabel4";
this.uiLabel4.Size = new System.Drawing.Size(42, 21);
2024-03-07 14:03:22 +08:00
this.uiLabel4.Style = Sunny.UI.UIStyle.Custom;
this.uiLabel4.TabIndex = 0;
this.uiLabel4.Text = "增益";
this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblExposureTime
//
this.lblExposureTime.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.lblExposureTime.AutoSize = true;
this.lblExposureTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblExposureTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.lblExposureTime.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.lblExposureTime.Location = new System.Drawing.Point(133, 120);
this.lblExposureTime.Name = "lblExposureTime";
this.lblExposureTime.Size = new System.Drawing.Size(55, 17);
2024-03-07 14:03:22 +08:00
this.lblExposureTime.Style = Sunny.UI.UIStyle.Custom;
this.lblExposureTime.TabIndex = 0;
this.lblExposureTime.Text = "255/255";
this.lblExposureTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabel5
//
this.uiLabel5.AutoSize = true;
this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel5.Location = new System.Drawing.Point(8, 114);
this.uiLabel5.Name = "uiLabel5";
this.uiLabel5.Size = new System.Drawing.Size(74, 21);
2024-03-07 14:03:22 +08:00
this.uiLabel5.Style = Sunny.UI.UIStyle.Custom;
this.uiLabel5.TabIndex = 0;
this.uiLabel5.Text = "曝光时长";
this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblLightValue
//
this.lblLightValue.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.lblLightValue.AutoSize = true;
this.lblLightValue.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblLightValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.lblLightValue.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.lblLightValue.Location = new System.Drawing.Point(133, 49);
this.lblLightValue.Name = "lblLightValue";
this.lblLightValue.Size = new System.Drawing.Size(55, 17);
2024-03-07 14:03:22 +08:00
this.lblLightValue.Style = Sunny.UI.UIStyle.Custom;
this.lblLightValue.TabIndex = 0;
this.lblLightValue.Text = "255/255";
this.lblLightValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabel6
//
this.uiLabel6.AutoSize = true;
this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel6.Location = new System.Drawing.Point(8, 44);
this.uiLabel6.Name = "uiLabel6";
this.uiLabel6.Size = new System.Drawing.Size(74, 21);
2024-03-07 14:03:22 +08:00
this.uiLabel6.Style = Sunny.UI.UIStyle.Custom;
this.uiLabel6.TabIndex = 0;
this.uiLabel6.Text = "光源亮度";
this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiTitlePanel3
//
this.uiTitlePanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.uiTitlePanel3.Controls.Add(this.cmbModelName);
this.uiTitlePanel3.Controls.Add(this.uiLabel1);
this.uiTitlePanel3.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(251)))), ((int)(((byte)(250)))));
this.uiTitlePanel3.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(251)))), ((int)(((byte)(250)))));
this.uiTitlePanel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTitlePanel3.Location = new System.Drawing.Point(608, 59);
this.uiTitlePanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTitlePanel3.MinimumSize = new System.Drawing.Size(1, 1);
this.uiTitlePanel3.Name = "uiTitlePanel3";
this.uiTitlePanel3.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.uiTitlePanel3.ShowText = false;
this.uiTitlePanel3.Size = new System.Drawing.Size(243, 336);
this.uiTitlePanel3.Style = Sunny.UI.UIStyle.Custom;
this.uiTitlePanel3.TabIndex = 2;
this.uiTitlePanel3.Text = "算法配置";
this.uiTitlePanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiTitlePanel3.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
//
// cmbModelName
//
this.cmbModelName.DataSource = null;
this.cmbModelName.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
this.cmbModelName.FillColor = System.Drawing.Color.White;
this.cmbModelName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbModelName.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
this.cmbModelName.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.cmbModelName.Location = new System.Drawing.Point(4, 85);
this.cmbModelName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.cmbModelName.MinimumSize = new System.Drawing.Size(63, 0);
this.cmbModelName.Name = "cmbModelName";
this.cmbModelName.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.cmbModelName.Size = new System.Drawing.Size(235, 29);
this.cmbModelName.Style = Sunny.UI.UIStyle.Custom;
this.cmbModelName.TabIndex = 24;
this.cmbModelName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.cmbModelName.Watermark = "";
//
// uiLabel1
//
this.uiLabel1.AutoSize = true;
this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel1.Location = new System.Drawing.Point(5, 44);
this.uiLabel1.Name = "uiLabel1";
this.uiLabel1.Size = new System.Drawing.Size(74, 21);
2024-03-07 14:03:22 +08:00
this.uiLabel1.Style = Sunny.UI.UIStyle.Custom;
this.uiLabel1.TabIndex = 0;
this.uiLabel1.Text = "算法模型";
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiTitlePanel4
//
this.uiTitlePanel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
2024-07-03 09:33:12 +08:00
this.uiTitlePanel4.Controls.Add(this.uiNumPadTextBox1);
this.uiTitlePanel4.Controls.Add(this.uiSwitch1);
this.uiTitlePanel4.Controls.Add(this.uiLabel11);
2024-03-07 14:03:22 +08:00
this.uiTitlePanel4.Controls.Add(this.btnDefectOption);
this.uiTitlePanel4.Controls.Add(this.swcDefectPauseForUser);
this.uiTitlePanel4.Controls.Add(this.numDefectCountLimit);
this.uiTitlePanel4.Controls.Add(this.uiLabel10);
this.uiTitlePanel4.Controls.Add(this.uiLabel8);
this.uiTitlePanel4.Controls.Add(this.numDefectAreaLimit);
this.uiTitlePanel4.Controls.Add(this.uiLabel7);
this.uiTitlePanel4.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(251)))), ((int)(((byte)(250)))));
this.uiTitlePanel4.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(251)))), ((int)(((byte)(250)))));
this.uiTitlePanel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTitlePanel4.Location = new System.Drawing.Point(859, 59);
this.uiTitlePanel4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTitlePanel4.MinimumSize = new System.Drawing.Size(1, 1);
this.uiTitlePanel4.Name = "uiTitlePanel4";
this.uiTitlePanel4.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.uiTitlePanel4.ShowText = false;
this.uiTitlePanel4.Size = new System.Drawing.Size(243, 336);
this.uiTitlePanel4.Style = Sunny.UI.UIStyle.Custom;
this.uiTitlePanel4.TabIndex = 2;
this.uiTitlePanel4.Text = "告警配置";
this.uiTitlePanel4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiTitlePanel4.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
//
2024-07-03 09:33:12 +08:00
// uiNumPadTextBox1
//
this.uiNumPadTextBox1.FillColor = System.Drawing.Color.White;
this.uiNumPadTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiNumPadTextBox1.Location = new System.Drawing.Point(96, 300);
this.uiNumPadTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiNumPadTextBox1.MinimumSize = new System.Drawing.Size(63, 0);
this.uiNumPadTextBox1.Name = "uiNumPadTextBox1";
this.uiNumPadTextBox1.NumPadType = Sunny.UI.NumPadType.Integer;
this.uiNumPadTextBox1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.uiNumPadTextBox1.Size = new System.Drawing.Size(119, 29);
this.uiNumPadTextBox1.Style = Sunny.UI.UIStyle.Custom;
this.uiNumPadTextBox1.TabIndex = 17;
this.uiNumPadTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiNumPadTextBox1.Watermark = "";
//
// uiSwitch1
//
this.uiSwitch1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSwitch1.Location = new System.Drawing.Point(9, 300);
this.uiSwitch1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiSwitch1.Name = "uiSwitch1";
this.uiSwitch1.Size = new System.Drawing.Size(80, 29);
this.uiSwitch1.Style = Sunny.UI.UIStyle.Custom;
this.uiSwitch1.TabIndex = 16;
this.uiSwitch1.Text = "uiSwitch1";
//
// uiLabel11
//
this.uiLabel11.AutoSize = true;
this.uiLabel11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel11.Location = new System.Drawing.Point(3, 263);
this.uiLabel11.Name = "uiLabel11";
this.uiLabel11.Size = new System.Drawing.Size(131, 21);
this.uiLabel11.Style = Sunny.UI.UIStyle.Custom;
this.uiLabel11.TabIndex = 15;
this.uiLabel11.Text = "固定距离暂停(m)";
this.uiLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
2024-03-07 14:03:22 +08:00
// btnDefectOption
//
this.btnDefectOption.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnDefectOption.Enabled = false;
this.btnDefectOption.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnDefectOption.Location = new System.Drawing.Point(96, 221);
this.btnDefectOption.MinimumSize = new System.Drawing.Size(1, 1);
this.btnDefectOption.Name = "btnDefectOption";
this.btnDefectOption.Size = new System.Drawing.Size(30, 29);
this.btnDefectOption.Style = Sunny.UI.UIStyle.Custom;
this.btnDefectOption.Symbol = 61459;
this.btnDefectOption.TabIndex = 14;
this.btnDefectOption.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnDefectOption.Click += new System.EventHandler(this.btnDefectOption_Click);
//
// swcDefectPauseForUser
//
this.swcDefectPauseForUser.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.swcDefectPauseForUser.Location = new System.Drawing.Point(9, 221);
this.swcDefectPauseForUser.MinimumSize = new System.Drawing.Size(1, 1);
this.swcDefectPauseForUser.Name = "swcDefectPauseForUser";
this.swcDefectPauseForUser.Size = new System.Drawing.Size(80, 29);
this.swcDefectPauseForUser.Style = Sunny.UI.UIStyle.Custom;
this.swcDefectPauseForUser.TabIndex = 13;
this.swcDefectPauseForUser.Text = "uiSwitch1";
this.swcDefectPauseForUser.ValueChanged += new Sunny.UI.UISwitch.OnValueChanged(this.swcDefectPauseForUser_ValueChanged);
//
// numDefectCountLimit
//
this.numDefectCountLimit.FillColor = System.Drawing.Color.White;
this.numDefectCountLimit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.numDefectCountLimit.Location = new System.Drawing.Point(9, 150);
this.numDefectCountLimit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.numDefectCountLimit.MinimumSize = new System.Drawing.Size(63, 0);
this.numDefectCountLimit.Name = "numDefectCountLimit";
this.numDefectCountLimit.NumPadType = Sunny.UI.NumPadType.Integer;
this.numDefectCountLimit.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.numDefectCountLimit.Size = new System.Drawing.Size(219, 29);
this.numDefectCountLimit.Style = Sunny.UI.UIStyle.Custom;
this.numDefectCountLimit.TabIndex = 12;
this.numDefectCountLimit.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.numDefectCountLimit.Watermark = "";
//
// uiLabel10
//
this.uiLabel10.AutoSize = true;
this.uiLabel10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel10.Location = new System.Drawing.Point(3, 184);
this.uiLabel10.Name = "uiLabel10";
this.uiLabel10.Size = new System.Drawing.Size(106, 21);
2024-03-07 14:03:22 +08:00
this.uiLabel10.Style = Sunny.UI.UIStyle.Custom;
this.uiLabel10.TabIndex = 0;
this.uiLabel10.Text = "瑕疵二次判断";
this.uiLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabel8
//
this.uiLabel8.AutoSize = true;
this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel8.Location = new System.Drawing.Point(3, 114);
this.uiLabel8.Name = "uiLabel8";
this.uiLabel8.Size = new System.Drawing.Size(138, 21);
2024-03-07 14:03:22 +08:00
this.uiLabel8.Style = Sunny.UI.UIStyle.Custom;
this.uiLabel8.TabIndex = 0;
this.uiLabel8.Text = "每百米瑕疵数上限";
this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// numDefectAreaLimit
//
this.numDefectAreaLimit.FillColor = System.Drawing.Color.White;
this.numDefectAreaLimit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.numDefectAreaLimit.Location = new System.Drawing.Point(9, 80);
this.numDefectAreaLimit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.numDefectAreaLimit.MinimumSize = new System.Drawing.Size(63, 0);
this.numDefectAreaLimit.Name = "numDefectAreaLimit";
this.numDefectAreaLimit.NumPadType = Sunny.UI.NumPadType.Integer;
this.numDefectAreaLimit.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.numDefectAreaLimit.Size = new System.Drawing.Size(219, 29);
this.numDefectAreaLimit.Style = Sunny.UI.UIStyle.Custom;
this.numDefectAreaLimit.TabIndex = 11;
this.numDefectAreaLimit.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.numDefectAreaLimit.Watermark = "";
//
// uiLabel7
//
this.uiLabel7.AutoSize = true;
this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel7.Location = new System.Drawing.Point(3, 44);
this.uiLabel7.Name = "uiLabel7";
this.uiLabel7.Size = new System.Drawing.Size(135, 21);
2024-03-07 14:03:22 +08:00
this.uiLabel7.Style = Sunny.UI.UIStyle.Custom;
this.uiLabel7.TabIndex = 0;
this.uiLabel7.Text = "瑕疵面积(mm^2)";
this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiTitlePanel5
//
this.uiTitlePanel5.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.uiTitlePanel5.Controls.Add(this.uiDataGridView1);
this.uiTitlePanel5.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(251)))), ((int)(((byte)(250)))));
this.uiTitlePanel5.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(251)))), ((int)(((byte)(250)))));
this.uiTitlePanel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTitlePanel5.Location = new System.Drawing.Point(13, 401);
this.uiTitlePanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTitlePanel5.MinimumSize = new System.Drawing.Size(1, 1);
this.uiTitlePanel5.Name = "uiTitlePanel5";
this.uiTitlePanel5.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.uiTitlePanel5.ShowText = false;
this.uiTitlePanel5.Size = new System.Drawing.Size(587, 352);
this.uiTitlePanel5.Style = Sunny.UI.UIStyle.Custom;
this.uiTitlePanel5.TabIndex = 2;
this.uiTitlePanel5.Text = "检测标准设置";
this.uiTitlePanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiTitlePanel5.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
//
// uiDataGridView1
//
2024-07-03 09:33:12 +08:00
dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle12;
2024-03-07 14:03:22 +08:00
this.uiDataGridView1.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.uiDataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.uiDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
2024-07-03 09:33:12 +08:00
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle13.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13;
2024-03-07 14:03:22 +08:00
this.uiDataGridView1.ColumnHeadersHeight = 32;
this.uiDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.uiDataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.col_code,
this.col_zxd,
this.col_area,
this.col_contrast_lower,
this.col_contrast_top,
2024-05-21 14:22:10 +08:00
this.col_IsOR,
this.col_Len,
this.col_Cnt});
2024-07-03 09:33:12 +08:00
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
dataGridViewCellStyle15.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle15;
2024-03-07 14:03:22 +08:00
this.uiDataGridView1.EnableHeadersVisualStyles = false;
this.uiDataGridView1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiDataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
this.uiDataGridView1.Location = new System.Drawing.Point(3, 41);
this.uiDataGridView1.MultiSelect = false;
this.uiDataGridView1.Name = "uiDataGridView1";
2024-07-03 09:33:12 +08:00
dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
dataGridViewCellStyle16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle16.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle16.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle16;
2024-03-07 14:03:22 +08:00
this.uiDataGridView1.RowHeadersWidth = 62;
2024-07-03 09:33:12 +08:00
dataGridViewCellStyle17.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle17.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
dataGridViewCellStyle17.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle17;
2024-03-07 14:03:22 +08:00
this.uiDataGridView1.RowTemplate.Height = 30;
this.uiDataGridView1.SelectedIndex = -1;
this.uiDataGridView1.Size = new System.Drawing.Size(581, 308);
this.uiDataGridView1.Style = Sunny.UI.UIStyle.Custom;
this.uiDataGridView1.TabIndex = 21;
//
2024-07-03 09:33:12 +08:00
// col_code
//
this.col_code.DataPropertyName = "Code";
this.col_code.HeaderText = "code";
this.col_code.MinimumWidth = 8;
this.col_code.Name = "col_code";
this.col_code.ReadOnly = true;
this.col_code.Visible = false;
this.col_code.Width = 150;
//
// col_zxd
//
this.col_zxd.DataPropertyName = "ZXD";
dataGridViewCellStyle14.NullValue = null;
this.col_zxd.DefaultCellStyle = dataGridViewCellStyle14;
this.col_zxd.HeaderText = "置信度";
this.col_zxd.MinimumWidth = 20;
this.col_zxd.Name = "col_zxd";
this.col_zxd.Width = 150;
//
// col_area
//
this.col_area.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.col_area.DataPropertyName = "Area";
this.col_area.HeaderText = "面积(mm^2)";
this.col_area.MinimumWidth = 20;
this.col_area.Name = "col_area";
//
// col_contrast_lower
//
this.col_contrast_lower.DataPropertyName = "Contrast";
this.col_contrast_lower.HeaderText = "对比度(下限)";
this.col_contrast_lower.MinimumWidth = 80;
this.col_contrast_lower.Name = "col_contrast_lower";
this.col_contrast_lower.Width = 120;
//
// col_contrast_top
//
this.col_contrast_top.HeaderText = "对比度(上限)";
this.col_contrast_top.MinimumWidth = 80;
this.col_contrast_top.Name = "col_contrast_top";
this.col_contrast_top.Width = 120;
//
// col_IsOR
//
this.col_IsOR.HeaderText = "或向选择";
this.col_IsOR.MinimumWidth = 8;
this.col_IsOR.Name = "col_IsOR";
this.col_IsOR.Width = 150;
//
// col_Len
//
this.col_Len.HeaderText = "报警长度(m)";
this.col_Len.MinimumWidth = 80;
this.col_Len.Name = "col_Len";
//
// col_Cnt
//
this.col_Cnt.HeaderText = "报警数量";
this.col_Cnt.MinimumWidth = 80;
this.col_Cnt.Name = "col_Cnt";
//
2024-03-07 14:03:22 +08:00
// uiTitlePanel6
//
this.uiTitlePanel6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
2024-07-03 09:33:12 +08:00
this.uiTitlePanel6.Controls.Add(this.btnDelGrade);
this.uiTitlePanel6.Controls.Add(this.btnAddGrade);
this.uiTitlePanel6.Controls.Add(this.ckIsCut);
2024-03-07 14:03:22 +08:00
this.uiTitlePanel6.Controls.Add(this.uiDataGridView2);
this.uiTitlePanel6.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(251)))), ((int)(((byte)(250)))));
this.uiTitlePanel6.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(251)))), ((int)(((byte)(250)))));
this.uiTitlePanel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTitlePanel6.Location = new System.Drawing.Point(608, 401);
this.uiTitlePanel6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTitlePanel6.MinimumSize = new System.Drawing.Size(1, 1);
this.uiTitlePanel6.Name = "uiTitlePanel6";
this.uiTitlePanel6.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.uiTitlePanel6.ShowText = false;
this.uiTitlePanel6.Size = new System.Drawing.Size(494, 352);
this.uiTitlePanel6.Style = Sunny.UI.UIStyle.Custom;
this.uiTitlePanel6.TabIndex = 2;
this.uiTitlePanel6.Text = "等级判定";
this.uiTitlePanel6.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiTitlePanel6.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
//
// uiDataGridView2
//
2024-07-03 09:33:12 +08:00
dataGridViewCellStyle18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.uiDataGridView2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle18;
2024-03-07 14:03:22 +08:00
this.uiDataGridView2.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.uiDataGridView2.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.uiDataGridView2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
2024-07-03 09:33:12 +08:00
dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle19.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.uiDataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle19;
2024-03-07 14:03:22 +08:00
this.uiDataGridView2.ColumnHeadersHeight = 32;
this.uiDataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.uiDataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.col2_code,
2024-07-03 09:33:12 +08:00
this.col2_Item,
2024-03-07 14:03:22 +08:00
this.col2_1,
this.col2_2,
this.col2_3,
this.col2_4,
2024-07-03 09:33:12 +08:00
this.col2_5,
this.col2_6});
dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
dataGridViewCellStyle20.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.uiDataGridView2.DefaultCellStyle = dataGridViewCellStyle20;
2024-03-07 14:03:22 +08:00
this.uiDataGridView2.EnableHeadersVisualStyles = false;
this.uiDataGridView2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiDataGridView2.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
this.uiDataGridView2.Location = new System.Drawing.Point(3, 41);
this.uiDataGridView2.MultiSelect = false;
this.uiDataGridView2.Name = "uiDataGridView2";
2024-07-03 09:33:12 +08:00
dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
dataGridViewCellStyle21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle21.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle21.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle21.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.uiDataGridView2.RowHeadersDefaultCellStyle = dataGridViewCellStyle21;
2024-03-07 14:03:22 +08:00
this.uiDataGridView2.RowHeadersWidth = 62;
2024-07-03 09:33:12 +08:00
dataGridViewCellStyle22.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle22.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle22.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
dataGridViewCellStyle22.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiDataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle22;
2024-03-07 14:03:22 +08:00
this.uiDataGridView2.RowTemplate.Height = 30;
this.uiDataGridView2.SelectedIndex = -1;
2024-07-03 09:33:12 +08:00
this.uiDataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
2024-03-07 14:03:22 +08:00
this.uiDataGridView2.Size = new System.Drawing.Size(488, 308);
this.uiDataGridView2.Style = Sunny.UI.UIStyle.Custom;
this.uiDataGridView2.TabIndex = 22;
//
// uiPanel1
//
this.uiPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.uiPanel1.Controls.Add(this.uiFlowLayoutPanel1);
this.uiPanel1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(251)))), ((int)(((byte)(250)))));
this.uiPanel1.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(251)))), ((int)(((byte)(250)))));
this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiPanel1.Location = new System.Drawing.Point(0, 0);
this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiPanel1.Name = "uiPanel1";
this.uiPanel1.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(190)))), ((int)(((byte)(172)))));
this.uiPanel1.RectSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.uiPanel1.Size = new System.Drawing.Size(1112, 57);
this.uiPanel1.Style = Sunny.UI.UIStyle.Custom;
this.uiPanel1.TabIndex = 3;
this.uiPanel1.Text = null;
this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// uiFlowLayoutPanel1
//
this.uiFlowLayoutPanel1.Controls.Add(this.btnSave);
this.uiFlowLayoutPanel1.Controls.Add(this.btnReload);
this.uiFlowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiFlowLayoutPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiFlowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.uiFlowLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiFlowLayoutPanel1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiFlowLayoutPanel1.Name = "uiFlowLayoutPanel1";
this.uiFlowLayoutPanel1.Padding = new System.Windows.Forms.Padding(2);
this.uiFlowLayoutPanel1.ShowText = false;
this.uiFlowLayoutPanel1.Size = new System.Drawing.Size(1112, 57);
this.uiFlowLayoutPanel1.Style = Sunny.UI.UIStyle.Custom;
this.uiFlowLayoutPanel1.TabIndex = 0;
this.uiFlowLayoutPanel1.Text = "uiFlowLayoutPanel1";
this.uiFlowLayoutPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnSave
//
this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.Location = new System.Drawing.Point(13, 4);
this.btnSave.MinimumSize = new System.Drawing.Size(1, 1);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(109, 47);
this.btnSave.StyleCustomMode = true;
this.btnSave.Symbol = 61639;
this.btnSave.SymbolOffset = new System.Drawing.Point(0, 3);
this.btnSave.SymbolSize = 30;
this.btnSave.TabIndex = 32;
this.btnSave.Text = "保存";
this.btnSave.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnReload
//
this.btnReload.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnReload.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(155)))), ((int)(((byte)(40)))));
this.btnReload.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(155)))), ((int)(((byte)(40)))));
this.btnReload.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(175)))), ((int)(((byte)(83)))));
this.btnReload.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(124)))), ((int)(((byte)(32)))));
this.btnReload.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(124)))), ((int)(((byte)(32)))));
this.btnReload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnReload.LightColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(249)))), ((int)(((byte)(241)))));
this.btnReload.Location = new System.Drawing.Point(134, 5);
this.btnReload.MinimumSize = new System.Drawing.Size(1, 1);
this.btnReload.Name = "btnReload";
this.btnReload.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(155)))), ((int)(((byte)(40)))));
this.btnReload.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(175)))), ((int)(((byte)(83)))));
this.btnReload.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(124)))), ((int)(((byte)(32)))));
this.btnReload.RectSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(124)))), ((int)(((byte)(32)))));
this.btnReload.Size = new System.Drawing.Size(109, 47);
this.btnReload.Style = Sunny.UI.UIStyle.Custom;
this.btnReload.StyleCustomMode = true;
this.btnReload.Symbol = 61473;
this.btnReload.SymbolOffset = new System.Drawing.Point(0, 3);
this.btnReload.SymbolSize = 30;
this.btnReload.TabIndex = 33;
this.btnReload.Text = "刷新";
this.btnReload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnReload.Click += new System.EventHandler(this.btnReload_Click);
//
// uiTitlePanel1
//
2024-05-21 14:22:10 +08:00
this.uiTitlePanel1.Controls.Add(this.rbMaterial5);
this.uiTitlePanel1.Controls.Add(this.rbMaterial4);
this.uiTitlePanel1.Controls.Add(this.rbMaterial3);
this.uiTitlePanel1.Controls.Add(this.rbMaterial2);
2024-03-07 14:03:22 +08:00
this.uiTitlePanel1.Controls.Add(this.rbMaterial1);
this.uiTitlePanel1.Controls.Add(this.rbMaterial0);
this.uiTitlePanel1.Controls.Add(this.cmbMaterial);
this.uiTitlePanel1.Controls.Add(this.cmbColor);
this.uiTitlePanel1.Controls.Add(this.uiLabel3);
this.uiTitlePanel1.Controls.Add(this.uiLabel2);
this.uiTitlePanel1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(251)))), ((int)(((byte)(250)))));
this.uiTitlePanel1.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(251)))), ((int)(((byte)(250)))));
this.uiTitlePanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTitlePanel1.Location = new System.Drawing.Point(13, 59);
this.uiTitlePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTitlePanel1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiTitlePanel1.Name = "uiTitlePanel1";
this.uiTitlePanel1.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.uiTitlePanel1.ShowText = false;
this.uiTitlePanel1.Size = new System.Drawing.Size(250, 336);
this.uiTitlePanel1.Style = Sunny.UI.UIStyle.Custom;
this.uiTitlePanel1.TabIndex = 2;
this.uiTitlePanel1.Text = "产品信息";
this.uiTitlePanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiTitlePanel1.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
//
2024-05-21 14:22:10 +08:00
// rbMaterial5
//
this.rbMaterial5.Cursor = System.Windows.Forms.Cursors.Hand;
this.rbMaterial5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rbMaterial5.Location = new System.Drawing.Point(119, 155);
this.rbMaterial5.MinimumSize = new System.Drawing.Size(1, 1);
this.rbMaterial5.Name = "rbMaterial5";
this.rbMaterial5.Size = new System.Drawing.Size(110, 29);
this.rbMaterial5.TabIndex = 27;
this.rbMaterial5.Text = "细纹理";
this.rbMaterial5.CheckedChanged += new System.EventHandler(this.cmbMaterial_SelectedIndexChanged);
//
// rbMaterial4
//
this.rbMaterial4.Cursor = System.Windows.Forms.Cursors.Hand;
this.rbMaterial4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rbMaterial4.Location = new System.Drawing.Point(10, 155);
this.rbMaterial4.MinimumSize = new System.Drawing.Size(1, 1);
this.rbMaterial4.Name = "rbMaterial4";
this.rbMaterial4.Size = new System.Drawing.Size(85, 29);
this.rbMaterial4.TabIndex = 28;
this.rbMaterial4.Text = "粗纹理";
this.rbMaterial4.CheckedChanged += new System.EventHandler(this.cmbMaterial_SelectedIndexChanged);
//
// rbMaterial3
//
this.rbMaterial3.Cursor = System.Windows.Forms.Cursors.Hand;
this.rbMaterial3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rbMaterial3.Location = new System.Drawing.Point(119, 120);
this.rbMaterial3.MinimumSize = new System.Drawing.Size(1, 1);
this.rbMaterial3.Name = "rbMaterial3";
this.rbMaterial3.Size = new System.Drawing.Size(110, 29);
this.rbMaterial3.TabIndex = 25;
this.rbMaterial3.Text = "大花纹";
this.rbMaterial3.CheckedChanged += new System.EventHandler(this.cmbMaterial_SelectedIndexChanged);
//
// rbMaterial2
//
this.rbMaterial2.Cursor = System.Windows.Forms.Cursors.Hand;
this.rbMaterial2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rbMaterial2.Location = new System.Drawing.Point(10, 120);
this.rbMaterial2.MinimumSize = new System.Drawing.Size(1, 1);
this.rbMaterial2.Name = "rbMaterial2";
this.rbMaterial2.Size = new System.Drawing.Size(85, 29);
this.rbMaterial2.TabIndex = 26;
this.rbMaterial2.Text = "荔枝纹";
this.rbMaterial2.CheckedChanged += new System.EventHandler(this.cmbMaterial_SelectedIndexChanged);
//
2024-03-07 14:03:22 +08:00
// rbMaterial1
//
this.rbMaterial1.Cursor = System.Windows.Forms.Cursors.Hand;
this.rbMaterial1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rbMaterial1.Location = new System.Drawing.Point(119, 85);
this.rbMaterial1.MinimumSize = new System.Drawing.Size(1, 1);
this.rbMaterial1.Name = "rbMaterial1";
this.rbMaterial1.Size = new System.Drawing.Size(110, 29);
this.rbMaterial1.TabIndex = 24;
this.rbMaterial1.Text = "非绒面";
this.rbMaterial1.CheckedChanged += new System.EventHandler(this.cmbMaterial_SelectedIndexChanged);
//
// rbMaterial0
//
this.rbMaterial0.Checked = true;
this.rbMaterial0.Cursor = System.Windows.Forms.Cursors.Hand;
this.rbMaterial0.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rbMaterial0.Location = new System.Drawing.Point(10, 85);
this.rbMaterial0.MinimumSize = new System.Drawing.Size(1, 1);
this.rbMaterial0.Name = "rbMaterial0";
this.rbMaterial0.Size = new System.Drawing.Size(85, 29);
this.rbMaterial0.TabIndex = 24;
this.rbMaterial0.Text = "绒面";
this.rbMaterial0.CheckedChanged += new System.EventHandler(this.cmbMaterial_SelectedIndexChanged);
//
// cmbMaterial
//
this.cmbMaterial.DataSource = null;
this.cmbMaterial.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
this.cmbMaterial.FillColor = System.Drawing.Color.White;
this.cmbMaterial.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbMaterial.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
this.cmbMaterial.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
2024-05-21 14:22:10 +08:00
this.cmbMaterial.Location = new System.Drawing.Point(10, 294);
2024-03-07 14:03:22 +08:00
this.cmbMaterial.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.cmbMaterial.MinimumSize = new System.Drawing.Size(63, 0);
this.cmbMaterial.Name = "cmbMaterial";
this.cmbMaterial.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.cmbMaterial.Size = new System.Drawing.Size(220, 29);
this.cmbMaterial.Style = Sunny.UI.UIStyle.Custom;
this.cmbMaterial.TabIndex = 23;
this.cmbMaterial.Text = "uiComboBox1";
this.cmbMaterial.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.cmbMaterial.Visible = false;
this.cmbMaterial.Watermark = "";
this.cmbMaterial.SelectedIndexChanged += new System.EventHandler(this.cmbMaterial_SelectedIndexChanged);
//
// cmbColor
//
this.cmbColor.DataSource = null;
this.cmbColor.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
this.cmbColor.FillColor = System.Drawing.Color.White;
this.cmbColor.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbColor.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
this.cmbColor.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
2024-05-21 14:22:10 +08:00
this.cmbColor.Location = new System.Drawing.Point(9, 231);
2024-03-07 14:03:22 +08:00
this.cmbColor.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.cmbColor.MinimumSize = new System.Drawing.Size(63, 0);
this.cmbColor.Name = "cmbColor";
this.cmbColor.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.cmbColor.Size = new System.Drawing.Size(220, 29);
this.cmbColor.Style = Sunny.UI.UIStyle.Custom;
this.cmbColor.TabIndex = 22;
this.cmbColor.Text = "uiComboBox1";
this.cmbColor.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.cmbColor.Watermark = "";
this.cmbColor.SelectedIndexChanged += new System.EventHandler(this.cmbMaterial_SelectedIndexChanged);
//
// uiLabel3
//
this.uiLabel3.AutoSize = true;
this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel3.Location = new System.Drawing.Point(3, 49);
this.uiLabel3.Name = "uiLabel3";
this.uiLabel3.Size = new System.Drawing.Size(74, 21);
2024-03-07 14:03:22 +08:00
this.uiLabel3.Style = Sunny.UI.UIStyle.Custom;
this.uiLabel3.TabIndex = 0;
this.uiLabel3.Text = "产品材质";
this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabel2
//
this.uiLabel2.AutoSize = true;
this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
2024-05-21 14:22:10 +08:00
this.uiLabel2.Location = new System.Drawing.Point(3, 195);
2024-03-07 14:03:22 +08:00
this.uiLabel2.Name = "uiLabel2";
this.uiLabel2.Size = new System.Drawing.Size(74, 21);
2024-03-07 14:03:22 +08:00
this.uiLabel2.Style = Sunny.UI.UIStyle.Custom;
this.uiLabel2.TabIndex = 0;
this.uiLabel2.Text = "产品颜色";
this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
2024-07-03 09:33:12 +08:00
// ckIsCut
//
this.ckIsCut.BackColor = System.Drawing.Color.Transparent;
this.ckIsCut.Cursor = System.Windows.Forms.Cursors.Hand;
this.ckIsCut.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ckIsCut.ForeColor = System.Drawing.Color.White;
this.ckIsCut.Location = new System.Drawing.Point(347, 2);
this.ckIsCut.MinimumSize = new System.Drawing.Size(1, 1);
this.ckIsCut.Name = "ckIsCut";
this.ckIsCut.Size = new System.Drawing.Size(132, 33);
this.ckIsCut.Style = Sunny.UI.UIStyle.Custom;
this.ckIsCut.TabIndex = 44;
this.ckIsCut.Text = "使用裁切提示";
this.ckIsCut.CheckedChanged += new System.EventHandler(this.ckGradeLimeIsAllDefectCnt_CheckedChanged);
//
// btnAddGrade
//
this.btnAddGrade.BackColor = System.Drawing.Color.Transparent;
this.btnAddGrade.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnAddGrade.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnAddGrade.Image = ((System.Drawing.Image)(resources.GetObject("btnAddGrade.Image")));
this.btnAddGrade.LightColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(30)))), ((int)(((byte)(63)))));
this.btnAddGrade.Location = new System.Drawing.Point(105, 3);
this.btnAddGrade.MinimumSize = new System.Drawing.Size(1, 1);
this.btnAddGrade.Name = "btnAddGrade";
this.btnAddGrade.Size = new System.Drawing.Size(86, 29);
this.btnAddGrade.Style = Sunny.UI.UIStyle.Custom;
this.btnAddGrade.Symbol = 61459;
this.btnAddGrade.TabIndex = 18;
this.btnAddGrade.Text = "新增";
this.btnAddGrade.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnAddGrade.Click += new System.EventHandler(this.btnAddGrade_Click);
//
// btnDelGrade
//
this.btnDelGrade.BackColor = System.Drawing.Color.Transparent;
this.btnDelGrade.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnDelGrade.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnDelGrade.Image = ((System.Drawing.Image)(resources.GetObject("btnDelGrade.Image")));
this.btnDelGrade.LightColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(30)))), ((int)(((byte)(63)))));
this.btnDelGrade.Location = new System.Drawing.Point(213, 3);
this.btnDelGrade.MinimumSize = new System.Drawing.Size(1, 1);
this.btnDelGrade.Name = "btnDelGrade";
this.btnDelGrade.Size = new System.Drawing.Size(86, 29);
this.btnDelGrade.Style = Sunny.UI.UIStyle.Custom;
this.btnDelGrade.Symbol = 61459;
this.btnDelGrade.TabIndex = 45;
this.btnDelGrade.Text = "删除";
this.btnDelGrade.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnDelGrade.Click += new System.EventHandler(this.btnDelGrade_Click);
2024-03-07 14:03:22 +08:00
//
2024-07-03 09:33:12 +08:00
// col2_code
2024-03-07 14:03:22 +08:00
//
2024-07-03 09:33:12 +08:00
this.col2_code.HeaderText = "code";
this.col2_code.MinimumWidth = 8;
this.col2_code.Name = "col2_code";
this.col2_code.Visible = false;
this.col2_code.Width = 120;
2024-03-07 14:03:22 +08:00
//
2024-07-03 09:33:12 +08:00
// col2_Item
2024-03-07 14:03:22 +08:00
//
2024-07-03 09:33:12 +08:00
this.col2_Item.HeaderText = "名称";
this.col2_Item.Name = "col2_Item";
2024-03-07 14:03:22 +08:00
//
2024-07-03 09:33:12 +08:00
// col2_1
//
2024-07-03 09:33:12 +08:00
this.col2_1.HeaderText = "A";
this.col2_1.MinimumWidth = 8;
this.col2_1.Name = "col2_1";
this.col2_1.Width = 60;
//
2024-07-03 09:33:12 +08:00
// col2_2
//
2024-07-03 09:33:12 +08:00
this.col2_2.HeaderText = "B";
this.col2_2.MinimumWidth = 8;
this.col2_2.Name = "col2_2";
this.col2_2.Width = 60;
//
2024-07-03 09:33:12 +08:00
// col2_3
//
2024-07-03 09:33:12 +08:00
this.col2_3.HeaderText = "C";
this.col2_3.MinimumWidth = 8;
this.col2_3.Name = "col2_3";
this.col2_3.Width = 60;
//
2024-07-03 09:33:12 +08:00
// col2_4
2024-03-07 14:03:22 +08:00
//
2024-07-03 09:33:12 +08:00
this.col2_4.HeaderText = "D";
this.col2_4.MinimumWidth = 8;
this.col2_4.Name = "col2_4";
this.col2_4.Width = 60;
2024-05-21 14:22:10 +08:00
//
2024-07-03 09:33:12 +08:00
// col2_5
2024-05-21 14:22:10 +08:00
//
2024-07-03 09:33:12 +08:00
this.col2_5.HeaderText = "E";
this.col2_5.MinimumWidth = 8;
this.col2_5.Name = "col2_5";
this.col2_5.Width = 60;
2024-05-21 14:22:10 +08:00
//
2024-07-03 09:33:12 +08:00
// col2_6
//
this.col2_6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.col2_6.HeaderText = "统计长度";
this.col2_6.Name = "col2_6";
2024-05-21 14:22:10 +08:00
//
2024-03-07 14:03:22 +08:00
// FProductInfo
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1112, 759);
this.ControlBoxFillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.Controls.Add(this.uiTitlePanel1);
this.Controls.Add(this.uiPanel1);
this.Controls.Add(this.uiTitlePanel2);
this.Controls.Add(this.uiTitlePanel4);
this.Controls.Add(this.uiTitlePanel3);
this.Controls.Add(this.uiTitlePanel6);
this.Controls.Add(this.uiTitlePanel5);
this.Name = "FProductInfo";
this.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.Style = Sunny.UI.UIStyle.Custom;
this.Initialize += new System.EventHandler(this.FProductInfo_Initialize);
2024-07-03 09:33:12 +08:00
this.Shown += new System.EventHandler(this.FProductInfo_Shown);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.FProductInfo_Paint);
2024-03-07 14:03:22 +08:00
this.uiTitlePanel2.ResumeLayout(false);
this.uiTitlePanel2.PerformLayout();
this.uiTitlePanel3.ResumeLayout(false);
this.uiTitlePanel3.PerformLayout();
this.uiTitlePanel4.ResumeLayout(false);
this.uiTitlePanel4.PerformLayout();
this.uiTitlePanel5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit();
this.uiTitlePanel6.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView2)).EndInit();
this.uiPanel1.ResumeLayout(false);
this.uiFlowLayoutPanel1.ResumeLayout(false);
this.uiTitlePanel1.ResumeLayout(false);
this.uiTitlePanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UITitlePanel uiTitlePanel2;
private Sunny.UI.UILabel uiLabel4;
private Sunny.UI.UILabel uiLabel5;
private Sunny.UI.UILabel uiLabel6;
private Sunny.UI.UITrackBar tcbarLightValue;
private Sunny.UI.UITrackBar tcbarGain;
private Sunny.UI.UITrackBar tcbarExposureTime;
private Sunny.UI.UILabel lblGain;
private Sunny.UI.UILabel lblExposureTime;
private Sunny.UI.UILabel lblLightValue;
private Sunny.UI.UITitlePanel uiTitlePanel3;
private Sunny.UI.UITitlePanel uiTitlePanel4;
private Sunny.UI.UINumPadTextBox numDefectAreaLimit;
private Sunny.UI.UILabel uiLabel7;
private Sunny.UI.UISwitch swcDefectPauseForUser;
private Sunny.UI.UINumPadTextBox numDefectCountLimit;
private Sunny.UI.UILabel uiLabel10;
private Sunny.UI.UILabel uiLabel8;
private Sunny.UI.UITitlePanel uiTitlePanel5;
private Sunny.UI.UITitlePanel uiTitlePanel6;
private Sunny.UI.UIPanel uiPanel1;
private Sunny.UI.UISymbolButton btnReload;
private Sunny.UI.UISymbolButton btnSave;
private Sunny.UI.UIFlowLayoutPanel uiFlowLayoutPanel1;
private Sunny.UI.UIDataGridView uiDataGridView1;
private Sunny.UI.UIDataGridView uiDataGridView2;
private Sunny.UI.UITitlePanel uiTitlePanel1;
private Sunny.UI.UIComboBox cmbColor;
private Sunny.UI.UILabel uiLabel3;
private Sunny.UI.UILabel uiLabel2;
private Sunny.UI.UIComboBox cmbMaterial;
private Sunny.UI.UILabel uiLabel1;
private Sunny.UI.UIComboBox cmbModelName;
private Sunny.UI.UISymbolButton btnDefectOption;
private Sunny.UI.UIRadioButton rbMaterial0;
private Sunny.UI.UIRadioButton rbMaterial1;
private Sunny.UI.UITrackBar tcbarTensionValue;
private Sunny.UI.UILabel uiLabel9;
private Sunny.UI.UILabel lblTensionValue;
2024-05-21 14:22:10 +08:00
private Sunny.UI.UIRadioButton rbMaterial5;
private Sunny.UI.UIRadioButton rbMaterial4;
private Sunny.UI.UIRadioButton rbMaterial3;
private Sunny.UI.UIRadioButton rbMaterial2;
2024-07-03 09:33:12 +08:00
private Sunny.UI.UINumPadTextBox uiNumPadTextBox1;
private Sunny.UI.UISwitch uiSwitch1;
private Sunny.UI.UILabel uiLabel11;
private System.Windows.Forms.DataGridViewTextBoxColumn col_code;
private System.Windows.Forms.DataGridViewTextBoxColumn col_zxd;
private System.Windows.Forms.DataGridViewTextBoxColumn col_area;
private System.Windows.Forms.DataGridViewTextBoxColumn col_contrast_lower;
private System.Windows.Forms.DataGridViewTextBoxColumn col_contrast_top;
private System.Windows.Forms.DataGridViewCheckBoxColumn col_IsOR;
2024-05-21 14:22:10 +08:00
private System.Windows.Forms.DataGridViewTextBoxColumn col_Len;
private System.Windows.Forms.DataGridViewTextBoxColumn col_Cnt;
2024-07-03 09:33:12 +08:00
private Sunny.UI.UICheckBox ckIsCut;
private Sunny.UI.UISymbolButton btnAddGrade;
private Sunny.UI.UISymbolButton btnDelGrade;
private System.Windows.Forms.DataGridViewTextBoxColumn col2_code;
private System.Windows.Forms.DataGridViewComboBoxColumn col2_Item;
private System.Windows.Forms.DataGridViewTextBoxColumn col2_1;
private System.Windows.Forms.DataGridViewTextBoxColumn col2_2;
private System.Windows.Forms.DataGridViewTextBoxColumn col2_3;
private System.Windows.Forms.DataGridViewTextBoxColumn col2_4;
private System.Windows.Forms.DataGridViewTextBoxColumn col2_5;
private System.Windows.Forms.DataGridViewTextBoxColumn col2_6;
2024-03-07 14:03:22 +08:00
}
}