Genre.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. 
  2. namespace proba
  3. {
  4. partial class Genre
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Genre));
  30. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  31. this.button_Save = new System.Windows.Forms.Button();
  32. this.StrokaSearch = new System.Windows.Forms.TextBox();
  33. this.TextForSearch = new System.Windows.Forms.Label();
  34. this.button_back = new System.Windows.Forms.Button();
  35. this.button_add = new System.Windows.Forms.Button();
  36. this.button_insert = new System.Windows.Forms.Button();
  37. this.button_delete = new System.Windows.Forms.Button();
  38. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // pictureBox1
  44. //
  45. this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
  46. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  47. this.pictureBox1.Location = new System.Drawing.Point(391, 12);
  48. this.pictureBox1.Name = "pictureBox1";
  49. this.pictureBox1.Size = new System.Drawing.Size(68, 39);
  50. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  51. this.pictureBox1.TabIndex = 29;
  52. this.pictureBox1.TabStop = false;
  53. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  54. //
  55. // button_Save
  56. //
  57. this.button_Save.BackColor = System.Drawing.Color.Gray;
  58. this.button_Save.Cursor = System.Windows.Forms.Cursors.Hand;
  59. this.button_Save.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  60. this.button_Save.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  61. this.button_Save.Location = new System.Drawing.Point(300, 246);
  62. this.button_Save.Name = "button_Save";
  63. this.button_Save.Size = new System.Drawing.Size(111, 30);
  64. this.button_Save.TabIndex = 28;
  65. this.button_Save.Text = "Сохранить";
  66. this.button_Save.UseVisualStyleBackColor = false;
  67. this.button_Save.Click += new System.EventHandler(this.button_Save_Click);
  68. //
  69. // StrokaSearch
  70. //
  71. this.StrokaSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  72. this.StrokaSearch.Location = new System.Drawing.Point(198, 25);
  73. this.StrokaSearch.MaxLength = 50;
  74. this.StrokaSearch.Name = "StrokaSearch";
  75. this.StrokaSearch.Size = new System.Drawing.Size(187, 26);
  76. this.StrokaSearch.TabIndex = 27;
  77. this.StrokaSearch.TextChanged += new System.EventHandler(this.StrokaSearch_TextChanged);
  78. //
  79. // TextForSearch
  80. //
  81. this.TextForSearch.AutoSize = true;
  82. this.TextForSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
  83. this.TextForSearch.Location = new System.Drawing.Point(24, 27);
  84. this.TextForSearch.Name = "TextForSearch";
  85. this.TextForSearch.Size = new System.Drawing.Size(178, 24);
  86. this.TextForSearch.TabIndex = 26;
  87. this.TextForSearch.Text = "Введите название";
  88. //
  89. // button_back
  90. //
  91. this.button_back.BackColor = System.Drawing.Color.Gray;
  92. this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
  93. this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  94. this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  95. this.button_back.Location = new System.Drawing.Point(298, 293);
  96. this.button_back.Name = "button_back";
  97. this.button_back.Size = new System.Drawing.Size(111, 30);
  98. this.button_back.TabIndex = 25;
  99. this.button_back.Text = "Назад";
  100. this.button_back.UseVisualStyleBackColor = false;
  101. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  102. //
  103. // button_add
  104. //
  105. this.button_add.BackColor = System.Drawing.Color.Gray;
  106. this.button_add.Cursor = System.Windows.Forms.Cursors.Hand;
  107. this.button_add.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  108. this.button_add.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  109. this.button_add.ImageAlign = System.Drawing.ContentAlignment.BottomRight;
  110. this.button_add.Location = new System.Drawing.Point(300, 201);
  111. this.button_add.Name = "button_add";
  112. this.button_add.Size = new System.Drawing.Size(111, 30);
  113. this.button_add.TabIndex = 24;
  114. this.button_add.Text = "Добавить";
  115. this.button_add.UseVisualStyleBackColor = false;
  116. this.button_add.Click += new System.EventHandler(this.button_add_Click);
  117. //
  118. // button_insert
  119. //
  120. this.button_insert.BackColor = System.Drawing.Color.Gray;
  121. this.button_insert.Cursor = System.Windows.Forms.Cursors.Hand;
  122. this.button_insert.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  123. this.button_insert.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  124. this.button_insert.Location = new System.Drawing.Point(300, 156);
  125. this.button_insert.Name = "button_insert";
  126. this.button_insert.Size = new System.Drawing.Size(111, 30);
  127. this.button_insert.TabIndex = 23;
  128. this.button_insert.Text = "Изменить";
  129. this.button_insert.UseVisualStyleBackColor = false;
  130. this.button_insert.Click += new System.EventHandler(this.button_insert_Click);
  131. //
  132. // button_delete
  133. //
  134. this.button_delete.BackColor = System.Drawing.Color.Gray;
  135. this.button_delete.Cursor = System.Windows.Forms.Cursors.Hand;
  136. this.button_delete.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  137. this.button_delete.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  138. this.button_delete.Location = new System.Drawing.Point(300, 111);
  139. this.button_delete.Name = "button_delete";
  140. this.button_delete.Size = new System.Drawing.Size(111, 30);
  141. this.button_delete.TabIndex = 22;
  142. this.button_delete.Text = "Удалить";
  143. this.button_delete.UseVisualStyleBackColor = false;
  144. this.button_delete.Click += new System.EventHandler(this.button_delete_Click_1);
  145. //
  146. // dataGridView1
  147. //
  148. this.dataGridView1.AllowUserToAddRows = false;
  149. this.dataGridView1.AllowUserToDeleteRows = false;
  150. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  151. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  152. this.dataGridView1.Location = new System.Drawing.Point(14, 58);
  153. this.dataGridView1.Name = "dataGridView1";
  154. this.dataGridView1.ReadOnly = true;
  155. this.dataGridView1.Size = new System.Drawing.Size(260, 277);
  156. this.dataGridView1.TabIndex = 21;
  157. this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
  158. //
  159. // Genre
  160. //
  161. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  162. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  163. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
  164. this.ClientSize = new System.Drawing.Size(473, 347);
  165. this.Controls.Add(this.pictureBox1);
  166. this.Controls.Add(this.button_Save);
  167. this.Controls.Add(this.StrokaSearch);
  168. this.Controls.Add(this.TextForSearch);
  169. this.Controls.Add(this.button_back);
  170. this.Controls.Add(this.button_add);
  171. this.Controls.Add(this.button_insert);
  172. this.Controls.Add(this.button_delete);
  173. this.Controls.Add(this.dataGridView1);
  174. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  175. this.MaximumSize = new System.Drawing.Size(489, 386);
  176. this.MinimumSize = new System.Drawing.Size(489, 386);
  177. this.Name = "Genre";
  178. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  179. this.Text = "Жанр музыки";
  180. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  181. this.Load += new System.EventHandler(this.Genre_Load);
  182. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  183. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  184. this.ResumeLayout(false);
  185. this.PerformLayout();
  186. }
  187. #endregion
  188. private System.Windows.Forms.PictureBox pictureBox1;
  189. private System.Windows.Forms.Button button_Save;
  190. private System.Windows.Forms.TextBox StrokaSearch;
  191. private System.Windows.Forms.Label TextForSearch;
  192. private System.Windows.Forms.Button button_back;
  193. private System.Windows.Forms.Button button_add;
  194. private System.Windows.Forms.Button button_insert;
  195. private System.Windows.Forms.Button button_delete;
  196. private System.Windows.Forms.DataGridView dataGridView1;
  197. }
  198. }