namespace XenAdmin.Dialogs { partial class AddServerDialog { /// /// 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(AddServerDialog)); this.AddButton = new System.Windows.Forms.Button(); this.CancelButton2 = new System.Windows.Forms.Button(); this.ServerNameLabel = new System.Windows.Forms.Label(); this.UsernameLabel = new System.Windows.Forms.Label(); this.PasswordLabel = new System.Windows.Forms.Label(); this.UsernameTextBox = new System.Windows.Forms.TextBox(); this.PasswordTextBox = new System.Windows.Forms.TextBox(); this.ServerNameComboBox = new System.Windows.Forms.ComboBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanelCreds = new System.Windows.Forms.TableLayoutPanel(); this.labelError = new System.Windows.Forms.Label(); this.pictureBoxError = new System.Windows.Forms.PictureBox(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.comboBoxClouds = new System.Windows.Forms.ComboBox(); this.labelInstructions = new System.Windows.Forms.Label(); this.tableLayoutPanelType = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.groupBox1.SuspendLayout(); this.tableLayoutPanelCreds.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxError)).BeginInit(); this.flowLayoutPanel1.SuspendLayout(); this.tableLayoutPanelType.SuspendLayout(); this.SuspendLayout(); // // AddButton // resources.ApplyResources(this.AddButton, "AddButton"); this.AddButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.AddButton.Name = "AddButton"; this.AddButton.UseVisualStyleBackColor = true; this.AddButton.Click += new System.EventHandler(this.AddButton_Click); // // CancelButton2 // resources.ApplyResources(this.CancelButton2, "CancelButton2"); this.CancelButton2.CausesValidation = false; this.CancelButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.CancelButton2.Name = "CancelButton2"; this.CancelButton2.UseVisualStyleBackColor = true; this.CancelButton2.Click += new System.EventHandler(this.CancelButton2_Click); this.CancelButton2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CancelButton2_KeyDown); // // ServerNameLabel // resources.ApplyResources(this.ServerNameLabel, "ServerNameLabel"); this.ServerNameLabel.Name = "ServerNameLabel"; // // UsernameLabel // resources.ApplyResources(this.UsernameLabel, "UsernameLabel"); this.UsernameLabel.Name = "UsernameLabel"; // // PasswordLabel // resources.ApplyResources(this.PasswordLabel, "PasswordLabel"); this.PasswordLabel.Name = "PasswordLabel"; // // UsernameTextBox // resources.ApplyResources(this.UsernameTextBox, "UsernameTextBox"); this.UsernameTextBox.Name = "UsernameTextBox"; this.UsernameTextBox.TextChanged += new System.EventHandler(this.TextFields_TextChanged); // // PasswordTextBox // resources.ApplyResources(this.PasswordTextBox, "PasswordTextBox"); this.PasswordTextBox.Name = "PasswordTextBox"; this.PasswordTextBox.UseSystemPasswordChar = true; this.PasswordTextBox.TextChanged += new System.EventHandler(this.TextFields_TextChanged); // // ServerNameComboBox // resources.ApplyResources(this.ServerNameComboBox, "ServerNameComboBox"); this.ServerNameComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.ServerNameComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource; this.tableLayoutPanelType.SetColumnSpan(this.ServerNameComboBox, 2); this.ServerNameComboBox.Name = "ServerNameComboBox"; this.ServerNameComboBox.TextChanged += new System.EventHandler(this.TextFields_TextChanged); // // groupBox1 // resources.ApplyResources(this.groupBox1, "groupBox1"); this.tableLayoutPanelType.SetColumnSpan(this.groupBox1, 3); this.groupBox1.Controls.Add(this.tableLayoutPanelCreds); this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // // tableLayoutPanelCreds // resources.ApplyResources(this.tableLayoutPanelCreds, "tableLayoutPanelCreds"); this.tableLayoutPanelCreds.Controls.Add(this.UsernameLabel, 0, 0); this.tableLayoutPanelCreds.Controls.Add(this.PasswordLabel, 0, 1); this.tableLayoutPanelCreds.Controls.Add(this.PasswordTextBox, 1, 1); this.tableLayoutPanelCreds.Controls.Add(this.UsernameTextBox, 1, 0); this.tableLayoutPanelCreds.Controls.Add(this.labelError, 1, 2); this.tableLayoutPanelCreds.Controls.Add(this.pictureBoxError, 0, 2); this.tableLayoutPanelCreds.Name = "tableLayoutPanelCreds"; // // labelError // resources.ApplyResources(this.labelError, "labelError"); this.labelError.Name = "labelError"; this.labelError.TextChanged += new System.EventHandler(this.labelError_TextChanged); // // pictureBoxError // resources.ApplyResources(this.pictureBoxError, "pictureBoxError"); this.pictureBoxError.Image = global::XenAdmin.Properties.Resources._000_error_h32bit_16; this.pictureBoxError.Name = "pictureBoxError"; this.pictureBoxError.TabStop = false; // // flowLayoutPanel1 // resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1"); this.tableLayoutPanelType.SetColumnSpan(this.flowLayoutPanel1, 3); this.flowLayoutPanel1.Controls.Add(this.CancelButton2); this.flowLayoutPanel1.Controls.Add(this.AddButton); this.flowLayoutPanel1.Controls.Add(this.comboBoxClouds); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; // // comboBoxClouds // this.comboBoxClouds.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.comboBoxClouds, "comboBoxClouds"); this.comboBoxClouds.FormattingEnabled = true; this.comboBoxClouds.Name = "comboBoxClouds"; // // labelInstructions // resources.ApplyResources(this.labelInstructions, "labelInstructions"); this.tableLayoutPanelType.SetColumnSpan(this.labelInstructions, 3); this.labelInstructions.MaximumSize = new System.Drawing.Size(355, 100); this.labelInstructions.Name = "labelInstructions"; // // tableLayoutPanelType // resources.ApplyResources(this.tableLayoutPanelType, "tableLayoutPanelType"); this.tableLayoutPanelType.Controls.Add(this.ServerNameComboBox, 1, 2); this.tableLayoutPanelType.Controls.Add(this.groupBox1, 0, 3); this.tableLayoutPanelType.Controls.Add(this.ServerNameLabel, 0, 2); this.tableLayoutPanelType.Controls.Add(this.labelInstructions, 0, 0); this.tableLayoutPanelType.Controls.Add(this.flowLayoutPanel1, 0, 4); this.tableLayoutPanelType.Name = "tableLayoutPanelType"; // // tableLayoutPanel2 // resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2"); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; // // AddServerDialog // this.AcceptButton = this.AddButton; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.CancelButton2; this.Controls.Add(this.tableLayoutPanelType); this.Name = "AddServerDialog"; this.Load += new System.EventHandler(this.AddServerDialog_Load); this.Shown += new System.EventHandler(this.AddServerDialog_Shown); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.tableLayoutPanelCreds.ResumeLayout(false); this.tableLayoutPanelCreds.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxError)).EndInit(); this.flowLayoutPanel1.ResumeLayout(false); this.tableLayoutPanelType.ResumeLayout(false); this.tableLayoutPanelType.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion protected System.Windows.Forms.Label ServerNameLabel; protected System.Windows.Forms.Label UsernameLabel; protected System.Windows.Forms.Label PasswordLabel; protected System.Windows.Forms.TextBox UsernameTextBox; protected System.Windows.Forms.TextBox PasswordTextBox; protected System.Windows.Forms.ComboBox ServerNameComboBox; protected System.Windows.Forms.Button CancelButton2; protected System.Windows.Forms.Button AddButton; protected System.Windows.Forms.GroupBox groupBox1; protected System.Windows.Forms.TableLayoutPanel tableLayoutPanelCreds; protected System.Windows.Forms.PictureBox pictureBoxError; protected System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; protected System.Windows.Forms.Label labelError; protected System.Windows.Forms.Label labelInstructions; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; protected System.Windows.Forms.RadioButton XenServerRadioButton; protected System.Windows.Forms.TableLayoutPanel tableLayoutPanelType; private System.Windows.Forms.ComboBox comboBoxClouds; } }