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

📄 frmlong_kccx.designer.cs

📁 超市进销存管理系统 Visual Studio 2005+SQL Sever2005
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            this.txtrkZje.Location = new System.Drawing.Point(657, 22);
            this.txtrkZje.Name = "txtrkZje";
            this.txtrkZje.Size = new System.Drawing.Size(120, 23);
            this.txtrkZje.TabIndex = 2;
            // 
            // txtspName
            // 
            this.txtspName.Location = new System.Drawing.Point(404, 60);
            this.txtspName.Name = "txtspName";
            this.txtspName.Size = new System.Drawing.Size(119, 23);
            this.txtspName.TabIndex = 1;
            // 
            // txtrkSl
            // 
            this.txtrkSl.Location = new System.Drawing.Point(404, 22);
            this.txtrkSl.Name = "txtrkSl";
            this.txtrkSl.Size = new System.Drawing.Size(119, 23);
            this.txtrkSl.TabIndex = 1;
            // 
            // txtspID
            // 
            this.txtspID.Location = new System.Drawing.Point(127, 61);
            this.txtspID.Name = "txtspID";
            this.txtspID.Size = new System.Drawing.Size(115, 23);
            this.txtspID.TabIndex = 4;
            // 
            // txtjhDjID
            // 
            this.txtjhDjID.Location = new System.Drawing.Point(524, 97);
            this.txtjhDjID.Name = "txtjhDjID";
            this.txtjhDjID.Size = new System.Drawing.Size(127, 23);
            this.txtjhDjID.TabIndex = 4;
            // 
            // txtrkDjID
            // 
            this.txtrkDjID.Location = new System.Drawing.Point(127, 22);
            this.txtrkDjID.Name = "txtrkDjID";
            this.txtrkDjID.Size = new System.Drawing.Size(115, 23);
            this.txtrkDjID.TabIndex = 0;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.Location = new System.Drawing.Point(308, 6);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(304, 55);
            this.label5.TabIndex = 6;
            this.label5.Text = "库  存  查  询";
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.groupBox1.Controls.Add(this.dataGridView1);
            this.groupBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox1.Location = new System.Drawing.Point(12, 353);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(828, 268);
            this.groupBox1.TabIndex = 9;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "库存信息显示表";
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridView1.Location = new System.Drawing.Point(3, 19);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowHeadersWidth = 20;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(822, 246);
            this.dataGridView1.TabIndex = 10;
            this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
            // 
            // button1
            // 
            this.button1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.button1.Location = new System.Drawing.Point(75, 284);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(99, 23);
            this.button1.TabIndex = 10;
            this.button1.Text = "商品名称查询";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.查询_Click);
            // 
            // button2
            // 
            this.button2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.button2.Location = new System.Drawing.Point(188, 284);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 10;
            this.button2.Text = "刷   新";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.刷新_Click);
            // 
            // button3
            // 
            this.button3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.button3.Location = new System.Drawing.Point(282, 284);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 13;
            this.button3.Text = "报表预览";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // pictureBox3
            // 
            this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
            this.pictureBox3.Location = new System.Drawing.Point(384, 237);
            this.pictureBox3.Name = "pictureBox3";
            this.pictureBox3.Size = new System.Drawing.Size(361, 115);
            this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox3.TabIndex = 12;
            this.pictureBox3.TabStop = false;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(604, 0);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(105, 64);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 11;
            this.pictureBox1.TabStop = false;
            // 
            // _110901dbDataSet
            // 
            this._110901dbDataSet.DataSetName = "_110901dbDataSet";
            this._110901dbDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // rkxqBiaoBindingSource
            // 
            this.rkxqBiaoBindingSource.DataMember = "rkxqBiao";
            this.rkxqBiaoBindingSource.DataSource = this._110901dbDataSet;
            // 
            // rkxqBiaoTableAdapter
            // 
            this.rkxqBiaoTableAdapter.ClearBeforeFill = true;
            // 
            // pictureBox2
            // 
            this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
            this.pictureBox2.Location = new System.Drawing.Point(197, 0);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(105, 64);
            this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox2.TabIndex = 11;
            this.pictureBox2.TabStop = false;
            // 
            // frmlong_Kccx
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(851, 633);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.pictureBox3);
            this.Controls.Add(this.pictureBox2);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.groupBox2);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmlong_Kccx";
            this.Text = "frmlong_Kccx";
            this.Load += new System.EventHandler(this.frmlong_Kccx_Load);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this._110901dbDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rkxqBiaoBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.TextBox txtshKcSl;
        private System.Windows.Forms.TextBox txtrkZje;
        private System.Windows.Forms.TextBox txtrkSl;
        private System.Windows.Forms.TextBox txtspID;
        private System.Windows.Forms.TextBox txtjhDjID;
        private System.Windows.Forms.TextBox txtrkDjID;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.TextBox spGgxh;
        private System.Windows.Forms.TextBox txtspName;
        private System.Windows.Forms.Label rkSl;
        private System.Windows.Forms.Label txtrkID;
        private System.Windows.Forms.Label txtspGg;
        private System.Windows.Forms.Label spName;
        private System.Windows.Forms.Label txtspBh;
        private System.Windows.Forms.Label txtrkZj;
        private System.Windows.Forms.Label shKcsl;
        private System.Windows.Forms.Label jhDjID;
        private _110901dbDataSet _110901dbDataSet;
        private System.Windows.Forms.BindingSource rkxqBiaoBindingSource;
        private _10901BS._110901dbDataSetTableAdapters.rkxqBiaoTableAdapter rkxqBiaoTableAdapter;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.PictureBox pictureBox3;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox c;
        private System.Windows.Forms.TextBox tetKcsx;
        private System.Windows.Forms.PictureBox pictureBox2;
    }
}

⌨️ 快捷键说明

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