PIbd-21_RazubaevSM_SUBD_Labs/SYBDView/FormAuto.Designer.cs

125 lines
5.2 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace SYBDView
{
partial class FormAuto
{
/// <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()
{
this.textBoxStateNumber = new System.Windows.Forms.TextBox();
this.labelPrice = new System.Windows.Forms.Label();
this.textBoxModel = new System.Windows.Forms.TextBox();
this.labelName = new System.Windows.Forms.Label();
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonSave = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// textBoxStateNumber
//
this.textBoxStateNumber.Location = new System.Drawing.Point(157, 99);
this.textBoxStateNumber.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
this.textBoxStateNumber.Name = "textBoxStateNumber";
this.textBoxStateNumber.Size = new System.Drawing.Size(257, 31);
this.textBoxStateNumber.TabIndex = 23;
//
// labelPrice
//
this.labelPrice.AutoSize = true;
this.labelPrice.Location = new System.Drawing.Point(4, 80);
this.labelPrice.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.labelPrice.Name = "labelPrice";
this.labelPrice.Size = new System.Drawing.Size(160, 50);
this.labelPrice.TabIndex = 22;
this.labelPrice.Text = "Государственный \r\nномер:";
//
// textBoxModel
//
this.textBoxModel.Location = new System.Drawing.Point(157, 30);
this.textBoxModel.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
this.textBoxModel.Name = "textBoxModel";
this.textBoxModel.Size = new System.Drawing.Size(358, 31);
this.textBoxModel.TabIndex = 21;
//
// labelName
//
this.labelName.AutoSize = true;
this.labelName.Location = new System.Drawing.Point(4, 33);
this.labelName.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.labelName.Name = "labelName";
this.labelName.Size = new System.Drawing.Size(80, 25);
this.labelName.TabIndex = 20;
this.labelName.Text = "Модель:";
//
// buttonCancel
//
this.buttonCancel.Location = new System.Drawing.Point(414, 162);
this.buttonCancel.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(126, 45);
this.buttonCancel.TabIndex = 25;
this.buttonCancel.Text = "Отмена";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
//
// buttonSave
//
this.buttonSave.Location = new System.Drawing.Point(285, 162);
this.buttonSave.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
this.buttonSave.Name = "buttonSave";
this.buttonSave.Size = new System.Drawing.Size(126, 45);
this.buttonSave.TabIndex = 24;
this.buttonSave.Text = "Сохранить";
this.buttonSave.UseVisualStyleBackColor = true;
this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click);
//
// FormAuto
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(555, 221);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonSave);
this.Controls.Add(this.textBoxStateNumber);
this.Controls.Add(this.labelPrice);
this.Controls.Add(this.textBoxModel);
this.Controls.Add(this.labelName);
this.Name = "FormAuto";
this.Text = "Автомобиль";
this.Load += new System.EventHandler(this.FormAuto_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private TextBox textBoxStateNumber;
private Label labelPrice;
private TextBox textBoxModel;
private Label labelName;
private Button buttonCancel;
private Button buttonSave;
}
}