C# Class YATA.Sett

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: exelix11/YATA-PLUS Class Usage Examples

Public Properties

Property Type Description
colArrow Color[]
colArrowBut Color[]
colBotBut Color[]
colClose Color[]
colCursor Color[]
colIconResize Color[]
colTopOverlay Color[]

Public Methods

Method Description
Sett ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Sett() public method

public Sett ( ) : System
return System

Property Details

colArrow public_oe property

public Color[] colArrow
return Color[]

colArrowBut public_oe property

public Color[] colArrowBut
return Color[]

colBotBut public_oe property

public Color[] colBotBut
return Color[]

colClose public_oe property

public Color[] colClose
return Color[]

colCursor public_oe property

public Color[] colCursor
return Color[]

colIconResize public_oe property

public Color[] colIconResize
return Color[]

colTopOverlay public_oe property

public Color[] colTopOverlay
return Color[]