123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308 |
- namespace TITOVVIACHESLAVPODRESHETNIKOVAJULIASTUDENTI
- {
- partial class Form2
- {
- /// <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(Form2));
- System.Windows.Forms.Label nazvanie_SpecialinostiLabel;
- System.Windows.Forms.Label opisanie_SpecialinostiLabel;
- this.label1 = new System.Windows.Forms.Label();
- this.tITOVPODRECHETNIKOVADataSet = new TITOVVIACHESLAVPODRESHETNIKOVAJULIASTUDENTI.TITOVPODRECHETNIKOVADataSet();
- this.specialinostiBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.specialinostiTableAdapter = new TITOVVIACHESLAVPODRESHETNIKOVAJULIASTUDENTI.TITOVPODRECHETNIKOVADataSetTableAdapters.SpecialinostiTableAdapter();
- this.tableAdapterManager = new TITOVVIACHESLAVPODRESHETNIKOVAJULIASTUDENTI.TITOVPODRECHETNIKOVADataSetTableAdapters.TableAdapterManager();
- this.specialinostiBindingNavigator = 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.specialinostiBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
- this.nazvanie_SpecialinostiTextBox = new System.Windows.Forms.TextBox();
- this.opisanie_SpecialinostiTextBox = new System.Windows.Forms.TextBox();
- nazvanie_SpecialinostiLabel = new System.Windows.Forms.Label();
- opisanie_SpecialinostiLabel = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.tITOVPODRECHETNIKOVADataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.specialinostiBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.specialinostiBindingNavigator)).BeginInit();
- this.specialinostiBindingNavigator.SuspendLayout();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.ForeColor = System.Drawing.SystemColors.Highlight;
- this.label1.Location = new System.Drawing.Point(240, 21);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(312, 23);
- this.label1.TabIndex = 0;
- this.label1.Text = "Таблица \"Специальности\"";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // tITOVPODRECHETNIKOVADataSet
- //
- this.tITOVPODRECHETNIKOVADataSet.DataSetName = "TITOVPODRECHETNIKOVADataSet";
- this.tITOVPODRECHETNIKOVADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // specialinostiBindingSource
- //
- this.specialinostiBindingSource.DataMember = "Specialinosti";
- this.specialinostiBindingSource.DataSource = this.tITOVPODRECHETNIKOVADataSet;
- //
- // specialinostiTableAdapter
- //
- this.specialinostiTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.OzenkiTableAdapter = null;
- this.tableAdapterManager.PredmetiTableAdapter = null;
- this.tableAdapterManager.SpecialinostiTableAdapter = this.specialinostiTableAdapter;
- this.tableAdapterManager.StudentiTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = TITOVVIACHESLAVPODRESHETNIKOVAJULIASTUDENTI.TITOVPODRECHETNIKOVADataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.Предметы_1TableAdapter = null;
- this.tableAdapterManager.Предметы_2TableAdapter = null;
- this.tableAdapterManager.Предметы_3TableAdapter = null;
- //
- // specialinostiBindingNavigator
- //
- this.specialinostiBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
- this.specialinostiBindingNavigator.BindingSource = this.specialinostiBindingSource;
- this.specialinostiBindingNavigator.CountItem = this.bindingNavigatorCountItem;
- this.specialinostiBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
- this.specialinostiBindingNavigator.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.specialinostiBindingNavigatorSaveItem});
- this.specialinostiBindingNavigator.Location = new System.Drawing.Point(0, 0);
- this.specialinostiBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
- this.specialinostiBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
- this.specialinostiBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
- this.specialinostiBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
- this.specialinostiBindingNavigator.Name = "specialinostiBindingNavigator";
- this.specialinostiBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
- this.specialinostiBindingNavigator.Size = new System.Drawing.Size(800, 25);
- this.specialinostiBindingNavigator.TabIndex = 1;
- this.specialinostiBindingNavigator.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 = "Удалить";
- //
- // specialinostiBindingNavigatorSaveItem
- //
- this.specialinostiBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.specialinostiBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("specialinostiBindingNavigatorSaveItem.Image")));
- this.specialinostiBindingNavigatorSaveItem.Name = "specialinostiBindingNavigatorSaveItem";
- this.specialinostiBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
- this.specialinostiBindingNavigatorSaveItem.Text = "Сохранить данные";
- this.specialinostiBindingNavigatorSaveItem.Click += new System.EventHandler(this.specialinostiBindingNavigatorSaveItem_Click);
- //
- // nazvanie_SpecialinostiLabel
- //
- nazvanie_SpecialinostiLabel.AutoSize = true;
- nazvanie_SpecialinostiLabel.Location = new System.Drawing.Point(277, 108);
- nazvanie_SpecialinostiLabel.Name = "nazvanie_SpecialinostiLabel";
- nazvanie_SpecialinostiLabel.Size = new System.Drawing.Size(117, 13);
- nazvanie_SpecialinostiLabel.TabIndex = 2;
- nazvanie_SpecialinostiLabel.Text = "Nazvanie Specialinosti:";
- //
- // nazvanie_SpecialinostiTextBox
- //
- this.nazvanie_SpecialinostiTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.specialinostiBindingSource, "Nazvanie_Specialinosti", true));
- this.nazvanie_SpecialinostiTextBox.Location = new System.Drawing.Point(400, 105);
- this.nazvanie_SpecialinostiTextBox.Name = "nazvanie_SpecialinostiTextBox";
- this.nazvanie_SpecialinostiTextBox.Size = new System.Drawing.Size(100, 20);
- this.nazvanie_SpecialinostiTextBox.TabIndex = 3;
- //
- // opisanie_SpecialinostiLabel
- //
- opisanie_SpecialinostiLabel.AutoSize = true;
- opisanie_SpecialinostiLabel.Location = new System.Drawing.Point(277, 178);
- opisanie_SpecialinostiLabel.Name = "opisanie_SpecialinostiLabel";
- opisanie_SpecialinostiLabel.Size = new System.Drawing.Size(113, 13);
- opisanie_SpecialinostiLabel.TabIndex = 4;
- opisanie_SpecialinostiLabel.Text = "Opisanie Specialinosti:";
- //
- // opisanie_SpecialinostiTextBox
- //
- this.opisanie_SpecialinostiTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.specialinostiBindingSource, "Opisanie_Specialinosti", true));
- this.opisanie_SpecialinostiTextBox.Location = new System.Drawing.Point(396, 175);
- this.opisanie_SpecialinostiTextBox.Name = "opisanie_SpecialinostiTextBox";
- this.opisanie_SpecialinostiTextBox.Size = new System.Drawing.Size(100, 20);
- this.opisanie_SpecialinostiTextBox.TabIndex = 5;
- //
- // Form2
- //
- 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(opisanie_SpecialinostiLabel);
- this.Controls.Add(this.opisanie_SpecialinostiTextBox);
- this.Controls.Add(nazvanie_SpecialinostiLabel);
- this.Controls.Add(this.nazvanie_SpecialinostiTextBox);
- this.Controls.Add(this.specialinostiBindingNavigator);
- this.Controls.Add(this.label1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "Form2";
- this.Text = "Таблица \"Специальности\"";
- this.Load += new System.EventHandler(this.Form2_Load);
- ((System.ComponentModel.ISupportInitialize)(this.tITOVPODRECHETNIKOVADataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.specialinostiBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.specialinostiBindingNavigator)).EndInit();
- this.specialinostiBindingNavigator.ResumeLayout(false);
- this.specialinostiBindingNavigator.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private TITOVPODRECHETNIKOVADataSet tITOVPODRECHETNIKOVADataSet;
- private System.Windows.Forms.BindingSource specialinostiBindingSource;
- private TITOVPODRECHETNIKOVADataSetTableAdapters.SpecialinostiTableAdapter specialinostiTableAdapter;
- private TITOVPODRECHETNIKOVADataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.BindingNavigator specialinostiBindingNavigator;
- 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 specialinostiBindingNavigatorSaveItem;
- private System.Windows.Forms.TextBox nazvanie_SpecialinostiTextBox;
- private System.Windows.Forms.TextBox opisanie_SpecialinostiTextBox;
- }
- }
|