namespace Kafe09 { partial class Admin3 { /// /// 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 пользовательLabel; System.Windows.Forms.Label датаLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Admin3)); this.button1 = new System.Windows.Forms.Button(); this.kafe09DataSet = new Kafe09.Kafe09DataSet(); this.smeniBindingSource = new System.Windows.Forms.BindingSource(this.components); this.smeniTableAdapter = new Kafe09.Kafe09DataSetTableAdapters.SmeniTableAdapter(); this.tableAdapterManager = new Kafe09.Kafe09DataSetTableAdapters.TableAdapterManager(); this.smeniBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); 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.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.smeniBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton(); this.пользовательTextBox = new System.Windows.Forms.TextBox(); this.датаDateTimePicker = new System.Windows.Forms.DateTimePicker(); this.button2 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); пользовательLabel = new System.Windows.Forms.Label(); датаLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.kafe09DataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.smeniBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.smeniBindingNavigator)).BeginInit(); this.smeniBindingNavigator.SuspendLayout(); this.SuspendLayout(); // // пользовательLabel // пользовательLabel.AutoSize = true; пользовательLabel.Location = new System.Drawing.Point(54, 69); пользовательLabel.Name = "пользовательLabel"; пользовательLabel.Size = new System.Drawing.Size(83, 13); пользовательLabel.TabIndex = 2; пользовательLabel.Text = "Пользователь:"; // // датаLabel // датаLabel.AutoSize = true; датаLabel.Location = new System.Drawing.Point(101, 96); датаLabel.Name = "датаLabel"; датаLabel.Size = new System.Drawing.Size(36, 13); датаLabel.TabIndex = 4; датаLabel.Text = "Дата:"; // // button1 // this.button1.Location = new System.Drawing.Point(163, 159); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(127, 28); this.button1.TabIndex = 1; this.button1.Text = "Вернуться в меню"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // kafe09DataSet // this.kafe09DataSet.DataSetName = "Kafe09DataSet"; this.kafe09DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // smeniBindingSource // this.smeniBindingSource.DataMember = "Smeni"; this.smeniBindingSource.DataSource = this.kafe09DataSet; // // smeniTableAdapter // this.smeniTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.BludaTableAdapter = null; this.tableAdapterManager.DoljnostiTableAdapter = null; this.tableAdapterManager.PolzovateliTableAdapter = null; this.tableAdapterManager.SmeniTableAdapter = this.smeniTableAdapter; this.tableAdapterManager.StatusiPolzovateleyTableAdapter = null; this.tableAdapterManager.StatusiZakazaTableAdapter = null; this.tableAdapterManager.StolikiTableAdapter = null; this.tableAdapterManager.TipiOplatiTableAdapter = null; this.tableAdapterManager.UpdateOrder = Kafe09.Kafe09DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.ZakazannieBludaTableAdapter = null; this.tableAdapterManager.ZakaziTableAdapter = null; // // smeniBindingNavigator // this.smeniBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem; this.smeniBindingNavigator.BindingSource = this.smeniBindingSource; this.smeniBindingNavigator.CountItem = this.bindingNavigatorCountItem; this.smeniBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem; this.smeniBindingNavigator.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.smeniBindingNavigatorSaveItem}); this.smeniBindingNavigator.Location = new System.Drawing.Point(0, 0); this.smeniBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.smeniBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem; this.smeniBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem; this.smeniBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.smeniBindingNavigator.Name = "smeniBindingNavigator"; this.smeniBindingNavigator.PositionItem = this.bindingNavigatorPositionItem; this.smeniBindingNavigator.Size = new System.Drawing.Size(443, 25); this.smeniBindingNavigator.TabIndex = 2; this.smeniBindingNavigator.Text = "bindingNavigator1"; // // 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 = "Добавить"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22); this.bindingNavigatorCountItem.Text = "для {0}"; this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов"; // // 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 = "Удалить"; // // 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 = "Текущее положение"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; 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 = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // smeniBindingNavigatorSaveItem // this.smeniBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.smeniBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("smeniBindingNavigatorSaveItem.Image"))); this.smeniBindingNavigatorSaveItem.Name = "smeniBindingNavigatorSaveItem"; this.smeniBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22); this.smeniBindingNavigatorSaveItem.Text = "Сохранить данные"; this.smeniBindingNavigatorSaveItem.Click += new System.EventHandler(this.smeniBindingNavigatorSaveItem_Click); // // пользовательTextBox // this.пользовательTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.smeniBindingSource, "Пользователь", true)); this.пользовательTextBox.Location = new System.Drawing.Point(143, 66); this.пользовательTextBox.Name = "пользовательTextBox"; this.пользовательTextBox.Size = new System.Drawing.Size(100, 20); this.пользовательTextBox.TabIndex = 3; // // датаDateTimePicker // this.датаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.smeniBindingSource, "Дата", true)); this.датаDateTimePicker.Location = new System.Drawing.Point(143, 92); this.датаDateTimePicker.Name = "датаDateTimePicker"; this.датаDateTimePicker.Size = new System.Drawing.Size(200, 20); this.датаDateTimePicker.TabIndex = 5; // // button2 // this.button2.Location = new System.Drawing.Point(163, 118); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(127, 35); this.button2.TabIndex = 6; this.button2.Text = "Назначить человека на смену"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(120, 39); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(190, 20); this.label1.TabIndex = 12; this.label1.Text = "Назначение на смену"; // // Admin3 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(443, 199); this.Controls.Add(this.label1); this.Controls.Add(this.button2); this.Controls.Add(датаLabel); this.Controls.Add(this.датаDateTimePicker); this.Controls.Add(пользовательLabel); this.Controls.Add(this.пользовательTextBox); this.Controls.Add(this.smeniBindingNavigator); this.Controls.Add(this.button1); this.Name = "Admin3"; this.Text = "Admin3"; this.Load += new System.EventHandler(this.Admin3_Load); ((System.ComponentModel.ISupportInitialize)(this.kafe09DataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.smeniBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.smeniBindingNavigator)).EndInit(); this.smeniBindingNavigator.ResumeLayout(false); this.smeniBindingNavigator.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private Kafe09DataSet kafe09DataSet; private System.Windows.Forms.BindingSource smeniBindingSource; private Kafe09DataSetTableAdapters.SmeniTableAdapter smeniTableAdapter; private Kafe09DataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.BindingNavigator smeniBindingNavigator; 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 smeniBindingNavigatorSaveItem; private System.Windows.Forms.TextBox пользовательTextBox; private System.Windows.Forms.DateTimePicker датаDateTimePicker; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label label1; } }