123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285 |
-
- namespace Валов_проект_ГАИ
- {
- partial class F_car
- {
- /// <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.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 Валов_проект_ГАИ.IS31Valov12DataSet();
- this.автомобилиBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.автомобилиTableAdapter = new Валов_проект_ГАИ.IS31Valov12DataSetTableAdapters.АвтомобилиTableAdapter();
- this.tableAdapterManager = new Валов_проект_ГАИ.IS31Valov12DataSetTableAdapters.TableAdapterManager();
- 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();
- 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();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F);
- this.label1.ForeColor = System.Drawing.SystemColors.MenuHighlight;
- this.label1.Location = new System.Drawing.Point(143, 9);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(216, 24);
- this.label1.TabIndex = 0;
- this.label1.Text = "Таблица \"Автомобили\"";
- this.label1.Click += new System.EventHandler(this.label1_Click);
- //
- // 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 = this.автомобилиTableAdapter;
- this.tableAdapterManager.ВзысканияTableAdapter = null;
- this.tableAdapterManager.ВодителиTableAdapter = null;
- this.tableAdapterManager.НарушенияTableAdapter = null;
- //
- // номер_автомобиляLabel
- //
- номер_автомобиляLabel.AutoSize = true;
- номер_автомобиляLabel.Location = new System.Drawing.Point(126, 53);
- номер_автомобиля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(240, 53);
- 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(167, 104);
- маркаLabel.Name = "маркаLabel";
- маркаLabel.Size = new System.Drawing.Size(42, 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(215, 101);
- 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(161, 142);
- модельLabel.Name = "модельLabel";
- модельLabel.Size = new System.Drawing.Size(48, 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(215, 139);
- 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(168, 220);
- год_выпускаLabel.Name = "год_выпускаLabel";
- год_выпускаLabel.Size = new System.Drawing.Size(73, 13);
- год_выпускаLabel.TabIndex = 7;
- год_выпускаLabel.Text = "год выпуска:";
- //
- // год_выпускаDateTimePicker
- //
- this.год_выпускаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.автомобилиBindingSource, "год выпуска", true));
- this.год_выпускаDateTimePicker.Location = new System.Drawing.Point(247, 216);
- this.год_выпускаDateTimePicker.Name = "год_выпускаDateTimePicker";
- this.год_выпускаDateTimePicker.Size = new System.Drawing.Size(200, 20);
- this.год_выпускаDateTimePicker.TabIndex = 8;
- //
- // дата_регистрации_в_ГАИLabel
- //
- дата_регистрации_в_ГАИLabel.AutoSize = true;
- дата_регистрации_в_ГАИLabel.Location = new System.Drawing.Point(144, 253);
- дата_регистрации_в_ГАИLabel.Name = "дата_регистрации_в_ГАИLabel";
- дата_регистрации_в_ГАИLabel.Size = new System.Drawing.Size(133, 13);
- дата_регистрации_в_ГАИLabel.TabIndex = 9;
- дата_регистрации_в_ГАИLabel.Text = "дата регистрации в ГАИ:";
- //
- // дата_регистрации_в_ГАИDateTimePicker
- //
- this.дата_регистрации_в_ГАИDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.автомобилиBindingSource, "дата регистрации в ГАИ", true));
- this.дата_регистрации_в_ГАИDateTimePicker.Location = new System.Drawing.Point(283, 249);
- this.дата_регистрации_в_ГАИDateTimePicker.Name = "дата_регистрации_в_ГАИDateTimePicker";
- this.дата_регистрации_в_ГАИDateTimePicker.Size = new System.Drawing.Size(200, 20);
- this.дата_регистрации_в_ГАИDateTimePicker.TabIndex = 10;
- //
- // номер_ВУLabel
- //
- номер_ВУLabel.AutoSize = true;
- номер_ВУLabel.Location = new System.Drawing.Point(172, 295);
- номер_ВУLabel.Name = "номер_ВУLabel";
- номер_ВУLabel.Size = new System.Drawing.Size(62, 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(240, 292);
- this.номер_ВУTextBox.Name = "номер_ВУTextBox";
- this.номер_ВУTextBox.Size = new System.Drawing.Size(100, 20);
- this.номер_ВУTextBox.TabIndex = 12;
- //
- // гОС_номераLabel
- //
- гОС_номераLabel.AutoSize = true;
- гОС_номераLabel.Location = new System.Drawing.Point(170, 338);
- гОС_номераLabel.Name = "гОС_номераLabel";
- гОС_номераLabel.Size = new System.Drawing.Size(72, 13);
- гОС_номераLabel.TabIndex = 13;
- гОС_номераLabel.Text = "ГОС номера:";
- //
- // гОС_номераTextBox
- //
- this.гОС_номераTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.автомобилиBindingSource, "ГОС номера", true));
- this.гОС_номераTextBox.Location = new System.Drawing.Point(248, 335);
- this.гОС_номераTextBox.Name = "гОС_номераTextBox";
- this.гОС_номераTextBox.Size = new System.Drawing.Size(100, 20);
- this.гОС_номераTextBox.TabIndex = 14;
- //
- // цветLabel
- //
- цветLabel.AutoSize = true;
- цветLabel.Location = new System.Drawing.Point(164, 179);
- цветLabel.Name = "цветLabel";
- цветLabel.Size = new System.Drawing.Size(33, 13);
- цветLabel.TabIndex = 15;
- цветLabel.Text = "цвет:";
- //
- // цветTextBox
- //
- this.цветTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.автомобилиBindingSource, "цвет", true));
- this.цветTextBox.Location = new System.Drawing.Point(203, 176);
- this.цветTextBox.Name = "цветTextBox";
- this.цветTextBox.Size = new System.Drawing.Size(100, 20);
- this.цветTextBox.TabIndex = 16;
- //
- // F_car
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(648, 450);
- 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.дата_регистрации_в_ГАИ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(this.label1);
- this.Name = "F_car";
- this.Text = "F_car";
- this.Load += new System.EventHandler(this.F_car_Load);
- ((System.ComponentModel.ISupportInitialize)(this.iS31Valov12DataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.автомобилиBindingSource)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private IS31Valov12DataSet iS31Valov12DataSet;
- private System.Windows.Forms.BindingSource автомобилиBindingSource;
- private IS31Valov12DataSetTableAdapters.АвтомобилиTableAdapter автомобилиTableAdapter;
- private IS31Valov12DataSetTableAdapters.TableAdapterManager tableAdapterManager;
- 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;
- private System.Windows.Forms.TextBox цветTextBox;
- }
- }
|