C# 클래스 SIL.ObjectBrowser.OptionsDlg

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

공개 메소드들

메소드 설명
OptionsDlg ( ) : System

Initializes a new instance of the OptionsDlg class.

OptionsDlg ( Color clr ) : System

Initializes a new instance of the OptionsDlg class.

비공개 메소드들

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

Handles the Click event of the btnCancel control.

btnColor_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnColor control.

btnOK_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnOK control.

chkShade_CheckedChanged ( object sender, EventArgs e ) : void

Handles the CheckedChanged event of the chkShade control.

clrPicker_ColorPicked ( object sender, Color clrPicked ) : void

Handles the user clicking on a color in the color picker.

lblSample_Paint ( object sender, PaintEventArgs e ) : void

Handles the Paint event of the lblSample control.

txtRGB_KeyPress ( object sender, KeyPressEventArgs e ) : void

Handles the KeyPress event of the txtRGB control.

txtRGB_Validated ( object sender, EventArgs e ) : void

Handles the Validated event of the txtRGB control.

메소드 상세

OptionsDlg() 공개 메소드

Initializes a new instance of the OptionsDlg class.
public OptionsDlg ( ) : System
리턴 System

OptionsDlg() 공개 메소드

Initializes a new instance of the OptionsDlg class.
public OptionsDlg ( Color clr ) : System
clr Color
리턴 System