namespace AIProofread.Controls { partial class FormReadme { /// /// 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_ReadMe = new Microsoft.Web.WebView2.WinForms.WebView2(); ((System.ComponentModel.ISupportInitialize)(this.WebView_ReadMe)).BeginInit(); this.SuspendLayout(); // // WebView_ReadMe // this.WebView_ReadMe.AllowExternalDrop = true; this.WebView_ReadMe.CreationProperties = null; this.WebView_ReadMe.DefaultBackgroundColor = System.Drawing.Color.White; this.WebView_ReadMe.Dock = System.Windows.Forms.DockStyle.Fill; this.WebView_ReadMe.Location = new System.Drawing.Point(0, 0); this.WebView_ReadMe.Name = "WebView_ReadMe"; this.WebView_ReadMe.Size = new System.Drawing.Size(600, 480); this.WebView_ReadMe.TabIndex = 0; this.WebView_ReadMe.ZoomFactor = 1D; // // FormReadme // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(600, 480); this.Controls.Add(this.WebView_ReadMe); this.Name = "FormReadme"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "版本更新说明"; this.TopMost = true; this.Load += new System.EventHandler(this.FormReadme_Load); ((System.ComponentModel.ISupportInitialize)(this.WebView_ReadMe)).EndInit(); this.ResumeLayout(false); } #endregion private Microsoft.Web.WebView2.WinForms.WebView2 WebView_ReadMe; } }