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

📄 productcatalog4439.designer.cs

📁 和数据库连接,能实现数据列的编辑,删除等功能.
💻 CS
字号:
namespace CSProduct_Catalog4439
{
    partial class ProductCatalog4439
    {
        /// <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.DataGrid1 = new System.Windows.Forms.DataGrid();
            this.GroupBox1 = new System.Windows.Forms.GroupBox();
            this.Button1 = new System.Windows.Forms.Button();
            this.RadioButton2 = new System.Windows.Forms.RadioButton();
            this.RadioButton1 = new System.Windows.Forms.RadioButton();
            this.Price_TxtBx = new System.Windows.Forms.TextBox();
            this.Name_TxtBx = new System.Windows.Forms.TextBox();
            this.Id_TxtBx = new System.Windows.Forms.TextBox();
            this.Label3 = new System.Windows.Forms.Label();
            this.Label2 = new System.Windows.Forms.Label();
            this.Label1 = new System.Windows.Forms.Label();
            this.Xml_TxtBx = new System.Windows.Forms.TextBox();
            this.Button2 = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.DataGrid1)).BeginInit();
            this.GroupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // DataGrid1
            // 
            this.DataGrid1.DataMember = "";
            this.DataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.DataGrid1.Location = new System.Drawing.Point(12, 150);
            this.DataGrid1.Name = "DataGrid1";
            this.DataGrid1.PreferredColumnWidth = 101;
            this.DataGrid1.Size = new System.Drawing.Size(290, 135);
            this.DataGrid1.TabIndex = 17;
            this.DataGrid1.CurrentCellChanged += new System.EventHandler(this.DataGrid1_CurrentCellChanged);
            // 
            // GroupBox1
            // 
            this.GroupBox1.Controls.Add(this.Button1);
            this.GroupBox1.Controls.Add(this.RadioButton2);
            this.GroupBox1.Controls.Add(this.RadioButton1);
            this.GroupBox1.Controls.Add(this.Price_TxtBx);
            this.GroupBox1.Controls.Add(this.Name_TxtBx);
            this.GroupBox1.Controls.Add(this.Id_TxtBx);
            this.GroupBox1.Controls.Add(this.Label3);
            this.GroupBox1.Controls.Add(this.Label2);
            this.GroupBox1.Controls.Add(this.Label1);
            this.GroupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.GroupBox1.Location = new System.Drawing.Point(12, 12);
            this.GroupBox1.Name = "GroupBox1";
            this.GroupBox1.Size = new System.Drawing.Size(290, 118);
            this.GroupBox1.TabIndex = 16;
            this.GroupBox1.TabStop = false;
            this.GroupBox1.Text = "Enter Query";
            // 
            // Button1
            // 
            this.Button1.Location = new System.Drawing.Point(204, 78);
            this.Button1.Name = "Button1";
            this.Button1.Size = new System.Drawing.Size(75, 23);
            this.Button1.TabIndex = 2;
            this.Button1.Text = "Query";
            this.Button1.UseVisualStyleBackColor = true;
            this.Button1.Click += new System.EventHandler(this.Button1_Click);
            // 
            // RadioButton2
            // 
            this.RadioButton2.AutoSize = true;
            this.RadioButton2.Location = new System.Drawing.Point(204, 53);
            this.RadioButton2.Name = "RadioButton2";
            this.RadioButton2.Size = new System.Drawing.Size(14, 13);
            this.RadioButton2.TabIndex = 1;
            this.RadioButton2.UseVisualStyleBackColor = true;
            this.RadioButton2.CheckedChanged += new System.EventHandler(this.RadioButton2_CheckedChanged);
            // 
            // RadioButton1
            // 
            this.RadioButton1.AutoSize = true;
            this.RadioButton1.Checked = true;
            this.RadioButton1.Location = new System.Drawing.Point(204, 24);
            this.RadioButton1.Name = "RadioButton1";
            this.RadioButton1.Size = new System.Drawing.Size(14, 13);
            this.RadioButton1.TabIndex = 0;
            this.RadioButton1.TabStop = true;
            this.RadioButton1.UseVisualStyleBackColor = true;
            this.RadioButton1.CheckedChanged += new System.EventHandler(this.RadioButton1_CheckedChanged);
            // 
            // Price_TxtBx
            // 
            this.Price_TxtBx.Location = new System.Drawing.Point(53, 80);
            this.Price_TxtBx.Name = "Price_TxtBx";
            this.Price_TxtBx.ReadOnly = true;
            this.Price_TxtBx.Size = new System.Drawing.Size(144, 22);
            this.Price_TxtBx.TabIndex = 15;
            // 
            // Name_TxtBx
            // 
            this.Name_TxtBx.Location = new System.Drawing.Point(53, 50);
            this.Name_TxtBx.Name = "Name_TxtBx";
            this.Name_TxtBx.ReadOnly = true;
            this.Name_TxtBx.Size = new System.Drawing.Size(144, 22);
            this.Name_TxtBx.TabIndex = 14;
            // 
            // Id_TxtBx
            // 
            this.Id_TxtBx.Location = new System.Drawing.Point(53, 20);
            this.Id_TxtBx.Name = "Id_TxtBx";
            this.Id_TxtBx.Size = new System.Drawing.Size(144, 22);
            this.Id_TxtBx.TabIndex = 13;
            // 
            // Label3
            // 
            this.Label3.AutoSize = true;
            this.Label3.Location = new System.Drawing.Point(7, 83);
            this.Label3.Name = "Label3";
            this.Label3.Size = new System.Drawing.Size(44, 16);
            this.Label3.TabIndex = 11;
            this.Label3.Text = "Price";
            // 
            // Label2
            // 
            this.Label2.AutoSize = true;
            this.Label2.Location = new System.Drawing.Point(7, 53);
            this.Label2.Name = "Label2";
            this.Label2.Size = new System.Drawing.Size(49, 16);
            this.Label2.TabIndex = 10;
            this.Label2.Text = "Name";
            // 
            // Label1
            // 
            this.Label1.AutoSize = true;
            this.Label1.Location = new System.Drawing.Point(7, 23);
            this.Label1.Name = "Label1";
            this.Label1.Size = new System.Drawing.Size(23, 16);
            this.Label1.TabIndex = 9;
            this.Label1.Text = "ID";
            // 
            // Xml_TxtBx
            // 
            this.Xml_TxtBx.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Xml_TxtBx.Location = new System.Drawing.Point(327, 22);
            this.Xml_TxtBx.Multiline = true;
            this.Xml_TxtBx.Name = "Xml_TxtBx";
            this.Xml_TxtBx.Size = new System.Drawing.Size(228, 226);
            this.Xml_TxtBx.TabIndex = 18;
            // 
            // Button2
            // 
            this.Button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Button2.Location = new System.Drawing.Point(327, 254);
            this.Button2.Name = "Button2";
            this.Button2.Size = new System.Drawing.Size(228, 31);
            this.Button2.TabIndex = 3;
            this.Button2.Text = "Save Changes";
            this.Button2.UseVisualStyleBackColor = true;
            this.Button2.Click += new System.EventHandler(this.Button2_Click);
            // 
            // ProductCatalog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(567, 297);
            this.Controls.Add(this.Button2);
            this.Controls.Add(this.Xml_TxtBx);
            this.Controls.Add(this.GroupBox1);
            this.Controls.Add(this.DataGrid1);
            this.Name = "ProductCatalog";
            this.Text = "Product Catalog";
            this.Load += new System.EventHandler(this.ProductCatalog_Load);
            ((System.ComponentModel.ISupportInitialize)(this.DataGrid1)).EndInit();
            this.GroupBox1.ResumeLayout(false);
            this.GroupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.DataGrid DataGrid1;
        private System.Windows.Forms.GroupBox GroupBox1;
        private System.Windows.Forms.TextBox Id_TxtBx;
        private System.Windows.Forms.Label Label3;
        private System.Windows.Forms.Label Label2;
        private System.Windows.Forms.Label Label1;
        private System.Windows.Forms.Button Button1;
        private System.Windows.Forms.RadioButton RadioButton2;
        private System.Windows.Forms.RadioButton RadioButton1;
        private System.Windows.Forms.TextBox Price_TxtBx;
        private System.Windows.Forms.TextBox Name_TxtBx;
        private System.Windows.Forms.TextBox Xml_TxtBx;
        private System.Windows.Forms.Button Button2;
    }
}

⌨️ 快捷键说明

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