C# Класс Battle_Script_Pro.Form5

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
btnFind System.Windows.Forms.Button
btnReplace System.Windows.Forms.Button
btnReplaceAll System.Windows.Forms.Button
txtReplace System.Windows.Forms.TextBox
txtSearch System.Windows.Forms.TextBox

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

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

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

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

public Form5 ( ) : System
Результат System

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

btnFind публичное свойство

public System.Windows.Forms.Button btnFind
Результат System.Windows.Forms.Button

btnReplace публичное свойство

public System.Windows.Forms.Button btnReplace
Результат System.Windows.Forms.Button

btnReplaceAll публичное свойство

public System.Windows.Forms.Button btnReplaceAll
Результат System.Windows.Forms.Button

txtReplace публичное свойство

public System.Windows.Forms.TextBox txtReplace
Результат System.Windows.Forms.TextBox

txtSearch публичное свойство

public System.Windows.Forms.TextBox txtSearch
Результат System.Windows.Forms.TextBox