namespace AIProofread.Controls { partial class FormContact { /// /// 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.WebViewContact = new Microsoft.Web.WebView2.WinForms.WebView2(); ((System.ComponentModel.ISupportInitialize)(this.WebViewContact)).BeginInit(); this.SuspendLayout(); // // WebViewContact // this.WebViewContact.AllowExternalDrop = true; this.WebViewContact.CreationProperties = null; this.WebViewContact.DefaultBackgroundColor = System.Drawing.Color.White; this.WebViewContact.Dock = System.Windows.Forms.DockStyle.Fill; this.WebViewContact.Location = new System.Drawing.Point(0, 0); this.WebViewContact.Name = "WebViewContact"; this.WebViewContact.Size = new System.Drawing.Size(620, 450); this.WebViewContact.TabIndex = 0; this.WebViewContact.ZoomFactor = 1D; // // FormContact // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(620, 450); this.Controls.Add(this.WebViewContact); this.Name = "FormContact"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "联系客服"; this.Load += new System.EventHandler(this.FormContact_Load); ((System.ComponentModel.ISupportInitialize)(this.WebViewContact)).EndInit(); this.ResumeLayout(false); } #endregion private Microsoft.Web.WebView2.WinForms.WebView2 WebViewContact; } }