FrmHistory.Designer.cs 13.7 KB

namespace TSA_V
{
    partial class FrmHistory
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.label1 = new System.Windows.Forms.Label();
            this.TxtCode = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.DtpTimeFront = new System.Windows.Forms.DateTimePicker();
            this.DtpTimeBack = new System.Windows.Forms.DateTimePicker();
            this.BtnQuery = new System.Windows.Forms.Button();
            this.DgvOperateInfo = new System.Windows.Forms.DataGridView();
            this.DgvPointInfo = new System.Windows.Forms.DataGridView();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.DgvOperateInfo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DgvPointInfo)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 12);
            this.label1.Margin = new System.Windows.Forms.Padding(3);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "条码";
            // 
            // TxtCode
            // 
            this.TxtCode.Location = new System.Drawing.Point(12, 30);
            this.TxtCode.Name = "TxtCode";
            this.TxtCode.Size = new System.Drawing.Size(180, 21);
            this.TxtCode.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(12, 57);
            this.label2.Margin = new System.Windows.Forms.Padding(3);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "创建时间";
            // 
            // DtpTimeFront
            // 
            this.DtpTimeFront.CustomFormat = "yyyy/MM/dd HH:mm:ss";
            this.DtpTimeFront.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.DtpTimeFront.Location = new System.Drawing.Point(12, 75);
            this.DtpTimeFront.Name = "DtpTimeFront";
            this.DtpTimeFront.ShowCheckBox = true;
            this.DtpTimeFront.Size = new System.Drawing.Size(180, 21);
            this.DtpTimeFront.TabIndex = 3;
            // 
            // DtpTimeBack
            // 
            this.DtpTimeBack.CustomFormat = "yyyy/MM/dd HH:mm:ss";
            this.DtpTimeBack.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.DtpTimeBack.Location = new System.Drawing.Point(12, 102);
            this.DtpTimeBack.Name = "DtpTimeBack";
            this.DtpTimeBack.ShowCheckBox = true;
            this.DtpTimeBack.Size = new System.Drawing.Size(180, 21);
            this.DtpTimeBack.TabIndex = 5;
            // 
            // BtnQuery
            // 
            this.BtnQuery.Location = new System.Drawing.Point(92, 129);
            this.BtnQuery.Name = "BtnQuery";
            this.BtnQuery.Size = new System.Drawing.Size(100, 30);
            this.BtnQuery.TabIndex = 6;
            this.BtnQuery.Text = "查询";
            this.BtnQuery.UseVisualStyleBackColor = true;
            this.BtnQuery.Click += new System.EventHandler(this.BtnQuery_Click);
            // 
            // DgvOperateInfo
            // 
            this.DgvOperateInfo.AllowUserToAddRows = false;
            this.DgvOperateInfo.AllowUserToDeleteRows = false;
            this.DgvOperateInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.DgvOperateInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.DgvOperateInfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2,
            this.Column3,
            this.Column4,
            this.Column5,
            this.Column6,
            this.Column7,
            this.Column8,
            this.Column9});
            this.DgvOperateInfo.Location = new System.Drawing.Point(198, 12);
            this.DgvOperateInfo.Name = "DgvOperateInfo";
            this.DgvOperateInfo.ReadOnly = true;
            this.DgvOperateInfo.RowTemplate.Height = 23;
            this.DgvOperateInfo.Size = new System.Drawing.Size(406, 150);
            this.DgvOperateInfo.TabIndex = 7;
            this.DgvOperateInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvOperateInfo_CellClick);
            // 
            // DgvPointInfo
            // 
            this.DgvPointInfo.AllowUserToAddRows = false;
            this.DgvPointInfo.AllowUserToDeleteRows = false;
            this.DgvPointInfo.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.DgvPointInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.DgvPointInfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column10,
            this.Column11,
            this.Column12,
            this.Column13});
            this.DgvPointInfo.Location = new System.Drawing.Point(198, 168);
            this.DgvPointInfo.Name = "DgvPointInfo";
            this.DgvPointInfo.ReadOnly = true;
            this.DgvPointInfo.RowTemplate.Height = 23;
            this.DgvPointInfo.Size = new System.Drawing.Size(406, 174);
            this.DgvPointInfo.TabIndex = 8;
            // 
            // Column1
            // 
            this.Column1.HeaderText = "ID";
            this.Column1.Name = "Column1";
            this.Column1.ReadOnly = true;
            this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // Column2
            // 
            this.Column2.HeaderText = "ProName";
            this.Column2.Name = "Column2";
            this.Column2.ReadOnly = true;
            this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // Column3
            // 
            this.Column3.HeaderText = "ProType";
            this.Column3.Name = "Column3";
            this.Column3.ReadOnly = true;
            this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // Column4
            // 
            this.Column4.HeaderText = "BarCode";
            this.Column4.Name = "Column4";
            this.Column4.ReadOnly = true;
            // 
            // Column5
            // 
            this.Column5.HeaderText = "BoardWidth";
            this.Column5.Name = "Column5";
            this.Column5.ReadOnly = true;
            this.Column5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // Column6
            // 
            this.Column6.HeaderText = "BoardLength";
            this.Column6.Name = "Column6";
            this.Column6.ReadOnly = true;
            this.Column6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // Column7
            // 
            this.Column7.HeaderText = "AoiResult";
            this.Column7.Name = "Column7";
            this.Column7.ReadOnly = true;
            this.Column7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // Column8
            // 
            this.Column8.HeaderText = "UserName";
            this.Column8.Name = "Column8";
            this.Column8.ReadOnly = true;
            this.Column8.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // Column9
            // 
            this.Column9.HeaderText = "CreateDate";
            this.Column9.Name = "Column9";
            this.Column9.ReadOnly = true;
            this.Column9.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // Column10
            // 
            this.Column10.HeaderText = "ID";
            this.Column10.Name = "Column10";
            this.Column10.ReadOnly = true;
            this.Column10.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // Column11
            // 
            this.Column11.HeaderText = "PartNum";
            this.Column11.Name = "Column11";
            this.Column11.ReadOnly = true;
            this.Column11.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // Column12
            // 
            this.Column12.HeaderText = "PointName";
            this.Column12.Name = "Column12";
            this.Column12.ReadOnly = true;
            this.Column12.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // Column13
            // 
            this.Column13.HeaderText = "CreateDate";
            this.Column13.Name = "Column13";
            this.Column13.ReadOnly = true;
            this.Column13.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // FrmHistory
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(616, 354);
            this.Controls.Add(this.DgvPointInfo);
            this.Controls.Add(this.DgvOperateInfo);
            this.Controls.Add(this.BtnQuery);
            this.Controls.Add(this.DtpTimeBack);
            this.Controls.Add(this.DtpTimeFront);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.TxtCode);
            this.Controls.Add(this.label1);
            this.Name = "FrmHistory";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "FrmHistory";
            this.Load += new System.EventHandler(this.FrmHistory_Load);
            ((System.ComponentModel.ISupportInitialize)(this.DgvOperateInfo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DgvPointInfo)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox TxtCode;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.DateTimePicker DtpTimeFront;
        private System.Windows.Forms.DateTimePicker DtpTimeBack;
        private System.Windows.Forms.Button BtnQuery;
        private System.Windows.Forms.DataGridView DgvOperateInfo;
        private System.Windows.Forms.DataGridView DgvPointInfo;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
    }
}