C# Class BitrixAQA.OptionsForm

Mostrar archivo Open project: BitrixQA/BitrixAQA Class Usage Examples

Public Properties

Property Type Description
bSelectPathToFfExe System.Windows.Forms.Button
bSelectPathToFfProfile System.Windows.Forms.Button
form OptionsForm
tbConString_mysql System.Windows.Forms.TextBox
tbConString_mysql_port System.Windows.Forms.TextBox
tbPathBB_mysql System.Windows.Forms.TextBox
tbPathToFfExe System.Windows.Forms.TextBox
tbPathToFfProfile System.Windows.Forms.TextBox
tbURL_BB_mysql System.Windows.Forms.TextBox
tb_usr_Admin_Ava System.Windows.Forms.TextBox
tb_usr_Admin_Email System.Windows.Forms.TextBox
tb_usr_Admin_LastName System.Windows.Forms.TextBox
tb_usr_Admin_Login System.Windows.Forms.TextBox
tb_usr_Admin_Name System.Windows.Forms.TextBox
tb_usr_Admin_Password System.Windows.Forms.TextBox
tb_usr_Intra1_Ava System.Windows.Forms.TextBox
tb_usr_Intra1_Email System.Windows.Forms.TextBox
tb_usr_Intra1_LastName System.Windows.Forms.TextBox
tb_usr_Intra1_Login System.Windows.Forms.TextBox
tb_usr_Intra1_Name System.Windows.Forms.TextBox
tb_usr_Intra1_Password System.Windows.Forms.TextBox
tb_usr_Intra2_Ava System.Windows.Forms.TextBox
tb_usr_Intra2_Email System.Windows.Forms.TextBox
tb_usr_Intra2_LastName System.Windows.Forms.TextBox
tb_usr_Intra2_Login System.Windows.Forms.TextBox
tb_usr_Intra2_Name System.Windows.Forms.TextBox
tb_usr_Intra2_Password System.Windows.Forms.TextBox

Public Methods

Method Description
OptionsForm ( ) : System

Форма настроек

PasteTextToTextBox ( TextBox tb ) : void

Метод вставляет в передаваемый текстбокс выбранную в файловом диалоге папку в формате "D:\BX\PHP5.UTF\wwwSOLUTIONS_mysql\"

PasteTextToTextBoxFile ( TextBox tb ) : void

Метод вставляет в передаваемый текстбокс выбранную в файловом диалоге папку в формате "D:\BX\PHP5.UTF\wwwSOLUTIONS_mysql\"

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

OptionsForm_Load ( object sender, EventArgs e ) : void
bAcceptOptions_Click ( object sender, EventArgs e ) : void
bCancelOptions_Click ( object sender, EventArgs e ) : void
bSaveOptions_Click ( object sender, EventArgs e ) : void
bSelectMySQLPath_bb_Click ( object sender, EventArgs e ) : void
bSelectPathToFfExe_Click ( object sender, EventArgs e ) : void
bSelectPathToFfProfile_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OptionsForm() public method

Форма настроек
public OptionsForm ( ) : System
return System

PasteTextToTextBox() public method

Метод вставляет в передаваемый текстбокс выбранную в файловом диалоге папку в формате "D:\BX\PHP5.UTF\wwwSOLUTIONS_mysql\"
public PasteTextToTextBox ( TextBox tb ) : void
tb TextBox имя текстбокса
return void

PasteTextToTextBoxFile() public method

Метод вставляет в передаваемый текстбокс выбранную в файловом диалоге папку в формате "D:\BX\PHP5.UTF\wwwSOLUTIONS_mysql\"
public PasteTextToTextBoxFile ( TextBox tb ) : void
tb TextBox имя текстбокса
return void

Property Details

bSelectPathToFfExe public_oe property

Кнопка выбора пути до firefox.exe
public System.Windows.Forms.Button bSelectPathToFfExe
return System.Windows.Forms.Button

bSelectPathToFfProfile public_oe property

Кнопка выбора пути до профиля Firefox
public System.Windows.Forms.Button bSelectPathToFfProfile
return System.Windows.Forms.Button

form public_oe static_oe property

Форма настроек
public static OptionsForm,BitrixAQA form
return OptionsForm

tbConString_mysql public_oe property

Строка подключения к БД mysql
public System.Windows.Forms.TextBox tbConString_mysql
return System.Windows.Forms.TextBox

tbConString_mysql_port public_oe property

Поле порта для подключения к БД mysql
public System.Windows.Forms.TextBox tbConString_mysql_port
return System.Windows.Forms.TextBox

tbPathBB_mysql public_oe property

Путь к установке на диске
public System.Windows.Forms.TextBox tbPathBB_mysql
return System.Windows.Forms.TextBox

tbPathToFfExe public_oe property

Путь к firefox.exe
public System.Windows.Forms.TextBox tbPathToFfExe
return System.Windows.Forms.TextBox

tbPathToFfProfile public_oe property

Путь к профилю Firefox
public System.Windows.Forms.TextBox tbPathToFfProfile
return System.Windows.Forms.TextBox

tbURL_BB_mysql public_oe property

Урл установки
public System.Windows.Forms.TextBox tbURL_BB_mysql
return System.Windows.Forms.TextBox

tb_usr_Admin_Ava public_oe property

Поле автара админа
public System.Windows.Forms.TextBox tb_usr_Admin_Ava
return System.Windows.Forms.TextBox

tb_usr_Admin_Email public_oe property

Поле почты админа
public System.Windows.Forms.TextBox tb_usr_Admin_Email
return System.Windows.Forms.TextBox

tb_usr_Admin_LastName public_oe property

Поле фамилии админа
public System.Windows.Forms.TextBox tb_usr_Admin_LastName
return System.Windows.Forms.TextBox

tb_usr_Admin_Login public_oe property

Поле логина админа
public System.Windows.Forms.TextBox tb_usr_Admin_Login
return System.Windows.Forms.TextBox

tb_usr_Admin_Name public_oe property

Поле имени админа
public System.Windows.Forms.TextBox tb_usr_Admin_Name
return System.Windows.Forms.TextBox

tb_usr_Admin_Password public_oe property

Поле пароля админа
public System.Windows.Forms.TextBox tb_usr_Admin_Password
return System.Windows.Forms.TextBox

tb_usr_Intra1_Ava public_oe property

Поле аватара польязователя 1
public System.Windows.Forms.TextBox tb_usr_Intra1_Ava
return System.Windows.Forms.TextBox

tb_usr_Intra1_Email public_oe property

Поле почты пользователя 1
public System.Windows.Forms.TextBox tb_usr_Intra1_Email
return System.Windows.Forms.TextBox

tb_usr_Intra1_LastName public_oe property

Поле фамилии пользователя 1
public System.Windows.Forms.TextBox tb_usr_Intra1_LastName
return System.Windows.Forms.TextBox

tb_usr_Intra1_Login public_oe property

Поле логина пользователя 1
public System.Windows.Forms.TextBox tb_usr_Intra1_Login
return System.Windows.Forms.TextBox

tb_usr_Intra1_Name public_oe property

Поле имения пользователя 1
public System.Windows.Forms.TextBox tb_usr_Intra1_Name
return System.Windows.Forms.TextBox

tb_usr_Intra1_Password public_oe property

Поле пароля пользователя 1
public System.Windows.Forms.TextBox tb_usr_Intra1_Password
return System.Windows.Forms.TextBox

tb_usr_Intra2_Ava public_oe property

Поле автара пользователя 2
public System.Windows.Forms.TextBox tb_usr_Intra2_Ava
return System.Windows.Forms.TextBox

tb_usr_Intra2_Email public_oe property

Поле почты пользователя 2
public System.Windows.Forms.TextBox tb_usr_Intra2_Email
return System.Windows.Forms.TextBox

tb_usr_Intra2_LastName public_oe property

Поле фамилии пользователя 2
public System.Windows.Forms.TextBox tb_usr_Intra2_LastName
return System.Windows.Forms.TextBox

tb_usr_Intra2_Login public_oe property

Поле логина пользователя 2
public System.Windows.Forms.TextBox tb_usr_Intra2_Login
return System.Windows.Forms.TextBox

tb_usr_Intra2_Name public_oe property

Поле имени пользователя 2
public System.Windows.Forms.TextBox tb_usr_Intra2_Name
return System.Windows.Forms.TextBox

tb_usr_Intra2_Password public_oe property

Поле пароля пользователя 2
public System.Windows.Forms.TextBox tb_usr_Intra2_Password
return System.Windows.Forms.TextBox