C# 클래스 YATA.Sett

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

공개 프로퍼티들

프로퍼티 타입 설명
colArrow Color[]
colArrowBut Color[]
colBotBut Color[]
colClose Color[]
colCursor Color[]
colIconResize Color[]
colTopOverlay Color[]

공개 메소드들

메소드 설명
Sett ( ) : System

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
AddButtons ( int amount, int yPos, Color cols, bool enab, int yPosNAME, int RemoveFromX ) : System.Windows.Forms.Button[]
CB_botDraw_SelectedIndexChanged ( object sender, EventArgs e ) : void
CB_topDraw_SelectedIndexChanged ( object sender, EventArgs e ) : void
FORM_Closing ( object sender, FormClosingEventArgs e ) : void
FormResize_end ( object sender, EventArgs e ) : void
HelpPressed ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Sett_Load ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
buttonSaveSett_Click ( object sender, EventArgs e ) : void
cancelButton_Click ( object sender, EventArgs e ) : void
closeForm ( ) : void
colorSelect ( object sender, EventArgs e ) : void
getColors ( ) : void
setColors ( ) : 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

Sett() 공개 메소드

public Sett ( ) : System
리턴 System

프로퍼티 상세

colArrow 공개적으로 프로퍼티

public Color[] colArrow
리턴 Color[]

colArrowBut 공개적으로 프로퍼티

public Color[] colArrowBut
리턴 Color[]

colBotBut 공개적으로 프로퍼티

public Color[] colBotBut
리턴 Color[]

colClose 공개적으로 프로퍼티

public Color[] colClose
리턴 Color[]

colCursor 공개적으로 프로퍼티

public Color[] colCursor
리턴 Color[]

colIconResize 공개적으로 프로퍼티

public Color[] colIconResize
리턴 Color[]

colTopOverlay 공개적으로 프로퍼티

public Color[] colTopOverlay
리턴 Color[]