|
@@ -103,7 +103,7 @@
|
|
|
statusStrip1.Items.AddRange(new ToolStripItem[] { StatusLabel, toolStripStatusLabel1, progressBar, progressLabel, toolStripSplitButton1 });
|
|
|
statusStrip1.Location = new Point(0, 538);
|
|
|
statusStrip1.Name = "statusStrip1";
|
|
|
- statusStrip1.Size = new Size(908, 23);
|
|
|
+ statusStrip1.Size = new Size(784, 23);
|
|
|
statusStrip1.TabIndex = 2;
|
|
|
statusStrip1.Text = "statusStrip1";
|
|
|
//
|
|
@@ -115,7 +115,7 @@
|
|
|
// toolStripStatusLabel1
|
|
|
//
|
|
|
toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
|
- toolStripStatusLabel1.Size = new Size(719, 18);
|
|
|
+ toolStripStatusLabel1.Size = new Size(595, 18);
|
|
|
toolStripStatusLabel1.Spring = true;
|
|
|
//
|
|
|
// progressBar
|
|
@@ -162,7 +162,7 @@
|
|
|
comboBox1.Location = new Point(78, 29);
|
|
|
comboBox1.Margin = new Padding(9, 3, 3, 3);
|
|
|
comboBox1.Name = "comboBox1";
|
|
|
- comboBox1.Size = new Size(461, 25);
|
|
|
+ comboBox1.Size = new Size(337, 25);
|
|
|
comboBox1.TabIndex = 6;
|
|
|
comboBox1.KeyDown += comboBox1_KeyDown;
|
|
|
//
|
|
@@ -196,7 +196,7 @@
|
|
|
refresh_button.FlatAppearance.BorderSize = 0;
|
|
|
refresh_button.FlatStyle = FlatStyle.Flat;
|
|
|
refresh_button.Image = Properties.Resources.refresh_24px;
|
|
|
- refresh_button.Location = new Point(545, 28);
|
|
|
+ refresh_button.Location = new Point(421, 28);
|
|
|
refresh_button.Name = "refresh_button";
|
|
|
refresh_button.Size = new Size(24, 24);
|
|
|
refresh_button.TabIndex = 9;
|
|
@@ -209,7 +209,7 @@
|
|
|
stop_button.FlatAppearance.BorderSize = 0;
|
|
|
stop_button.FlatStyle = FlatStyle.Flat;
|
|
|
stop_button.Image = Properties.Resources.close_24px;
|
|
|
- stop_button.Location = new Point(575, 28);
|
|
|
+ stop_button.Location = new Point(451, 28);
|
|
|
stop_button.Name = "stop_button";
|
|
|
stop_button.Size = new Size(24, 24);
|
|
|
stop_button.TabIndex = 10;
|
|
@@ -220,7 +220,7 @@
|
|
|
//
|
|
|
textBox1.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
|
|
textBox1.BorderStyle = BorderStyle.FixedSingle;
|
|
|
- textBox1.Location = new Point(605, 30);
|
|
|
+ textBox1.Location = new Point(481, 30);
|
|
|
textBox1.Name = "textBox1";
|
|
|
textBox1.Size = new Size(261, 23);
|
|
|
textBox1.TabIndex = 11;
|
|
@@ -231,7 +231,7 @@
|
|
|
search_button.FlatAppearance.BorderSize = 0;
|
|
|
search_button.FlatStyle = FlatStyle.Flat;
|
|
|
search_button.Image = Properties.Resources.search_in_cloud_24px;
|
|
|
- search_button.Location = new Point(872, 30);
|
|
|
+ search_button.Location = new Point(748, 30);
|
|
|
search_button.Name = "search_button";
|
|
|
search_button.Size = new Size(24, 24);
|
|
|
search_button.TabIndex = 12;
|
|
@@ -243,7 +243,7 @@
|
|
|
menuStrip1.Items.AddRange(new ToolStripItem[] { 文件FToolStripMenuItem, 编辑EToolStripMenuItem, 查看VToolStripMenuItem, 收藏夹AToolStripMenuItem, 工具TToolStripMenuItem, 帮助HToolStripMenuItem });
|
|
|
menuStrip1.Location = new Point(0, 0);
|
|
|
menuStrip1.Name = "menuStrip1";
|
|
|
- menuStrip1.Size = new Size(908, 25);
|
|
|
+ menuStrip1.Size = new Size(784, 25);
|
|
|
menuStrip1.TabIndex = 13;
|
|
|
menuStrip1.Text = "menuStrip1";
|
|
|
//
|
|
@@ -439,39 +439,39 @@
|
|
|
工具栏ToolStripMenuItem.CheckOnClick = true;
|
|
|
工具栏ToolStripMenuItem.CheckState = CheckState.Checked;
|
|
|
工具栏ToolStripMenuItem.Name = "工具栏ToolStripMenuItem";
|
|
|
- 工具栏ToolStripMenuItem.Size = new Size(180, 22);
|
|
|
+ 工具栏ToolStripMenuItem.Size = new Size(120, 22);
|
|
|
工具栏ToolStripMenuItem.Text = "工具栏";
|
|
|
//
|
|
|
// toolStripSeparator8
|
|
|
//
|
|
|
toolStripSeparator8.Name = "toolStripSeparator8";
|
|
|
- toolStripSeparator8.Size = new Size(177, 6);
|
|
|
+ toolStripSeparator8.Size = new Size(117, 6);
|
|
|
//
|
|
|
// 刷新RToolStripMenuItem
|
|
|
//
|
|
|
刷新RToolStripMenuItem.Name = "刷新RToolStripMenuItem";
|
|
|
- 刷新RToolStripMenuItem.Size = new Size(180, 22);
|
|
|
+ 刷新RToolStripMenuItem.Size = new Size(120, 22);
|
|
|
刷新RToolStripMenuItem.Text = "刷新(&R)";
|
|
|
刷新RToolStripMenuItem.Click += 刷新RToolStripMenuItem_Click;
|
|
|
//
|
|
|
// 停止TToolStripMenuItem
|
|
|
//
|
|
|
停止TToolStripMenuItem.Name = "停止TToolStripMenuItem";
|
|
|
- 停止TToolStripMenuItem.Size = new Size(180, 22);
|
|
|
+ 停止TToolStripMenuItem.Size = new Size(120, 22);
|
|
|
停止TToolStripMenuItem.Text = "停止(&O)";
|
|
|
停止TToolStripMenuItem.Click += 停止TToolStripMenuItem_Click;
|
|
|
//
|
|
|
// 前进QToolStripMenuItem
|
|
|
//
|
|
|
前进QToolStripMenuItem.Name = "前进QToolStripMenuItem";
|
|
|
- 前进QToolStripMenuItem.Size = new Size(180, 22);
|
|
|
+ 前进QToolStripMenuItem.Size = new Size(120, 22);
|
|
|
前进QToolStripMenuItem.Text = "前进(&Q)";
|
|
|
前进QToolStripMenuItem.Click += 前进QToolStripMenuItem_Click;
|
|
|
//
|
|
|
// 后退WToolStripMenuItem
|
|
|
//
|
|
|
后退WToolStripMenuItem.Name = "后退WToolStripMenuItem";
|
|
|
- 后退WToolStripMenuItem.Size = new Size(180, 22);
|
|
|
+ 后退WToolStripMenuItem.Size = new Size(120, 22);
|
|
|
后退WToolStripMenuItem.Text = "后退(&W)";
|
|
|
后退WToolStripMenuItem.Click += 后退WToolStripMenuItem_Click;
|
|
|
//
|
|
@@ -575,7 +575,7 @@
|
|
|
webView21.DefaultBackgroundColor = Color.White;
|
|
|
webView21.Location = new Point(12, 60);
|
|
|
webView21.Name = "webView21";
|
|
|
- webView21.Size = new Size(884, 476);
|
|
|
+ webView21.Size = new Size(760, 476);
|
|
|
webView21.TabIndex = 14;
|
|
|
webView21.ZoomFactor = 1D;
|
|
|
webView21.NavigationStarting += webView21_NavigationStarting;
|
|
@@ -586,7 +586,7 @@
|
|
|
//
|
|
|
AutoScaleDimensions = new SizeF(7F, 17F);
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
- ClientSize = new Size(908, 561);
|
|
|
+ ClientSize = new Size(784, 561);
|
|
|
Controls.Add(webView21);
|
|
|
Controls.Add(search_button);
|
|
|
Controls.Add(textBox1);
|