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

📄 rentform.designer.cs

📁 C#通过读取.txt文档进行运行的小系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace BikeRentSystem
{
    partial class RentForm
    {
        /// <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(RentForm));
            this.clintInforGroupBox = new System.Windows.Forms.GroupBox();
            this.renterIDTextBox = new System.Windows.Forms.TextBox();
            this.renterPhoneTextBox = new System.Windows.Forms.TextBox();
            this.renterNameTextBox = new System.Windows.Forms.TextBox();
            this.renterIDLabel = new System.Windows.Forms.Label();
            this.renterPhoneLabel = new System.Windows.Forms.Label();
            this.renterNameLabel = new System.Windows.Forms.Label();
            this.bikeShapeGroupBox = new System.Windows.Forms.GroupBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.reDoubleLabel = new System.Windows.Forms.Label();
            this.doubleLabel = new System.Windows.Forms.Label();
            this.doubleTextBox = new System.Windows.Forms.TextBox();
            this.collapseTextBox = new System.Windows.Forms.TextBox();
            this.runTextBox = new System.Windows.Forms.TextBox();
            this.MOUTextBox = new System.Windows.Forms.TextBox();
            this.lieTextBox = new System.Windows.Forms.TextBox();
            this.reCollapeLabel = new System.Windows.Forms.Label();
            this.reRunLabel = new System.Windows.Forms.Label();
            this.reMountainLabel = new System.Windows.Forms.Label();
            this.reLieLabel = new System.Windows.Forms.Label();
            this.collaprLabel = new System.Windows.Forms.Label();
            this.runLabel = new System.Windows.Forms.Label();
            this.mountainLabel = new System.Windows.Forms.Label();
            this.lieLabel = new System.Windows.Forms.Label();
            this.rentWayGroupBox = new System.Windows.Forms.GroupBox();
            this.CMenberRadioButton = new System.Windows.Forms.RadioButton();
            this.normalRadioButton = new System.Windows.Forms.RadioButton();
            this.studentRadioButton = new System.Windows.Forms.RadioButton();
            this.honerWayGroupBox = new System.Windows.Forms.GroupBox();
            this.elseLRadioButton = new System.Windows.Forms.RadioButton();
            this.label1 = new System.Windows.Forms.Label();
            this.driverLRadioButton = new System.Windows.Forms.RadioButton();
            this.label2 = new System.Windows.Forms.Label();
            this.studentLRadioButton = new System.Windows.Forms.RadioButton();
            this.shouldPayLabel = new System.Windows.Forms.Label();
            this.IDradioButton = new System.Windows.Forms.RadioButton();
            this.payedTextBox = new System.Windows.Forms.TextBox();
            this.depositCheckBox = new System.Windows.Forms.CheckBox();
            this.licenseCheckBox = new System.Windows.Forms.CheckBox();
            this.pressButton = new System.Windows.Forms.Button();
            this.returnButtom = new System.Windows.Forms.Button();
            this.numberLabel = new System.Windows.Forms.Label();
            this.clearButton = new System.Windows.Forms.Button();
            this.sureButton = new System.Windows.Forms.Button();
            this.label8 = new System.Windows.Forms.Label();
            this.clintInforGroupBox.SuspendLayout();
            this.bikeShapeGroupBox.SuspendLayout();
            this.rentWayGroupBox.SuspendLayout();
            this.honerWayGroupBox.SuspendLayout();
            this.SuspendLayout();
            // 
            // clintInforGroupBox
            // 
            this.clintInforGroupBox.Controls.Add(this.renterIDTextBox);
            this.clintInforGroupBox.Controls.Add(this.renterPhoneTextBox);
            this.clintInforGroupBox.Controls.Add(this.renterNameTextBox);
            this.clintInforGroupBox.Controls.Add(this.renterIDLabel);
            this.clintInforGroupBox.Controls.Add(this.renterPhoneLabel);
            this.clintInforGroupBox.Controls.Add(this.renterNameLabel);
            resources.ApplyResources(this.clintInforGroupBox, "clintInforGroupBox");
            this.clintInforGroupBox.Name = "clintInforGroupBox";
            this.clintInforGroupBox.TabStop = false;
            // 
            // renterIDTextBox
            // 
            resources.ApplyResources(this.renterIDTextBox, "renterIDTextBox");
            this.renterIDTextBox.Name = "renterIDTextBox";
            // 
            // renterPhoneTextBox
            // 
            resources.ApplyResources(this.renterPhoneTextBox, "renterPhoneTextBox");
            this.renterPhoneTextBox.Name = "renterPhoneTextBox";
            // 
            // renterNameTextBox
            // 
            resources.ApplyResources(this.renterNameTextBox, "renterNameTextBox");
            this.renterNameTextBox.Name = "renterNameTextBox";
            // 
            // renterIDLabel
            // 
            resources.ApplyResources(this.renterIDLabel, "renterIDLabel");
            this.renterIDLabel.Name = "renterIDLabel";
            // 
            // renterPhoneLabel
            // 
            resources.ApplyResources(this.renterPhoneLabel, "renterPhoneLabel");
            this.renterPhoneLabel.Name = "renterPhoneLabel";
            // 
            // renterNameLabel
            // 
            resources.ApplyResources(this.renterNameLabel, "renterNameLabel");
            this.renterNameLabel.Name = "renterNameLabel";
            // 
            // bikeShapeGroupBox
            // 
            this.bikeShapeGroupBox.Controls.Add(this.label7);
            this.bikeShapeGroupBox.Controls.Add(this.label6);
            this.bikeShapeGroupBox.Controls.Add(this.label5);
            this.bikeShapeGroupBox.Controls.Add(this.label4);
            this.bikeShapeGroupBox.Controls.Add(this.label3);
            this.bikeShapeGroupBox.Controls.Add(this.reDoubleLabel);
            this.bikeShapeGroupBox.Controls.Add(this.doubleLabel);
            this.bikeShapeGroupBox.Controls.Add(this.doubleTextBox);
            this.bikeShapeGroupBox.Controls.Add(this.collapseTextBox);
            this.bikeShapeGroupBox.Controls.Add(this.runTextBox);
            this.bikeShapeGroupBox.Controls.Add(this.MOUTextBox);
            this.bikeShapeGroupBox.Controls.Add(this.lieTextBox);
            this.bikeShapeGroupBox.Controls.Add(this.reCollapeLabel);
            this.bikeShapeGroupBox.Controls.Add(this.reRunLabel);
            this.bikeShapeGroupBox.Controls.Add(this.reMountainLabel);
            this.bikeShapeGroupBox.Controls.Add(this.reLieLabel);
            this.bikeShapeGroupBox.Controls.Add(this.collaprLabel);
            this.bikeShapeGroupBox.Controls.Add(this.runLabel);
            this.bikeShapeGroupBox.Controls.Add(this.mountainLabel);
            this.bikeShapeGroupBox.Controls.Add(this.lieLabel);
            resources.ApplyResources(this.bikeShapeGroupBox, "bikeShapeGroupBox");
            this.bikeShapeGroupBox.Name = "bikeShapeGroupBox";
            this.bikeShapeGroupBox.TabStop = false;
            // 
            // label7
            // 
            resources.ApplyResources(this.label7, "label7");
            this.label7.Name = "label7";
            // 
            // label6
            // 
            resources.ApplyResources(this.label6, "label6");
            this.label6.Name = "label6";
            // 
            // label5
            // 
            resources.ApplyResources(this.label5, "label5");
            this.label5.Name = "label5";
            // 
            // label4
            // 
            resources.ApplyResources(this.label4, "label4");
            this.label4.Name = "label4";
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            // 
            // reDoubleLabel
            // 
            resources.ApplyResources(this.reDoubleLabel, "reDoubleLabel");
            this.reDoubleLabel.Name = "reDoubleLabel";
            // 
            // doubleLabel
            // 
            resources.ApplyResources(this.doubleLabel, "doubleLabel");
            this.doubleLabel.Name = "doubleLabel";
            // 
            // doubleTextBox
            // 
            resources.ApplyResources(this.doubleTextBox, "doubleTextBox");
            this.doubleTextBox.Name = "doubleTextBox";
            // 
            // collapseTextBox
            // 
            resources.ApplyResources(this.collapseTextBox, "collapseTextBox");
            this.collapseTextBox.Name = "collapseTextBox";
            // 
            // runTextBox
            // 
            resources.ApplyResources(this.runTextBox, "runTextBox");
            this.runTextBox.Name = "runTextBox";
            // 
            // MOUTextBox
            // 
            resources.ApplyResources(this.MOUTextBox, "MOUTextBox");
            this.MOUTextBox.Name = "MOUTextBox";
            // 
            // lieTextBox
            // 
            resources.ApplyResources(this.lieTextBox, "lieTextBox");
            this.lieTextBox.Name = "lieTextBox";
            // 
            // reCollapeLabel
            // 
            resources.ApplyResources(this.reCollapeLabel, "reCollapeLabel");
            this.reCollapeLabel.Name = "reCollapeLabel";
            // 
            // reRunLabel
            // 
            resources.ApplyResources(this.reRunLabel, "reRunLabel");
            this.reRunLabel.Name = "reRunLabel";
            // 
            // reMountainLabel
            // 
            resources.ApplyResources(this.reMountainLabel, "reMountainLabel");
            this.reMountainLabel.Name = "reMountainLabel";
            // 
            // reLieLabel
            // 
            resources.ApplyResources(this.reLieLabel, "reLieLabel");
            this.reLieLabel.Name = "reLieLabel";
            // 
            // collaprLabel
            // 
            resources.ApplyResources(this.collaprLabel, "collaprLabel");
            this.collaprLabel.Name = "collaprLabel";
            // 
            // runLabel
            // 
            resources.ApplyResources(this.runLabel, "runLabel");
            this.runLabel.Name = "runLabel";
            // 
            // mountainLabel
            // 

⌨️ 快捷键说明

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