C# Class HYPDM.WinUI.AddObjectParams.FrmAdvanceQuery

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: huayancreate/HYPDM

Public Properties

Property Type Description
MASTER_TABLE_NAME System.Windows.Forms.DataGridViewTextBoxColumn
PARAMS_DATA_TYPE System.Windows.Forms.DataGridViewTextBoxColumn
PARAMS_NAME System.Windows.Forms.DataGridViewTextBoxColumn
TARGET_COLNAME System.Windows.Forms.DataGridViewTextBoxColumn
btnExtandAdvanceQuery System.Windows.Forms.Button
dgvExtandCols BaseControl.DataGridViewExt
operation System.Windows.Forms.DataGridViewComboBoxColumn
panel3 System.Windows.Forms.Panel
pnl System.Windows.Forms.Panel
pnlQueryAdvanceParams System.Windows.Forms.Panel
splitmain System.Windows.Forms.SplitContainer
val1 System.Windows.Forms.DataGridViewTextBoxColumn
val2 System.Windows.Forms.DataGridViewTextBoxColumn

Public Methods

Method Description
FrmAdvanceQuery ( ) : System

FrmAdvanceQuery ( string masteTblName ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GetQueryString ( ) : string

遍历集合组成查询字符串

Initial ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnExtandAdvanceQuery_Click ( object sender, EventArgs e ) : void
dgvExtandCols_CellEndEdit ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void

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

FrmAdvanceQuery() public method

public FrmAdvanceQuery ( ) : System
return System

FrmAdvanceQuery() public method

public FrmAdvanceQuery ( string masteTblName ) : System
masteTblName string
return System

Property Details

MASTER_TABLE_NAME public_oe property

public System.Windows.Forms.DataGridViewTextBoxColumn MASTER_TABLE_NAME
return System.Windows.Forms.DataGridViewTextBoxColumn

PARAMS_DATA_TYPE public_oe property

public System.Windows.Forms.DataGridViewTextBoxColumn PARAMS_DATA_TYPE
return System.Windows.Forms.DataGridViewTextBoxColumn

PARAMS_NAME public_oe property

public System.Windows.Forms.DataGridViewTextBoxColumn PARAMS_NAME
return System.Windows.Forms.DataGridViewTextBoxColumn

TARGET_COLNAME public_oe property

public System.Windows.Forms.DataGridViewTextBoxColumn TARGET_COLNAME
return System.Windows.Forms.DataGridViewTextBoxColumn

btnExtandAdvanceQuery public_oe property

public System.Windows.Forms.Button btnExtandAdvanceQuery
return System.Windows.Forms.Button

dgvExtandCols public_oe property

public BaseControl.DataGridViewExt dgvExtandCols
return BaseControl.DataGridViewExt

operation public_oe property

public System.Windows.Forms.DataGridViewComboBoxColumn operation
return System.Windows.Forms.DataGridViewComboBoxColumn

panel3 public_oe property

public System.Windows.Forms.Panel panel3
return System.Windows.Forms.Panel

pnl public_oe property

public System.Windows.Forms.Panel pnl
return System.Windows.Forms.Panel

pnlQueryAdvanceParams public_oe property

public System.Windows.Forms.Panel pnlQueryAdvanceParams
return System.Windows.Forms.Panel

splitmain public_oe property

public System.Windows.Forms.SplitContainer splitmain
return System.Windows.Forms.SplitContainer

val1 public_oe property

public System.Windows.Forms.DataGridViewTextBoxColumn val1
return System.Windows.Forms.DataGridViewTextBoxColumn

val2 public_oe property

public System.Windows.Forms.DataGridViewTextBoxColumn val2
return System.Windows.Forms.DataGridViewTextBoxColumn