145 lines
7.1 KiB
C#

namespace ClientForms
{
partial class Client
{
/// <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.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.textBoxFIO = new System.Windows.Forms.TextBox();
this.myEmailTextBox = new VisualCompLib.MyEmailTextBox();
this.buttonPhoto = new System.Windows.Forms.Button();
this.buttonSave = new System.Windows.Forms.Button();
this.myCheckListProducts = new VisableComponents.MyCheckList();
this.openFileDialogPath = new System.Windows.Forms.OpenFileDialog();
this.tableLayoutPanel.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel
//
this.tableLayoutPanel.ColumnCount = 1;
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel.Controls.Add(this.textBoxFIO, 0, 0);
this.tableLayoutPanel.Controls.Add(this.myEmailTextBox, 0, 1);
this.tableLayoutPanel.Controls.Add(this.buttonPhoto, 0, 2);
this.tableLayoutPanel.Controls.Add(this.buttonSave, 0, 4);
this.tableLayoutPanel.Controls.Add(this.myCheckListProducts, 0, 3);
this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel.Name = "tableLayoutPanel";
this.tableLayoutPanel.Padding = new System.Windows.Forms.Padding(3);
this.tableLayoutPanel.RowCount = 5;
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 47.05882F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 52.94118F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 56F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 310F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 48F));
this.tableLayoutPanel.Size = new System.Drawing.Size(363, 517);
this.tableLayoutPanel.TabIndex = 0;
//
// textBoxFIO
//
this.textBoxFIO.Dock = System.Windows.Forms.DockStyle.Fill;
this.textBoxFIO.Location = new System.Drawing.Point(6, 6);
this.textBoxFIO.Name = "textBoxFIO";
this.textBoxFIO.Size = new System.Drawing.Size(351, 27);
this.textBoxFIO.TabIndex = 0;
this.textBoxFIO.TextChanged += new System.EventHandler(this.textBoxFIO_TextChanged);
//
// myEmailTextBox
//
this.myEmailTextBox.Location = new System.Drawing.Point(6, 52);
this.myEmailTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.myEmailTextBox.Name = "myEmailTextBox";
this.myEmailTextBox.Pattern = null;
this.myEmailTextBox.Size = new System.Drawing.Size(221, 43);
this.myEmailTextBox.TabIndex = 1;
//
// buttonPhoto
//
this.buttonPhoto.Dock = System.Windows.Forms.DockStyle.Fill;
this.buttonPhoto.Location = new System.Drawing.Point(6, 102);
this.buttonPhoto.Name = "buttonPhoto";
this.buttonPhoto.Size = new System.Drawing.Size(351, 50);
this.buttonPhoto.TabIndex = 2;
this.buttonPhoto.Text = "Выбрать фото";
this.buttonPhoto.UseVisualStyleBackColor = true;
this.buttonPhoto.Click += new System.EventHandler(this.buttonPhoto_Click);
//
// buttonSave
//
this.buttonSave.Dock = System.Windows.Forms.DockStyle.Fill;
this.buttonSave.Location = new System.Drawing.Point(6, 468);
this.buttonSave.Name = "buttonSave";
this.buttonSave.Size = new System.Drawing.Size(351, 43);
this.buttonSave.TabIndex = 3;
this.buttonSave.Text = "Сохранить";
this.buttonSave.UseVisualStyleBackColor = true;
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
//
// myCheckListProducts
//
this.myCheckListProducts.AutoSize = true;
this.myCheckListProducts.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.myCheckListProducts.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.myCheckListProducts.Location = new System.Drawing.Point(6, 159);
this.myCheckListProducts.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.myCheckListProducts.Name = "myCheckListProducts";
this.myCheckListProducts.selectedValue = "";
this.myCheckListProducts.Size = new System.Drawing.Size(285, 298);
this.myCheckListProducts.TabIndex = 4;
//
// openFileDialogPath
//
this.openFileDialogPath.FileName = "openFileDialog1";
//
// Client
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(363, 517);
this.Controls.Add(this.tableLayoutPanel);
this.Name = "Client";
this.Text = "Client";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Client_FormClosing);
this.Load += new System.EventHandler(this.Client_Load);
this.tableLayoutPanel.ResumeLayout(false);
this.tableLayoutPanel.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private TableLayoutPanel tableLayoutPanel;
private TextBox textBoxFIO;
private VisualCompLib.MyEmailTextBox myEmailTextBox;
private Button buttonPhoto;
private Button buttonSave;
private OpenFileDialog openFileDialogPath;
private VisableComponents.MyCheckList myCheckListProducts;
}
}