namespace EgwControlCenter.App { partial class BlazorForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BlazorForm)); blazorWebView1 = new Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView(); SuspendLayout(); // // blazorWebView1 // blazorWebView1.Dock = DockStyle.Fill; blazorWebView1.Location = new Point(0, 0); blazorWebView1.Name = "blazorWebView1"; blazorWebView1.Size = new Size(800, 450); blazorWebView1.StartPath = "/"; blazorWebView1.TabIndex = 0; blazorWebView1.Text = "blazorWebView1"; // // BlazorForm // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(800, 450); Controls.Add(blazorWebView1); Icon = (Icon)resources.GetObject("$this.Icon"); Name = "BlazorForm"; Text = "EgalWare's AppControlCenter"; Load += BlazorForm_Load; ResumeLayout(false); } #endregion private Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView blazorWebView1; } }