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 |
Method | Description | |
---|---|---|
FrmQuery ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
FrmQuery_Load ( object sender, EventArgs e ) : void | ||
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, DataGridViewCellEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public System.Windows.Forms.DataGridViewTextBoxColumn MASTER_TABLE_NAME | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
public System.Windows.Forms.DataGridViewTextBoxColumn PARAMS_DATA_TYPE | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
public System.Windows.Forms.DataGridViewTextBoxColumn PARAMS_NAME | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
public System.Windows.Forms.DataGridViewTextBoxColumn TARGET_COLNAME | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
public System.Windows.Forms.Button btnExtandAdvanceQuery | ||
return | System.Windows.Forms.Button |
public BaseControl.DataGridViewExt dgvExtandCols | ||
return | BaseControl.DataGridViewExt |
public System.Windows.Forms.DataGridViewComboBoxColumn operation | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
public System.Windows.Forms.Panel panel3 | ||
return | System.Windows.Forms.Panel |
public System.Windows.Forms.Panel pnlQueryAdvanceParams | ||
return | System.Windows.Forms.Panel |
public System.Windows.Forms.SplitContainer splitmain | ||
return | System.Windows.Forms.SplitContainer |
public System.Windows.Forms.DataGridViewTextBoxColumn val1 | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |