C# 클래스 HYPDM.WinUI.AddObjectParams.FrmQuery

파일 보기 프로젝트 열기: huayancreate/HYPDM

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
FrmQuery ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

FrmQuery() 공개 메소드

public FrmQuery ( ) : System
리턴 System

프로퍼티 상세

MASTER_TABLE_NAME 공개적으로 프로퍼티

public System.Windows.Forms.DataGridViewTextBoxColumn MASTER_TABLE_NAME
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

PARAMS_DATA_TYPE 공개적으로 프로퍼티

public System.Windows.Forms.DataGridViewTextBoxColumn PARAMS_DATA_TYPE
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

PARAMS_NAME 공개적으로 프로퍼티

public System.Windows.Forms.DataGridViewTextBoxColumn PARAMS_NAME
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

TARGET_COLNAME 공개적으로 프로퍼티

public System.Windows.Forms.DataGridViewTextBoxColumn TARGET_COLNAME
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

btnExtandAdvanceQuery 공개적으로 프로퍼티

public System.Windows.Forms.Button btnExtandAdvanceQuery
리턴 System.Windows.Forms.Button

dgvExtandCols 공개적으로 프로퍼티

public BaseControl.DataGridViewExt dgvExtandCols
리턴 BaseControl.DataGridViewExt

operation 공개적으로 프로퍼티

public System.Windows.Forms.DataGridViewComboBoxColumn operation
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

panel3 공개적으로 프로퍼티

public System.Windows.Forms.Panel panel3
리턴 System.Windows.Forms.Panel

pnl 공개적으로 프로퍼티

public System.Windows.Forms.Panel pnl
리턴 System.Windows.Forms.Panel

pnlQueryAdvanceParams 공개적으로 프로퍼티

public System.Windows.Forms.Panel pnlQueryAdvanceParams
리턴 System.Windows.Forms.Panel

splitmain 공개적으로 프로퍼티

public System.Windows.Forms.SplitContainer splitmain
리턴 System.Windows.Forms.SplitContainer

val1 공개적으로 프로퍼티

public System.Windows.Forms.DataGridViewTextBoxColumn val1
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

val2 공개적으로 프로퍼티

public System.Windows.Forms.DataGridViewTextBoxColumn val2
리턴 System.Windows.Forms.DataGridViewTextBoxColumn