C# Класс FdoToolbox.Express.Controls.ConnectRdbmsCtl

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

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

Свойство Тип Описание
lblConfig System.Windows.Forms.Label
lblConnectionName System.Windows.Forms.Label
lblDataStore System.Windows.Forms.Label
lblPassword System.Windows.Forms.Label
lblService System.Windows.Forms.Label
lblUsername System.Windows.Forms.Label

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

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

btnBrowse_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnConnect_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void

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

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

public ConnectRdbmsCtl ( ) : 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

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

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

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

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

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

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

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

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

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

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

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

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

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