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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormManager));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.panel1 = new System.Windows.Forms.Panel();
this.lblphoto = new System.Windows.Forms.Label();
this.bsManager = new System.Windows.Forms.BindingSource(this.components);
this.alfafloorGDVDataSet1 = new СУБД_Альфапол.AlfafloorGDVDataSet();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.pbxProfile = new System.Windows.Forms.PictureBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.btnHistorySales = new System.Windows.Forms.Button();
this.dgvPartner = new System.Windows.Forms.DataGridView();
this.IDPartner = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.InfoPartner = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Discount4Partner = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.lblSearch = new System.Windows.Forms.Label();
this.tbxSearch = new System.Windows.Forms.TextBox();
this.tbxMinR = new System.Windows.Forms.TextBox();
this.tbxMaxR = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.cbxRatingSearch = new System.Windows.Forms.CheckBox();
this.cmbTypePartner = new System.Windows.Forms.ComboBox();
this.bs4FilterTypePartner = new System.Windows.Forms.BindingSource(this.components);
this.label7 = new System.Windows.Forms.Label();
this.managerTableAdapter = new СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.ManagerTableAdapter();
this.type4FilterTableAdapter = new СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.Type4FilterTableAdapter();
this.btnAddEdit = new System.Windows.Forms.Button();
this.btnEditProfile = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bsManager)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.alfafloorGDVDataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbxProfile)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvPartner)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bs4FilterTypePartner)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BackColor = System.Drawing.Color.LightGray;
this.panel1.Controls.Add(this.btnEditProfile);
this.panel1.Controls.Add(this.lblphoto);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.pbxProfile);
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Controls.Add(this.label1);
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(796, 132);
this.panel1.TabIndex = 1;
//
// lblphoto
//
this.lblphoto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lblphoto.AutoSize = true;
this.lblphoto.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsManager, "Photo", true));
this.lblphoto.Location = new System.Drawing.Point(450, 104);
this.lblphoto.Name = "lblphoto";
this.lblphoto.Size = new System.Drawing.Size(49, 15);
this.lblphoto.TabIndex = 9;
this.lblphoto.Text = "label5";
//
// bsManager
//
this.bsManager.DataMember = "Manager";
this.bsManager.DataSource = this.alfafloorGDVDataSet1;
//
// alfafloorGDVDataSet1
//
this.alfafloorGDVDataSet1.DataSetName = "AlfafloorGDVDataSet";
this.alfafloorGDVDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.label4.AutoSize = true;
this.label4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsManager, "Patronomyc", true));
this.label4.Location = new System.Drawing.Point(591, 62);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(49, 15);
this.label4.TabIndex = 8;
this.label4.Text = "label4";
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.label3.AutoSize = true;
this.label3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsManager, "Name", true));
this.label3.Location = new System.Drawing.Point(591, 32);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(49, 15);
this.label3.TabIndex = 7;
this.label3.Text = "label3";
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsManager, "Surname", true));
this.label2.Location = new System.Drawing.Point(591, 5);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(49, 15);
this.label2.TabIndex = 6;
this.label2.Text = "label2";
//
// pbxProfile
//
this.pbxProfile.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.pbxProfile.DataBindings.Add(new System.Windows.Forms.Binding("Image", this.bsManager, "Photo", true));
this.pbxProfile.Dock = System.Windows.Forms.DockStyle.Right;
this.pbxProfile.Location = new System.Drawing.Point(657, 0);
this.pbxProfile.Name = "pbxProfile";
this.pbxProfile.Size = new System.Drawing.Size(139, 132);
this.pbxProfile.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pbxProfile.TabIndex = 2;
this.pbxProfile.TabStop = false;
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
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(140, 132);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(165, 51);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(382, 31);
this.label1.TabIndex = 0;
this.label1.Text = "Рабочее место Менеджера";
//
// btnHistorySales
//
this.btnHistorySales.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnHistorySales.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
this.btnHistorySales.ForeColor = System.Drawing.Color.GhostWhite;
this.btnHistorySales.Location = new System.Drawing.Point(657, 174);
this.btnHistorySales.Name = "btnHistorySales";
this.btnHistorySales.Size = new System.Drawing.Size(126, 36);
this.btnHistorySales.TabIndex = 7;
this.btnHistorySales.Text = "История продаж";
this.btnHistorySales.UseVisualStyleBackColor = false;
this.btnHistorySales.Click += new System.EventHandler(this.btnExit_Click);
//
// dgvPartner
//
this.dgvPartner.AllowUserToAddRows = false;
this.dgvPartner.AllowUserToDeleteRows = false;
this.dgvPartner.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvPartner.BackgroundColor = System.Drawing.Color.White;
this.dgvPartner.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
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.IDPartner,
this.InfoPartner,
this.Discount4Partner});
this.dgvPartner.GridColor = System.Drawing.Color.White;
this.dgvPartner.Location = new System.Drawing.Point(12, 216);
this.dgvPartner.MultiSelect = false;
this.dgvPartner.Name = "dgvPartner";
this.dgvPartner.RowHeadersVisible = false;
this.dgvPartner.RowHeadersWidth = 100;
this.dgvPartner.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.WhiteSmoke;
this.dgvPartner.RowTemplate.DividerHeight = 10;
this.dgvPartner.RowTemplate.Height = 70;
this.dgvPartner.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvPartner.Size = new System.Drawing.Size(771, 349);
this.dgvPartner.TabIndex = 6;
this.dgvPartner.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPartner_CellDoubleClick);
//
// IDPartner
//
this.IDPartner.HeaderText = "Column1";
this.IDPartner.Name = "IDPartner";
this.IDPartner.Visible = false;
//
// InfoPartner
//
this.InfoPartner.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.InfoPartner.DefaultCellStyle = dataGridViewCellStyle1;
this.InfoPartner.HeaderText = "Инфо";
this.InfoPartner.Name = "InfoPartner";
//
// Discount4Partner
//
dataGridViewCellStyle2.Font = new System.Drawing.Font("Courier New", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.Discount4Partner.DefaultCellStyle = dataGridViewCellStyle2;
this.Discount4Partner.HeaderText = "Скидка";
this.Discount4Partner.Name = "Discount4Partner";
//
// lblSearch
//
this.lblSearch.AutoSize = true;
this.lblSearch.Location = new System.Drawing.Point(12, 158);
this.lblSearch.Name = "lblSearch";
this.lblSearch.Size = new System.Drawing.Size(245, 15);
this.lblSearch.TabIndex = 7;
this.lblSearch.Text = "Поиск по наименованию или фамилии:";
//
// tbxSearch
//
this.tbxSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbxSearch.Location = new System.Drawing.Point(12, 176);
this.tbxSearch.Name = "tbxSearch";
this.tbxSearch.Size = new System.Drawing.Size(245, 21);
this.tbxSearch.TabIndex = 1;
this.tbxSearch.TextChanged += new System.EventHandler(this.tbxSearch_TextChanged);
//
// tbxMinR
//
this.tbxMinR.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.tbxMinR.Location = new System.Drawing.Point(387, 149);
this.tbxMinR.Name = "tbxMinR";
this.tbxMinR.Size = new System.Drawing.Size(100, 21);
this.tbxMinR.TabIndex = 2;
this.tbxMinR.TextChanged += new System.EventHandler(this.tbxMinR_TextChanged);
//
// tbxMaxR
//
this.tbxMaxR.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.tbxMaxR.Location = new System.Drawing.Point(387, 179);
this.tbxMaxR.Name = "tbxMaxR";
this.tbxMaxR.Size = new System.Drawing.Size(100, 21);
this.tbxMaxR.TabIndex = 3;
this.tbxMaxR.TextChanged += new System.EventHandler(this.tbxMaxR_TextChanged);
//
// label5
//
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(276, 152);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(98, 15);
this.label5.TabIndex = 11;
this.label5.Text = "Мин. рейтинг:";
//
// label6
//
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(276, 182);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(105, 15);
this.label6.TabIndex = 12;
this.label6.Text = "Макс. рейтинг:";
//
// cbxRatingSearch
//
this.cbxRatingSearch.AutoSize = true;
this.cbxRatingSearch.Location = new System.Drawing.Point(12, 138);
this.cbxRatingSearch.Name = "cbxRatingSearch";
this.cbxRatingSearch.Size = new System.Drawing.Size(152, 19);
this.cbxRatingSearch.TabIndex = 4;
this.cbxRatingSearch.Text = "Искать по рейтингу";
this.cbxRatingSearch.UseVisualStyleBackColor = true;
this.cbxRatingSearch.CheckedChanged += new System.EventHandler(this.cbxRatingSearch_CheckedChanged);
//
// cmbTypePartner
//
this.cmbTypePartner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cmbTypePartner.DataSource = this.bs4FilterTypePartner;
this.cmbTypePartner.DisplayMember = "TypePartner";
this.cmbTypePartner.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbTypePartner.FormattingEnabled = true;
this.cmbTypePartner.Location = new System.Drawing.Point(501, 179);
this.cmbTypePartner.Name = "cmbTypePartner";
this.cmbTypePartner.Size = new System.Drawing.Size(140, 23);
this.cmbTypePartner.TabIndex = 5;
this.cmbTypePartner.SelectedIndexChanged += new System.EventHandler(this.cmbTypePartner_SelectedIndexChanged);
//
// bs4FilterTypePartner
//
this.bs4FilterTypePartner.DataMember = "Type4Filter";
this.bs4FilterTypePartner.DataSource = this.alfafloorGDVDataSet1;
//
// label7
//
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(498, 149);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(140, 15);
this.label7.TabIndex = 15;
this.label7.Text = "Фильтрация по типу:";
//
// managerTableAdapter
//
this.managerTableAdapter.ClearBeforeFill = true;
//
// type4FilterTableAdapter
//
this.type4FilterTableAdapter.ClearBeforeFill = true;
//
// btnAddEdit
//
this.btnAddEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnAddEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
this.btnAddEdit.ForeColor = System.Drawing.Color.GhostWhite;
this.btnAddEdit.Location = new System.Drawing.Point(657, 134);
this.btnAddEdit.Name = "btnAddEdit";
this.btnAddEdit.Size = new System.Drawing.Size(126, 36);
this.btnAddEdit.TabIndex = 6;
this.btnAddEdit.Text = "Добавить";
this.btnAddEdit.UseVisualStyleBackColor = false;
this.btnAddEdit.Click += new System.EventHandler(this.btnAddEdit_Click);
//
// btnEditProfile
//
this.btnEditProfile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnEditProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
this.btnEditProfile.ForeColor = System.Drawing.Color.GhostWhite;
this.btnEditProfile.Location = new System.Drawing.Point(551, 95);
this.btnEditProfile.Name = "btnEditProfile";
this.btnEditProfile.Size = new System.Drawing.Size(100, 26);
this.btnEditProfile.TabIndex = 16;
this.btnEditProfile.Text = "Профиль";
this.btnEditProfile.UseVisualStyleBackColor = false;
this.btnEditProfile.Click += new System.EventHandler(this.btnEditProfile_Click);
//
// 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(795, 577);
this.Controls.Add(this.btnAddEdit);
this.Controls.Add(this.label7);
this.Controls.Add(this.cmbTypePartner);
this.Controls.Add(this.cbxRatingSearch);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.tbxMaxR);
this.Controls.Add(this.tbxMinR);
this.Controls.Add(this.tbxSearch);
this.Controls.Add(this.lblSearch);
this.Controls.Add(this.dgvPartner);
this.Controls.Add(this.btnHistorySales);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("Courier New", 9F);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.MinimumSize = new System.Drawing.Size(811, 616);
this.Name = "FormManager";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "OOO \"Альфапол\"";
this.Load += new System.EventHandler(this.FormManager_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.bsManager)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.alfafloorGDVDataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbxProfile)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvPartner)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bs4FilterTypePartner)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnHistorySales;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.PictureBox pbxProfile;
private AlfafloorGDVDataSet alfafloorGDVDataSet1;
private AlfafloorGDVDataSetTableAdapters.ManagerTableAdapter managerTableAdapter;
public System.Windows.Forms.BindingSource bsManager;
private System.Windows.Forms.Label lblphoto;
private System.Windows.Forms.DataGridView dgvPartner;
private System.Windows.Forms.DataGridViewTextBoxColumn IDPartner;
private System.Windows.Forms.DataGridViewTextBoxColumn InfoPartner;
private System.Windows.Forms.DataGridViewTextBoxColumn Discount4Partner;
private System.Windows.Forms.Label lblSearch;
private System.Windows.Forms.TextBox tbxSearch;
private System.Windows.Forms.TextBox tbxMinR;
private System.Windows.Forms.TextBox tbxMaxR;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.CheckBox cbxRatingSearch;
private System.Windows.Forms.ComboBox cmbTypePartner;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.BindingSource bs4FilterTypePartner;
private AlfafloorGDVDataSetTableAdapters.Type4FilterTableAdapter type4FilterTableAdapter;
private System.Windows.Forms.Button btnAddEdit;
private System.Windows.Forms.Button btnEditProfile;
}
}