C# Класс CustomRulesPageCS.frmReductionLink

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

Открытые свойства

Свойство Тип Описание
cboReduce System.Windows.Forms.ComboBox
chkUsePort System.Windows.Forms.CheckBox
lblDescription System.Windows.Forms.Label
lblReduce System.Windows.Forms.Label
txtDescription System.Windows.Forms.TextBox

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

Метод Описание
frmReductionLink ( ) : System

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

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

Clean up any resources being used.

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

Метод Описание
Changed ( object sender, System e ) : void
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

frmReductionLink() публичный Метод

public frmReductionLink ( ) : System
Результат System

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

cboReduce публичное свойство

public System.Windows.Forms.ComboBox cboReduce
Результат System.Windows.Forms.ComboBox

chkUsePort публичное свойство

public System.Windows.Forms.CheckBox chkUsePort
Результат System.Windows.Forms.CheckBox

lblDescription публичное свойство

public System.Windows.Forms.Label lblDescription
Результат System.Windows.Forms.Label

lblReduce публичное свойство

public System.Windows.Forms.Label lblReduce
Результат System.Windows.Forms.Label

txtDescription публичное свойство

public System.Windows.Forms.TextBox txtDescription
Результат System.Windows.Forms.TextBox