namespace ProductionControl { partial class FrmWeb { /// /// 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.webView1 = new Microsoft.Web.WebView2.WinForms.WebView2(); ((System.ComponentModel.ISupportInitialize)(this.webView1)).BeginInit(); this.SuspendLayout(); // // webView1 // this.webView1.AllowExternalDrop = true; this.webView1.CreationProperties = null; this.webView1.DefaultBackgroundColor = System.Drawing.Color.White; this.webView1.Dock = System.Windows.Forms.DockStyle.Fill; this.webView1.Location = new System.Drawing.Point(0, 0); this.webView1.Name = "webView1"; this.webView1.Size = new System.Drawing.Size(800, 450); this.webView1.TabIndex = 0; this.webView1.ZoomFactor = 1D; // // FrmWeb // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.webView1); this.Name = "FrmWeb"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "查询"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.FrmWeb_Load); ((System.ComponentModel.ISupportInitialize)(this.webView1)).EndInit(); this.ResumeLayout(false); } #endregion private Microsoft.Web.WebView2.WinForms.WebView2 webView1; } }