Country.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. namespace proba
  2. {
  3. partial class Country
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Country));
  29. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  30. this.button_delete = new System.Windows.Forms.Button();
  31. this.button_insert = new System.Windows.Forms.Button();
  32. this.button_add = new System.Windows.Forms.Button();
  33. this.button_back = new System.Windows.Forms.Button();
  34. this.TextForSearch = new System.Windows.Forms.Label();
  35. this.StrokaSearch = new System.Windows.Forms.TextBox();
  36. this.button1 = new System.Windows.Forms.Button();
  37. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // dataGridView1
  43. //
  44. this.dataGridView1.AllowUserToAddRows = false;
  45. this.dataGridView1.AllowUserToDeleteRows = false;
  46. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  47. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  48. this.dataGridView1.Location = new System.Drawing.Point(12, 58);
  49. this.dataGridView1.Name = "dataGridView1";
  50. this.dataGridView1.ReadOnly = true;
  51. this.dataGridView1.Size = new System.Drawing.Size(260, 277);
  52. this.dataGridView1.TabIndex = 0;
  53. this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick_1);
  54. //
  55. // button_delete
  56. //
  57. this.button_delete.BackColor = System.Drawing.Color.Gray;
  58. this.button_delete.Cursor = System.Windows.Forms.Cursors.Hand;
  59. this.button_delete.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  60. this.button_delete.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  61. this.button_delete.Location = new System.Drawing.Point(327, 97);
  62. this.button_delete.Name = "button_delete";
  63. this.button_delete.Size = new System.Drawing.Size(111, 30);
  64. this.button_delete.TabIndex = 12;
  65. this.button_delete.Text = "Удалить";
  66. this.button_delete.UseVisualStyleBackColor = false;
  67. this.button_delete.Click += new System.EventHandler(this.button_delete_Click);
  68. //
  69. // button_insert
  70. //
  71. this.button_insert.BackColor = System.Drawing.Color.Gray;
  72. this.button_insert.Cursor = System.Windows.Forms.Cursors.Hand;
  73. this.button_insert.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  74. this.button_insert.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  75. this.button_insert.Location = new System.Drawing.Point(327, 156);
  76. this.button_insert.Name = "button_insert";
  77. this.button_insert.Size = new System.Drawing.Size(111, 30);
  78. this.button_insert.TabIndex = 13;
  79. this.button_insert.Text = "Изменить";
  80. this.button_insert.UseVisualStyleBackColor = false;
  81. this.button_insert.Click += new System.EventHandler(this.button_insert_Click);
  82. //
  83. // button_add
  84. //
  85. this.button_add.BackColor = System.Drawing.Color.Gray;
  86. this.button_add.Cursor = System.Windows.Forms.Cursors.Hand;
  87. this.button_add.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  88. this.button_add.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  89. this.button_add.ImageAlign = System.Drawing.ContentAlignment.BottomRight;
  90. this.button_add.Location = new System.Drawing.Point(327, 205);
  91. this.button_add.Name = "button_add";
  92. this.button_add.Size = new System.Drawing.Size(111, 30);
  93. this.button_add.TabIndex = 14;
  94. this.button_add.Text = "Добавить";
  95. this.button_add.UseVisualStyleBackColor = false;
  96. this.button_add.Click += new System.EventHandler(this.button_add_Click);
  97. //
  98. // button_back
  99. //
  100. this.button_back.BackColor = System.Drawing.Color.Gray;
  101. this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
  102. this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  103. this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  104. this.button_back.Location = new System.Drawing.Point(327, 301);
  105. this.button_back.Name = "button_back";
  106. this.button_back.Size = new System.Drawing.Size(111, 30);
  107. this.button_back.TabIndex = 15;
  108. this.button_back.Text = "Назад";
  109. this.button_back.UseVisualStyleBackColor = false;
  110. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  111. //
  112. // TextForSearch
  113. //
  114. this.TextForSearch.AutoSize = true;
  115. this.TextForSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
  116. this.TextForSearch.Location = new System.Drawing.Point(8, 21);
  117. this.TextForSearch.Name = "TextForSearch";
  118. this.TextForSearch.Size = new System.Drawing.Size(178, 24);
  119. this.TextForSearch.TabIndex = 16;
  120. this.TextForSearch.Text = "Введите название";
  121. //
  122. // StrokaSearch
  123. //
  124. this.StrokaSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  125. this.StrokaSearch.Location = new System.Drawing.Point(192, 21);
  126. this.StrokaSearch.MaxLength = 25;
  127. this.StrokaSearch.Name = "StrokaSearch";
  128. this.StrokaSearch.Size = new System.Drawing.Size(191, 26);
  129. this.StrokaSearch.TabIndex = 17;
  130. this.StrokaSearch.TextChanged += new System.EventHandler(this.StrokaSearch_TextChanged);
  131. //
  132. // button1
  133. //
  134. this.button1.BackColor = System.Drawing.Color.Gray;
  135. this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
  136. this.button1.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  137. this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  138. this.button1.Location = new System.Drawing.Point(327, 256);
  139. this.button1.Name = "button1";
  140. this.button1.Size = new System.Drawing.Size(111, 30);
  141. this.button1.TabIndex = 18;
  142. this.button1.Text = "Сохранить";
  143. this.button1.UseVisualStyleBackColor = false;
  144. this.button1.Click += new System.EventHandler(this.button1_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(389, 12);
  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 = 20;
  155. this.pictureBox1.TabStop = false;
  156. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  157. //
  158. // Country
  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.StrokaSearch);
  167. this.Controls.Add(this.TextForSearch);
  168. this.Controls.Add(this.button_back);
  169. this.Controls.Add(this.button_add);
  170. this.Controls.Add(this.button_insert);
  171. this.Controls.Add(this.button_delete);
  172. this.Controls.Add(this.dataGridView1);
  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 = "Country";
  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.Country_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.DataGridView dataGridView1;
  188. private System.Windows.Forms.Button button_delete;
  189. private System.Windows.Forms.Button button_insert;
  190. private System.Windows.Forms.Button button_add;
  191. private System.Windows.Forms.Button button_back;
  192. private System.Windows.Forms.Label TextForSearch;
  193. private System.Windows.Forms.TextBox StrokaSearch;
  194. private System.Windows.Forms.Button button1;
  195. private System.Windows.Forms.PictureBox pictureBox1;
  196. }
  197. }