123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397 |
- namespace СУБД_Альфапол
- {
- partial class FormManager
- {
- /// <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.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.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.btnLogin = 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.label5 = new System.Windows.Forms.Label();
- this.bsTypeForFilter = new System.Windows.Forms.BindingSource(this.components);
- this.typeForFilterTableAdapter = new СУБД_Альфапол.dbAlphapolAGDataSetTableAdapters.TypeForFilterTableAdapter();
- 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.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;
- //
- // 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;
- //
- // 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";
- //
- // 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.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(800, 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);
- //
- // label2
- //
- 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.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.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.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.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.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.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.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);
- //
- // label5
- //
- 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 = "Фильтрация по типу:";
- //
- // bsTypeForFilter
- //
- this.bsTypeForFilter.DataMember = "TypeForFilter";
- this.bsTypeForFilter.DataSource = this.dbAlphapolAGDataSet;
- //
- // typeForFilterTableAdapter
- //
- this.typeForFilterTableAdapter.ClearBeforeFill = true;
- //
- // 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.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.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.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 btnLogin;
- 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;
- }
- }
|