// Copyright (C) Microsoft Corporation. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
namespace WebView2WindowsFormsBrowser
{
partial class NewWindowOptionsDialog
{
///
/// 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.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.BrowserExecutableFolder = new System.Windows.Forms.TextBox();
this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
this.label2 = new System.Windows.Forms.Label();
this.UserDataFolder = new System.Windows.Forms.TextBox();
this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
this.label3 = new System.Windows.Forms.Label();
this.EnvLanguage = new System.Windows.Forms.TextBox();
this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
this.label4 = new System.Windows.Forms.Label();
this.ProfileName = new System.Windows.Forms.TextBox();
this.flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel();
this.label5 = new System.Windows.Forms.Label();
this.comboBox_IsInPrivateModeEnabled = new System.Windows.Forms.ComboBox();
this.flowLayoutPanel7 = new System.Windows.Forms.FlowLayoutPanel();
this.OKBtn = new System.Windows.Forms.Button();
this.CancelBtn = new System.Windows.Forms.Button();
this.flowLayoutPanel1.SuspendLayout();
this.flowLayoutPanel2.SuspendLayout();
this.flowLayoutPanel3.SuspendLayout();
this.flowLayoutPanel4.SuspendLayout();
this.flowLayoutPanel5.SuspendLayout();
this.flowLayoutPanel6.SuspendLayout();
this.flowLayoutPanel7.SuspendLayout();
this.SuspendLayout();
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel2);
this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel3);
this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel4);
this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel5);
this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel6);
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel1.Location = new System.Drawing.Point(10, 10);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(450, 184);
this.flowLayoutPanel1.TabIndex = 0;
//
// flowLayoutPanel2
//
this.flowLayoutPanel2.Controls.Add(this.label1);
this.flowLayoutPanel2.Controls.Add(this.BrowserExecutableFolder);
this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
this.flowLayoutPanel2.Size = new System.Drawing.Size(450, 32);
this.flowLayoutPanel2.TabIndex = 0;
//
// label1
//
this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label1.Location = new System.Drawing.Point(10, 0);
this.label1.Margin = new System.Windows.Forms.Padding(10, 0, 0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(145, 30);
this.label1.TabIndex = 0;
this.label1.Text = "BrowserExecutableFolder:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// BrowserExecutableFolder
//
this.BrowserExecutableFolder.Anchor = System.Windows.Forms.AnchorStyles.None;
this.BrowserExecutableFolder.Location = new System.Drawing.Point(155, 5);
this.BrowserExecutableFolder.Margin = new System.Windows.Forms.Padding(0);
this.BrowserExecutableFolder.Name = "BrowserExecutableFolder";
this.BrowserExecutableFolder.AutoSize = false;
this.BrowserExecutableFolder.Size = new System.Drawing.Size(285, 25);
this.BrowserExecutableFolder.TabIndex = 1;
//
// flowLayoutPanel3
//
this.flowLayoutPanel3.Controls.Add(this.label2);
this.flowLayoutPanel3.Controls.Add(this.UserDataFolder);
this.flowLayoutPanel3.Location = new System.Drawing.Point(0, 32);
this.flowLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
this.flowLayoutPanel3.Name = "flowLayoutPanel3";
this.flowLayoutPanel3.Size = new System.Drawing.Size(450, 32);
this.flowLayoutPanel3.TabIndex = 1;
//
// label2
//
this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label2.Location = new System.Drawing.Point(10, 0);
this.label2.Margin = new System.Windows.Forms.Padding(10, 0, 0, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(145, 30);
this.label2.TabIndex = 0;
this.label2.Text = "UserDataFolder:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// UserDataFolder
//
this.UserDataFolder.Anchor = System.Windows.Forms.AnchorStyles.None;
this.UserDataFolder.Location = new System.Drawing.Point(155, 5);
this.UserDataFolder.Margin = new System.Windows.Forms.Padding(0);
this.UserDataFolder.Name = "UserDataFolder";
this.UserDataFolder.AutoSize = false;
this.UserDataFolder.Size = new System.Drawing.Size(285, 25);
this.UserDataFolder.TabIndex = 1;
//
// flowLayoutPanel4
//
this.flowLayoutPanel4.Controls.Add(this.label3);
this.flowLayoutPanel4.Controls.Add(this.EnvLanguage);
this.flowLayoutPanel4.Location = new System.Drawing.Point(0, 64);
this.flowLayoutPanel4.Margin = new System.Windows.Forms.Padding(0);
this.flowLayoutPanel4.Name = "flowLayoutPanel4";
this.flowLayoutPanel4.Size = new System.Drawing.Size(450, 32);
this.flowLayoutPanel4.TabIndex = 2;
//
// label3
//
this.label3.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label3.Location = new System.Drawing.Point(10, 0);
this.label3.Margin = new System.Windows.Forms.Padding(10, 0, 0, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(145, 30);
this.label3.TabIndex = 0;
this.label3.Text = "Language:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// EnvLanguage
//
this.EnvLanguage.Anchor = System.Windows.Forms.AnchorStyles.None;
this.EnvLanguage.Location = new System.Drawing.Point(155, 5);
this.EnvLanguage.Margin = new System.Windows.Forms.Padding(0);
this.EnvLanguage.Name = "EnvLanguage";
this.EnvLanguage.AutoSize = false;
this.EnvLanguage.Size = new System.Drawing.Size(285, 25);
this.EnvLanguage.TabIndex = 1;
//
// flowLayoutPanel5
//
this.flowLayoutPanel5.Controls.Add(this.label4);
this.flowLayoutPanel5.Controls.Add(this.ProfileName);
this.flowLayoutPanel5.Location = new System.Drawing.Point(0, 96);
this.flowLayoutPanel5.Margin = new System.Windows.Forms.Padding(0);
this.flowLayoutPanel5.Name = "flowLayoutPanel5";
this.flowLayoutPanel5.Size = new System.Drawing.Size(450, 32);
this.flowLayoutPanel5.TabIndex = 3;
//
// label4
//
this.label4.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label4.Location = new System.Drawing.Point(10, 0);
this.label4.Margin = new System.Windows.Forms.Padding(10, 0, 0, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(145, 30);
this.label4.TabIndex = 0;
this.label4.Text = "ProfileName:";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// ProfileName
//
this.ProfileName.Anchor = System.Windows.Forms.AnchorStyles.None;
this.ProfileName.Location = new System.Drawing.Point(155, 5);
this.ProfileName.Margin = new System.Windows.Forms.Padding(0);
this.ProfileName.Name = "ProfileName";
this.ProfileName.AutoSize = false;
this.ProfileName.Size = new System.Drawing.Size(285, 25);
this.ProfileName.TabIndex = 1;
//
// flowLayoutPanel6
//
this.flowLayoutPanel6.Controls.Add(this.label5);
this.flowLayoutPanel6.Controls.Add(this.comboBox_IsInPrivateModeEnabled);
this.flowLayoutPanel6.Location = new System.Drawing.Point(0, 128);
this.flowLayoutPanel6.Margin = new System.Windows.Forms.Padding(0);
this.flowLayoutPanel6.Name = "flowLayoutPanel6";
this.flowLayoutPanel6.Size = new System.Drawing.Size(450, 32);
this.flowLayoutPanel6.TabIndex = 4;
//
// label5
//
this.label5.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label5.Location = new System.Drawing.Point(10, 0);
this.label5.Margin = new System.Windows.Forms.Padding(10, 0, 0, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(145, 30);
this.label5.TabIndex = 0;
this.label5.Text = "IsInPrivateModeEnabled:";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// comboBox_IsInPrivateModeEnabled
//
this.comboBox_IsInPrivateModeEnabled.Anchor = System.Windows.Forms.AnchorStyles.None;
this.comboBox_IsInPrivateModeEnabled.FormattingEnabled = true;
this.comboBox_IsInPrivateModeEnabled.Items.AddRange(new object[] {
"Enabled",
"Disabled",
"Default"});
this.comboBox_IsInPrivateModeEnabled.Location = new System.Drawing.Point(155, 4);
this.comboBox_IsInPrivateModeEnabled.Margin = new System.Windows.Forms.Padding(0);
this.comboBox_IsInPrivateModeEnabled.Name = "comboBox_IsInPrivateModeEnabled";
this.comboBox_IsInPrivateModeEnabled.AutoSize = false;
this.comboBox_IsInPrivateModeEnabled.Size = new System.Drawing.Size(120, 25);
this.comboBox_IsInPrivateModeEnabled.TabIndex = 1;
this.comboBox_IsInPrivateModeEnabled.Text = "Default";
//
// flowLayoutPanel7
//
this.flowLayoutPanel7.Controls.Add(this.OKBtn);
this.flowLayoutPanel7.Controls.Add(this.CancelBtn);
this.flowLayoutPanel7.Location = new System.Drawing.Point(10, 200);
this.flowLayoutPanel7.Name = "flowLayoutPanel7";
this.flowLayoutPanel7.Size = new System.Drawing.Size(450, 32);
this.flowLayoutPanel7.TabIndex = 1;
//
// OKBtn
//
this.OKBtn.Anchor = System.Windows.Forms.AnchorStyles.None;
this.OKBtn.Location = new System.Drawing.Point(296, 0);
this.OKBtn.Margin = new System.Windows.Forms.Padding(296, 0, 0, 0);
this.OKBtn.Name = "OKBtn";
this.OKBtn.Size = new System.Drawing.Size(60, 25);
this.OKBtn.TabIndex = 0;
this.OKBtn.Text = "OK";
this.OKBtn.UseVisualStyleBackColor = true;
this.OKBtn.Click += new System.EventHandler(this.OKBtn_Click);
//
// CancelBtn
//
this.CancelBtn.Location = new System.Drawing.Point(361, 0);
this.CancelBtn.Margin = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.CancelBtn.Name = "CancelBtn";
this.CancelBtn.Size = new System.Drawing.Size(60, 25);
this.CancelBtn.TabIndex = 1;
this.CancelBtn.Text = "Cancel";
this.CancelBtn.UseVisualStyleBackColor = true;
this.CancelBtn.Click += new System.EventHandler(this.CancelBtn_Click);
//
// NewWindowOptionsDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(500, 260);
this.Controls.Add(this.flowLayoutPanel7);
this.Controls.Add(this.flowLayoutPanel1);
this.Name = "NewWindowOptionsDialog";
this.Text = "NewWindowOptionsDialog";
this.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel2.ResumeLayout(false);
this.flowLayoutPanel2.PerformLayout();
this.flowLayoutPanel3.ResumeLayout(false);
this.flowLayoutPanel3.PerformLayout();
this.flowLayoutPanel4.ResumeLayout(false);
this.flowLayoutPanel4.PerformLayout();
this.flowLayoutPanel5.ResumeLayout(false);
this.flowLayoutPanel5.PerformLayout();
this.flowLayoutPanel6.ResumeLayout(false);
this.flowLayoutPanel7.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox BrowserExecutableFolder;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox UserDataFolder;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox EnvLanguage;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox ProfileName;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel7;
private System.Windows.Forms.Button OKBtn;
private System.Windows.Forms.Button CancelBtn;
private System.Windows.Forms.ComboBox comboBox_IsInPrivateModeEnabled;
}
}