namespace IS31Kiselev5
{
partial class FFabrika
{
///
/// Обязательная переменная конструктора.
///
private System.ComponentModel.IContainer components = null;
///
/// Освободить все используемые ресурсы.
///
/// истинно, если управляемый ресурс должен быть удален; иначе ложно.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором форм Windows
///
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
///
private void InitializeComponent()
{
this.LabFabrika = new System.Windows.Forms.Label();
this.butModel = new System.Windows.Forms.Button();
this.butPost = new System.Windows.Forms.Button();
this.butTovar = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// LabFabrika
//
this.LabFabrika.AutoSize = true;
this.LabFabrika.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.LabFabrika.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.LabFabrika.ForeColor = System.Drawing.Color.DarkBlue;
this.LabFabrika.Location = new System.Drawing.Point(278, 54);
this.LabFabrika.Name = "LabFabrika";
this.LabFabrika.Size = new System.Drawing.Size(224, 26);
this.LabFabrika.TabIndex = 0;
this.LabFabrika.Text = "База данных \"Фабрика\"";
//
// butModel
//
this.butModel.Location = new System.Drawing.Point(278, 163);
this.butModel.Name = "butModel";
this.butModel.Size = new System.Drawing.Size(224, 42);
this.butModel.TabIndex = 1;
this.butModel.Text = "Таблица \"Модели\"";
this.butModel.UseVisualStyleBackColor = true;
this.butModel.Click += new System.EventHandler(this.butModel_Click);
//
// butPost
//
this.butPost.Location = new System.Drawing.Point(278, 211);
this.butPost.Name = "butPost";
this.butPost.Size = new System.Drawing.Size(224, 42);
this.butPost.TabIndex = 2;
this.butPost.Text = "Таблица \"Поступления\"";
this.butPost.UseVisualStyleBackColor = true;
this.butPost.Click += new System.EventHandler(this.butPost_Click);
//
// butTovar
//
this.butTovar.Location = new System.Drawing.Point(278, 259);
this.butTovar.Name = "butTovar";
this.butTovar.Size = new System.Drawing.Size(224, 42);
this.butTovar.TabIndex = 3;
this.butTovar.Text = "Таблица \"Товар\"";
this.butTovar.UseVisualStyleBackColor = true;
this.butTovar.Click += new System.EventHandler(this.butTovar_Click);
//
// FFabrika
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.butTovar);
this.Controls.Add(this.butPost);
this.Controls.Add(this.butModel);
this.Controls.Add(this.LabFabrika);
this.Name = "FFabrika";
this.Text = "База данных \"Фабрика\"";
this.Load += new System.EventHandler(this.FFabrika_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label LabFabrika;
private System.Windows.Forms.Button butModel;
private System.Windows.Forms.Button butPost;
private System.Windows.Forms.Button butTovar;
}
}