namespace Brovi07.session1 { partial class tovarForm { /// /// 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 costLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(tovarForm)); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.broviDataSet = new Brovi07.BroviDataSet(); this.productBindingSource = new System.Windows.Forms.BindingSource(this.components); this.productTableAdapter = new Brovi07.BroviDataSetTableAdapters.ProductTableAdapter(); this.tableAdapterManager = new Brovi07.BroviDataSetTableAdapters.TableAdapterManager(); this.titleTextBox = new System.Windows.Forms.TextBox(); this.costTextBox = new System.Windows.Forms.TextBox(); this.prevButton = new System.Windows.Forms.Button(); this.nextButton = new System.Windows.Forms.Button(); this.firstButton = new System.Windows.Forms.Button(); this.lastButton = new System.Windows.Forms.Button(); this.exitButton = new System.Windows.Forms.Button(); costLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.broviDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit(); this.SuspendLayout(); // // costLabel // costLabel.AutoSize = true; costLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); costLabel.Location = new System.Drawing.Point(374, 171); costLabel.Name = "costLabel"; costLabel.Size = new System.Drawing.Size(71, 23); costLabel.TabIndex = 6; costLabel.Text = "Рублей"; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(83, 86); this.pictureBox1.TabIndex = 3; this.pictureBox1.TabStop = false; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.panel1.Controls.Add(this.label1); this.panel1.Location = new System.Drawing.Point(80, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(800, 86); this.panel1.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(10, 29); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(154, 23); this.label1.TabIndex = 3; this.label1.Text = "Список товара"; // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(12, 92); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(231, 178); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox2.TabIndex = 4; this.pictureBox2.TabStop = false; // // broviDataSet // this.broviDataSet.DataSetName = "BroviDataSet"; this.broviDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // productBindingSource // this.productBindingSource.DataMember = "Product"; this.productBindingSource.DataSource = this.broviDataSet; // // productTableAdapter // this.productTableAdapter.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 = null; this.tableAdapterManager.ProductPhotoTableAdapter = null; this.tableAdapterManager.ProductSaleTableAdapter = null; this.tableAdapterManager.ProductTableAdapter = this.productTableAdapter; this.tableAdapterManager.ServicePhotoTableAdapter = null; this.tableAdapterManager.ServiceTableAdapter = null; this.tableAdapterManager.TagOfClientTableAdapter = null; this.tableAdapterManager.TagTableAdapter = null; this.tableAdapterManager.UpdateOrder = Brovi07.BroviDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // titleTextBox // this.titleTextBox.BackColor = System.Drawing.Color.White; this.titleTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Title", true)); this.titleTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.titleTextBox.Location = new System.Drawing.Point(268, 92); this.titleTextBox.Multiline = true; this.titleTextBox.Name = "titleTextBox"; this.titleTextBox.ReadOnly = true; this.titleTextBox.Size = new System.Drawing.Size(346, 73); this.titleTextBox.TabIndex = 6; // // costTextBox // this.costTextBox.BackColor = System.Drawing.Color.White; this.costTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.costTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Cost", true)); this.costTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.costTextBox.Location = new System.Drawing.Point(268, 171); this.costTextBox.Name = "costTextBox"; this.costTextBox.ReadOnly = true; this.costTextBox.Size = new System.Drawing.Size(100, 23); this.costTextBox.TabIndex = 7; // // prevButton // this.prevButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.prevButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.prevButton.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.prevButton.Location = new System.Drawing.Point(272, 200); this.prevButton.Name = "prevButton"; this.prevButton.Size = new System.Drawing.Size(96, 28); this.prevButton.TabIndex = 8; this.prevButton.Text = "Предыдущее"; this.prevButton.UseVisualStyleBackColor = false; this.prevButton.Click += new System.EventHandler(this.prevButton_Click); // // nextButton // this.nextButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.nextButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.nextButton.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.nextButton.Location = new System.Drawing.Point(518, 200); this.nextButton.Name = "nextButton"; this.nextButton.Size = new System.Drawing.Size(96, 28); this.nextButton.TabIndex = 9; this.nextButton.Text = "Следующее"; this.nextButton.UseVisualStyleBackColor = false; this.nextButton.Click += new System.EventHandler(this.nextButton_Click); // // firstButton // this.firstButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.firstButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.firstButton.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.firstButton.Location = new System.Drawing.Point(272, 235); this.firstButton.Name = "firstButton"; this.firstButton.Size = new System.Drawing.Size(96, 28); this.firstButton.TabIndex = 10; this.firstButton.Text = "Первая"; this.firstButton.UseVisualStyleBackColor = false; this.firstButton.Click += new System.EventHandler(this.firstButton_Click); // // lastButton // this.lastButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.lastButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.lastButton.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.lastButton.Location = new System.Drawing.Point(518, 235); this.lastButton.Name = "lastButton"; this.lastButton.Size = new System.Drawing.Size(96, 28); this.lastButton.TabIndex = 11; this.lastButton.Text = "Последняя"; this.lastButton.UseVisualStyleBackColor = false; this.lastButton.Click += new System.EventHandler(this.lastButton_Click); // // exitButton // this.exitButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.exitButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.exitButton.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.exitButton.Location = new System.Drawing.Point(395, 216); this.exitButton.Name = "exitButton"; this.exitButton.Size = new System.Drawing.Size(96, 28); this.exitButton.TabIndex = 12; this.exitButton.Text = "Выход"; this.exitButton.UseVisualStyleBackColor = false; this.exitButton.Click += new System.EventHandler(this.exitButton_Click); // // tovarForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(626, 293); this.Controls.Add(this.exitButton); this.Controls.Add(this.lastButton); this.Controls.Add(this.firstButton); this.Controls.Add(this.nextButton); this.Controls.Add(this.prevButton); this.Controls.Add(costLabel); this.Controls.Add(this.costTextBox); this.Controls.Add(this.titleTextBox); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "tovarForm"; this.Text = "Товары"; this.Load += new System.EventHandler(this.tovarForm_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.broviDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pictureBox2; private BroviDataSet broviDataSet; private System.Windows.Forms.BindingSource productBindingSource; private BroviDataSetTableAdapters.ProductTableAdapter productTableAdapter; private BroviDataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.TextBox titleTextBox; private System.Windows.Forms.TextBox costTextBox; private System.Windows.Forms.Button prevButton; private System.Windows.Forms.Button nextButton; private System.Windows.Forms.Button firstButton; private System.Windows.Forms.Button lastButton; private System.Windows.Forms.Button exitButton; } }