C# 클래스 BitrixAQA.OptionsForm

파일 보기 프로젝트 열기: BitrixQA/BitrixAQA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
OptionsForm ( ) : System

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

PasteTextToTextBox ( TextBox tb ) : void

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

PasteTextToTextBoxFile ( TextBox tb ) : void

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

보호된 메소드들

메소드 설명
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.

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

메소드 상세

Dispose() 보호된 메소드

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

OptionsForm() 공개 메소드

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

PasteTextToTextBox() 공개 메소드

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

PasteTextToTextBoxFile() 공개 메소드

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

프로퍼티 상세

bSelectPathToFfExe 공개적으로 프로퍼티

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

bSelectPathToFfProfile 공개적으로 프로퍼티

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

form 공개적으로 정적으로 프로퍼티

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

tbConString_mysql 공개적으로 프로퍼티

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

tbConString_mysql_port 공개적으로 프로퍼티

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

tbPathBB_mysql 공개적으로 프로퍼티

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

tbPathToFfExe 공개적으로 프로퍼티

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

tbPathToFfProfile 공개적으로 프로퍼티

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

tbURL_BB_mysql 공개적으로 프로퍼티

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

tb_usr_Admin_Ava 공개적으로 프로퍼티

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

tb_usr_Admin_Email 공개적으로 프로퍼티

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

tb_usr_Admin_LastName 공개적으로 프로퍼티

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

tb_usr_Admin_Login 공개적으로 프로퍼티

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

tb_usr_Admin_Name 공개적으로 프로퍼티

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

tb_usr_Admin_Password 공개적으로 프로퍼티

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

tb_usr_Intra1_Ava 공개적으로 프로퍼티

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

tb_usr_Intra1_Email 공개적으로 프로퍼티

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

tb_usr_Intra1_LastName 공개적으로 프로퍼티

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

tb_usr_Intra1_Login 공개적으로 프로퍼티

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

tb_usr_Intra1_Name 공개적으로 프로퍼티

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

tb_usr_Intra1_Password 공개적으로 프로퍼티

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

tb_usr_Intra2_Ava 공개적으로 프로퍼티

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

tb_usr_Intra2_Email 공개적으로 프로퍼티

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

tb_usr_Intra2_LastName 공개적으로 프로퍼티

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

tb_usr_Intra2_Login 공개적으로 프로퍼티

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

tb_usr_Intra2_Name 공개적으로 프로퍼티

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

tb_usr_Intra2_Password 공개적으로 프로퍼티

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