Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.82 KB | None | 0 0
  1. #pragma once
  2.  
  3. using namespace System;
  4. using namespace System::ComponentModel;
  5. using namespace System::Collections;
  6. using namespace System::Windows::Forms;
  7. using namespace System::Data;
  8. using namespace System::Drawing;
  9.  
  10.  
  11. namespace projekt {
  12.  
  13. /// <summary>
  14. /// Summary for UnosOsobe
  15. ///
  16. /// WARNING: If you change the name of this class, you will need to change the
  17. /// 'Resource File Name' property for the managed resource compiler tool
  18. /// associated with all .resx files this class depends on. Otherwise,
  19. /// the designers will not be able to interact properly with localized
  20. /// resources associated with this form.
  21. /// </summary>
  22. public ref class UnosOsobe : public System::Windows::Forms::Form
  23. {
  24. public:
  25. UnosOsobe(void)
  26. {
  27. InitializeComponent();
  28. //
  29. //TODO: Add the constructor code here
  30. //
  31. }
  32.  
  33. protected:
  34. /// <summary>
  35. /// Clean up any resources being used.
  36. /// </summary>
  37. ~UnosOsobe()
  38. {
  39. if (components)
  40. {
  41. delete components;
  42. }
  43. }
  44. private: System::Windows::Forms::RadioButton^ radioButton1;
  45. private: System::Windows::Forms::RadioButton^ radioButton2;
  46. private: System::Windows::Forms::GroupBox^ groupBox1;
  47. private: System::Windows::Forms::GroupBox^ groupBox2;
  48. private: System::Windows::Forms::GroupBox^ groupBox3;
  49. private: System::Windows::Forms::Button^ button1;
  50. private: System::Windows::Forms::Button^ button2;
  51. protected:
  52.  
  53. private:
  54. /// <summary>
  55. /// Required designer variable.
  56. /// </summary>
  57. System::ComponentModel::Container ^components;
  58.  
  59. #pragma region Windows Form Designer generated code
  60. /// <summary>
  61. /// Required method for Designer support - do not modify
  62. /// the contents of this method with the code editor.
  63. /// </summary>
  64. void InitializeComponent(void)
  65. {
  66. this->radioButton1 = (gcnew System::Windows::Forms::RadioButton());
  67. this->radioButton2 = (gcnew System::Windows::Forms::RadioButton());
  68. this->groupBox1 = (gcnew System::Windows::Forms::GroupBox());
  69. this->groupBox2 = (gcnew System::Windows::Forms::GroupBox());
  70. this->groupBox3 = (gcnew System::Windows::Forms::GroupBox());
  71. this->button1 = (gcnew System::Windows::Forms::Button());
  72. this->button2 = (gcnew System::Windows::Forms::Button());
  73. this->groupBox1->SuspendLayout();
  74. this->SuspendLayout();
  75. //
  76. // radioButton1
  77. //
  78. this->radioButton1->AutoSize = true;
  79. this->radioButton1->Location = System::Drawing::Point(47, 19);
  80. this->radioButton1->Name = L"radioButton1";
  81. this->radioButton1->Size = System::Drawing::Size(85, 17);
  82. this->radioButton1->TabIndex = 0;
  83. this->radioButton1->TabStop = true;
  84. this->radioButton1->Text = L"radioButton1";
  85. this->radioButton1->UseVisualStyleBackColor = true;
  86. //
  87. // radioButton2
  88. //
  89. this->radioButton2->AutoSize = true;
  90. this->radioButton2->Location = System::Drawing::Point(47, 48);
  91. this->radioButton2->Name = L"radioButton2";
  92. this->radioButton2->Size = System::Drawing::Size(85, 17);
  93. this->radioButton2->TabIndex = 1;
  94. this->radioButton2->TabStop = true;
  95. this->radioButton2->Text = L"radioButton2";
  96. this->radioButton2->UseVisualStyleBackColor = true;
  97. //
  98. // groupBox1
  99. //
  100. this->groupBox1->Controls->Add(this->radioButton2);
  101. this->groupBox1->Controls->Add(this->radioButton1);
  102. this->groupBox1->Location = System::Drawing::Point(30, 113);
  103. this->groupBox1->Name = L"groupBox1";
  104. this->groupBox1->Size = System::Drawing::Size(153, 77);
  105. this->groupBox1->TabIndex = 2;
  106. this->groupBox1->TabStop = false;
  107. this->groupBox1->Text = L"groupBox1";
  108. //
  109. // groupBox2
  110. //
  111. this->groupBox2->Enabled = false;
  112. this->groupBox2->Location = System::Drawing::Point(26, 211);
  113. this->groupBox2->Name = L"groupBox2";
  114. this->groupBox2->Size = System::Drawing::Size(157, 96);
  115. this->groupBox2->TabIndex = 3;
  116. this->groupBox2->TabStop = false;
  117. this->groupBox2->Text = L"groupBox2";
  118. //
  119. // groupBox3
  120. //
  121. this->groupBox3->Location = System::Drawing::Point(203, 211);
  122. this->groupBox3->Name = L"groupBox3";
  123. this->groupBox3->Size = System::Drawing::Size(173, 96);
  124. this->groupBox3->TabIndex = 4;
  125. this->groupBox3->TabStop = false;
  126. this->groupBox3->Text = L"groupBox3";
  127. //
  128. // button1
  129. //
  130. this->button1->Location = System::Drawing::Point(86, 329);
  131. this->button1->Name = L"button1";
  132. this->button1->Size = System::Drawing::Size(85, 27);
  133. this->button1->TabIndex = 5;
  134. this->button1->Text = L"button1";
  135. this->button1->UseVisualStyleBackColor = true;
  136. //
  137. // button2
  138. //
  139. this->button2->Location = System::Drawing::Point(203, 329);
  140. this->button2->Name = L"button2";
  141. this->button2->Size = System::Drawing::Size(87, 27);
  142. this->button2->TabIndex = 6;
  143. this->button2->Text = L"button2";
  144. this->button2->UseVisualStyleBackColor = true;
  145. //
  146. // UnosOsobe
  147. //
  148. this->AllowDrop = true;
  149. this->AutoScaleDimensions = System::Drawing::SizeF(6, 13);
  150. this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
  151. this->ClientSize = System::Drawing::Size(400, 365);
  152. this->Controls->Add(this->button2);
  153. this->Controls->Add(this->button1);
  154. this->Controls->Add(this->groupBox3);
  155. this->Controls->Add(this->groupBox2);
  156. this->Controls->Add(this->groupBox1);
  157. this->Enabled = false;
  158. this->Name = L"UnosOsobe";
  159. this->Text = L"UnosOsobe";
  160. this->Load += gcnew System::EventHandler(this, &UnosOsobe::UnosOsobe_Load);
  161. this->groupBox1->ResumeLayout(false);
  162. this->groupBox1->PerformLayout();
  163. this->ResumeLayout(false);
  164.  
  165. }
  166. #pragma endregion
  167. private: System::Void radioButton1_CheckedChanged(System::Object^ sender, System::EventArgs^ e) {
  168.  
  169. }
  170. private: System::Void UnosOsobe_Load(System::Object^ sender, System::EventArgs^ e) {
  171. }
  172. };
  173. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement