68 lines
2.5 KiB
C#
68 lines
2.5 KiB
C#
|
namespace ProductionControl
|
|||
|
{
|
|||
|
partial class FrmWeb
|
|||
|
{
|
|||
|
/// <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.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;
|
|||
|
}
|
|||
|
}
|