this->button1->Location = System::Drawing::Point(16, 55);
this->button1->Name = L"button1";
this->button1->Size = System::Drawing::Size(75, 23);
this->button1->TabIndex = 1;
this->button1->Text = L"OK";
this->button1->UseVisualStyleBackColor = true;
this->button1->Click += gcnew System::EventHandler(this, &Eigenschaften::label1_Click);
//
// Eigenschaften
//
this->AutoScaleDimensions = System::Drawing::SizeF(6, 13);
this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
this->AutoSize = true;
this->ClientSize = System::Drawing::Size(127, 84);
this->ControlBox = false;
this->Controls->Add(this->button1);
this->Controls->Add(this->label1);
this->MaximumSize = System::Drawing::Size(143, 122);
this->MinimumSize = System::Drawing::Size(143, 122);
this->Name = L"Eigenschaften";
this->Text = L"Eigenschaften";
this->Load += gcnew System::EventHandler(this, &Eigenschaften::Eigenschaften_Load);
this->ResumeLayout(false);
this->PerformLayout();
this->AcceptButton=button1;