feat: set & get validation
This commit is contained in:
3
CarManagerV3/CarDetailsForm.Designer.cs
generated
3
CarManagerV3/CarDetailsForm.Designer.cs
generated
@@ -120,6 +120,7 @@
|
||||
this.tbxMake.Size = new System.Drawing.Size(473, 22);
|
||||
this.tbxMake.TabIndex = 1;
|
||||
this.tbxMake.TextChanged += new System.EventHandler(this.tbxMake_TextChanged);
|
||||
this.tbxMake.Leave += new System.EventHandler(this.tbxMake_Leave);
|
||||
//
|
||||
// label2
|
||||
//
|
||||
@@ -138,6 +139,7 @@
|
||||
this.tbxModel.Size = new System.Drawing.Size(473, 22);
|
||||
this.tbxModel.TabIndex = 2;
|
||||
this.tbxModel.TextChanged += new System.EventHandler(this.tbxModel_TextChanged);
|
||||
this.tbxModel.Leave += new System.EventHandler(this.tbxModel_Leave);
|
||||
//
|
||||
// label3
|
||||
//
|
||||
@@ -239,6 +241,7 @@
|
||||
this.tbxColor.Size = new System.Drawing.Size(473, 22);
|
||||
this.tbxColor.TabIndex = 4;
|
||||
this.tbxColor.TextChanged += new System.EventHandler(this.tbxColor_TextChanged);
|
||||
this.tbxColor.Leave += new System.EventHandler(this.tbxColor_Leave);
|
||||
//
|
||||
// nudMileage
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user