📄 resultform.cs
字号:
this.pictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox10.TabIndex = 0;
this.pictureBox10.TabStop = false;
//
// imageList3
//
this.imageList3.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.imageList3.ImageSize = new System.Drawing.Size(16, 16);
this.imageList3.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList3.ImageStream")));
this.imageList3.TransparentColor = System.Drawing.Color.Transparent;
//
// plMain
//
this.plMain.Controls.AddRange(new System.Windows.Forms.Control[] {
this.panel2,
this.panel1,
this.plToolbar});
this.plMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.plMain.Location = new System.Drawing.Point(0, 26);
this.plMain.Name = "plMain";
this.plMain.Size = new System.Drawing.Size(596, 420);
this.plMain.TabIndex = 8;
//
// panel2
//
this.panel2.Controls.AddRange(new System.Windows.Forms.Control[] {
this.statusBar1});
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 398);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(596, 22);
this.panel2.TabIndex = 2;
//
// statusBar1
//
this.statusBar1.Name = "statusBar1";
this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
this.statusBarPanel1,
this.statusBarPanel2,
this.statusBarPanel3});
this.statusBar1.ShowPanels = true;
this.statusBar1.Size = new System.Drawing.Size(596, 22);
this.statusBar1.TabIndex = 1;
//
// statusBarPanel1
//
this.statusBarPanel1.Icon = ((System.Drawing.Icon)(resources.GetObject("statusBarPanel1.Icon")));
this.statusBarPanel1.Width = 160;
//
// statusBarPanel2
//
this.statusBarPanel2.Icon = ((System.Drawing.Icon)(resources.GetObject("statusBarPanel2.Icon")));
this.statusBarPanel2.Width = 200;
//
// statusBarPanel3
//
this.statusBarPanel3.Width = 240;
//
// panel1
//
this.panel1.Controls.AddRange(new System.Windows.Forms.Control[] {
this.panel6,
this.panel5,
this.panel4,
this.panel3});
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 25);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(596, 395);
this.panel1.TabIndex = 1;
//
// panel6
//
this.panel6.Controls.AddRange(new System.Windows.Forms.Control[] {
this.btnLast,
this.btnNext,
this.btnPrv,
this.btnFirst});
this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
this.panel6.Location = new System.Drawing.Point(0, 350);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(596, 24);
this.panel6.TabIndex = 10;
//
// btnLast
//
this.btnLast.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left);
this.btnLast.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnLast.Image = ((System.Drawing.Bitmap)(resources.GetObject("btnLast.Image")));
this.btnLast.Location = new System.Drawing.Point(544, 5);
this.btnLast.Name = "btnLast";
this.btnLast.Size = new System.Drawing.Size(45, 18);
this.btnLast.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.btnLast.TabIndex = 20;
this.btnLast.TabStop = false;
this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
this.btnLast.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnLast_MouseMove);
this.btnLast.MouseLeave += new System.EventHandler(this.btnLast_MouseLeave);
this.btnLast.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnLast_MouseDown);
//
// btnNext
//
this.btnNext.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left);
this.btnNext.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnNext.Image = ((System.Drawing.Bitmap)(resources.GetObject("btnNext.Image")));
this.btnNext.Location = new System.Drawing.Point(493, 5);
this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(45, 18);
this.btnNext.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.btnNext.TabIndex = 19;
this.btnNext.TabStop = false;
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
this.btnNext.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnNext_MouseMove);
this.btnNext.MouseLeave += new System.EventHandler(this.btnNext_MouseLeave);
this.btnNext.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnNext_MouseDown);
//
// btnPrv
//
this.btnPrv.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left);
this.btnPrv.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnPrv.Image = ((System.Drawing.Bitmap)(resources.GetObject("btnPrv.Image")));
this.btnPrv.Location = new System.Drawing.Point(443, 5);
this.btnPrv.Name = "btnPrv";
this.btnPrv.Size = new System.Drawing.Size(45, 18);
this.btnPrv.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.btnPrv.TabIndex = 18;
this.btnPrv.TabStop = false;
this.btnPrv.Click += new System.EventHandler(this.btnPrv_Click);
this.btnPrv.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnPrv_MouseMove);
this.btnPrv.MouseLeave += new System.EventHandler(this.btnPrv_MouseLeave);
this.btnPrv.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnPrv_MouseDown);
//
// btnFirst
//
this.btnFirst.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left);
this.btnFirst.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnFirst.Image = ((System.Drawing.Bitmap)(resources.GetObject("btnFirst.Image")));
this.btnFirst.Location = new System.Drawing.Point(392, 5);
this.btnFirst.Name = "btnFirst";
this.btnFirst.Size = new System.Drawing.Size(45, 18);
this.btnFirst.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.btnFirst.TabIndex = 17;
this.btnFirst.TabStop = false;
this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
this.btnFirst.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnFirst_MouseMove);
this.btnFirst.MouseLeave += new System.EventHandler(this.btnFirst_MouseLeave);
this.btnFirst.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnFirst_MouseDown);
//
// panel5
//
this.panel5.Controls.AddRange(new System.Windows.Forms.Control[] {
this.groupBox2});
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
this.panel5.Location = new System.Drawing.Point(0, 170);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(596, 180);
this.panel5.TabIndex = 9;
//
// groupBox2
//
this.groupBox2.Controls.AddRange(new System.Windows.Forms.Control[] {
this.lVStopList});
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(596, 180);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "途经站点列表";
//
// lVStopList
//
this.lVStopList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.StopName,
this.StopDescription});
this.lVStopList.Dock = System.Windows.Forms.DockStyle.Fill;
this.lVStopList.FullRowSelect = true;
this.lVStopList.GridLines = true;
this.lVStopList.Location = new System.Drawing.Point(3, 17);
this.lVStopList.Name = "lVStopList";
this.lVStopList.Size = new System.Drawing.Size(590, 160);
this.lVStopList.TabIndex = 8;
this.lVStopList.View = System.Windows.Forms.View.Details;
//
// StopName
//
this.StopName.Text = "站点名称";
this.StopName.Width = 200;
//
// StopDescription
//
this.StopDescription.Text = "详细描述";
this.StopDescription.Width = 350;
//
// panel4
//
this.panel4.Controls.AddRange(new System.Windows.Forms.Control[] {
this.groupBox1});
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
this.panel4.Location = new System.Drawing.Point(0, 20);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(596, 150);
this.panel4.TabIndex = 7;
//
// groupBox1
//
this.groupBox1.Controls.AddRange(new System.Windows.Forms.Control[] {
this.txbDescription,
this.txbBusEndStop,
this.label4,
this.txbBusStartStop,
this.label3,
this.txbType,
this.label2,
this.txbName,
this.label1});
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(596, 150);
this.groupBox1.TabIndex = 9;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "详细资料";
//
// txbDescription
//
this.txbDescription.Location = new System.Drawing.Point(7, 65);
this.txbDescription.Multiline = true;
this.txbDescription.Name = "txbDescription";
this.txbDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txbDescription.Size = new System.Drawing.Size(588, 79);
this.txbDescription.TabIndex = 8;
this.txbDescription.Text = "";
//
// txbBusEndStop
//
this.txbBusEndStop.Location = new System.Drawing.Point(355, 41);
this.txbBusEndStop.Name = "txbBusEndStop";
this.txbBusEndStop.Size = new System.Drawing.Size(240, 21);
this.txbBusEndStop.TabIndex = 7;
this.txbBusEndStop.Text = "";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(301, 44);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(54, 14);
this.label4.TabIndex = 6;
this.label4.Text = "终 点 站";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txbBusStartStop
//
this.txbBusStartStop.Location = new System.Drawing.Point(60, 41);
this.txbBusStartStop.Name = "txbBusStartStop";
this.txbBusStartStop.Size = new System.Drawing.Size(237, 21);
this.txbBusStartStop.TabIndex = 5;
this.txbBusStartStop.Text = "";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(5, 44);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(54, 14);
this.label3.TabIndex = 4;
this.label3.Text = "始 发 站";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txbType
//
this.txbType.Location = new System.Drawing.Point(355, 17);
this.txbType.Name = "txbType";
this.txbType.Size = new System.Drawing.Size(240, 21);
this.txbType.TabIndex = 3;
this.txbType.Text = "";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(301, 20);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(54, 14);
this.label2.TabIndex = 2;
this.label2.Text = "汽车类型";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txbName
//
this.txbName.Location = new System.Drawing.Point(60, 17);
this.txbName.Name = "txbName";
this.txbName.Size = new System.Drawing.Size(237, 21);
this.txbName.TabIndex = 1;
this.txbName.Text = "";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(5, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(54, 14);
this.label1.TabIndex = 0;
this.label1.Text = "路线名称";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// panel3
//
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel3.Controls.AddRange(new System.Windows.Forms.Control[] {
this.lbTitle});
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(596, 20);
this.panel3.TabIndex = 1;
//
// lbTitle
//
this.lbTitle.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbTitle.ForeColor = System.Drawing.Color.MintCream;
this.lbTitle.Image = ((System.Drawing.Bitmap)(resources.GetObject("lbTitle.Image")));
this.lbTitle.Name = "lbTitle";
this.lbTitle.Size = new System.Drawing.Size(592, 16);
this.lbTitle.TabIndex = 2;
this.lbTitle.Text = "3343";
this.lbTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// plToolbar
//
this.plToolbar.Controls.AddRange(new System.Windows.Forms.Control[] {
this.toolBar1});
this.plToolbar.Dock = System.Windows.Forms.DockStyle.Top;
this.plToolbar.Name = "plToolbar";
this.plToolbar.Size = new System.Drawing.Size(596, 25);
this.plToolbar.TabIndex = 0;
//
// toolBar1
//
this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
this.tbtnHelp,
this.tbtnAbout,
this.tbtnClose});
this.toolBar1.Cursor = System.Windows.Forms.Cursors.Hand;
this.toolBar1.DropDownArrows = true;
this.toolBar1.ImageList = this.imageList1;
this.toolBar1.Name = "toolBar1";
this.toolBar1.ShowToolTips = true;
this.toolBar1.Size = new System.Drawing.Size(596, 25);
this.toolBar1.TabIndex = 1;
this.toolBar1.TabStop = true;
this.toolBar1.TextAlign = System.Windows.Forms.ToolBarTextAlign.Right;
this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
//
// tbtnHelp
//
this.tbtnHelp.ImageIndex = 1;
this.tbtnHelp.Text = "使用帮助";
this.tbtnHelp.ToolTipText = "使用帮助";
//
// tbtnAbout
//
this.tbtnAbout.ImageIndex = 0;
this.tbtnAbout.Text = "说明文档";
this.tbtnAbout.ToolTipText = "说明文档";
//
// tbtnClose
//
this.tbtnClose.ImageIndex = 2;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -