update doc workflow

This commit is contained in:
qianlifeng
2014-01-25 00:21:16 +08:00
parent 63072205d6
commit abedc0be80
11 changed files with 169 additions and 59 deletions

View File

@@ -33,12 +33,11 @@
//
// webBrowser1
//
this.webBrowser1.AllowNavigation = false;
this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
this.webBrowser1.IsWebBrowserContextMenuEnabled = false;
this.webBrowser1.Location = new System.Drawing.Point(0, 0);
this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser1.Name = "webBrowser1";
this.webBrowser1.ScriptErrorsSuppressed = true;
this.webBrowser1.Size = new System.Drawing.Size(926, 611);
this.webBrowser1.TabIndex = 0;
//