📄 rentform.designer.cs
字号:
resources.ApplyResources(this.mountainLabel, "mountainLabel");
this.mountainLabel.Name = "mountainLabel";
//
// lieLabel
//
resources.ApplyResources(this.lieLabel, "lieLabel");
this.lieLabel.Name = "lieLabel";
//
// rentWayGroupBox
//
this.rentWayGroupBox.Controls.Add(this.CMenberRadioButton);
this.rentWayGroupBox.Controls.Add(this.normalRadioButton);
this.rentWayGroupBox.Controls.Add(this.studentRadioButton);
this.rentWayGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
resources.ApplyResources(this.rentWayGroupBox, "rentWayGroupBox");
this.rentWayGroupBox.Name = "rentWayGroupBox";
this.rentWayGroupBox.TabStop = false;
//
// CMenberRadioButton
//
resources.ApplyResources(this.CMenberRadioButton, "CMenberRadioButton");
this.CMenberRadioButton.Name = "CMenberRadioButton";
this.CMenberRadioButton.TabStop = true;
this.CMenberRadioButton.UseVisualStyleBackColor = true;
//
// normalRadioButton
//
resources.ApplyResources(this.normalRadioButton, "normalRadioButton");
this.normalRadioButton.Name = "normalRadioButton";
this.normalRadioButton.TabStop = true;
this.normalRadioButton.UseVisualStyleBackColor = true;
//
// studentRadioButton
//
resources.ApplyResources(this.studentRadioButton, "studentRadioButton");
this.studentRadioButton.Name = "studentRadioButton";
this.studentRadioButton.TabStop = true;
this.studentRadioButton.UseVisualStyleBackColor = true;
//
// honerWayGroupBox
//
this.honerWayGroupBox.Controls.Add(this.elseLRadioButton);
this.honerWayGroupBox.Controls.Add(this.label1);
this.honerWayGroupBox.Controls.Add(this.driverLRadioButton);
this.honerWayGroupBox.Controls.Add(this.label2);
this.honerWayGroupBox.Controls.Add(this.studentLRadioButton);
this.honerWayGroupBox.Controls.Add(this.shouldPayLabel);
this.honerWayGroupBox.Controls.Add(this.IDradioButton);
this.honerWayGroupBox.Controls.Add(this.payedTextBox);
this.honerWayGroupBox.Controls.Add(this.depositCheckBox);
this.honerWayGroupBox.Controls.Add(this.licenseCheckBox);
resources.ApplyResources(this.honerWayGroupBox, "honerWayGroupBox");
this.honerWayGroupBox.Name = "honerWayGroupBox";
this.honerWayGroupBox.TabStop = false;
//
// elseLRadioButton
//
resources.ApplyResources(this.elseLRadioButton, "elseLRadioButton");
this.elseLRadioButton.Name = "elseLRadioButton";
this.elseLRadioButton.TabStop = true;
this.elseLRadioButton.UseVisualStyleBackColor = true;
this.elseLRadioButton.CheckedChanged += new System.EventHandler(this.IDradioButton_CheckedChanged);
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// driverLRadioButton
//
resources.ApplyResources(this.driverLRadioButton, "driverLRadioButton");
this.driverLRadioButton.Name = "driverLRadioButton";
this.driverLRadioButton.TabStop = true;
this.driverLRadioButton.UseVisualStyleBackColor = true;
this.driverLRadioButton.CheckedChanged += new System.EventHandler(this.IDradioButton_CheckedChanged);
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// studentLRadioButton
//
resources.ApplyResources(this.studentLRadioButton, "studentLRadioButton");
this.studentLRadioButton.Name = "studentLRadioButton";
this.studentLRadioButton.TabStop = true;
this.studentLRadioButton.UseVisualStyleBackColor = true;
this.studentLRadioButton.CheckedChanged += new System.EventHandler(this.IDradioButton_CheckedChanged);
//
// shouldPayLabel
//
resources.ApplyResources(this.shouldPayLabel, "shouldPayLabel");
this.shouldPayLabel.Name = "shouldPayLabel";
//
// IDradioButton
//
resources.ApplyResources(this.IDradioButton, "IDradioButton");
this.IDradioButton.Name = "IDradioButton";
this.IDradioButton.TabStop = true;
this.IDradioButton.UseVisualStyleBackColor = true;
this.IDradioButton.CheckedChanged += new System.EventHandler(this.IDradioButton_CheckedChanged);
//
// payedTextBox
//
resources.ApplyResources(this.payedTextBox, "payedTextBox");
this.payedTextBox.Name = "payedTextBox";
//
// depositCheckBox
//
resources.ApplyResources(this.depositCheckBox, "depositCheckBox");
this.depositCheckBox.Name = "depositCheckBox";
this.depositCheckBox.UseVisualStyleBackColor = true;
this.depositCheckBox.Click += new System.EventHandler(this.depositCheckBox_CheckedChanged);
//
// licenseCheckBox
//
resources.ApplyResources(this.licenseCheckBox, "licenseCheckBox");
this.licenseCheckBox.Name = "licenseCheckBox";
this.licenseCheckBox.UseVisualStyleBackColor = true;
//
// pressButton
//
resources.ApplyResources(this.pressButton, "pressButton");
this.pressButton.Name = "pressButton";
this.pressButton.UseVisualStyleBackColor = true;
this.pressButton.Click += new System.EventHandler(this.pressButton_Click);
//
// returnButtom
//
this.returnButtom.DialogResult = System.Windows.Forms.DialogResult.Cancel;
resources.ApplyResources(this.returnButtom, "returnButtom");
this.returnButtom.Name = "returnButtom";
this.returnButtom.UseVisualStyleBackColor = true;
this.returnButtom.Click += new System.EventHandler(this.returnButtom_Click);
//
// numberLabel
//
resources.ApplyResources(this.numberLabel, "numberLabel");
this.numberLabel.Name = "numberLabel";
//
// clearButton
//
resources.ApplyResources(this.clearButton, "clearButton");
this.clearButton.Name = "clearButton";
this.clearButton.UseVisualStyleBackColor = true;
this.clearButton.Click += new System.EventHandler(this.clearButton_Click);
//
// sureButton
//
resources.ApplyResources(this.sureButton, "sureButton");
this.sureButton.Name = "sureButton";
this.sureButton.UseVisualStyleBackColor = true;
this.sureButton.Click += new System.EventHandler(this.sureButton_Click);
//
// label8
//
resources.ApplyResources(this.label8, "label8");
this.label8.Name = "label8";
//
// RentForm
//
this.AcceptButton = this.pressButton;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.returnButtom;
this.Controls.Add(this.label8);
this.Controls.Add(this.sureButton);
this.Controls.Add(this.clearButton);
this.Controls.Add(this.numberLabel);
this.Controls.Add(this.returnButtom);
this.Controls.Add(this.pressButton);
this.Controls.Add(this.honerWayGroupBox);
this.Controls.Add(this.rentWayGroupBox);
this.Controls.Add(this.bikeShapeGroupBox);
this.Controls.Add(this.clintInforGroupBox);
this.KeyPreview = true;
this.MaximizeBox = false;
this.Name = "RentForm";
this.ShowIcon = false;
this.Load += new System.EventHandler(this.RentForm_Load);
this.clintInforGroupBox.ResumeLayout(false);
this.clintInforGroupBox.PerformLayout();
this.bikeShapeGroupBox.ResumeLayout(false);
this.bikeShapeGroupBox.PerformLayout();
this.rentWayGroupBox.ResumeLayout(false);
this.honerWayGroupBox.ResumeLayout(false);
this.honerWayGroupBox.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox clintInforGroupBox;
private System.Windows.Forms.TextBox renterIDTextBox;
private System.Windows.Forms.TextBox renterPhoneTextBox;
private System.Windows.Forms.TextBox renterNameTextBox;
private System.Windows.Forms.Label renterIDLabel;
private System.Windows.Forms.Label renterPhoneLabel;
private System.Windows.Forms.Label renterNameLabel;
private System.Windows.Forms.GroupBox bikeShapeGroupBox;
private System.Windows.Forms.Label collaprLabel;
private System.Windows.Forms.Label runLabel;
private System.Windows.Forms.Label mountainLabel;
private System.Windows.Forms.Label lieLabel;
private System.Windows.Forms.TextBox collapseTextBox;
private System.Windows.Forms.TextBox runTextBox;
private System.Windows.Forms.TextBox MOUTextBox;
private System.Windows.Forms.TextBox lieTextBox;
private System.Windows.Forms.Label reCollapeLabel;
private System.Windows.Forms.Label reRunLabel;
private System.Windows.Forms.Label reMountainLabel;
private System.Windows.Forms.Label reLieLabel;
private System.Windows.Forms.GroupBox rentWayGroupBox;
private System.Windows.Forms.RadioButton CMenberRadioButton;
private System.Windows.Forms.RadioButton normalRadioButton;
private System.Windows.Forms.RadioButton studentRadioButton;
private System.Windows.Forms.GroupBox honerWayGroupBox;
private System.Windows.Forms.CheckBox depositCheckBox;
private System.Windows.Forms.CheckBox licenseCheckBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label shouldPayLabel;
private System.Windows.Forms.TextBox payedTextBox;
private System.Windows.Forms.RadioButton elseLRadioButton;
private System.Windows.Forms.RadioButton driverLRadioButton;
private System.Windows.Forms.RadioButton studentLRadioButton;
private System.Windows.Forms.RadioButton IDradioButton;
private System.Windows.Forms.Button pressButton;
private System.Windows.Forms.Button returnButtom;
private System.Windows.Forms.Label numberLabel;
private System.Windows.Forms.Label reDoubleLabel;
private System.Windows.Forms.Label doubleLabel;
private System.Windows.Forms.TextBox doubleTextBox;
private System.Windows.Forms.Button clearButton;
private System.Windows.Forms.Button sureButton;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label8;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -