📄 searchform.cs
字号:
this.statusBarPanel1,
this.statusBarPanel2});
this.statusBar1.ShowPanels = true;
this.statusBar1.Size = new System.Drawing.Size(428, 22);
this.statusBar1.TabIndex = 1;
//
// statusBarPanel1
//
this.statusBarPanel1.Icon = ((System.Drawing.Icon)(resources.GetObject("statusBarPanel1.Icon")));
this.statusBarPanel1.Width = 180;
//
// statusBarPanel2
//
this.statusBarPanel2.Icon = ((System.Drawing.Icon)(resources.GetObject("statusBarPanel2.Icon")));
this.statusBarPanel2.Width = 250;
//
// panel1
//
this.panel1.Controls.AddRange(new System.Windows.Forms.Control[] {
this.panel3});
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 25);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(428, 23);
this.panel1.TabIndex = 1;
//
// 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(428, 20);
this.panel3.TabIndex = 3;
//
// 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(424, 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(428, 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(428, 25);
this.toolBar1.TabIndex = 2;
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;
this.tbtnClose.Text = "退出系统";
//
// imageList1
//
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
//
// imageList2
//
this.imageList2.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.imageList2.ImageSize = new System.Drawing.Size(16, 16);
this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
//
// plBotton
//
this.plBotton.Controls.AddRange(new System.Windows.Forms.Control[] {
this.pictureBox12,
this.pictureBox11,
this.pictureBox10});
this.plBotton.Dock = System.Windows.Forms.DockStyle.Bottom;
this.plBotton.Location = new System.Drawing.Point(0, 346);
this.plBotton.Name = "plBotton";
this.plBotton.Size = new System.Drawing.Size(432, 4);
this.plBotton.TabIndex = 6;
//
// pictureBox12
//
this.pictureBox12.Dock = System.Windows.Forms.DockStyle.Right;
this.pictureBox12.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox12.Image")));
this.pictureBox12.Location = new System.Drawing.Point(428, 0);
this.pictureBox12.Name = "pictureBox12";
this.pictureBox12.Size = new System.Drawing.Size(4, 4);
this.pictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox12.TabIndex = 2;
this.pictureBox12.TabStop = false;
//
// pictureBox11
//
this.pictureBox11.BackgroundImage = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox11.BackgroundImage")));
this.pictureBox11.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox11.Location = new System.Drawing.Point(4, 0);
this.pictureBox11.Name = "pictureBox11";
this.pictureBox11.Size = new System.Drawing.Size(428, 4);
this.pictureBox11.TabIndex = 1;
this.pictureBox11.TabStop = false;
//
// pictureBox10
//
this.pictureBox10.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox10.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox10.Image")));
this.pictureBox10.Name = "pictureBox10";
this.pictureBox10.Size = new System.Drawing.Size(4, 4);
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;
//
// plTop
//
this.plTop.Controls.AddRange(new System.Windows.Forms.Control[] {
this.btnClose,
this.btnMax,
this.btnMin,
this.pictureBox7,
this.pictureBox6,
this.pictureBox5,
this.pictureBox4,
this.pictureBox3,
this.pictureBox2,
this.pictureBox1});
this.plTop.Dock = System.Windows.Forms.DockStyle.Top;
this.plTop.Name = "plTop";
this.plTop.Size = new System.Drawing.Size(432, 26);
this.plTop.TabIndex = 5;
//
// btnClose
//
this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnClose.Image = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.Image")));
this.btnClose.Location = new System.Drawing.Point(400, 3);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(20, 20);
this.btnClose.TabIndex = 13;
this.btnClose.TabStop = false;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
this.btnClose.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnClose_MouseMove);
this.btnClose.MouseLeave += new System.EventHandler(this.btnClose_MouseLeave);
this.btnClose.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnClose_MouseDown);
//
// btnMax
//
this.btnMax.Image = ((System.Drawing.Bitmap)(resources.GetObject("btnMax.Image")));
this.btnMax.Location = new System.Drawing.Point(376, 3);
this.btnMax.Name = "btnMax";
this.btnMax.Size = new System.Drawing.Size(20, 20);
this.btnMax.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.btnMax.TabIndex = 12;
this.btnMax.TabStop = false;
//
// btnMin
//
this.btnMin.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnMin.Image = ((System.Drawing.Bitmap)(resources.GetObject("btnMin.Image")));
this.btnMin.Location = new System.Drawing.Point(352, 3);
this.btnMin.Name = "btnMin";
this.btnMin.Size = new System.Drawing.Size(20, 20);
this.btnMin.TabIndex = 11;
this.btnMin.TabStop = false;
this.btnMin.Click += new System.EventHandler(this.btnMin_Click);
this.btnMin.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnMin_MouseMove);
this.btnMin.MouseLeave += new System.EventHandler(this.btnMin_MouseLeave);
this.btnMin.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnMin_MouseDown);
//
// pictureBox7
//
this.pictureBox7.Dock = System.Windows.Forms.DockStyle.Right;
this.pictureBox7.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox7.Image")));
this.pictureBox7.Location = new System.Drawing.Point(428, 0);
this.pictureBox7.Name = "pictureBox7";
this.pictureBox7.Size = new System.Drawing.Size(4, 26);
this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox7.TabIndex = 7;
this.pictureBox7.TabStop = false;
//
// pictureBox6
//
this.pictureBox6.BackgroundImage = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox6.BackgroundImage")));
this.pictureBox6.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox6.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox6.Image")));
this.pictureBox6.Location = new System.Drawing.Point(350, 0);
this.pictureBox6.Name = "pictureBox6";
this.pictureBox6.Size = new System.Drawing.Size(82, 26);
this.pictureBox6.TabIndex = 6;
this.pictureBox6.TabStop = false;
//
// pictureBox5
//
this.pictureBox5.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox5.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox5.Image")));
this.pictureBox5.Location = new System.Drawing.Point(336, 0);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(14, 26);
this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox5.TabIndex = 5;
this.pictureBox5.TabStop = false;
//
// pictureBox4
//
this.pictureBox4.BackgroundImage = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox4.BackgroundImage")));
this.pictureBox4.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox4.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox4.Location = new System.Drawing.Point(38, 0);
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.Size = new System.Drawing.Size(298, 26);
this.pictureBox4.TabIndex = 4;
this.pictureBox4.TabStop = false;
this.pictureBox4.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox4_Paint);
this.pictureBox4.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox4_MouseMove);
this.pictureBox4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox4_MouseDown);
//
// pictureBox3
//
this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox3.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox3.Image")));
this.pictureBox3.Location = new System.Drawing.Point(25, 0);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(13, 26);
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox3.TabIndex = 3;
this.pictureBox3.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox2.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(4, 0);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(21, 26);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox2.TabIndex = 2;
this.pictureBox2.TabStop = false;
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox1.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(4, 26);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// tmClock
//
this.tmClock.Interval = 1000;
this.tmClock.Tick += new System.EventHandler(this.tmClock_Tick);
//
// plRight
//
this.plRight.Controls.AddRange(new System.Windows.Forms.Control[] {
this.pictureBox9});
this.plRight.Dock = System.Windows.Forms.DockStyle.Right;
this.plRight.Location = new System.Drawing.Point(428, 26);
this.plRight.Name = "plRight";
this.plRight.Size = new System.Drawing.Size(4, 320);
this.plRight.TabIndex = 9;
//
// pictureBox9
//
this.pictureBox9.BackgroundImage = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox9.BackgroundImage")));
this.pictureBox9.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox9.Name = "pictureBox9";
this.pictureBox9.Size = new System.Drawing.Size(4, 320);
this.pictureBox9.TabIndex = 0;
this.pictureBox9.TabStop = false;
//
// timerShow
//
this.timerShow.Tick += new System.EventHandler(this.timerShow_Tick);
//
// timerHide
//
this.timerHide.Tick += new System.EventHandler(this.timerHide_Tick);
//
// StopDescription
//
this.StopDescription.Text = "站点详细描述";
this.StopDescription.Width = 300;
//
// StopName
//
this.StopName.Text = "站点名称";
this.StopName.Width = 200;
//
// SearchForm
//
this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
this.ClientSize = new System.Drawing.Size(432, 350);
this.Controls.AddRange(new System.Windows.Forms.Control[] {
this.plLeft,
this.plMain,
this.plRight,
this.plTop,
this.plBotton});
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "SearchForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "阳光公交宝典";
this.Load += new System.EventHandler(this.SearchForm_Load);
this.plLeft.ResumeLayout(false);
this.plMain.ResumeLayout(false);
this.panel8.ResumeLayout(false);
this.panel7.ResumeLayout(false);
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).EndInit();
this.panel1.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.plToolbar.ResumeLayout(false);
this.plBotton.ResumeLayout(false);
this.plTop.ResumeLayout(false);
this.plRight.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
#region 构造函数===============================================
public SearchForm()
{
this.Opacity = 0;
InitializeComponent();
}
#endregion
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -