ChessApplication.ChessAppOptions Class
Summary description for ChessAppOptions.

Access: Public
Base Classes: Form
  Members Description  
    ValuePawnLabel    
    ValueKnightLabel    
    ValueBishopLabel    
    ValueRookLabel    
    ValueQueenLabel    
    SkinLabel    
    OKBtn    
    CancelBtn    
    HighLightTimeLabel    
    ValuePawnTB    
    ValueKnightTB    
    ValueBishopTB    
    ValueRookTB    
    ValueQueenTB    
    HighLightTimeTB    
    BrowseBtn    
    culture    
    numberFormat    
    SkinTB    
    SkinOpenFileDialog    
    ServicePortTB    
    ServicePortLabel    
    EmailAddressTB    
    EmailAddressLabel    
    SMTPServerTB    
    SMTPServerLabel    
    HelpBtn    
    components Required designer variable.

 
    LanguageCB    
    LanguageLabel    
    HelpFilePath    
    ChessAppOptions Constructor of the ChessAppOptions dialog

 
    BishopValue The value of a Bishop

 
    KnightValue The value of a Knight

 
    PawnValue The value of a Pawn

 
    RookValue The value of a Rook

 
    QueenValue The value of a Queen

 
    MoveHightlightSec The number of seconds a move should be highlighted.

 
    ServicePort The port to listen to when hosting a game.

 
    EmailAddress The e-mail address used as my e-mail address when starting a e-mail game.

 
    SMTPServer The SMTP server address used to send e-mails when starting a e-mail game.

 
    SkinPath The path to the skin.

 
    LanguageCode The Language code used for the UI.

 
    Dispose Clean up any resources being used.

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

 
    BrowseBtn_Click    
    label2_Click    
    textBox2_TextChanged    
    CancelBtn_Click    
    OKBtn_Click    
    HelpBtn_Click