⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 formjhrk.designer.cs

📁 超市进销存管理系统 Visual Studio 2005+SQL Sever2005
💻 CS
📖 第 1 页 / 共 4 页
字号:
            this.tsb_tuiChu.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsb_tuiChu.Click += new System.EventHandler(this.tsb_tuiChu_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.AutoSize = false;
            this.toolStripSeparator3.Margin = new System.Windows.Forms.Padding(0, -5, 0, 0);
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50);
            // 
            // groupBox6
            // 
            this.groupBox6.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.groupBox6.Controls.Add(this.label5);
            this.groupBox6.Controls.Add(this.dgv_rkDan);
            this.groupBox6.Location = new System.Drawing.Point(218, 243);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(610, 250);
            this.groupBox6.TabIndex = 11;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "入库详细信息";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(14, 24);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(29, 12);
            this.label5.TabIndex = 11;
            this.label5.Text = "序号";
            // 
            // dgv_rkDan
            // 
            this.dgv_rkDan.AllowUserToAddRows = false;
            this.dgv_rkDan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.进货单据编号,
            this.商品编号,
            this.商品入库数量,
            this.商品入库总金额,
            this.备注});
            this.dgv_rkDan.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgv_rkDan.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnKeystroke;
            this.dgv_rkDan.Enabled = false;
            this.dgv_rkDan.Location = new System.Drawing.Point(3, 17);
            this.dgv_rkDan.Name = "dgv_rkDan";
            this.dgv_rkDan.ReadOnly = true;
            this.dgv_rkDan.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            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.Format = "N2";
            dataGridViewCellStyle1.NullValue = null;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgv_rkDan.RowHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.dgv_rkDan.RowHeadersWidth = 50;
            this.dgv_rkDan.RowTemplate.Height = 23;
            this.dgv_rkDan.Size = new System.Drawing.Size(604, 230);
            this.dgv_rkDan.TabIndex = 10;
            this.dgv_rkDan.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgv_rkDan_CellBeginEdit);
            this.dgv_rkDan.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_rkDan_CellLeave);
            this.dgv_rkDan.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgv_rkDan_RowsAdded);
            this.dgv_rkDan.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_rkDan_CellEndEdit);
            this.dgv_rkDan.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_rkDan_CellValueChanged);
            this.dgv_rkDan.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.dgv_rkDan_RowsRemoved);
            this.dgv_rkDan.SelectionChanged += new System.EventHandler(this.dgv_rkDan_SelectionChanged);
            // 
            // cms_djID
            // 
            this.cms_djID.Name = "contextMenuStrip1";
            this.cms_djID.Size = new System.Drawing.Size(61, 4);
            this.cms_djID.Text = "查找尚未入库审核的进货单编号";
            this.cms_djID.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.cms_djID_ItemClicked);
            // 
            // cms_spID
            // 
            this.cms_spID.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripTextBox2});
            this.cms_spID.Name = "cms_spID";
            this.cms_spID.Size = new System.Drawing.Size(161, 20);
            this.cms_spID.Text = "查找当前进货单中未审核的商品编号";
            this.cms_spID.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.cms_spID_ItemClicked);
            // 
            // toolStripTextBox2
            // 
            this.toolStripTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.toolStripTextBox2.Enabled = false;
            this.toolStripTextBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.toolStripTextBox2.ForeColor = System.Drawing.Color.Black;
            this.toolStripTextBox2.Name = "toolStripTextBox2";
            this.toolStripTextBox2.ReadOnly = true;
            this.toolStripTextBox2.Size = new System.Drawing.Size(100, 14);
            this.toolStripTextBox2.Text = "范例:01010001";
            // 
            // tb_djName
            // 
            this.tb_djName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.tb_djName.Enabled = false;
            this.tb_djName.Font = new System.Drawing.Font("仿宋_GB2312", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tb_djName.Location = new System.Drawing.Point(50, 3);
            this.tb_djName.Multiline = true;
            this.tb_djName.Name = "tb_djName";
            this.tb_djName.Size = new System.Drawing.Size(122, 28);
            this.tb_djName.TabIndex = 0;
            this.tb_djName.TabStop = false;
            this.tb_djName.Text = "商品入库单";
            // 
            // label12
            // 
            this.label12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label12.Location = new System.Drawing.Point(12, 2);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(106, 36);
            this.label12.TabIndex = 2;
            this.label12.Text = "本单入库商品总金额";
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lb_spRkzje
            // 
            this.lb_spRkzje.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.lb_spRkzje.BackColor = System.Drawing.Color.LightCyan;
            this.lb_spRkzje.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lb_spRkzje.Location = new System.Drawing.Point(126, 7);
            this.lb_spRkzje.Name = "lb_spRkzje";
            this.lb_spRkzje.Size = new System.Drawing.Size(80, 25);
            this.lb_spRkzje.TabIndex = 9;
            this.lb_spRkzje.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.Transparent;
            this.groupBox1.Controls.Add(this.labe11);
            this.groupBox1.Controls.Add(this.lb_Djbh);
            this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.groupBox1.Location = new System.Drawing.Point(16, 31);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(190, 40);
            this.groupBox1.TabIndex = 24;
            this.groupBox1.TabStop = false;
            // 
            // labe11
            // 
            this.labe11.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.labe11.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labe11.Location = new System.Drawing.Point(4, 11);
            this.labe11.Name = "labe11";
            this.labe11.Size = new System.Drawing.Size(60, 25);
            this.labe11.TabIndex = 3;
            this.labe11.Text = "单据编号";
            this.labe11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lb_Djbh
            // 
            this.lb_Djbh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.lb_Djbh.BackColor = System.Drawing.Color.LightCyan;
            this.lb_Djbh.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lb_Djbh.Location = new System.Drawing.Point(65, 11);
            this.lb_Djbh.Name = "lb_Djbh";
            this.lb_Djbh.Size = new System.Drawing.Size(119, 25);
            this.lb_Djbh.TabIndex = 1;
            this.lb_Djbh.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // groupBox2
            // 
            this.groupBox2.BackColor = System.Drawing.Color.Transparent;
            this.groupBox2.Controls.Add(this.lb_Zdrq);
            this.groupBox2.Controls.Add(label2);
            this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.groupBox2.Location = new System.Drawing.Point(17, 80);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(190, 40);
            this.groupBox2.TabIndex = 25;
            this.groupBox2.TabStop = false;
            // 
            // lb_Zdrq
            // 
            this.lb_Zdrq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.lb_Zdrq.BackColor = System.Drawing.Color.LightCyan;
            this.lb_Zdrq.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lb_Zdrq.Location = new System.Drawing.Point(65, 11);
            this.lb_Zdrq.Name = "lb_Zdrq";
            this.lb_Zdrq.Size = new System.Drawing.Size(119, 25);
            this.lb_Zdrq.TabIndex = 2;
            this.lb_Zdrq.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // groupBox3
            // 
            this.groupBox3.BackColor = System.Drawing.Color.Transparent;
            this.groupBox3.Controls.Add(this.lb_Zdr);
            this.groupBox3.Controls.Add(this.label3);
            this.groupBox3.Location = new System.Drawing.Point(16, 131);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(190, 40);
            this.groupBox3.TabIndex = 26;
            this.groupBox3.TabStop = false;
            // 
            // lb_Zdr
            // 
            this.lb_Zdr.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.lb_Zdr.BackColor = System.Drawing.Color.LightCyan;
            this.lb_Zdr.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lb_Zdr.Location = new System.Drawing.Point(65, 11);
            this.lb_Zdr.Name = "lb_Zdr";
            this.lb_Zdr.Size = new System.Drawing.Size(119, 25);
            this.lb_Zdr.TabIndex = 3;
            this.lb_Zdr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label3
            // 
            this.label3.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.label3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.label3.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(4, 11);
            this.label3.Margin = new System.Windows.Forms.Padding(0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(60, 25);
            this.label3.TabIndex = 3;
            this.label3.Text = "制 单 人";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.panel8);
            this.groupBox4.Controls.Add(this.panel5);
            this.groupBox4.Controls.Add(this.panel4);
            this.groupBox4.Controls.Add(this.panel2);
            this.groupBox4.Controls.Add(this.panel6);
            this.groupBox4.Controls.Add(this.panel3);
            this.groupBox4.Controls.Add(this.panel1);
            this.groupBox4.Location = new System.Drawing.Point(212, 12);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(616, 171);
            this.groupBox4.TabIndex = 27;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "商品进货及库存详细信息";
            // 
            // panel8
            // 
            this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel8.Controls.Add(this.lb_spRkzje);
            this.panel8.Controls.Add(this.label12);
            this.panel8.Location = new System.Drawing.Point(388, 69);
            this.panel8.Name = "panel8";
            this.panel8.Size = new System.Drawing.Size(218, 40);
            this.panel8.TabIndex = 14;
            // 
            // panel5
            // 
            this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel5.Controls.Add(this.tb_Bz);
            this.panel5.Controls.Add(this.lb_Bz);
            this.panel5.Location = new System.Drawing.Point(8, 119);
            this.panel5.Name = "panel5";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -