Form3.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885
  1. 
  2. namespace KazarinPractica03
  3. {
  4. partial class Form3
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.radioButton2 = new System.Windows.Forms.RadioButton();
  32. this.radioButton1 = new System.Windows.Forms.RadioButton();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.panel2 = new System.Windows.Forms.Panel();
  35. this.groupBox2 = new System.Windows.Forms.GroupBox();
  36. this.button2 = new System.Windows.Forms.Button();
  37. this.button1 = new System.Windows.Forms.Button();
  38. this.groupBox1 = new System.Windows.Forms.GroupBox();
  39. this.radioButton3 = new System.Windows.Forms.RadioButton();
  40. this.radioButton4 = new System.Windows.Forms.RadioButton();
  41. this.radioButton5 = new System.Windows.Forms.RadioButton();
  42. this.radioButton6 = new System.Windows.Forms.RadioButton();
  43. this.radioButton7 = new System.Windows.Forms.RadioButton();
  44. this.radioButton8 = new System.Windows.Forms.RadioButton();
  45. this.radioButton9 = new System.Windows.Forms.RadioButton();
  46. this.radioButton10 = new System.Windows.Forms.RadioButton();
  47. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  48. this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
  49. this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
  50. this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
  51. this.label3 = new System.Windows.Forms.Label();
  52. this.label4 = new System.Windows.Forms.Label();
  53. this.label5 = new System.Windows.Forms.Label();
  54. this.label6 = new System.Windows.Forms.Label();
  55. this.button3 = new System.Windows.Forms.Button();
  56. this.button4 = new System.Windows.Forms.Button();
  57. this.button5 = new System.Windows.Forms.Button();
  58. this.button6 = new System.Windows.Forms.Button();
  59. this.button7 = new System.Windows.Forms.Button();
  60. this.button8 = new System.Windows.Forms.Button();
  61. this.button9 = new System.Windows.Forms.Button();
  62. this.button10 = new System.Windows.Forms.Button();
  63. this.button11 = new System.Windows.Forms.Button();
  64. this.button12 = new System.Windows.Forms.Button();
  65. this.button13 = new System.Windows.Forms.Button();
  66. this.button14 = new System.Windows.Forms.Button();
  67. this.button15 = new System.Windows.Forms.Button();
  68. this.button16 = new System.Windows.Forms.Button();
  69. this.button17 = new System.Windows.Forms.Button();
  70. this.button18 = new System.Windows.Forms.Button();
  71. this.groupBox3 = new System.Windows.Forms.GroupBox();
  72. this.groupBox4 = new System.Windows.Forms.GroupBox();
  73. this.groupBox5 = new System.Windows.Forms.GroupBox();
  74. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  75. this.button19 = new System.Windows.Forms.Button();
  76. this.button20 = new System.Windows.Forms.Button();
  77. this.button21 = new System.Windows.Forms.Button();
  78. this.button22 = new System.Windows.Forms.Button();
  79. this.button23 = new System.Windows.Forms.Button();
  80. this.button24 = new System.Windows.Forms.Button();
  81. this.button25 = new System.Windows.Forms.Button();
  82. this.button26 = new System.Windows.Forms.Button();
  83. this.button27 = new System.Windows.Forms.Button();
  84. this.groupBox6 = new System.Windows.Forms.GroupBox();
  85. this.groupBox7 = new System.Windows.Forms.GroupBox();
  86. this.tabControl1 = new System.Windows.Forms.TabControl();
  87. this.tabPage1 = new System.Windows.Forms.TabPage();
  88. this.tabPage2 = new System.Windows.Forms.TabPage();
  89. this.tabPage3 = new System.Windows.Forms.TabPage();
  90. this.groupBox8 = new System.Windows.Forms.GroupBox();
  91. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  92. this.panel1.SuspendLayout();
  93. this.panel2.SuspendLayout();
  94. this.groupBox2.SuspendLayout();
  95. this.groupBox1.SuspendLayout();
  96. this.flowLayoutPanel1.SuspendLayout();
  97. this.flowLayoutPanel2.SuspendLayout();
  98. this.flowLayoutPanel3.SuspendLayout();
  99. this.flowLayoutPanel4.SuspendLayout();
  100. this.groupBox3.SuspendLayout();
  101. this.groupBox4.SuspendLayout();
  102. this.groupBox5.SuspendLayout();
  103. this.tableLayoutPanel1.SuspendLayout();
  104. this.groupBox6.SuspendLayout();
  105. this.groupBox7.SuspendLayout();
  106. this.tabControl1.SuspendLayout();
  107. this.groupBox8.SuspendLayout();
  108. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  109. this.splitContainer1.SuspendLayout();
  110. this.SuspendLayout();
  111. //
  112. // label2
  113. //
  114. this.label2.AutoSize = true;
  115. this.label2.Location = new System.Drawing.Point(51, 34);
  116. this.label2.Name = "label2";
  117. this.label2.Size = new System.Drawing.Size(81, 13);
  118. this.label2.TabIndex = 0;
  119. this.label2.Text = "Элемент Panel";
  120. //
  121. // panel1
  122. //
  123. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  124. this.panel1.Controls.Add(this.label2);
  125. this.panel1.Location = new System.Drawing.Point(6, 19);
  126. this.panel1.Name = "panel1";
  127. this.panel1.Size = new System.Drawing.Size(200, 77);
  128. this.panel1.TabIndex = 5;
  129. //
  130. // radioButton2
  131. //
  132. this.radioButton2.AutoSize = true;
  133. this.radioButton2.Location = new System.Drawing.Point(27, 58);
  134. this.radioButton2.Name = "radioButton2";
  135. this.radioButton2.Size = new System.Drawing.Size(85, 17);
  136. this.radioButton2.TabIndex = 4;
  137. this.radioButton2.TabStop = true;
  138. this.radioButton2.Text = "radioButton2";
  139. this.radioButton2.UseVisualStyleBackColor = true;
  140. //
  141. // radioButton1
  142. //
  143. this.radioButton1.AutoSize = true;
  144. this.radioButton1.Location = new System.Drawing.Point(27, 35);
  145. this.radioButton1.Name = "radioButton1";
  146. this.radioButton1.Size = new System.Drawing.Size(85, 17);
  147. this.radioButton1.TabIndex = 3;
  148. this.radioButton1.TabStop = true;
  149. this.radioButton1.Text = "radioButton1";
  150. this.radioButton1.UseVisualStyleBackColor = true;
  151. //
  152. // label1
  153. //
  154. this.label1.AutoSize = true;
  155. this.label1.Location = new System.Drawing.Point(24, 10);
  156. this.label1.Name = "label1";
  157. this.label1.Size = new System.Drawing.Size(151, 13);
  158. this.label1.TabIndex = 2;
  159. this.label1.Text = "Элемент Panel с прокруткой";
  160. //
  161. // panel2
  162. //
  163. this.panel2.AutoScroll = true;
  164. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  165. this.panel2.Controls.Add(this.radioButton9);
  166. this.panel2.Controls.Add(this.radioButton10);
  167. this.panel2.Controls.Add(this.radioButton7);
  168. this.panel2.Controls.Add(this.radioButton8);
  169. this.panel2.Controls.Add(this.radioButton5);
  170. this.panel2.Controls.Add(this.radioButton6);
  171. this.panel2.Controls.Add(this.label1);
  172. this.panel2.Controls.Add(this.radioButton1);
  173. this.panel2.Controls.Add(this.radioButton2);
  174. this.panel2.Location = new System.Drawing.Point(6, 114);
  175. this.panel2.Name = "panel2";
  176. this.panel2.Size = new System.Drawing.Size(200, 102);
  177. this.panel2.TabIndex = 6;
  178. //
  179. // groupBox2
  180. //
  181. this.groupBox2.Controls.Add(this.button2);
  182. this.groupBox2.Controls.Add(this.button1);
  183. this.groupBox2.Location = new System.Drawing.Point(9, 125);
  184. this.groupBox2.Name = "groupBox2";
  185. this.groupBox2.Size = new System.Drawing.Size(231, 62);
  186. this.groupBox2.TabIndex = 8;
  187. this.groupBox2.TabStop = false;
  188. //
  189. // button2
  190. //
  191. this.button2.Location = new System.Drawing.Point(137, 19);
  192. this.button2.Name = "button2";
  193. this.button2.Size = new System.Drawing.Size(61, 23);
  194. this.button2.TabIndex = 1;
  195. this.button2.Text = "Отмена";
  196. this.button2.UseVisualStyleBackColor = true;
  197. //
  198. // button1
  199. //
  200. this.button1.Location = new System.Drawing.Point(27, 19);
  201. this.button1.Name = "button1";
  202. this.button1.Size = new System.Drawing.Size(61, 23);
  203. this.button1.TabIndex = 0;
  204. this.button1.Text = "ОК";
  205. this.button1.UseVisualStyleBackColor = true;
  206. //
  207. // groupBox1
  208. //
  209. this.groupBox1.Controls.Add(this.radioButton3);
  210. this.groupBox1.Controls.Add(this.radioButton4);
  211. this.groupBox1.Location = new System.Drawing.Point(9, 19);
  212. this.groupBox1.Name = "groupBox1";
  213. this.groupBox1.Size = new System.Drawing.Size(231, 100);
  214. this.groupBox1.TabIndex = 7;
  215. this.groupBox1.TabStop = false;
  216. this.groupBox1.Text = "Сделайте выбор";
  217. //
  218. // radioButton3
  219. //
  220. this.radioButton3.AutoSize = true;
  221. this.radioButton3.Location = new System.Drawing.Point(6, 56);
  222. this.radioButton3.Name = "radioButton3";
  223. this.radioButton3.Size = new System.Drawing.Size(82, 17);
  224. this.radioButton3.TabIndex = 1;
  225. this.radioButton3.Text = "Выключить";
  226. this.radioButton3.UseVisualStyleBackColor = true;
  227. //
  228. // radioButton4
  229. //
  230. this.radioButton4.AutoSize = true;
  231. this.radioButton4.CausesValidation = false;
  232. this.radioButton4.Checked = true;
  233. this.radioButton4.Location = new System.Drawing.Point(6, 33);
  234. this.radioButton4.Name = "radioButton4";
  235. this.radioButton4.RightToLeft = System.Windows.Forms.RightToLeft.No;
  236. this.radioButton4.Size = new System.Drawing.Size(74, 17);
  237. this.radioButton4.TabIndex = 0;
  238. this.radioButton4.TabStop = true;
  239. this.radioButton4.Text = "Включить";
  240. this.radioButton4.UseVisualStyleBackColor = true;
  241. //
  242. // radioButton5
  243. //
  244. this.radioButton5.AutoSize = true;
  245. this.radioButton5.Location = new System.Drawing.Point(27, 81);
  246. this.radioButton5.Name = "radioButton5";
  247. this.radioButton5.Size = new System.Drawing.Size(85, 17);
  248. this.radioButton5.TabIndex = 5;
  249. this.radioButton5.TabStop = true;
  250. this.radioButton5.Text = "radioButton5";
  251. this.radioButton5.UseVisualStyleBackColor = true;
  252. //
  253. // radioButton6
  254. //
  255. this.radioButton6.AutoSize = true;
  256. this.radioButton6.Location = new System.Drawing.Point(27, 104);
  257. this.radioButton6.Name = "radioButton6";
  258. this.radioButton6.Size = new System.Drawing.Size(85, 17);
  259. this.radioButton6.TabIndex = 6;
  260. this.radioButton6.TabStop = true;
  261. this.radioButton6.Text = "radioButton6";
  262. this.radioButton6.UseVisualStyleBackColor = true;
  263. //
  264. // radioButton7
  265. //
  266. this.radioButton7.AutoSize = true;
  267. this.radioButton7.Location = new System.Drawing.Point(27, 127);
  268. this.radioButton7.Name = "radioButton7";
  269. this.radioButton7.Size = new System.Drawing.Size(85, 17);
  270. this.radioButton7.TabIndex = 7;
  271. this.radioButton7.TabStop = true;
  272. this.radioButton7.Text = "radioButton7";
  273. this.radioButton7.UseVisualStyleBackColor = true;
  274. //
  275. // radioButton8
  276. //
  277. this.radioButton8.AutoSize = true;
  278. this.radioButton8.Location = new System.Drawing.Point(27, 150);
  279. this.radioButton8.Name = "radioButton8";
  280. this.radioButton8.Size = new System.Drawing.Size(85, 17);
  281. this.radioButton8.TabIndex = 8;
  282. this.radioButton8.TabStop = true;
  283. this.radioButton8.Text = "radioButton8";
  284. this.radioButton8.UseVisualStyleBackColor = true;
  285. //
  286. // radioButton9
  287. //
  288. this.radioButton9.AutoSize = true;
  289. this.radioButton9.Location = new System.Drawing.Point(27, 173);
  290. this.radioButton9.Name = "radioButton9";
  291. this.radioButton9.Size = new System.Drawing.Size(85, 17);
  292. this.radioButton9.TabIndex = 9;
  293. this.radioButton9.TabStop = true;
  294. this.radioButton9.Text = "radioButton9";
  295. this.radioButton9.UseVisualStyleBackColor = true;
  296. //
  297. // radioButton10
  298. //
  299. this.radioButton10.AutoSize = true;
  300. this.radioButton10.Location = new System.Drawing.Point(27, 196);
  301. this.radioButton10.Name = "radioButton10";
  302. this.radioButton10.Size = new System.Drawing.Size(91, 17);
  303. this.radioButton10.TabIndex = 10;
  304. this.radioButton10.TabStop = true;
  305. this.radioButton10.Text = "radioButton10";
  306. this.radioButton10.UseVisualStyleBackColor = true;
  307. //
  308. // flowLayoutPanel1
  309. //
  310. this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  311. this.flowLayoutPanel1.Controls.Add(this.button3);
  312. this.flowLayoutPanel1.Controls.Add(this.button4);
  313. this.flowLayoutPanel1.Controls.Add(this.button5);
  314. this.flowLayoutPanel1.Controls.Add(this.button6);
  315. this.flowLayoutPanel1.Location = new System.Drawing.Point(16, 47);
  316. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  317. this.flowLayoutPanel1.Size = new System.Drawing.Size(200, 100);
  318. this.flowLayoutPanel1.TabIndex = 9;
  319. //
  320. // flowLayoutPanel2
  321. //
  322. this.flowLayoutPanel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  323. this.flowLayoutPanel2.Controls.Add(this.button7);
  324. this.flowLayoutPanel2.Controls.Add(this.button8);
  325. this.flowLayoutPanel2.Controls.Add(this.button10);
  326. this.flowLayoutPanel2.Controls.Add(this.button9);
  327. this.flowLayoutPanel2.Location = new System.Drawing.Point(240, 47);
  328. this.flowLayoutPanel2.Name = "flowLayoutPanel2";
  329. this.flowLayoutPanel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  330. this.flowLayoutPanel2.Size = new System.Drawing.Size(200, 100);
  331. this.flowLayoutPanel2.TabIndex = 10;
  332. //
  333. // flowLayoutPanel3
  334. //
  335. this.flowLayoutPanel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  336. this.flowLayoutPanel3.Controls.Add(this.button11);
  337. this.flowLayoutPanel3.Controls.Add(this.button12);
  338. this.flowLayoutPanel3.Controls.Add(this.button13);
  339. this.flowLayoutPanel3.Controls.Add(this.button14);
  340. this.flowLayoutPanel3.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
  341. this.flowLayoutPanel3.Location = new System.Drawing.Point(16, 176);
  342. this.flowLayoutPanel3.Name = "flowLayoutPanel3";
  343. this.flowLayoutPanel3.Size = new System.Drawing.Size(200, 123);
  344. this.flowLayoutPanel3.TabIndex = 11;
  345. //
  346. // flowLayoutPanel4
  347. //
  348. this.flowLayoutPanel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  349. this.flowLayoutPanel4.Controls.Add(this.button15);
  350. this.flowLayoutPanel4.Controls.Add(this.button16);
  351. this.flowLayoutPanel4.Controls.Add(this.button17);
  352. this.flowLayoutPanel4.Controls.Add(this.button18);
  353. this.flowLayoutPanel4.FlowDirection = System.Windows.Forms.FlowDirection.BottomUp;
  354. this.flowLayoutPanel4.Location = new System.Drawing.Point(240, 176);
  355. this.flowLayoutPanel4.Name = "flowLayoutPanel4";
  356. this.flowLayoutPanel4.Size = new System.Drawing.Size(200, 123);
  357. this.flowLayoutPanel4.TabIndex = 12;
  358. //
  359. // label3
  360. //
  361. this.label3.AutoSize = true;
  362. this.label3.Location = new System.Drawing.Point(81, 28);
  363. this.label3.Name = "label3";
  364. this.label3.Size = new System.Drawing.Size(50, 13);
  365. this.label3.TabIndex = 13;
  366. this.label3.Text = "LeftRight";
  367. //
  368. // label4
  369. //
  370. this.label4.AutoSize = true;
  371. this.label4.Location = new System.Drawing.Point(81, 160);
  372. this.label4.Name = "label4";
  373. this.label4.Size = new System.Drawing.Size(54, 13);
  374. this.label4.TabIndex = 14;
  375. this.label4.Text = "TopDown";
  376. //
  377. // label5
  378. //
  379. this.label5.AutoSize = true;
  380. this.label5.Location = new System.Drawing.Point(316, 28);
  381. this.label5.Name = "label5";
  382. this.label5.Size = new System.Drawing.Size(50, 13);
  383. this.label5.TabIndex = 15;
  384. this.label5.Text = "RightLeft";
  385. //
  386. // label6
  387. //
  388. this.label6.AutoSize = true;
  389. this.label6.Location = new System.Drawing.Point(321, 160);
  390. this.label6.Name = "label6";
  391. this.label6.Size = new System.Drawing.Size(54, 13);
  392. this.label6.TabIndex = 16;
  393. this.label6.Text = "BottomUp";
  394. //
  395. // button3
  396. //
  397. this.button3.Location = new System.Drawing.Point(3, 3);
  398. this.button3.Name = "button3";
  399. this.button3.Size = new System.Drawing.Size(75, 23);
  400. this.button3.TabIndex = 0;
  401. this.button3.Text = "button3";
  402. this.button3.UseVisualStyleBackColor = true;
  403. //
  404. // button4
  405. //
  406. this.button4.Location = new System.Drawing.Point(84, 3);
  407. this.button4.Name = "button4";
  408. this.button4.Size = new System.Drawing.Size(75, 23);
  409. this.button4.TabIndex = 1;
  410. this.button4.Text = "button4";
  411. this.button4.UseVisualStyleBackColor = true;
  412. //
  413. // button5
  414. //
  415. this.button5.Location = new System.Drawing.Point(3, 32);
  416. this.button5.Name = "button5";
  417. this.button5.Size = new System.Drawing.Size(75, 23);
  418. this.button5.TabIndex = 2;
  419. this.button5.Text = "button5";
  420. this.button5.UseVisualStyleBackColor = true;
  421. //
  422. // button6
  423. //
  424. this.button6.Location = new System.Drawing.Point(84, 32);
  425. this.button6.Name = "button6";
  426. this.button6.Size = new System.Drawing.Size(75, 23);
  427. this.button6.TabIndex = 3;
  428. this.button6.Text = "button6";
  429. this.button6.UseVisualStyleBackColor = true;
  430. //
  431. // button7
  432. //
  433. this.button7.Location = new System.Drawing.Point(118, 3);
  434. this.button7.Name = "button7";
  435. this.button7.Size = new System.Drawing.Size(75, 23);
  436. this.button7.TabIndex = 1;
  437. this.button7.Text = "button7";
  438. this.button7.UseVisualStyleBackColor = true;
  439. //
  440. // button8
  441. //
  442. this.button8.Location = new System.Drawing.Point(37, 3);
  443. this.button8.Name = "button8";
  444. this.button8.Size = new System.Drawing.Size(75, 23);
  445. this.button8.TabIndex = 2;
  446. this.button8.Text = "button8";
  447. this.button8.UseVisualStyleBackColor = true;
  448. //
  449. // button9
  450. //
  451. this.button9.Location = new System.Drawing.Point(37, 32);
  452. this.button9.Name = "button9";
  453. this.button9.Size = new System.Drawing.Size(75, 23);
  454. this.button9.TabIndex = 3;
  455. this.button9.Text = "button9";
  456. this.button9.UseVisualStyleBackColor = true;
  457. //
  458. // button10
  459. //
  460. this.button10.Location = new System.Drawing.Point(118, 32);
  461. this.button10.Name = "button10";
  462. this.button10.Size = new System.Drawing.Size(75, 23);
  463. this.button10.TabIndex = 4;
  464. this.button10.Text = "button10";
  465. this.button10.UseVisualStyleBackColor = true;
  466. //
  467. // button11
  468. //
  469. this.button11.Location = new System.Drawing.Point(3, 3);
  470. this.button11.Name = "button11";
  471. this.button11.Size = new System.Drawing.Size(75, 23);
  472. this.button11.TabIndex = 1;
  473. this.button11.Text = "button11";
  474. this.button11.UseVisualStyleBackColor = true;
  475. //
  476. // button12
  477. //
  478. this.button12.Location = new System.Drawing.Point(3, 32);
  479. this.button12.Name = "button12";
  480. this.button12.Size = new System.Drawing.Size(75, 23);
  481. this.button12.TabIndex = 2;
  482. this.button12.Text = "button12";
  483. this.button12.UseVisualStyleBackColor = true;
  484. //
  485. // button13
  486. //
  487. this.button13.Location = new System.Drawing.Point(3, 61);
  488. this.button13.Name = "button13";
  489. this.button13.Size = new System.Drawing.Size(75, 23);
  490. this.button13.TabIndex = 3;
  491. this.button13.Text = "button13";
  492. this.button13.UseVisualStyleBackColor = true;
  493. //
  494. // button14
  495. //
  496. this.button14.Location = new System.Drawing.Point(3, 90);
  497. this.button14.Name = "button14";
  498. this.button14.Size = new System.Drawing.Size(75, 23);
  499. this.button14.TabIndex = 4;
  500. this.button14.Text = "button14";
  501. this.button14.UseVisualStyleBackColor = true;
  502. //
  503. // button15
  504. //
  505. this.button15.Location = new System.Drawing.Point(3, 93);
  506. this.button15.Name = "button15";
  507. this.button15.Size = new System.Drawing.Size(75, 23);
  508. this.button15.TabIndex = 1;
  509. this.button15.Text = "button15";
  510. this.button15.UseVisualStyleBackColor = true;
  511. //
  512. // button16
  513. //
  514. this.button16.Location = new System.Drawing.Point(3, 64);
  515. this.button16.Name = "button16";
  516. this.button16.Size = new System.Drawing.Size(75, 23);
  517. this.button16.TabIndex = 2;
  518. this.button16.Text = "button16";
  519. this.button16.UseVisualStyleBackColor = true;
  520. //
  521. // button17
  522. //
  523. this.button17.Location = new System.Drawing.Point(3, 35);
  524. this.button17.Name = "button17";
  525. this.button17.Size = new System.Drawing.Size(75, 23);
  526. this.button17.TabIndex = 3;
  527. this.button17.Text = "button17";
  528. this.button17.UseVisualStyleBackColor = true;
  529. //
  530. // button18
  531. //
  532. this.button18.Location = new System.Drawing.Point(3, 6);
  533. this.button18.Name = "button18";
  534. this.button18.Size = new System.Drawing.Size(75, 23);
  535. this.button18.TabIndex = 4;
  536. this.button18.Text = "button18";
  537. this.button18.UseVisualStyleBackColor = true;
  538. //
  539. // groupBox3
  540. //
  541. this.groupBox3.Controls.Add(this.groupBox1);
  542. this.groupBox3.Controls.Add(this.groupBox2);
  543. this.groupBox3.Location = new System.Drawing.Point(12, 12);
  544. this.groupBox3.Name = "groupBox3";
  545. this.groupBox3.Size = new System.Drawing.Size(253, 193);
  546. this.groupBox3.TabIndex = 17;
  547. this.groupBox3.TabStop = false;
  548. this.groupBox3.Text = "Задание 1 Group Box ";
  549. //
  550. // groupBox4
  551. //
  552. this.groupBox4.Controls.Add(this.panel1);
  553. this.groupBox4.Controls.Add(this.panel2);
  554. this.groupBox4.Location = new System.Drawing.Point(271, 12);
  555. this.groupBox4.Name = "groupBox4";
  556. this.groupBox4.Size = new System.Drawing.Size(221, 222);
  557. this.groupBox4.TabIndex = 18;
  558. this.groupBox4.TabStop = false;
  559. this.groupBox4.Text = "Задание 2 Panel";
  560. //
  561. // groupBox5
  562. //
  563. this.groupBox5.Controls.Add(this.flowLayoutPanel1);
  564. this.groupBox5.Controls.Add(this.flowLayoutPanel2);
  565. this.groupBox5.Controls.Add(this.flowLayoutPanel3);
  566. this.groupBox5.Controls.Add(this.label6);
  567. this.groupBox5.Controls.Add(this.flowLayoutPanel4);
  568. this.groupBox5.Controls.Add(this.label5);
  569. this.groupBox5.Controls.Add(this.label3);
  570. this.groupBox5.Controls.Add(this.label4);
  571. this.groupBox5.Location = new System.Drawing.Point(498, 12);
  572. this.groupBox5.Name = "groupBox5";
  573. this.groupBox5.Size = new System.Drawing.Size(455, 315);
  574. this.groupBox5.TabIndex = 19;
  575. this.groupBox5.TabStop = false;
  576. this.groupBox5.Text = "Задание 3 FlowLayoutPanel";
  577. //
  578. // tableLayoutPanel1
  579. //
  580. this.tableLayoutPanel1.ColumnCount = 3;
  581. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  582. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
  583. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
  584. this.tableLayoutPanel1.Controls.Add(this.button27, 2, 2);
  585. this.tableLayoutPanel1.Controls.Add(this.button26, 1, 2);
  586. this.tableLayoutPanel1.Controls.Add(this.button25, 0, 2);
  587. this.tableLayoutPanel1.Controls.Add(this.button24, 2, 1);
  588. this.tableLayoutPanel1.Controls.Add(this.button23, 1, 1);
  589. this.tableLayoutPanel1.Controls.Add(this.button22, 0, 1);
  590. this.tableLayoutPanel1.Controls.Add(this.button21, 2, 0);
  591. this.tableLayoutPanel1.Controls.Add(this.button20, 1, 0);
  592. this.tableLayoutPanel1.Controls.Add(this.button19, 0, 0);
  593. this.tableLayoutPanel1.Location = new System.Drawing.Point(6, 19);
  594. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  595. this.tableLayoutPanel1.RowCount = 3;
  596. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  597. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  598. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  599. this.tableLayoutPanel1.Size = new System.Drawing.Size(353, 233);
  600. this.tableLayoutPanel1.TabIndex = 20;
  601. this.tableLayoutPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
  602. //
  603. // button19
  604. //
  605. this.button19.Dock = System.Windows.Forms.DockStyle.Left;
  606. this.button19.Location = new System.Drawing.Point(3, 3);
  607. this.button19.Name = "button19";
  608. this.button19.Size = new System.Drawing.Size(111, 71);
  609. this.button19.TabIndex = 0;
  610. this.button19.Text = "button19";
  611. this.button19.UseVisualStyleBackColor = true;
  612. //
  613. // button20
  614. //
  615. this.button20.Dock = System.Windows.Forms.DockStyle.Left;
  616. this.button20.Location = new System.Drawing.Point(120, 3);
  617. this.button20.Name = "button20";
  618. this.button20.Size = new System.Drawing.Size(111, 71);
  619. this.button20.TabIndex = 1;
  620. this.button20.Text = "button20";
  621. this.button20.UseVisualStyleBackColor = true;
  622. //
  623. // button21
  624. //
  625. this.button21.Dock = System.Windows.Forms.DockStyle.Left;
  626. this.button21.Location = new System.Drawing.Point(237, 3);
  627. this.button21.Name = "button21";
  628. this.button21.Size = new System.Drawing.Size(111, 71);
  629. this.button21.TabIndex = 2;
  630. this.button21.Text = "button21";
  631. this.button21.UseVisualStyleBackColor = true;
  632. //
  633. // button22
  634. //
  635. this.button22.Dock = System.Windows.Forms.DockStyle.Left;
  636. this.button22.Location = new System.Drawing.Point(3, 80);
  637. this.button22.Name = "button22";
  638. this.button22.Size = new System.Drawing.Size(111, 71);
  639. this.button22.TabIndex = 3;
  640. this.button22.Text = "button22";
  641. this.button22.UseVisualStyleBackColor = true;
  642. //
  643. // button23
  644. //
  645. this.button23.Dock = System.Windows.Forms.DockStyle.Left;
  646. this.button23.Location = new System.Drawing.Point(120, 80);
  647. this.button23.Name = "button23";
  648. this.button23.Size = new System.Drawing.Size(111, 71);
  649. this.button23.TabIndex = 4;
  650. this.button23.Text = "button23";
  651. this.button23.UseVisualStyleBackColor = true;
  652. //
  653. // button24
  654. //
  655. this.button24.Dock = System.Windows.Forms.DockStyle.Left;
  656. this.button24.Location = new System.Drawing.Point(237, 80);
  657. this.button24.Name = "button24";
  658. this.button24.Size = new System.Drawing.Size(111, 71);
  659. this.button24.TabIndex = 5;
  660. this.button24.Text = "button24";
  661. this.button24.UseVisualStyleBackColor = true;
  662. //
  663. // button25
  664. //
  665. this.button25.Dock = System.Windows.Forms.DockStyle.Left;
  666. this.button25.Location = new System.Drawing.Point(3, 157);
  667. this.button25.Name = "button25";
  668. this.button25.Size = new System.Drawing.Size(111, 73);
  669. this.button25.TabIndex = 6;
  670. this.button25.Text = "button25";
  671. this.button25.UseVisualStyleBackColor = true;
  672. //
  673. // button26
  674. //
  675. this.button26.Dock = System.Windows.Forms.DockStyle.Left;
  676. this.button26.Location = new System.Drawing.Point(120, 157);
  677. this.button26.Name = "button26";
  678. this.button26.Size = new System.Drawing.Size(111, 73);
  679. this.button26.TabIndex = 7;
  680. this.button26.Text = "button26";
  681. this.button26.UseVisualStyleBackColor = true;
  682. //
  683. // button27
  684. //
  685. this.button27.Dock = System.Windows.Forms.DockStyle.Left;
  686. this.button27.Location = new System.Drawing.Point(237, 157);
  687. this.button27.Name = "button27";
  688. this.button27.Size = new System.Drawing.Size(111, 73);
  689. this.button27.TabIndex = 8;
  690. this.button27.Text = "button27";
  691. this.button27.UseVisualStyleBackColor = true;
  692. //
  693. // groupBox6
  694. //
  695. this.groupBox6.Controls.Add(this.tableLayoutPanel1);
  696. this.groupBox6.Location = new System.Drawing.Point(21, 255);
  697. this.groupBox6.Name = "groupBox6";
  698. this.groupBox6.Size = new System.Drawing.Size(368, 263);
  699. this.groupBox6.TabIndex = 21;
  700. this.groupBox6.TabStop = false;
  701. this.groupBox6.Text = "Задание 4 TableLayoutPanel";
  702. //
  703. // groupBox7
  704. //
  705. this.groupBox7.Controls.Add(this.tabControl1);
  706. this.groupBox7.Location = new System.Drawing.Point(416, 354);
  707. this.groupBox7.Name = "groupBox7";
  708. this.groupBox7.Size = new System.Drawing.Size(213, 129);
  709. this.groupBox7.TabIndex = 22;
  710. this.groupBox7.TabStop = false;
  711. this.groupBox7.Text = "Задание 5 TapControl";
  712. //
  713. // tabControl1
  714. //
  715. this.tabControl1.Controls.Add(this.tabPage1);
  716. this.tabControl1.Controls.Add(this.tabPage2);
  717. this.tabControl1.Controls.Add(this.tabPage3);
  718. this.tabControl1.Location = new System.Drawing.Point(6, 19);
  719. this.tabControl1.Name = "tabControl1";
  720. this.tabControl1.SelectedIndex = 0;
  721. this.tabControl1.Size = new System.Drawing.Size(200, 100);
  722. this.tabControl1.TabIndex = 0;
  723. //
  724. // tabPage1
  725. //
  726. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  727. this.tabPage1.Name = "tabPage1";
  728. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  729. this.tabPage1.Size = new System.Drawing.Size(192, 74);
  730. this.tabPage1.TabIndex = 0;
  731. this.tabPage1.Text = "Вкладка1";
  732. this.tabPage1.UseVisualStyleBackColor = true;
  733. //
  734. // tabPage2
  735. //
  736. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  737. this.tabPage2.Name = "tabPage2";
  738. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  739. this.tabPage2.Size = new System.Drawing.Size(192, 74);
  740. this.tabPage2.TabIndex = 1;
  741. this.tabPage2.Text = "Вкладка2";
  742. this.tabPage2.UseVisualStyleBackColor = true;
  743. //
  744. // tabPage3
  745. //
  746. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  747. this.tabPage3.Name = "tabPage3";
  748. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  749. this.tabPage3.Size = new System.Drawing.Size(192, 74);
  750. this.tabPage3.TabIndex = 2;
  751. this.tabPage3.Text = "Вкладка3";
  752. this.tabPage3.UseVisualStyleBackColor = true;
  753. //
  754. // groupBox8
  755. //
  756. this.groupBox8.Controls.Add(this.splitContainer1);
  757. this.groupBox8.Location = new System.Drawing.Point(647, 354);
  758. this.groupBox8.Name = "groupBox8";
  759. this.groupBox8.Size = new System.Drawing.Size(306, 153);
  760. this.groupBox8.TabIndex = 23;
  761. this.groupBox8.TabStop = false;
  762. this.groupBox8.Text = "Задание 6 SplitContainer";
  763. //
  764. // splitContainer1
  765. //
  766. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  767. this.splitContainer1.Location = new System.Drawing.Point(3, 16);
  768. this.splitContainer1.Name = "splitContainer1";
  769. //
  770. // splitContainer1.Panel2
  771. //
  772. this.splitContainer1.Size = new System.Drawing.Size(300, 134);
  773. this.splitContainer1.SplitterDistance = 100;
  774. this.splitContainer1.TabIndex = 0;
  775. //
  776. // Form3
  777. //
  778. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  779. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  780. this.ClientSize = new System.Drawing.Size(1079, 717);
  781. this.Controls.Add(this.groupBox8);
  782. this.Controls.Add(this.groupBox7);
  783. this.Controls.Add(this.groupBox6);
  784. this.Controls.Add(this.groupBox5);
  785. this.Controls.Add(this.groupBox4);
  786. this.Controls.Add(this.groupBox3);
  787. this.Name = "Form3";
  788. this.Text = "Привет мир!";
  789. this.Load += new System.EventHandler(this.Form3_Load);
  790. this.panel1.ResumeLayout(false);
  791. this.panel1.PerformLayout();
  792. this.panel2.ResumeLayout(false);
  793. this.panel2.PerformLayout();
  794. this.groupBox2.ResumeLayout(false);
  795. this.groupBox1.ResumeLayout(false);
  796. this.groupBox1.PerformLayout();
  797. this.flowLayoutPanel1.ResumeLayout(false);
  798. this.flowLayoutPanel2.ResumeLayout(false);
  799. this.flowLayoutPanel3.ResumeLayout(false);
  800. this.flowLayoutPanel4.ResumeLayout(false);
  801. this.groupBox3.ResumeLayout(false);
  802. this.groupBox4.ResumeLayout(false);
  803. this.groupBox5.ResumeLayout(false);
  804. this.groupBox5.PerformLayout();
  805. this.tableLayoutPanel1.ResumeLayout(false);
  806. this.groupBox6.ResumeLayout(false);
  807. this.groupBox7.ResumeLayout(false);
  808. this.tabControl1.ResumeLayout(false);
  809. this.groupBox8.ResumeLayout(false);
  810. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  811. this.splitContainer1.ResumeLayout(false);
  812. this.ResumeLayout(false);
  813. }
  814. #endregion
  815. private System.Windows.Forms.Label label2;
  816. private System.Windows.Forms.Panel panel1;
  817. private System.Windows.Forms.RadioButton radioButton2;
  818. private System.Windows.Forms.RadioButton radioButton1;
  819. private System.Windows.Forms.Label label1;
  820. private System.Windows.Forms.Panel panel2;
  821. private System.Windows.Forms.RadioButton radioButton9;
  822. private System.Windows.Forms.RadioButton radioButton10;
  823. private System.Windows.Forms.RadioButton radioButton7;
  824. private System.Windows.Forms.RadioButton radioButton8;
  825. private System.Windows.Forms.RadioButton radioButton5;
  826. private System.Windows.Forms.RadioButton radioButton6;
  827. private System.Windows.Forms.GroupBox groupBox2;
  828. private System.Windows.Forms.Button button2;
  829. private System.Windows.Forms.Button button1;
  830. private System.Windows.Forms.GroupBox groupBox1;
  831. private System.Windows.Forms.RadioButton radioButton3;
  832. private System.Windows.Forms.RadioButton radioButton4;
  833. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  834. private System.Windows.Forms.Button button3;
  835. private System.Windows.Forms.Button button4;
  836. private System.Windows.Forms.Button button5;
  837. private System.Windows.Forms.Button button6;
  838. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
  839. private System.Windows.Forms.Button button7;
  840. private System.Windows.Forms.Button button8;
  841. private System.Windows.Forms.Button button10;
  842. private System.Windows.Forms.Button button9;
  843. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
  844. private System.Windows.Forms.Button button11;
  845. private System.Windows.Forms.Button button12;
  846. private System.Windows.Forms.Button button13;
  847. private System.Windows.Forms.Button button14;
  848. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
  849. private System.Windows.Forms.Button button15;
  850. private System.Windows.Forms.Button button16;
  851. private System.Windows.Forms.Button button17;
  852. private System.Windows.Forms.Button button18;
  853. private System.Windows.Forms.Label label3;
  854. private System.Windows.Forms.Label label4;
  855. private System.Windows.Forms.Label label5;
  856. private System.Windows.Forms.Label label6;
  857. private System.Windows.Forms.GroupBox groupBox3;
  858. private System.Windows.Forms.GroupBox groupBox4;
  859. private System.Windows.Forms.GroupBox groupBox5;
  860. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  861. private System.Windows.Forms.Button button27;
  862. private System.Windows.Forms.Button button26;
  863. private System.Windows.Forms.Button button25;
  864. private System.Windows.Forms.Button button24;
  865. private System.Windows.Forms.Button button23;
  866. private System.Windows.Forms.Button button22;
  867. private System.Windows.Forms.Button button21;
  868. private System.Windows.Forms.Button button20;
  869. private System.Windows.Forms.Button button19;
  870. private System.Windows.Forms.GroupBox groupBox6;
  871. private System.Windows.Forms.GroupBox groupBox7;
  872. private System.Windows.Forms.TabControl tabControl1;
  873. private System.Windows.Forms.TabPage tabPage1;
  874. private System.Windows.Forms.TabPage tabPage2;
  875. private System.Windows.Forms.TabPage tabPage3;
  876. private System.Windows.Forms.GroupBox groupBox8;
  877. private System.Windows.Forms.SplitContainer splitContainer1;
  878. }
  879. }