123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450 |
- namespace Yurevich_InternetProdazhi
- {
- partial class Form2
- {
- /// <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(Form2));
- 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.yurevich_INTERNET_PRODAZHIDataSet = new Yurevich_InternetProdazhi.Yurevich_INTERNET_PRODAZHIDataSet();
- this.доставкаBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.доставкаTableAdapter = new Yurevich_InternetProdazhi.Yurevich_INTERNET_PRODAZHIDataSetTableAdapters.ДоставкаTableAdapter();
- this.tableAdapterManager = new Yurevich_InternetProdazhi.Yurevich_INTERNET_PRODAZHIDataSetTableAdapters.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.дата_доставки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();
- this.ф_И_О_курьераTextBox = new System.Windows.Forms.TextBox();
- this.доставкаDataGridView = new System.Windows.Forms.DataGridView();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- 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();
- дата_доставки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.yurevich_INTERNET_PRODAZHIDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.доставкаBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.доставкаBindingNavigator)).BeginInit();
- this.доставкаBindingNavigator.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.доставкаDataGridView)).BeginInit();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(286, 58);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(240, 23);
- this.label1.TabIndex = 0;
- this.label1.Text = "Таблица \"Доставка\"";
- //
- // yurevich_INTERNET_PRODAZHIDataSet
- //
- this.yurevich_INTERNET_PRODAZHIDataSet.DataSetName = "Yurevich_INTERNET_PRODAZHIDataSet";
- this.yurevich_INTERNET_PRODAZHIDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // доставкаBindingSource
- //
- this.доставкаBindingSource.DataMember = "Доставка";
- this.доставкаBindingSource.DataSource = this.yurevich_INTERNET_PRODAZHIDataSet;
- //
- // доставкаTableAdapter
- //
- this.доставкаTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.UpdateOrder = Yurevich_InternetProdazhi.Yurevich_INTERNET_PRODAZHIDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.ДоставкаTableAdapter = this.доставкаTableAdapter;
- 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(842, 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.Font = new System.Drawing.Font("Segoe UI", 9F);
- 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, 22);
- this.bindingNavigatorCountItem.Text = "для {0}";
- this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
- //
- // bindingNavigatorSeparator1
- //
- this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
- this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // 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 = "Переместить вперед";
- //
- // 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, 22);
- this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
- //
- // bindingNavigatorSeparator2
- //
- this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
- this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
- //
- // 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, 22);
- 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, 22);
- this.доставкаBindingNavigatorSaveItem.Text = "Сохранить данные";
- this.доставкаBindingNavigatorSaveItem.Click += new System.EventHandler(this.доставкаBindingNavigatorSaveItem_Click);
- //
- // дата_доставкиLabel
- //
- дата_доставкиLabel.AutoSize = true;
- дата_доставкиLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- дата_доставкиLabel.Location = new System.Drawing.Point(12, 141);
- дата_доставкиLabel.Name = "дата_доставкиLabel";
- дата_доставкиLabel.Size = new System.Drawing.Size(116, 18);
- дата_доставкиLabel.TabIndex = 4;
- дата_доставкиLabel.Text = "Дата доставки:";
- //
- // дата_доставкиDateTimePicker
- //
- this.дата_доставкиDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.доставкаBindingSource, "Дата_доставки", true));
- this.дата_доставкиDateTimePicker.Location = new System.Drawing.Point(144, 141);
- this.дата_доставкиDateTimePicker.Name = "дата_доставкиDateTimePicker";
- this.дата_доставкиDateTimePicker.Size = new System.Drawing.Size(200, 20);
- this.дата_доставкиDateTimePicker.TabIndex = 5;
- //
- // время_доставкиLabel
- //
- время_доставкиLabel.AutoSize = true;
- время_доставкиLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- время_доставкиLabel.Location = new System.Drawing.Point(12, 188);
- время_доставкиLabel.Name = "время_доставкиLabel";
- время_доставкиLabel.Size = new System.Drawing.Size(126, 18);
- время_доставки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(144, 189);
- this.время_доставкиTextBox.Name = "время_доставкиTextBox";
- this.время_доставкиTextBox.Size = new System.Drawing.Size(100, 20);
- this.время_доставкиTextBox.TabIndex = 7;
- //
- // адрес_доставкиLabel
- //
- адрес_доставкиLabel.AutoSize = true;
- адрес_доставкиLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- адрес_доставкиLabel.Location = new System.Drawing.Point(12, 240);
- адрес_доставкиLabel.Name = "адрес_доставкиLabel";
- адрес_доставкиLabel.Size = new System.Drawing.Size(123, 18);
- адрес_доставки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(144, 238);
- this.адрес_доставкиTextBox.Name = "адрес_доставкиTextBox";
- this.адрес_доставкиTextBox.Size = new System.Drawing.Size(100, 20);
- this.адрес_доставкиTextBox.TabIndex = 9;
- //
- // ф_И_О_клиентаLabel
- //
- ф_И_О_клиентаLabel.AutoSize = true;
- ф_И_О_клиентаLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- ф_И_О_клиентаLabel.Location = new System.Drawing.Point(12, 280);
- ф_И_О_клиентаLabel.Name = "ф_И_О_клиентаLabel";
- ф_И_О_клиентаLabel.Size = new System.Drawing.Size(116, 18);
- ф_И_О_клиентаLabel.TabIndex = 10;
- ф_И_О_клиентаLabel.Text = "Ф И О клиента:";
- //
- // ф_И_О_клиентаTextBox
- //
- this.ф_И_О_клиентаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.доставкаBindingSource, "Ф_И_О_клиента", true));
- this.ф_И_О_клиентаTextBox.Location = new System.Drawing.Point(144, 280);
- this.ф_И_О_клиентаTextBox.Name = "ф_И_О_клиентаTextBox";
- this.ф_И_О_клиентаTextBox.Size = new System.Drawing.Size(100, 20);
- this.ф_И_О_клиентаTextBox.TabIndex = 11;
- //
- // ф_И_О_курьераLabel
- //
- ф_И_О_курьераLabel.AutoSize = true;
- ф_И_О_курьераLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- ф_И_О_курьераLabel.Location = new System.Drawing.Point(12, 323);
- ф_И_О_курьераLabel.Name = "ф_И_О_курьераLabel";
- ф_И_О_курьераLabel.Size = new System.Drawing.Size(115, 18);
- ф_И_О_курьера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(144, 324);
- this.ф_И_О_курьераTextBox.Name = "ф_И_О_курьераTextBox";
- this.ф_И_О_курьераTextBox.Size = new System.Drawing.Size(100, 20);
- this.ф_И_О_курьераTextBox.TabIndex = 12;
- //
- // доставка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.dataGridViewTextBoxColumn3,
- this.dataGridViewTextBoxColumn4,
- this.dataGridViewTextBoxColumn5,
- this.dataGridViewTextBoxColumn6});
- this.доставкаDataGridView.DataSource = this.доставкаBindingSource;
- this.доставкаDataGridView.Location = new System.Drawing.Point(380, 141);
- this.доставкаDataGridView.Name = "доставкаDataGridView";
- this.доставкаDataGridView.Size = new System.Drawing.Size(438, 220);
- this.доставкаDataGridView.TabIndex = 12;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "Код_заказа";
- this.dataGridViewTextBoxColumn1.HeaderText = "Код_заказа";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "Дата_доставки";
- this.dataGridViewTextBoxColumn2.HeaderText = "Дата_доставки";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "Время_доставки";
- this.dataGridViewTextBoxColumn3.HeaderText = "Время_доставки";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.DataPropertyName = "Адрес_доставки";
- this.dataGridViewTextBoxColumn4.HeaderText = "Адрес_доставки";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.DataPropertyName = "Ф_И_О_клиента";
- this.dataGridViewTextBoxColumn5.HeaderText = "Ф_И_О_клиента";
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- //
- // dataGridViewTextBoxColumn6
- //
- this.dataGridViewTextBoxColumn6.DataPropertyName = "Ф_И_О_курьера";
- this.dataGridViewTextBoxColumn6.HeaderText = "Ф_И_О_курьера";
- this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
- //
- // Form2
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.AppWorkspace;
- this.ClientSize = new System.Drawing.Size(842, 372);
- this.Controls.Add(this.доставкаDataGridView);
- 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.дата_доставкиDateTimePicker);
- this.Controls.Add(this.доставкаBindingNavigator);
- this.Controls.Add(this.label1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "Form2";
- this.Text = "Таблица \"Доставка\"";
- this.Load += new System.EventHandler(this.Form2_Load);
- ((System.ComponentModel.ISupportInitialize)(this.yurevich_INTERNET_PRODAZHIDataSet)).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 System.Windows.Forms.Label label1;
- private Yurevich_INTERNET_PRODAZHIDataSet yurevich_INTERNET_PRODAZHIDataSet;
- private System.Windows.Forms.BindingSource доставкаBindingSource;
- private Yurevich_INTERNET_PRODAZHIDataSetTableAdapters.ДоставкаTableAdapter доставкаTableAdapter;
- private Yurevich_INTERNET_PRODAZHIDataSetTableAdapters.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.DateTimePicker дата_доставкиDateTimePicker;
- 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.DataGridView доставкаDataGridView;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
- }
- }
|