ai_office_plugin/AIProofread/Controls/FormSetting.Designer.cs

69 lines
2.7 KiB
C#

namespace AIProofread.Controls
{
partial class FormSetting
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.WebViewSetting = new Microsoft.Web.WebView2.WinForms.WebView2();
((System.ComponentModel.ISupportInitialize)(this.WebViewSetting)).BeginInit();
this.SuspendLayout();
//
// WebViewSetting
//
this.WebViewSetting.AllowExternalDrop = true;
this.WebViewSetting.BackColor = System.Drawing.SystemColors.Control;
this.WebViewSetting.CreationProperties = null;
this.WebViewSetting.DefaultBackgroundColor = System.Drawing.Color.White;
this.WebViewSetting.Dock = System.Windows.Forms.DockStyle.Fill;
this.WebViewSetting.Location = new System.Drawing.Point(0, 0);
this.WebViewSetting.Name = "WebViewSetting";
this.WebViewSetting.Size = new System.Drawing.Size(286, 206);
this.WebViewSetting.TabIndex = 0;
this.WebViewSetting.ZoomFactor = 1D;
//
// FormSetting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(500, 360);
this.Controls.Add(this.WebViewSetting);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormSetting";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "插件设置";
this.Load += new System.EventHandler(this.FormSetting_Load);
((System.ComponentModel.ISupportInitialize)(this.WebViewSetting)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Microsoft.Web.WebView2.WinForms.WebView2 WebViewSetting;
}
}