📄 ownerform.designer.cs
字号:
namespace BikeRentSystem
{
partial class OwnerForm
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.priceDoubleTextBox = new System.Windows.Forms.TextBox();
this.priceCollapseTextBox = new System.Windows.Forms.TextBox();
this.priceRunTextBox = new System.Windows.Forms.TextBox();
this.priceMOUTextBox = new System.Windows.Forms.TextBox();
this.priceLieTextBox = new System.Windows.Forms.TextBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.depDoubleTextBox = new System.Windows.Forms.TextBox();
this.depCollapseTextBox = new System.Windows.Forms.TextBox();
this.depRunTextBox = new System.Windows.Forms.TextBox();
this.depMOUTextBox = new System.Windows.Forms.TextBox();
this.depLieTextBox = new System.Windows.Forms.TextBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.totNUMDoubleTextBox1 = new System.Windows.Forms.TextBox();
this.totNUMCollapseTextBox1 = new System.Windows.Forms.TextBox();
this.totNUMRunTextBox1 = new System.Windows.Forms.TextBox();
this.totNumMOUTextBox = new System.Windows.Forms.TextBox();
this.totNumLieTextBox1 = new System.Windows.Forms.TextBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.clintMenberTextBox1 = new System.Windows.Forms.TextBox();
this.groupTextBox1 = new System.Windows.Forms.TextBox();
this.normalTextBox1 = new System.Windows.Forms.TextBox();
this.studentTextBox1 = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.exitButton = new System.Windows.Forms.Button();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.groupLineTextBox = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.SCExceptTextBox = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox6.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(82, 186);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "车型";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(18, 157);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 4;
this.label5.Text = "双人车";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(18, 120);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 3;
this.label4.Text = "折叠车";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(18, 88);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 2;
this.label3.Text = "跑 车";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(18, 53);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 1;
this.label2.Text = "山地车";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(18, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "休闲车";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.priceDoubleTextBox);
this.groupBox2.Controls.Add(this.priceCollapseTextBox);
this.groupBox2.Controls.Add(this.priceRunTextBox);
this.groupBox2.Controls.Add(this.priceMOUTextBox);
this.groupBox2.Controls.Add(this.priceLieTextBox);
this.groupBox2.Location = new System.Drawing.Point(484, 2);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(114, 186);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "价格";
//
// priceDoubleTextBox
//
this.priceDoubleTextBox.Location = new System.Drawing.Point(8, 154);
this.priceDoubleTextBox.Name = "priceDoubleTextBox";
this.priceDoubleTextBox.Size = new System.Drawing.Size(100, 21);
this.priceDoubleTextBox.TabIndex = 4;
//
// priceCollapseTextBox
//
this.priceCollapseTextBox.Location = new System.Drawing.Point(8, 117);
this.priceCollapseTextBox.Name = "priceCollapseTextBox";
this.priceCollapseTextBox.Size = new System.Drawing.Size(100, 21);
this.priceCollapseTextBox.TabIndex = 3;
//
// priceRunTextBox
//
this.priceRunTextBox.Location = new System.Drawing.Point(8, 79);
this.priceRunTextBox.Name = "priceRunTextBox";
this.priceRunTextBox.Size = new System.Drawing.Size(100, 21);
this.priceRunTextBox.TabIndex = 2;
//
// priceMOUTextBox
//
this.priceMOUTextBox.Location = new System.Drawing.Point(8, 44);
this.priceMOUTextBox.Name = "priceMOUTextBox";
this.priceMOUTextBox.Size = new System.Drawing.Size(100, 21);
this.priceMOUTextBox.TabIndex = 1;
//
// priceLieTextBox
//
this.priceLieTextBox.Location = new System.Drawing.Point(8, 14);
this.priceLieTextBox.Name = "priceLieTextBox";
this.priceLieTextBox.Size = new System.Drawing.Size(100, 21);
this.priceLieTextBox.TabIndex = 0;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.depDoubleTextBox);
this.groupBox3.Controls.Add(this.depCollapseTextBox);
this.groupBox3.Controls.Add(this.depRunTextBox);
this.groupBox3.Controls.Add(this.depMOUTextBox);
this.groupBox3.Controls.Add(this.depLieTextBox);
this.groupBox3.Location = new System.Drawing.Point(137, 2);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(135, 186);
this.groupBox3.TabIndex = 0;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "押金";
//
// depDoubleTextBox
//
this.depDoubleTextBox.Location = new System.Drawing.Point(19, 154);
this.depDoubleTextBox.Name = "depDoubleTextBox";
this.depDoubleTextBox.Size = new System.Drawing.Size(100, 21);
this.depDoubleTextBox.TabIndex = 4;
//
// depCollapseTextBox
//
this.depCollapseTextBox.Location = new System.Drawing.Point(19, 120);
this.depCollapseTextBox.Name = "depCollapseTextBox";
this.depCollapseTextBox.Size = new System.Drawing.Size(100, 21);
this.depCollapseTextBox.TabIndex = 3;
//
// depRunTextBox
//
this.depRunTextBox.Location = new System.Drawing.Point(19, 79);
this.depRunTextBox.Name = "depRunTextBox";
this.depRunTextBox.Size = new System.Drawing.Size(100, 21);
this.depRunTextBox.TabIndex = 2;
//
// depMOUTextBox
//
this.depMOUTextBox.Location = new System.Drawing.Point(19, 44);
this.depMOUTextBox.Name = "depMOUTextBox";
this.depMOUTextBox.Size = new System.Drawing.Size(100, 21);
this.depMOUTextBox.TabIndex = 1;
//
// depLieTextBox
//
this.depLieTextBox.Location = new System.Drawing.Point(19, 14);
this.depLieTextBox.Name = "depLieTextBox";
this.depLieTextBox.Size = new System.Drawing.Size(100, 21);
this.depLieTextBox.TabIndex = 0;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.totNUMDoubleTextBox1);
this.groupBox4.Controls.Add(this.totNUMCollapseTextBox1);
this.groupBox4.Controls.Add(this.totNUMRunTextBox1);
this.groupBox4.Controls.Add(this.totNumMOUTextBox);
this.groupBox4.Controls.Add(this.totNumLieTextBox1);
this.groupBox4.Location = new System.Drawing.Point(311, 2);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(132, 186);
this.groupBox4.TabIndex = 0;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "车辆总数";
//
// totNUMDoubleTextBox1
//
this.totNUMDoubleTextBox1.Location = new System.Drawing.Point(19, 154);
this.totNUMDoubleTextBox1.Name = "totNUMDoubleTextBox1";
this.totNUMDoubleTextBox1.Size = new System.Drawing.Size(100, 21);
this.totNUMDoubleTextBox1.TabIndex = 4;
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -