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

📄 formghsbiao.designer.cs

📁 超市进销存管理系统 Visual Studio 2005+SQL Sever2005
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // butghsDzshi
            // 
            this.butghsDzshi.Location = new System.Drawing.Point(432, 56);
            this.butghsDzshi.Name = "butghsDzshi";
            this.butghsDzshi.Size = new System.Drawing.Size(113, 23);
            this.butghsDzshi.TabIndex = 9;
            this.butghsDzshi.Text = "供货商市";
            this.butghsDzshi.UseVisualStyleBackColor = true;
            // 
            // butghsDh
            // 
            this.butghsDh.Location = new System.Drawing.Point(219, 56);
            this.butghsDh.Name = "butghsDh";
            this.butghsDh.Size = new System.Drawing.Size(110, 23);
            this.butghsDh.TabIndex = 9;
            this.butghsDh.Text = "供货商电话";
            this.butghsDh.UseVisualStyleBackColor = true;
            // 
            // butghslxDzSheng
            // 
            this.butghslxDzSheng.Location = new System.Drawing.Point(432, 21);
            this.butghslxDzSheng.Name = "butghslxDzSheng";
            this.butghslxDzSheng.Size = new System.Drawing.Size(113, 23);
            this.butghslxDzSheng.TabIndex = 9;
            this.butghslxDzSheng.Text = "供货商省";
            this.butghslxDzSheng.UseVisualStyleBackColor = true;
            // 
            // butlxrName
            // 
            this.butlxrName.Location = new System.Drawing.Point(6, 95);
            this.butlxrName.Name = "butlxrName";
            this.butlxrName.Size = new System.Drawing.Size(110, 23);
            this.butlxrName.TabIndex = 9;
            this.butlxrName.Text = "供货商联系人";
            this.butlxrName.UseVisualStyleBackColor = true;
            // 
            // butghsName
            // 
            this.butghsName.Location = new System.Drawing.Point(6, 59);
            this.butghsName.Name = "butghsName";
            this.butghsName.Size = new System.Drawing.Size(110, 20);
            this.butghsName.TabIndex = 9;
            this.butghsName.Text = "供货商名称";
            this.butghsName.UseVisualStyleBackColor = true;
            // 
            // butghsID
            // 
            this.butghsID.Location = new System.Drawing.Point(6, 20);
            this.butghsID.Name = "butghsID";
            this.butghsID.Size = new System.Drawing.Size(110, 23);
            this.butghsID.TabIndex = 9;
            this.butghsID.Text = "供货商编号";
            this.butghsID.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            this.groupBox2.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.groupBox2.BackColor = System.Drawing.SystemColors.ActiveBorder;
            this.groupBox2.Controls.Add(this.dataGridView1);
            this.groupBox2.Location = new System.Drawing.Point(12, 252);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(650, 224);
            this.groupBox2.TabIndex = 2;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "供货商信息显示";
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = 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, 17);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowHeadersVisible = false;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(644, 204);
            this.dataGridView1.TabIndex = 0;
            this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
            // 
            // 查询
            // 
            this.查询.Location = new System.Drawing.Point(585, 207);
            this.查询.Name = "查询";
            this.查询.Size = new System.Drawing.Size(75, 31);
            this.查询.TabIndex = 10;
            this.查询.Text = "查  询";
            this.查询.UseVisualStyleBackColor = true;
            this.查询.Click += new System.EventHandler(this.查询_Click);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(12, 207);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 31);
            this.button1.TabIndex = 11;
            this.button1.Text = "添 加";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.添加ToolStripMenuItem2_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(150, 207);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 31);
            this.button2.TabIndex = 11;
            this.button2.Text = "删 除";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.删除ToolStripMenuItem4_Click);
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(304, 207);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 31);
            this.button3.TabIndex = 11;
            this.button3.Text = "修 改";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.修改ToolStripMenuItem3_Click);
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(444, 207);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(75, 31);
            this.button4.TabIndex = 11;
            this.button4.Text = "刷 新";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.刷新ToolStripMenuItem6_Click);
            // 
            // formGhsBiao
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(675, 488);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.查询);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "formGhsBiao";
            this.Text = "供货商";
            this.Load += new System.EventHandler(this.ghs_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Button butyfJe;
        private System.Windows.Forms.Button butghsDzshi;
        private System.Windows.Forms.Button butghsDh;
        private System.Windows.Forms.Button butghslxDzSheng;
        private System.Windows.Forms.Button butlxrName;
        private System.Windows.Forms.Button butghsName;
        private System.Windows.Forms.Button butghsID;
        private System.Windows.Forms.Button butbeiZhu;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.TextBox txtghsID;
        private System.Windows.Forms.Button 查询;
        private System.Windows.Forms.TextBox txtBeiZhu;
        private System.Windows.Forms.TextBox txtyfJe;
        private System.Windows.Forms.TextBox txtlxDzshi;
        private System.Windows.Forms.TextBox txtlxDh;
        private System.Windows.Forms.TextBox txtlxDzSheng;
        private System.Windows.Forms.TextBox txtlxrName;
        private System.Windows.Forms.TextBox txtghsName;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.TextBox txtlxDzJdmph;
        private System.Windows.Forms.Button butlxDzJdmph;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Button button4;
    }
}

⌨️ 快捷键说明

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