C# Class Kadr.UI.Common.DataGridViewDialog

Inheritance: CustomBaseDialog
显示文件 Open project: UGTU/UGTUKadrProject

Public Properties

Property Type Description
bindingNavigator1 System.Windows.Forms.BindingNavigator
bindingNavigatorAddNewItem System.Windows.Forms.ToolStripButton
bindingNavigatorCountItem System.Windows.Forms.ToolStripLabel
bindingNavigatorDeleteItem System.Windows.Forms.ToolStripButton
bindingNavigatorMoveFirstItem System.Windows.Forms.ToolStripButton
bindingNavigatorMoveLastItem System.Windows.Forms.ToolStripButton
bindingNavigatorMoveNextItem System.Windows.Forms.ToolStripButton
bindingNavigatorMovePreviousItem System.Windows.Forms.ToolStripButton
bindingNavigatorPositionItem System.Windows.Forms.ToolStripTextBox
bindingNavigatorSeparator System.Windows.Forms.ToolStripSeparator
bindingNavigatorSeparator1 System.Windows.Forms.ToolStripSeparator
bindingNavigatorSeparator2 System.Windows.Forms.ToolStripSeparator

Public Methods

Method Description
DataGridViewDialog ( ) : System

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.

bindingNavigatorDeleteItem_Click ( object sender, EventArgs e ) : void

Method Details

DataGridViewDialog() public method

public DataGridViewDialog ( ) : System
return System

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

bindingNavigator1 public_oe property

public System.Windows.Forms.BindingNavigator bindingNavigator1
return System.Windows.Forms.BindingNavigator

bindingNavigatorAddNewItem public_oe property

public System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem
return System.Windows.Forms.ToolStripButton

bindingNavigatorCountItem public_oe property

public System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem
return System.Windows.Forms.ToolStripLabel

bindingNavigatorDeleteItem public_oe property

public System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem
return System.Windows.Forms.ToolStripButton

bindingNavigatorMoveFirstItem public_oe property

public System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem
return System.Windows.Forms.ToolStripButton

bindingNavigatorMoveLastItem public_oe property

public System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem
return System.Windows.Forms.ToolStripButton

bindingNavigatorMoveNextItem public_oe property

public System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem
return System.Windows.Forms.ToolStripButton

bindingNavigatorMovePreviousItem public_oe property

public System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem
return System.Windows.Forms.ToolStripButton

bindingNavigatorPositionItem public_oe property

public System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem
return System.Windows.Forms.ToolStripTextBox

bindingNavigatorSeparator public_oe property

public System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator
return System.Windows.Forms.ToolStripSeparator

bindingNavigatorSeparator1 public_oe property

public System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1
return System.Windows.Forms.ToolStripSeparator

bindingNavigatorSeparator2 public_oe property

public System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2
return System.Windows.Forms.ToolStripSeparator