C# Класс Script_Text_Editor.FormReplace

Наследование: ComponentFactory.Krypton.Toolkit.KryptonForm
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FormReplace ( DataTable dt, DataGridViewEx dgv ) : System

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
FindNext ( int setp ) : void
FormReplace_Activated ( object sender, EventArgs e ) : void
FormReplace_Deactivate ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

kryptonButtonNext_Click ( object sender, EventArgs e ) : void
kryptonButtonPrev_Click ( object sender, EventArgs e ) : void
kryptonButtonReplaceAll_Click ( object sender, EventArgs e ) : void
kryptonButtonReplace_Click ( object sender, EventArgs e ) : void
kryptonTextBoxFind_KeyDown ( object sender, KeyEventArgs e ) : void
kryptonTextBoxFind_KeyPress ( object sender, KeyPressEventArgs e ) : void
kryptonTextBox_TextChanged ( 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

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

public FormReplace ( DataTable dt, DataGridViewEx dgv ) : System
dt System.Data.DataTable
dgv DataGridViewEx
Результат System