namespace Brovi11 { partial class EditMan { /// /// 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.Label nameLabel; System.Windows.Forms.Label startDateLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditMan)); this.panel1 = new System.Windows.Forms.Panel(); this.button9 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panel6 = new System.Windows.Forms.Panel(); this.button8 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this._1Brovi11DataSet = new Brovi11._1Brovi11DataSet(); this.manufacturerBindingSource = new System.Windows.Forms.BindingSource(this.components); this.manufacturerTableAdapter = new Brovi11._1Brovi11DataSetTableAdapters.ManufacturerTableAdapter(); this.tableAdapterManager = new Brovi11._1Brovi11DataSetTableAdapters.TableAdapterManager(); this.nameTextBox = new System.Windows.Forms.TextBox(); this.startDateDateTimePicker = new System.Windows.Forms.DateTimePicker(); nameLabel = new System.Windows.Forms.Label(); startDateLabel = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).BeginInit(); this.SuspendLayout(); // // nameLabel // nameLabel.AutoSize = true; nameLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); nameLabel.Location = new System.Drawing.Point(246, 182); nameLabel.Name = "nameLabel"; nameLabel.Size = new System.Drawing.Size(146, 23); nameLabel.TabIndex = 24; nameLabel.Text = "Наименование:"; // // startDateLabel // startDateLabel.AutoSize = true; startDateLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); startDateLabel.Location = new System.Drawing.Point(196, 263); startDateLabel.Name = "startDateLabel"; startDateLabel.Size = new System.Drawing.Size(196, 23); startDateLabel.TabIndex = 25; startDateLabel.Text = "Дата начала работы:"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.panel1.Controls.Add(this.button9); this.panel1.Controls.Add(this.label1); 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.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(808, 108); this.panel1.TabIndex = 4; // // button9 // this.button9.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button9.Location = new System.Drawing.Point(867, 41); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(133, 34); this.button9.TabIndex = 2; this.button9.Text = "Авторизация"; this.button9.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(204, 36); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(491, 39); this.label1.TabIndex = 1; this.label1.Text = "Редактирование производителя"; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(3, 3); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(141, 102); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // panel6 // this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.panel6.Controls.Add(this.button8); this.panel6.Controls.Add(this.button5); this.panel6.Location = new System.Drawing.Point(476, 451); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(312, 118); this.panel6.TabIndex = 22; // // button8 // this.button8.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button8.Location = new System.Drawing.Point(36, 7); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(238, 45); this.button8.TabIndex = 4; this.button8.Text = "Редактировать запись"; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.button8_Click); // // button5 // this.button5.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button5.Location = new System.Drawing.Point(71, 58); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(179, 45); this.button5.TabIndex = 3; this.button5.Text = "Сохранить запись"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // button1 // this.button1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button1.Location = new System.Drawing.Point(12, 524); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(179, 45); this.button1.TabIndex = 23; this.button1.Text = "Производители"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // _1Brovi11DataSet // this._1Brovi11DataSet.DataSetName = "_1Brovi11DataSet"; this._1Brovi11DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // manufacturerBindingSource // this.manufacturerBindingSource.DataMember = "Manufacturer"; this.manufacturerBindingSource.DataSource = this._1Brovi11DataSet; // // manufacturerTableAdapter // this.manufacturerTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.AttachedProductTableAdapter = null; this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.ClientServiceTableAdapter = null; this.tableAdapterManager.ClientTableAdapter = null; this.tableAdapterManager.DocumentByServiceTableAdapter = null; this.tableAdapterManager.GenderTableAdapter = null; this.tableAdapterManager.ManufacturerTableAdapter = this.manufacturerTableAdapter; this.tableAdapterManager.ProductPhotoTableAdapter = null; this.tableAdapterManager.ProductSaleTableAdapter = null; this.tableAdapterManager.ProductTableAdapter = null; this.tableAdapterManager.ServicePhotoTableAdapter = null; this.tableAdapterManager.ServiceTableAdapter = null; this.tableAdapterManager.TagOfClientTableAdapter = null; this.tableAdapterManager.TagTableAdapter = null; this.tableAdapterManager.UpdateOrder = Brovi11._1Brovi11DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // nameTextBox // this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.manufacturerBindingSource, "Name", true)); this.nameTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.nameTextBox.Location = new System.Drawing.Point(476, 175); this.nameTextBox.Name = "nameTextBox"; this.nameTextBox.Size = new System.Drawing.Size(200, 30); this.nameTextBox.TabIndex = 25; // // startDateDateTimePicker // this.startDateDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.manufacturerBindingSource, "StartDate", true)); this.startDateDateTimePicker.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.startDateDateTimePicker.Location = new System.Drawing.Point(476, 257); this.startDateDateTimePicker.Name = "startDateDateTimePicker"; this.startDateDateTimePicker.Size = new System.Drawing.Size(200, 30); this.startDateDateTimePicker.TabIndex = 26; // // EditMan // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(808, 581); this.Controls.Add(startDateLabel); this.Controls.Add(this.startDateDateTimePicker); this.Controls.Add(nameLabel); this.Controls.Add(this.nameTextBox); this.Controls.Add(this.button1); this.Controls.Add(this.panel6); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "EditMan"; this.Text = "EditMan"; this.Load += new System.EventHandler(this.EditMan_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel6.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button9; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button1; private _1Brovi11DataSet _1Brovi11DataSet; private System.Windows.Forms.BindingSource manufacturerBindingSource; private _1Brovi11DataSetTableAdapters.ManufacturerTableAdapter manufacturerTableAdapter; private _1Brovi11DataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.TextBox nameTextBox; private System.Windows.Forms.DateTimePicker startDateDateTimePicker; } }