Свойство | Type | Description | |
---|---|---|---|
FocusSiteTab | bool | ||
TextBoxFont | Font |
Свойство | Type | Description | |
---|---|---|---|
FixCustomProject | void | ||
InitializeComponent | void | ||
btnOk_Click | void | ||
btnSetFile_Click | void | ||
btnTextBoxFont_Click | void | ||
chkAutoSaveEdit_CheckedChanged | void | ||
chkDomain_CheckedChanged | void | ||
cmboCustomProjectChanged | void | ||
cmboOnLoad_SelectedIndexChanged | void | ||
cmboProject_SelectedIndexChanged | void | ||
txtCustomProject_Leave | void |
Méthode | Description | |
---|---|---|
MyPreferences ( string lang, ProjectEnum proj, string customproj, string protocol ) : System |
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnActivated ( EventArgs e ) : void |
Méthode | Description | |
---|---|---|
FixCustomProject ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnOk_Click ( object sender, EventArgs e ) : void | ||
btnSetFile_Click ( object sender, EventArgs e ) : void | ||
btnTextBoxFont_Click ( object sender, EventArgs e ) : void | ||
chkAutoSaveEdit_CheckedChanged ( object sender, EventArgs e ) : void | ||
chkDomain_CheckedChanged ( object sender, EventArgs e ) : void | ||
cmboCustomProjectChanged ( object sender, EventArgs e ) : void | ||
cmboOnLoad_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
cmboProject_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
txtCustomProject_Leave ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public MyPreferences ( string lang, ProjectEnum proj, string customproj, string protocol ) : System | ||
lang | string | |
proj | ProjectEnum | |
customproj | string | |
protocol | string | |
Résultat | System |
protected OnActivated ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |