|
@@ -0,0 +1,454 @@
|
|
|
+namespace WindowsFormsApp1Индивидуально
|
|
|
+{
|
|
|
+ partial class FZakaz
|
|
|
+ {
|
|
|
+ /// <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(FZakaz));
|
|
|
+ this.postavkaTovarovDataSet = new WindowsFormsApp1Индивидуально.PostavkaTovarovDataSet();
|
|
|
+ this.заказыBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.заказыTableAdapter = new WindowsFormsApp1Индивидуально.PostavkaTovarovDataSetTableAdapters.ЗаказыTableAdapter();
|
|
|
+ this.tableAdapterManager = new WindowsFormsApp1Индивидуально.PostavkaTovarovDataSetTableAdapters.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.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.button2 = new System.Windows.Forms.Button();
|
|
|
+ this.button3 = new System.Windows.Forms.Button();
|
|
|
+ this.button4 = new System.Windows.Forms.Button();
|
|
|
+ this.button5 = new System.Windows.Forms.Button();
|
|
|
+ this.button6 = new System.Windows.Forms.Button();
|
|
|
+ this.button7 = new System.Windows.Forms.Button();
|
|
|
+ this.button8 = new System.Windows.Forms.Button();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.postavkaTovarovDataSet)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.заказыBindingSource)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.заказыBindingNavigator)).BeginInit();
|
|
|
+ this.заказыBindingNavigator.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.заказыDataGridView)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // postavkaTovarovDataSet
|
|
|
+ //
|
|
|
+ this.postavkaTovarovDataSet.DataSetName = "PostavkaTovarovDataSet";
|
|
|
+ this.postavkaTovarovDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
+ //
|
|
|
+ // заказыBindingSource
|
|
|
+ //
|
|
|
+ this.заказыBindingSource.DataMember = "Заказы";
|
|
|
+ this.заказыBindingSource.DataSource = this.postavkaTovarovDataSet;
|
|
|
+ //
|
|
|
+ // заказыTableAdapter
|
|
|
+ //
|
|
|
+ this.заказыTableAdapter.ClearBeforeFill = true;
|
|
|
+ //
|
|
|
+ // tableAdapterManager
|
|
|
+ //
|
|
|
+ this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
|
|
|
+ this.tableAdapterManager.UpdateOrder = WindowsFormsApp1Индивидуально.PostavkaTovarovDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
|
|
+ this.tableAdapterManager.ДоговорЗаказаTableAdapter = null;
|
|
|
+ this.tableAdapterManager.ЗаказчикTableAdapter = null;
|
|
|
+ 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.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
|
+ 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(1102, 27);
|
|
|
+ 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(29, 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(29, 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, 27);
|
|
|
+ this.bindingNavigatorPositionItem.Text = "0";
|
|
|
+ this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
|
|
|
+ //
|
|
|
+ // bindingNavigatorCountItem
|
|
|
+ //
|
|
|
+ this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
|
|
|
+ this.bindingNavigatorCountItem.Size = new System.Drawing.Size(55, 20);
|
|
|
+ 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(29, 24);
|
|
|
+ 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(29, 24);
|
|
|
+ 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(29, 24);
|
|
|
+ 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(29, 24);
|
|
|
+ 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);
|
|
|
+ //
|
|
|
+ // заказы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.dataGridViewCheckBoxColumn1,
|
|
|
+ this.dataGridViewTextBoxColumn3,
|
|
|
+ this.dataGridViewTextBoxColumn4,
|
|
|
+ this.dataGridViewTextBoxColumn5,
|
|
|
+ this.dataGridViewTextBoxColumn6});
|
|
|
+ this.заказыDataGridView.DataSource = this.заказыBindingSource;
|
|
|
+ this.заказыDataGridView.Location = new System.Drawing.Point(0, 56);
|
|
|
+ this.заказыDataGridView.Name = "заказыDataGridView";
|
|
|
+ this.заказыDataGridView.RowHeadersWidth = 51;
|
|
|
+ this.заказыDataGridView.RowTemplate.Height = 24;
|
|
|
+ this.заказыDataGridView.Size = new System.Drawing.Size(1090, 220);
|
|
|
+ this.заказыDataGridView.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn1
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn1.DataPropertyName = "КодЗаказа";
|
|
|
+ this.dataGridViewTextBoxColumn1.HeaderText = "КодЗаказа";
|
|
|
+ this.dataGridViewTextBoxColumn1.MinimumWidth = 6;
|
|
|
+ this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
+ this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn1.Width = 125;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn2
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn2.DataPropertyName = "НаименованиеЗаказа";
|
|
|
+ this.dataGridViewTextBoxColumn2.HeaderText = "НаименованиеЗаказа";
|
|
|
+ this.dataGridViewTextBoxColumn2.MinimumWidth = 6;
|
|
|
+ this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
+ this.dataGridViewTextBoxColumn2.Width = 125;
|
|
|
+ //
|
|
|
+ // dataGridViewCheckBoxColumn1
|
|
|
+ //
|
|
|
+ this.dataGridViewCheckBoxColumn1.DataPropertyName = "ПлановаяПоставка";
|
|
|
+ this.dataGridViewCheckBoxColumn1.HeaderText = "ПлановаяПоставка";
|
|
|
+ this.dataGridViewCheckBoxColumn1.MinimumWidth = 6;
|
|
|
+ this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
|
|
|
+ this.dataGridViewCheckBoxColumn1.Width = 125;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn3
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn3.DataPropertyName = "КодТовара";
|
|
|
+ this.dataGridViewTextBoxColumn3.HeaderText = "КодТовара";
|
|
|
+ this.dataGridViewTextBoxColumn3.MinimumWidth = 6;
|
|
|
+ this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
+ this.dataGridViewTextBoxColumn3.Width = 125;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn4
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn4.DataPropertyName = "КодЗаказчика";
|
|
|
+ this.dataGridViewTextBoxColumn4.HeaderText = "КодЗаказчика";
|
|
|
+ this.dataGridViewTextBoxColumn4.MinimumWidth = 6;
|
|
|
+ this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
+ this.dataGridViewTextBoxColumn4.Width = 125;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn5
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn5.DataPropertyName = "КодДоговора";
|
|
|
+ this.dataGridViewTextBoxColumn5.HeaderText = "КодДоговора";
|
|
|
+ this.dataGridViewTextBoxColumn5.MinimumWidth = 6;
|
|
|
+ this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
|
+ this.dataGridViewTextBoxColumn5.Width = 125;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn6
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn6.DataPropertyName = "КодОтгрузки";
|
|
|
+ this.dataGridViewTextBoxColumn6.HeaderText = "КодОтгрузки";
|
|
|
+ this.dataGridViewTextBoxColumn6.MinimumWidth = 6;
|
|
|
+ this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
|
+ this.dataGridViewTextBoxColumn6.Width = 125;
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
|
|
+ this.button1.Location = new System.Drawing.Point(369, 386);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(112, 36);
|
|
|
+ this.button1.TabIndex = 2;
|
|
|
+ this.button1.Text = "Первая";
|
|
|
+ this.button1.UseVisualStyleBackColor = false;
|
|
|
+ this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ //
|
|
|
+ // button2
|
|
|
+ //
|
|
|
+ this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
|
|
+ this.button2.Location = new System.Drawing.Point(487, 386);
|
|
|
+ this.button2.Name = "button2";
|
|
|
+ this.button2.Size = new System.Drawing.Size(112, 36);
|
|
|
+ this.button2.TabIndex = 3;
|
|
|
+ this.button2.Text = "Предыдущая";
|
|
|
+ this.button2.UseVisualStyleBackColor = false;
|
|
|
+ this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
+ //
|
|
|
+ // button3
|
|
|
+ //
|
|
|
+ this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
|
|
+ this.button3.Location = new System.Drawing.Point(605, 386);
|
|
|
+ this.button3.Name = "button3";
|
|
|
+ this.button3.Size = new System.Drawing.Size(112, 36);
|
|
|
+ this.button3.TabIndex = 4;
|
|
|
+ this.button3.Text = "Добавить";
|
|
|
+ this.button3.UseVisualStyleBackColor = false;
|
|
|
+ this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
|
+ //
|
|
|
+ // button4
|
|
|
+ //
|
|
|
+ this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
|
|
+ this.button4.Location = new System.Drawing.Point(369, 428);
|
|
|
+ this.button4.Name = "button4";
|
|
|
+ this.button4.Size = new System.Drawing.Size(112, 36);
|
|
|
+ this.button4.TabIndex = 5;
|
|
|
+ this.button4.Text = "Последняя";
|
|
|
+ this.button4.UseVisualStyleBackColor = false;
|
|
|
+ this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
|
+ //
|
|
|
+ // button5
|
|
|
+ //
|
|
|
+ this.button5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
|
|
+ this.button5.Location = new System.Drawing.Point(487, 428);
|
|
|
+ this.button5.Name = "button5";
|
|
|
+ this.button5.Size = new System.Drawing.Size(112, 36);
|
|
|
+ this.button5.TabIndex = 6;
|
|
|
+ this.button5.Text = "Следующая";
|
|
|
+ this.button5.UseVisualStyleBackColor = false;
|
|
|
+ this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
|
+ //
|
|
|
+ // button6
|
|
|
+ //
|
|
|
+ this.button6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
|
|
+ this.button6.Location = new System.Drawing.Point(605, 428);
|
|
|
+ this.button6.Name = "button6";
|
|
|
+ this.button6.Size = new System.Drawing.Size(112, 36);
|
|
|
+ this.button6.TabIndex = 7;
|
|
|
+ this.button6.Text = "Удалить";
|
|
|
+ this.button6.UseVisualStyleBackColor = false;
|
|
|
+ this.button6.Click += new System.EventHandler(this.button6_Click);
|
|
|
+ //
|
|
|
+ // button7
|
|
|
+ //
|
|
|
+ this.button7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
|
|
+ this.button7.Location = new System.Drawing.Point(487, 470);
|
|
|
+ this.button7.Name = "button7";
|
|
|
+ this.button7.Size = new System.Drawing.Size(112, 36);
|
|
|
+ this.button7.TabIndex = 8;
|
|
|
+ this.button7.Text = "Сохранить";
|
|
|
+ this.button7.UseVisualStyleBackColor = false;
|
|
|
+ this.button7.Click += new System.EventHandler(this.button7_Click);
|
|
|
+ //
|
|
|
+ // button8
|
|
|
+ //
|
|
|
+ this.button8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
|
|
+ this.button8.Location = new System.Drawing.Point(885, 463);
|
|
|
+ this.button8.Name = "button8";
|
|
|
+ this.button8.Size = new System.Drawing.Size(205, 50);
|
|
|
+ this.button8.TabIndex = 9;
|
|
|
+ this.button8.Text = "Вернулься на главную форму";
|
|
|
+ this.button8.UseVisualStyleBackColor = false;
|
|
|
+ this.button8.Click += new System.EventHandler(this.button8_Click);
|
|
|
+ //
|
|
|
+ // FZakaz
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.BackColor = System.Drawing.Color.MistyRose;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1102, 521);
|
|
|
+ this.Controls.Add(this.button8);
|
|
|
+ this.Controls.Add(this.button7);
|
|
|
+ this.Controls.Add(this.button6);
|
|
|
+ this.Controls.Add(this.button5);
|
|
|
+ this.Controls.Add(this.button4);
|
|
|
+ this.Controls.Add(this.button3);
|
|
|
+ this.Controls.Add(this.button2);
|
|
|
+ this.Controls.Add(this.button1);
|
|
|
+ this.Controls.Add(this.заказыDataGridView);
|
|
|
+ this.Controls.Add(this.заказыBindingNavigator);
|
|
|
+ this.Name = "FZakaz";
|
|
|
+ this.Text = "Заказы";
|
|
|
+ this.Load += new System.EventHandler(this.FZakaz_Load);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.postavkaTovarovDataSet)).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 PostavkaTovarovDataSet postavkaTovarovDataSet;
|
|
|
+ private System.Windows.Forms.BindingSource заказыBindingSource;
|
|
|
+ private PostavkaTovarovDataSetTableAdapters.ЗаказыTableAdapter заказыTableAdapter;
|
|
|
+ private PostavkaTovarovDataSetTableAdapters.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.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
+ private System.Windows.Forms.Button button2;
|
|
|
+ private System.Windows.Forms.Button button3;
|
|
|
+ private System.Windows.Forms.Button button4;
|
|
|
+ private System.Windows.Forms.Button button5;
|
|
|
+ private System.Windows.Forms.Button button6;
|
|
|
+ private System.Windows.Forms.Button button7;
|
|
|
+ private System.Windows.Forms.Button button8;
|
|
|
+ }
|
|
|
+}
|