프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_document | |||
btnAddGUID | |||
edtControlNumber | ATMLCommonLibrary.controls.awb.AWBTextBox | ||
edtDescription | AWBTextBox | ||
edtDocumentName | ATMLCommonLibrary.controls.awb.AWBTextBox | ||
edtItem | |||
edtUUID | ATMLCommonLibrary.controls.awb.AWBTextBox | ||
edtVersion | ATMLCommonLibrary.controls.awb.AWBTextBox | ||
errorProvider | System.Windows.Forms.ErrorProvider | ||
helpLabel1 | HelpLabel | ||
lblControlNumber | ATMLCommonLibrary.controls.HelpLabel | ||
lblItem | ATMLCommonLibrary.controls.HelpLabel | ||
lblName | ATMLCommonLibrary.controls.HelpLabel | ||
lblUUID | ATMLCommonLibrary.controls.HelpLabel | ||
lblVersion | ATMLCommonLibrary.controls.HelpLabel | ||
rbText | System.Windows.Forms.RadioButton | ||
rbURL | System.Windows.Forms.RadioButton |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DocumentControl_DocumentSaved | void | ||
InitializeComponent | void | ||
btnAddGUID_Click | void | ||
btnCollapseAll_Click | void | ||
btnExpandAll_Click | void | ||
edtDocumentName_TextChanged | void | ||
edtItem_TextChanged | void | ||
rbText_CheckedChanged | void | ||
rbURL_CheckedChanged | void |
메소드 | 설명 | |
---|---|---|
DocumentControl ( ) : System | ||
EditDocumentObject ( ) : void | ||
IsDirty ( ) : bool | ||
Ok2Validate ( ) : bool | ||
SaveDocument ( ) : void | ||
UpdateContent ( string content ) : void |
메소드 | 설명 | |
---|---|---|
ControlsToData ( ) : void | ||
DataToControls ( ) : void | ||
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnDocumentChanged ( |
메소드 | 설명 | |
---|---|---|
DocumentControl_DocumentSaved ( |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnAddGUID_Click ( object sender, EventArgs e ) : void | ||
btnCollapseAll_Click ( object sender, EventArgs e ) : void | ||
btnExpandAll_Click ( object sender, EventArgs e ) : void | ||
edtDocumentName_TextChanged ( object sender, EventArgs e ) : void | ||
edtItem_TextChanged ( object sender, EventArgs e ) : void | ||
rbText_CheckedChanged ( object sender, EventArgs e ) : void | ||
rbURL_CheckedChanged ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
protected OnDocumentChanged ( |
||
document | ||
isDirty | bool | |
리턴 | void |
protected Document,ATMLModelLibrary.model.common _document | ||
리턴 |
protected AWBButton,ATMLCommonLibrary.controls.awb btnAddGUID | ||
리턴 |
protected AWBTextBox,ATMLCommonLibrary.controls.awb edtControlNumber | ||
리턴 | ATMLCommonLibrary.controls.awb.AWBTextBox |
protected AWBTextBox,ATMLCommonLibrary.controls.awb edtDocumentName | ||
리턴 | ATMLCommonLibrary.controls.awb.AWBTextBox |
protected AWBEditor,ATMLCommonLibrary.controls.awb edtItem | ||
리턴 |
protected AWBTextBox,ATMLCommonLibrary.controls.awb edtUUID | ||
리턴 | ATMLCommonLibrary.controls.awb.AWBTextBox |
protected AWBTextBox,ATMLCommonLibrary.controls.awb edtVersion | ||
리턴 | ATMLCommonLibrary.controls.awb.AWBTextBox |
protected System.Windows.Forms.ErrorProvider errorProvider | ||
리턴 | System.Windows.Forms.ErrorProvider |
protected ATMLCommonLibrary.controls.HelpLabel lblControlNumber | ||
리턴 | ATMLCommonLibrary.controls.HelpLabel |
protected ATMLCommonLibrary.controls.HelpLabel lblItem | ||
리턴 | ATMLCommonLibrary.controls.HelpLabel |
protected ATMLCommonLibrary.controls.HelpLabel lblName | ||
리턴 | ATMLCommonLibrary.controls.HelpLabel |
protected ATMLCommonLibrary.controls.HelpLabel lblUUID | ||
리턴 | ATMLCommonLibrary.controls.HelpLabel |
protected ATMLCommonLibrary.controls.HelpLabel lblVersion | ||
리턴 | ATMLCommonLibrary.controls.HelpLabel |
protected System.Windows.Forms.RadioButton rbText | ||
리턴 | System.Windows.Forms.RadioButton |