C# Class XenAdmin.Dialogs.AddServerDialog

Inheritance: XenAdmin.Dialogs.XenDialogBase
Show file Open project: xenserver/xenadmin Class Usage Examples

Protected Properties

Property Type Description
AddButton System.Windows.Forms.Button
CancelButton2 System.Windows.Forms.Button
PasswordLabel System.Windows.Forms.Label
PasswordTextBox System.Windows.Forms.TextBox
ServerNameComboBox System.Windows.Forms.ComboBox
ServerNameLabel System.Windows.Forms.Label
UsernameLabel System.Windows.Forms.Label
UsernameTextBox System.Windows.Forms.TextBox
XenServerRadioButton System.Windows.Forms.RadioButton
flowLayoutPanel1 System.Windows.Forms.FlowLayoutPanel
groupBox1 System.Windows.Forms.GroupBox
labelError System.Windows.Forms.Label
labelInstructions System.Windows.Forms.Label
pictureBoxError System.Windows.Forms.PictureBox
tableLayoutPanelCreds System.Windows.Forms.TableLayoutPanel
tableLayoutPanelType System.Windows.Forms.TableLayoutPanel

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Property Details

AddButton protected property

protected System.Windows.Forms.Button AddButton
return System.Windows.Forms.Button

CancelButton2 protected property

protected System.Windows.Forms.Button CancelButton2
return System.Windows.Forms.Button

PasswordLabel protected property

protected System.Windows.Forms.Label PasswordLabel
return System.Windows.Forms.Label

PasswordTextBox protected property

protected System.Windows.Forms.TextBox PasswordTextBox
return System.Windows.Forms.TextBox

ServerNameComboBox protected property

protected System.Windows.Forms.ComboBox ServerNameComboBox
return System.Windows.Forms.ComboBox

ServerNameLabel protected property

protected System.Windows.Forms.Label ServerNameLabel
return System.Windows.Forms.Label

UsernameLabel protected property

protected System.Windows.Forms.Label UsernameLabel
return System.Windows.Forms.Label

UsernameTextBox protected property

protected System.Windows.Forms.TextBox UsernameTextBox
return System.Windows.Forms.TextBox

XenServerRadioButton protected property

protected System.Windows.Forms.RadioButton XenServerRadioButton
return System.Windows.Forms.RadioButton

flowLayoutPanel1 protected property

protected System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1
return System.Windows.Forms.FlowLayoutPanel

groupBox1 protected property

protected System.Windows.Forms.GroupBox groupBox1
return System.Windows.Forms.GroupBox

labelError protected property

protected System.Windows.Forms.Label labelError
return System.Windows.Forms.Label

labelInstructions protected property

protected System.Windows.Forms.Label labelInstructions
return System.Windows.Forms.Label

pictureBoxError protected property

protected System.Windows.Forms.PictureBox pictureBoxError
return System.Windows.Forms.PictureBox

tableLayoutPanelCreds protected property

protected System.Windows.Forms.TableLayoutPanel tableLayoutPanelCreds
return System.Windows.Forms.TableLayoutPanel

tableLayoutPanelType protected property

protected System.Windows.Forms.TableLayoutPanel tableLayoutPanelType
return System.Windows.Forms.TableLayoutPanel