feat: set & get validation
This commit is contained in:
21
CarManagerV3/MainForm.Designer.cs
generated
21
CarManagerV3/MainForm.Designer.cs
generated
@@ -70,7 +70,7 @@
|
||||
this.flpCars.AutoScroll = true;
|
||||
this.flpCars.AutoScrollMargin = new System.Drawing.Size(0, 200);
|
||||
this.flpCars.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.flpCars.Location = new System.Drawing.Point(3, 67);
|
||||
this.flpCars.Location = new System.Drawing.Point(3, 71);
|
||||
this.flpCars.Name = "flpCars";
|
||||
this.flpCars.Size = new System.Drawing.Size(796, 412);
|
||||
this.flpCars.TabIndex = 1;
|
||||
@@ -83,7 +83,7 @@
|
||||
this.tableLayoutPanel2.Controls.Add(this.tbxSearch, 0, 0);
|
||||
this.tableLayoutPanel2.Controls.Add(this.btnNewCar, 1, 0);
|
||||
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 27);
|
||||
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 31);
|
||||
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
||||
this.tableLayoutPanel2.RowCount = 1;
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
@@ -112,11 +112,12 @@
|
||||
//
|
||||
// menuStrip1
|
||||
//
|
||||
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.fileToolStripMenuItem});
|
||||
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
||||
this.menuStrip1.Name = "menuStrip1";
|
||||
this.menuStrip1.Size = new System.Drawing.Size(802, 24);
|
||||
this.menuStrip1.Size = new System.Drawing.Size(802, 28);
|
||||
this.menuStrip1.TabIndex = 3;
|
||||
this.menuStrip1.Text = "menuStrip1";
|
||||
//
|
||||
@@ -130,48 +131,48 @@
|
||||
this.recentFilesToolStripMenuItem,
|
||||
this.revealInFileExplorerToolStripMenuItem});
|
||||
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
||||
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
||||
this.fileToolStripMenuItem.Size = new System.Drawing.Size(46, 24);
|
||||
this.fileToolStripMenuItem.Text = "File";
|
||||
//
|
||||
// openToolStripMenuItem
|
||||
//
|
||||
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
|
||||
this.openToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
|
||||
this.openToolStripMenuItem.Size = new System.Drawing.Size(238, 26);
|
||||
this.openToolStripMenuItem.Text = "Open";
|
||||
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
|
||||
//
|
||||
// saveToolStripMenuItem
|
||||
//
|
||||
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
||||
this.saveToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
|
||||
this.saveToolStripMenuItem.Size = new System.Drawing.Size(238, 26);
|
||||
this.saveToolStripMenuItem.Text = "Save";
|
||||
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
|
||||
//
|
||||
// saveAsToolStripMenuItem
|
||||
//
|
||||
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
|
||||
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
|
||||
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(238, 26);
|
||||
this.saveAsToolStripMenuItem.Text = "Save as";
|
||||
this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
|
||||
//
|
||||
// importToolStripMenuItem
|
||||
//
|
||||
this.importToolStripMenuItem.Name = "importToolStripMenuItem";
|
||||
this.importToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
|
||||
this.importToolStripMenuItem.Size = new System.Drawing.Size(238, 26);
|
||||
this.importToolStripMenuItem.Text = "Import";
|
||||
this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click);
|
||||
//
|
||||
// recentFilesToolStripMenuItem
|
||||
//
|
||||
this.recentFilesToolStripMenuItem.Name = "recentFilesToolStripMenuItem";
|
||||
this.recentFilesToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
|
||||
this.recentFilesToolStripMenuItem.Size = new System.Drawing.Size(238, 26);
|
||||
this.recentFilesToolStripMenuItem.Text = "Recent Files";
|
||||
this.recentFilesToolStripMenuItem.Click += new System.EventHandler(this.recentFilesToolStripMenuItem_Click);
|
||||
//
|
||||
// revealInFileExplorerToolStripMenuItem
|
||||
//
|
||||
this.revealInFileExplorerToolStripMenuItem.Name = "revealInFileExplorerToolStripMenuItem";
|
||||
this.revealInFileExplorerToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
|
||||
this.revealInFileExplorerToolStripMenuItem.Size = new System.Drawing.Size(238, 26);
|
||||
this.revealInFileExplorerToolStripMenuItem.Text = "Reveal in File Explorer";
|
||||
this.revealInFileExplorerToolStripMenuItem.Click += new System.EventHandler(this.revealInFileExplorerToolStripMenuItem_Click);
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user