namespace InvoicingTool { partial class CheckBillFail { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); this.btnSearch = new System.Windows.Forms.Button(); this.txtSearch = new System.Windows.Forms.TextBox(); this.panel2 = new System.Windows.Forms.Panel(); this.btnClose = new System.Windows.Forms.Button(); this.lblTite = new System.Windows.Forms.Label(); this.CheckView = new System.Windows.Forms.DataGridView(); this.checkcommoditydetail_id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.commodity_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.commodity_name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.overpluscount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.curoverpluscount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.differencecount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.checkdate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.label14 = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.panel3 = new System.Windows.Forms.Panel(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.CheckView)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // btnSearch // this.btnSearch.Anchor = System.Windows.Forms.AnchorStyles.Left; this.btnSearch.BackgroundImage = global::InvoicingTool.Properties.Resources.搜索icon; this.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.btnSearch.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241))))); this.btnSearch.FlatAppearance.BorderSize = 0; this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSearch.Location = new System.Drawing.Point(653, 36); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(30, 30); this.btnSearch.TabIndex = 42; this.btnSearch.UseVisualStyleBackColor = true; // // txtSearch // this.txtSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.txtSearch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tableLayoutPanel1.SetColumnSpan(this.txtSearch, 3); this.txtSearch.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtSearch.Location = new System.Drawing.Point(419, 39); this.txtSearch.Name = "txtSearch"; this.txtSearch.Size = new System.Drawing.Size(228, 25); this.txtSearch.TabIndex = 0; this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged); this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CheckBillFail_KeyDown); // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(58))))); this.tableLayoutPanel1.SetColumnSpan(this.panel2, 8); this.panel2.Controls.Add(this.btnClose); this.panel2.Controls.Add(this.lblTite); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Margin = new System.Windows.Forms.Padding(0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(690, 31); this.panel2.TabIndex = 39; // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.BackgroundImage = global::InvoicingTool.Properties.Resources.Close; this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.btnClose.FlatAppearance.BorderSize = 0; this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnClose.Location = new System.Drawing.Point(662, 3); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(20, 20); this.btnClose.TabIndex = 37; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // lblTite // this.lblTite.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.lblTite.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold); this.lblTite.ForeColor = System.Drawing.Color.White; this.lblTite.Location = new System.Drawing.Point(2, 0); this.lblTite.Margin = new System.Windows.Forms.Padding(0); this.lblTite.Name = "lblTite"; this.lblTite.Size = new System.Drawing.Size(688, 31); this.lblTite.TabIndex = 36; this.lblTite.Text = "盘点无库存信息商品查询"; this.lblTite.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // CheckView // this.CheckView.AllowUserToAddRows = false; this.CheckView.AllowUserToDeleteRows = false; this.CheckView.AllowUserToResizeColumns = false; this.CheckView.AllowUserToResizeRows = false; this.CheckView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.CheckView.BackgroundColor = System.Drawing.Color.White; this.CheckView.BorderStyle = System.Windows.Forms.BorderStyle.None; this.CheckView.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal; this.CheckView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248))))); dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.CheckView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.CheckView.ColumnHeadersHeight = 28; this.CheckView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.CheckView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.checkcommoditydetail_id, this.commodity_barcode, this.commodity_name, this.overpluscount, this.curoverpluscount, this.differencecount, this.checkdate}); this.tableLayoutPanel1.SetColumnSpan(this.CheckView, 8); this.CheckView.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241))))); this.CheckView.Location = new System.Drawing.Point(1, 72); this.CheckView.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0); this.CheckView.MultiSelect = false; this.CheckView.Name = "CheckView"; this.CheckView.ReadOnly = true; this.CheckView.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(188)))), ((int)(((byte)(166))))); dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.CheckView.RowHeadersDefaultCellStyle = dataGridViewCellStyle9; this.CheckView.RowHeadersVisible = false; this.CheckView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(188)))), ((int)(((byte)(166))))); this.CheckView.RowsDefaultCellStyle = dataGridViewCellStyle10; this.CheckView.RowTemplate.Height = 23; this.CheckView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.CheckView.Size = new System.Drawing.Size(688, 417); this.CheckView.TabIndex = 8; this.CheckView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CheckBillFail_KeyDown); // // checkcommoditydetail_id // this.checkcommoditydetail_id.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.checkcommoditydetail_id.DataPropertyName = "checkcommoditydetail_id"; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.checkcommoditydetail_id.DefaultCellStyle = dataGridViewCellStyle2; this.checkcommoditydetail_id.FillWeight = 40F; this.checkcommoditydetail_id.HeaderText = "序号"; this.checkcommoditydetail_id.Name = "checkcommoditydetail_id"; this.checkcommoditydetail_id.ReadOnly = true; // // commodity_barcode // this.commodity_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.commodity_barcode.DataPropertyName = "commodity_barcode"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.commodity_barcode.DefaultCellStyle = dataGridViewCellStyle3; this.commodity_barcode.FillWeight = 120F; this.commodity_barcode.HeaderText = "商品条码"; this.commodity_barcode.Name = "commodity_barcode"; this.commodity_barcode.ReadOnly = true; this.commodity_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // commodity_name // this.commodity_name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.commodity_name.DataPropertyName = "commodity_name"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; this.commodity_name.DefaultCellStyle = dataGridViewCellStyle4; this.commodity_name.FillWeight = 170F; this.commodity_name.HeaderText = "商品名称"; this.commodity_name.Name = "commodity_name"; this.commodity_name.ReadOnly = true; this.commodity_name.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // overpluscount // this.overpluscount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.overpluscount.DataPropertyName = "overpluscount"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle5.Format = "N2"; dataGridViewCellStyle5.NullValue = null; this.overpluscount.DefaultCellStyle = dataGridViewCellStyle5; this.overpluscount.FillWeight = 80F; this.overpluscount.HeaderText = "库存数量"; this.overpluscount.Name = "overpluscount"; this.overpluscount.ReadOnly = true; this.overpluscount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.overpluscount.Visible = false; // // curoverpluscount // this.curoverpluscount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.curoverpluscount.DataPropertyName = "curoverpluscount"; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle6.Format = "N2"; dataGridViewCellStyle6.NullValue = null; this.curoverpluscount.DefaultCellStyle = dataGridViewCellStyle6; this.curoverpluscount.FillWeight = 80F; this.curoverpluscount.HeaderText = "实盘数量"; this.curoverpluscount.Name = "curoverpluscount"; this.curoverpluscount.ReadOnly = true; this.curoverpluscount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // differencecount // this.differencecount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.differencecount.DataPropertyName = "differencecount"; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle7.Format = "N2"; dataGridViewCellStyle7.NullValue = null; this.differencecount.DefaultCellStyle = dataGridViewCellStyle7; this.differencecount.FillWeight = 86F; this.differencecount.HeaderText = "盘差数量"; this.differencecount.Name = "differencecount"; this.differencecount.ReadOnly = true; this.differencecount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.differencecount.Visible = false; // // checkdate // this.checkdate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.checkdate.DataPropertyName = "checkdate"; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.checkdate.DefaultCellStyle = dataGridViewCellStyle8; this.checkdate.FillWeight = 150F; this.checkdate.HeaderText = "实盘时间"; this.checkdate.Name = "checkdate"; this.checkdate.ReadOnly = true; this.checkdate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // label14 // this.label14.Anchor = System.Windows.Forms.AnchorStyles.Right; this.label14.AutoSize = true; this.label14.BackColor = System.Drawing.Color.Transparent; this.label14.Font = new System.Drawing.Font("微软雅黑", 10F); this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(58))))); this.label14.Location = new System.Drawing.Point(362, 41); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(51, 20); this.label14.TabIndex = 41; this.label14.Text = "搜索:"; this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // tableLayoutPanel1 // this.tableLayoutPanel1.BackColor = System.Drawing.Color.White; this.tableLayoutPanel1.ColumnCount = 8; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 87F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 123F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 138F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 68F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 43F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 93F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 98F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Controls.Add(this.label14, 3, 1); this.tableLayoutPanel1.Controls.Add(this.CheckView, 0, 2); this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0); this.tableLayoutPanel1.Controls.Add(this.txtSearch, 4, 1); this.tableLayoutPanel1.Controls.Add(this.btnSearch, 7, 1); this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 3); this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 4; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 41F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 417F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 12F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(690, 493); this.tableLayoutPanel1.TabIndex = 41; // // panel3 // this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(58))))); this.tableLayoutPanel1.SetColumnSpan(this.panel3, 8); this.panel3.Location = new System.Drawing.Point(0, 489); this.panel3.Margin = new System.Windows.Forms.Padding(0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(690, 3); this.panel3.TabIndex = 41; // // CheckBillFail // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(690, 492); this.Controls.Add(this.tableLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CheckBillFail"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "CheckBillFail"; this.TopMost = true; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CheckBillFail_KeyDown); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.CheckView)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnSearch; private System.Windows.Forms.TextBox txtSearch; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label label14; private System.Windows.Forms.DataGridView CheckView; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Label lblTite; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.DataGridViewTextBoxColumn checkcommoditydetail_id; private System.Windows.Forms.DataGridViewTextBoxColumn commodity_barcode; private System.Windows.Forms.DataGridViewTextBoxColumn commodity_name; private System.Windows.Forms.DataGridViewTextBoxColumn overpluscount; private System.Windows.Forms.DataGridViewTextBoxColumn curoverpluscount; private System.Windows.Forms.DataGridViewTextBoxColumn differencecount; private System.Windows.Forms.DataGridViewTextBoxColumn checkdate; } }