namespace CarManagerV3 { partial class CarDetailsForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CarDetailsForm)); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); pbxCarImage = new System.Windows.Forms.PictureBox(); label1 = new System.Windows.Forms.Label(); tbxMake = new System.Windows.Forms.TextBox(); label2 = new System.Windows.Forms.Label(); tbxModel = new System.Windows.Forms.TextBox(); label3 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label5 = new System.Windows.Forms.Label(); label6 = new System.Windows.Forms.Label(); flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); btnSave = new System.Windows.Forms.Button(); btnDelete = new System.Windows.Forms.Button(); lblID = new System.Windows.Forms.Label(); tbxColor = new System.Windows.Forms.TextBox(); nudMileage = new System.Windows.Forms.NumericUpDown(); nudPrice = new System.Windows.Forms.NumericUpDown(); tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); nudYear = new System.Windows.Forms.NumericUpDown(); lblAge = new System.Windows.Forms.Label(); tbxAge = new System.Windows.Forms.TextBox(); tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)pbxCarImage).BeginInit(); flowLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)nudMileage).BeginInit(); ((System.ComponentModel.ISupportInitialize)nudPrice).BeginInit(); tableLayoutPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)nudYear).BeginInit(); SuspendLayout(); // // tableLayoutPanel1 // tableLayoutPanel1.AutoSize = true; tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; tableLayoutPanel1.ColumnCount = 2; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.Controls.Add(pbxCarImage, 0, 0); tableLayoutPanel1.Controls.Add(label1, 0, 1); tableLayoutPanel1.Controls.Add(tbxMake, 1, 1); tableLayoutPanel1.Controls.Add(label2, 0, 2); tableLayoutPanel1.Controls.Add(tbxModel, 1, 2); tableLayoutPanel1.Controls.Add(label3, 0, 3); tableLayoutPanel1.Controls.Add(label4, 0, 4); tableLayoutPanel1.Controls.Add(label5, 0, 5); tableLayoutPanel1.Controls.Add(label6, 0, 6); tableLayoutPanel1.Controls.Add(flowLayoutPanel1, 0, 7); tableLayoutPanel1.Controls.Add(tbxColor, 1, 4); tableLayoutPanel1.Controls.Add(nudMileage, 1, 5); tableLayoutPanel1.Controls.Add(nudPrice, 1, 6); tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 1, 3); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 30, 4); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 8; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 251F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 37F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 37F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 37F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 37F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 37F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 37F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 51F)); tableLayoutPanel1.Size = new System.Drawing.Size(536, 563); tableLayoutPanel1.TabIndex = 0; // // pbxCarImage // tableLayoutPanel1.SetColumnSpan(pbxCarImage, 2); pbxCarImage.Dock = System.Windows.Forms.DockStyle.Fill; pbxCarImage.Image = (System.Drawing.Image)resources.GetObject("pbxCarImage.Image"); pbxCarImage.Location = new System.Drawing.Point(3, 4); pbxCarImage.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); pbxCarImage.Name = "pbxCarImage"; pbxCarImage.Size = new System.Drawing.Size(530, 243); pbxCarImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; pbxCarImage.TabIndex = 0; pbxCarImage.TabStop = false; // // label1 // label1.AutoSize = true; label1.Dock = System.Windows.Forms.DockStyle.Fill; label1.Location = new System.Drawing.Point(3, 251); label1.Name = "label1"; label1.Size = new System.Drawing.Size(74, 37); label1.TabIndex = 1; label1.Text = "Make:"; label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tbxMake // tbxMake.Dock = System.Windows.Forms.DockStyle.Fill; tbxMake.Location = new System.Drawing.Point(83, 255); tbxMake.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); tbxMake.Name = "tbxMake"; tbxMake.Size = new System.Drawing.Size(450, 27); tbxMake.TabIndex = 1; tbxMake.TextChanged += tbxMake_TextChanged; tbxMake.Leave += tbxMake_Leave; // // label2 // label2.AutoSize = true; label2.Dock = System.Windows.Forms.DockStyle.Fill; label2.Location = new System.Drawing.Point(3, 288); label2.Name = "label2"; label2.Size = new System.Drawing.Size(74, 37); label2.TabIndex = 3; label2.Text = "Model:"; label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tbxModel // tbxModel.Dock = System.Windows.Forms.DockStyle.Fill; tbxModel.Location = new System.Drawing.Point(83, 292); tbxModel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); tbxModel.Name = "tbxModel"; tbxModel.Size = new System.Drawing.Size(450, 27); tbxModel.TabIndex = 2; tbxModel.TextChanged += tbxModel_TextChanged; tbxModel.Leave += tbxModel_Leave; // // label3 // label3.AutoSize = true; label3.Dock = System.Windows.Forms.DockStyle.Fill; label3.Location = new System.Drawing.Point(3, 325); label3.Name = "label3"; label3.Size = new System.Drawing.Size(74, 37); label3.TabIndex = 5; label3.Text = "Year:"; label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label4 // label4.AutoSize = true; label4.Dock = System.Windows.Forms.DockStyle.Fill; label4.Location = new System.Drawing.Point(3, 362); label4.Name = "label4"; label4.Size = new System.Drawing.Size(74, 37); label4.TabIndex = 6; label4.Text = "Color:"; label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label5 // label5.AutoSize = true; label5.Dock = System.Windows.Forms.DockStyle.Fill; label5.Location = new System.Drawing.Point(3, 399); label5.Name = "label5"; label5.Size = new System.Drawing.Size(74, 37); label5.TabIndex = 7; label5.Text = "Mileage:"; label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label6 // label6.AutoSize = true; label6.Dock = System.Windows.Forms.DockStyle.Fill; label6.Location = new System.Drawing.Point(3, 436); label6.Name = "label6"; label6.Size = new System.Drawing.Size(74, 37); label6.TabIndex = 8; label6.Text = "Price:"; label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // flowLayoutPanel1 // tableLayoutPanel1.SetColumnSpan(flowLayoutPanel1, 2); flowLayoutPanel1.Controls.Add(btnSave); flowLayoutPanel1.Controls.Add(btnDelete); flowLayoutPanel1.Controls.Add(lblID); flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; flowLayoutPanel1.Location = new System.Drawing.Point(3, 477); flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); flowLayoutPanel1.Name = "flowLayoutPanel1"; flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(5); flowLayoutPanel1.Size = new System.Drawing.Size(530, 82); flowLayoutPanel1.TabIndex = 9; // // btnSave // btnSave.Location = new System.Drawing.Point(442, 9); btnSave.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); btnSave.Name = "btnSave"; btnSave.Size = new System.Drawing.Size(75, 29); btnSave.TabIndex = 7; btnSave.Text = "Save"; btnSave.UseVisualStyleBackColor = true; btnSave.Click += btnSave_Click; // // btnDelete // btnDelete.Location = new System.Drawing.Point(361, 9); btnDelete.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); btnDelete.Name = "btnDelete"; btnDelete.Size = new System.Drawing.Size(75, 29); btnDelete.TabIndex = 8; btnDelete.Text = "Delete"; btnDelete.UseVisualStyleBackColor = true; btnDelete.Click += btnDelete_Click; // // lblID // lblID.AutoSize = true; lblID.Location = new System.Drawing.Point(331, 5); lblID.Name = "lblID"; lblID.Size = new System.Drawing.Size(24, 20); lblID.TabIndex = 2; lblID.Text = "ID"; // // tbxColor // tbxColor.Dock = System.Windows.Forms.DockStyle.Fill; tbxColor.Location = new System.Drawing.Point(83, 366); tbxColor.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); tbxColor.Name = "tbxColor"; tbxColor.Size = new System.Drawing.Size(450, 27); tbxColor.TabIndex = 4; tbxColor.TextChanged += tbxColor_TextChanged; tbxColor.Leave += tbxColor_Leave; // // nudMileage // nudMileage.Location = new System.Drawing.Point(83, 403); nudMileage.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); nudMileage.Maximum = new decimal(new int[] { 999999, 0, 0, 0 }); nudMileage.Name = "nudMileage"; nudMileage.Size = new System.Drawing.Size(120, 27); nudMileage.TabIndex = 5; nudMileage.ThousandsSeparator = true; nudMileage.ValueChanged += nudMileage_ValueChanged; // // nudPrice // nudPrice.DecimalPlaces = 2; nudPrice.Location = new System.Drawing.Point(83, 440); nudPrice.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); nudPrice.Maximum = new decimal(new int[] { 999999, 0, 0, 0 }); nudPrice.Name = "nudPrice"; nudPrice.Size = new System.Drawing.Size(120, 27); nudPrice.TabIndex = 6; nudPrice.ThousandsSeparator = true; nudPrice.ValueChanged += nudPrice_ValueChanged; // // tableLayoutPanel2 // tableLayoutPanel2.ColumnCount = 3; tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); tableLayoutPanel2.Controls.Add(nudYear, 0, 0); tableLayoutPanel2.Controls.Add(lblAge, 1, 0); tableLayoutPanel2.Controls.Add(tbxAge, 2, 0); tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel2.Location = new System.Drawing.Point(83, 329); tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 1; tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel2.Size = new System.Drawing.Size(450, 29); tableLayoutPanel2.TabIndex = 10; // // nudYear // nudYear.Location = new System.Drawing.Point(3, 4); nudYear.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); nudYear.Maximum = new decimal(new int[] { 3000, 0, 0, 0 }); nudYear.Name = "nudYear"; nudYear.Size = new System.Drawing.Size(120, 27); nudYear.TabIndex = 3; nudYear.ValueChanged += nudYear_ValueChanged; // // lblAge // lblAge.AutoSize = true; lblAge.Dock = System.Windows.Forms.DockStyle.Fill; lblAge.Location = new System.Drawing.Point(153, 0); lblAge.Name = "lblAge"; lblAge.RightToLeft = System.Windows.Forms.RightToLeft.No; lblAge.Size = new System.Drawing.Size(144, 29); lblAge.TabIndex = 4; lblAge.Text = "Age"; lblAge.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // tbxAge // tbxAge.Dock = System.Windows.Forms.DockStyle.Fill; tbxAge.Enabled = false; tbxAge.Location = new System.Drawing.Point(303, 4); tbxAge.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); tbxAge.Name = "tbxAge"; tbxAge.ReadOnly = true; tbxAge.Size = new System.Drawing.Size(144, 27); tbxAge.TabIndex = 5; // // CarDetailsForm // AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(536, 563); Controls.Add(tableLayoutPanel1); FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); MaximizeBox = false; Name = "CarDetailsForm"; Text = "Details"; tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)pbxCarImage).EndInit(); flowLayoutPanel1.ResumeLayout(false); flowLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)nudMileage).EndInit(); ((System.ComponentModel.ISupportInitialize)nudPrice).EndInit(); tableLayoutPanel2.ResumeLayout(false); tableLayoutPanel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)nudYear).EndInit(); ResumeLayout(false); 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; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.Label lblAge; private System.Windows.Forms.TextBox tbxAge; } }