UnlinkPSN/UnlinkPSN/UnlinkForm.Designer.cs

69 lines
3.0 KiB
C#

namespace UnlinkPSN
{
partial class UnlinkForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UnlinkForm));
this.xbxAuth = new Microsoft.Web.WebView2.WinForms.WebView2();
((System.ComponentModel.ISupportInitialize)(this.xbxAuth)).BeginInit();
this.SuspendLayout();
//
// xbxAuth
//
this.xbxAuth.AllowExternalDrop = true;
this.xbxAuth.CreationProperties = null;
this.xbxAuth.DefaultBackgroundColor = System.Drawing.Color.White;
this.xbxAuth.Dock = System.Windows.Forms.DockStyle.Fill;
this.xbxAuth.Location = new System.Drawing.Point(0, 0);
this.xbxAuth.Name = "xbxAuth";
this.xbxAuth.Size = new System.Drawing.Size(524, 621);
this.xbxAuth.TabIndex = 0;
this.xbxAuth.ZoomFactor = 1D;
this.xbxAuth.CoreWebView2InitializationCompleted += new System.EventHandler<Microsoft.Web.WebView2.Core.CoreWebView2InitializationCompletedEventArgs>(this.xbxAuth_CoreWebView2InitializationCompleted);
this.xbxAuth.SourceChanged += new System.EventHandler<Microsoft.Web.WebView2.Core.CoreWebView2SourceChangedEventArgs>(this.xbxAuth_SourceChanged);
//
// UnlinkForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(524, 621);
this.Controls.Add(this.xbxAuth);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "UnlinkForm";
this.Text = "Login to Microsoft ...";
this.Load += new System.EventHandler(this.UnlinkForm_Load);
((System.ComponentModel.ISupportInitialize)(this.xbxAuth)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Microsoft.Web.WebView2.WinForms.WebView2 xbxAuth;
}
}