C# Класс face_detection_tool.Configuration

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

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

Свойство Тип Описание
io IO

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

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

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

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

button1_Click ( object sender, EventArgs e ) : void

Select Image File Path

button2_Click ( object sender, EventArgs e ) : void

Select Image List File

button3_Click ( object sender, EventArgs e ) : void

Select Detection FR Path

button4_Click ( object sender, EventArgs e ) : void

OK

button5_Click ( object sender, EventArgs e ) : void

Cancel

button6_Click ( object sender, EventArgs e ) : void
button7_Click ( object sender, EventArgs e ) : void
comboBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void

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

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

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

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

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

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

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

public IO,face_detection_tool io
Результат IO