|
@@ -211,6 +211,7 @@
|
|
textBox1.BorderStyle = BorderStyle.FixedSingle;
|
|
textBox1.BorderStyle = BorderStyle.FixedSingle;
|
|
textBox1.Location = new Point(481, 30);
|
|
textBox1.Location = new Point(481, 30);
|
|
textBox1.Name = "textBox1";
|
|
textBox1.Name = "textBox1";
|
|
|
|
+ textBox1.PlaceholderText = "Microsoft Bing 搜索...";
|
|
textBox1.Size = new Size(261, 23);
|
|
textBox1.Size = new Size(261, 23);
|
|
textBox1.TabIndex = 11;
|
|
textBox1.TabIndex = 11;
|
|
//
|
|
//
|
|
@@ -430,6 +431,7 @@
|
|
工具栏ToolStripMenuItem.Name = "工具栏ToolStripMenuItem";
|
|
工具栏ToolStripMenuItem.Name = "工具栏ToolStripMenuItem";
|
|
工具栏ToolStripMenuItem.Size = new Size(120, 22);
|
|
工具栏ToolStripMenuItem.Size = new Size(120, 22);
|
|
工具栏ToolStripMenuItem.Text = "工具栏";
|
|
工具栏ToolStripMenuItem.Text = "工具栏";
|
|
|
|
+ 工具栏ToolStripMenuItem.CheckStateChanged += 工具栏ToolStripMenuItem_CheckStateChanged;
|
|
//
|
|
//
|
|
// toolStripSeparator8
|
|
// toolStripSeparator8
|
|
//
|
|
//
|
|
@@ -562,7 +564,7 @@
|
|
webView21.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
|
webView21.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
|
webView21.CreationProperties = null;
|
|
webView21.CreationProperties = null;
|
|
webView21.DefaultBackgroundColor = Color.White;
|
|
webView21.DefaultBackgroundColor = Color.White;
|
|
- webView21.Location = new Point(12, 60);
|
|
|
|
|
|
+ webView21.Location = new Point(12, 58);
|
|
webView21.Name = "webView21";
|
|
webView21.Name = "webView21";
|
|
webView21.Size = new Size(760, 476);
|
|
webView21.Size = new Size(760, 476);
|
|
webView21.TabIndex = 14;
|
|
webView21.TabIndex = 14;
|