C# Class XenAdmin.SettingsPanels.HostPowerONEditPage

Inheritance: System.Windows.Forms.UserControl, IEditPage
ファイルを表示 Open project: xenserver/xenadmin Class Usage Examples

Protected Properties

Property Type Description
ColumnKey System.Windows.Forms.DataGridViewTextBoxColumn
ColumnValue System.Windows.Forms.DataGridViewTextBoxColumn
dataGridView1 DataGridViewKey
groupBoxCredentials System.Windows.Forms.GroupBox
groupBoxMode System.Windows.Forms.GroupBox
label1 System.Windows.Forms.Label
label2 System.Windows.Forms.Label
label3 System.Windows.Forms.Label
label4 Label
radioButtonCustom System.Windows.Forms.RadioButton
radioButtonDRAC System.Windows.Forms.RadioButton
radioButtonDisabled System.Windows.Forms.RadioButton
radioButtonILO System.Windows.Forms.RadioButton
radioButtonWakeonLAN System.Windows.Forms.RadioButton
tableLayoutPanelCredentials System.Windows.Forms.TableLayoutPanel
textBoxCustom System.Windows.Forms.TextBox
textBoxInterface System.Windows.Forms.TextBox
textBoxPassword System.Windows.Forms.TextBox
textBoxUser System.Windows.Forms.TextBox

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

ColumnKey protected_oe property

protected DataGridViewTextBoxColumn,System.Windows.Forms ColumnKey
return System.Windows.Forms.DataGridViewTextBoxColumn

ColumnValue protected_oe property

protected DataGridViewTextBoxColumn,System.Windows.Forms ColumnValue
return System.Windows.Forms.DataGridViewTextBoxColumn

dataGridView1 protected_oe property

protected DataGridViewKey dataGridView1
return DataGridViewKey

groupBoxCredentials protected_oe property

protected GroupBox,System.Windows.Forms groupBoxCredentials
return System.Windows.Forms.GroupBox

groupBoxMode protected_oe property

protected GroupBox,System.Windows.Forms groupBoxMode
return System.Windows.Forms.GroupBox

label1 protected_oe property

protected Label,System.Windows.Forms label1
return System.Windows.Forms.Label

label2 protected_oe property

protected Label,System.Windows.Forms label2
return System.Windows.Forms.Label

label3 protected_oe property

protected Label,System.Windows.Forms label3
return System.Windows.Forms.Label

label4 protected_oe property

protected Label label4
return Label

radioButtonCustom protected_oe property

protected RadioButton,System.Windows.Forms radioButtonCustom
return System.Windows.Forms.RadioButton

radioButtonDRAC protected_oe property

protected RadioButton,System.Windows.Forms radioButtonDRAC
return System.Windows.Forms.RadioButton

radioButtonDisabled protected_oe property

protected RadioButton,System.Windows.Forms radioButtonDisabled
return System.Windows.Forms.RadioButton

radioButtonILO protected_oe property

protected RadioButton,System.Windows.Forms radioButtonILO
return System.Windows.Forms.RadioButton

radioButtonWakeonLAN protected_oe property

protected RadioButton,System.Windows.Forms radioButtonWakeonLAN
return System.Windows.Forms.RadioButton

tableLayoutPanelCredentials protected_oe property

protected TableLayoutPanel,System.Windows.Forms tableLayoutPanelCredentials
return System.Windows.Forms.TableLayoutPanel

textBoxCustom protected_oe property

protected TextBox,System.Windows.Forms textBoxCustom
return System.Windows.Forms.TextBox

textBoxInterface protected_oe property

protected TextBox,System.Windows.Forms textBoxInterface
return System.Windows.Forms.TextBox

textBoxPassword protected_oe property

protected TextBox,System.Windows.Forms textBoxPassword
return System.Windows.Forms.TextBox

textBoxUser protected_oe property

protected TextBox,System.Windows.Forms textBoxUser
return System.Windows.Forms.TextBox