C# 클래스 Case.ViewCreator.form_Main

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: WeConnect/case-apps 1 사용 예제들

공개 메소드들

메소드 설명
form_Main ( ExternalCommandData p_commandData ) : System

Constructor

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
ButtonHelp_Click ( object sender, EventArgs e ) : void

Help Button

InitializeComponent ( ) : void

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

SelectDeselectAll ( bool bSelected ) : void

Function to Select-Deselect all elements in list

btnCancel_Click ( object sender, EventArgs e ) : void

Cancel Button

btnCreate_Click ( object sender, EventArgs e ) : void

Commit View Creations

checkBoxAll_CheckedChanged ( object sender, EventArgs e ) : void

Bind Select-Deselect function to check box

makeViews ( System.Windows.Forms.Document doc ) : bool

Main function to create all views

populateCheckListBox ( System.Windows.Forms.Document doc ) : void

Populate the checked list box with all views in current document

populateViewDiscipline ( ) : void

Populate the View Disciplines

populateViewType ( ) : void

Populate the View types

메소드 상세

Dispose() 보호된 메소드

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

form_Main() 공개 메소드

Constructor
public form_Main ( ExternalCommandData p_commandData ) : System
p_commandData ExternalCommandData
리턴 System