123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304 |
-
- namespace lebedenko_gai
- {
- partial class Form7
- {
- /// <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(Form7));
- this.gAI_ProjectDataSet = new lebedenko_gai.GAI_ProjectDataSet();
- this.год_сортировка_автоBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.год_сортировка_автоTableAdapter = new lebedenko_gai.GAI_ProjectDataSetTableAdapters.год_сортировка_автоTableAdapter();
- this.tableAdapterManager = new lebedenko_gai.GAI_ProjectDataSetTableAdapters.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.год_сортировка_автоDataGridView = new System.Windows.Forms.DataGridView();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.gAI_ProjectDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.год_сортировка_автоBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.год_сортировка_автоBindingNavigator)).BeginInit();
- this.год_сортировка_автоBindingNavigator.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.год_сортировка_автоDataGridView)).BeginInit();
- this.SuspendLayout();
- //
- // gAI_ProjectDataSet
- //
- this.gAI_ProjectDataSet.DataSetName = "GAI_ProjectDataSet";
- this.gAI_ProjectDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // год_сортировка_автоBindingSource
- //
- this.год_сортировка_автоBindingSource.DataMember = "год сортировка авто";
- this.год_сортировка_автоBindingSource.DataSource = this.gAI_ProjectDataSet;
- //
- // год_сортировка_автоTableAdapter
- //
- this.год_сортировка_автоTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.Connection = null;
- this.tableAdapterManager.UpdateOrder = lebedenko_gai.GAI_ProjectDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- 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 = 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.Enabled = false;
- this.год_сортировка_автоBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("год_сортировка_автоBindingNavigatorSaveItem.Image")));
- this.год_сортировка_автоBindingNavigatorSaveItem.Name = "год_сортировка_автоBindingNavigatorSaveItem";
- this.год_сортировка_автоBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 20);
- this.год_сортировка_автоBindingNavigatorSaveItem.Text = "Сохранить данные";
- //
- // год_сортировка_автоDataGridView
- //
- this.год_сортировка_автоDataGridView.AutoGenerateColumns = false;
- this.год_сортировка_автоDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.год_сортировка_автоDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn1,
- this.dataGridViewTextBoxColumn2});
- this.год_сортировка_автоDataGridView.DataSource = this.год_сортировка_автоBindingSource;
- this.год_сортировка_автоDataGridView.Location = new System.Drawing.Point(12, 28);
- this.год_сортировка_автоDataGridView.Name = "год_сортировка_автоDataGridView";
- this.год_сортировка_автоDataGridView.Size = new System.Drawing.Size(300, 410);
- this.год_сортировка_автоDataGridView.TabIndex = 1;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "Год выпуска";
- this.dataGridViewTextBoxColumn1.HeaderText = "Год выпуска";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "Модель";
- this.dataGridViewTextBoxColumn2.HeaderText = "Модель";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(318, 28);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(177, 23);
- this.button1.TabIndex = 2;
- this.button1.Text = "Сортировать по возрастанию";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(318, 57);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(177, 23);
- this.button2.TabIndex = 3;
- this.button2.Text = "Сортировать по убывани.";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // Form7
- //
- 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.button2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.год_сортировка_автоDataGridView);
- this.Controls.Add(this.год_сортировка_автоBindingNavigator);
- this.Name = "Form7";
- this.Text = "Form7";
- this.Load += new System.EventHandler(this.Form7_Load);
- ((System.ComponentModel.ISupportInitialize)(this.gAI_ProjectDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.год_сортировка_автоBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.год_сортировка_автоBindingNavigator)).EndInit();
- this.год_сортировка_автоBindingNavigator.ResumeLayout(false);
- this.год_сортировка_автоBindingNavigator.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.год_сортировка_автоDataGridView)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private GAI_ProjectDataSet gAI_ProjectDataSet;
- private System.Windows.Forms.BindingSource год_сортировка_автоBindingSource;
- private GAI_ProjectDataSetTableAdapters.год_сортировка_автоTableAdapter год_сортировка_автоTableAdapter;
- private GAI_ProjectDataSetTableAdapters.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.DataGridView год_сортировка_автоDataGridView;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- }
- }
|