namespace InvoicingTool { partial class InvoicingMain { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InvoicingMain)); this.InvoicingData = new System.Windows.Forms.DataGridView(); this.receivedetailserverpart_id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.commodity_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.commodity_name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.delivercount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel1 = new System.Windows.Forms.Panel(); this.btnClose = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.btnSave = new System.Windows.Forms.Button(); this.btnReceiveAdd = new System.Windows.Forms.Button(); this.lblMessage = new System.Windows.Forms.Label(); this.btnUpLoad = new System.Windows.Forms.Button(); this.btnAuditing = new System.Windows.Forms.Button(); this.txtDeliverCount = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.txtbarcode = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.lblReceiveDate = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.lblReceiveCode = new System.Windows.Forms.Label(); this.lblReceivePerson = new System.Windows.Forms.Label(); this.lblShopName = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.InvoicingData)).BeginInit(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // InvoicingData // this.InvoicingData.AllowUserToAddRows = false; this.InvoicingData.AllowUserToDeleteRows = false; this.InvoicingData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.InvoicingData.BackgroundColor = System.Drawing.Color.White; this.InvoicingData.BorderStyle = System.Windows.Forms.BorderStyle.None; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; 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; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.InvoicingData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.InvoicingData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.InvoicingData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.receivedetailserverpart_id, this.commodity_barcode, this.commodity_name, this.delivercount}); this.InvoicingData.GridColor = System.Drawing.SystemColors.ControlLight; this.InvoicingData.Location = new System.Drawing.Point(5, 207); this.InvoicingData.Name = "InvoicingData"; this.InvoicingData.ReadOnly = true; this.InvoicingData.RowHeadersVisible = false; dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.InvoicingData.RowsDefaultCellStyle = dataGridViewCellStyle6; this.InvoicingData.RowTemplate.Height = 23; this.InvoicingData.Size = new System.Drawing.Size(752, 313); this.InvoicingData.TabIndex = 0; // // receivedetailserverpart_id // this.receivedetailserverpart_id.DataPropertyName = "receivedetailserverpart_id"; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.NullValue = null; this.receivedetailserverpart_id.DefaultCellStyle = dataGridViewCellStyle2; this.receivedetailserverpart_id.FillWeight = 40.60914F; this.receivedetailserverpart_id.HeaderText = "序号"; this.receivedetailserverpart_id.Name = "receivedetailserverpart_id"; this.receivedetailserverpart_id.ReadOnly = true; // // commodity_barcode // this.commodity_barcode.DataPropertyName = "commodity_barcode"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.commodity_barcode.DefaultCellStyle = dataGridViewCellStyle3; this.commodity_barcode.FillWeight = 119.797F; this.commodity_barcode.HeaderText = "商品条码"; this.commodity_barcode.Name = "commodity_barcode"; this.commodity_barcode.ReadOnly = true; // // commodity_name // this.commodity_name.DataPropertyName = "commodity_name"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; this.commodity_name.DefaultCellStyle = dataGridViewCellStyle4; this.commodity_name.FillWeight = 119.797F; this.commodity_name.HeaderText = "商品名称"; this.commodity_name.Name = "commodity_name"; this.commodity_name.ReadOnly = true; // // delivercount // this.delivercount.DataPropertyName = "delivercount"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle5.Format = "N2"; dataGridViewCellStyle5.NullValue = null; this.delivercount.DefaultCellStyle = dataGridViewCellStyle5; this.delivercount.FillWeight = 119.797F; this.delivercount.HeaderText = "进货数量"; this.delivercount.Name = "delivercount"; this.delivercount.ReadOnly = true; // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.BackColor = System.Drawing.Color.Transparent; this.panel1.Controls.Add(this.btnClose); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.btnSave); this.panel1.Controls.Add(this.btnReceiveAdd); this.panel1.Controls.Add(this.lblMessage); this.panel1.Controls.Add(this.btnUpLoad); this.panel1.Controls.Add(this.btnAuditing); this.panel1.Controls.Add(this.txtDeliverCount); this.panel1.Controls.Add(this.label8); this.panel1.Controls.Add(this.txtbarcode); this.panel1.Controls.Add(this.label7); this.panel1.Controls.Add(this.panel2); this.panel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(764, 206); this.panel1.TabIndex = 1; // // btnClose // this.btnClose.BackgroundImage = global::InvoicingTool.Properties.Resources.Close; this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.btnClose.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnClose.FlatAppearance.BorderSize = 0; this.btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Red; this.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DeepSkyBlue; this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnClose.Location = new System.Drawing.Point(737, 1); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(26, 23); this.btnClose.TabIndex = 14; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // label2 // this.label2.Font = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(40, 6); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(677, 43); this.label2.TabIndex = 13; this.label2.Text = "收银进销存辅助工具"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnSave // this.btnSave.AutoSize = true; this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(122)))), ((int)(((byte)(67))))); this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage"))); this.btnSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnSave.FlatAppearance.BorderSize = 0; this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSave.Font = new System.Drawing.Font("宋体", 12F); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(542, 138); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(100, 29); this.btnSave.TabIndex = 12; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnReceiveAdd // this.btnReceiveAdd.AutoSize = true; this.btnReceiveAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(122)))), ((int)(((byte)(67))))); this.btnReceiveAdd.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnReceiveAdd.BackgroundImage"))); this.btnReceiveAdd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnReceiveAdd.FlatAppearance.BorderSize = 0; this.btnReceiveAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnReceiveAdd.Font = new System.Drawing.Font("宋体", 12F); this.btnReceiveAdd.ForeColor = System.Drawing.Color.White; this.btnReceiveAdd.Location = new System.Drawing.Point(650, 138); this.btnReceiveAdd.Name = "btnReceiveAdd"; this.btnReceiveAdd.Size = new System.Drawing.Size(100, 29); this.btnReceiveAdd.TabIndex = 11; this.btnReceiveAdd.Text = "添加入库单"; this.btnReceiveAdd.UseVisualStyleBackColor = false; this.btnReceiveAdd.Click += new System.EventHandler(this.btnReceiveAdd_Click); // // lblMessage // this.lblMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblMessage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblMessage.ForeColor = System.Drawing.Color.White; this.lblMessage.Location = new System.Drawing.Point(9, 176); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new System.Drawing.Size(502, 20); this.lblMessage.TabIndex = 10; this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnUpLoad // this.btnUpLoad.AutoSize = true; this.btnUpLoad.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(122)))), ((int)(((byte)(67))))); this.btnUpLoad.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpLoad.BackgroundImage"))); this.btnUpLoad.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnUpLoad.FlatAppearance.BorderSize = 0; this.btnUpLoad.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnUpLoad.Font = new System.Drawing.Font("宋体", 12F); this.btnUpLoad.ForeColor = System.Drawing.Color.White; this.btnUpLoad.Location = new System.Drawing.Point(650, 172); this.btnUpLoad.Name = "btnUpLoad"; this.btnUpLoad.Size = new System.Drawing.Size(100, 29); this.btnUpLoad.TabIndex = 9; this.btnUpLoad.Text = "上传"; this.btnUpLoad.UseVisualStyleBackColor = false; this.btnUpLoad.Click += new System.EventHandler(this.btnUpLoad_Click); // // btnAuditing // this.btnAuditing.AutoSize = true; this.btnAuditing.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(122)))), ((int)(((byte)(67))))); this.btnAuditing.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAuditing.BackgroundImage"))); this.btnAuditing.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnAuditing.FlatAppearance.BorderSize = 0; this.btnAuditing.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnAuditing.Font = new System.Drawing.Font("宋体", 12F); this.btnAuditing.ForeColor = System.Drawing.Color.White; this.btnAuditing.Location = new System.Drawing.Point(542, 172); this.btnAuditing.Name = "btnAuditing"; this.btnAuditing.Size = new System.Drawing.Size(100, 29); this.btnAuditing.TabIndex = 8; this.btnAuditing.Text = "入库单审核"; this.btnAuditing.UseVisualStyleBackColor = false; this.btnAuditing.Click += new System.EventHandler(this.btnAuditing_Click); // // txtDeliverCount // this.txtDeliverCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtDeliverCount.Location = new System.Drawing.Point(397, 138); this.txtDeliverCount.Name = "txtDeliverCount"; this.txtDeliverCount.Size = new System.Drawing.Size(126, 29); this.txtDeliverCount.TabIndex = 3; this.txtDeliverCount.WordWrap = false; this.txtDeliverCount.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDeliverCount_KeyDown); // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label8.ForeColor = System.Drawing.Color.White; this.label8.Location = new System.Drawing.Point(310, 141); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(90, 21); this.label8.TabIndex = 7; this.label8.Text = "进货数量:"; // // txtbarcode // this.txtbarcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtbarcode.Location = new System.Drawing.Point(96, 138); this.txtbarcode.Name = "txtbarcode"; this.txtbarcode.Size = new System.Drawing.Size(203, 29); this.txtbarcode.TabIndex = 0; this.txtbarcode.WordWrap = false; this.txtbarcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtbarcode_KeyDown); // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.ForeColor = System.Drawing.Color.White; this.label7.Location = new System.Drawing.Point(13, 141); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(90, 21); this.label7.TabIndex = 6; this.label7.Text = "商品条码:"; // // panel2 // this.panel2.BackColor = System.Drawing.Color.White; this.panel2.Controls.Add(this.lblReceiveDate); this.panel2.Controls.Add(this.lblReceiveCode); this.panel2.Controls.Add(this.lblReceivePerson); this.panel2.Controls.Add(this.lblShopName); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.label3); this.panel2.Controls.Add(this.label4); this.panel2.Controls.Add(this.label6); this.panel2.Location = new System.Drawing.Point(13, 60); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(737, 72); this.panel2.TabIndex = 15; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(140)))), ((int)(((byte)(213))))); this.label1.Location = new System.Drawing.Point(18, 11); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(90, 21); this.label1.TabIndex = 0; this.label1.Text = "入库单号:"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(140)))), ((int)(((byte)(213))))); this.label3.Location = new System.Drawing.Point(376, 11); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(90, 21); this.label3.TabIndex = 2; this.label3.Text = "入库日期:"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(140)))), ((int)(((byte)(213))))); this.label4.Location = new System.Drawing.Point(18, 42); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(90, 21); this.label4.TabIndex = 3; this.label4.Text = "入库门店:"; // // lblReceiveDate // this.lblReceiveDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblReceiveDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(140)))), ((int)(((byte)(213))))); this.lblReceiveDate.Location = new System.Drawing.Point(463, 11); this.lblReceiveDate.Name = "lblReceiveDate"; this.lblReceiveDate.Size = new System.Drawing.Size(209, 21); this.lblReceiveDate.TabIndex = 10; this.lblReceiveDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(140)))), ((int)(((byte)(213))))); this.label6.Location = new System.Drawing.Point(376, 42); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(90, 21); this.label6.TabIndex = 5; this.label6.Text = "操作人员:"; // // lblReceiveCode // this.lblReceiveCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblReceiveCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(140)))), ((int)(((byte)(213))))); this.lblReceiveCode.Location = new System.Drawing.Point(101, 11); this.lblReceiveCode.Name = "lblReceiveCode"; this.lblReceiveCode.Size = new System.Drawing.Size(203, 21); this.lblReceiveCode.TabIndex = 1; this.lblReceiveCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblReceivePerson // this.lblReceivePerson.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblReceivePerson.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(140)))), ((int)(((byte)(213))))); this.lblReceivePerson.Location = new System.Drawing.Point(462, 42); this.lblReceivePerson.Name = "lblReceivePerson"; this.lblReceivePerson.Size = new System.Drawing.Size(210, 21); this.lblReceivePerson.TabIndex = 9; this.lblReceivePerson.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblShopName // this.lblShopName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblShopName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(140)))), ((int)(((byte)(213))))); this.lblShopName.Location = new System.Drawing.Point(101, 42); this.lblShopName.Name = "lblShopName"; this.lblShopName.Size = new System.Drawing.Size(203, 21); this.lblShopName.TabIndex = 4; this.lblShopName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label10 // this.label10.AutoSize = true; this.label10.BackColor = System.Drawing.Color.Transparent; this.label10.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label10.ForeColor = System.Drawing.Color.White; this.label10.Location = new System.Drawing.Point(573, 521); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(182, 17); this.label10.TabIndex = 26; this.label10.Text = "©2016 杭州驿商科技有限公司"; // // InvoicingMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.DodgerBlue; this.BackgroundImage = global::InvoicingTool.Properties.Resources.背景; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(764, 541); this.Controls.Add(this.label10); this.Controls.Add(this.panel1); this.Controls.Add(this.InvoicingData); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.KeyPreview = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "InvoicingMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "进销存辅助工具V2.0"; this.TopMost = true; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.InvoicingMain_FormClosing); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.InvoicingMain_KeyDown); ((System.ComponentModel.ISupportInitialize)(this.InvoicingData)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView InvoicingData; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label lblShopName; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label lblReceiveCode; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lblReceivePerson; private System.Windows.Forms.TextBox txtbarcode; private System.Windows.Forms.TextBox txtDeliverCount; private System.Windows.Forms.Label lblReceiveDate; private System.Windows.Forms.Button btnAuditing; private System.Windows.Forms.Button btnUpLoad; private System.Windows.Forms.Label lblMessage; private System.Windows.Forms.DataGridViewTextBoxColumn receivedetailserverpart_id; private System.Windows.Forms.DataGridViewTextBoxColumn commodity_barcode; private System.Windows.Forms.DataGridViewTextBoxColumn commodity_name; private System.Windows.Forms.DataGridViewTextBoxColumn delivercount; private System.Windows.Forms.Button btnReceiveAdd; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Label label10; private System.Windows.Forms.Panel panel2; } }