namespace AIProofread.Controls { partial class FormWebView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.WebView = new Microsoft.Web.WebView2.WinForms.WebView2(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.WebView)).BeginInit(); this.SuspendLayout(); // // WebView // this.WebView.AllowExternalDrop = true; this.WebView.CreationProperties = null; this.WebView.DefaultBackgroundColor = System.Drawing.Color.White; this.WebView.Dock = System.Windows.Forms.DockStyle.Fill; this.WebView.Location = new System.Drawing.Point(0, 0); this.WebView.Name = "WebView"; this.WebView.Size = new System.Drawing.Size(800, 450); this.WebView.TabIndex = 0; this.WebView.ZoomFactor = 1D; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(380, 219); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 1; this.label1.Text = "校对王"; this.label1.Visible = false; // // FormWebView // this.AllowDrop = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.label1); this.Controls.Add(this.WebView); this.Name = "FormWebView"; this.ShowIcon = false; this.Load += new System.EventHandler(this.FormWebView_Load); ((System.ComponentModel.ISupportInitialize)(this.WebView)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Microsoft.Web.WebView2.WinForms.WebView2 WebView; private System.Windows.Forms.Label label1; } }