initial
This commit is contained in:
21
CarManagerV2/CarDetailsForm.Designer.cs
generated
21
CarManagerV2/CarDetailsForm.Designer.cs
generated
@@ -42,11 +42,11 @@
|
||||
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.btnSave = new System.Windows.Forms.Button();
|
||||
this.btnDelete = new System.Windows.Forms.Button();
|
||||
this.lblID = new System.Windows.Forms.Label();
|
||||
this.nudYear = new System.Windows.Forms.NumericUpDown();
|
||||
this.tbxColor = new System.Windows.Forms.TextBox();
|
||||
this.nudMileage = new System.Windows.Forms.NumericUpDown();
|
||||
this.nudPrice = new System.Windows.Forms.NumericUpDown();
|
||||
this.lblID = new System.Windows.Forms.Label();
|
||||
this.tableLayoutPanel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pbxCarImage)).BeginInit();
|
||||
this.flowLayoutPanel1.SuspendLayout();
|
||||
@@ -209,6 +209,15 @@
|
||||
this.btnDelete.UseVisualStyleBackColor = true;
|
||||
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
|
||||
//
|
||||
// lblID
|
||||
//
|
||||
this.lblID.AutoSize = true;
|
||||
this.lblID.Location = new System.Drawing.Point(343, 5);
|
||||
this.lblID.Name = "lblID";
|
||||
this.lblID.Size = new System.Drawing.Size(20, 16);
|
||||
this.lblID.TabIndex = 2;
|
||||
this.lblID.Text = "ID";
|
||||
//
|
||||
// nudYear
|
||||
//
|
||||
this.nudYear.Location = new System.Drawing.Point(68, 263);
|
||||
@@ -260,15 +269,6 @@
|
||||
this.nudPrice.ThousandsSeparator = true;
|
||||
this.nudPrice.ValueChanged += new System.EventHandler(this.nudPrice_ValueChanged);
|
||||
//
|
||||
// lblID
|
||||
//
|
||||
this.lblID.AutoSize = true;
|
||||
this.lblID.Location = new System.Drawing.Point(343, 5);
|
||||
this.lblID.Name = "lblID";
|
||||
this.lblID.Size = new System.Drawing.Size(20, 16);
|
||||
this.lblID.TabIndex = 2;
|
||||
this.lblID.Text = "ID";
|
||||
//
|
||||
// CarDetailsForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
@@ -279,7 +279,6 @@
|
||||
this.MaximizeBox = false;
|
||||
this.Name = "CarDetailsForm";
|
||||
this.Text = "Details";
|
||||
this.Load += new System.EventHandler(this.Form1_Load);
|
||||
this.tableLayoutPanel1.ResumeLayout(false);
|
||||
this.tableLayoutPanel1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pbxCarImage)).EndInit();
|
||||
|
||||
Reference in New Issue
Block a user