ChessApplication.ChessAppNewGameDlg Class
Summary description for ChessAppNewGameDlg.

Access: Public
Base Classes: Form
  Members Description  
    WhitePlayerGB    
    WhiteComputerRB    
    WhiteHumanRB    
    BlackPlayerGB    
    BlackHumanRB    
    BlackComputerRB    
    OKBtn    
    CancelBtn    
    SearchDepthNUD    
    GenerationMethodCB    
    searchNodesNUD    
    searchNodesLabel    
    MoveGenMethodLabel    
    SearchDephtLabel    
    HelpBtn    
    components Required designer variable.

 
    HelpFilePath    
    ChessAppNewGameDlg The constructor of the New Game dialog

 
    IsWhiteHuman Determine if white player is human (or computer).

 
    IsWhiteComputer Determine if white player is computer (or human).

 
    IsBlackHuman Determine if black player is human (or computer).

 
    IsBlackComputer Determine if black player is computer (or human).

 
    GetSearchDepth Get the search depth for the computer generated moves.

 
    SetSearchDepth Set the search depth for the computer generated moves.

 
    GetSearchNodes Get the number of nodes that should be expanded during the search for a move.

 
    SetSearchNodes Set the number of nodes that should be expanded during the search for a move.

 
    GetGenerationMethod Get the move generation method i.e. the ChessEngine.

 
    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.

 
    WhiteComputerRB_CheckedChanged    
    BlackComputerRB_CheckedChanged    
    ChessAppNewGameDlg_Load    
    GenerationMethodCB_SelectedIndexChanged    
    HelpBtn_Click