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

📄 stockfind.designer.cs

📁 csharp 商品进销存报表系统 提供学习
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace GoodsReportManage.Stock
{
    partial class StockFind
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.labRMoney = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.labHasPay = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.labGoodsPrice = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.labAlarmNum = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.labGoodsSpec = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.labNum = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.labGoodsName = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.labGoodsID = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.label13 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.dgvStockInfo = new System.Windows.Forms.DataGridView();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.cbxCondition1 = new System.Windows.Forms.ComboBox();
            this.cbxCondition2 = new System.Windows.Forms.ComboBox();
            this.txtAlarmNum = new System.Windows.Forms.TextBox();
            this.label21 = new System.Windows.Forms.Label();
            this.txtStockNum = new System.Windows.Forms.TextBox();
            this.label20 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.txtSellPrice = new System.Windows.Forms.TextBox();
            this.label18 = new System.Windows.Forms.Label();
            this.txtGoodsPrice = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.txtGoodsName = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtGoodsID = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnFindOK = new System.Windows.Forms.Button();
            this.groupBox4.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvStockInfo)).BeginInit();
            this.groupBox3.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // labRMoney
            // 
            this.labRMoney.AutoSize = true;
            this.labRMoney.Location = new System.Drawing.Point(75, 191);
            this.labRMoney.Name = "labRMoney";
            this.labRMoney.Size = new System.Drawing.Size(0, 12);
            this.labRMoney.TabIndex = 18;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(12, 191);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(59, 12);
            this.label10.TabIndex = 17;
            this.label10.Text = "应付金额:";
            // 
            // label12
            // 
            this.label12.AutoEllipsis = true;
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(-3, 164);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(0, 12);
            this.label12.TabIndex = 16;
            // 
            // labHasPay
            // 
            this.labHasPay.AutoSize = true;
            this.labHasPay.Location = new System.Drawing.Point(75, 218);
            this.labHasPay.Name = "labHasPay";
            this.labHasPay.Size = new System.Drawing.Size(0, 12);
            this.labHasPay.TabIndex = 14;
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(12, 218);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(59, 12);
            this.label15.TabIndex = 13;
            this.label15.Text = "实付金额:";
            // 
            // labGoodsPrice
            // 
            this.labGoodsPrice.AutoSize = true;
            this.labGoodsPrice.ForeColor = System.Drawing.Color.Red;
            this.labGoodsPrice.Location = new System.Drawing.Point(75, 163);
            this.labGoodsPrice.Name = "labGoodsPrice";
            this.labGoodsPrice.Size = new System.Drawing.Size(0, 12);
            this.labGoodsPrice.TabIndex = 12;
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(12, 163);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(59, 12);
            this.label17.TabIndex = 11;
            this.label17.Text = "商品价格:";
            // 
            // labAlarmNum
            // 
            this.labAlarmNum.AutoSize = true;
            this.labAlarmNum.Location = new System.Drawing.Point(75, 108);
            this.labAlarmNum.Name = "labAlarmNum";
            this.labAlarmNum.Size = new System.Drawing.Size(0, 12);
            this.labAlarmNum.TabIndex = 10;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(12, 108);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(59, 12);
            this.label11.TabIndex = 9;
            this.label11.Text = "报警数量:";
            // 
            // labGoodsSpec
            // 
            this.labGoodsSpec.AutoSize = true;
            this.labGoodsSpec.Location = new System.Drawing.Point(75, 137);
            this.labGoodsSpec.Name = "labGoodsSpec";
            this.labGoodsSpec.Size = new System.Drawing.Size(0, 12);
            this.labGoodsSpec.TabIndex = 8;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(12, 137);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(59, 12);
            this.label6.TabIndex = 7;
            this.label6.Text = "商品规格:";
            // 
            // labNum
            // 
            this.labNum.AutoSize = true;
            this.labNum.Location = new System.Drawing.Point(75, 81);
            this.labNum.Name = "labNum";
            this.labNum.Size = new System.Drawing.Size(0, 12);
            this.labNum.TabIndex = 6;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(12, 81);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(59, 12);
            this.label9.TabIndex = 5;
            this.label9.Text = "商品数量:";
            // 
            // labGoodsName
            // 
            this.labGoodsName.AutoSize = true;
            this.labGoodsName.ForeColor = System.Drawing.Color.Red;
            this.labGoodsName.Location = new System.Drawing.Point(74, 55);
            this.labGoodsName.Name = "labGoodsName";
            this.labGoodsName.Size = new System.Drawing.Size(0, 12);
            this.labGoodsName.TabIndex = 4;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(11, 55);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(59, 12);
            this.label7.TabIndex = 3;
            this.label7.Text = "商品名称:";
            // 
            // labGoodsID
            // 
            this.labGoodsID.AutoSize = true;
            this.labGoodsID.Location = new System.Drawing.Point(75, 27);
            this.labGoodsID.Name = "labGoodsID";
            this.labGoodsID.Size = new System.Drawing.Size(0, 12);
            this.labGoodsID.TabIndex = 1;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(12, 27);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(59, 12);
            this.label5.TabIndex = 0;
            this.label5.Text = "商 品 ID:";
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.label13);
            this.groupBox4.Controls.Add(this.labRMoney);
            this.groupBox4.Controls.Add(this.label10);
            this.groupBox4.Controls.Add(this.label12);
            this.groupBox4.Controls.Add(this.labHasPay);
            this.groupBox4.Controls.Add(this.label15);
            this.groupBox4.Controls.Add(this.labGoodsPrice);
            this.groupBox4.Controls.Add(this.label17);
            this.groupBox4.Controls.Add(this.labAlarmNum);
            this.groupBox4.Controls.Add(this.label11);
            this.groupBox4.Controls.Add(this.labGoodsSpec);
            this.groupBox4.Controls.Add(this.label6);
            this.groupBox4.Controls.Add(this.labNum);
            this.groupBox4.Controls.Add(this.label9);
            this.groupBox4.Controls.Add(this.labGoodsName);
            this.groupBox4.Controls.Add(this.label7);
            this.groupBox4.Controls.Add(this.labGoodsID);
            this.groupBox4.Controls.Add(this.label5);
            this.groupBox4.Location = new System.Drawing.Point(459, 99);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(216, 303);
            this.groupBox4.TabIndex = 8;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "商品信息显示";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.ForeColor = System.Drawing.Color.Red;
            this.label13.Location = new System.Drawing.Point(137, 163);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(17, 12);
            this.label13.TabIndex = 21;
            this.label13.Text = "元";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.dgvStockInfo);
            this.groupBox1.Location = new System.Drawing.Point(12, 99);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(441, 303);
            this.groupBox1.TabIndex = 7;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "查询结果显示";
            // 
            // dgvStockInfo
            // 
            this.dgvStockInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvStockInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvStockInfo.Location = new System.Drawing.Point(3, 17);
            this.dgvStockInfo.Name = "dgvStockInfo";
            this.dgvStockInfo.ReadOnly = true;

⌨️ 快捷键说明

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