FrmHistorySearch.Designer.cs 18.9 KB

namespace TSA_V
{
    partial class FrmHistorySearch
    {
        /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btnExit = new System.Windows.Forms.Button();
            this.DgvPointInfo = new System.Windows.Forms.DataGridView();
            this.DgvOperateInfo = new System.Windows.Forms.DataGridView();
            this.label3 = new System.Windows.Forms.Label();
            this.BtnQuery = new System.Windows.Forms.Button();
            this.DtpTimeBack = new System.Windows.Forms.DateTimePicker();
            this.DtpTimeFront = new System.Windows.Forms.DateTimePicker();
            this.label2 = new System.Windows.Forms.Label();
            this.TxtCode = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.pcol_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.pcol_PartNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.pcol_PointName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.pcol_CreateDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.col_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.col_ProName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.col_ProType = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.col_BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.col_BoardWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.col_BoardLength = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.col_AoiResult = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.col_UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.col_CreateDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.DgvPointInfo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DgvOperateInfo)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.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.groupBox1.Controls.Add(this.btnExit);
            this.groupBox1.Controls.Add(this.DgvPointInfo);
            this.groupBox1.Controls.Add(this.DgvOperateInfo);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.BtnQuery);
            this.groupBox1.Controls.Add(this.DtpTimeBack);
            this.groupBox1.Controls.Add(this.DtpTimeFront);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.TxtCode);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox1.Location = new System.Drawing.Point(6, 3);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(1221, 675);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "历史记录查询";
            // 
            // btnExit
            // 
            this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnExit.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnExit.Location = new System.Drawing.Point(1098, 21);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(100, 35);
            this.btnExit.TabIndex = 16;
            this.btnExit.Text = "退出";
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // 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.pcol_ID,
            this.pcol_PartNum,
            this.pcol_PointName,
            this.pcol_CreateDate});
            this.DgvPointInfo.Location = new System.Drawing.Point(6, 262);
            this.DgvPointInfo.Name = "DgvPointInfo";
            this.DgvPointInfo.ReadOnly = true;
            this.DgvPointInfo.RowHeadersWidth = 10;
            this.DgvPointInfo.RowTemplate.Height = 23;
            this.DgvPointInfo.Size = new System.Drawing.Size(1211, 404);
            this.DgvPointInfo.TabIndex = 15;
            // 
            // 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.col_ID,
            this.col_ProName,
            this.col_ProType,
            this.col_BarCode,
            this.col_BoardWidth,
            this.col_BoardLength,
            this.col_AoiResult,
            this.col_UserName,
            this.col_CreateDate});
            this.DgvOperateInfo.Location = new System.Drawing.Point(6, 75);
            this.DgvOperateInfo.Name = "DgvOperateInfo";
            this.DgvOperateInfo.ReadOnly = true;
            this.DgvOperateInfo.RowHeadersWidth = 10;
            this.DgvOperateInfo.RowTemplate.Height = 23;
            this.DgvOperateInfo.Size = new System.Drawing.Size(1211, 179);
            this.DgvOperateInfo.TabIndex = 14;
            this.DgvOperateInfo.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvOperateInfo_CellClick);
            // 
            // label3
            // 
            this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(616, 28);
            this.label3.Margin = new System.Windows.Forms.Padding(3);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(85, 21);
            this.label3.TabIndex = 13;
            this.label3.Text = "结束时间";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // BtnQuery
            // 
            this.BtnQuery.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.BtnQuery.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnQuery.Location = new System.Drawing.Point(956, 21);
            this.BtnQuery.Name = "BtnQuery";
            this.BtnQuery.Size = new System.Drawing.Size(100, 35);
            this.BtnQuery.TabIndex = 12;
            this.BtnQuery.Text = "查询";
            this.BtnQuery.UseVisualStyleBackColor = true;
            this.BtnQuery.Click += new System.EventHandler(this.BtnQuery_Click);
            // 
            // DtpTimeBack
            // 
            this.DtpTimeBack.CustomFormat = "yyyy/MM/dd HH:mm:ss";
            this.DtpTimeBack.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.DtpTimeBack.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.DtpTimeBack.Location = new System.Drawing.Point(707, 25);
            this.DtpTimeBack.Name = "DtpTimeBack";
            this.DtpTimeBack.ShowCheckBox = true;
            this.DtpTimeBack.Size = new System.Drawing.Size(197, 26);
            this.DtpTimeBack.TabIndex = 11;
            // 
            // DtpTimeFront
            // 
            this.DtpTimeFront.CustomFormat = "yyyy/MM/dd HH:mm:ss";
            this.DtpTimeFront.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.DtpTimeFront.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.DtpTimeFront.Location = new System.Drawing.Point(402, 25);
            this.DtpTimeFront.Name = "DtpTimeFront";
            this.DtpTimeFront.ShowCheckBox = true;
            this.DtpTimeFront.Size = new System.Drawing.Size(197, 26);
            this.DtpTimeFront.TabIndex = 10;
            // 
            // label2
            // 
            this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(311, 28);
            this.label2.Margin = new System.Windows.Forms.Padding(3);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(85, 21);
            this.label2.TabIndex = 9;
            this.label2.Text = "开始时间";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // TxtCode
            // 
            this.TxtCode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.TxtCode.Location = new System.Drawing.Point(97, 25);
            this.TxtCode.Name = "TxtCode";
            this.TxtCode.Size = new System.Drawing.Size(197, 26);
            this.TxtCode.TabIndex = 8;
            // 
            // label1
            // 
            this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(6, 28);
            this.label1.Margin = new System.Windows.Forms.Padding(3);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(85, 21);
            this.label1.TabIndex = 7;
            this.label1.Text = "条码";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // pcol_ID
            // 
            this.pcol_ID.HeaderText = "ID";
            this.pcol_ID.Name = "pcol_ID";
            this.pcol_ID.ReadOnly = true;
            this.pcol_ID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // pcol_PartNum
            // 
            this.pcol_PartNum.HeaderText = "PartNum";
            this.pcol_PartNum.Name = "pcol_PartNum";
            this.pcol_PartNum.ReadOnly = true;
            this.pcol_PartNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.pcol_PartNum.Width = 160;
            // 
            // pcol_PointName
            // 
            this.pcol_PointName.HeaderText = "PointName";
            this.pcol_PointName.Name = "pcol_PointName";
            this.pcol_PointName.ReadOnly = true;
            this.pcol_PointName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.pcol_PointName.Width = 160;
            // 
            // pcol_CreateDate
            // 
            this.pcol_CreateDate.HeaderText = "CreateDate";
            this.pcol_CreateDate.Name = "pcol_CreateDate";
            this.pcol_CreateDate.ReadOnly = true;
            this.pcol_CreateDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.pcol_CreateDate.Width = 160;
            // 
            // col_ID
            // 
            this.col_ID.HeaderText = "ID";
            this.col_ID.Name = "col_ID";
            this.col_ID.ReadOnly = true;
            this.col_ID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.col_ID.Width = 80;
            // 
            // col_ProName
            // 
            this.col_ProName.HeaderText = "ProName";
            this.col_ProName.Name = "col_ProName";
            this.col_ProName.ReadOnly = true;
            this.col_ProName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.col_ProName.Width = 160;
            // 
            // col_ProType
            // 
            this.col_ProType.HeaderText = "ProType";
            this.col_ProType.Name = "col_ProType";
            this.col_ProType.ReadOnly = true;
            this.col_ProType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.col_ProType.Width = 160;
            // 
            // col_BarCode
            // 
            this.col_BarCode.HeaderText = "BarCode";
            this.col_BarCode.Name = "col_BarCode";
            this.col_BarCode.ReadOnly = true;
            this.col_BarCode.Width = 120;
            // 
            // col_BoardWidth
            // 
            this.col_BoardWidth.HeaderText = "BoardWidth";
            this.col_BoardWidth.Name = "col_BoardWidth";
            this.col_BoardWidth.ReadOnly = true;
            this.col_BoardWidth.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.col_BoardWidth.Width = 120;
            // 
            // col_BoardLength
            // 
            this.col_BoardLength.HeaderText = "BoardLength";
            this.col_BoardLength.Name = "col_BoardLength";
            this.col_BoardLength.ReadOnly = true;
            this.col_BoardLength.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.col_BoardLength.Width = 120;
            // 
            // col_AoiResult
            // 
            this.col_AoiResult.HeaderText = "AoiResult";
            this.col_AoiResult.Name = "col_AoiResult";
            this.col_AoiResult.ReadOnly = true;
            this.col_AoiResult.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.col_AoiResult.Width = 120;
            // 
            // col_UserName
            // 
            this.col_UserName.HeaderText = "UserName";
            this.col_UserName.Name = "col_UserName";
            this.col_UserName.ReadOnly = true;
            this.col_UserName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // col_CreateDate
            // 
            this.col_CreateDate.HeaderText = "CreateDate";
            this.col_CreateDate.Name = "col_CreateDate";
            this.col_CreateDate.ReadOnly = true;
            this.col_CreateDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.col_CreateDate.Width = 120;
            // 
            // FrmHistorySearch
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1234, 685);
            this.Controls.Add(this.groupBox1);
            this.Name = "FrmHistorySearch";
            this.Text = "历史记录";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.frmHistorySearch_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.DgvPointInfo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DgvOperateInfo)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Button BtnQuery;
        private System.Windows.Forms.DateTimePicker DtpTimeBack;
        private System.Windows.Forms.DateTimePicker DtpTimeFront;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox TxtCode;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.DataGridView DgvPointInfo;
        private System.Windows.Forms.DataGridView DgvOperateInfo;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.DataGridViewTextBoxColumn pcol_ID;
        private System.Windows.Forms.DataGridViewTextBoxColumn pcol_PartNum;
        private System.Windows.Forms.DataGridViewTextBoxColumn pcol_PointName;
        private System.Windows.Forms.DataGridViewTextBoxColumn pcol_CreateDate;
        private System.Windows.Forms.DataGridViewTextBoxColumn col_ID;
        private System.Windows.Forms.DataGridViewTextBoxColumn col_ProName;
        private System.Windows.Forms.DataGridViewTextBoxColumn col_ProType;
        private System.Windows.Forms.DataGridViewTextBoxColumn col_BarCode;
        private System.Windows.Forms.DataGridViewTextBoxColumn col_BoardWidth;
        private System.Windows.Forms.DataGridViewTextBoxColumn col_BoardLength;
        private System.Windows.Forms.DataGridViewTextBoxColumn col_AoiResult;
        private System.Windows.Forms.DataGridViewTextBoxColumn col_UserName;
        private System.Windows.Forms.DataGridViewTextBoxColumn col_CreateDate;
    }
}