C# Class BKI_DichVuMatDat.WinFormControls

Afficher le fichier Open project: assassinadal/BKIProject-DichVuMatDat

Méthodes publiques

Méthode Description
CreateRowSubMenu ( GridView view, int rowHandle ) : DXMenuItem
FormatPostingDate ( string txtdate ) : System.DateTime
WinFormControls ( ) : System
allowDragControl ( Control ip_c ) : void
load_xls_to_data_table ( string ip_str_path, DataTable &ip_dt_src ) : void
load_xls_to_gridview ( string ip_str_path, DevExpress ip_grc ) : void
load_xls_to_gridview_v2 ( string ip_str_path, DevExpress ip_grc ) : void
load_xls_to_gridview_v3 ( string ip_str_path, DevExpress ip_grc, string ip_name_sheet_import ) : void
m_grv_PopupMenuShowing ( object sender, PopupMenuShowingEventArgs e ) : void
openFileDialog ( ) : string
openTemplate ( string ip_file_name ) : void
openTemplate_v2 ( string ip_file_name ) : void
saveFileDialog ( string ip_file_name ) : string

Private Methods

Méthode Description
ExportDOCClick ( object sender, EventArgs e ) : void
ExportHTMLClick ( object sender, EventArgs e ) : void
ExportPDFClick ( object sender, EventArgs e ) : void
ExportXLSClick ( object sender, EventArgs e ) : void
c_MouseDown ( object sender, MouseEventArgs e ) : void
c_MouseMove ( object sender, MouseEventArgs e ) : void
c_MouseUp ( object sender, MouseEventArgs e ) : void
format_data_header ( DataTable dt ) : void

Method Details

CreateRowSubMenu() public static méthode

public static CreateRowSubMenu ( GridView view, int rowHandle ) : DXMenuItem
view GridView
rowHandle int
Résultat DXMenuItem

FormatPostingDate() public static méthode

public static FormatPostingDate ( string txtdate ) : System.DateTime
txtdate string
Résultat System.DateTime

WinFormControls() public méthode

public WinFormControls ( ) : System
Résultat System

allowDragControl() public static méthode

public static allowDragControl ( Control ip_c ) : void
ip_c System.Windows.Forms.Control
Résultat void

load_xls_to_data_table() public static méthode

public static load_xls_to_data_table ( string ip_str_path, DataTable &ip_dt_src ) : void
ip_str_path string
ip_dt_src System.Data.DataTable
Résultat void

load_xls_to_gridview() public static méthode

public static load_xls_to_gridview ( string ip_str_path, DevExpress ip_grc ) : void
ip_str_path string
ip_grc DevExpress
Résultat void

load_xls_to_gridview_v2() public static méthode

public static load_xls_to_gridview_v2 ( string ip_str_path, DevExpress ip_grc ) : void
ip_str_path string
ip_grc DevExpress
Résultat void

load_xls_to_gridview_v3() public static méthode

public static load_xls_to_gridview_v3 ( string ip_str_path, DevExpress ip_grc, string ip_name_sheet_import ) : void
ip_str_path string
ip_grc DevExpress
ip_name_sheet_import string
Résultat void

m_grv_PopupMenuShowing() public static méthode

public static m_grv_PopupMenuShowing ( object sender, PopupMenuShowingEventArgs e ) : void
sender object
e PopupMenuShowingEventArgs
Résultat void

openFileDialog() public static méthode

public static openFileDialog ( ) : string
Résultat string

openTemplate() public static méthode

public static openTemplate ( string ip_file_name ) : void
ip_file_name string
Résultat void

openTemplate_v2() public static méthode

public static openTemplate_v2 ( string ip_file_name ) : void
ip_file_name string
Résultat void

saveFileDialog() public static méthode

public static saveFileDialog ( string ip_file_name ) : string
ip_file_name string
Résultat string