123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335 |
-
- namespace Kafe09
- {
- partial class Admin3
- {
- /// <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.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;
- }
- }
|