namespace UnlinkPSN { partial class UnlinkForm { /// /// 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(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(this.xbxAuth_CoreWebView2InitializationCompleted); this.xbxAuth.SourceChanged += new System.EventHandler(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; } }