C# 클래스 HYPDM.WinUI.DrawingDocument.DrawRegForm

파일 보기 프로젝트 열기: huayancreate/HYPDM 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
IsWFViewDetail Boolean
closed int
valueChanged bool

공개 메소드들

메소드 설명
DrawRegForm ( ) : System
DrawRegForm ( Boolean isWFViewDetail ) : System
SaveDocment ( ) : void

保存文档基本属性

보호된 메소드들

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

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void

비공개 메소드들

메소드 설명
BindFileTreeData ( TreeGridView tgv, DataType fileType ) : void
BindTreeData ( ) : void

CheckInFile ( TreeGridView tgv, DataType fileType ) : void

checkin文件

CheckOut ( TreeGridView tgv, DataType fileType ) : void

检出文件

CheckOutCancel ( TreeGridView tgv, DataType fileType ) : void

取消检出

DocRegForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
DocRegForm_Load ( object sender, EventArgs e ) : void
InitDocumentInfo ( ) : void
InitialObjectRelation ( ) : void

初始化文档关联的对象信息

InitializeComponent ( ) : void

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

RegFile ( DataType fileType ) : void

查看文件

工艺文件注册

删除文件

检入

检出

物理文件注册

SaveCheck ( ) : Boolean

保存前的输入check

UpdateExtProperties ( ) : void
VersionSave ( string type, DOC_FILE_LIST doc ) : void

版本历史记录保存

ViewFile ( TreeGridView tgv, DataType fileType ) : void

查看文件

btnAddProperties_Click ( object sender, EventArgs e ) : void
btnAddRelation_Click ( object sender, EventArgs e ) : void

新建关联

btnDelRelation_Click ( object sender, EventArgs e ) : void

删除关联

btnDocAdd_Click ( object sender, EventArgs e ) : void
btnHalfProduct_Click ( object sender, EventArgs e ) : void

半成品、原材料、工艺装备

btnMaterial_Click ( object sender, EventArgs e ) : void
btnProduct_Click ( object sender, EventArgs e ) : void
delFile ( TreeGridView tgv, DataType fileType ) : void

删除文件

dgv_ProRecord_DoubleClick ( object sender, EventArgs e ) : void
downLoadFile ( TreeGridView tgv, DataType fileType ) : void

文件下载

menuCadCancelCheckOut_Click ( object sender, EventArgs e ) : void
menuCadCheckIn_Click ( object sender, EventArgs e ) : void
menuCadCheckOut_Click ( object sender, EventArgs e ) : void
menuCadDownLoad_Click ( object sender, EventArgs e ) : void
menuCadFileDelete_Click ( object sender, EventArgs e ) : void
menuCadView_Click ( object sender, EventArgs e ) : void
tabProRecord_Init ( ) : void
toolProRecordEdit_Click ( object sender, EventArgs e ) : void
tspBtnQuery_Click ( object sender, EventArgs e ) : void
tspCadDownLoad_Click ( object sender, EventArgs e ) : void
tspDownLoad_Click ( object sender, EventArgs e ) : void

文件下载

tspRegPhysicCad_Click ( object sender, EventArgs 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

DrawRegForm() 공개 메소드

public DrawRegForm ( ) : System
리턴 System

DrawRegForm() 공개 메소드

public DrawRegForm ( Boolean isWFViewDetail ) : System
isWFViewDetail Boolean
리턴 System

OnClosing() 보호된 메소드

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

SaveDocment() 공개 메소드

保存文档基本属性
public SaveDocment ( ) : void
리턴 void

프로퍼티 상세

IsWFViewDetail 보호되어 있는 프로퍼티

protected Boolean IsWFViewDetail
리턴 Boolean

closed 보호되어 있는 프로퍼티

protected int closed
리턴 int

valueChanged 보호되어 있는 프로퍼티

protected bool valueChanged
리턴 bool