FrmComCountView.Designer.cs 8.8 KB
namespace TSA_V
{
    partial class FrmComCountView
    {
        /// <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.btnCancel = new System.Windows.Forms.Button();
            this.btnOK = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.dgvData = new System.Windows.Forms.DataGridView();
            this.Column_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column_TagNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column_PN = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column_PositionNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column_ComCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column_nCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column_ISUpdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
            this.SuspendLayout();
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCancel.Location = new System.Drawing.Point(875, 577);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(120, 45);
            this.btnCancel.TabIndex = 285;
            this.btnCancel.Text = "取消";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnOK
            // 
            this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnOK.Location = new System.Drawing.Point(749, 577);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(120, 45);
            this.btnOK.TabIndex = 284;
            this.btnOK.Text = "确认";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // panel1
            // 
            this.panel1.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.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.panel1.Controls.Add(this.dgvData);
            this.panel1.Location = new System.Drawing.Point(5, 5);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(995, 562);
            this.panel1.TabIndex = 0;
            // 
            // dgvData
            // 
            this.dgvData.AllowUserToAddRows = false;
            this.dgvData.AllowUserToDeleteRows = false;
            this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column_ID,
            this.Column_TagNo,
            this.Column_PN,
            this.Column_PositionNum,
            this.Column_ComCount,
            this.Column_nCount,
            this.Column_ISUpdate});
            this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvData.Location = new System.Drawing.Point(0, 0);
            this.dgvData.Name = "dgvData";
            this.dgvData.RowTemplate.Height = 23;
            this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvData.Size = new System.Drawing.Size(995, 562);
            this.dgvData.TabIndex = 0;
            this.dgvData.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvData_CellEndEdit);
            this.dgvData.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvData_RowPostPaint);
            // 
            // Column_ID
            // 
            this.Column_ID.DataPropertyName = "Id";
            this.Column_ID.HeaderText = "ID";
            this.Column_ID.Name = "Column_ID";
            this.Column_ID.ReadOnly = true;
            this.Column_ID.Visible = false;
            // 
            // Column_TagNo
            // 
            this.Column_TagNo.HeaderText = "位号";
            this.Column_TagNo.Name = "Column_TagNo";
            this.Column_TagNo.ReadOnly = true;
            this.Column_TagNo.Width = 200;
            // 
            // Column_PN
            // 
            this.Column_PN.HeaderText = "物料编码";
            this.Column_PN.Name = "Column_PN";
            this.Column_PN.ReadOnly = true;
            this.Column_PN.Width = 200;
            // 
            // Column_PositionNum
            // 
            this.Column_PositionNum.HeaderText = "料盘位置";
            this.Column_PositionNum.Name = "Column_PositionNum";
            this.Column_PositionNum.ReadOnly = true;
            this.Column_PositionNum.Width = 120;
            // 
            // Column_ComCount
            // 
            this.Column_ComCount.HeaderText = "原始数量";
            this.Column_ComCount.Name = "Column_ComCount";
            this.Column_ComCount.ReadOnly = true;
            // 
            // Column_nCount
            // 
            this.Column_nCount.HeaderText = "新数量";
            this.Column_nCount.Name = "Column_nCount";
            // 
            // Column_ISUpdate
            // 
            this.Column_ISUpdate.HeaderText = "是否修改";
            this.Column_ISUpdate.Name = "Column_ISUpdate";
            this.Column_ISUpdate.ReadOnly = true;
            // 
            // FrmComCountView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1007, 634);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOK);
            this.Controls.Add(this.panel1);
            this.MaximizeBox = true;
            this.MinimizeBox = true;
            this.Name = "FrmComCountView";
            this.Text = "数据预览";
            this.TopMost = true;
            this.Load += new System.EventHandler(this.FrmImageViewer_Load);
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Button btnOK;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.DataGridView dgvData;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column_ID;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column_TagNo;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column_PN;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column_PositionNum;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column_ComCount;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column_nCount;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column_ISUpdate;
    }
}