215 lines
13 KiB
C#
215 lines
13 KiB
C#
namespace LeatherApp.Page
|
|
{
|
|
partial class EditStandardFrm
|
|
{
|
|
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = 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 dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
|
|
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();
|
|
this.pnlBtm.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pnlBtm
|
|
//
|
|
this.pnlBtm.Location = new System.Drawing.Point(1, 463);
|
|
this.pnlBtm.Size = new System.Drawing.Size(1146, 55);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Location = new System.Drawing.Point(1018, 12);
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Location = new System.Drawing.Point(903, 12);
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// uiDataGridView1
|
|
//
|
|
dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
|
this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13;
|
|
this.uiDataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
|
this.uiDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle14.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14;
|
|
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,
|
|
this.col_IsOR,
|
|
this.col_Len,
|
|
this.col_Cnt});
|
|
dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle16.BackColor = System.Drawing.Color.White;
|
|
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)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
|
|
dataGridViewCellStyle16.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle16;
|
|
this.uiDataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
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(1, 35);
|
|
this.uiDataGridView1.MultiSelect = false;
|
|
this.uiDataGridView1.Name = "uiDataGridView1";
|
|
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
|
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)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
dataGridViewCellStyle17.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle17;
|
|
this.uiDataGridView1.RowHeadersWidth = 62;
|
|
dataGridViewCellStyle18.BackColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
|
|
dataGridViewCellStyle18.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle18;
|
|
this.uiDataGridView1.RowTemplate.Height = 30;
|
|
this.uiDataGridView1.SelectedIndex = -1;
|
|
this.uiDataGridView1.Size = new System.Drawing.Size(1146, 428);
|
|
this.uiDataGridView1.Style = Sunny.UI.UIStyle.Custom;
|
|
this.uiDataGridView1.TabIndex = 22;
|
|
//
|
|
// 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";
|
|
dataGridViewCellStyle15.NullValue = null;
|
|
this.col_zxd.DefaultCellStyle = dataGridViewCellStyle15;
|
|
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.Name = "col_Len";
|
|
this.col_Len.Width = 130;
|
|
//
|
|
// col_Cnt
|
|
//
|
|
this.col_Cnt.HeaderText = "报警数量";
|
|
this.col_Cnt.Name = "col_Cnt";
|
|
//
|
|
// EditStandardFrm
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(1148, 521);
|
|
this.Controls.Add(this.uiDataGridView1);
|
|
this.Name = "EditStandardFrm";
|
|
this.Text = "临时标准修改";
|
|
this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
|
|
this.Controls.SetChildIndex(this.pnlBtm, 0);
|
|
this.Controls.SetChildIndex(this.uiDataGridView1, 0);
|
|
this.pnlBtm.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Sunny.UI.UIDataGridView uiDataGridView1;
|
|
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;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn col_Len;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn col_Cnt;
|
|
}
|
|
} |