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

📄 加入所选商品.designer.cs

📁 用C#实现超市的管理
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace Myproject
{
    partial class 加入所选择商品
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(加入所选择商品));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txt8 = new System.Windows.Forms.TextBox();
            this.txt2 = new System.Windows.Forms.TextBox();
            this.txt9 = new System.Windows.Forms.TextBox();
            this.txt7 = new System.Windows.Forms.TextBox();
            this.txt5 = new System.Windows.Forms.TextBox();
            this.txt3 = new System.Windows.Forms.TextBox();
            this.txt1 = new System.Windows.Forms.TextBox();
            this.but2 = new System.Windows.Forms.Button();
            this.but1 = new System.Windows.Forms.Button();
            this.txt11 = new System.Windows.Forms.TextBox();
            this.label21 = new System.Windows.Forms.Label();
            this.label20 = new System.Windows.Forms.Label();
            this.txt10 = new System.Windows.Forms.TextBox();
            this.label19 = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.comboBox2 = new System.Windows.Forms.ComboBox();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.comboBox2);
            this.groupBox1.Controls.Add(this.comboBox1);
            this.groupBox1.Controls.Add(this.txt8);
            this.groupBox1.Controls.Add(this.txt2);
            this.groupBox1.Controls.Add(this.txt9);
            this.groupBox1.Controls.Add(this.txt7);
            this.groupBox1.Controls.Add(this.txt5);
            this.groupBox1.Controls.Add(this.txt3);
            this.groupBox1.Controls.Add(this.txt1);
            this.groupBox1.Controls.Add(this.but2);
            this.groupBox1.Controls.Add(this.but1);
            this.groupBox1.Controls.Add(this.txt11);
            this.groupBox1.Controls.Add(this.label21);
            this.groupBox1.Controls.Add(this.label20);
            this.groupBox1.Controls.Add(this.txt10);
            this.groupBox1.Controls.Add(this.label19);
            this.groupBox1.Controls.Add(this.label17);
            this.groupBox1.Controls.Add(this.label15);
            this.groupBox1.Controls.Add(this.label13);
            this.groupBox1.Controls.Add(this.label11);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(1, 9);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(527, 269);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "商品信息";
            // 
            // txt8
            // 
            this.txt8.Location = new System.Drawing.Point(365, 130);
            this.txt8.Name = "txt8";
            this.txt8.Size = new System.Drawing.Size(105, 21);
            this.txt8.TabIndex = 33;
            // 
            // txt2
            // 
            this.txt2.Location = new System.Drawing.Point(365, 18);
            this.txt2.Name = "txt2";
            this.txt2.Size = new System.Drawing.Size(105, 21);
            this.txt2.TabIndex = 30;
            // 
            // txt9
            // 
            this.txt9.Location = new System.Drawing.Point(81, 168);
            this.txt9.Name = "txt9";
            this.txt9.Size = new System.Drawing.Size(94, 21);
            this.txt9.TabIndex = 29;
            // 
            // txt7
            // 
            this.txt7.Location = new System.Drawing.Point(81, 130);
            this.txt7.Name = "txt7";
            this.txt7.Size = new System.Drawing.Size(94, 21);
            this.txt7.TabIndex = 28;
            // 
            // txt5
            // 
            this.txt5.Location = new System.Drawing.Point(83, 94);
            this.txt5.Name = "txt5";
            this.txt5.Size = new System.Drawing.Size(92, 21);
            this.txt5.TabIndex = 27;
            // 
            // txt3
            // 
            this.txt3.Location = new System.Drawing.Point(83, 58);
            this.txt3.Name = "txt3";
            this.txt3.Size = new System.Drawing.Size(92, 21);
            this.txt3.TabIndex = 26;
            // 
            // txt1
            // 
            this.txt1.Location = new System.Drawing.Point(81, 18);
            this.txt1.Name = "txt1";
            this.txt1.Size = new System.Drawing.Size(94, 21);
            this.txt1.TabIndex = 25;
            // 
            // but2
            // 
            this.but2.Location = new System.Drawing.Point(414, 239);
            this.but2.Name = "but2";
            this.but2.Size = new System.Drawing.Size(56, 24);
            this.but2.TabIndex = 24;
            this.but2.Text = "退出 ";
            this.but2.UseVisualStyleBackColor = true;
            this.but2.Click += new System.EventHandler(this.button2_Click_1);
            // 
            // but1
            // 
            this.but1.Location = new System.Drawing.Point(278, 239);
            this.but1.Name = "but1";
            this.but1.Size = new System.Drawing.Size(56, 24);
            this.but1.TabIndex = 23;
            this.but1.Text = "保存";
            this.but1.UseVisualStyleBackColor = true;
            this.but1.Click += new System.EventHandler(this.button1_Click);
            // 
            // txt11
            // 
            this.txt11.Location = new System.Drawing.Point(413, 165);
            this.txt11.Name = "txt11";
            this.txt11.Size = new System.Drawing.Size(57, 21);
            this.txt11.TabIndex = 22;
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Location = new System.Drawing.Point(371, 171);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(53, 12);
            this.label21.TabIndex = 21;
            this.label21.Text = "数量: ";
            // 
            // label20

⌨️ 快捷键说明

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