|
@@ -0,0 +1,442 @@
|
|
|
+
|
|
|
+namespace ChursinPostavkaTovarov
|
|
|
+{
|
|
|
+ partial class SForm
|
|
|
+ {
|
|
|
+ /// <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(SForm));
|
|
|
+ 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;
|
|
|
+ System.Windows.Forms.Label гОС_номераLabel;
|
|
|
+ System.Windows.Forms.Label номер_ВУLabel;
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.iS31Valov12DataSet = new ChursinPostavkaTovarov.IS31ChursinVar12DataSet();
|
|
|
+ this.автомобилиBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.автомобилиTableAdapter = new ChursinPostavkaTovarov.IS31Valov12DataSetTableAdapters.АвтомобилиTableAdapter();
|
|
|
+ this.tableAdapterManager = new ChursinPostavkaTovarov.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.год_выпускаDateTimePicker = new System.Windows.Forms.DateTimePicker();
|
|
|
+ this.дата_регистрации_в_ГАИDateTimePicker = new System.Windows.Forms.DateTimePicker();
|
|
|
+ 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();
|
|
|
+ год_выпуска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();
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ 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.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
|
+ this.label1.Location = new System.Drawing.Point(293, 64);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(216, 24);
|
|
|
+ this.label1.TabIndex = 0;
|
|
|
+ this.label1.Text = "Таблица \"Автомобили\"";
|
|
|
+ //
|
|
|
+ // 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 = ChursinPostavkaTovarov.IS31Valov12DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
|
|
+ this.tableAdapterManager.АвтомобилиTableAdapter = this.автомобилиTableAdapter;
|
|
|
+ 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(810, 25);
|
|
|
+ this.автомобилиBindingNavigator.TabIndex = 1;
|
|
|
+ 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, 22);
|
|
|
+ this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
|
|
|
+ this.bindingNavigatorMoveNextItem.Click += new System.EventHandler(this.bindingNavigatorMoveNextItem_Click);
|
|
|
+ //
|
|
|
+ // 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(299, 114);
|
|
|
+ номер_автомобиляLabel.Name = "номер_автомобиляLabel";
|
|
|
+ номер_автомобиляLabel.Size = new System.Drawing.Size(108, 13);
|
|
|
+ номер_автомобиляLabel.TabIndex = 2;
|
|
|
+ номер_автомобиляLabel.Text = "Номер автомобиля:";
|
|
|
+ //
|
|
|
+ // номер_автомобиляTextBox
|
|
|
+ //
|
|
|
+ this.номер_автомобиляTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.автомобилиBindingSource, "Номер автомобиля", true));
|
|
|
+ this.номер_автомобиляTextBox.Location = new System.Drawing.Point(413, 111);
|
|
|
+ this.номер_автомобиляTextBox.Name = "номер_автомобиляTextBox";
|
|
|
+ this.номер_автомобиляTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
+ this.номер_автомобиляTextBox.TabIndex = 3;
|
|
|
+ //
|
|
|
+ // маркаLabel
|
|
|
+ //
|
|
|
+ маркаLabel.AutoSize = true;
|
|
|
+ маркаLabel.Location = new System.Drawing.Point(359, 151);
|
|
|
+ маркаLabel.Name = "маркаLabel";
|
|
|
+ маркаLabel.Size = new System.Drawing.Size(42, 13);
|
|
|
+ маркаLabel.TabIndex = 4;
|
|
|
+ маркаLabel.Text = "марка:";
|
|
|
+ //
|
|
|
+ // маркаTextBox
|
|
|
+ //
|
|
|
+ this.маркаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.автомобилиBindingSource, "марка", true));
|
|
|
+ this.маркаTextBox.Location = new System.Drawing.Point(412, 148);
|
|
|
+ this.маркаTextBox.Name = "маркаTextBox";
|
|
|
+ this.маркаTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
+ this.маркаTextBox.TabIndex = 5;
|
|
|
+ //
|
|
|
+ // модельLabel
|
|
|
+ //
|
|
|
+ модельLabel.AutoSize = true;
|
|
|
+ модельLabel.Location = new System.Drawing.Point(359, 189);
|
|
|
+ модельLabel.Name = "модельLabel";
|
|
|
+ модельLabel.Size = new System.Drawing.Size(48, 13);
|
|
|
+ модельLabel.TabIndex = 6;
|
|
|
+ модельLabel.Text = "модель:";
|
|
|
+ //
|
|
|
+ // модельTextBox
|
|
|
+ //
|
|
|
+ this.модельTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.автомобилиBindingSource, "модель", true));
|
|
|
+ this.модельTextBox.Location = new System.Drawing.Point(413, 186);
|
|
|
+ this.модельTextBox.Name = "модельTextBox";
|
|
|
+ this.модельTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
+ this.модельTextBox.TabIndex = 7;
|
|
|
+ //
|
|
|
+ // цветLabel
|
|
|
+ //
|
|
|
+ цветLabel.AutoSize = true;
|
|
|
+ цветLabel.Location = new System.Drawing.Point(374, 225);
|
|
|
+ цветLabel.Name = "цветLabel";
|
|
|
+ цветLabel.Size = new System.Drawing.Size(33, 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(413, 222);
|
|
|
+ this.цветTextBox.Name = "цветTextBox";
|
|
|
+ this.цветTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
+ this.цветTextBox.TabIndex = 9;
|
|
|
+ //
|
|
|
+ // год_выпускаLabel
|
|
|
+ //
|
|
|
+ год_выпускаLabel.AutoSize = true;
|
|
|
+ год_выпускаLabel.Location = new System.Drawing.Point(334, 260);
|
|
|
+ год_выпускаLabel.Name = "год_выпускаLabel";
|
|
|
+ год_выпускаLabel.Size = new System.Drawing.Size(73, 13);
|
|
|
+ год_выпускаLabel.TabIndex = 10;
|
|
|
+ год_выпускаLabel.Text = "год выпуска:";
|
|
|
+ //
|
|
|
+ // год_выпускаDateTimePicker
|
|
|
+ //
|
|
|
+ this.год_выпускаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.автомобилиBindingSource, "год выпуска", true));
|
|
|
+ this.год_выпускаDateTimePicker.Location = new System.Drawing.Point(413, 256);
|
|
|
+ this.год_выпускаDateTimePicker.Name = "год_выпускаDateTimePicker";
|
|
|
+ this.год_выпускаDateTimePicker.Size = new System.Drawing.Size(200, 20);
|
|
|
+ this.год_выпускаDateTimePicker.TabIndex = 11;
|
|
|
+ //
|
|
|
+ // дата_регистрации_в_ГАИLabel
|
|
|
+ //
|
|
|
+ дата_регистрации_в_ГАИLabel.AutoSize = true;
|
|
|
+ дата_регистрации_в_ГАИLabel.Location = new System.Drawing.Point(274, 298);
|
|
|
+ дата_регистрации_в_ГАИLabel.Name = "дата_регистрации_в_ГАИLabel";
|
|
|
+ дата_регистрации_в_ГАИLabel.Size = new System.Drawing.Size(133, 13);
|
|
|
+ дата_регистрации_в_ГАИLabel.TabIndex = 12;
|
|
|
+ дата_регистрации_в_ГАИLabel.Text = "дата регистрации в ГАИ:";
|
|
|
+ //
|
|
|
+ // дата_регистрации_в_ГАИDateTimePicker
|
|
|
+ //
|
|
|
+ this.дата_регистрации_в_ГАИDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.автомобилиBindingSource, "дата регистрации в ГАИ", true));
|
|
|
+ this.дата_регистрации_в_ГАИDateTimePicker.Location = new System.Drawing.Point(413, 294);
|
|
|
+ this.дата_регистрации_в_ГАИDateTimePicker.Name = "дата_регистрации_в_ГАИDateTimePicker";
|
|
|
+ this.дата_регистрации_в_ГАИDateTimePicker.Size = new System.Drawing.Size(200, 20);
|
|
|
+ this.дата_регистрации_в_ГАИDateTimePicker.TabIndex = 13;
|
|
|
+ //
|
|
|
+ // гОС_номераLabel
|
|
|
+ //
|
|
|
+ гОС_номераLabel.AutoSize = true;
|
|
|
+ гОС_номераLabel.Location = new System.Drawing.Point(334, 330);
|
|
|
+ гОС_номераLabel.Name = "гОС_номераLabel";
|
|
|
+ гОС_номераLabel.Size = new System.Drawing.Size(72, 13);
|
|
|
+ гОС_номераLabel.TabIndex = 14;
|
|
|
+ гОС_номераLabel.Text = "ГОС номера:";
|
|
|
+ //
|
|
|
+ // гОС_номераTextBox
|
|
|
+ //
|
|
|
+ this.гОС_номераTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.автомобилиBindingSource, "ГОС номера", true));
|
|
|
+ this.гОС_номераTextBox.Location = new System.Drawing.Point(412, 327);
|
|
|
+ this.гОС_номераTextBox.Name = "гОС_номераTextBox";
|
|
|
+ this.гОС_номераTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
+ this.гОС_номераTextBox.TabIndex = 15;
|
|
|
+ //
|
|
|
+ // номер_ВУLabel
|
|
|
+ //
|
|
|
+ номер_ВУLabel.AutoSize = true;
|
|
|
+ номер_ВУLabel.Location = new System.Drawing.Point(344, 368);
|
|
|
+ номер_ВУLabel.Name = "номер_ВУLabel";
|
|
|
+ номер_ВУLabel.Size = new System.Drawing.Size(62, 13);
|
|
|
+ номер_ВУLabel.TabIndex = 16;
|
|
|
+ номер_ВУLabel.Text = "Номер ВУ:";
|
|
|
+ //
|
|
|
+ // номер_ВУTextBox
|
|
|
+ //
|
|
|
+ this.номер_ВУTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.автомобилиBindingSource, "Номер ВУ", true));
|
|
|
+ this.номер_ВУTextBox.Location = new System.Drawing.Point(412, 365);
|
|
|
+ this.номер_ВУTextBox.Name = "номер_ВУTextBox";
|
|
|
+ this.номер_ВУTextBox.Size = new System.Drawing.Size(100, 20);
|
|
|
+ this.номер_ВУTextBox.TabIndex = 17;
|
|
|
+ //
|
|
|
+ // SForm
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(810, 473);
|
|
|
+ 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.дата_регистрации_в_ГАИDateTimePicker);
|
|
|
+ this.Controls.Add(год_выпускаLabel);
|
|
|
+ this.Controls.Add(this.год_выпускаDateTimePicker);
|
|
|
+ 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.Controls.Add(this.label1);
|
|
|
+ this.Name = "SForm";
|
|
|
+ this.Text = "Таблица \"Автомобили\"";
|
|
|
+ this.Load += new System.EventHandler(this.SForm_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 System.Windows.Forms.Label label1;
|
|
|
+ private IS31ChursinVar12DataSet 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.DateTimePicker год_выпускаDateTimePicker;
|
|
|
+ private System.Windows.Forms.DateTimePicker дата_регистрации_в_ГАИDateTimePicker;
|
|
|
+ private System.Windows.Forms.TextBox гОС_номераTextBox;
|
|
|
+ private System.Windows.Forms.TextBox номер_ВУTextBox;
|
|
|
+ }
|
|
|
+}
|