| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270 |
- 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.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.btnExit = new System.Windows.Forms.Button();
- this.managerTableAdapter = new СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.ManagerTableAdapter();
- 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.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();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.LightGray;
- 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.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(933, 136);
- this.panel1.TabIndex = 1;
- //
- // lblphoto
- //
- 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(679, 94);
- 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.AutoSize = true;
- this.label4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsManager, "Patronomyc", true));
- this.label4.Location = new System.Drawing.Point(679, 63);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(49, 15);
- this.label4.TabIndex = 8;
- this.label4.Text = "label4";
- //
- // label3
- //
- 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(679, 35);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(49, 15);
- this.label3.TabIndex = 7;
- this.label3.Text = "label3";
- //
- // label2
- //
- 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(679, 9);
- 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(794, 0);
- this.pbxProfile.Name = "pbxProfile";
- this.pbxProfile.Size = new System.Drawing.Size(139, 136);
- 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, 136);
- 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(218, 52);
- 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 = "Рабочее место Менеджера";
- //
- // btnExit
- //
- this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
- this.btnExit.ForeColor = System.Drawing.Color.GhostWhite;
- this.btnExit.Location = new System.Drawing.Point(749, 453);
- this.btnExit.Name = "btnExit";
- this.btnExit.Size = new System.Drawing.Size(100, 36);
- this.btnExit.TabIndex = 5;
- this.btnExit.Text = "Выйти";
- this.btnExit.UseVisualStyleBackColor = false;
- this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
- //
- // 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.IDPartner,
- this.InfoPartner,
- this.Discount4Partner});
- this.dgvPartner.GridColor = System.Drawing.Color.White;
- this.dgvPartner.Location = new System.Drawing.Point(12, 142);
- 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(682, 349);
- this.dgvPartner.TabIndex = 6;
- //
- // 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";
- //
- // 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(933, 519);
- this.Controls.Add(this.dgvPartner);
- this.Controls.Add(this.btnExit);
- 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.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();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button btnExit;
- 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;
- }
- }
|