Employee.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. 
  2. namespace proba
  3. {
  4. partial class Employee
  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(Employee));
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.TextForSearch = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.buttonSave = new System.Windows.Forms.Button();
  34. this.StrokaSearch = new System.Windows.Forms.TextBox();
  35. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. this.button_back = new System.Windows.Forms.Button();
  38. this.button_delete = new System.Windows.Forms.Button();
  39. this.button_add = new System.Windows.Forms.Button();
  40. this.button_insert = new System.Windows.Forms.Button();
  41. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  42. this.panel1 = new System.Windows.Forms.Panel();
  43. this.panel2 = new System.Windows.Forms.Panel();
  44. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  47. this.panel2.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // label2
  51. //
  52. this.label2.AutoSize = true;
  53. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
  54. this.label2.Location = new System.Drawing.Point(474, 5);
  55. this.label2.Name = "label2";
  56. this.label2.Size = new System.Drawing.Size(84, 13);
  57. this.label2.TabIndex = 35;
  58. this.label2.Text = "Модуль поиска";
  59. //
  60. // TextForSearch
  61. //
  62. this.TextForSearch.AutoSize = true;
  63. this.TextForSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
  64. this.TextForSearch.Location = new System.Drawing.Point(58, 2);
  65. this.TextForSearch.Name = "TextForSearch";
  66. this.TextForSearch.Size = new System.Drawing.Size(145, 24);
  67. this.TextForSearch.TabIndex = 2;
  68. this.TextForSearch.Text = "Введите логин";
  69. //
  70. // label1
  71. //
  72. this.label1.AutoSize = true;
  73. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  74. this.label1.Location = new System.Drawing.Point(589, 382);
  75. this.label1.Name = "label1";
  76. this.label1.Size = new System.Drawing.Size(155, 17);
  77. this.label1.TabIndex = 32;
  78. this.label1.Text = "Управление записями";
  79. //
  80. // buttonSave
  81. //
  82. this.buttonSave.BackColor = System.Drawing.Color.Gray;
  83. this.buttonSave.Cursor = System.Windows.Forms.Cursors.Hand;
  84. this.buttonSave.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  85. this.buttonSave.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  86. this.buttonSave.Location = new System.Drawing.Point(787, 410);
  87. this.buttonSave.Name = "buttonSave";
  88. this.buttonSave.Size = new System.Drawing.Size(111, 30);
  89. this.buttonSave.TabIndex = 31;
  90. this.buttonSave.Text = "Сохранить";
  91. this.buttonSave.UseVisualStyleBackColor = false;
  92. this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
  93. //
  94. // StrokaSearch
  95. //
  96. this.StrokaSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  97. this.StrokaSearch.Location = new System.Drawing.Point(526, 38);
  98. this.StrokaSearch.MaxLength = 25;
  99. this.StrokaSearch.Name = "StrokaSearch";
  100. this.StrokaSearch.Size = new System.Drawing.Size(210, 29);
  101. this.StrokaSearch.TabIndex = 30;
  102. this.StrokaSearch.TextChanged += new System.EventHandler(this.StrokaSearch_TextChanged);
  103. //
  104. // pictureBox2
  105. //
  106. this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Hand;
  107. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  108. this.pictureBox2.Location = new System.Drawing.Point(23, 28);
  109. this.pictureBox2.Name = "pictureBox2";
  110. this.pictureBox2.Size = new System.Drawing.Size(68, 39);
  111. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  112. this.pictureBox2.TabIndex = 29;
  113. this.pictureBox2.TabStop = false;
  114. this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
  115. //
  116. // pictureBox1
  117. //
  118. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  119. this.pictureBox1.Location = new System.Drawing.Point(760, 17);
  120. this.pictureBox1.Name = "pictureBox1";
  121. this.pictureBox1.Size = new System.Drawing.Size(48, 57);
  122. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  123. this.pictureBox1.TabIndex = 28;
  124. this.pictureBox1.TabStop = false;
  125. //
  126. // button_back
  127. //
  128. this.button_back.BackColor = System.Drawing.Color.Gray;
  129. this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
  130. this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  131. this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  132. this.button_back.Location = new System.Drawing.Point(23, 410);
  133. this.button_back.Name = "button_back";
  134. this.button_back.Size = new System.Drawing.Size(111, 30);
  135. this.button_back.TabIndex = 27;
  136. this.button_back.Text = "Назад";
  137. this.button_back.UseVisualStyleBackColor = false;
  138. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  139. //
  140. // button_delete
  141. //
  142. this.button_delete.BackColor = System.Drawing.Color.Gray;
  143. this.button_delete.Cursor = System.Windows.Forms.Cursors.Hand;
  144. this.button_delete.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  145. this.button_delete.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  146. this.button_delete.Location = new System.Drawing.Point(654, 410);
  147. this.button_delete.Name = "button_delete";
  148. this.button_delete.Size = new System.Drawing.Size(111, 30);
  149. this.button_delete.TabIndex = 26;
  150. this.button_delete.Text = "Удалить";
  151. this.button_delete.UseVisualStyleBackColor = false;
  152. this.button_delete.Click += new System.EventHandler(this.button_delete_Click);
  153. //
  154. // button_add
  155. //
  156. this.button_add.BackColor = System.Drawing.Color.Gray;
  157. this.button_add.Cursor = System.Windows.Forms.Cursors.Hand;
  158. this.button_add.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  159. this.button_add.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  160. this.button_add.Location = new System.Drawing.Point(392, 410);
  161. this.button_add.Name = "button_add";
  162. this.button_add.Size = new System.Drawing.Size(111, 30);
  163. this.button_add.TabIndex = 25;
  164. this.button_add.Text = "Добавить";
  165. this.button_add.UseVisualStyleBackColor = false;
  166. this.button_add.Click += new System.EventHandler(this.button_add_Click);
  167. //
  168. // button_insert
  169. //
  170. this.button_insert.BackColor = System.Drawing.Color.Gray;
  171. this.button_insert.Cursor = System.Windows.Forms.Cursors.Hand;
  172. this.button_insert.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  173. this.button_insert.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  174. this.button_insert.Location = new System.Drawing.Point(522, 410);
  175. this.button_insert.Name = "button_insert";
  176. this.button_insert.Size = new System.Drawing.Size(111, 30);
  177. this.button_insert.TabIndex = 24;
  178. this.button_insert.Text = "Изменить";
  179. this.button_insert.UseVisualStyleBackColor = false;
  180. this.button_insert.Click += new System.EventHandler(this.button_insert_Click);
  181. //
  182. // dataGridView1
  183. //
  184. this.dataGridView1.AllowUserToAddRows = false;
  185. this.dataGridView1.AllowUserToDeleteRows = false;
  186. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  187. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  188. this.dataGridView1.Location = new System.Drawing.Point(-1, 87);
  189. this.dataGridView1.Name = "dataGridView1";
  190. this.dataGridView1.ReadOnly = true;
  191. this.dataGridView1.Size = new System.Drawing.Size(934, 286);
  192. this.dataGridView1.TabIndex = 23;
  193. this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
  194. //
  195. // panel1
  196. //
  197. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  198. this.panel1.Location = new System.Drawing.Point(368, 392);
  199. this.panel1.Name = "panel1";
  200. this.panel1.Size = new System.Drawing.Size(543, 68);
  201. this.panel1.TabIndex = 33;
  202. //
  203. // panel2
  204. //
  205. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  206. this.panel2.Controls.Add(this.TextForSearch);
  207. this.panel2.Location = new System.Drawing.Point(483, 10);
  208. this.panel2.Name = "panel2";
  209. this.panel2.Size = new System.Drawing.Size(360, 71);
  210. this.panel2.TabIndex = 34;
  211. //
  212. // Employee
  213. //
  214. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  215. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  216. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
  217. this.ClientSize = new System.Drawing.Size(933, 464);
  218. this.Controls.Add(this.label2);
  219. this.Controls.Add(this.label1);
  220. this.Controls.Add(this.buttonSave);
  221. this.Controls.Add(this.StrokaSearch);
  222. this.Controls.Add(this.pictureBox2);
  223. this.Controls.Add(this.pictureBox1);
  224. this.Controls.Add(this.button_back);
  225. this.Controls.Add(this.button_delete);
  226. this.Controls.Add(this.button_add);
  227. this.Controls.Add(this.button_insert);
  228. this.Controls.Add(this.dataGridView1);
  229. this.Controls.Add(this.panel1);
  230. this.Controls.Add(this.panel2);
  231. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  232. this.MaximumSize = new System.Drawing.Size(949, 503);
  233. this.MinimumSize = new System.Drawing.Size(949, 503);
  234. this.Name = "Employee";
  235. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  236. this.Text = "Сотрудники";
  237. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  238. this.Load += new System.EventHandler(this.Employee_Load);
  239. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  240. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  241. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  242. this.panel2.ResumeLayout(false);
  243. this.panel2.PerformLayout();
  244. this.ResumeLayout(false);
  245. this.PerformLayout();
  246. }
  247. #endregion
  248. private System.Windows.Forms.Label label2;
  249. private System.Windows.Forms.Label TextForSearch;
  250. private System.Windows.Forms.Label label1;
  251. private System.Windows.Forms.Button buttonSave;
  252. private System.Windows.Forms.TextBox StrokaSearch;
  253. private System.Windows.Forms.PictureBox pictureBox2;
  254. private System.Windows.Forms.PictureBox pictureBox1;
  255. private System.Windows.Forms.Button button_back;
  256. private System.Windows.Forms.Button button_delete;
  257. private System.Windows.Forms.Button button_add;
  258. private System.Windows.Forms.Button button_insert;
  259. private System.Windows.Forms.DataGridView dataGridView1;
  260. private System.Windows.Forms.Panel panel1;
  261. private System.Windows.Forms.Panel panel2;
  262. }
  263. }