FormAddRecord.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. 
  2. namespace InfoTrack
  3. {
  4. partial class FormAddRecord
  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.panelAddAlbum = new System.Windows.Forms.Panel();
  30. this.textBoxAddTracksCount = new System.Windows.Forms.TextBox();
  31. this.textBoxAddYear = new System.Windows.Forms.TextBox();
  32. this.textBoxAddDurAlbum = new System.Windows.Forms.TextBox();
  33. this.textBoxAddCodeGroup = new System.Windows.Forms.TextBox();
  34. this.textBoxAddNameAlbum = new System.Windows.Forms.TextBox();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.labelNameAlbum = new System.Windows.Forms.Label();
  40. this.buttonAdd = new System.Windows.Forms.Button();
  41. this.buttonBack = new System.Windows.Forms.Button();
  42. this.panelAddGroup = new System.Windows.Forms.Panel();
  43. this.textBoxAddDirection = new System.Windows.Forms.TextBox();
  44. this.textBoxAddDiscription = new System.Windows.Forms.TextBox();
  45. this.textBoxAddYearCreation = new System.Windows.Forms.TextBox();
  46. this.textBoxAddNameGroup = new System.Windows.Forms.TextBox();
  47. this.label6 = new System.Windows.Forms.Label();
  48. this.label7 = new System.Windows.Forms.Label();
  49. this.label8 = new System.Windows.Forms.Label();
  50. this.label9 = new System.Windows.Forms.Label();
  51. this.panelAddTrack = new System.Windows.Forms.Panel();
  52. this.textBoxAddTimeTrack = new System.Windows.Forms.TextBox();
  53. this.textBoxAddCodeGroup_t = new System.Windows.Forms.TextBox();
  54. this.textBoxAddCodeAlbum_t = new System.Windows.Forms.TextBox();
  55. this.textBoxAddTrackName = new System.Windows.Forms.TextBox();
  56. this.label5 = new System.Windows.Forms.Label();
  57. this.label10 = new System.Windows.Forms.Label();
  58. this.label11 = new System.Windows.Forms.Label();
  59. this.label12 = new System.Windows.Forms.Label();
  60. this.panelAddMusician = new System.Windows.Forms.Panel();
  61. this.textBoxAddbday = new System.Windows.Forms.TextBox();
  62. this.textBoxAddRole = new System.Windows.Forms.TextBox();
  63. this.textBoxAddCodeGroup_m = new System.Windows.Forms.TextBox();
  64. this.textBoxAddNameMus = new System.Windows.Forms.TextBox();
  65. this.label13 = new System.Windows.Forms.Label();
  66. this.label14 = new System.Windows.Forms.Label();
  67. this.label15 = new System.Windows.Forms.Label();
  68. this.label16 = new System.Windows.Forms.Label();
  69. this.panelAddAlbum.SuspendLayout();
  70. this.panelAddGroup.SuspendLayout();
  71. this.panelAddTrack.SuspendLayout();
  72. this.panelAddMusician.SuspendLayout();
  73. this.SuspendLayout();
  74. //
  75. // panelAddAlbum
  76. //
  77. this.panelAddAlbum.BackColor = System.Drawing.SystemColors.ActiveCaption;
  78. this.panelAddAlbum.Controls.Add(this.textBoxAddTracksCount);
  79. this.panelAddAlbum.Controls.Add(this.textBoxAddYear);
  80. this.panelAddAlbum.Controls.Add(this.textBoxAddDurAlbum);
  81. this.panelAddAlbum.Controls.Add(this.textBoxAddCodeGroup);
  82. this.panelAddAlbum.Controls.Add(this.textBoxAddNameAlbum);
  83. this.panelAddAlbum.Controls.Add(this.label4);
  84. this.panelAddAlbum.Controls.Add(this.label3);
  85. this.panelAddAlbum.Controls.Add(this.label2);
  86. this.panelAddAlbum.Controls.Add(this.label1);
  87. this.panelAddAlbum.Controls.Add(this.labelNameAlbum);
  88. this.panelAddAlbum.Location = new System.Drawing.Point(31, 12);
  89. this.panelAddAlbum.Name = "panelAddAlbum";
  90. this.panelAddAlbum.Size = new System.Drawing.Size(310, 201);
  91. this.panelAddAlbum.TabIndex = 1;
  92. //
  93. // textBoxAddTracksCount
  94. //
  95. this.textBoxAddTracksCount.Location = new System.Drawing.Point(147, 154);
  96. this.textBoxAddTracksCount.Name = "textBoxAddTracksCount";
  97. this.textBoxAddTracksCount.Size = new System.Drawing.Size(100, 20);
  98. this.textBoxAddTracksCount.TabIndex = 9;
  99. //
  100. // textBoxAddYear
  101. //
  102. this.textBoxAddYear.Location = new System.Drawing.Point(147, 128);
  103. this.textBoxAddYear.Name = "textBoxAddYear";
  104. this.textBoxAddYear.Size = new System.Drawing.Size(100, 20);
  105. this.textBoxAddYear.TabIndex = 8;
  106. //
  107. // textBoxAddDurAlbum
  108. //
  109. this.textBoxAddDurAlbum.Location = new System.Drawing.Point(147, 99);
  110. this.textBoxAddDurAlbum.Name = "textBoxAddDurAlbum";
  111. this.textBoxAddDurAlbum.Size = new System.Drawing.Size(100, 20);
  112. this.textBoxAddDurAlbum.TabIndex = 7;
  113. //
  114. // textBoxAddCodeGroup
  115. //
  116. this.textBoxAddCodeGroup.Location = new System.Drawing.Point(147, 73);
  117. this.textBoxAddCodeGroup.Name = "textBoxAddCodeGroup";
  118. this.textBoxAddCodeGroup.Size = new System.Drawing.Size(100, 20);
  119. this.textBoxAddCodeGroup.TabIndex = 6;
  120. //
  121. // textBoxAddNameAlbum
  122. //
  123. this.textBoxAddNameAlbum.Location = new System.Drawing.Point(147, 43);
  124. this.textBoxAddNameAlbum.Name = "textBoxAddNameAlbum";
  125. this.textBoxAddNameAlbum.Size = new System.Drawing.Size(100, 20);
  126. this.textBoxAddNameAlbum.TabIndex = 5;
  127. //
  128. // label4
  129. //
  130. this.label4.AutoSize = true;
  131. this.label4.Location = new System.Drawing.Point(30, 154);
  132. this.label4.Name = "label4";
  133. this.label4.Size = new System.Drawing.Size(79, 13);
  134. this.label4.TabIndex = 4;
  135. this.label4.Text = "Кол-во треков";
  136. //
  137. // label3
  138. //
  139. this.label3.AutoSize = true;
  140. this.label3.Location = new System.Drawing.Point(30, 127);
  141. this.label3.Name = "label3";
  142. this.label3.Size = new System.Drawing.Size(71, 13);
  143. this.label3.TabIndex = 3;
  144. this.label3.Text = "Год выпуска";
  145. //
  146. // label2
  147. //
  148. this.label2.AutoSize = true;
  149. this.label2.Location = new System.Drawing.Point(30, 99);
  150. this.label2.Name = "label2";
  151. this.label2.Size = new System.Drawing.Size(111, 13);
  152. this.label2.TabIndex = 2;
  153. this.label2.Text = "Продолжительность";
  154. //
  155. // label1
  156. //
  157. this.label1.AutoSize = true;
  158. this.label1.Location = new System.Drawing.Point(30, 73);
  159. this.label1.Name = "label1";
  160. this.label1.Size = new System.Drawing.Size(65, 13);
  161. this.label1.TabIndex = 1;
  162. this.label1.Text = "Код группы";
  163. //
  164. // labelNameAlbum
  165. //
  166. this.labelNameAlbum.AutoSize = true;
  167. this.labelNameAlbum.Location = new System.Drawing.Point(30, 43);
  168. this.labelNameAlbum.Name = "labelNameAlbum";
  169. this.labelNameAlbum.Size = new System.Drawing.Size(57, 13);
  170. this.labelNameAlbum.TabIndex = 0;
  171. this.labelNameAlbum.Text = "Название";
  172. //
  173. // buttonAdd
  174. //
  175. this.buttonAdd.Location = new System.Drawing.Point(689, 72);
  176. this.buttonAdd.Name = "buttonAdd";
  177. this.buttonAdd.Size = new System.Drawing.Size(86, 39);
  178. this.buttonAdd.TabIndex = 2;
  179. this.buttonAdd.Text = "Добавить";
  180. this.buttonAdd.UseVisualStyleBackColor = true;
  181. this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
  182. //
  183. // buttonBack
  184. //
  185. this.buttonBack.Location = new System.Drawing.Point(689, 129);
  186. this.buttonBack.Name = "buttonBack";
  187. this.buttonBack.Size = new System.Drawing.Size(75, 23);
  188. this.buttonBack.TabIndex = 3;
  189. this.buttonBack.Text = "Назад";
  190. this.buttonBack.UseVisualStyleBackColor = true;
  191. this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click);
  192. //
  193. // panelAddGroup
  194. //
  195. this.panelAddGroup.BackColor = System.Drawing.SystemColors.ActiveCaption;
  196. this.panelAddGroup.Controls.Add(this.textBoxAddDirection);
  197. this.panelAddGroup.Controls.Add(this.textBoxAddDiscription);
  198. this.panelAddGroup.Controls.Add(this.textBoxAddYearCreation);
  199. this.panelAddGroup.Controls.Add(this.textBoxAddNameGroup);
  200. this.panelAddGroup.Controls.Add(this.label6);
  201. this.panelAddGroup.Controls.Add(this.label7);
  202. this.panelAddGroup.Controls.Add(this.label8);
  203. this.panelAddGroup.Controls.Add(this.label9);
  204. this.panelAddGroup.Location = new System.Drawing.Point(373, 12);
  205. this.panelAddGroup.Name = "panelAddGroup";
  206. this.panelAddGroup.Size = new System.Drawing.Size(310, 201);
  207. this.panelAddGroup.TabIndex = 10;
  208. //
  209. // textBoxAddDirection
  210. //
  211. this.textBoxAddDirection.Location = new System.Drawing.Point(125, 128);
  212. this.textBoxAddDirection.Name = "textBoxAddDirection";
  213. this.textBoxAddDirection.Size = new System.Drawing.Size(100, 20);
  214. this.textBoxAddDirection.TabIndex = 8;
  215. //
  216. // textBoxAddDiscription
  217. //
  218. this.textBoxAddDiscription.Location = new System.Drawing.Point(125, 99);
  219. this.textBoxAddDiscription.Name = "textBoxAddDiscription";
  220. this.textBoxAddDiscription.Size = new System.Drawing.Size(100, 20);
  221. this.textBoxAddDiscription.TabIndex = 7;
  222. //
  223. // textBoxAddYearCreation
  224. //
  225. this.textBoxAddYearCreation.Location = new System.Drawing.Point(125, 73);
  226. this.textBoxAddYearCreation.Name = "textBoxAddYearCreation";
  227. this.textBoxAddYearCreation.Size = new System.Drawing.Size(100, 20);
  228. this.textBoxAddYearCreation.TabIndex = 6;
  229. //
  230. // textBoxAddNameGroup
  231. //
  232. this.textBoxAddNameGroup.Location = new System.Drawing.Point(125, 40);
  233. this.textBoxAddNameGroup.Name = "textBoxAddNameGroup";
  234. this.textBoxAddNameGroup.Size = new System.Drawing.Size(100, 20);
  235. this.textBoxAddNameGroup.TabIndex = 5;
  236. //
  237. // label6
  238. //
  239. this.label6.AutoSize = true;
  240. this.label6.Location = new System.Drawing.Point(30, 127);
  241. this.label6.Name = "label6";
  242. this.label6.Size = new System.Drawing.Size(75, 13);
  243. this.label6.TabIndex = 3;
  244. this.label6.Text = "Направление";
  245. //
  246. // label7
  247. //
  248. this.label7.AutoSize = true;
  249. this.label7.Location = new System.Drawing.Point(30, 99);
  250. this.label7.Name = "label7";
  251. this.label7.Size = new System.Drawing.Size(57, 13);
  252. this.label7.TabIndex = 2;
  253. this.label7.Text = "Описание";
  254. //
  255. // label8
  256. //
  257. this.label8.AutoSize = true;
  258. this.label8.Location = new System.Drawing.Point(30, 73);
  259. this.label8.Name = "label8";
  260. this.label8.Size = new System.Drawing.Size(76, 13);
  261. this.label8.TabIndex = 1;
  262. this.label8.Text = "Год создания";
  263. //
  264. // label9
  265. //
  266. this.label9.AutoSize = true;
  267. this.label9.Location = new System.Drawing.Point(30, 43);
  268. this.label9.Name = "label9";
  269. this.label9.Size = new System.Drawing.Size(57, 13);
  270. this.label9.TabIndex = 0;
  271. this.label9.Text = "Название";
  272. //
  273. // panelAddTrack
  274. //
  275. this.panelAddTrack.BackColor = System.Drawing.SystemColors.ActiveCaption;
  276. this.panelAddTrack.Controls.Add(this.textBoxAddTimeTrack);
  277. this.panelAddTrack.Controls.Add(this.textBoxAddCodeGroup_t);
  278. this.panelAddTrack.Controls.Add(this.textBoxAddCodeAlbum_t);
  279. this.panelAddTrack.Controls.Add(this.textBoxAddTrackName);
  280. this.panelAddTrack.Controls.Add(this.label5);
  281. this.panelAddTrack.Controls.Add(this.label10);
  282. this.panelAddTrack.Controls.Add(this.label11);
  283. this.panelAddTrack.Controls.Add(this.label12);
  284. this.panelAddTrack.Location = new System.Drawing.Point(31, 237);
  285. this.panelAddTrack.Name = "panelAddTrack";
  286. this.panelAddTrack.Size = new System.Drawing.Size(310, 201);
  287. this.panelAddTrack.TabIndex = 11;
  288. //
  289. // textBoxAddTimeTrack
  290. //
  291. this.textBoxAddTimeTrack.Location = new System.Drawing.Point(147, 129);
  292. this.textBoxAddTimeTrack.Name = "textBoxAddTimeTrack";
  293. this.textBoxAddTimeTrack.Size = new System.Drawing.Size(100, 20);
  294. this.textBoxAddTimeTrack.TabIndex = 8;
  295. //
  296. // textBoxAddCodeGroup_t
  297. //
  298. this.textBoxAddCodeGroup_t.Location = new System.Drawing.Point(147, 99);
  299. this.textBoxAddCodeGroup_t.Name = "textBoxAddCodeGroup_t";
  300. this.textBoxAddCodeGroup_t.Size = new System.Drawing.Size(100, 20);
  301. this.textBoxAddCodeGroup_t.TabIndex = 7;
  302. //
  303. // textBoxAddCodeAlbum_t
  304. //
  305. this.textBoxAddCodeAlbum_t.Location = new System.Drawing.Point(147, 73);
  306. this.textBoxAddCodeAlbum_t.Name = "textBoxAddCodeAlbum_t";
  307. this.textBoxAddCodeAlbum_t.Size = new System.Drawing.Size(100, 20);
  308. this.textBoxAddCodeAlbum_t.TabIndex = 6;
  309. //
  310. // textBoxAddTrackName
  311. //
  312. this.textBoxAddTrackName.Location = new System.Drawing.Point(147, 40);
  313. this.textBoxAddTrackName.Name = "textBoxAddTrackName";
  314. this.textBoxAddTrackName.Size = new System.Drawing.Size(100, 20);
  315. this.textBoxAddTrackName.TabIndex = 5;
  316. //
  317. // label5
  318. //
  319. this.label5.AutoSize = true;
  320. this.label5.Location = new System.Drawing.Point(30, 127);
  321. this.label5.Name = "label5";
  322. this.label5.Size = new System.Drawing.Size(111, 13);
  323. this.label5.TabIndex = 3;
  324. this.label5.Text = "Продолжительность";
  325. //
  326. // label10
  327. //
  328. this.label10.AutoSize = true;
  329. this.label10.Location = new System.Drawing.Point(30, 99);
  330. this.label10.Name = "label10";
  331. this.label10.Size = new System.Drawing.Size(65, 13);
  332. this.label10.TabIndex = 2;
  333. this.label10.Text = "Код группы";
  334. //
  335. // label11
  336. //
  337. this.label11.AutoSize = true;
  338. this.label11.Location = new System.Drawing.Point(30, 73);
  339. this.label11.Name = "label11";
  340. this.label11.Size = new System.Drawing.Size(73, 13);
  341. this.label11.TabIndex = 1;
  342. this.label11.Text = "Код альбома";
  343. //
  344. // label12
  345. //
  346. this.label12.AutoSize = true;
  347. this.label12.Location = new System.Drawing.Point(30, 43);
  348. this.label12.Name = "label12";
  349. this.label12.Size = new System.Drawing.Size(57, 13);
  350. this.label12.TabIndex = 0;
  351. this.label12.Text = "Название";
  352. //
  353. // panelAddMusician
  354. //
  355. this.panelAddMusician.BackColor = System.Drawing.SystemColors.ActiveCaption;
  356. this.panelAddMusician.Controls.Add(this.textBoxAddbday);
  357. this.panelAddMusician.Controls.Add(this.textBoxAddRole);
  358. this.panelAddMusician.Controls.Add(this.textBoxAddCodeGroup_m);
  359. this.panelAddMusician.Controls.Add(this.textBoxAddNameMus);
  360. this.panelAddMusician.Controls.Add(this.label13);
  361. this.panelAddMusician.Controls.Add(this.label14);
  362. this.panelAddMusician.Controls.Add(this.label15);
  363. this.panelAddMusician.Controls.Add(this.label16);
  364. this.panelAddMusician.Location = new System.Drawing.Point(373, 237);
  365. this.panelAddMusician.Name = "panelAddMusician";
  366. this.panelAddMusician.Size = new System.Drawing.Size(310, 201);
  367. this.panelAddMusician.TabIndex = 12;
  368. //
  369. // textBoxAddbday
  370. //
  371. this.textBoxAddbday.Location = new System.Drawing.Point(147, 129);
  372. this.textBoxAddbday.Name = "textBoxAddbday";
  373. this.textBoxAddbday.Size = new System.Drawing.Size(100, 20);
  374. this.textBoxAddbday.TabIndex = 8;
  375. //
  376. // textBoxAddRole
  377. //
  378. this.textBoxAddRole.Location = new System.Drawing.Point(147, 99);
  379. this.textBoxAddRole.Name = "textBoxAddRole";
  380. this.textBoxAddRole.Size = new System.Drawing.Size(100, 20);
  381. this.textBoxAddRole.TabIndex = 7;
  382. //
  383. // textBoxAddCodeGroup_m
  384. //
  385. this.textBoxAddCodeGroup_m.Location = new System.Drawing.Point(147, 73);
  386. this.textBoxAddCodeGroup_m.Name = "textBoxAddCodeGroup_m";
  387. this.textBoxAddCodeGroup_m.Size = new System.Drawing.Size(100, 20);
  388. this.textBoxAddCodeGroup_m.TabIndex = 6;
  389. //
  390. // textBoxAddNameMus
  391. //
  392. this.textBoxAddNameMus.Location = new System.Drawing.Point(147, 40);
  393. this.textBoxAddNameMus.Name = "textBoxAddNameMus";
  394. this.textBoxAddNameMus.Size = new System.Drawing.Size(100, 20);
  395. this.textBoxAddNameMus.TabIndex = 5;
  396. //
  397. // label13
  398. //
  399. this.label13.AutoSize = true;
  400. this.label13.Location = new System.Drawing.Point(30, 127);
  401. this.label13.Name = "label13";
  402. this.label13.Size = new System.Drawing.Size(86, 13);
  403. this.label13.TabIndex = 3;
  404. this.label13.Text = "Дата рождения";
  405. //
  406. // label14
  407. //
  408. this.label14.AutoSize = true;
  409. this.label14.Location = new System.Drawing.Point(30, 99);
  410. this.label14.Name = "label14";
  411. this.label14.Size = new System.Drawing.Size(32, 13);
  412. this.label14.TabIndex = 2;
  413. this.label14.Text = "Роль";
  414. //
  415. // label15
  416. //
  417. this.label15.AutoSize = true;
  418. this.label15.Location = new System.Drawing.Point(30, 73);
  419. this.label15.Name = "label15";
  420. this.label15.Size = new System.Drawing.Size(65, 13);
  421. this.label15.TabIndex = 1;
  422. this.label15.Text = "Код группы";
  423. //
  424. // label16
  425. //
  426. this.label16.AutoSize = true;
  427. this.label16.Location = new System.Drawing.Point(30, 43);
  428. this.label16.Name = "label16";
  429. this.label16.Size = new System.Drawing.Size(29, 13);
  430. this.label16.TabIndex = 0;
  431. this.label16.Text = "Имя";
  432. //
  433. // FormAddRecord
  434. //
  435. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  436. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  437. this.ClientSize = new System.Drawing.Size(800, 450);
  438. this.Controls.Add(this.panelAddMusician);
  439. this.Controls.Add(this.panelAddTrack);
  440. this.Controls.Add(this.panelAddGroup);
  441. this.Controls.Add(this.buttonBack);
  442. this.Controls.Add(this.buttonAdd);
  443. this.Controls.Add(this.panelAddAlbum);
  444. this.Name = "FormAddRecord";
  445. this.Text = "FromAddRecord";
  446. this.panelAddAlbum.ResumeLayout(false);
  447. this.panelAddAlbum.PerformLayout();
  448. this.panelAddGroup.ResumeLayout(false);
  449. this.panelAddGroup.PerformLayout();
  450. this.panelAddTrack.ResumeLayout(false);
  451. this.panelAddTrack.PerformLayout();
  452. this.panelAddMusician.ResumeLayout(false);
  453. this.panelAddMusician.PerformLayout();
  454. this.ResumeLayout(false);
  455. }
  456. #endregion
  457. private System.Windows.Forms.Panel panelAddAlbum;
  458. private System.Windows.Forms.Label label4;
  459. private System.Windows.Forms.Label label3;
  460. private System.Windows.Forms.Label label2;
  461. private System.Windows.Forms.Label label1;
  462. private System.Windows.Forms.Label labelNameAlbum;
  463. private System.Windows.Forms.TextBox textBoxAddTracksCount;
  464. private System.Windows.Forms.TextBox textBoxAddYear;
  465. private System.Windows.Forms.TextBox textBoxAddDurAlbum;
  466. private System.Windows.Forms.TextBox textBoxAddCodeGroup;
  467. private System.Windows.Forms.TextBox textBoxAddNameAlbum;
  468. private System.Windows.Forms.Button buttonAdd;
  469. private System.Windows.Forms.Button buttonBack;
  470. private System.Windows.Forms.Panel panelAddGroup;
  471. private System.Windows.Forms.TextBox textBoxAddDirection;
  472. private System.Windows.Forms.TextBox textBoxAddDiscription;
  473. private System.Windows.Forms.TextBox textBoxAddYearCreation;
  474. private System.Windows.Forms.TextBox textBoxAddNameGroup;
  475. private System.Windows.Forms.Label label6;
  476. private System.Windows.Forms.Label label7;
  477. private System.Windows.Forms.Label label8;
  478. private System.Windows.Forms.Label label9;
  479. private System.Windows.Forms.Panel panelAddTrack;
  480. private System.Windows.Forms.TextBox textBoxAddTimeTrack;
  481. private System.Windows.Forms.TextBox textBoxAddCodeGroup_t;
  482. private System.Windows.Forms.TextBox textBoxAddCodeAlbum_t;
  483. private System.Windows.Forms.TextBox textBoxAddTrackName;
  484. private System.Windows.Forms.Label label5;
  485. private System.Windows.Forms.Label label10;
  486. private System.Windows.Forms.Label label11;
  487. private System.Windows.Forms.Label label12;
  488. private System.Windows.Forms.Panel panelAddMusician;
  489. private System.Windows.Forms.TextBox textBoxAddbday;
  490. private System.Windows.Forms.TextBox textBoxAddRole;
  491. private System.Windows.Forms.TextBox textBoxAddCodeGroup_m;
  492. private System.Windows.Forms.TextBox textBoxAddNameMus;
  493. private System.Windows.Forms.Label label13;
  494. private System.Windows.Forms.Label label14;
  495. private System.Windows.Forms.Label label15;
  496. private System.Windows.Forms.Label label16;
  497. }
  498. }