C# Класс Case.ViewCreator.form_Main

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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