Edition.Designer.cs 11 KB

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