C# 클래스 AtelierElieScripter.AlchemyItems.Control

Description of AlchemyItemsControl.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: Markliujy/AtelierElieTranslation

공개 메소드들

메소드 설명
Control ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Disposes resources used by the control.

비공개 메소드들

메소드 설명
CustListViewItemSelectionSelectedIndexChanged ( object sender, EventArgs e ) : void

List view's item selected has changed

DisableInputs ( ) : void

Disable inputs

InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

InitializeSelections ( ) : void

Initialize Listview's values

PanelsPaint ( object sender, PaintEventArgs e ) : void

Paint panels

TextBoxDescTransTextChanged ( object sender, EventArgs e ) : void
TextBoxNameTransTextChanged ( object sender, EventArgs e ) : void
TextBoxNotesTextChanged ( object sender, EventArgs e ) : void

메소드 상세

Control() 공개 메소드

public Control ( ) : System
리턴 System

Dispose() 보호된 메소드

Disposes resources used by the control.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void