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

📄 formjhrk.designer.cs

📁 超市进销存管理系统 Visual Studio 2005+SQL Sever2005
💻 CS
📖 第 1 页 / 共 4 页
字号:
            this.textBox1.Size = new System.Drawing.Size(100, 21);
            this.textBox1.TabIndex = 29;
            this.textBox1.Visible = false;
            this.textBox1.Leave += new System.EventHandler(this.textBox1_Leave);
            this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
            this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
            // 
            // groupBox7
            // 
            this.groupBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.groupBox7.Controls.Add(this.dgv_Djsh);
            this.groupBox7.Location = new System.Drawing.Point(13, 243);
            this.groupBox7.Name = "groupBox7";
            this.groupBox7.Size = new System.Drawing.Size(197, 250);
            this.groupBox7.TabIndex = 30;
            this.groupBox7.TabStop = false;
            this.groupBox7.Text = "单据审核";
            // 
            // dgv_Djsh
            // 
            this.dgv_Djsh.AllowUserToAddRows = false;
            this.dgv_Djsh.AllowUserToDeleteRows = false;
            this.dgv_Djsh.AllowUserToResizeColumns = false;
            this.dgv_Djsh.AllowUserToResizeRows = false;
            this.dgv_Djsh.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.dgv_Djsh.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.单据编号,
            this.审核状态});
            this.dgv_Djsh.Location = new System.Drawing.Point(3, 17);
            this.dgv_Djsh.MultiSelect = false;
            this.dgv_Djsh.Name = "dgv_Djsh";
            this.dgv_Djsh.RowHeadersVisible = false;
            this.dgv_Djsh.RowTemplate.Height = 23;
            this.dgv_Djsh.Size = new System.Drawing.Size(191, 230);
            this.dgv_Djsh.TabIndex = 0;
            this.dgv_Djsh.TabStop = false;
            this.dgv_Djsh.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_Djsh_CellEndEdit);
            this.dgv_Djsh.SelectionChanged += new System.EventHandler(this.dgv_Djsh_SelectionChanged);
            // 
            // 单据编号
            // 
            this.单据编号.HeaderText = "进货单据编号";
            this.单据编号.Name = "单据编号";
            this.单据编号.Width = 108;
            // 
            // 审核状态
            // 
            this.审核状态.HeaderText = "审核状态";
            this.审核状态.Name = "审核状态";
            this.审核状态.Width = 80;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(16, 192);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(135, 37);
            this.button1.TabIndex = 31;
            this.button1.Text = "查找未审核的进货单据";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // bt_Qrsh
            // 
            this.bt_Qrsh.BackColor = System.Drawing.Color.Transparent;
            this.bt_Qrsh.ForeColor = System.Drawing.Color.Red;
            this.bt_Qrsh.Location = new System.Drawing.Point(168, 192);
            this.bt_Qrsh.Name = "bt_Qrsh";
            this.bt_Qrsh.Size = new System.Drawing.Size(38, 35);
            this.bt_Qrsh.TabIndex = 31;
            this.bt_Qrsh.Text = "确认审核";
            this.bt_Qrsh.UseVisualStyleBackColor = false;
            this.bt_Qrsh.Click += new System.EventHandler(this.button2_Click);
            // 
            // crystalReportViewer1
            // 
            this.crystalReportViewer1.ActiveViewIndex = -1;
            this.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.crystalReportViewer1.DisplayGroupTree = false;
            this.crystalReportViewer1.Location = new System.Drawing.Point(639, 212);
            this.crystalReportViewer1.Name = "crystalReportViewer1";
            this.crystalReportViewer1.SelectionFormula = "";
            this.crystalReportViewer1.ShowExportButton = false;
            this.crystalReportViewer1.ShowGotoPageButton = false;
            this.crystalReportViewer1.ShowGroupTreeButton = false;
            this.crystalReportViewer1.ShowZoomButton = false;
            this.crystalReportViewer1.Size = new System.Drawing.Size(100, 25);
            this.crystalReportViewer1.TabIndex = 32;
            this.crystalReportViewer1.ViewTimeSelectionFormula = "";
            // 
            // 进货单据编号
            // 
            this.进货单据编号.HeaderText = "进货单据编号";
            this.进货单据编号.Name = "进货单据编号";
            this.进货单据编号.ReadOnly = true;
            // 
            // 商品编号
            // 
            this.商品编号.HeaderText = "商品编号";
            this.商品编号.Name = "商品编号";
            this.商品编号.ReadOnly = true;
            this.商品编号.Width = 80;
            // 
            // 商品入库数量
            // 
            this.商品入库数量.HeaderText = "商品入库数量";
            this.商品入库数量.Name = "商品入库数量";
            this.商品入库数量.ReadOnly = true;
            // 
            // 商品入库总金额
            // 
            this.商品入库总金额.HeaderText = "商品入库总金额";
            this.商品入库总金额.Name = "商品入库总金额";
            this.商品入库总金额.ReadOnly = true;
            // 
            // 备注
            // 
            this.备注.HeaderText = "备注";
            this.备注.Name = "备注";
            this.备注.ReadOnly = true;
            this.备注.Width = 172;
            // 
            // formJhrk
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(846, 529);
            this.ControlBox = false;
            this.Controls.Add(this.crystalReportViewer1);
            this.Controls.Add(this.groupBox7);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.groupBox6);
            this.Controls.Add(this.bt_Qrsh);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.tb_djName);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.bt_Tj);
            this.Controls.Add(this.tsJhrkGjl);
            this.Name = "formJhrk";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "进货入库";
            this.Load += new System.EventHandler(this.formJhrk_Load);
            this.tsJhrkGjl.ResumeLayout(false);
            this.tsJhrkGjl.PerformLayout();
            this.groupBox6.ResumeLayout(false);
            this.groupBox6.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgv_rkDan)).EndInit();
            this.cms_spID.ResumeLayout(false);
            this.cms_spID.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            this.panel8.ResumeLayout(false);
            this.panel5.ResumeLayout(false);
            this.panel5.PerformLayout();
            this.panel4.ResumeLayout(false);
            this.panel4.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.panel6.ResumeLayout(false);
            this.panel6.PerformLayout();
            this.panel3.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.groupBox7.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgv_Djsh)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip tsJhrkGjl;
        private System.Windows.Forms.ToolStripButton tsb_XinZeng;
        private System.Windows.Forms.ToolStripButton tsb_XiuGai;
        private System.Windows.Forms.ToolStripButton tsb_Baocun;
        private System.Windows.Forms.ToolStripButton tsb_Dayin;
        private System.Windows.Forms.ToolStripButton tsb_tuiChu;
        private System.Windows.Forms.ContextMenuStrip cms_djID;
        private System.Windows.Forms.GroupBox groupBox6;
        private System.Windows.Forms.ContextMenuStrip cms_spID;
        private System.Windows.Forms.ToolStripTextBox toolStripTextBox2;
        private System.Windows.Forms.TextBox tb_djName;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label lb_spRkzje;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label labe11;
        private System.Windows.Forms.Label lb_Djbh;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Label lb_Zdrq;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.Label lb_Zdr;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.Panel panel5;
        private System.Windows.Forms.TextBox tb_Bz;
        private System.Windows.Forms.Label lb_Bz;
        private System.Windows.Forms.Panel panel4;
        private System.Windows.Forms.TextBox tb_Kcsx;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Label lb_spZkzsl;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.Label lb_spJhje;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label lb_spJhsl;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel6;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
        private System.Windows.Forms.ToolStripStatusLabel tssl_Yhts;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.Panel panel6;
        private System.Windows.Forms.Label label4;
        public System.Windows.Forms.DataGridView dgv_rkDan;
        public System.Windows.Forms.TextBox tb_spBzsj;
        private System.Windows.Forms.Button bt_Tj;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.ToolTip tp_Tishi;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.GroupBox groupBox7;
        private System.Windows.Forms.DataGridView dgv_Djsh;
        private System.Windows.Forms.DataGridViewTextBoxColumn 单据编号;
        private System.Windows.Forms.DataGridViewTextBoxColumn 审核状态;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button bt_Qrsh;
        private System.Windows.Forms.Panel panel8;
        private CrystalDecisions.Windows.Forms.CrystalReportViewer crystalReportViewer1;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.DataGridViewTextBoxColumn 进货单据编号;
        private System.Windows.Forms.DataGridViewTextBoxColumn 商品编号;
        private System.Windows.Forms.DataGridViewTextBoxColumn 商品入库数量;
        private System.Windows.Forms.DataGridViewTextBoxColumn 商品入库总金额;
        private System.Windows.Forms.DataGridViewTextBoxColumn 备注;

    }
}

⌨️ 快捷键说明

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