namespace Yslugi_Salona_Krasot { partial class Form4 { /// /// 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(Form4)); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.barhotnieBrovkiDataSet = new Yslugi_Salona_Krasot.BarhotnieBrovkiDataSet(); this.serviceclientbimportBindingSource = new System.Windows.Forms.BindingSource(this.components); this.serviceclient_b_importTableAdapter = new Yslugi_Salona_Krasot.BarhotnieBrovkiDataSetTableAdapters.Serviceclient_b_importTableAdapter(); this.iDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.услугаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.началооказанияуслугиDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.клиентDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.b1 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barhotnieBrovkiDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.serviceclientbimportBindingSource)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(1, 2); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(167, 65); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 18; this.pictureBox1.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(322, 29); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(159, 23); this.label1.TabIndex = 19; this.label1.Text = "Записи клиентов"; // // dataGridView1 // this.dataGridView1.AutoGenerateColumns = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.iDDataGridViewTextBoxColumn, this.услугаDataGridViewTextBoxColumn, this.началооказанияуслугиDataGridViewTextBoxColumn, this.клиентDataGridViewTextBoxColumn}); this.dataGridView1.DataSource = this.serviceclientbimportBindingSource; this.dataGridView1.Location = new System.Drawing.Point(352, 70); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(361, 368); this.dataGridView1.TabIndex = 20; // // barhotnieBrovkiDataSet // this.barhotnieBrovkiDataSet.DataSetName = "BarhotnieBrovkiDataSet"; this.barhotnieBrovkiDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // serviceclientbimportBindingSource // this.serviceclientbimportBindingSource.DataMember = "Serviceclient_b_import"; this.serviceclientbimportBindingSource.DataSource = this.barhotnieBrovkiDataSet; // // serviceclient_b_importTableAdapter // this.serviceclient_b_importTableAdapter.ClearBeforeFill = true; // // iDDataGridViewTextBoxColumn // this.iDDataGridViewTextBoxColumn.DataPropertyName = "ID"; this.iDDataGridViewTextBoxColumn.HeaderText = "ID"; this.iDDataGridViewTextBoxColumn.Name = "iDDataGridViewTextBoxColumn"; this.iDDataGridViewTextBoxColumn.Visible = false; // // услугаDataGridViewTextBoxColumn // this.услугаDataGridViewTextBoxColumn.DataPropertyName = "Услуга"; this.услугаDataGridViewTextBoxColumn.HeaderText = "Услуга"; this.услугаDataGridViewTextBoxColumn.Name = "услугаDataGridViewTextBoxColumn"; // // началооказанияуслугиDataGridViewTextBoxColumn // this.началооказанияуслугиDataGridViewTextBoxColumn.DataPropertyName = "Начало_оказания_услуги"; this.началооказанияуслугиDataGridViewTextBoxColumn.HeaderText = "Начало_оказания_услуги"; this.началооказанияуслугиDataGridViewTextBoxColumn.Name = "началооказанияуслугиDataGridViewTextBoxColumn"; // // клиентDataGridViewTextBoxColumn // this.клиентDataGridViewTextBoxColumn.DataPropertyName = "Клиент"; this.клиентDataGridViewTextBoxColumn.HeaderText = "Клиент"; this.клиентDataGridViewTextBoxColumn.Name = "клиентDataGridViewTextBoxColumn"; // // textBox1 // this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceclientbimportBindingSource, "Услуга", true)); this.textBox1.Location = new System.Drawing.Point(130, 100); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(100, 20); this.textBox1.TabIndex = 21; // // textBox2 // this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceclientbimportBindingSource, "Начало_оказания_услуги", true)); this.textBox2.Location = new System.Drawing.Point(130, 127); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(100, 20); this.textBox2.TabIndex = 22; // // textBox3 // this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceclientbimportBindingSource, "Клиент", true)); this.textBox3.Location = new System.Drawing.Point(130, 154); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(100, 20); this.textBox3.TabIndex = 23; // // button3 // this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.button3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button3.Location = new System.Drawing.Point(188, 326); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(141, 34); this.button3.TabIndex = 27; this.button3.Text = "Назад"; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // button2 // this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.button2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button2.Location = new System.Drawing.Point(188, 286); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(141, 34); this.button2.TabIndex = 26; this.button2.Text = "Сохранение"; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.button1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button1.Location = new System.Drawing.Point(41, 326); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(141, 34); this.button1.TabIndex = 25; this.button1.Text = "Удалить"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // b1 // this.b1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.b1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.b1.Location = new System.Drawing.Point(41, 286); this.b1.Name = "b1"; this.b1.Size = new System.Drawing.Size(141, 34); this.b1.TabIndex = 24; this.b1.Text = "Добавить"; this.b1.UseVisualStyleBackColor = false; this.b1.Click += new System.EventHandler(this.b1_Click); // // Form4 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.b1); this.Controls.Add(this.textBox3); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.label1); this.Controls.Add(this.pictureBox1); this.Name = "Form4"; this.Text = "Form4"; this.Load += new System.EventHandler(this.Form4_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barhotnieBrovkiDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.serviceclientbimportBindingSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.DataGridView dataGridView1; private BarhotnieBrovkiDataSet barhotnieBrovkiDataSet; private System.Windows.Forms.BindingSource serviceclientbimportBindingSource; private BarhotnieBrovkiDataSetTableAdapters.Serviceclient_b_importTableAdapter serviceclient_b_importTableAdapter; private System.Windows.Forms.DataGridViewTextBoxColumn iDDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn услугаDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn началооказанияуслугиDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn клиентDataGridViewTextBoxColumn; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button b1; } }