namespace Валов_проект_ГАИ { partial class F_Voditeli { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_Voditeli)); System.Windows.Forms.Label номер_водительского_удостоверенияLabel; System.Windows.Forms.Label фамилияLabel; System.Windows.Forms.Label имяLabel; System.Windows.Forms.Label отчествоLabel; System.Windows.Forms.Label адресLabel; System.Windows.Forms.Label телефонLabel; this.iS31Valov12DataSet = new Валов_проект_ГАИ.IS31Valov12DataSet(); this.водителиBindingSource = new System.Windows.Forms.BindingSource(this.components); this.водителиTableAdapter = new Валов_проект_ГАИ.IS31Valov12DataSetTableAdapters.ВодителиTableAdapter(); this.tableAdapterManager = new Валов_проект_ГАИ.IS31Valov12DataSetTableAdapters.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.имяTextBox = new System.Windows.Forms.TextBox(); this.отчествоTextBox = new System.Windows.Forms.TextBox(); this.адресTextBox = new System.Windows.Forms.TextBox(); this.телефонTextBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); номер_водительского_удостоверенияLabel = new System.Windows.Forms.Label(); фамилияLabel = new System.Windows.Forms.Label(); имя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.iS31Valov12DataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.водителиBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.водителиBindingNavigator)).BeginInit(); this.водителиBindingNavigator.SuspendLayout(); this.SuspendLayout(); // // iS31Valov12DataSet // this.iS31Valov12DataSet.DataSetName = "IS31Valov12DataSet"; this.iS31Valov12DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // водителиBindingSource // this.водителиBindingSource.DataMember = "Водители"; this.водителиBindingSource.DataSource = this.iS31Valov12DataSet; // // водителиTableAdapter // this.водителиTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.UpdateOrder = Валов_проект_ГАИ.IS31Valov12DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.АвтомобилиTableAdapter = null; this.tableAdapterManager.ВзысканияTableAdapter = null; this.tableAdapterManager.ВодителиTableAdapter = this.водителиTableAdapter; 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 = 0; 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(278, 95); номер_водительского_удостоверенияLabel.Name = "номер_водительского_удостоверенияLabel"; номер_водительского_удостоверенияLabel.Size = new System.Drawing.Size(202, 13); номер_водительского_удостоверенияLabel.TabIndex = 1; номер_водительского_удостоверенияLabel.Text = "Номер водительского удостоверения:"; // // номер_водительского_удостоверенияTextBox // this.номер_водительского_удостоверенияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.водителиBindingSource, "Номер водительского удостоверения", true)); this.номер_водительского_удостоверенияTextBox.Location = new System.Drawing.Point(486, 92); this.номер_водительского_удостоверенияTextBox.Name = "номер_водительского_удостоверенияTextBox"; this.номер_водительского_удостоверенияTextBox.Size = new System.Drawing.Size(100, 20); this.номер_водительского_удостоверенияTextBox.TabIndex = 2; // // фамилияLabel // фамилияLabel.AutoSize = true; фамилияLabel.Location = new System.Drawing.Point(315, 131); фамилияLabel.Name = "фамилияLabel"; фамилияLabel.Size = new System.Drawing.Size(59, 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(380, 128); 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(328, 170); имяLabel.Name = "имяLabel"; имяLabel.Size = new System.Drawing.Size(32, 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(366, 167); this.имяTextBox.Name = "имяTextBox"; this.имяTextBox.Size = new System.Drawing.Size(100, 20); this.имяTextBox.TabIndex = 6; // // отчествоLabel // отчествоLabel.AutoSize = true; отчествоLabel.Location = new System.Drawing.Point(317, 207); отчествоLabel.Name = "отчествоLabel"; отчествоLabel.Size = new System.Drawing.Size(57, 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(380, 204); 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(316, 242); адресLabel.Name = "адресLabel"; адресLabel.Size = new System.Drawing.Size(41, 13); адресLabel.TabIndex = 9; адресLabel.Text = "Адрес:"; // // адресTextBox // this.адресTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.водителиBindingSource, "Адрес", true)); this.адресTextBox.Location = new System.Drawing.Point(363, 239); this.адресTextBox.Name = "адресTextBox"; this.адресTextBox.Size = new System.Drawing.Size(100, 20); this.адресTextBox.TabIndex = 10; // // телефонLabel // телефонLabel.AutoSize = true; телефонLabel.Location = new System.Drawing.Point(315, 277); телефонLabel.Name = "телефонLabel"; телефонLabel.Size = new System.Drawing.Size(55, 13); телефонLabel.TabIndex = 11; телефонLabel.Text = "Телефон:"; // // телефонTextBox // this.телефонTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.водителиBindingSource, "Телефон", true)); this.телефонTextBox.Location = new System.Drawing.Point(376, 274); this.телефонTextBox.Name = "телефонTextBox"; this.телефонTextBox.Size = new System.Drawing.Size(100, 20); this.телефонTextBox.TabIndex = 12; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(376, 48); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(111, 13); this.label1.TabIndex = 13; this.label1.Text = "Таблица \"Водители\""; // // F_Voditeli // 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(this.label1); this.Controls.Add(телефонLabel); this.Controls.Add(this.телефонTextBox); this.Controls.Add(адресLabel); this.Controls.Add(this.адресTextBox); this.Controls.Add(отчествоLabel); this.Controls.Add(this.отчествоTextBox); this.Controls.Add(имяLabel); this.Controls.Add(this.имяTextBox); 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 = "F_Voditeli"; this.Text = "F_Voditeli"; this.Load += new System.EventHandler(this.F_Voditeli_Load); ((System.ComponentModel.ISupportInitialize)(this.iS31Valov12DataSet)).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 IS31Valov12DataSet iS31Valov12DataSet; private System.Windows.Forms.BindingSource водителиBindingSource; private IS31Valov12DataSetTableAdapters.ВодителиTableAdapter водителиTableAdapter; private IS31Valov12DataSetTableAdapters.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.TextBox имяTextBox; private System.Windows.Forms.TextBox отчествоTextBox; private System.Windows.Forms.TextBox адресTextBox; private System.Windows.Forms.TextBox телефонTextBox; private System.Windows.Forms.Label label1; } }