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.btnEditProfmanager = new System.Windows.Forms.Button(); this.lblPhoto = new System.Windows.Forms.Label(); this.bsUsers = new System.Windows.Forms.BindingSource(this.components); this.dbAlphapolAGDataSet = new СУБД_Альфапол.dbAlphapolAGDataSet(); this.pbxPhoto = new System.Windows.Forms.PictureBox(); 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.pictureBox1 = new System.Windows.Forms.PictureBox(); 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.btnAdd = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.tbxFind = new System.Windows.Forms.TextBox(); this.cbxFindReting = new System.Windows.Forms.CheckBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.tbxMinRating = new System.Windows.Forms.TextBox(); this.tbxMaxReting = new System.Windows.Forms.TextBox(); this.cmbTypePartner = new System.Windows.Forms.ComboBox(); this.bsTypeForFilter = new System.Windows.Forms.BindingSource(this.components); this.label5 = new System.Windows.Forms.Label(); this.typeForFilterTableAdapter = new СУБД_Альфапол.dbAlphapolAGDataSetTableAdapters.TypeForFilterTableAdapter(); this.btnHistory = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dbAlphapolAGDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvPartner)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bsTypeForFilter)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.LightGray; this.panel1.Controls.Add(this.btnEditProfmanager); 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; // // btnEditProfmanager // this.btnEditProfmanager.Anchor = System.Windows.Forms.AnchorStyles.Right; this.btnEditProfmanager.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245))))); this.btnEditProfmanager.ForeColor = System.Drawing.SystemColors.Control; this.btnEditProfmanager.Location = new System.Drawing.Point(730, 92); this.btnEditProfmanager.Name = "btnEditProfmanager"; this.btnEditProfmanager.Size = new System.Drawing.Size(149, 30); this.btnEditProfmanager.TabIndex = 21; this.btnEditProfmanager.Text = "Профиль менеджера"; this.btnEditProfmanager.UseVisualStyleBackColor = false; this.btnEditProfmanager.Click += new System.EventHandler(this.btnEditProfmanager_Click); // // 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; // // pbxPhoto // this.pbxPhoto.Anchor = System.Windows.Forms.AnchorStyles.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; // // lblPatr // this.lblPatr.Anchor = System.Windows.Forms.AnchorStyles.Right; 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.Anchor = System.Windows.Forms.AnchorStyles.Right; 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.Anchor = System.Windows.Forms.AnchorStyles.Right; 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"; // // 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; // // managerTableAdapter // this.managerTableAdapter.ClearBeforeFill = true; // // 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.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.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPartner_CellDoubleClick); // // 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; // // btnAdd // this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245))))); this.btnAdd.ForeColor = System.Drawing.SystemColors.Control; this.btnAdd.Location = new System.Drawing.Point(800, 131); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(204, 30); this.btnAdd.TabIndex = 10; this.btnAdd.Text = "Добавить партнера"; this.btnAdd.UseVisualStyleBackColor = false; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(9, 135); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(238, 15); this.label2.TabIndex = 11; this.label2.Text = "Поиск по наименованию или фамалии"; // // tbxFind // this.tbxFind.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbxFind.Location = new System.Drawing.Point(253, 132); this.tbxFind.Name = "tbxFind"; this.tbxFind.Size = new System.Drawing.Size(139, 21); this.tbxFind.TabIndex = 12; this.tbxFind.TextChanged += new System.EventHandler(this.tbxFind_TextChanged); // // cbxFindReting // this.cbxFindReting.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cbxFindReting.AutoSize = true; this.cbxFindReting.Location = new System.Drawing.Point(240, 156); this.cbxFindReting.Name = "cbxFindReting"; this.cbxFindReting.Size = new System.Drawing.Size(152, 19); this.cbxFindReting.TabIndex = 13; this.cbxFindReting.Text = "Искать по рейтингу"; this.cbxFindReting.UseVisualStyleBackColor = true; this.cbxFindReting.CheckedChanged += new System.EventHandler(this.cbxFindReting_CheckedChanged); // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(411, 156); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(147, 15); this.label3.TabIndex = 14; this.label3.Text = "Минимальный рейтинг:"; // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(404, 135); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(154, 15); this.label4.TabIndex = 15; this.label4.Text = "Максимальный рейтинг:"; // // tbxMinRating // this.tbxMinRating.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.tbxMinRating.Location = new System.Drawing.Point(564, 153); this.tbxMinRating.Name = "tbxMinRating"; this.tbxMinRating.Size = new System.Drawing.Size(49, 21); this.tbxMinRating.TabIndex = 16; this.tbxMinRating.TextChanged += new System.EventHandler(this.tbxMinRating_TextChanged); // // tbxMaxReting // this.tbxMaxReting.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.tbxMaxReting.Location = new System.Drawing.Point(564, 131); this.tbxMaxReting.Name = "tbxMaxReting"; this.tbxMaxReting.Size = new System.Drawing.Size(49, 21); this.tbxMaxReting.TabIndex = 17; this.tbxMaxReting.TextChanged += new System.EventHandler(this.tbxMaxReting_TextChanged); // // cmbTypePartner // this.cmbTypePartner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cmbTypePartner.DataSource = this.bsTypeForFilter; this.cmbTypePartner.DisplayMember = "Type"; this.cmbTypePartner.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbTypePartner.FormattingEnabled = true; this.cmbTypePartner.Location = new System.Drawing.Point(619, 152); this.cmbTypePartner.Name = "cmbTypePartner"; this.cmbTypePartner.Size = new System.Drawing.Size(140, 23); this.cmbTypePartner.TabIndex = 18; this.cmbTypePartner.SelectedIndexChanged += new System.EventHandler(this.cmbTypePartner_SelectedIndexChanged); // // bsTypeForFilter // this.bsTypeForFilter.DataMember = "TypeForFilter"; this.bsTypeForFilter.DataSource = this.dbAlphapolAGDataSet; // // 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(619, 134); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(140, 15); this.label5.TabIndex = 19; this.label5.Text = "Фильтрация по типу:"; // // typeForFilterTableAdapter // this.typeForFilterTableAdapter.ClearBeforeFill = true; // // btnHistory // this.btnHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnHistory.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245))))); this.btnHistory.ForeColor = System.Drawing.SystemColors.Control; this.btnHistory.Location = new System.Drawing.Point(800, 167); this.btnHistory.Name = "btnHistory"; this.btnHistory.Size = new System.Drawing.Size(204, 30); this.btnHistory.TabIndex = 20; this.btnHistory.Text = "История продаж"; this.btnHistory.UseVisualStyleBackColor = false; this.btnHistory.Click += new System.EventHandler(this.btnHistory_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(1016, 522); this.Controls.Add(this.btnHistory); this.Controls.Add(this.label5); this.Controls.Add(this.cmbTypePartner); this.Controls.Add(this.tbxMaxReting); this.Controls.Add(this.tbxMinRating); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.cbxFindReting); this.Controls.Add(this.tbxFind); this.Controls.Add(this.label2); this.Controls.Add(this.btnAdd); 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.MinimumSize = new System.Drawing.Size(1032, 561); 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.pbxPhoto)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvPartner)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bsTypeForFilter)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #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 btnAdd; private System.Windows.Forms.Label label2; public System.Windows.Forms.TextBox tbxFind; private System.Windows.Forms.CheckBox cbxFindReting; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; public System.Windows.Forms.TextBox tbxMinRating; public System.Windows.Forms.TextBox tbxMaxReting; private System.Windows.Forms.ComboBox cmbTypePartner; private System.Windows.Forms.Label label5; private System.Windows.Forms.BindingSource bsTypeForFilter; private dbAlphapolAGDataSetTableAdapters.TypeForFilterTableAdapter typeForFilterTableAdapter; private System.Windows.Forms.Button btnHistory; private System.Windows.Forms.Button btnEditProfmanager; } }