C# Class BKI_DichVuMatDat.WinFormControls

Datei anzeigen Open project: assassinadal/BKIProject-DichVuMatDat

Public Methods

Method 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

Method 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 method

public static CreateRowSubMenu ( GridView view, int rowHandle ) : DXMenuItem
view GridView
rowHandle int
return DXMenuItem

FormatPostingDate() public static method

public static FormatPostingDate ( string txtdate ) : System.DateTime
txtdate string
return System.DateTime

WinFormControls() public method

public WinFormControls ( ) : System
return System

allowDragControl() public static method

public static allowDragControl ( Control ip_c ) : void
ip_c System.Windows.Forms.Control
return void

load_xls_to_data_table() public static method

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
return void

load_xls_to_gridview() public static method

public static load_xls_to_gridview ( string ip_str_path, DevExpress ip_grc ) : void
ip_str_path string
ip_grc DevExpress
return void

load_xls_to_gridview_v2() public static method

public static load_xls_to_gridview_v2 ( string ip_str_path, DevExpress ip_grc ) : void
ip_str_path string
ip_grc DevExpress
return void

load_xls_to_gridview_v3() public static method

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
return void

m_grv_PopupMenuShowing() public static method

public static m_grv_PopupMenuShowing ( object sender, PopupMenuShowingEventArgs e ) : void
sender object
e PopupMenuShowingEventArgs
return void

openFileDialog() public static method

public static openFileDialog ( ) : string
return string

openTemplate() public static method

public static openTemplate ( string ip_file_name ) : void
ip_file_name string
return void

openTemplate_v2() public static method

public static openTemplate_v2 ( string ip_file_name ) : void
ip_file_name string
return void

saveFileDialog() public static method

public static saveFileDialog ( string ip_file_name ) : string
ip_file_name string
return string