mirror of
https://github.com/abdelkader/vCardEditor
synced 2025-12-12 08:27:19 +07:00
forget StateTextBox for some textbox
This commit is contained in:
2
vCardEditor/View/MainForm.Designer.cs
generated
2
vCardEditor/View/MainForm.Designer.cs
generated
@@ -48,7 +48,7 @@
|
||||
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
||||
this.FormattedNameLabel = new System.Windows.Forms.Label();
|
||||
this.HomePhoneLabel = new System.Windows.Forms.Label();
|
||||
this.FormattedNameValue = new System.Windows.Forms.TextBox();
|
||||
this.FormattedNameValue = new vCardEditor.View.StateTextBox();
|
||||
this.CellularPhoneLabel = new System.Windows.Forms.Label();
|
||||
this.PersonalWebSiteLabel = new System.Windows.Forms.Label();
|
||||
this.WorkPhoneLabel = new System.Windows.Forms.Label();
|
||||
|
||||
@@ -288,11 +288,7 @@ namespace vCardEditor.View
|
||||
private void MainForm_FormClosing(object sender, FormClosingEventArgs e)
|
||||
{
|
||||
if (CloseForm != null)
|
||||
{
|
||||
this.Validate();
|
||||
CloseForm(sender, e);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user