📄 main.designer.cs
字号:
//
// imageList2
//
this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
this.imageList2.Images.SetKeyName(0, "");
this.imageList2.Images.SetKeyName(1, "chinaz2.png");
this.imageList2.Images.SetKeyName(2, "chinaz3.png");
this.imageList2.Images.SetKeyName(3, "chinaz4.png");
this.imageList2.Images.SetKeyName(4, "chinaz5.png");
this.imageList2.Images.SetKeyName(5, "chinaz6.png");
this.imageList2.Images.SetKeyName(6, "chinaz12.png");
this.imageList2.Images.SetKeyName(7, "chinaz14.png");
this.imageList2.Images.SetKeyName(8, "chinaz21.png");
this.imageList2.Images.SetKeyName(9, "chinaz22.png");
this.imageList2.Images.SetKeyName(10, "chinaz23.png");
this.imageList2.Images.SetKeyName(11, "chinaz24.png");
this.imageList2.Images.SetKeyName(12, "chinaz25.png");
this.imageList2.Images.SetKeyName(13, "chinaz26.png");
this.imageList2.Images.SetKeyName(14, "chinaz27.png");
this.imageList2.Images.SetKeyName(15, "chinaz28.png");
this.imageList2.Images.SetKeyName(16, "chinaz29.png");
this.imageList2.Images.SetKeyName(17, "chinaz30.png");
this.imageList2.Images.SetKeyName(18, "chinaz31.png");
this.imageList2.Images.SetKeyName(19, "chinaz32.png");
this.imageList2.Images.SetKeyName(20, "chinaz33.png");
//
// tabPage2
//
this.tabPage2.Controls.Add(this.treeView2);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(202, 419);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "静态书签";
this.tabPage2.UseVisualStyleBackColor = true;
//
// treeView2
//
this.treeView2.ImageIndex = 10;
this.treeView2.ImageList = this.imageList2;
this.treeView2.Location = new System.Drawing.Point(17, 21);
this.treeView2.Name = "treeView2";
this.treeView2.SelectedImageIndex = 2;
this.treeView2.Size = new System.Drawing.Size(148, 68);
this.treeView2.TabIndex = 7;
this.treeView2.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseDoubleClick);
//
// btnLeftHide
//
this.btnLeftHide.Dock = System.Windows.Forms.DockStyle.Left;
this.btnLeftHide.ImageIndex = 2;
this.btnLeftHide.ImageList = this.imageList1;
this.btnLeftHide.Location = new System.Drawing.Point(0, 0);
this.btnLeftHide.Name = "btnLeftHide";
this.btnLeftHide.Size = new System.Drawing.Size(3, 469);
this.btnLeftHide.TabIndex = 9;
this.btnLeftHide.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btnLeftHide.Click += new System.EventHandler(this.btnLeftHide_Click);
//
// tctlWebBorowser
//
this.tctlWebBorowser.ContextMenuStrip = this.ctmisTabpage;
this.tctlWebBorowser.Dock = System.Windows.Forms.DockStyle.Fill;
this.tctlWebBorowser.ImageList = this.imageList1;
this.tctlWebBorowser.Location = new System.Drawing.Point(0, 0);
this.tctlWebBorowser.Name = "tctlWebBorowser";
this.tctlWebBorowser.SelectedIndex = 0;
this.tctlWebBorowser.Size = new System.Drawing.Size(524, 469);
this.tctlWebBorowser.TabIndex = 8;
this.tctlWebBorowser.DoubleClick += new System.EventHandler(this.CloseTSMI_Click);
this.tctlWebBorowser.Selected += new System.Windows.Forms.TabControlEventHandler(this.tctlWebBorowser_Selected);
//
// toolStripContainer1
//
//
// toolStripContainer1.BottomToolStripPanel
//
this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.statusStrip);
//
// toolStripContainer1.ContentPanel
//
this.toolStripContainer1.ContentPanel.AutoScroll = true;
this.toolStripContainer1.ContentPanel.Controls.Add(this.splitContainer1);
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(735, 469);
this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
//
// toolStripContainer1.LeftToolStripPanel
//
this.toolStripContainer1.LeftToolStripPanel.Controls.Add(this.toolStrip);
this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
this.toolStripContainer1.Name = "toolStripContainer1";
this.toolStripContainer1.RightToolStripPanelVisible = false;
this.toolStripContainer1.Size = new System.Drawing.Size(759, 540);
this.toolStripContainer1.TabIndex = 10;
this.toolStripContainer1.Text = "toolStripContainer1";
//
// toolStripContainer1.TopToolStripPanel
//
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip);
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.tsUrlADD);
//
// tsUrlADD
//
this.tsUrlADD.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tsUrlADD.Dock = System.Windows.Forms.DockStyle.None;
this.tsUrlADD.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tstbUrl,
this.tsbGoUrl});
this.tsUrlADD.Location = new System.Drawing.Point(270, 24);
this.tsUrlADD.Name = "tsUrlADD";
this.tsUrlADD.Size = new System.Drawing.Size(487, 25);
this.tsUrlADD.TabIndex = 7;
this.tsUrlADD.Text = "地址栏";
//
// tstbUrl
//
this.tstbUrl.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.tstbUrl.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.HistoryList;
this.tstbUrl.MaxDropDownItems = 100;
this.tstbUrl.Name = "tstbUrl";
this.tstbUrl.Size = new System.Drawing.Size(450, 25);
this.tstbUrl.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tstbUrl_KeyDown);
//
// tsbGoUrl
//
this.tsbGoUrl.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.tsbGoUrl.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbGoUrl.Image = ((System.Drawing.Image)(resources.GetObject("tsbGoUrl.Image")));
this.tsbGoUrl.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbGoUrl.Name = "tsbGoUrl";
this.tsbGoUrl.Size = new System.Drawing.Size(23, 22);
this.tsbGoUrl.Text = "&GO";
this.tsbGoUrl.Click += new System.EventHandler(this.tsbGoUrl_Click);
//
// toolStrip1
//
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbBack,
this.tsbForward,
this.tsbStop,
this.tsbReFresh,
this.tsbHome});
this.toolStrip1.Location = new System.Drawing.Point(3, 24);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(267, 25);
this.toolStrip1.TabIndex = 8;
//
// tsbBack
//
this.tsbBack.Image = ((System.Drawing.Image)(resources.GetObject("tsbBack.Image")));
this.tsbBack.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbBack.Name = "tsbBack";
this.tsbBack.Size = new System.Drawing.Size(51, 22);
this.tsbBack.Text = "后退";
this.tsbBack.Click += new System.EventHandler(this.tsbBack_Click);
//
// tsbForward
//
this.tsbForward.Image = ((System.Drawing.Image)(resources.GetObject("tsbForward.Image")));
this.tsbForward.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbForward.Name = "tsbForward";
this.tsbForward.Size = new System.Drawing.Size(51, 22);
this.tsbForward.Text = "前进";
this.tsbForward.Click += new System.EventHandler(this.tsbForward_Click);
//
// tsbStop
//
this.tsbStop.Image = ((System.Drawing.Image)(resources.GetObject("tsbStop.Image")));
this.tsbStop.Name = "tsbStop";
this.tsbStop.Size = new System.Drawing.Size(51, 22);
this.tsbStop.Text = "停止";
this.tsbStop.Click += new System.EventHandler(this.tsbStop_Click);
//
// tsbReFresh
//
this.tsbReFresh.Image = ((System.Drawing.Image)(resources.GetObject("tsbReFresh.Image")));
this.tsbReFresh.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbReFresh.Name = "tsbReFresh";
this.tsbReFresh.Size = new System.Drawing.Size(51, 22);
this.tsbReFresh.Text = "刷新";
this.tsbReFresh.Click += new System.EventHandler(this.tsbReFresh_Click);
//
// tsbHome
//
this.tsbHome.Image = ((System.Drawing.Image)(resources.GetObject("tsbHome.Image")));
this.tsbHome.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbHome.Name = "tsbHome";
this.tsbHome.Size = new System.Drawing.Size(51, 22);
this.tsbHome.Text = "主页";
this.tsbHome.Click += new System.EventHandler(this.tsbHome_Click);
//
// frmMainwindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(759, 540);
this.Controls.Add(this.toolStripContainer1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip;
this.Name = "frmMainwindow";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "新闻快客";
this.Load += new System.EventHandler(this.main_Load);
this.menuStrip.ResumeLayout(false);
this.menuStrip.PerformLayout();
this.toolStrip.ResumeLayout(false);
this.toolStrip.PerformLayout();
this.statusStrip.ResumeLayout(false);
this.statusStrip.PerformLayout();
this.ctmisTabpage.ResumeLayout(false);
this.contextMenuStrip1.ResumeLayout(false);
this.contextMenuStrip2.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.tctlList.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
this.toolStripContainer1.ContentPanel.ResumeLayout(false);
this.toolStripContainer1.LeftToolStripPanel.ResumeLayout(false);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -