📄 systemmanagerform.cs
字号:
this.lvBusList.Name = "lvBusList";
this.lvBusList.Size = new System.Drawing.Size(456, 192);
this.lvBusList.TabIndex = 31;
this.lvBusList.View = System.Windows.Forms.View.Details;
this.lvBusList.SelectedIndexChanged += new System.EventHandler(this.lvBusList_SelectedIndexChanged);
//
// columnHeader3
//
this.columnHeader3.Text = "路线名称";
this.columnHeader3.Width = 80;
//
// columnHeader4
//
this.columnHeader4.Text = "汽车类型";
this.columnHeader4.Width = 80;
//
// columnHeader5
//
this.columnHeader5.Text = "起点站";
this.columnHeader5.Width = 80;
//
// columnHeader6
//
this.columnHeader6.Text = "终点站";
this.columnHeader6.Width = 80;
//
// columnHeader7
//
this.columnHeader7.Text = "途经站点";
this.columnHeader7.Width = 120;
//
// txbEndStop
//
this.txbEndStop.Location = new System.Drawing.Point(284, 32);
this.txbEndStop.Name = "txbEndStop";
this.txbEndStop.Size = new System.Drawing.Size(176, 21);
this.txbEndStop.TabIndex = 30;
this.txbEndStop.Text = "";
this.txbEndStop.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txbEndStop_KeyUp);
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(231, 36);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(54, 14);
this.label16.TabIndex = 29;
this.label16.Text = "终 点 站";
this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txbStartStop
//
this.txbStartStop.Location = new System.Drawing.Point(56, 32);
this.txbStartStop.Name = "txbStartStop";
this.txbStartStop.Size = new System.Drawing.Size(169, 21);
this.txbStartStop.TabIndex = 28;
this.txbStartStop.Text = "";
this.txbStartStop.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txbStartStop_KeyUp);
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(2, 36);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(54, 14);
this.label20.TabIndex = 27;
this.label20.Text = "起 点 站";
this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txbBusType
//
this.txbBusType.Location = new System.Drawing.Point(284, 8);
this.txbBusType.Name = "txbBusType";
this.txbBusType.Size = new System.Drawing.Size(176, 21);
this.txbBusType.TabIndex = 26;
this.txbBusType.Text = "";
this.txbBusType.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txbBusType_KeyUp);
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(231, 12);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(54, 14);
this.label15.TabIndex = 25;
this.label15.Text = "汽车类型";
this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lbBusInfo
//
this.lbBusInfo.AutoSize = true;
this.lbBusInfo.Location = new System.Drawing.Point(0, 126);
this.lbBusInfo.Name = "lbBusInfo";
this.lbBusInfo.Size = new System.Drawing.Size(165, 14);
this.lbBusInfo.TabIndex = 24;
this.lbBusInfo.Text = "总共20条记录,当前记录第1条";
//
// label11
//
this.label11.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label11.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label11.Location = new System.Drawing.Point(1, 146);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(463, 2);
this.label11.TabIndex = 21;
//
// label12
//
this.label12.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label12.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label12.Location = new System.Drawing.Point(1, 117);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(463, 2);
this.label12.TabIndex = 20;
//
// btnDeleteBus
//
this.btnDeleteBus.Location = new System.Drawing.Point(354, 122);
this.btnDeleteBus.Name = "btnDeleteBus";
this.btnDeleteBus.Size = new System.Drawing.Size(40, 20);
this.btnDeleteBus.TabIndex = 19;
this.btnDeleteBus.Text = "删除";
this.btnDeleteBus.Click += new System.EventHandler(this.btnDeleteBus_Click);
//
// btnModifyBus
//
this.btnModifyBus.Location = new System.Drawing.Point(314, 122);
this.btnModifyBus.Name = "btnModifyBus";
this.btnModifyBus.Size = new System.Drawing.Size(40, 20);
this.btnModifyBus.TabIndex = 18;
this.btnModifyBus.Text = "修改";
this.btnModifyBus.Click += new System.EventHandler(this.btnModifyBus_Click);
//
// btnAddNewBus
//
this.btnAddNewBus.Location = new System.Drawing.Point(274, 122);
this.btnAddNewBus.Name = "btnAddNewBus";
this.btnAddNewBus.Size = new System.Drawing.Size(40, 20);
this.btnAddNewBus.TabIndex = 17;
this.btnAddNewBus.Text = "新增";
this.btnAddNewBus.Click += new System.EventHandler(this.btnAddNewBus_Click);
//
// btnOkBus
//
this.btnOkBus.Location = new System.Drawing.Point(233, 122);
this.btnOkBus.Name = "btnOkBus";
this.btnOkBus.Size = new System.Drawing.Size(40, 20);
this.btnOkBus.TabIndex = 16;
this.btnOkBus.Text = "确定";
this.btnOkBus.Click += new System.EventHandler(this.btnOkBus_Click);
//
// btnLastBus
//
this.btnLastBus.Location = new System.Drawing.Point(425, 122);
this.btnLastBus.Name = "btnLastBus";
this.btnLastBus.Size = new System.Drawing.Size(31, 20);
this.btnLastBus.TabIndex = 15;
this.btnLastBus.Text = ">>|";
this.btnLastBus.Click += new System.EventHandler(this.btnLastBus_Click);
//
// btnNextBus
//
this.btnNextBus.Location = new System.Drawing.Point(394, 122);
this.btnNextBus.Name = "btnNextBus";
this.btnNextBus.Size = new System.Drawing.Size(31, 20);
this.btnNextBus.TabIndex = 14;
this.btnNextBus.Text = ">>";
this.btnNextBus.Click += new System.EventHandler(this.btnNextBus_Click);
//
// btnPrvBus
//
this.btnPrvBus.Location = new System.Drawing.Point(202, 122);
this.btnPrvBus.Name = "btnPrvBus";
this.btnPrvBus.Size = new System.Drawing.Size(31, 20);
this.btnPrvBus.TabIndex = 13;
this.btnPrvBus.Text = "<<";
this.btnPrvBus.Click += new System.EventHandler(this.btnPrvBus_Click);
//
// btnFirstBus
//
this.btnFirstBus.Location = new System.Drawing.Point(170, 122);
this.btnFirstBus.Name = "btnFirstBus";
this.btnFirstBus.Size = new System.Drawing.Size(31, 20);
this.btnFirstBus.TabIndex = 12;
this.btnFirstBus.Text = "|<<";
this.btnFirstBus.Click += new System.EventHandler(this.btnFirstBus_Click);
//
// txbBusDescription
//
this.txbBusDescription.Location = new System.Drawing.Point(56, 56);
this.txbBusDescription.Multiline = true;
this.txbBusDescription.Name = "txbBusDescription";
this.txbBusDescription.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txbBusDescription.Size = new System.Drawing.Size(404, 56);
this.txbBusDescription.TabIndex = 9;
this.txbBusDescription.Text = "";
this.txbBusDescription.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txbBusDescription_KeyUp);
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(2, 56);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(54, 14);
this.label13.TabIndex = 8;
this.label13.Text = "途经站点";
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txbBusName
//
this.txbBusName.Location = new System.Drawing.Point(56, 8);
this.txbBusName.Name = "txbBusName";
this.txbBusName.Size = new System.Drawing.Size(169, 21);
this.txbBusName.TabIndex = 1;
this.txbBusName.Text = "";
this.txbBusName.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txbBusName_KeyUp);
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(2, 12);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(54, 14);
this.label14.TabIndex = 0;
this.label14.Text = "路线名称";
this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// tvCity1
//
this.tvCity1.Dock = System.Windows.Forms.DockStyle.Left;
this.tvCity1.ImageList = this.imageList2;
this.tvCity1.Name = "tvCity1";
this.tvCity1.SelectedImageIndex = 1;
this.tvCity1.Size = new System.Drawing.Size(120, 347);
this.tvCity1.TabIndex = 0;
this.tvCity1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvCity1_AfterSelect);
//
// tabPage3
//
this.tabPage3.Controls.AddRange(new System.Windows.Forms.Control[] {
this.panel7,
this.tvCity2});
this.tabPage3.Location = new System.Drawing.Point(4, 21);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(584, 347);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "站点管理";
//
// panel7
//
this.panel7.Controls.AddRange(new System.Windows.Forms.Control[] {
this.lvStopList,
this.lbStopInfo,
this.label17,
this.label18,
this.btnDeleteStop,
this.btnModifyStop,
this.btnAddNewStop,
this.btnOkStop,
this.btnLastStop,
this.btnNextStop,
this.btnPrvStop,
this.btnFirstStop,
this.txbStopDescription,
this.label19,
this.txbStopName,
this.label23});
this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel7.Location = new System.Drawing.Point(120, 0);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(464, 347);
this.panel7.TabIndex = 4;
//
// lvStopList
//
this.lvStopList.Activation = System.Windows.Forms.ItemActivation.OneClick;
this.lvStopList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.clStopName,
this.clStopDescription});
this.lvStopList.FullRowSelect = true;
this.lvStopList.GridLines = true;
this.lvStopList.Location = new System.Drawing.Point(4, 151);
this.lvStopList.MultiSelect = false;
this.lvStopList.Name = "lvStopList";
this.lvStopList.Size = new System.Drawing.Size(456, 196);
this.lvStopList.TabIndex = 32;
this.lvStopList.View = System.Windows.Forms.View.Details;
this.lvStopList.SelectedIndexChanged += new System.EventHandler(this.lvStopList_SelectedIndexChanged);
//
// clStopName
//
this.clStopName.Text = "站点名称";
this.clStopName.Width = 140;
//
// clStopDescription
//
this.clStopDescription.Text = "详细描述";
this.clStopDescription.Width = 310;
//
// lbStopInfo
//
this.lbStopInfo.AutoSize = true;
this.lbStopInfo.Location = new System.Drawing.Point(0, 126);
this.lbStopInfo.Name = "lbStopInfo";
this.lbStopInfo.Size = new System.Drawing.Size(165, 14);
this.lbStopInfo.TabIndex = 24;
this.lbStopInfo.Text = "总共20条记录,当前记录第1条";
//
// label17
//
this.label17.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label17.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label17.Location = new
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -