128
this->label3->AutoSize = true;
this->label3->Location = System::Drawing::Point(654, 193);
this->label3->Name = L"label3";
this->label3->Size = System::Drawing::Size(38, 13);
this->label3->TabIndex = 0;
this->label3->Text = L"Товар";
//
// label2
//
this->label2->AutoSize = true;
this->label2->Location = System::Drawing::Point(12, 177);
this->label2->Name = L"label2";
this->label2->Size = System::Drawing::Size(131, 13);
this->label2->TabIndex = 3;
this->label2->Text = L"Товары в данной группе";
//
// grd1
//
this->grd1->AllowUserToAddRows = false;
this->grd1->AllowUserToDeleteRows = false;
this->grd1->AllowUserToResizeRows = false;
this->grd1->BackgroundColor =
System::Drawing::SystemColors::GradientInactiveCaption;
this->grd1->ColumnHeadersHeightSizeMode =
System::Windows::Forms::DataGridViewColumnHeadersHeightSizeMode::AutoSize;
this->grd1->Columns->AddRange(gcnew cli::array<
System::Windows::Forms::DataGridViewColumn^ >(5) {this->Column1,
this->Column2, this->Column3, this->Column4, this->Column5});
this->grd1->Location = System::Drawing::Point(15, 193);
this->grd1->MultiSelect = false;
this->grd1->Name = L"grd1";
this->grd1->ReadOnly = true;
this->grd1->RowHeadersWidth = 50;
this->grd1->SelectionMode =
System::Windows::Forms::DataGridViewSelectionMode::FullRowSelect;
this->grd1->Size = System::Drawing::Size(608, 306);
this->grd1->TabIndex = 0;
this->grd1->CellClick += gcnew
System::Windows::Forms::DataGridViewCellEventHandler(this, &tovari::grd1_CellClick);
//
// Column6
//
this->Column6->Frozen = true;
this->Column6->HeaderText = L"ID";
this->Column6->Name = L"Column6";
this->Column6->ReadOnly = true;
this->Column6->Visible = false;
this->Column6->Width = 5;
//
// Column7
//
this->Column7->Frozen = true;
this->Column7->HeaderText = L"Группа товаров";
this->Column7->Name = L"Column7";
this->Column7->ReadOnly = true;
this->Column7->Width = 520;