namespace СУБД_Швейная_фабрика
{
partial class FormClient
{
///
/// 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(FormClient));
this.panel1 = new System.Windows.Forms.Panel();
this.lblFIO = new System.Windows.Forms.Label();
this.pbxPhoto = new System.Windows.Forms.PictureBox();
this.btnEdit = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
this.panel1.Controls.Add(this.btnEdit);
this.panel1.Controls.Add(this.lblFIO);
this.panel1.Controls.Add(this.pbxPhoto);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(7, 4, 7, 4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(895, 92);
this.panel1.TabIndex = 1;
//
// lblFIO
//
this.lblFIO.AutoSize = true;
this.lblFIO.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.lblFIO.Location = new System.Drawing.Point(200, 29);
this.lblFIO.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.lblFIO.Name = "lblFIO";
this.lblFIO.Size = new System.Drawing.Size(391, 37);
this.lblFIO.TabIndex = 1;
this.lblFIO.Text = "Фамилия Имя Отчество";
//
// pbxPhoto
//
this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
this.pbxPhoto.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
this.pbxPhoto.Location = new System.Drawing.Point(803, 0);
this.pbxPhoto.Margin = new System.Windows.Forms.Padding(7, 4, 7, 4);
this.pbxPhoto.Name = "pbxPhoto";
this.pbxPhoto.Size = new System.Drawing.Size(92, 92);
this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pbxPhoto.TabIndex = 0;
this.pbxPhoto.TabStop = false;
//
// btnEdit
//
this.btnEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnEdit.Location = new System.Drawing.Point(694, 59);
this.btnEdit.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(96, 28);
this.btnEdit.TabIndex = 8;
this.btnEdit.Text = "Редактировать";
this.btnEdit.UseVisualStyleBackColor = false;
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// FormClient
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(895, 475);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FormClient";
this.Text = "СУБД Швейная фабрика";
this.Load += new System.EventHandler(this.FormClient_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label lblFIO;
private System.Windows.Forms.PictureBox pbxPhoto;
private System.Windows.Forms.Button btnEdit;
}
}