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

📄 productform.designer.cs

📁 微软(Microsoft)出版社C井练习文件及解答
💻 CS
字号:
namespace ProductInfo
{
    partial class ProductForm
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.productName = new System.Windows.Forms.TextBox();
            this.productID = new System.Windows.Forms.TextBox();
            this.supplierID = new System.Windows.Forms.TextBox();
            this.categoryID = new System.Windows.Forms.TextBox();
            this.quantityPerUnit = new System.Windows.Forms.TextBox();
            this.unitPrice = new System.Windows.Forms.TextBox();
            this.unitsInStock = new System.Windows.Forms.TextBox();
            this.unitsOnOrder = new System.Windows.Forms.TextBox();
            this.reorderLevel = new System.Windows.Forms.TextBox();
            this.discontinued = new System.Windows.Forms.CheckBox();
            this.getProduct = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(17, 26);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(71, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Product Name";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(17, 62);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(54, 13);
            this.label2.TabIndex = 1;
            this.label2.Text = "Product ID";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(17, 98);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 13);
            this.label3.TabIndex = 2;
            this.label3.Text = "Suppler ID";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(17, 134);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(59, 13);
            this.label4.TabIndex = 3;
            this.label4.Text = "Category ID";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(17, 170);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(83, 13);
            this.label5.TabIndex = 4;
            this.label5.Text = "Quantity Per Unit";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(17, 206);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(49, 13);
            this.label6.TabIndex = 5;
            this.label6.Text = "Unit Price";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(17, 242);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(70, 13);
            this.label7.TabIndex = 6;
            this.label7.Text = "Units In Stock";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(17, 278);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(73, 13);
            this.label8.TabIndex = 7;
            this.label8.Text = "Units On Order";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(17, 314);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(70, 13);
            this.label9.TabIndex = 8;
            this.label9.Text = "Reorder Level";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(17, 350);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(65, 13);
            this.label10.TabIndex = 9;
            this.label10.Text = "Discontinued";
            // 
            // productName
            // 
            this.productName.Location = new System.Drawing.Point(121, 19);
            this.productName.Name = "productName";
            this.productName.Size = new System.Drawing.Size(141, 20);
            this.productName.TabIndex = 10;
            // 
            // productID
            // 
            this.productID.Location = new System.Drawing.Point(121, 55);
            this.productID.Name = "productID";
            this.productID.Size = new System.Drawing.Size(141, 20);
            this.productID.TabIndex = 11;
            // 
            // supplierID
            // 
            this.supplierID.Location = new System.Drawing.Point(121, 91);
            this.supplierID.Name = "supplierID";
            this.supplierID.Size = new System.Drawing.Size(141, 20);
            this.supplierID.TabIndex = 12;
            // 
            // categoryID
            // 
            this.categoryID.Location = new System.Drawing.Point(121, 127);
            this.categoryID.Name = "categoryID";
            this.categoryID.Size = new System.Drawing.Size(141, 20);
            this.categoryID.TabIndex = 13;
            // 
            // quantityPerUnit
            // 
            this.quantityPerUnit.Location = new System.Drawing.Point(121, 163);
            this.quantityPerUnit.Name = "quantityPerUnit";
            this.quantityPerUnit.Size = new System.Drawing.Size(141, 20);
            this.quantityPerUnit.TabIndex = 14;
            // 
            // unitPrice
            // 
            this.unitPrice.Location = new System.Drawing.Point(121, 199);
            this.unitPrice.Name = "unitPrice";
            this.unitPrice.Size = new System.Drawing.Size(141, 20);
            this.unitPrice.TabIndex = 15;
            // 
            // unitsInStock
            // 
            this.unitsInStock.Location = new System.Drawing.Point(121, 235);
            this.unitsInStock.Name = "unitsInStock";
            this.unitsInStock.Size = new System.Drawing.Size(141, 20);
            this.unitsInStock.TabIndex = 16;
            // 
            // unitsOnOrder
            // 
            this.unitsOnOrder.Location = new System.Drawing.Point(121, 271);
            this.unitsOnOrder.Name = "unitsOnOrder";
            this.unitsOnOrder.Size = new System.Drawing.Size(141, 20);
            this.unitsOnOrder.TabIndex = 17;
            // 
            // reorderLevel
            // 
            this.reorderLevel.Location = new System.Drawing.Point(121, 307);
            this.reorderLevel.Name = "reorderLevel";
            this.reorderLevel.Size = new System.Drawing.Size(141, 20);
            this.reorderLevel.TabIndex = 18;
            // 
            // discontinued
            // 
            this.discontinued.AutoSize = true;
            this.discontinued.Location = new System.Drawing.Point(121, 346);
            this.discontinued.Name = "discontinued";
            this.discontinued.Size = new System.Drawing.Size(15, 14);
            this.discontinued.TabIndex = 19;
            // 
            // getProduct
            // 
            this.getProduct.Location = new System.Drawing.Point(297, 16);
            this.getProduct.Name = "getProduct";
            this.getProduct.Size = new System.Drawing.Size(75, 23);
            this.getProduct.TabIndex = 20;
            this.getProduct.Text = "Get Product";
            this.getProduct.Click += new System.EventHandler(this.getProduct_Click);
            // 
            // ProductForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(384, 373);
            this.Controls.Add(this.getProduct);
            this.Controls.Add(this.discontinued);
            this.Controls.Add(this.reorderLevel);
            this.Controls.Add(this.unitsOnOrder);
            this.Controls.Add(this.unitsInStock);
            this.Controls.Add(this.unitPrice);
            this.Controls.Add(this.quantityPerUnit);
            this.Controls.Add(this.categoryID);
            this.Controls.Add(this.supplierID);
            this.Controls.Add(this.productID);
            this.Controls.Add(this.productName);
            this.Controls.Add(this.label10);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Name = "ProductForm";
            this.Text = "Product Details";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.TextBox productName;
        private System.Windows.Forms.TextBox productID;
        private System.Windows.Forms.TextBox supplierID;
        private System.Windows.Forms.TextBox categoryID;
        private System.Windows.Forms.TextBox quantityPerUnit;
        private System.Windows.Forms.TextBox unitPrice;
        private System.Windows.Forms.TextBox unitsInStock;
        private System.Windows.Forms.TextBox unitsOnOrder;
        private System.Windows.Forms.TextBox reorderLevel;
        private System.Windows.Forms.CheckBox discontinued;
        private System.Windows.Forms.Button getProduct;
    }
}

⌨️ 快捷键说明

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