123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504 |
- namespace Yurevich_InternetProdazhi
- {
- partial class Form3
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3));
- 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.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.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- 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.контактный_телефонTextBox = new System.Windows.Forms.TextBox();
- this.подтверждение_заказаCheckBox = new System.Windows.Forms.CheckBox();
- 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();
- this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
- this.заказыBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
- дата_заказа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.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(345, 47);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(221, 23);
- this.label1.TabIndex = 1;
- 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 = 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.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(894, 25);
- this.заказыBindingNavigator.TabIndex = 2;
- this.заказыBindingNavigator.Text = "bindingNavigator1";
- //
- // 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);
- //
- // bindingNavigatorSeparator2
- //
- this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
- this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
- //
- // дата_заказа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, 115);
- дата_заказаLabel.Name = "дата_заказаLabel";
- дата_заказаLabel.Size = new System.Drawing.Size(99, 18);
- дата_заказа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(179, 116);
- this.дата_заказаTextBox.Name = "дата_заказаTextBox";
- this.дата_заказаTextBox.Size = new System.Drawing.Size(100, 20);
- this.дата_заказаTextBox.TabIndex = 3;
- //
- // время_заказа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, 157);
- время_заказаLabel.Name = "время_заказаLabel";
- время_заказаLabel.Size = new System.Drawing.Size(109, 18);
- время_заказа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(179, 158);
- this.время_заказаTextBox.Name = "время_заказаTextBox";
- this.время_заказаTextBox.Size = new System.Drawing.Size(100, 20);
- this.время_заказаTextBox.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, 202);
- количествоLabel.Name = "количествоLabel";
- количествоLabel.Size = new System.Drawing.Size(96, 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(179, 203);
- 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, 249);
- ф_И_О_клиентаLabel.Name = "ф_И_О_клиентаLabel";
- ф_И_О_клиентаLabel.Size = new System.Drawing.Size(116, 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(179, 249);
- 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, 292);
- контактный_телефонLabel.Name = "контактный_телефонLabel";
- контактный_телефонLabel.Size = new System.Drawing.Size(162, 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(180, 290);
- 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, 335);
- подтверждение_заказаLabel.Name = "подтверждение_заказаLabel";
- подтверждение_заказаLabel.Size = new System.Drawing.Size(176, 18);
- подтверждение_заказаLabel.TabIndex = 12;
- подтверждение_заказаLabel.Text = "Подтверждение заказа:";
- //
- // подтверждение_заказаCheckBox
- //
- this.подтверждение_заказаCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.заказыBindingSource, "Подтверждение_заказа", true));
- this.подтверждение_заказаCheckBox.Location = new System.Drawing.Point(194, 335);
- this.подтверждение_заказаCheckBox.Name = "подтверждение_заказаCheckBox";
- this.подтверждение_заказаCheckBox.Size = new System.Drawing.Size(219, 24);
- this.подтверждение_заказаCheckBox.TabIndex = 13;
- this.подтверждение_заказаCheckBox.Text = "отметить, если заказ подтвержден";
- this.подтверждение_заказаCheckBox.UseVisualStyleBackColor = true;
- //
- // заказы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.dataGridViewTextBoxColumn7,
- this.dataGridViewTextBoxColumn8,
- this.dataGridViewCheckBoxColumn1});
- this.заказыDataGridView.DataSource = this.заказыBindingSource;
- this.заказыDataGridView.Location = new System.Drawing.Point(419, 116);
- this.заказыDataGridView.Name = "заказыDataGridView";
- this.заказыDataGridView.Size = new System.Drawing.Size(441, 237);
- this.заказыDataGridView.TabIndex = 14;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "Код_заказа";
- this.dataGridViewTextBoxColumn1.HeaderText = "Код_заказа";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- //
- // 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";
- //
- // dataGridViewTextBoxColumn7
- //
- this.dataGridViewTextBoxColumn7.DataPropertyName = "Ф_И_О_клиента";
- this.dataGridViewTextBoxColumn7.HeaderText = "Ф_И_О_клиента";
- this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
- //
- // dataGridViewTextBoxColumn8
- //
- this.dataGridViewTextBoxColumn8.DataPropertyName = "Контактный_телефон";
- this.dataGridViewTextBoxColumn8.HeaderText = "Контактный_телефон";
- this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
- //
- // dataGridViewCheckBoxColumn1
- //
- this.dataGridViewCheckBoxColumn1.DataPropertyName = "Подтверждение_заказа";
- this.dataGridViewCheckBoxColumn1.HeaderText = "Подтверждение_заказа";
- this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
- //
- // 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 = "Удалить";
- //
- // 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 = "Переместить назад";
- //
- // 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 = "Переместить в конец";
- //
- // заказы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);
- //
- // Form3
- //
- 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(894, 369);
- this.Controls.Add(this.заказыDataGridView);
- this.Controls.Add(подтверждение_заказаLabel);
- this.Controls.Add(this.подтверждение_заказаCheckBox);
- 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.дата_заказаTextBox);
- 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 = "Form3";
- this.Text = "Таблица \"Заказы\"";
- this.Load += new System.EventHandler(this.Form3_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.TextBox дата_заказаTextBox;
- 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.CheckBox подтверждение_заказаCheckBox;
- 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;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
- private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
- }
- }
|