namespace СУБД_Альфапол
{
partial class FormManager
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormManager));
this.panel1 = new System.Windows.Forms.Panel();
this.lblPhoto = new System.Windows.Forms.Label();
this.bsUsers = new System.Windows.Forms.BindingSource(this.components);
this.dbAlphapolAGDataSet = new СУБД_Альфапол.dbAlphapolAGDataSet();
this.lblPatr = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.lblName = new System.Windows.Forms.Label();
this.lblFan = new System.Windows.Forms.Label();
this.managerTableAdapter = new СУБД_Альфапол.dbAlphapolAGDataSetTableAdapters.ManagerTableAdapter();
this.dgvPartner = new System.Windows.Forms.DataGridView();
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Info = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Discount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnLogin = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.pbxPhoto = new System.Windows.Forms.PictureBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dbAlphapolAGDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvPartner)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.LightGray;
this.panel1.Controls.Add(this.lblPhoto);
this.panel1.Controls.Add(this.pbxPhoto);
this.panel1.Controls.Add(this.lblPatr);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.lblName);
this.panel1.Controls.Add(this.lblFan);
this.panel1.Controls.Add(this.pictureBox1);
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(4, 3, 4, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1016, 125);
this.panel1.TabIndex = 1;
//
// lblPhoto
//
this.lblPhoto.AutoSize = true;
this.lblPhoto.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "Photo", true));
this.lblPhoto.Location = new System.Drawing.Point(189, 9);
this.lblPhoto.Name = "lblPhoto";
this.lblPhoto.Size = new System.Drawing.Size(63, 15);
this.lblPhoto.TabIndex = 10;
this.lblPhoto.Text = "lblPhoto";
//
// bsUsers
//
this.bsUsers.DataMember = "Manager";
this.bsUsers.DataSource = this.dbAlphapolAGDataSet;
//
// dbAlphapolAGDataSet
//
this.dbAlphapolAGDataSet.DataSetName = "dbAlphapolAGDataSet";
this.dbAlphapolAGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// lblPatr
//
this.lblPatr.AutoSize = true;
this.lblPatr.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "Patronymic", true));
this.lblPatr.Location = new System.Drawing.Point(780, 68);
this.lblPatr.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblPatr.Name = "lblPatr";
this.lblPatr.Size = new System.Drawing.Size(49, 15);
this.lblPatr.TabIndex = 11;
this.lblPatr.Text = "label6";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Courier New", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(211, 42);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(524, 41);
this.label1.TabIndex = 1;
this.label1.Text = "Рабочее место менеджера";
//
// lblName
//
this.lblName.AutoSize = true;
this.lblName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "Name", true));
this.lblName.Location = new System.Drawing.Point(780, 42);
this.lblName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(49, 15);
this.lblName.TabIndex = 10;
this.lblName.Text = "label5";
//
// lblFan
//
this.lblFan.AutoSize = true;
this.lblFan.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "Surname", true));
this.lblFan.Location = new System.Drawing.Point(780, 18);
this.lblFan.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblFan.Name = "lblFan";
this.lblFan.Size = new System.Drawing.Size(49, 15);
this.lblFan.TabIndex = 9;
this.lblFan.Text = "label4";
//
// managerTableAdapter
//
this.managerTableAdapter.ClearBeforeFill = true;
//
// dgvPartner
//
this.dgvPartner.AllowUserToAddRows = false;
this.dgvPartner.AllowUserToDeleteRows = false;
this.dgvPartner.BackgroundColor = System.Drawing.Color.White;
this.dgvPartner.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgvPartner.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
this.dgvPartner.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvPartner.ColumnHeadersVisible = false;
this.dgvPartner.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ID,
this.Info,
this.Discount});
this.dgvPartner.GridColor = System.Drawing.Color.White;
this.dgvPartner.Location = new System.Drawing.Point(12, 211);
this.dgvPartner.Name = "dgvPartner";
this.dgvPartner.ReadOnly = true;
this.dgvPartner.RowHeadersVisible = false;
this.dgvPartner.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.PaleGoldenrod;
this.dgvPartner.RowTemplate.DividerHeight = 10;
this.dgvPartner.RowTemplate.Height = 75;
this.dgvPartner.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvPartner.Size = new System.Drawing.Size(992, 299);
this.dgvPartner.TabIndex = 9;
this.dgvPartner.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPartner_CellClick);
//
// ID
//
this.ID.HeaderText = "ID";
this.ID.Name = "ID";
this.ID.ReadOnly = true;
this.ID.Visible = false;
//
// Info
//
this.Info.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.Info.DefaultCellStyle = dataGridViewCellStyle1;
this.Info.HeaderText = "Info";
this.Info.Name = "Info";
this.Info.ReadOnly = true;
//
// Discount
//
this.Discount.HeaderText = "Discount";
this.Discount.Name = "Discount";
this.Discount.ReadOnly = true;
//
// btnLogin
//
this.btnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
this.btnLogin.ForeColor = System.Drawing.SystemColors.Control;
this.btnLogin.Location = new System.Drawing.Point(12, 131);
this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(204, 30);
this.btnLogin.TabIndex = 10;
this.btnLogin.Text = "Добавить партнера";
this.btnLogin.UseVisualStyleBackColor = false;
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
//
// button1
//
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
this.button1.ForeColor = System.Drawing.SystemColors.Control;
this.button1.Location = new System.Drawing.Point(222, 131);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(204, 30);
this.button1.TabIndex = 11;
this.button1.Text = "Редактировать партнера";
this.button1.UseVisualStyleBackColor = false;
//
// pbxPhoto
//
this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
this.pbxPhoto.Location = new System.Drawing.Point(885, 0);
this.pbxPhoto.Name = "pbxPhoto";
this.pbxPhoto.Size = new System.Drawing.Size(131, 125);
this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pbxPhoto.TabIndex = 12;
this.pbxPhoto.TabStop = false;
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox1.Image = global::СУБД_Альфапол.Properties.Resources.Альфапол;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(145, 125);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// FormManager
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1016, 522);
this.Controls.Add(this.button1);
this.Controls.Add(this.btnLogin);
this.Controls.Add(this.dgvPartner);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Name = "FormManager";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "\"ООО\" Альфапол";
this.Load += new System.EventHandler(this.FormManager_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dbAlphapolAGDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvPartner)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label lblPatr;
private System.Windows.Forms.Label lblName;
private System.Windows.Forms.Label lblFan;
private dbAlphapolAGDataSet dbAlphapolAGDataSet;
private dbAlphapolAGDataSetTableAdapters.ManagerTableAdapter managerTableAdapter;
private System.Windows.Forms.PictureBox pbxPhoto;
private System.Windows.Forms.DataGridView dgvPartner;
public System.Windows.Forms.BindingSource bsUsers;
private System.Windows.Forms.Label lblPhoto;
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
private System.Windows.Forms.DataGridViewTextBoxColumn Info;
private System.Windows.Forms.DataGridViewTextBoxColumn Discount;
private System.Windows.Forms.Button btnLogin;
private System.Windows.Forms.Button button1;
}
}