2024-03-07 14:03:22 +08:00
|
|
|
|
namespace LeatherApp.Page
|
|
|
|
|
{
|
|
|
|
|
partial class FReport
|
|
|
|
|
{
|
|
|
|
|
/// <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-12-02 15:02:39 +08:00
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = 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 dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.uiPagination1 = new Sunny.UI.UIPagination();
|
|
|
|
|
this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
|
|
|
|
|
this.uiPanel1 = new Sunny.UI.UIPanel();
|
|
|
|
|
this.btnExport = new Sunny.UI.UISymbolButton();
|
|
|
|
|
this.btnChar = new Sunny.UI.UISymbolButton();
|
|
|
|
|
this.btnQuery = new Sunny.UI.UISymbolButton();
|
|
|
|
|
this.uiLabel1 = new Sunny.UI.UILabel();
|
|
|
|
|
this.uiDatePicker2 = new Sunny.UI.UIDatePicker();
|
|
|
|
|
this.uiDatePicker1 = new Sunny.UI.UIDatePicker();
|
|
|
|
|
this.uiLabel5 = new Sunny.UI.UILabel();
|
|
|
|
|
this.txtReelId = new Sunny.UI.UITextBox();
|
|
|
|
|
this.uiLabel4 = new Sunny.UI.UILabel();
|
2024-04-28 14:05:46 +08:00
|
|
|
|
this.txtBarcode = new Sunny.UI.UITextBox();
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.txtBatchId = new Sunny.UI.UITextBox();
|
2024-04-28 14:05:46 +08:00
|
|
|
|
this.uiLabel2 = new Sunny.UI.UILabel();
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.uiLabel3 = new Sunny.UI.UILabel();
|
|
|
|
|
this.lineChartDefect = new Sunny.UI.UILineChart();
|
|
|
|
|
this.lineChartFaceWidth = new Sunny.UI.UILineChart();
|
2024-12-02 15:02:39 +08:00
|
|
|
|
this.ucColorListDefect = new LeatherApp.UIExtend.UCColorList();
|
|
|
|
|
this.txtAllLen = new Sunny.UI.UITextBox();
|
|
|
|
|
this.lineChartHouDu = new Sunny.UI.UILineChart();
|
|
|
|
|
this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.colCreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.colBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.colOrderId = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.colBatchId = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.colReelId = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.PartReel = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.colLen = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.colDefectCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.colGrade = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.UserNane = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.BanZuCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.uiLabel7 = new Sunny.UI.UILabel();
|
|
|
|
|
this.txtWorkT = new Sunny.UI.UITextBox();
|
2024-03-07 14:03:22 +08:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
|
|
|
|
|
this.uiPanel1.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// uiPagination1
|
|
|
|
|
//
|
|
|
|
|
this.uiPagination1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.uiPagination1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.uiPagination1.Location = new System.Drawing.Point(3, 565);
|
|
|
|
|
this.uiPagination1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiPagination1.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.uiPagination1.Name = "uiPagination1";
|
|
|
|
|
this.uiPagination1.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
|
|
|
|
|
this.uiPagination1.ShowText = false;
|
|
|
|
|
this.uiPagination1.Size = new System.Drawing.Size(1492, 35);
|
|
|
|
|
this.uiPagination1.TabIndex = 20;
|
|
|
|
|
this.uiPagination1.Text = "uiPagination1";
|
|
|
|
|
this.uiPagination1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
//
|
|
|
|
|
// uiDataGridView1
|
|
|
|
|
//
|
2024-12-02 15:02:39 +08:00
|
|
|
|
dataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
|
|
|
|
this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle15;
|
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-12-02 15:02:39 +08:00
|
|
|
|
dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((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.White;
|
|
|
|
|
dataGridViewCellStyle16.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
|
|
|
dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
|
dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle16;
|
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.colId,
|
|
|
|
|
this.colCreateTime,
|
|
|
|
|
this.colBarCode,
|
|
|
|
|
this.colName,
|
|
|
|
|
this.colOrderId,
|
|
|
|
|
this.colBatchId,
|
|
|
|
|
this.colReelId,
|
2024-12-02 15:02:39 +08:00
|
|
|
|
this.PartReel,
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.colLen,
|
|
|
|
|
this.colDefectCount,
|
2024-12-02 15:02:39 +08:00
|
|
|
|
this.colGrade,
|
|
|
|
|
this.UserNane,
|
|
|
|
|
this.BanZuCol});
|
|
|
|
|
dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
|
dataGridViewCellStyle19.BackColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
|
|
dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
|
|
|
|
|
dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
|
|
dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle19;
|
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, 83);
|
|
|
|
|
this.uiDataGridView1.MultiSelect = false;
|
|
|
|
|
this.uiDataGridView1.Name = "uiDataGridView1";
|
2024-12-02 15:02:39 +08:00
|
|
|
|
dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
|
dataGridViewCellStyle20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
|
|
|
|
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)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
|
|
|
dataGridViewCellStyle20.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
|
|
dataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle20;
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.uiDataGridView1.RowHeadersVisible = false;
|
|
|
|
|
this.uiDataGridView1.RowHeadersWidth = 62;
|
2024-12-02 15:02:39 +08:00
|
|
|
|
dataGridViewCellStyle21.BackColor = System.Drawing.Color.White;
|
|
|
|
|
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)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
|
|
|
|
|
dataGridViewCellStyle21.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
|
|
this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle21;
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.uiDataGridView1.RowTemplate.Height = 30;
|
|
|
|
|
this.uiDataGridView1.SelectedIndex = -1;
|
|
|
|
|
this.uiDataGridView1.Size = new System.Drawing.Size(1492, 481);
|
|
|
|
|
this.uiDataGridView1.TabIndex = 2;
|
2024-12-02 15:02:39 +08:00
|
|
|
|
this.uiDataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.uiDataGridView1_CellContentClick);
|
2024-04-28 14:05:46 +08:00
|
|
|
|
//
|
2024-03-07 14:03:22 +08:00
|
|
|
|
// uiPanel1
|
|
|
|
|
//
|
|
|
|
|
this.uiPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2024-12-02 15:02:39 +08:00
|
|
|
|
this.uiPanel1.Controls.Add(this.txtWorkT);
|
|
|
|
|
this.uiPanel1.Controls.Add(this.uiLabel7);
|
|
|
|
|
this.uiPanel1.Controls.Add(this.txtAllLen);
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.uiPanel1.Controls.Add(this.btnExport);
|
|
|
|
|
this.uiPanel1.Controls.Add(this.btnChar);
|
|
|
|
|
this.uiPanel1.Controls.Add(this.btnQuery);
|
|
|
|
|
this.uiPanel1.Controls.Add(this.uiLabel1);
|
|
|
|
|
this.uiPanel1.Controls.Add(this.uiDatePicker2);
|
|
|
|
|
this.uiPanel1.Controls.Add(this.uiDatePicker1);
|
|
|
|
|
this.uiPanel1.Controls.Add(this.uiLabel5);
|
|
|
|
|
this.uiPanel1.Controls.Add(this.txtReelId);
|
|
|
|
|
this.uiPanel1.Controls.Add(this.uiLabel4);
|
|
|
|
|
this.uiPanel1.Controls.Add(this.txtBarcode);
|
|
|
|
|
this.uiPanel1.Controls.Add(this.txtBatchId);
|
|
|
|
|
this.uiPanel1.Controls.Add(this.uiLabel2);
|
|
|
|
|
this.uiPanel1.Controls.Add(this.uiLabel3);
|
|
|
|
|
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(3, 6);
|
|
|
|
|
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.Size = new System.Drawing.Size(1492, 69);
|
|
|
|
|
this.uiPanel1.TabIndex = 4;
|
|
|
|
|
this.uiPanel1.Text = null;
|
|
|
|
|
this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
//
|
|
|
|
|
// btnExport
|
|
|
|
|
//
|
|
|
|
|
this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.btnExport.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.btnExport.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(136)))));
|
|
|
|
|
this.btnExport.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(136)))));
|
|
|
|
|
this.btnExport.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(171)))), ((int)(((byte)(160)))));
|
|
|
|
|
this.btnExport.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
|
|
|
|
|
this.btnExport.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
|
|
|
|
|
this.btnExport.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.btnExport.LightColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
|
|
|
|
|
this.btnExport.Location = new System.Drawing.Point(1234, 8);
|
|
|
|
|
this.btnExport.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.btnExport.Name = "btnExport";
|
|
|
|
|
this.btnExport.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(136)))));
|
|
|
|
|
this.btnExport.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(171)))), ((int)(((byte)(160)))));
|
|
|
|
|
this.btnExport.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
|
|
|
|
|
this.btnExport.RectSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
|
|
|
|
|
this.btnExport.Size = new System.Drawing.Size(100, 55);
|
|
|
|
|
this.btnExport.Style = Sunny.UI.UIStyle.Custom;
|
|
|
|
|
this.btnExport.StyleCustomMode = true;
|
|
|
|
|
this.btnExport.Symbol = 61509;
|
|
|
|
|
this.btnExport.SymbolSize = 26;
|
|
|
|
|
this.btnExport.TabIndex = 10;
|
|
|
|
|
this.btnExport.Text = "导出";
|
|
|
|
|
this.btnExport.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnChar
|
|
|
|
|
//
|
|
|
|
|
this.btnChar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.btnChar.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.btnChar.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.btnChar.Location = new System.Drawing.Point(1340, 8);
|
|
|
|
|
this.btnChar.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.btnChar.Name = "btnChar";
|
|
|
|
|
this.btnChar.Size = new System.Drawing.Size(144, 55);
|
|
|
|
|
this.btnChar.Symbol = 61568;
|
|
|
|
|
this.btnChar.SymbolSize = 26;
|
|
|
|
|
this.btnChar.TabIndex = 9;
|
|
|
|
|
this.btnChar.Text = "统计图表";
|
|
|
|
|
this.btnChar.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
2024-04-28 14:05:46 +08:00
|
|
|
|
this.btnChar.Visible = false;
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.btnChar.Click += new System.EventHandler(this.btnChar_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnQuery
|
|
|
|
|
//
|
|
|
|
|
this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.btnQuery.Location = new System.Drawing.Point(1117, 8);
|
|
|
|
|
this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.btnQuery.Name = "btnQuery";
|
|
|
|
|
this.btnQuery.Size = new System.Drawing.Size(100, 55);
|
|
|
|
|
this.btnQuery.Symbol = 61442;
|
|
|
|
|
this.btnQuery.SymbolSize = 26;
|
|
|
|
|
this.btnQuery.TabIndex = 9;
|
|
|
|
|
this.btnQuery.Text = "查询";
|
|
|
|
|
this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
|
|
|
|
|
//
|
|
|
|
|
// 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)))));
|
2024-12-02 15:02:39 +08:00
|
|
|
|
this.uiLabel1.Location = new System.Drawing.Point(1052, 21);
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.uiLabel1.Name = "uiLabel1";
|
2024-04-28 14:05:46 +08:00
|
|
|
|
this.uiLabel1.Size = new System.Drawing.Size(17, 21);
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.uiLabel1.TabIndex = 8;
|
|
|
|
|
this.uiLabel1.Text = "-";
|
|
|
|
|
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// uiDatePicker2
|
|
|
|
|
//
|
|
|
|
|
this.uiDatePicker2.FillColor = System.Drawing.Color.White;
|
|
|
|
|
this.uiDatePicker2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
2024-12-02 15:02:39 +08:00
|
|
|
|
this.uiDatePicker2.Location = new System.Drawing.Point(1076, 21);
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.uiDatePicker2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiDatePicker2.MaxLength = 10;
|
|
|
|
|
this.uiDatePicker2.MinimumSize = new System.Drawing.Size(63, 0);
|
|
|
|
|
this.uiDatePicker2.Name = "uiDatePicker2";
|
|
|
|
|
this.uiDatePicker2.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
|
|
|
|
|
this.uiDatePicker2.Size = new System.Drawing.Size(139, 29);
|
|
|
|
|
this.uiDatePicker2.SymbolDropDown = 61555;
|
|
|
|
|
this.uiDatePicker2.SymbolNormal = 61555;
|
|
|
|
|
this.uiDatePicker2.TabIndex = 6;
|
|
|
|
|
this.uiDatePicker2.Text = "2023-09-17";
|
|
|
|
|
this.uiDatePicker2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.uiDatePicker2.Value = new System.DateTime(2023, 9, 17, 18, 54, 16, 519);
|
|
|
|
|
this.uiDatePicker2.Watermark = "";
|
|
|
|
|
//
|
|
|
|
|
// uiDatePicker1
|
|
|
|
|
//
|
|
|
|
|
this.uiDatePicker1.FillColor = System.Drawing.Color.White;
|
|
|
|
|
this.uiDatePicker1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
2024-12-02 15:02:39 +08:00
|
|
|
|
this.uiDatePicker1.Location = new System.Drawing.Point(906, 21);
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.uiDatePicker1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiDatePicker1.MaxLength = 10;
|
|
|
|
|
this.uiDatePicker1.MinimumSize = new System.Drawing.Size(63, 0);
|
|
|
|
|
this.uiDatePicker1.Name = "uiDatePicker1";
|
|
|
|
|
this.uiDatePicker1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
|
|
|
|
|
this.uiDatePicker1.Size = new System.Drawing.Size(139, 29);
|
|
|
|
|
this.uiDatePicker1.SymbolDropDown = 61555;
|
|
|
|
|
this.uiDatePicker1.SymbolNormal = 61555;
|
|
|
|
|
this.uiDatePicker1.TabIndex = 5;
|
|
|
|
|
this.uiDatePicker1.Text = "2023-09-17";
|
|
|
|
|
this.uiDatePicker1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.uiDatePicker1.Value = new System.DateTime(2023, 9, 17, 18, 54, 16, 519);
|
|
|
|
|
this.uiDatePicker1.Watermark = "";
|
|
|
|
|
//
|
|
|
|
|
// 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)))));
|
2024-12-02 15:02:39 +08:00
|
|
|
|
this.uiLabel5.Location = new System.Drawing.Point(857, 25);
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.uiLabel5.Name = "uiLabel5";
|
2024-04-28 14:05:46 +08:00
|
|
|
|
this.uiLabel5.Size = new System.Drawing.Size(42, 21);
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.uiLabel5.TabIndex = 2;
|
|
|
|
|
this.uiLabel5.Text = "日期";
|
|
|
|
|
this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// txtReelId
|
|
|
|
|
//
|
|
|
|
|
this.txtReelId.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.txtReelId.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
|
|
this.txtReelId.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
2024-12-02 15:02:39 +08:00
|
|
|
|
this.txtReelId.Location = new System.Drawing.Point(482, 21);
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.txtReelId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.txtReelId.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
|
|
this.txtReelId.Name = "txtReelId";
|
|
|
|
|
this.txtReelId.Padding = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.txtReelId.ShowText = false;
|
|
|
|
|
this.txtReelId.Size = new System.Drawing.Size(156, 29);
|
|
|
|
|
this.txtReelId.TabIndex = 3;
|
|
|
|
|
this.txtReelId.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.txtReelId.Watermark = "";
|
|
|
|
|
//
|
|
|
|
|
// 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)))));
|
2024-12-02 15:02:39 +08:00
|
|
|
|
this.uiLabel4.Location = new System.Drawing.Point(433, 23);
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.uiLabel4.Name = "uiLabel4";
|
2024-04-28 14:05:46 +08:00
|
|
|
|
this.uiLabel4.Size = new System.Drawing.Size(42, 21);
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.uiLabel4.TabIndex = 3;
|
|
|
|
|
this.uiLabel4.Text = "卷号";
|
|
|
|
|
this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
2024-04-28 14:05:46 +08:00
|
|
|
|
// txtBarcode
|
|
|
|
|
//
|
|
|
|
|
this.txtBarcode.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.txtBarcode.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
|
|
this.txtBarcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
2024-12-02 15:02:39 +08:00
|
|
|
|
this.txtBarcode.Location = new System.Drawing.Point(58, 21);
|
2024-04-28 14:05:46 +08:00
|
|
|
|
this.txtBarcode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.txtBarcode.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
|
|
this.txtBarcode.Name = "txtBarcode";
|
|
|
|
|
this.txtBarcode.Padding = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.txtBarcode.ShowText = false;
|
|
|
|
|
this.txtBarcode.Size = new System.Drawing.Size(156, 29);
|
|
|
|
|
this.txtBarcode.TabIndex = 1;
|
|
|
|
|
this.txtBarcode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.txtBarcode.Watermark = "";
|
|
|
|
|
//
|
2024-03-07 14:03:22 +08:00
|
|
|
|
// txtBatchId
|
|
|
|
|
//
|
|
|
|
|
this.txtBatchId.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.txtBatchId.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
|
|
this.txtBatchId.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
2024-12-02 15:02:39 +08:00
|
|
|
|
this.txtBatchId.Location = new System.Drawing.Point(270, 21);
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.txtBatchId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.txtBatchId.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
|
|
this.txtBatchId.Name = "txtBatchId";
|
|
|
|
|
this.txtBatchId.Padding = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.txtBatchId.ShowText = false;
|
|
|
|
|
this.txtBatchId.Size = new System.Drawing.Size(156, 29);
|
|
|
|
|
this.txtBatchId.TabIndex = 2;
|
|
|
|
|
this.txtBatchId.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.txtBatchId.Watermark = "";
|
|
|
|
|
//
|
2024-04-28 14:05:46 +08:00
|
|
|
|
// 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)))));
|
|
|
|
|
this.uiLabel2.Location = new System.Drawing.Point(9, 23);
|
|
|
|
|
this.uiLabel2.Name = "uiLabel2";
|
|
|
|
|
this.uiLabel2.Size = new System.Drawing.Size(42, 21);
|
|
|
|
|
this.uiLabel2.TabIndex = 4;
|
|
|
|
|
this.uiLabel2.Text = "条码";
|
|
|
|
|
this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
2024-03-07 14:03:22 +08:00
|
|
|
|
// 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)))));
|
2024-12-02 15:02:39 +08:00
|
|
|
|
this.uiLabel3.Location = new System.Drawing.Point(221, 23);
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.uiLabel3.Name = "uiLabel3";
|
2024-04-28 14:05:46 +08:00
|
|
|
|
this.uiLabel3.Size = new System.Drawing.Size(42, 21);
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.uiLabel3.TabIndex = 4;
|
|
|
|
|
this.uiLabel3.Text = "批号";
|
|
|
|
|
this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// lineChartDefect
|
|
|
|
|
//
|
|
|
|
|
this.lineChartDefect.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.lineChartDefect.ChartStyleType = Sunny.UI.UIChartStyleType.Default;
|
|
|
|
|
this.lineChartDefect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.lineChartDefect.LegendFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.lineChartDefect.Location = new System.Drawing.Point(12, 14);
|
|
|
|
|
this.lineChartDefect.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.lineChartDefect.MouseDownType = Sunny.UI.UILineChartMouseDownType.Zoom;
|
|
|
|
|
this.lineChartDefect.Name = "lineChartDefect";
|
|
|
|
|
this.lineChartDefect.Radius = 0;
|
|
|
|
|
this.lineChartDefect.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
|
|
|
|
|
this.lineChartDefect.Size = new System.Drawing.Size(375, 533);
|
|
|
|
|
this.lineChartDefect.SubFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.lineChartDefect.TabIndex = 5;
|
|
|
|
|
this.lineChartDefect.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// lineChartFaceWidth
|
|
|
|
|
//
|
|
|
|
|
this.lineChartFaceWidth.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.lineChartFaceWidth.ChartStyleType = Sunny.UI.UIChartStyleType.Default;
|
|
|
|
|
this.lineChartFaceWidth.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.lineChartFaceWidth.LegendFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
2024-12-02 15:02:39 +08:00
|
|
|
|
this.lineChartFaceWidth.Location = new System.Drawing.Point(393, 83);
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.lineChartFaceWidth.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.lineChartFaceWidth.MouseDownType = Sunny.UI.UILineChartMouseDownType.Zoom;
|
|
|
|
|
this.lineChartFaceWidth.Name = "lineChartFaceWidth";
|
|
|
|
|
this.lineChartFaceWidth.Radius = 0;
|
|
|
|
|
this.lineChartFaceWidth.Size = new System.Drawing.Size(971, 281);
|
|
|
|
|
this.lineChartFaceWidth.SubFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.lineChartFaceWidth.TabIndex = 6;
|
|
|
|
|
this.lineChartFaceWidth.TouchPressClick = true;
|
|
|
|
|
//
|
2024-12-02 15:02:39 +08:00
|
|
|
|
// ucColorListDefect
|
|
|
|
|
//
|
|
|
|
|
this.ucColorListDefect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.ucColorListDefect.ColorChanged = null;
|
|
|
|
|
this.ucColorListDefect.FillColor = System.Drawing.Color.White;
|
|
|
|
|
this.ucColorListDefect.FillColor2 = System.Drawing.Color.White;
|
|
|
|
|
this.ucColorListDefect.FillDisableColor = System.Drawing.Color.White;
|
|
|
|
|
this.ucColorListDefect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.ucColorListDefect.Location = new System.Drawing.Point(323, 230);
|
|
|
|
|
this.ucColorListDefect.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.ucColorListDefect.Name = "ucColorListDefect";
|
|
|
|
|
this.ucColorListDefect.RadiusSides = Sunny.UI.UICornerRadiusSides.None;
|
|
|
|
|
this.ucColorListDefect.RectColor = System.Drawing.Color.White;
|
|
|
|
|
this.ucColorListDefect.RectDisableColor = System.Drawing.Color.White;
|
|
|
|
|
this.ucColorListDefect.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom;
|
|
|
|
|
this.ucColorListDefect.Size = new System.Drawing.Size(601, 64);
|
|
|
|
|
this.ucColorListDefect.Style = Sunny.UI.UIStyle.Custom;
|
|
|
|
|
this.ucColorListDefect.StyleCustomMode = true;
|
|
|
|
|
this.ucColorListDefect.TabIndex = 21;
|
|
|
|
|
this.ucColorListDefect.Text = "ucColorList1";
|
|
|
|
|
this.ucColorListDefect.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
//
|
|
|
|
|
// txtAllLen
|
|
|
|
|
//
|
|
|
|
|
this.txtAllLen.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.txtAllLen.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
|
|
this.txtAllLen.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.txtAllLen.Location = new System.Drawing.Point(1236, 21);
|
|
|
|
|
this.txtAllLen.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.txtAllLen.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
|
|
this.txtAllLen.Name = "txtAllLen";
|
|
|
|
|
this.txtAllLen.Padding = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.txtAllLen.ReadOnly = true;
|
|
|
|
|
this.txtAllLen.ShowText = false;
|
|
|
|
|
this.txtAllLen.Size = new System.Drawing.Size(228, 29);
|
|
|
|
|
this.txtAllLen.TabIndex = 11;
|
|
|
|
|
this.txtAllLen.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.txtAllLen.Watermark = "";
|
|
|
|
|
//
|
|
|
|
|
// lineChartHouDu
|
|
|
|
|
//
|
|
|
|
|
this.lineChartHouDu.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.lineChartHouDu.ChartStyleType = Sunny.UI.UIChartStyleType.Default;
|
|
|
|
|
this.lineChartHouDu.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.lineChartHouDu.LegendFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.lineChartHouDu.Location = new System.Drawing.Point(180, 165);
|
|
|
|
|
this.lineChartHouDu.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.lineChartHouDu.MouseDownType = Sunny.UI.UILineChartMouseDownType.Zoom;
|
|
|
|
|
this.lineChartHouDu.Name = "lineChartHouDu";
|
|
|
|
|
this.lineChartHouDu.Radius = 0;
|
|
|
|
|
this.lineChartHouDu.Size = new System.Drawing.Size(971, 399);
|
|
|
|
|
this.lineChartHouDu.SubFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.lineChartHouDu.TabIndex = 22;
|
|
|
|
|
this.lineChartHouDu.TouchPressClick = true;
|
|
|
|
|
this.lineChartHouDu.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// colId
|
|
|
|
|
//
|
|
|
|
|
this.colId.DataPropertyName = "Id";
|
|
|
|
|
this.colId.HeaderText = "Id";
|
|
|
|
|
this.colId.MinimumWidth = 8;
|
|
|
|
|
this.colId.Name = "colId";
|
|
|
|
|
this.colId.Visible = false;
|
|
|
|
|
this.colId.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
// colCreateTime
|
|
|
|
|
//
|
|
|
|
|
this.colCreateTime.DataPropertyName = "CreateTime";
|
|
|
|
|
dataGridViewCellStyle17.Format = "f";
|
|
|
|
|
dataGridViewCellStyle17.NullValue = null;
|
|
|
|
|
this.colCreateTime.DefaultCellStyle = dataGridViewCellStyle17;
|
|
|
|
|
this.colCreateTime.HeaderText = "检验日期";
|
|
|
|
|
this.colCreateTime.MinimumWidth = 8;
|
|
|
|
|
this.colCreateTime.Name = "colCreateTime";
|
|
|
|
|
this.colCreateTime.ReadOnly = true;
|
|
|
|
|
this.colCreateTime.Width = 200;
|
|
|
|
|
//
|
|
|
|
|
// colBarCode
|
|
|
|
|
//
|
|
|
|
|
this.colBarCode.DataPropertyName = "barcode";
|
|
|
|
|
this.colBarCode.HeaderText = "条码";
|
|
|
|
|
this.colBarCode.MinimumWidth = 100;
|
|
|
|
|
this.colBarCode.Name = "colBarCode";
|
|
|
|
|
this.colBarCode.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
// colName
|
|
|
|
|
//
|
|
|
|
|
this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.colName.DataPropertyName = "BarCodeName";
|
|
|
|
|
this.colName.HeaderText = "品名";
|
|
|
|
|
this.colName.MinimumWidth = 8;
|
|
|
|
|
this.colName.Name = "colName";
|
|
|
|
|
this.colName.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// colOrderId
|
|
|
|
|
//
|
|
|
|
|
this.colOrderId.DataPropertyName = "OrderId";
|
|
|
|
|
this.colOrderId.HeaderText = "单号";
|
|
|
|
|
this.colOrderId.MinimumWidth = 8;
|
|
|
|
|
this.colOrderId.Name = "colOrderId";
|
|
|
|
|
this.colOrderId.ReadOnly = true;
|
|
|
|
|
this.colOrderId.Visible = false;
|
|
|
|
|
this.colOrderId.Width = 200;
|
|
|
|
|
//
|
|
|
|
|
// colBatchId
|
|
|
|
|
//
|
|
|
|
|
this.colBatchId.DataPropertyName = "BatchId";
|
|
|
|
|
this.colBatchId.HeaderText = "批号";
|
|
|
|
|
this.colBatchId.MinimumWidth = 8;
|
|
|
|
|
this.colBatchId.Name = "colBatchId";
|
|
|
|
|
this.colBatchId.ReadOnly = true;
|
|
|
|
|
this.colBatchId.Width = 220;
|
|
|
|
|
//
|
|
|
|
|
// colReelId
|
|
|
|
|
//
|
|
|
|
|
this.colReelId.DataPropertyName = "ReelId";
|
|
|
|
|
this.colReelId.HeaderText = "批卷号";
|
|
|
|
|
this.colReelId.MinimumWidth = 8;
|
|
|
|
|
this.colReelId.Name = "colReelId";
|
|
|
|
|
this.colReelId.ReadOnly = true;
|
|
|
|
|
this.colReelId.Width = 220;
|
|
|
|
|
//
|
|
|
|
|
// PartReel
|
|
|
|
|
//
|
|
|
|
|
this.PartReel.DataPropertyName = "PartReelId";
|
|
|
|
|
this.PartReel.HeaderText = "分卷号";
|
|
|
|
|
this.PartReel.Name = "PartReel";
|
|
|
|
|
this.PartReel.ReadOnly = true;
|
|
|
|
|
this.PartReel.Width = 220;
|
|
|
|
|
//
|
|
|
|
|
// colLen
|
|
|
|
|
//
|
|
|
|
|
this.colLen.DataPropertyName = "Len";
|
|
|
|
|
this.colLen.HeaderText = "长度(米)";
|
|
|
|
|
this.colLen.MinimumWidth = 8;
|
|
|
|
|
this.colLen.Name = "colLen";
|
|
|
|
|
this.colLen.ReadOnly = true;
|
|
|
|
|
this.colLen.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
// colDefectCount
|
|
|
|
|
//
|
|
|
|
|
this.colDefectCount.HeaderText = "总缺陷";
|
|
|
|
|
this.colDefectCount.MinimumWidth = 8;
|
|
|
|
|
this.colDefectCount.Name = "colDefectCount";
|
|
|
|
|
this.colDefectCount.ReadOnly = true;
|
|
|
|
|
this.colDefectCount.Visible = false;
|
|
|
|
|
this.colDefectCount.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
// colGrade
|
|
|
|
|
//
|
|
|
|
|
dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
this.colGrade.DefaultCellStyle = dataGridViewCellStyle18;
|
|
|
|
|
this.colGrade.HeaderText = "等级";
|
|
|
|
|
this.colGrade.MinimumWidth = 8;
|
|
|
|
|
this.colGrade.Name = "colGrade";
|
|
|
|
|
this.colGrade.ReadOnly = true;
|
|
|
|
|
this.colGrade.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
this.colGrade.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
this.colGrade.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
// UserNane
|
|
|
|
|
//
|
|
|
|
|
this.UserNane.DataPropertyName = "UserName";
|
|
|
|
|
this.UserNane.HeaderText = "操作员";
|
|
|
|
|
this.UserNane.Name = "UserNane";
|
|
|
|
|
this.UserNane.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// BanZuCol
|
|
|
|
|
//
|
|
|
|
|
this.BanZuCol.DataPropertyName = "WorkTeam";
|
|
|
|
|
this.BanZuCol.HeaderText = "班组";
|
|
|
|
|
this.BanZuCol.Name = "BanZuCol";
|
|
|
|
|
this.BanZuCol.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// 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(645, 23);
|
|
|
|
|
this.uiLabel7.Name = "uiLabel7";
|
|
|
|
|
this.uiLabel7.Size = new System.Drawing.Size(42, 21);
|
|
|
|
|
this.uiLabel7.TabIndex = 13;
|
|
|
|
|
this.uiLabel7.Text = "班组";
|
|
|
|
|
this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// txtWorkT
|
|
|
|
|
//
|
|
|
|
|
this.txtWorkT.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.txtWorkT.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
|
|
this.txtWorkT.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.txtWorkT.Location = new System.Drawing.Point(694, 21);
|
|
|
|
|
this.txtWorkT.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.txtWorkT.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
|
|
this.txtWorkT.Name = "txtWorkT";
|
|
|
|
|
this.txtWorkT.Padding = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.txtWorkT.ShowText = false;
|
|
|
|
|
this.txtWorkT.Size = new System.Drawing.Size(156, 29);
|
|
|
|
|
this.txtWorkT.TabIndex = 14;
|
|
|
|
|
this.txtWorkT.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.txtWorkT.Watermark = "";
|
|
|
|
|
//
|
2024-03-07 14:03:22 +08:00
|
|
|
|
// FReport
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1499, 602);
|
2024-12-02 15:02:39 +08:00
|
|
|
|
this.Controls.Add(this.uiDataGridView1);
|
|
|
|
|
this.Controls.Add(this.lineChartHouDu);
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.Controls.Add(this.uiPanel1);
|
|
|
|
|
this.Controls.Add(this.uiPagination1);
|
|
|
|
|
this.Controls.Add(this.lineChartFaceWidth);
|
2024-04-28 14:05:46 +08:00
|
|
|
|
this.Controls.Add(this.lineChartDefect);
|
2024-12-02 15:02:39 +08:00
|
|
|
|
this.Controls.Add(this.ucColorListDefect);
|
2024-03-07 14:03:22 +08:00
|
|
|
|
this.Name = "FReport";
|
|
|
|
|
this.PageIndex = 2;
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit();
|
|
|
|
|
this.uiPanel1.ResumeLayout(false);
|
|
|
|
|
this.uiPanel1.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private Sunny.UI.UIPagination uiPagination1;
|
|
|
|
|
private Sunny.UI.UIDataGridView uiDataGridView1;
|
|
|
|
|
private Sunny.UI.UIPanel uiPanel1;
|
|
|
|
|
private Sunny.UI.UILabel uiLabel5;
|
|
|
|
|
private Sunny.UI.UITextBox txtReelId;
|
|
|
|
|
private Sunny.UI.UILabel uiLabel4;
|
|
|
|
|
private Sunny.UI.UITextBox txtBatchId;
|
|
|
|
|
private Sunny.UI.UILabel uiLabel3;
|
|
|
|
|
private Sunny.UI.UISymbolButton btnExport;
|
|
|
|
|
private Sunny.UI.UISymbolButton btnQuery;
|
|
|
|
|
private Sunny.UI.UILabel uiLabel1;
|
|
|
|
|
private Sunny.UI.UIDatePicker uiDatePicker2;
|
|
|
|
|
private Sunny.UI.UIDatePicker uiDatePicker1;
|
|
|
|
|
private Sunny.UI.UILineChart lineChartDefect;
|
|
|
|
|
private Sunny.UI.UILineChart lineChartFaceWidth;
|
|
|
|
|
private Sunny.UI.UISymbolButton btnChar;
|
2024-12-02 15:02:39 +08:00
|
|
|
|
private Sunny.UI.UITextBox txtBarcode;
|
|
|
|
|
private Sunny.UI.UILabel uiLabel2;
|
|
|
|
|
private UIExtend.UCColorList ucColorListDefect;
|
|
|
|
|
private Sunny.UI.UITextBox txtAllLen;
|
|
|
|
|
private Sunny.UI.UILineChart lineChartHouDu;
|
2024-03-07 14:03:22 +08:00
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colId;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colCreateTime;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colBarCode;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colName;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colOrderId;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colBatchId;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colReelId;
|
2024-12-02 15:02:39 +08:00
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn PartReel;
|
2024-03-07 14:03:22 +08:00
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colLen;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colDefectCount;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colGrade;
|
2024-12-02 15:02:39 +08:00
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn UserNane;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn BanZuCol;
|
|
|
|
|
private Sunny.UI.UITextBox txtWorkT;
|
|
|
|
|
private Sunny.UI.UILabel uiLabel7;
|
2024-03-07 14:03:22 +08:00
|
|
|
|
}
|
|
|
|
|
}
|