Свойство | Type | Description | |
---|---|---|---|
btnOK |
Méthode | Description | |
---|---|---|
CheckDisposed ( ) : void |
Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
|
|
CheckForValidProjectName ( |
Check whether the given TextBox contains a valid project name. If not, remove the invalid character and complain to the user.
|
|
CheckProjectDirectory ( |
Check that the projects directory can be found and is not compressed or encrypted. If it is not found, offer to let the user choose a new one. Return true if we end up with a valid data directory.
|
|
DisplayDialog ( |
Shows the dialog as a modal dialog
|
|
DisplayDialog ( ) : int |
Shows the dialog as a modal dialog
|
|
FwNewLangProject ( ) : System |
Constructs a new instance of the FwNewLangProject class.
|
|
GetDatabaseFile ( ) : string |
Retrieve the name of the database created for the new language project.
|
|
SetDialogProperties ( IHelpTopicProvider helpTopicProvider ) : void |
Set the dialog properties object for dialogs that are created.
|
Méthode | Description | |
---|---|---|
CreateNewLangProjWithProgress ( ) : void |
Create a new language project showing a progress dialog.
|
|
Dispose ( bool disposing ) : void | ||
OnClosing ( CancelEventArgs e ) : void |
Ignores the close request if needed
|
|
OnLoad ( |
|
|
OnPaint ( PaintEventArgs e ) : void |
Draws the etched lines on the dialog.
|
Méthode | Description | |
---|---|---|
DisplayNewWritingSystemProperties ( |
|
|
FixLabelFont ( |
Fix the label font for Linux/Mono. Without this fix, the label may still show boxes for Chinese characters when the rest of the UI is properly showing Chinese characters.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
RemoveWs ( HashSet |
||
UpdateLanguageCombos ( ) : void |
|
|
btnHelp_Click ( object sender, |
Show the New Language Project Dialog help topic
|
|
btnOK_Click ( object sender, |
Handle the OK button: Validate input and create new project
|
|
m_btnNewAnalWrtSys_Click ( object sender, |
|
|
m_btnNewVernWrtSys_Click ( object sender, |
|
|
m_txtName_TextChanged ( object sender, |
|
public static CheckForValidProjectName ( |
||
tb | ||
Résultat | bool |
public static CheckProjectDirectory ( |
||
f | ||
helpTopicProvider | IHelpTopicProvider | |
Résultat | bool |
protected CreateNewLangProjWithProgress ( ) : void | ||
Résultat | void |
public DisplayDialog ( |
||
f | ||
Résultat | DialogResult |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
protected OnClosing ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
Résultat | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Résultat | void |
public SetDialogProperties ( IHelpTopicProvider helpTopicProvider ) : void | ||
helpTopicProvider | IHelpTopicProvider | |
Résultat | void |