From a6069e59e152178f2c0625e8967f0ef6330e8d1a Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 10 Nov 2020 13:32:53 +0300 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20=D0=B4?= =?UTF-8?q?=D0=B2=D0=BE=D0=B9=D0=BD=D1=83=D1=8E=20=D0=B1=D1=83=D1=84=D1=84?= =?UTF-8?q?=D0=B5=D1=80=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- task05_3D/Guschin/MyForm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'task05_3D/Guschin/MyForm.h') diff --git a/task05_3D/Guschin/MyForm.h b/task05_3D/Guschin/MyForm.h index 0809914..b36ec18 100644 --- a/task05_3D/Guschin/MyForm.h +++ b/task05_3D/Guschin/MyForm.h @@ -46,8 +46,9 @@ namespace Guschin { this->AutoScaleDimensions = System::Drawing::SizeF(8, 16); this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font; this->ClientSize = System::Drawing::Size(737, 686); + this->DoubleBuffered = true; this->KeyPreview = true; - this->Margin = System::Windows::Forms::Padding(4, 4, 4, 4); + this->Margin = System::Windows::Forms::Padding(4); this->Name = L"MyForm"; this->Text = L"MyForm"; this->Load += gcnew System::EventHandler(this, &MyForm::MyForm_Load); -- cgit v1.2.3