123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424 |
- namespace RozenbergBrovki
- {
- partial class Записьклиента
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Записьклиента));
- System.Windows.Forms.Label услугаLabel;
- System.Windows.Forms.Label клиентLabel;
- this.rozenbergBrDataSet = new RozenbergBrovki.RozenbergBrDataSet();
- this.clientservicBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.clientservicTableAdapter = new RozenbergBrovki.RozenbergBrDataSetTableAdapters.ClientservicTableAdapter();
- this.tableAdapterManager = new RozenbergBrovki.RozenbergBrDataSetTableAdapters.TableAdapterManager();
- this.clientservicBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
- this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
- this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
- this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
- this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
- this.clientservicBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
- this.услуга = new System.Windows.Forms.TextBox();
- this.Дата = new System.Windows.Forms.DateTimePicker();
- this.клиент = new System.Windows.Forms.TextBox();
- this.добавить = new System.Windows.Forms.Button();
- this.сохранить = new System.Windows.Forms.Button();
- this.удалить = new System.Windows.Forms.Button();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.clientservicBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- this.услугаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.началооказанияуслугиDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.клиентDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- услугаLabel = new System.Windows.Forms.Label();
- клиентLabel = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.rozenbergBrDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.clientservicBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.clientservicBindingNavigator)).BeginInit();
- this.clientservicBindingNavigator.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.clientservicBindingSource1)).BeginInit();
- this.SuspendLayout();
- //
- // rozenbergBrDataSet
- //
- this.rozenbergBrDataSet.DataSetName = "RozenbergBrDataSet";
- this.rozenbergBrDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // clientservicBindingSource
- //
- this.clientservicBindingSource.DataMember = "Clientservic";
- this.clientservicBindingSource.DataSource = this.rozenbergBrDataSet;
- //
- // clientservicTableAdapter
- //
- this.clientservicTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.AttachedProductTableAdapter = null;
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.ClientservicTableAdapter = this.clientservicTableAdapter;
- this.tableAdapterManager.DocumentByServiceTableAdapter = null;
- this.tableAdapterManager.GenderTableAdapter = null;
- this.tableAdapterManager.LoginpassTableAdapter = null;
- this.tableAdapterManager.ManufacturerTableAdapter = null;
- 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 = RozenbergBrovki.RozenbergBrDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.Кли33ентTableAdapter = null;
- //
- // clientservicBindingNavigator
- //
- this.clientservicBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
- this.clientservicBindingNavigator.BindingSource = this.clientservicBindingSource;
- this.clientservicBindingNavigator.CountItem = this.bindingNavigatorCountItem;
- this.clientservicBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
- this.clientservicBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.bindingNavigatorMoveFirstItem,
- this.bindingNavigatorMovePreviousItem,
- this.bindingNavigatorSeparator,
- this.bindingNavigatorPositionItem,
- this.bindingNavigatorCountItem,
- this.bindingNavigatorSeparator1,
- this.bindingNavigatorMoveNextItem,
- this.bindingNavigatorMoveLastItem,
- this.bindingNavigatorSeparator2,
- this.bindingNavigatorAddNewItem,
- this.bindingNavigatorDeleteItem,
- this.clientservicBindingNavigatorSaveItem});
- this.clientservicBindingNavigator.Location = new System.Drawing.Point(0, 0);
- this.clientservicBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
- this.clientservicBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
- this.clientservicBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
- this.clientservicBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
- this.clientservicBindingNavigator.Name = "clientservicBindingNavigator";
- this.clientservicBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
- this.clientservicBindingNavigator.Size = new System.Drawing.Size(800, 25);
- this.clientservicBindingNavigator.TabIndex = 0;
- this.clientservicBindingNavigator.Text = "bindingNavigator1";
- this.clientservicBindingNavigator.Visible = false;
- //
- // bindingNavigatorMoveFirstItem
- //
- this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
- this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
- this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
- //
- // bindingNavigatorMovePreviousItem
- //
- this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
- this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
- this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
- //
- // bindingNavigatorSeparator
- //
- this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
- this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
- //
- // bindingNavigatorPositionItem
- //
- this.bindingNavigatorPositionItem.AccessibleName = "Положение";
- this.bindingNavigatorPositionItem.AutoSize = false;
- this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
- this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
- this.bindingNavigatorPositionItem.Text = "0";
- this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
- //
- // bindingNavigatorCountItem
- //
- this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
- this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
- this.bindingNavigatorCountItem.Text = "для {0}";
- this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
- //
- // bindingNavigatorSeparator1
- //
- this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
- this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // bindingNavigatorMoveNextItem
- //
- this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
- this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
- this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
- //
- // bindingNavigatorMoveLastItem
- //
- this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
- this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
- this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
- //
- // bindingNavigatorSeparator2
- //
- this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
- this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
- //
- // bindingNavigatorAddNewItem
- //
- this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
- this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
- this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorAddNewItem.Text = "Добавить";
- //
- // bindingNavigatorDeleteItem
- //
- this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
- this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
- this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorDeleteItem.Text = "Удалить";
- //
- // clientservicBindingNavigatorSaveItem
- //
- this.clientservicBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.clientservicBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("clientservicBindingNavigatorSaveItem.Image")));
- this.clientservicBindingNavigatorSaveItem.Name = "clientservicBindingNavigatorSaveItem";
- this.clientservicBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
- this.clientservicBindingNavigatorSaveItem.Text = "Сохранить данные";
- this.clientservicBindingNavigatorSaveItem.Click += new System.EventHandler(this.clientservicBindingNavigatorSaveItem_Click);
- //
- // услугаLabel
- //
- услугаLabel.AutoSize = true;
- услугаLabel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- услугаLabel.Location = new System.Drawing.Point(12, 20);
- услугаLabel.Name = "услугаLabel";
- услугаLabel.Size = new System.Drawing.Size(63, 19);
- услугаLabel.TabIndex = 7;
- услугаLabel.Text = "Услуга:";
- //
- // услуга
- //
- this.услуга.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientservicBindingSource, "Услуга", true));
- this.услуга.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.услуга.Location = new System.Drawing.Point(81, 20);
- this.услуга.Name = "услуга";
- this.услуга.Size = new System.Drawing.Size(200, 27);
- this.услуга.TabIndex = 8;
- //
- // Дата
- //
- this.Дата.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.clientservicBindingSource, "Начало_оказания_услуги", true));
- this.Дата.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Дата.Location = new System.Drawing.Point(81, 128);
- this.Дата.Name = "Дата";
- this.Дата.Size = new System.Drawing.Size(200, 27);
- this.Дата.TabIndex = 10;
- //
- // клиентLabel
- //
- клиентLabel.AutoSize = true;
- клиентLabel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- клиентLabel.Location = new System.Drawing.Point(7, 79);
- клиентLabel.Name = "клиентLabel";
- клиентLabel.Size = new System.Drawing.Size(68, 19);
- клиентLabel.TabIndex = 11;
- клиентLabel.Text = "Клиент:";
- //
- // клиент
- //
- this.клиент.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientservicBindingSource, "Клиент", true));
- this.клиент.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.клиент.Location = new System.Drawing.Point(81, 79);
- this.клиент.Name = "клиент";
- this.клиент.Size = new System.Drawing.Size(200, 27);
- this.клиент.TabIndex = 12;
- //
- // добавить
- //
- this.добавить.BackColor = System.Drawing.Color.White;
- this.добавить.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.добавить.FlatAppearance.BorderColor = System.Drawing.Color.White;
- this.добавить.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.добавить.Location = new System.Drawing.Point(81, 173);
- this.добавить.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.добавить.Name = "добавить";
- this.добавить.Size = new System.Drawing.Size(106, 36);
- this.добавить.TabIndex = 23;
- this.добавить.Text = "Добавить";
- this.добавить.UseVisualStyleBackColor = false;
- this.добавить.Click += new System.EventHandler(this.добавить_Click);
- //
- // сохранить
- //
- this.сохранить.BackColor = System.Drawing.Color.White;
- this.сохранить.FlatAppearance.BorderColor = System.Drawing.Color.White;
- this.сохранить.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.сохранить.Location = new System.Drawing.Point(81, 217);
- this.сохранить.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.сохранить.Name = "сохранить";
- this.сохранить.Size = new System.Drawing.Size(106, 36);
- this.сохранить.TabIndex = 24;
- this.сохранить.Text = "Сохранить";
- this.сохранить.UseVisualStyleBackColor = false;
- this.сохранить.Click += new System.EventHandler(this.сохранить_Click_1);
- //
- // удалить
- //
- this.удалить.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
- this.удалить.FlatAppearance.BorderColor = System.Drawing.Color.White;
- this.удалить.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.удалить.Location = new System.Drawing.Point(81, 261);
- this.удалить.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.удалить.Name = "удалить";
- this.удалить.Size = new System.Drawing.Size(106, 36);
- this.удалить.TabIndex = 25;
- this.удалить.Text = "Удалить";
- this.удалить.UseVisualStyleBackColor = false;
- //
- // dataGridView1
- //
- this.dataGridView1.AutoGenerateColumns = false;
- this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.услугаDataGridViewTextBoxColumn,
- this.началооказанияуслугиDataGridViewTextBoxColumn,
- this.клиентDataGridViewTextBoxColumn});
- this.dataGridView1.DataSource = this.clientservicBindingSource1;
- this.dataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.dataGridView1.Location = new System.Drawing.Point(450, 20);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(338, 150);
- this.dataGridView1.TabIndex = 26;
- //
- // clientservicBindingSource1
- //
- this.clientservicBindingSource1.DataMember = "Clientservic";
- this.clientservicBindingSource1.DataSource = this.rozenbergBrDataSet;
- //
- // услуга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";
- //
- // Записьклиента
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.ClientSize = new System.Drawing.Size(800, 450);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.удалить);
- this.Controls.Add(this.сохранить);
- this.Controls.Add(this.добавить);
- this.Controls.Add(услугаLabel);
- this.Controls.Add(this.услуга);
- this.Controls.Add(this.Дата);
- this.Controls.Add(клиентLabel);
- this.Controls.Add(this.клиент);
- this.Controls.Add(this.clientservicBindingNavigator);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "Записьклиента";
- this.Text = "Записьклиента";
- this.Load += new System.EventHandler(this.Записьклиента_Load);
- ((System.ComponentModel.ISupportInitialize)(this.rozenbergBrDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.clientservicBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.clientservicBindingNavigator)).EndInit();
- this.clientservicBindingNavigator.ResumeLayout(false);
- this.clientservicBindingNavigator.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.clientservicBindingSource1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private RozenbergBrDataSet rozenbergBrDataSet;
- private System.Windows.Forms.BindingSource clientservicBindingSource;
- private RozenbergBrDataSetTableAdapters.ClientservicTableAdapter clientservicTableAdapter;
- private RozenbergBrDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.BindingNavigator clientservicBindingNavigator;
- private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
- private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
- private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
- private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
- private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
- private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
- private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
- private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
- private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
- private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
- private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
- private System.Windows.Forms.ToolStripButton clientservicBindingNavigatorSaveItem;
- private System.Windows.Forms.TextBox услуга;
- private System.Windows.Forms.DateTimePicker Дата;
- private System.Windows.Forms.TextBox клиент;
- private System.Windows.Forms.Button добавить;
- private System.Windows.Forms.Button сохранить;
- private System.Windows.Forms.Button удалить;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.DataGridViewTextBoxColumn услугаDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn началооказанияуслугиDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn клиентDataGridViewTextBoxColumn;
- private System.Windows.Forms.BindingSource clientservicBindingSource1;
- }
- }
|