Advertisement
Tark_Wight

Untitled

Apr 23rd, 2023
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1.  
  2. private:
  3.  
  4. ||| <summary>
  5. /// Требуется переменная конструктора.
  6. /// </summary>
  7. System:: ComponentModel:: Container "components;
  8. El#pragma region Windows Form Designer generated code
  9. <summary>
  10. /!/ Обязательный метод для поддержки конструктора - не изменяйте
  11. содержимое данного метода при помощи редактора кода.
  12. </summary>
  13. void InitializeComponent(void)
  14. i
  15. this->pictureBox1 = (gcnew System::Windows::Forms::PictureBox());
  16. this->comboBox1 = (gcnew System:: Windows::Forms::ComboBox());
  17. (cli:: safe_cast<System::ComponentModel::ISupportInitialize >(this->pictureBox1))->BeginInit();
  18. this->SuspendLayout();
  19. //
  20. // pictureBox1
  21. this->pictureBox1->Location = System::Drawing::Point(12, 12);
  22. this->pictureBox1->Name = L"pictureBox1";
  23. this->pictureBox1->Size = System::Drawing::Size(179, 238);
  24. this->pictureBox1->TabIndex = 1;
  25. this->pictureBox1->TabStop = false;
  26. this->pictureBox1->MouseDown += gcnew System::Windows::Forms::MouseEventHandler(this, &Forml::pictureBox1_Mousedown
  27. comboBox1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement