123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406 |
-
- namespace muskafidi_de
- {
- partial class complect
- {
- /// <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 idLabel;
- 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.muskafidi_deDataSet = new muskafidi_de.muskafidi_deDataSet();
- this.complectBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.complectTableAdapter = new muskafidi_de.muskafidi_deDataSetTableAdapters.ComplectTableAdapter();
- this.tableAdapterManager = new muskafidi_de.muskafidi_deDataSetTableAdapters.TableAdapterManager();
- this.complectDataGridView = new System.Windows.Forms.DataGridView();
- this.label1 = new System.Windows.Forms.Label();
- this.idTextBox = 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.ценаTextBox = new System.Windows.Forms.TextBox();
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this._06_muskafidi_deDataSet = new muskafidi_de._06_muskafidi_deDataSet();
- this.complectBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- this.complectTableAdapter1 = new muskafidi_de._06_muskafidi_deDataSetTableAdapters.ComplectTableAdapter();
- this.tableAdapterManager1 = new muskafidi_de._06_muskafidi_deDataSetTableAdapters.TableAdapterManager();
- this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.наименованиеDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.количествоDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.единицаИзмеренияDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.типМатериалаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ценаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- idLabel = 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.muskafidi_deDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.complectBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.complectDataGridView)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this._06_muskafidi_deDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.complectBindingSource1)).BeginInit();
- this.SuspendLayout();
- //
- // idLabel
- //
- idLabel.AutoSize = true;
- idLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- idLabel.Location = new System.Drawing.Point(117, 263);
- idLabel.Name = "idLabel";
- idLabel.Size = new System.Drawing.Size(20, 15);
- idLabel.TabIndex = 16;
- idLabel.Text = "id:";
- //
- // наименованиеLabel
- //
- наименованиеLabel.AutoSize = true;
- наименованиеLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- наименованиеLabel.Location = new System.Drawing.Point(49, 289);
- наименованиеLabel.Name = "наименованиеLabel";
- наименованиеLabel.Size = new System.Drawing.Size(89, 15);
- наименованиеLabel.TabIndex = 17;
- наименованиеLabel.Text = "Наименование:";
- //
- // количествоLabel
- //
- количествоLabel.AutoSize = true;
- количествоLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- количествоLabel.Location = new System.Drawing.Point(66, 315);
- количествоLabel.Name = "количествоLabel";
- количествоLabel.Size = new System.Drawing.Size(74, 15);
- количествоLabel.TabIndex = 18;
- количествоLabel.Text = "Количество:";
- //
- // единица_измеренияLabel
- //
- единица_измеренияLabel.AutoSize = true;
- единица_измеренияLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- единица_измеренияLabel.Location = new System.Drawing.Point(23, 341);
- единица_измеренияLabel.Name = "единица_измеренияLabel";
- единица_измеренияLabel.Size = new System.Drawing.Size(117, 15);
- единица_измеренияLabel.TabIndex = 19;
- единица_измеренияLabel.Text = "Единица измерения:";
- //
- // тип_материалаLabel
- //
- тип_материалаLabel.AutoSize = true;
- тип_материалаLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- тип_материалаLabel.Location = new System.Drawing.Point(48, 367);
- тип_материалаLabel.Name = "тип_материалаLabel";
- тип_материалаLabel.Size = new System.Drawing.Size(91, 15);
- тип_материалаLabel.TabIndex = 20;
- тип_материалаLabel.Text = "Тип материала:";
- //
- // ценаLabel
- //
- ценаLabel.AutoSize = true;
- ценаLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- ценаLabel.Location = new System.Drawing.Point(99, 393);
- ценаLabel.Name = "ценаLabel";
- ценаLabel.Size = new System.Drawing.Size(37, 15);
- ценаLabel.TabIndex = 21;
- ценаLabel.Text = "Цена:";
- //
- // muskafidi_deDataSet
- //
- this.muskafidi_deDataSet.DataSetName = "muskafidi_deDataSet";
- this.muskafidi_deDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // complectBindingSource
- //
- this.complectBindingSource.DataMember = "Complect";
- this.complectBindingSource.DataSource = this.muskafidi_deDataSet;
- //
- // complectTableAdapter
- //
- this.complectTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.ComplectTableAdapter = this.complectTableAdapter;
- this.tableAdapterManager.EdiniciIzmereniyaTableAdapter = null;
- this.tableAdapterManager.RolesTableAdapter = null;
- this.tableAdapterManager.StatusTableAdapter = null;
- this.tableAdapterManager.StatusZakazaTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = muskafidi_de.muskafidi_deDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.usersTableAdapter = null;
- this.tableAdapterManager.ZacaziTableAdapter = null;
- //
- // complectDataGridView
- //
- this.complectDataGridView.AutoGenerateColumns = false;
- this.complectDataGridView.BackgroundColor = System.Drawing.Color.IndianRed;
- this.complectDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.complectDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.complectDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.idDataGridViewTextBoxColumn,
- this.наименованиеDataGridViewTextBoxColumn,
- this.количествоDataGridViewTextBoxColumn,
- this.единицаИзмеренияDataGridViewTextBoxColumn,
- this.типМатериалаDataGridViewTextBoxColumn,
- this.ценаDataGridViewTextBoxColumn});
- this.complectDataGridView.DataSource = this.complectBindingSource1;
- this.complectDataGridView.GridColor = System.Drawing.Color.Gray;
- this.complectDataGridView.Location = new System.Drawing.Point(24, 28);
- this.complectDataGridView.Name = "complectDataGridView";
- this.complectDataGridView.Size = new System.Drawing.Size(639, 220);
- this.complectDataGridView.TabIndex = 0;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(12, 9);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(25, 13);
- this.label1.TabIndex = 16;
- this.label1.Text = "<<<";
- this.label1.Click += new System.EventHandler(this.label1_Click);
- //
- // idTextBox
- //
- this.idTextBox.BackColor = System.Drawing.Color.IndianRed;
- this.idTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.idTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.complectBindingSource1, "id", true));
- this.idTextBox.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.idTextBox.Location = new System.Drawing.Point(141, 260);
- this.idTextBox.Name = "idTextBox";
- this.idTextBox.Size = new System.Drawing.Size(100, 16);
- this.idTextBox.TabIndex = 17;
- //
- // наименованиеTextBox
- //
- this.наименованиеTextBox.BackColor = System.Drawing.Color.IndianRed;
- this.наименованиеTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.наименованиеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.complectBindingSource1, "Наименование", true));
- this.наименованиеTextBox.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.наименованиеTextBox.Location = new System.Drawing.Point(141, 286);
- this.наименованиеTextBox.Name = "наименованиеTextBox";
- this.наименованиеTextBox.Size = new System.Drawing.Size(100, 16);
- this.наименованиеTextBox.TabIndex = 18;
- //
- // количествоTextBox
- //
- this.количествоTextBox.BackColor = System.Drawing.Color.IndianRed;
- this.количествоTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.количествоTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.complectBindingSource1, "Количество", true));
- this.количествоTextBox.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.количествоTextBox.Location = new System.Drawing.Point(141, 312);
- this.количествоTextBox.Name = "количествоTextBox";
- this.количествоTextBox.Size = new System.Drawing.Size(100, 16);
- this.количествоTextBox.TabIndex = 19;
- //
- // единица_измеренияTextBox
- //
- this.единица_измеренияTextBox.BackColor = System.Drawing.Color.IndianRed;
- this.единица_измеренияTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.единица_измеренияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.complectBindingSource1, "Единица измерения", true));
- this.единица_измеренияTextBox.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.единица_измеренияTextBox.Location = new System.Drawing.Point(141, 338);
- this.единица_измеренияTextBox.Name = "единица_измеренияTextBox";
- this.единица_измеренияTextBox.Size = new System.Drawing.Size(100, 16);
- this.единица_измеренияTextBox.TabIndex = 20;
- //
- // тип_материалаTextBox
- //
- this.тип_материалаTextBox.BackColor = System.Drawing.Color.IndianRed;
- this.тип_материалаTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.тип_материалаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.complectBindingSource1, "Тип материала", true));
- this.тип_материалаTextBox.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.тип_материалаTextBox.Location = new System.Drawing.Point(141, 364);
- this.тип_материалаTextBox.Name = "тип_материалаTextBox";
- this.тип_материалаTextBox.Size = new System.Drawing.Size(100, 16);
- this.тип_материалаTextBox.TabIndex = 21;
- //
- // ценаTextBox
- //
- this.ценаTextBox.BackColor = System.Drawing.Color.IndianRed;
- this.ценаTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.ценаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.complectBindingSource1, "Цена", true));
- this.ценаTextBox.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ценаTextBox.Location = new System.Drawing.Point(141, 390);
- this.ценаTextBox.Name = "ценаTextBox";
- this.ценаTextBox.Size = new System.Drawing.Size(100, 16);
- this.ценаTextBox.TabIndex = 22;
- //
- // button2
- //
- this.button2.BackColor = System.Drawing.Color.IndianRed;
- this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.button2.Location = new System.Drawing.Point(488, 283);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(175, 20);
- this.button2.TabIndex = 24;
- this.button2.Text = "Сохранить";
- this.button2.UseVisualStyleBackColor = false;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.Color.IndianRed;
- this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.button1.Location = new System.Drawing.Point(488, 253);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(175, 20);
- this.button1.TabIndex = 23;
- this.button1.Text = "Добавить";
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // _06_muskafidi_deDataSet
- //
- this._06_muskafidi_deDataSet.DataSetName = "_06_muskafidi_deDataSet";
- this._06_muskafidi_deDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // complectBindingSource1
- //
- this.complectBindingSource1.DataMember = "Complect";
- this.complectBindingSource1.DataSource = this._06_muskafidi_deDataSet;
- //
- // complectTableAdapter1
- //
- this.complectTableAdapter1.ClearBeforeFill = true;
- //
- // tableAdapterManager1
- //
- this.tableAdapterManager1.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager1.ComplectTableAdapter = this.complectTableAdapter1;
- this.tableAdapterManager1.EdiniciIzmereniyaTableAdapter = null;
- this.tableAdapterManager1.RolesTableAdapter = null;
- this.tableAdapterManager1.StatusTableAdapter = null;
- this.tableAdapterManager1.StatusZakazaTableAdapter = null;
- this.tableAdapterManager1.UpdateOrder = muskafidi_de._06_muskafidi_deDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager1.usersTableAdapter = null;
- this.tableAdapterManager1.ZacaziTableAdapter = null;
- //
- // idDataGridViewTextBoxColumn
- //
- this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
- this.idDataGridViewTextBoxColumn.HeaderText = "id";
- this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
- //
- // наименованиеDataGridViewTextBoxColumn
- //
- this.наименованиеDataGridViewTextBoxColumn.DataPropertyName = "Наименование";
- this.наименованиеDataGridViewTextBoxColumn.HeaderText = "Наименование";
- this.наименованиеDataGridViewTextBoxColumn.Name = "наименованиеDataGridViewTextBoxColumn";
- //
- // количествоDataGridViewTextBoxColumn
- //
- this.количествоDataGridViewTextBoxColumn.DataPropertyName = "Количество";
- this.количествоDataGridViewTextBoxColumn.HeaderText = "Количество";
- this.количествоDataGridViewTextBoxColumn.Name = "количествоDataGridViewTextBoxColumn";
- //
- // единицаИзмеренияDataGridViewTextBoxColumn
- //
- this.единицаИзмеренияDataGridViewTextBoxColumn.DataPropertyName = "Единица измерения";
- this.единицаИзмеренияDataGridViewTextBoxColumn.HeaderText = "Единица измерения";
- this.единицаИзмеренияDataGridViewTextBoxColumn.Name = "единицаИзмеренияDataGridViewTextBoxColumn";
- //
- // типМатериалаDataGridViewTextBoxColumn
- //
- this.типМатериалаDataGridViewTextBoxColumn.DataPropertyName = "Тип материала";
- this.типМатериалаDataGridViewTextBoxColumn.HeaderText = "Тип материала";
- this.типМатериалаDataGridViewTextBoxColumn.Name = "типМатериалаDataGridViewTextBoxColumn";
- //
- // ценаDataGridViewTextBoxColumn
- //
- this.ценаDataGridViewTextBoxColumn.DataPropertyName = "Цена";
- this.ценаDataGridViewTextBoxColumn.HeaderText = "Цена";
- this.ценаDataGridViewTextBoxColumn.Name = "ценаDataGridViewTextBoxColumn";
- //
- // complect
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.RosyBrown;
- this.ClientSize = new System.Drawing.Size(692, 424);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- 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(idLabel);
- this.Controls.Add(this.idTextBox);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.complectDataGridView);
- this.Name = "complect";
- this.Text = "Комплектующие";
- this.Load += new System.EventHandler(this.complect_Load);
- ((System.ComponentModel.ISupportInitialize)(this.muskafidi_deDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.complectBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.complectDataGridView)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this._06_muskafidi_deDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.complectBindingSource1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private muskafidi_deDataSet muskafidi_deDataSet;
- private System.Windows.Forms.BindingSource complectBindingSource;
- private muskafidi_deDataSetTableAdapters.ComplectTableAdapter complectTableAdapter;
- private muskafidi_deDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.DataGridView complectDataGridView;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox idTextBox;
- 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.Button button2;
- private System.Windows.Forms.Button button1;
- private _06_muskafidi_deDataSet _06_muskafidi_deDataSet;
- private System.Windows.Forms.BindingSource complectBindingSource1;
- private _06_muskafidi_deDataSetTableAdapters.ComplectTableAdapter complectTableAdapter1;
- private _06_muskafidi_deDataSetTableAdapters.TableAdapterManager tableAdapterManager1;
- private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn наименованиеDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn количествоDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn единицаИзмеренияDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn типМатериалаDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn ценаDataGridViewTextBoxColumn;
- }
- }
|