Performer.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. 
  2. namespace proba
  3. {
  4. partial class Performer
  5. {
  6. /// <summary>
  7. /// Обязательная переменная конструктора.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Освободить все используемые ресурсы.
  12. /// </summary>
  13. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  23. /// <summary>
  24. /// Требуемый метод для поддержки конструктора — не изменяйте
  25. /// содержимое этого метода с помощью редактора кода.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Performer));
  30. this.StrokaSearch = new System.Windows.Forms.TextBox();
  31. this.TextForSearch = new System.Windows.Forms.Label();
  32. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  33. this.button1 = new System.Windows.Forms.Button();
  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.pictureBox1 = new System.Windows.Forms.PictureBox();
  39. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // StrokaSearch
  44. //
  45. this.StrokaSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  46. this.StrokaSearch.Location = new System.Drawing.Point(191, 30);
  47. this.StrokaSearch.MaxLength = 25;
  48. this.StrokaSearch.Name = "StrokaSearch";
  49. this.StrokaSearch.Size = new System.Drawing.Size(187, 26);
  50. this.StrokaSearch.TabIndex = 22;
  51. this.StrokaSearch.TextChanged += new System.EventHandler(this.StrokaSearch_TextChanged);
  52. //
  53. // TextForSearch
  54. //
  55. this.TextForSearch.AutoSize = true;
  56. this.TextForSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
  57. this.TextForSearch.Location = new System.Drawing.Point(18, 30);
  58. this.TextForSearch.Name = "TextForSearch";
  59. this.TextForSearch.Size = new System.Drawing.Size(178, 24);
  60. this.TextForSearch.TabIndex = 21;
  61. this.TextForSearch.Text = "Введите название";
  62. //
  63. // dataGridView1
  64. //
  65. this.dataGridView1.AllowUserToAddRows = false;
  66. this.dataGridView1.AllowUserToDeleteRows = false;
  67. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  68. this.dataGridView1.Location = new System.Drawing.Point(33, 62);
  69. this.dataGridView1.Name = "dataGridView1";
  70. this.dataGridView1.ReadOnly = true;
  71. this.dataGridView1.Size = new System.Drawing.Size(260, 277);
  72. this.dataGridView1.TabIndex = 24;
  73. this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
  74. //
  75. // button1
  76. //
  77. this.button1.BackColor = System.Drawing.Color.Gray;
  78. this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
  79. this.button1.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  80. this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  81. this.button1.Location = new System.Drawing.Point(318, 224);
  82. this.button1.Name = "button1";
  83. this.button1.Size = new System.Drawing.Size(111, 30);
  84. this.button1.TabIndex = 29;
  85. this.button1.Text = "Сохранить";
  86. this.button1.UseVisualStyleBackColor = false;
  87. this.button1.Click += new System.EventHandler(this.button1_SAVE_Click);
  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(318, 276);
  96. this.button_back.Name = "button_back";
  97. this.button_back.Size = new System.Drawing.Size(111, 30);
  98. this.button_back.TabIndex = 28;
  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(318, 179);
  111. this.button_add.Name = "button_add";
  112. this.button_add.Size = new System.Drawing.Size(111, 30);
  113. this.button_add.TabIndex = 27;
  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(318, 134);
  125. this.button_insert.Name = "button_insert";
  126. this.button_insert.Size = new System.Drawing.Size(111, 30);
  127. this.button_insert.TabIndex = 26;
  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(318, 89);
  139. this.button_delete.Name = "button_delete";
  140. this.button_delete.Size = new System.Drawing.Size(111, 30);
  141. this.button_delete.TabIndex = 25;
  142. this.button_delete.Text = "Удалить";
  143. this.button_delete.UseVisualStyleBackColor = false;
  144. this.button_delete.Click += new System.EventHandler(this.button_delete_Click);
  145. //
  146. // pictureBox1
  147. //
  148. this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
  149. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  150. this.pictureBox1.Location = new System.Drawing.Point(384, 17);
  151. this.pictureBox1.Name = "pictureBox1";
  152. this.pictureBox1.Size = new System.Drawing.Size(68, 39);
  153. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  154. this.pictureBox1.TabIndex = 30;
  155. this.pictureBox1.TabStop = false;
  156. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click_1);
  157. //
  158. // Performer
  159. //
  160. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  161. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  162. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
  163. this.ClientSize = new System.Drawing.Size(473, 347);
  164. this.Controls.Add(this.pictureBox1);
  165. this.Controls.Add(this.button1);
  166. this.Controls.Add(this.button_back);
  167. this.Controls.Add(this.button_add);
  168. this.Controls.Add(this.button_insert);
  169. this.Controls.Add(this.button_delete);
  170. this.Controls.Add(this.dataGridView1);
  171. this.Controls.Add(this.StrokaSearch);
  172. this.Controls.Add(this.TextForSearch);
  173. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  174. this.MaximumSize = new System.Drawing.Size(489, 386);
  175. this.MinimumSize = new System.Drawing.Size(489, 386);
  176. this.Name = "Performer";
  177. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  178. this.Text = "Исполнители";
  179. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  180. this.Load += new System.EventHandler(this.Perfomer_Load);
  181. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  182. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  183. this.ResumeLayout(false);
  184. this.PerformLayout();
  185. }
  186. #endregion
  187. private System.Windows.Forms.TextBox StrokaSearch;
  188. private System.Windows.Forms.Label TextForSearch;
  189. private System.Windows.Forms.DataGridView dataGridView1;
  190. private System.Windows.Forms.Button button1;
  191. private System.Windows.Forms.Button button_back;
  192. private System.Windows.Forms.Button button_add;
  193. private System.Windows.Forms.Button button_insert;
  194. private System.Windows.Forms.Button button_delete;
  195. private System.Windows.Forms.PictureBox pictureBox1;
  196. }
  197. }