C# Класс ATMLCommonLibrary.forms.ATMLForm

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
btnCancel System.Windows.Forms.Button
btnOk System.Windows.Forms.Button
lblDenoteRequiredField System.Windows.Forms.Label
panel1 System.Windows.Forms.Panel

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Описание свойств

btnCancel защищенное свойство

protected System.Windows.Forms.Button btnCancel
Результат System.Windows.Forms.Button

btnOk защищенное свойство

protected System.Windows.Forms.Button btnOk
Результат System.Windows.Forms.Button

lblDenoteRequiredField защищенное свойство

protected System.Windows.Forms.Label lblDenoteRequiredField
Результат System.Windows.Forms.Label

panel1 защищенное свойство

protected System.Windows.Forms.Panel panel1
Результат System.Windows.Forms.Panel