C# 클래스 BitrixAQA.MainForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: BitrixQA/BitrixAQA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cbBrowsers System.Windows.Forms.ComboBox
cbCheckAllComponents System.Windows.Forms.CheckBox
cbCheckAllSite System.Windows.Forms.CheckBox
cbCheckImages1 System.Windows.Forms.CheckBox
cbComponentsCheckPageOnErrors System.Windows.Forms.CheckBox
cbMainTest System.Windows.Forms.CheckBox
cbSaleTest System.Windows.Forms.CheckBox
cbUrlsCheckPageOnErrors System.Windows.Forms.CheckBox
cmbboxDBType System.Windows.Forms.ComboBox
dataGVResult System.Windows.Forms.DataGridView
form MainForm
lblConnStatus System.Windows.Forms.Label
rtextboxConnectionString System.Windows.Forms.RichTextBox
tbCheckComponentsLogin System.Windows.Forms.TextBox
tbCheckComponentsPassword System.Windows.Forms.TextBox
tbCheckOnce System.Windows.Forms.TextBox
tbCheckUrlsLogin System.Windows.Forms.TextBox
tbCheckUrlsPass System.Windows.Forms.TextBox
tbCheckUrlsUrlToCheck System.Windows.Forms.TextBox
tbComponentsCheckPrefix System.Windows.Forms.TextBox
tbLog System.Windows.Forms.RichTextBox

공개 메소드들

메소드 설명
MainForm ( string args = null ) : 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.

bClearLog_Click ( object sender, EventArgs e ) : void
bDo_Click ( object sender, EventArgs e ) : void

Нажатие на кнопку запуска тестов

bOptions_Click ( object sender, EventArgs e ) : void
btnExecute_Click ( object sender, EventArgs e ) : void

Выполнить SQL скрипт

btnSetConnSettings_Click ( object sender, EventArgs e ) : void

Применить кастомные sql настрйоки

cbBrowsers_SelectedValueChanged ( object sender, EventArgs e ) : void
cbCheckUrl1_VisibleChild ( object sender, EventArgs e ) : void

Обработчик видимости зависимых чекбоксов

cmbboxConnType_TextChanged ( object sender, EventArgs e ) : void

Обработчик смены значения комбобокса

cmbboxConnType_TextChanged1 ( object sender, EventArgs e ) : void

Обработчик смены табконтрола. Блокирует\активирует контролы

richTextBox1_LinkClicked ( object sender, System.Windows.Forms.LinkClickedEventArgs e ) : void
rtbLog_LinkClicked ( object sender, System.Windows.Forms.LinkClickedEventArgs e ) : void
tbLog_TextChanged ( object sender, EventArgs e ) : void
tc_TabSelect_Log ( object sender, System.Windows.Forms.TabControlEventArgs 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

MainForm() 공개 메소드

Инициализируем главную форму
public MainForm ( string args = null ) : System
args string аргументы прилдожения
리턴 System

프로퍼티 상세

cbBrowsers 공개적으로 프로퍼티

public System.Windows.Forms.ComboBox cbBrowsers
리턴 System.Windows.Forms.ComboBox

cbCheckAllComponents 공개적으로 프로퍼티

Флаг Проверить все компоненты
public System.Windows.Forms.CheckBox cbCheckAllComponents
리턴 System.Windows.Forms.CheckBox

cbCheckAllSite 공개적으로 프로퍼티

Флаг Проверять весь сайт
public System.Windows.Forms.CheckBox cbCheckAllSite
리턴 System.Windows.Forms.CheckBox

cbCheckImages1 공개적으로 프로퍼티

Флаг проверки картинок
public System.Windows.Forms.CheckBox cbCheckImages1
리턴 System.Windows.Forms.CheckBox

cbComponentsCheckPageOnErrors 공개적으로 프로퍼티

Флаг Проверять страницу на ошибки
public System.Windows.Forms.CheckBox cbComponentsCheckPageOnErrors
리턴 System.Windows.Forms.CheckBox

cbMainTest 공개적으로 프로퍼티

Флаг демо-теста главного модуля
public System.Windows.Forms.CheckBox cbMainTest
리턴 System.Windows.Forms.CheckBox

cbSaleTest 공개적으로 프로퍼티

Флаг демо-теста магазина
public System.Windows.Forms.CheckBox cbSaleTest
리턴 System.Windows.Forms.CheckBox

cbUrlsCheckPageOnErrors 공개적으로 프로퍼티

Флаг проверок страниц на ошибки урлчекером
public System.Windows.Forms.CheckBox cbUrlsCheckPageOnErrors
리턴 System.Windows.Forms.CheckBox

cmbboxDBType 공개적으로 프로퍼티

Селектор типа БД
public System.Windows.Forms.ComboBox cmbboxDBType
리턴 System.Windows.Forms.ComboBox

dataGVResult 공개적으로 프로퍼티

Облать результатов SQL запросов
public System.Windows.Forms.DataGridView dataGVResult
리턴 System.Windows.Forms.DataGridView

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

главная форма
public static MainForm,BitrixAQA form
리턴 MainForm

lblConnStatus 공개적으로 프로퍼티

Область состояния подключения к БД
public System.Windows.Forms.Label lblConnStatus
리턴 System.Windows.Forms.Label

rtextboxConnectionString 공개적으로 프로퍼티

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

tbCheckComponentsLogin 공개적으로 프로퍼티

Поле логина для проверки компонентов
public System.Windows.Forms.TextBox tbCheckComponentsLogin
리턴 System.Windows.Forms.TextBox

tbCheckComponentsPassword 공개적으로 프로퍼티

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

tbCheckOnce 공개적으로 프로퍼티

Поле урлов для одноразовой проверки
public System.Windows.Forms.TextBox tbCheckOnce
리턴 System.Windows.Forms.TextBox

tbCheckUrlsLogin 공개적으로 프로퍼티

Поле логина для урлчекера
public System.Windows.Forms.TextBox tbCheckUrlsLogin
리턴 System.Windows.Forms.TextBox

tbCheckUrlsPass 공개적으로 프로퍼티

Поле пароля для урлчекера
public System.Windows.Forms.TextBox tbCheckUrlsPass
리턴 System.Windows.Forms.TextBox

tbCheckUrlsUrlToCheck 공개적으로 프로퍼티

Поле урлов, проверяемых урлчекером
public System.Windows.Forms.TextBox tbCheckUrlsUrlToCheck
리턴 System.Windows.Forms.TextBox

tbComponentsCheckPrefix 공개적으로 프로퍼티

Поле части имени компонента для проверки
public System.Windows.Forms.TextBox tbComponentsCheckPrefix
리턴 System.Windows.Forms.TextBox

tbLog 공개적으로 프로퍼티

Область лога
public System.Windows.Forms.RichTextBox tbLog
리턴 System.Windows.Forms.RichTextBox