321 lines
16 KiB
C#
321 lines
16 KiB
C#
namespace CarManagerV3
|
|
{
|
|
partial class CarDetailsForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CarDetailsForm));
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.pbxCarImage = new System.Windows.Forms.PictureBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tbxMake = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.tbxModel = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
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.tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxCarImage)).BeginInit();
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudYear)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudMileage)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudPrice)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.AutoSize = true;
|
|
this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.tableLayoutPanel1.ColumnCount = 2;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel1.Controls.Add(this.pbxCarImage, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.tbxMake, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.tbxModel, 1, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.label3, 0, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.label4, 0, 4);
|
|
this.tableLayoutPanel1.Controls.Add(this.label5, 0, 5);
|
|
this.tableLayoutPanel1.Controls.Add(this.label6, 0, 6);
|
|
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 7);
|
|
this.tableLayoutPanel1.Controls.Add(this.nudYear, 1, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.tbxColor, 1, 4);
|
|
this.tableLayoutPanel1.Controls.Add(this.nudMileage, 1, 5);
|
|
this.tableLayoutPanel1.Controls.Add(this.nudPrice, 1, 6);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 8;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 200F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(536, 450);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// pbxCarImage
|
|
//
|
|
this.tableLayoutPanel1.SetColumnSpan(this.pbxCarImage, 2);
|
|
this.pbxCarImage.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pbxCarImage.Image = ((System.Drawing.Image)(resources.GetObject("pbxCarImage.Image")));
|
|
this.pbxCarImage.Location = new System.Drawing.Point(3, 3);
|
|
this.pbxCarImage.Name = "pbxCarImage";
|
|
this.pbxCarImage.Size = new System.Drawing.Size(538, 194);
|
|
this.pbxCarImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pbxCarImage.TabIndex = 0;
|
|
this.pbxCarImage.TabStop = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(3, 200);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(44, 16);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "Make:";
|
|
//
|
|
// tbxMake
|
|
//
|
|
this.tbxMake.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tbxMake.Location = new System.Drawing.Point(68, 203);
|
|
this.tbxMake.Name = "tbxMake";
|
|
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
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(3, 230);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(48, 16);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "Model:";
|
|
//
|
|
// tbxModel
|
|
//
|
|
this.tbxModel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tbxModel.Location = new System.Drawing.Point(68, 233);
|
|
this.tbxModel.Name = "tbxModel";
|
|
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
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(3, 260);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(39, 16);
|
|
this.label3.TabIndex = 5;
|
|
this.label3.Text = "Year:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(3, 290);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(42, 16);
|
|
this.label4.TabIndex = 6;
|
|
this.label4.Text = "Color:";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(3, 320);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(59, 16);
|
|
this.label5.TabIndex = 7;
|
|
this.label5.Text = "Mileage:";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(3, 350);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(41, 16);
|
|
this.label6.TabIndex = 8;
|
|
this.label6.Text = "Price:";
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.SetColumnSpan(this.flowLayoutPanel1, 2);
|
|
this.flowLayoutPanel1.Controls.Add(this.btnSave);
|
|
this.flowLayoutPanel1.Controls.Add(this.btnDelete);
|
|
this.flowLayoutPanel1.Controls.Add(this.lblID);
|
|
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 383);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(5);
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(538, 64);
|
|
this.flowLayoutPanel1.TabIndex = 9;
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Location = new System.Drawing.Point(450, 8);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(75, 23);
|
|
this.btnSave.TabIndex = 7;
|
|
this.btnSave.Text = "Save";
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// btnDelete
|
|
//
|
|
this.btnDelete.Location = new System.Drawing.Point(369, 8);
|
|
this.btnDelete.Name = "btnDelete";
|
|
this.btnDelete.Size = new System.Drawing.Size(75, 23);
|
|
this.btnDelete.TabIndex = 8;
|
|
this.btnDelete.Text = "Delete";
|
|
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);
|
|
this.nudYear.Maximum = new decimal(new int[] {
|
|
3000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudYear.Name = "nudYear";
|
|
this.nudYear.Size = new System.Drawing.Size(120, 22);
|
|
this.nudYear.TabIndex = 3;
|
|
this.nudYear.ValueChanged += new System.EventHandler(this.nudYear_ValueChanged);
|
|
//
|
|
// tbxColor
|
|
//
|
|
this.tbxColor.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tbxColor.Location = new System.Drawing.Point(68, 293);
|
|
this.tbxColor.Name = "tbxColor";
|
|
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
|
|
//
|
|
this.nudMileage.Location = new System.Drawing.Point(68, 323);
|
|
this.nudMileage.Maximum = new decimal(new int[] {
|
|
999999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudMileage.Name = "nudMileage";
|
|
this.nudMileage.Size = new System.Drawing.Size(120, 22);
|
|
this.nudMileage.TabIndex = 5;
|
|
this.nudMileage.ThousandsSeparator = true;
|
|
this.nudMileage.ValueChanged += new System.EventHandler(this.nudMileage_ValueChanged);
|
|
//
|
|
// nudPrice
|
|
//
|
|
this.nudPrice.DecimalPlaces = 2;
|
|
this.nudPrice.Location = new System.Drawing.Point(68, 353);
|
|
this.nudPrice.Maximum = new decimal(new int[] {
|
|
999999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudPrice.Name = "nudPrice";
|
|
this.nudPrice.Size = new System.Drawing.Size(120, 22);
|
|
this.nudPrice.TabIndex = 6;
|
|
this.nudPrice.ThousandsSeparator = true;
|
|
this.nudPrice.ValueChanged += new System.EventHandler(this.nudPrice_ValueChanged);
|
|
//
|
|
// CarDetailsForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(536, 450);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.Name = "CarDetailsForm";
|
|
this.Text = "Details";
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbxCarImage)).EndInit();
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|
this.flowLayoutPanel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudYear)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudMileage)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudPrice)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox tbxMake;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox tbxModel;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.Button btnSave;
|
|
private System.Windows.Forms.Button btnDelete;
|
|
private System.Windows.Forms.NumericUpDown nudYear;
|
|
private System.Windows.Forms.TextBox tbxColor;
|
|
private System.Windows.Forms.NumericUpDown nudMileage;
|
|
private System.Windows.Forms.NumericUpDown nudPrice;
|
|
private System.Windows.Forms.PictureBox pbxCarImage;
|
|
private System.Windows.Forms.Label lblID;
|
|
}
|
|
}
|
|
|