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)); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.btnLogin = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.lblPatr = new System.Windows.Forms.Label(); this.lblName = new System.Windows.Forms.Label(); this.lblFan = new System.Windows.Forms.Label(); this.bsUsers = new System.Windows.Forms.BindingSource(this.components); this.dbAlphapolAGDataSet = new СУБД_Альфапол.dbAlphapolAGDataSet(); this.managerTableAdapter = new СУБД_Альфапол.dbAlphapolAGDataSetTableAdapters.ManagerTableAdapter(); this.pbxPhoto = new System.Windows.Forms.PictureBox(); this.lblPhoto = new System.Windows.Forms.Label(); 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.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dbAlphapolAGDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).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.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; // // 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 = "Рабочее место менеджера"; // // 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(14, 471); this.btnLogin.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.btnLogin.Name = "btnLogin"; this.btnLogin.Size = new System.Drawing.Size(238, 35); this.btnLogin.TabIndex = 7; this.btnLogin.Text = "ОК"; this.btnLogin.UseVisualStyleBackColor = false; // // 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(765, 471); this.button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(238, 35); this.button1.TabIndex = 8; this.button1.Text = "Отмена"; this.button1.UseVisualStyleBackColor = 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; // // 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"; // // 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"; // // bsUsers // this.bsUsers.DataMember = "Manager"; this.bsUsers.DataSource = this.dbAlphapolAGDataSet; // // dbAlphapolAGDataSet // this.dbAlphapolAGDataSet.DataSetName = "dbAlphapolAGDataSet"; this.dbAlphapolAGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // managerTableAdapter // this.managerTableAdapter.ClearBeforeFill = true; // // 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; // // 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(518, 94); this.lblPhoto.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblPhoto.Name = "lblPhoto"; this.lblPhoto.Size = new System.Drawing.Size(63, 15); this.lblPhoto.TabIndex = 13; this.lblPhoto.Text = "lblPhoto"; // // dgvPartner // this.dgvPartner.AllowUserToAddRows = false; this.dgvPartner.AllowUserToDeleteRows = false; this.dgvPartner.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvPartner.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ID, this.Info, this.Discount}); this.dgvPartner.Location = new System.Drawing.Point(26, 213); this.dgvPartner.Name = "dgvPartner"; this.dgvPartner.ReadOnly = true; this.dgvPartner.Size = new System.Drawing.Size(965, 252); this.dgvPartner.TabIndex = 9; // // ID // this.ID.HeaderText = "ID"; this.ID.Name = "ID"; this.ID.ReadOnly = true; // // Info // this.Info.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; 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; // // 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.dgvPartner); this.Controls.Add(this.button1); this.Controls.Add(this.btnLogin); 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.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dbAlphapolAGDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvPartner)).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.Button btnLogin; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label lblPatr; private System.Windows.Forms.Label lblName; private System.Windows.Forms.Label lblFan; private System.Windows.Forms.BindingSource bsUsers; private dbAlphapolAGDataSet dbAlphapolAGDataSet; private dbAlphapolAGDataSetTableAdapters.ManagerTableAdapter managerTableAdapter; private System.Windows.Forms.PictureBox pbxPhoto; private System.Windows.Forms.Label lblPhoto; private System.Windows.Forms.DataGridView dgvPartner; private System.Windows.Forms.DataGridViewTextBoxColumn ID; private System.Windows.Forms.DataGridViewTextBoxColumn Info; private System.Windows.Forms.DataGridViewTextBoxColumn Discount; } }