C# Class Fractrace.Basic.DataViewElement

ファイルを表示 Open project: trafassel/Gestaltlupe Class Usage Examples

Protected Properties

Property Type Description
lblName System.Windows.Forms.Label
panel1 System.Windows.Forms.Panel
panel1FillRight System.Windows.Forms.Panel
pnlButtons System.Windows.Forms.Panel
pnlEdit System.Windows.Forms.Panel

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

lblName protected_oe property

protected System.Windows.Forms.Label lblName
return System.Windows.Forms.Label

panel1 protected_oe property

protected System.Windows.Forms.Panel panel1
return System.Windows.Forms.Panel

panel1FillRight protected_oe property

protected System.Windows.Forms.Panel panel1FillRight
return System.Windows.Forms.Panel

pnlButtons protected_oe property

protected System.Windows.Forms.Panel pnlButtons
return System.Windows.Forms.Panel

pnlEdit protected_oe property

protected System.Windows.Forms.Panel pnlEdit
return System.Windows.Forms.Panel