namespace proba { partial class Prodaja_update { /// /// 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(Prodaja_update)); this.label1 = new System.Windows.Forms.Label(); this.text_data = new System.Windows.Forms.TextBox(); this.price = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.button_update = new System.Windows.Forms.Button(); this.button_back = new System.Windows.Forms.Button(); this.text_name = new System.Windows.Forms.ComboBox(); this.productsBindingSource = new System.Windows.Forms.BindingSource(this.components); this.vINILDataSet_Products = new proba.VINILDataSet_Products(); this.productsTableAdapter = new proba.VINILDataSet_ProductsTableAdapters.ProductsTableAdapter(); this.text_summa = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.text_surname = new System.Windows.Forms.ComboBox(); this.employeeBindingSource = new System.Windows.Forms.BindingSource(this.components); this.vINILDataSet_employee1 = new proba.VINILDataSet_employee1(); this.employeeTableAdapter = new proba.VINILDataSet_employee1TableAdapters.EmployeeTableAdapter(); ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Products)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.employeeBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_employee1)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(56, 62); this.label1.Name = "label1"; this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.label1.Size = new System.Drawing.Size(165, 24); this.label1.TabIndex = 36; this.label1.Text = "Название товара"; // // text_data // this.text_data.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.text_data.Location = new System.Drawing.Point(307, 118); this.text_data.MaxLength = 25; this.text_data.Name = "text_data"; this.text_data.Size = new System.Drawing.Size(210, 26); this.text_data.TabIndex = 34; // // price // this.price.AutoSize = true; this.price.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.price.Location = new System.Drawing.Point(56, 116); this.price.Name = "price"; this.price.RightToLeft = System.Windows.Forms.RightToLeft.No; this.price.Size = new System.Drawing.Size(139, 24); this.price.TabIndex = 33; this.price.Text = "Дата продажи"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.Location = new System.Drawing.Point(51, 152); this.label2.Name = "label2"; this.label2.RightToLeft = System.Windows.Forms.RightToLeft.No; this.label2.Size = new System.Drawing.Size(0, 24); this.label2.TabIndex = 37; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label3.Location = new System.Drawing.Point(56, 171); this.label3.Name = "label3"; this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No; this.label3.Size = new System.Drawing.Size(200, 24); this.label3.TabIndex = 39; this.label3.Text = "Фамилия сотрудника"; // // button_update // this.button_update.BackColor = System.Drawing.Color.Gray; this.button_update.Cursor = System.Windows.Forms.Cursors.Hand; this.button_update.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button_update.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.button_update.Location = new System.Drawing.Point(361, 267); this.button_update.Name = "button_update"; this.button_update.Size = new System.Drawing.Size(111, 30); this.button_update.TabIndex = 42; this.button_update.Text = "Изменить"; this.button_update.UseVisualStyleBackColor = false; this.button_update.Click += new System.EventHandler(this.button_update_Click); // // button_back // this.button_back.BackColor = System.Drawing.Color.Gray; this.button_back.Cursor = System.Windows.Forms.Cursors.Hand; this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.button_back.Location = new System.Drawing.Point(71, 268); this.button_back.Name = "button_back"; this.button_back.Size = new System.Drawing.Size(111, 30); this.button_back.TabIndex = 41; this.button_back.Text = "Назад"; this.button_back.UseVisualStyleBackColor = false; this.button_back.Click += new System.EventHandler(this.button_back_Click); // // text_name // this.text_name.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.productsBindingSource, "id_product", true)); this.text_name.DataSource = this.productsBindingSource; this.text_name.DisplayMember = "product"; this.text_name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.text_name.FormattingEnabled = true; this.text_name.Location = new System.Drawing.Point(307, 62); this.text_name.Name = "text_name"; this.text_name.Size = new System.Drawing.Size(210, 28); this.text_name.TabIndex = 43; this.text_name.ValueMember = "id_product"; // // productsBindingSource // this.productsBindingSource.DataMember = "Products"; this.productsBindingSource.DataSource = this.vINILDataSet_Products; // // vINILDataSet_Products // this.vINILDataSet_Products.DataSetName = "VINILDataSet_Products"; this.vINILDataSet_Products.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // productsTableAdapter // this.productsTableAdapter.ClearBeforeFill = true; // // text_summa // this.text_summa.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.text_summa.Location = new System.Drawing.Point(307, 218); this.text_summa.MaxLength = 9; this.text_summa.Name = "text_summa"; this.text_summa.Size = new System.Drawing.Size(210, 26); this.text_summa.TabIndex = 46; this.text_summa.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.text_summa_KeyPress); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label4.Location = new System.Drawing.Point(56, 216); this.label4.Name = "label4"; this.label4.RightToLeft = System.Windows.Forms.RightToLeft.No; this.label4.Size = new System.Drawing.Size(153, 24); this.label4.TabIndex = 45; this.label4.Text = "Сумма продажи"; // // text_surname // this.text_surname.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.employeeBindingSource, "id_employee", true)); this.text_surname.DataSource = this.employeeBindingSource; this.text_surname.DisplayMember = "surname"; this.text_surname.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.text_surname.FormattingEnabled = true; this.text_surname.Location = new System.Drawing.Point(307, 171); this.text_surname.Name = "text_surname"; this.text_surname.Size = new System.Drawing.Size(210, 28); this.text_surname.TabIndex = 47; this.text_surname.ValueMember = "id_employee"; // // employeeBindingSource // this.employeeBindingSource.DataMember = "Employee"; this.employeeBindingSource.DataSource = this.vINILDataSet_employee1; // // vINILDataSet_employee1 // this.vINILDataSet_employee1.DataSetName = "VINILDataSet_employee1"; this.vINILDataSet_employee1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // employeeTableAdapter // this.employeeTableAdapter.ClearBeforeFill = true; // // Prodaja_update // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173))))); this.ClientSize = new System.Drawing.Size(560, 325); this.Controls.Add(this.text_surname); this.Controls.Add(this.text_summa); this.Controls.Add(this.label4); this.Controls.Add(this.text_name); this.Controls.Add(this.button_update); this.Controls.Add(this.button_back); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.text_data); this.Controls.Add(this.price); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximumSize = new System.Drawing.Size(576, 364); this.MinimumSize = new System.Drawing.Size(576, 364); this.Name = "Prodaja_update"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Продажа изменение"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed); ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Products)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.employeeBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_employee1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox text_data; private System.Windows.Forms.Label price; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button button_update; private System.Windows.Forms.Button button_back; private System.Windows.Forms.ComboBox text_name; private VINILDataSet_Products vINILDataSet_Products; private System.Windows.Forms.BindingSource productsBindingSource; private VINILDataSet_ProductsTableAdapters.ProductsTableAdapter productsTableAdapter; private System.Windows.Forms.TextBox text_summa; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox text_surname; private VINILDataSet_employee1 vINILDataSet_employee1; private System.Windows.Forms.BindingSource employeeBindingSource; private VINILDataSet_employee1TableAdapters.EmployeeTableAdapter employeeTableAdapter; } }