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

📄 backform.designer.cs

📁 C#通过读取.txt文档进行运行的小系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace BikeRentSystem
{
    partial class BackForm
    {
        /// <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()
        {
            this.label2 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label1 = new System.Windows.Forms.Label();
            this.timecostLabel = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.rentTimeLabel = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.backTimeLabel = new System.Windows.Forms.Label();
            this.returnButton = new System.Windows.Forms.Button();
            this.clearButton = new System.Windows.Forms.Button();
            this.enterButton = new System.Windows.Forms.Button();
            this.label8 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.backNUMGroupBox = new System.Windows.Forms.GroupBox();
            this.reDoubleTextBox = new System.Windows.Forms.TextBox();
            this.reCollapseTextBox = new System.Windows.Forms.TextBox();
            this.reRunTextBox = new System.Windows.Forms.TextBox();
            this.reMOUTextBox = new System.Windows.Forms.TextBox();
            this.reLieTextBox = new System.Windows.Forms.TextBox();
            this.notBackNUMGroupBox = new System.Windows.Forms.GroupBox();
            this.NotBackCheckBox = new System.Windows.Forms.CheckBox();
            this.notLieTabel1 = new System.Windows.Forms.Label();
            this.notDoubleLabel1 = new System.Windows.Forms.Label();
            this.notCollapseLabel1 = new System.Windows.Forms.Label();
            this.notRunLabel = new System.Windows.Forms.Label();
            this.notMOIULabel = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.sureButton = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.changeLabel = new System.Windows.Forms.Label();
            this.costLabel = new System.Windows.Forms.Label();
            this.depositLabel = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.groupBox1.SuspendLayout();
            this.backNUMGroupBox.SuspendLayout();
            this.notBackNUMGroupBox.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(125, 24);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(29, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "NO:";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.timecostLabel);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.rentTimeLabel);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.backTimeLabel);
            this.groupBox1.Location = new System.Drawing.Point(34, 66);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(344, 114);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "起止时间";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(44, 86);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 30;
            this.label1.Text = "共用时间";
            // 
            // timecostLabel
            // 
            this.timecostLabel.AutoSize = true;
            this.timecostLabel.Location = new System.Drawing.Point(145, 86);
            this.timecostLabel.Name = "timecostLabel";
            this.timecostLabel.Size = new System.Drawing.Size(41, 12);
            this.timecostLabel.TabIndex = 31;
            this.timecostLabel.Text = "label4";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(43, 28);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "借车时间";
            // 
            // rentTimeLabel
            // 
            this.rentTimeLabel.AutoSize = true;
            this.rentTimeLabel.Location = new System.Drawing.Point(145, 28);
            this.rentTimeLabel.Name = "rentTimeLabel";
            this.rentTimeLabel.Size = new System.Drawing.Size(41, 12);
            this.rentTimeLabel.TabIndex = 5;
            this.rentTimeLabel.Text = "label4";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(43, 56);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 6;
            this.label5.Text = "还车时间";
            // 
            // backTimeLabel
            // 
            this.backTimeLabel.AutoSize = true;
            this.backTimeLabel.Location = new System.Drawing.Point(145, 56);
            this.backTimeLabel.Name = "backTimeLabel";
            this.backTimeLabel.Size = new System.Drawing.Size(41, 12);
            this.backTimeLabel.TabIndex = 7;
            this.backTimeLabel.Text = "label6";
            // 
            // returnButton
            // 
            this.returnButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.returnButton.Location = new System.Drawing.Point(274, 458);
            this.returnButton.Name = "returnButton";
            this.returnButton.Size = new System.Drawing.Size(75, 23);
            this.returnButton.TabIndex = 15;
            this.returnButton.Text = "返回";
            this.returnButton.UseVisualStyleBackColor = true;
            this.returnButton.Click += new System.EventHandler(this.returnButton_Click);
            // 
            // clearButton
            // 
            this.clearButton.Location = new System.Drawing.Point(160, 458);
            this.clearButton.Name = "clearButton";
            this.clearButton.Size = new System.Drawing.Size(75, 23);
            this.clearButton.TabIndex = 16;
            this.clearButton.Text = "清空";
            this.clearButton.UseVisualStyleBackColor = true;
            this.clearButton.Click += new System.EventHandler(this.clearButton_Click);
            // 
            // enterButton
            // 
            this.enterButton.Location = new System.Drawing.Point(274, 19);
            this.enterButton.Name = "enterButton";
            this.enterButton.Size = new System.Drawing.Size(75, 23);
            this.enterButton.TabIndex = 17;
            this.enterButton.Text = "输入";
            this.enterButton.UseVisualStyleBackColor = true;
            this.enterButton.Click += new System.EventHandler(this.enterButton_Click);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(25, 151);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(41, 12);
            this.label8.TabIndex = 19;
            this.label8.Text = "双人车";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(25, 120);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(41, 12);
            this.label10.TabIndex = 20;
            this.label10.Text = "折叠车";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(32, 223);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(0, 12);
            this.label11.TabIndex = 21;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(25, 54);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(41, 12);
            this.label12.TabIndex = 22;
            this.label12.Text = "山地车";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(25, 21);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(41, 12);
            this.label13.TabIndex = 23;
            this.label13.Text = "休闲车";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(25, 84);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(41, 12);
            this.label7.TabIndex = 24;
            this.label7.Text = "跑 车";
            // 
            // backNUMGroupBox
            // 
            this.backNUMGroupBox.Controls.Add(this.reDoubleTextBox);
            this.backNUMGroupBox.Controls.Add(this.reCollapseTextBox);
            this.backNUMGroupBox.Controls.Add(this.reRunTextBox);
            this.backNUMGroupBox.Controls.Add(this.reMOUTextBox);
            this.backNUMGroupBox.Controls.Add(this.reLieTextBox);
            this.backNUMGroupBox.Location = new System.Drawing.Point(95, 195);
            this.backNUMGroupBox.Name = "backNUMGroupBox";
            this.backNUMGroupBox.Size = new System.Drawing.Size(140, 175);
            this.backNUMGroupBox.TabIndex = 25;
            this.backNUMGroupBox.TabStop = false;
            this.backNUMGroupBox.Text = "实还车数";
            // 
            // reDoubleTextBox
            // 
            this.reDoubleTextBox.Location = new System.Drawing.Point(11, 148);
            this.reDoubleTextBox.Name = "reDoubleTextBox";
            this.reDoubleTextBox.Size = new System.Drawing.Size(100, 21);
            this.reDoubleTextBox.TabIndex = 4;
            // 

⌨️ 快捷键说明

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