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

📄 ownerform.designer.cs

📁 C#通过读取.txt文档进行运行的小系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // totNUMCollapseTextBox1
            // 
            this.totNUMCollapseTextBox1.Location = new System.Drawing.Point(19, 117);
            this.totNUMCollapseTextBox1.Name = "totNUMCollapseTextBox1";
            this.totNUMCollapseTextBox1.Size = new System.Drawing.Size(100, 21);
            this.totNUMCollapseTextBox1.TabIndex = 3;
            // 
            // totNUMRunTextBox1
            // 
            this.totNUMRunTextBox1.Location = new System.Drawing.Point(19, 79);
            this.totNUMRunTextBox1.Name = "totNUMRunTextBox1";
            this.totNUMRunTextBox1.Size = new System.Drawing.Size(100, 21);
            this.totNUMRunTextBox1.TabIndex = 2;
            // 
            // totNumMOUTextBox
            // 
            this.totNumMOUTextBox.Location = new System.Drawing.Point(19, 44);
            this.totNumMOUTextBox.Name = "totNumMOUTextBox";
            this.totNumMOUTextBox.Size = new System.Drawing.Size(100, 21);
            this.totNumMOUTextBox.TabIndex = 1;
            // 
            // totNumLieTextBox1
            // 
            this.totNumLieTextBox1.Location = new System.Drawing.Point(19, 14);
            this.totNumLieTextBox1.Name = "totNumLieTextBox1";
            this.totNumLieTextBox1.Size = new System.Drawing.Size(100, 21);
            this.totNumLieTextBox1.TabIndex = 0;
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.clintMenberTextBox1);
            this.groupBox5.Controls.Add(this.groupTextBox1);
            this.groupBox5.Controls.Add(this.normalTextBox1);
            this.groupBox5.Controls.Add(this.studentTextBox1);
            this.groupBox5.Controls.Add(this.label9);
            this.groupBox5.Controls.Add(this.label8);
            this.groupBox5.Controls.Add(this.label7);
            this.groupBox5.Controls.Add(this.label6);
            this.groupBox5.Location = new System.Drawing.Point(12, 194);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(485, 57);
            this.groupBox5.TabIndex = 2;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "折扣";
            // 
            // clintMenberTextBox1
            // 
            this.clintMenberTextBox1.Location = new System.Drawing.Point(294, 20);
            this.clintMenberTextBox1.Name = "clintMenberTextBox1";
            this.clintMenberTextBox1.Size = new System.Drawing.Size(70, 21);
            this.clintMenberTextBox1.TabIndex = 2;
            // 
            // groupTextBox1
            // 
            this.groupTextBox1.Location = new System.Drawing.Point(405, 20);
            this.groupTextBox1.Name = "groupTextBox1";
            this.groupTextBox1.Size = new System.Drawing.Size(69, 21);
            this.groupTextBox1.TabIndex = 3;
            // 
            // normalTextBox1
            // 
            this.normalTextBox1.Location = new System.Drawing.Point(160, 20);
            this.normalTextBox1.Name = "normalTextBox1";
            this.normalTextBox1.Size = new System.Drawing.Size(84, 21);
            this.normalTextBox1.TabIndex = 1;
            // 
            // studentTextBox1
            // 
            this.studentTextBox1.Location = new System.Drawing.Point(47, 22);
            this.studentTextBox1.Name = "studentTextBox1";
            this.studentTextBox1.Size = new System.Drawing.Size(72, 21);
            this.studentTextBox1.TabIndex = 0;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(259, 25);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(29, 12);
            this.label9.TabIndex = 6;
            this.label9.Text = "会员";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(125, 25);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(29, 12);
            this.label8.TabIndex = 5;
            this.label8.Text = "普通";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(6, 25);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(29, 12);
            this.label7.TabIndex = 4;
            this.label7.Text = "学生";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(370, 23);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(29, 12);
            this.label6.TabIndex = 3;
            this.label6.Text = "团体";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(139, 299);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 4;
            this.button1.Text = "清空";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(282, 299);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 5;
            this.button2.Text = "存储";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // exitButton
            // 
            this.exitButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.exitButton.Location = new System.Drawing.Point(422, 299);
            this.exitButton.Name = "exitButton";
            this.exitButton.Size = new System.Drawing.Size(75, 23);
            this.exitButton.TabIndex = 6;
            this.exitButton.Text = "返回";
            this.exitButton.UseVisualStyleBackColor = true;
            this.exitButton.Click += new System.EventHandler(this.button3_Click);
            // 
            // groupBox6
            // 
            this.groupBox6.Controls.Add(this.groupLineTextBox);
            this.groupBox6.Location = new System.Drawing.Point(515, 194);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(103, 57);
            this.groupBox6.TabIndex = 3;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "团体界限";
            // 
            // groupLineTextBox
            // 
            this.groupLineTextBox.Location = new System.Drawing.Point(17, 25);
            this.groupLineTextBox.Name = "groupLineTextBox";
            this.groupLineTextBox.Size = new System.Drawing.Size(80, 21);
            this.groupLineTextBox.TabIndex = 0;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(187, 266);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(113, 12);
            this.label10.TabIndex = 7;
            this.label10.Text = "学生和会员应交押金";
            // 
            // SCExceptTextBox
            // 
            this.SCExceptTextBox.Location = new System.Drawing.Point(343, 263);
            this.SCExceptTextBox.Name = "SCExceptTextBox";
            this.SCExceptTextBox.Size = new System.Drawing.Size(100, 21);
            this.SCExceptTextBox.TabIndex = 8;
            // 
            // OwnerForm
            // 
            this.AcceptButton = this.button2;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.exitButton;
            this.ClientSize = new System.Drawing.Size(630, 334);
            this.Controls.Add(this.SCExceptTextBox);
            this.Controls.Add(this.label10);
            this.Controls.Add(this.groupBox6);
            this.Controls.Add(this.exitButton);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.groupBox5);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.MaximizeBox = false;
            this.Name = "OwnerForm";
            this.Text = "OwnerForm";
            this.Load += new System.EventHandler(this.OwnerForm_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.groupBox6.ResumeLayout(false);
            this.groupBox6.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.TextBox priceDoubleTextBox;
        private System.Windows.Forms.TextBox priceCollapseTextBox;
        private System.Windows.Forms.TextBox priceRunTextBox;
        private System.Windows.Forms.TextBox priceMOUTextBox;
        private System.Windows.Forms.TextBox priceLieTextBox;
        private System.Windows.Forms.TextBox depDoubleTextBox;
        private System.Windows.Forms.TextBox depCollapseTextBox;
        private System.Windows.Forms.TextBox depRunTextBox;
        private System.Windows.Forms.TextBox depMOUTextBox;
        private System.Windows.Forms.TextBox depLieTextBox;
        private System.Windows.Forms.TextBox totNUMDoubleTextBox1;
        private System.Windows.Forms.TextBox totNUMCollapseTextBox1;
        private System.Windows.Forms.TextBox totNUMRunTextBox1;
        private System.Windows.Forms.TextBox totNumMOUTextBox;
        private System.Windows.Forms.TextBox totNumLieTextBox1;
        private System.Windows.Forms.GroupBox groupBox5;
        private System.Windows.Forms.TextBox clintMenberTextBox1;
        private System.Windows.Forms.TextBox groupTextBox1;
        private System.Windows.Forms.TextBox normalTextBox1;
        private System.Windows.Forms.TextBox studentTextBox1;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button exitButton;
        private System.Windows.Forms.GroupBox groupBox6;
        private System.Windows.Forms.TextBox groupLineTextBox;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.TextBox SCExceptTextBox;
    }
}

⌨️ 快捷键说明

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