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

📄 systemmanagerform.cs

📁 工交车查询系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
			this.btnOkCity.Size = new System.Drawing.Size(40, 20);
			this.btnOkCity.TabIndex = 8;
			this.btnOkCity.Text = "确定";
			this.btnOkCity.Click += new System.EventHandler(this.btnOkCity_Click);
			// 
			// btnLastCity
			// 
			this.btnLastCity.Location = new System.Drawing.Point(257, 119);
			this.btnLastCity.Name = "btnLastCity";
			this.btnLastCity.Size = new System.Drawing.Size(31, 20);
			this.btnLastCity.TabIndex = 7;
			this.btnLastCity.Text = ">>|";
			this.btnLastCity.Click += new System.EventHandler(this.btnLastCity_Click);
			// 
			// btnNextCity
			// 
			this.btnNextCity.Location = new System.Drawing.Point(226, 119);
			this.btnNextCity.Name = "btnNextCity";
			this.btnNextCity.Size = new System.Drawing.Size(31, 20);
			this.btnNextCity.TabIndex = 6;
			this.btnNextCity.Text = ">>";
			this.btnNextCity.Click += new System.EventHandler(this.btnNextCity_Click);
			// 
			// btnPrvCity
			// 
			this.btnPrvCity.Location = new System.Drawing.Point(36, 119);
			this.btnPrvCity.Name = "btnPrvCity";
			this.btnPrvCity.Size = new System.Drawing.Size(31, 20);
			this.btnPrvCity.TabIndex = 5;
			this.btnPrvCity.Text = "<<";
			this.btnPrvCity.Click += new System.EventHandler(this.btnPrvCity_Click);
			// 
			// btnFirstCity
			// 
			this.btnFirstCity.Location = new System.Drawing.Point(5, 119);
			this.btnFirstCity.Name = "btnFirstCity";
			this.btnFirstCity.Size = new System.Drawing.Size(31, 20);
			this.btnFirstCity.TabIndex = 4;
			this.btnFirstCity.Text = "|<<";
			this.btnFirstCity.Click += new System.EventHandler(this.btnFirstCity_Click);
			// 
			// txbCityDescription
			// 
			this.txbCityDescription.Location = new System.Drawing.Point(48, 63);
			this.txbCityDescription.Multiline = true;
			this.txbCityDescription.Name = "txbCityDescription";
			this.txbCityDescription.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
			this.txbCityDescription.Size = new System.Drawing.Size(236, 40);
			this.txbCityDescription.TabIndex = 3;
			this.txbCityDescription.Text = "";
			// 
			// label7
			// 
			this.label7.AutoSize = true;
			this.label7.Location = new System.Drawing.Point(10, 65);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(35, 14);
			this.label7.TabIndex = 2;
			this.label7.Text = "描 述";
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// txbCityName
			// 
			this.txbCityName.Location = new System.Drawing.Point(48, 16);
			this.txbCityName.Name = "txbCityName";
			this.txbCityName.Size = new System.Drawing.Size(236, 21);
			this.txbCityName.TabIndex = 1;
			this.txbCityName.Text = "";
			// 
			// label8
			// 
			this.label8.AutoSize = true;
			this.label8.Location = new System.Drawing.Point(10, 20);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(35, 14);
			this.label8.TabIndex = 0;
			this.label8.Text = "名 称";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.AddRange(new System.Windows.Forms.Control[] {
																					this.lvProvince,
																					this.label4,
																					this.label3,
																					this.btnDeleteProvince,
																					this.btnModifyProvince,
																					this.btnAddProvince,
																					this.btnOkProvince,
																					this.btnLastProvince,
																					this.btnNextProvince,
																					this.btnPrvProvince,
																					this.btnFirstProvince,
																					this.txbProvinceDescription,
																					this.label2,
																					this.txbProvinceName,
																					this.label1});
			this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(292, 347);
			this.groupBox1.TabIndex = 0;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "省市管理";
			// 
			// lvProvince
			// 
			this.lvProvince.Activation = System.Windows.Forms.ItemActivation.OneClick;
			this.lvProvince.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																						 this.columnHeader1,
																						 this.columnHeader2});
			this.lvProvince.FullRowSelect = true;
			this.lvProvince.GridLines = true;
			this.lvProvince.LabelWrap = false;
			this.lvProvince.Location = new System.Drawing.Point(8, 152);
			this.lvProvince.MultiSelect = false;
			this.lvProvince.Name = "lvProvince";
			this.lvProvince.Size = new System.Drawing.Size(276, 186);
			this.lvProvince.TabIndex = 15;
			this.lvProvince.View = System.Windows.Forms.View.Details;
			this.lvProvince.SelectedIndexChanged += new System.EventHandler(this.lvProvince_SelectedIndexChanged);
			// 
			// columnHeader1
			// 
			this.columnHeader1.Text = "省市名称";
			this.columnHeader1.Width = 120;
			// 
			// columnHeader2
			// 
			this.columnHeader2.Text = "详细描述";
			this.columnHeader2.Width = 150;
			// 
			// label4
			// 
			this.label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.label4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.label4.Location = new System.Drawing.Point(2, 144);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(288, 2);
			this.label4.TabIndex = 14;
			// 
			// label3
			// 
			this.label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.label3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.label3.Location = new System.Drawing.Point(2, 112);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(288, 2);
			this.label3.TabIndex = 12;
			// 
			// btnDeleteProvince
			// 
			this.btnDeleteProvince.Location = new System.Drawing.Point(187, 119);
			this.btnDeleteProvince.Name = "btnDeleteProvince";
			this.btnDeleteProvince.Size = new System.Drawing.Size(40, 20);
			this.btnDeleteProvince.TabIndex = 11;
			this.btnDeleteProvince.Text = "删除";
			this.btnDeleteProvince.Click += new System.EventHandler(this.btnDeleteProvince_Click);
			// 
			// btnModifyProvince
			// 
			this.btnModifyProvince.Location = new System.Drawing.Point(147, 119);
			this.btnModifyProvince.Name = "btnModifyProvince";
			this.btnModifyProvince.Size = new System.Drawing.Size(40, 20);
			this.btnModifyProvince.TabIndex = 10;
			this.btnModifyProvince.Text = "修改";
			this.btnModifyProvince.Click += new System.EventHandler(this.btnModifyProvince_Click);
			// 
			// btnAddProvince
			// 
			this.btnAddProvince.Location = new System.Drawing.Point(107, 119);
			this.btnAddProvince.Name = "btnAddProvince";
			this.btnAddProvince.Size = new System.Drawing.Size(40, 20);
			this.btnAddProvince.TabIndex = 9;
			this.btnAddProvince.Text = "新增";
			this.btnAddProvince.Click += new System.EventHandler(this.btnAddProvince_Click);
			// 
			// btnOkProvince
			// 
			this.btnOkProvince.Location = new System.Drawing.Point(67, 119);
			this.btnOkProvince.Name = "btnOkProvince";
			this.btnOkProvince.Size = new System.Drawing.Size(40, 20);
			this.btnOkProvince.TabIndex = 8;
			this.btnOkProvince.Text = "确定";
			this.btnOkProvince.Click += new System.EventHandler(this.btnOkProvince_Click);
			// 
			// btnLastProvince
			// 
			this.btnLastProvince.Location = new System.Drawing.Point(257, 119);
			this.btnLastProvince.Name = "btnLastProvince";
			this.btnLastProvince.Size = new System.Drawing.Size(31, 20);
			this.btnLastProvince.TabIndex = 7;
			this.btnLastProvince.Text = ">>|";
			this.btnLastProvince.Click += new System.EventHandler(this.btnLastProvince_Click);
			// 
			// btnNextProvince
			// 
			this.btnNextProvince.Location = new System.Drawing.Point(226, 119);
			this.btnNextProvince.Name = "btnNextProvince";
			this.btnNextProvince.Size = new System.Drawing.Size(31, 20);
			this.btnNextProvince.TabIndex = 6;
			this.btnNextProvince.Text = ">>";
			this.btnNextProvince.Click += new System.EventHandler(this.btnNextProvince_Click);
			// 
			// btnPrvProvince
			// 
			this.btnPrvProvince.Location = new System.Drawing.Point(36, 119);
			this.btnPrvProvince.Name = "btnPrvProvince";
			this.btnPrvProvince.Size = new System.Drawing.Size(31, 20);
			this.btnPrvProvince.TabIndex = 5;
			this.btnPrvProvince.Text = "<<";
			this.btnPrvProvince.Click += new System.EventHandler(this.btnPrvProvince_Click);
			// 
			// btnFirstProvince
			// 
			this.btnFirstProvince.Location = new System.Drawing.Point(5, 119);
			this.btnFirstProvince.Name = "btnFirstProvince";
			this.btnFirstProvince.Size = new System.Drawing.Size(31, 20);
			this.btnFirstProvince.TabIndex = 4;
			this.btnFirstProvince.Text = "|<<";
			this.btnFirstProvince.Click += new System.EventHandler(this.btnFirstProvince_Click);
			// 
			// txbProvinceDescription
			// 
			this.txbProvinceDescription.Location = new System.Drawing.Point(48, 40);
			this.txbProvinceDescription.Multiline = true;
			this.txbProvinceDescription.Name = "txbProvinceDescription";
			this.txbProvinceDescription.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
			this.txbProvinceDescription.Size = new System.Drawing.Size(236, 64);
			this.txbProvinceDescription.TabIndex = 3;
			this.txbProvinceDescription.Text = "";
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(10, 42);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(35, 14);
			this.label2.TabIndex = 2;
			this.label2.Text = "描 述";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// txbProvinceName
			// 
			this.txbProvinceName.Location = new System.Drawing.Point(48, 16);
			this.txbProvinceName.Name = "txbProvinceName";
			this.txbProvinceName.Size = new System.Drawing.Size(236, 21);
			this.txbProvinceName.TabIndex = 1;
			this.txbProvinceName.Text = "";
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(10, 20);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(35, 14);
			this.label1.TabIndex = 0;
			this.label1.Text = "名 称";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// tabPage2
			// 
			this.tabPage2.Controls.AddRange(new System.Windows.Forms.Control[] {
																				   this.panel6,
																				   this.tvCity1});
			this.tabPage2.Location = new System.Drawing.Point(4, 21);
			this.tabPage2.Name = "tabPage2";
			this.tabPage2.Size = new System.Drawing.Size(584, 347);
			this.tabPage2.TabIndex = 1;
			this.tabPage2.Text = "汽车管理";
			// 
			// panel6
			// 
			this.panel6.Controls.AddRange(new System.Windows.Forms.Control[] {
																				 this.lvBusList,
																				 this.txbEndStop,
																				 this.label16,
																				 this.txbStartStop,
																				 this.label20,
																				 this.txbBusType,
																				 this.label15,
																				 this.lbBusInfo,
																				 this.label11,
																				 this.label12,
																				 this.btnDeleteBus,
																				 this.btnModifyBus,
																				 this.btnAddNewBus,
																				 this.btnOkBus,
																				 this.btnLastBus,
																				 this.btnNextBus,
																				 this.btnPrvBus,
																				 this.btnFirstBus,
																				 this.txbBusDescription,
																				 this.label13,
																				 this.txbBusName,
																				 this.label14});
			this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel6.Location = new System.Drawing.Point(120, 0);
			this.panel6.Name = "panel6";
			this.panel6.Size = new System.Drawing.Size(464, 347);
			this.panel6.TabIndex = 5;
			// 
			// lvBusList
			// 
			this.lvBusList.Activation = System.Windows.Forms.ItemActivation.OneClick;
			this.lvBusList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																						this.columnHeader3,
																						this.columnHeader4,
																						this.columnHeader5,
																						this.columnHeader6,
																						this.columnHeader7});
			this.lvBusList.FullRowSelect = true;
			this.lvBusList.GridLines = true;
			this.lvBusList.Location = new System.Drawing.Point(5, 151);
			this.lvBusList.MultiSelect = false;

⌨️ 快捷键说明

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