123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348 |
-
- namespace ШампороваЯИ3
- {
- partial class Form4
- {
- /// <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(Form4));
- System.Windows.Forms.Label зданиеLabel;
- System.Windows.Forms.Label номерLabel;
- System.Windows.Forms.Label номер_записиLabel;
- System.Windows.Forms.Label код_аудиторииLabel;
- this.шампороваЯИ3DataSet = new ШампороваЯИ3.ШампороваЯИ3DataSet();
- this.аудиторияBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.аудиторияTableAdapter = new ШампороваЯИ3.ШампороваЯИ3DataSetTableAdapters.АудиторияTableAdapter();
- this.tableAdapterManager = new ШампороваЯИ3.ШампороваЯИ3DataSetTableAdapters.TableAdapterManager();
- this.аудиторияBindingNavigator = 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.аудиторияBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
- this.зданиеTextBox = new System.Windows.Forms.TextBox();
- this.номерTextBox = new System.Windows.Forms.TextBox();
- this.button1 = new System.Windows.Forms.Button();
- this.номер_записиTextBox = new System.Windows.Forms.TextBox();
- this.код_аудиторииTextBox = new System.Windows.Forms.TextBox();
- зданиеLabel = new System.Windows.Forms.Label();
- номерLabel = new System.Windows.Forms.Label();
- номер_записиLabel = new System.Windows.Forms.Label();
- код_аудиторииLabel = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.шампороваЯИ3DataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.аудиторияBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.аудиторияBindingNavigator)).BeginInit();
- this.аудиторияBindingNavigator.SuspendLayout();
- this.SuspendLayout();
- //
- // шампороваЯИ3DataSet
- //
- this.шампороваЯИ3DataSet.DataSetName = "ШампороваЯИ3DataSet";
- this.шампороваЯИ3DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // аудиторияBindingSource
- //
- this.аудиторияBindingSource.DataMember = "Аудитория";
- this.аудиторияBindingSource.DataSource = this.шампороваЯИ3DataSet;
- //
- // аудиторияTableAdapter
- //
- this.аудиторияTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.UpdateOrder = ШампороваЯИ3.ШампороваЯИ3DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.АудиторияTableAdapter = this.аудиторияTableAdapter;
- this.tableAdapterManager.ГруппаTableAdapter = null;
- this.tableAdapterManager.ЗанятиеTableAdapter = null;
- this.tableAdapterManager.ПреподавателиTableAdapter = null;
- this.tableAdapterManager.РасписаниеTableAdapter = null;
- //
- // аудиторияBindingNavigator
- //
- this.аудиторияBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
- this.аудиторияBindingNavigator.BindingSource = this.аудиторияBindingSource;
- this.аудиторияBindingNavigator.CountItem = this.bindingNavigatorCountItem;
- this.аудиторияBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
- this.аудиторияBindingNavigator.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.аудиторияBindingNavigatorSaveItem});
- this.аудиторияBindingNavigator.Location = new System.Drawing.Point(0, 0);
- this.аудиторияBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
- this.аудиторияBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
- this.аудиторияBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
- this.аудиторияBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
- this.аудиторияBindingNavigator.Name = "аудиторияBindingNavigator";
- this.аудиторияBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
- this.аудиторияBindingNavigator.Size = new System.Drawing.Size(800, 25);
- this.аудиторияBindingNavigator.TabIndex = 2;
- this.аудиторияBindingNavigator.Text = "bindingNavigator1";
- //
- // 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.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, 15);
- this.bindingNavigatorCountItem.Text = "для {0}";
- this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
- //
- // bindingNavigatorSeparator1
- //
- this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
- this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
- //
- // 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, 20);
- 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, 20);
- this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
- //
- // bindingNavigatorSeparator2
- //
- this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
- this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
- //
- // 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, 20);
- this.bindingNavigatorDeleteItem.Text = "Удалить";
- //
- // аудиторияBindingNavigatorSaveItem
- //
- this.аудиторияBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.аудиторияBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("аудиторияBindingNavigatorSaveItem.Image")));
- this.аудиторияBindingNavigatorSaveItem.Name = "аудиторияBindingNavigatorSaveItem";
- this.аудиторияBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
- this.аудиторияBindingNavigatorSaveItem.Text = "Сохранить данные";
- this.аудиторияBindingNavigatorSaveItem.Click += new System.EventHandler(this.аудиторияBindingNavigatorSaveItem_Click);
- //
- // зданиеLabel
- //
- зданиеLabel.AutoSize = true;
- зданиеLabel.Location = new System.Drawing.Point(150, 128);
- зданиеLabel.Name = "зданиеLabel";
- зданиеLabel.Size = new System.Drawing.Size(47, 13);
- зданиеLabel.TabIndex = 3;
- зданиеLabel.Text = "Здание:";
- //
- // зданиеTextBox
- //
- this.зданиеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.аудиторияBindingSource, "Здание", true));
- this.зданиеTextBox.Location = new System.Drawing.Point(203, 125);
- this.зданиеTextBox.Name = "зданиеTextBox";
- this.зданиеTextBox.Size = new System.Drawing.Size(100, 20);
- this.зданиеTextBox.TabIndex = 4;
- //
- // номерLabel
- //
- номерLabel.AutoSize = true;
- номерLabel.Location = new System.Drawing.Point(153, 199);
- номерLabel.Name = "номерLabel";
- номерLabel.Size = new System.Drawing.Size(44, 13);
- номерLabel.TabIndex = 5;
- номерLabel.Text = "Номер:";
- //
- // номерTextBox
- //
- this.номерTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.аудиторияBindingSource, "Номер", true));
- this.номерTextBox.Location = new System.Drawing.Point(203, 196);
- this.номерTextBox.Name = "номерTextBox";
- this.номерTextBox.Size = new System.Drawing.Size(100, 20);
- this.номерTextBox.TabIndex = 6;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(500, 162);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 7;
- this.button1.Text = "button1";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // номер_записиLabel
- //
- номер_записиLabel.AutoSize = true;
- номер_записиLabel.Location = new System.Drawing.Point(153, 162);
- номер_записиLabel.Name = "номер_записиLabel";
- номер_записиLabel.Size = new System.Drawing.Size(83, 13);
- номер_записиLabel.TabIndex = 7;
- номер_записиLabel.Text = "Номер записи:";
- //
- // номер_записиTextBox
- //
- this.номер_записиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.аудиторияBindingSource, "Номер записи", true));
- this.номер_записиTextBox.Location = new System.Drawing.Point(242, 159);
- this.номер_записиTextBox.Name = "номер_записиTextBox";
- this.номер_записиTextBox.Size = new System.Drawing.Size(100, 20);
- this.номер_записиTextBox.TabIndex = 8;
- //
- // код_аудиторииLabel
- //
- код_аудиторииLabel.AutoSize = true;
- код_аудиторииLabel.Location = new System.Drawing.Point(153, 93);
- код_аудиторииLabel.Name = "код_аудиторииLabel";
- код_аудиторииLabel.Size = new System.Drawing.Size(84, 13);
- код_аудиторииLabel.TabIndex = 8;
- код_аудиторииLabel.Text = "Код аудитории:";
- //
- // код_аудиторииTextBox
- //
- this.код_аудиторииTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.аудиторияBindingSource, "Код аудитории", true));
- this.код_аудиторииTextBox.Location = new System.Drawing.Point(243, 90);
- this.код_аудиторииTextBox.Name = "код_аудиторииTextBox";
- this.код_аудиторииTextBox.Size = new System.Drawing.Size(100, 20);
- this.код_аудиторииTextBox.TabIndex = 9;
- //
- // Form4
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(800, 450);
- this.Controls.Add(код_аудиторииLabel);
- this.Controls.Add(this.код_аудиторииTextBox);
- this.Controls.Add(номер_записиLabel);
- this.Controls.Add(this.номер_записиTextBox);
- this.Controls.Add(this.button1);
- this.Controls.Add(номерLabel);
- this.Controls.Add(this.номерTextBox);
- this.Controls.Add(зданиеLabel);
- this.Controls.Add(this.зданиеTextBox);
- this.Controls.Add(this.аудиторияBindingNavigator);
- this.Name = "Form4";
- this.Text = "Form4";
- this.Load += new System.EventHandler(this.Form4_Load);
- ((System.ComponentModel.ISupportInitialize)(this.шампороваЯИ3DataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.аудиторияBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.аудиторияBindingNavigator)).EndInit();
- this.аудиторияBindingNavigator.ResumeLayout(false);
- this.аудиторияBindingNavigator.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private ШампороваЯИ3DataSet шампороваЯИ3DataSet;
- private System.Windows.Forms.BindingSource аудиторияBindingSource;
- private ШампороваЯИ3DataSetTableAdapters.АудиторияTableAdapter аудиторияTableAdapter;
- private ШампороваЯИ3DataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.BindingNavigator аудиторияBindingNavigator;
- 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 аудиторияBindingNavigatorSaveItem;
- private System.Windows.Forms.TextBox зданиеTextBox;
- private System.Windows.Forms.TextBox номерTextBox;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.TextBox номер_записиTextBox;
- private System.Windows.Forms.TextBox код_аудиторииTextBox;
- }
- }
|