FormEmployees.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. namespace KadroviYshot
  2. {
  3. partial class FormEmployees
  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. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  29. this.настройкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  30. this.данныеОрганизацииToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  31. this.должностиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  32. this.специальностиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.выходToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.tabControl1 = new System.Windows.Forms.TabControl();
  35. this.Employees = new System.Windows.Forms.TabPage();
  36. this.textBox1 = new System.Windows.Forms.TextBox();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.btnApplicationDismissal = new System.Windows.Forms.Button();
  39. this.btnPersonalCard = new System.Windows.Forms.Button();
  40. this.btnEdit = new System.Windows.Forms.Button();
  41. this.btnAdd = new System.Windows.Forms.Button();
  42. this.panel2 = new System.Windows.Forms.Panel();
  43. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  44. this.panel1 = new System.Windows.Forms.Panel();
  45. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  46. this.label1 = new System.Windows.Forms.Label();
  47. this.Agreement = new System.Windows.Forms.TabPage();
  48. this.menuStrip1.SuspendLayout();
  49. this.tabControl1.SuspendLayout();
  50. this.Employees.SuspendLayout();
  51. this.panel2.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  53. this.panel1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // menuStrip1
  58. //
  59. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  60. this.настройкиToolStripMenuItem,
  61. this.выходToolStripMenuItem});
  62. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  63. this.menuStrip1.Name = "menuStrip1";
  64. this.menuStrip1.Padding = new System.Windows.Forms.Padding(13, 4, 0, 4);
  65. this.menuStrip1.Size = new System.Drawing.Size(1884, 27);
  66. this.menuStrip1.TabIndex = 0;
  67. this.menuStrip1.Text = "menuStrip1";
  68. //
  69. // настройкиToolStripMenuItem
  70. //
  71. this.настройкиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  72. this.данныеОрганизацииToolStripMenuItem,
  73. this.должностиToolStripMenuItem,
  74. this.специальностиToolStripMenuItem});
  75. this.настройкиToolStripMenuItem.Name = "настройкиToolStripMenuItem";
  76. this.настройкиToolStripMenuItem.Size = new System.Drawing.Size(79, 19);
  77. this.настройкиToolStripMenuItem.Text = "Настройки";
  78. //
  79. // данныеОрганизацииToolStripMenuItem
  80. //
  81. this.данныеОрганизацииToolStripMenuItem.Name = "данныеОрганизацииToolStripMenuItem";
  82. this.данныеОрганизацииToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
  83. this.данныеОрганизацииToolStripMenuItem.Text = "Данные организации";
  84. //
  85. // должностиToolStripMenuItem
  86. //
  87. this.должностиToolStripMenuItem.Name = "должностиToolStripMenuItem";
  88. this.должностиToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
  89. this.должностиToolStripMenuItem.Text = "Должности";
  90. //
  91. // специальностиToolStripMenuItem
  92. //
  93. this.специальностиToolStripMenuItem.Name = "специальностиToolStripMenuItem";
  94. this.специальностиToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
  95. this.специальностиToolStripMenuItem.Text = "Специальности";
  96. //
  97. // выходToolStripMenuItem
  98. //
  99. this.выходToolStripMenuItem.Name = "выходToolStripMenuItem";
  100. this.выходToolStripMenuItem.Size = new System.Drawing.Size(54, 19);
  101. this.выходToolStripMenuItem.Text = "Выход";
  102. this.выходToolStripMenuItem.Click += new System.EventHandler(this.выходToolStripMenuItem_Click);
  103. //
  104. // tabControl1
  105. //
  106. this.tabControl1.Controls.Add(this.Employees);
  107. this.tabControl1.Controls.Add(this.Agreement);
  108. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  109. this.tabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  110. this.tabControl1.Location = new System.Drawing.Point(0, 27);
  111. this.tabControl1.Margin = new System.Windows.Forms.Padding(6);
  112. this.tabControl1.Name = "tabControl1";
  113. this.tabControl1.SelectedIndex = 0;
  114. this.tabControl1.Size = new System.Drawing.Size(1884, 934);
  115. this.tabControl1.TabIndex = 1;
  116. //
  117. // Employees
  118. //
  119. this.Employees.Controls.Add(this.textBox1);
  120. this.Employees.Controls.Add(this.label2);
  121. this.Employees.Controls.Add(this.btnApplicationDismissal);
  122. this.Employees.Controls.Add(this.btnPersonalCard);
  123. this.Employees.Controls.Add(this.btnEdit);
  124. this.Employees.Controls.Add(this.btnAdd);
  125. this.Employees.Controls.Add(this.panel2);
  126. this.Employees.Controls.Add(this.panel1);
  127. this.Employees.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  128. this.Employees.Location = new System.Drawing.Point(4, 25);
  129. this.Employees.Margin = new System.Windows.Forms.Padding(6);
  130. this.Employees.Name = "Employees";
  131. this.Employees.Padding = new System.Windows.Forms.Padding(6);
  132. this.Employees.Size = new System.Drawing.Size(1876, 905);
  133. this.Employees.TabIndex = 0;
  134. this.Employees.Text = "Сотрудники";
  135. this.Employees.UseVisualStyleBackColor = true;
  136. //
  137. // textBox1
  138. //
  139. this.textBox1.Location = new System.Drawing.Point(88, 756);
  140. this.textBox1.Name = "textBox1";
  141. this.textBox1.Size = new System.Drawing.Size(256, 29);
  142. this.textBox1.TabIndex = 7;
  143. //
  144. // label2
  145. //
  146. this.label2.AutoSize = true;
  147. this.label2.Location = new System.Drawing.Point(84, 729);
  148. this.label2.Name = "label2";
  149. this.label2.Size = new System.Drawing.Size(64, 24);
  150. this.label2.TabIndex = 6;
  151. this.label2.Text = "Поиск";
  152. //
  153. // btnApplicationDismissal
  154. //
  155. this.btnApplicationDismissal.Location = new System.Drawing.Point(1457, 676);
  156. this.btnApplicationDismissal.Name = "btnApplicationDismissal";
  157. this.btnApplicationDismissal.Size = new System.Drawing.Size(413, 47);
  158. this.btnApplicationDismissal.TabIndex = 5;
  159. this.btnApplicationDismissal.Text = "Заявление на увольнение";
  160. this.btnApplicationDismissal.UseVisualStyleBackColor = true;
  161. //
  162. // btnPersonalCard
  163. //
  164. this.btnPersonalCard.Location = new System.Drawing.Point(1457, 598);
  165. this.btnPersonalCard.Name = "btnPersonalCard";
  166. this.btnPersonalCard.Size = new System.Drawing.Size(413, 47);
  167. this.btnPersonalCard.TabIndex = 4;
  168. this.btnPersonalCard.Text = "Личная карточка";
  169. this.btnPersonalCard.UseVisualStyleBackColor = true;
  170. //
  171. // btnEdit
  172. //
  173. this.btnEdit.Location = new System.Drawing.Point(1457, 155);
  174. this.btnEdit.Name = "btnEdit";
  175. this.btnEdit.Size = new System.Drawing.Size(413, 47);
  176. this.btnEdit.TabIndex = 3;
  177. this.btnEdit.Text = "Редактировать";
  178. this.btnEdit.UseVisualStyleBackColor = true;
  179. //
  180. // btnAdd
  181. //
  182. this.btnAdd.Location = new System.Drawing.Point(1457, 77);
  183. this.btnAdd.Name = "btnAdd";
  184. this.btnAdd.Size = new System.Drawing.Size(413, 47);
  185. this.btnAdd.TabIndex = 2;
  186. this.btnAdd.Text = "Добавить";
  187. this.btnAdd.UseVisualStyleBackColor = true;
  188. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  189. //
  190. // panel2
  191. //
  192. this.panel2.Controls.Add(this.dataGridView1);
  193. this.panel2.Location = new System.Drawing.Point(6, 68);
  194. this.panel2.Margin = new System.Windows.Forms.Padding(6);
  195. this.panel2.Name = "panel2";
  196. this.panel2.Size = new System.Drawing.Size(1442, 655);
  197. this.panel2.TabIndex = 1;
  198. //
  199. // dataGridView1
  200. //
  201. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  202. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  203. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  204. this.dataGridView1.Name = "dataGridView1";
  205. this.dataGridView1.Size = new System.Drawing.Size(1442, 655);
  206. this.dataGridView1.TabIndex = 0;
  207. //
  208. // panel1
  209. //
  210. this.panel1.BackColor = System.Drawing.Color.LightGray;
  211. this.panel1.Controls.Add(this.pictureBox1);
  212. this.panel1.Controls.Add(this.label1);
  213. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  214. this.panel1.Location = new System.Drawing.Point(6, 6);
  215. this.panel1.Margin = new System.Windows.Forms.Padding(6);
  216. this.panel1.Name = "panel1";
  217. this.panel1.Size = new System.Drawing.Size(1864, 62);
  218. this.panel1.TabIndex = 0;
  219. //
  220. // pictureBox1
  221. //
  222. this.pictureBox1.Image = global::KadroviYshot.Properties.Resources.icons8_сотрудник_50;
  223. this.pictureBox1.Location = new System.Drawing.Point(59, 6);
  224. this.pictureBox1.Name = "pictureBox1";
  225. this.pictureBox1.Size = new System.Drawing.Size(51, 50);
  226. this.pictureBox1.TabIndex = 1;
  227. this.pictureBox1.TabStop = false;
  228. //
  229. // label1
  230. //
  231. this.label1.AutoSize = true;
  232. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  233. this.label1.Location = new System.Drawing.Point(119, 18);
  234. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  235. this.label1.Name = "label1";
  236. this.label1.Size = new System.Drawing.Size(141, 25);
  237. this.label1.TabIndex = 0;
  238. this.label1.Text = "Сотрудники";
  239. //
  240. // Agreement
  241. //
  242. this.Agreement.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  243. this.Agreement.Location = new System.Drawing.Point(4, 25);
  244. this.Agreement.Margin = new System.Windows.Forms.Padding(6);
  245. this.Agreement.Name = "Agreement";
  246. this.Agreement.Padding = new System.Windows.Forms.Padding(6);
  247. this.Agreement.Size = new System.Drawing.Size(1876, 905);
  248. this.Agreement.TabIndex = 1;
  249. this.Agreement.Text = "Договора";
  250. this.Agreement.UseVisualStyleBackColor = true;
  251. //
  252. // FormEmployees
  253. //
  254. this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 25F);
  255. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  256. this.ClientSize = new System.Drawing.Size(1884, 961);
  257. this.Controls.Add(this.tabControl1);
  258. this.Controls.Add(this.menuStrip1);
  259. this.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  260. this.MainMenuStrip = this.menuStrip1;
  261. this.Margin = new System.Windows.Forms.Padding(6);
  262. this.Name = "FormEmployees";
  263. this.Text = "Сотрудники";
  264. this.menuStrip1.ResumeLayout(false);
  265. this.menuStrip1.PerformLayout();
  266. this.tabControl1.ResumeLayout(false);
  267. this.Employees.ResumeLayout(false);
  268. this.Employees.PerformLayout();
  269. this.panel2.ResumeLayout(false);
  270. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  271. this.panel1.ResumeLayout(false);
  272. this.panel1.PerformLayout();
  273. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  274. this.ResumeLayout(false);
  275. this.PerformLayout();
  276. }
  277. #endregion
  278. private System.Windows.Forms.MenuStrip menuStrip1;
  279. private System.Windows.Forms.TabControl tabControl1;
  280. private System.Windows.Forms.TabPage Employees;
  281. private System.Windows.Forms.TabPage Agreement;
  282. private System.Windows.Forms.Panel panel1;
  283. private System.Windows.Forms.Label label1;
  284. private System.Windows.Forms.Panel panel2;
  285. private System.Windows.Forms.ToolStripMenuItem настройкиToolStripMenuItem;
  286. private System.Windows.Forms.ToolStripMenuItem данныеОрганизацииToolStripMenuItem;
  287. private System.Windows.Forms.ToolStripMenuItem должностиToolStripMenuItem;
  288. private System.Windows.Forms.ToolStripMenuItem специальностиToolStripMenuItem;
  289. private System.Windows.Forms.ToolStripMenuItem выходToolStripMenuItem;
  290. private System.Windows.Forms.Button btnApplicationDismissal;
  291. private System.Windows.Forms.Button btnPersonalCard;
  292. private System.Windows.Forms.Button btnEdit;
  293. private System.Windows.Forms.Button btnAdd;
  294. private System.Windows.Forms.TextBox textBox1;
  295. private System.Windows.Forms.Label label2;
  296. private System.Windows.Forms.DataGridView dataGridView1;
  297. private System.Windows.Forms.PictureBox pictureBox1;
  298. }
  299. }