Form2.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. namespace konkursTest14
  2. {
  3. partial class Form2
  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.Login = new System.Windows.Forms.TextBox();
  29. this.tabControl1 = new System.Windows.Forms.TabControl();
  30. this.tabPage1 = new System.Windows.Forms.TabPage();
  31. this.tabPage2 = new System.Windows.Forms.TabPage();
  32. this.password = new System.Windows.Forms.TextBox();
  33. this.panel1 = new System.Windows.Forms.Panel();
  34. this.AdminButton = new System.Windows.Forms.RadioButton();
  35. this.ManagerButton = new System.Windows.Forms.RadioButton();
  36. this.addUser = new System.Windows.Forms.Button();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.LoginDel = new System.Windows.Forms.TextBox();
  39. this.Delete = new System.Windows.Forms.Button();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.tabControl1.SuspendLayout();
  42. this.tabPage1.SuspendLayout();
  43. this.tabPage2.SuspendLayout();
  44. this.panel1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // Login
  48. //
  49. this.Login.Location = new System.Drawing.Point(66, 58);
  50. this.Login.Name = "Login";
  51. this.Login.Size = new System.Drawing.Size(151, 20);
  52. this.Login.TabIndex = 0;
  53. this.Login.Text = "Введите логин";
  54. this.Login.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  55. this.Login.Enter += new System.EventHandler(this.Login_Enter);
  56. this.Login.Leave += new System.EventHandler(this.Login_Leave);
  57. //
  58. // tabControl1
  59. //
  60. this.tabControl1.Controls.Add(this.tabPage1);
  61. this.tabControl1.Controls.Add(this.tabPage2);
  62. this.tabControl1.Location = new System.Drawing.Point(2, 1);
  63. this.tabControl1.Name = "tabControl1";
  64. this.tabControl1.SelectedIndex = 0;
  65. this.tabControl1.Size = new System.Drawing.Size(294, 362);
  66. this.tabControl1.TabIndex = 1;
  67. //
  68. // tabPage1
  69. //
  70. this.tabPage1.Controls.Add(this.addUser);
  71. this.tabPage1.Controls.Add(this.panel1);
  72. this.tabPage1.Controls.Add(this.password);
  73. this.tabPage1.Controls.Add(this.Login);
  74. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  75. this.tabPage1.Name = "tabPage1";
  76. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  77. this.tabPage1.Size = new System.Drawing.Size(286, 336);
  78. this.tabPage1.TabIndex = 0;
  79. this.tabPage1.Text = "Добавить";
  80. this.tabPage1.UseVisualStyleBackColor = true;
  81. //
  82. // tabPage2
  83. //
  84. this.tabPage2.Controls.Add(this.label2);
  85. this.tabPage2.Controls.Add(this.Delete);
  86. this.tabPage2.Controls.Add(this.LoginDel);
  87. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  88. this.tabPage2.Name = "tabPage2";
  89. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  90. this.tabPage2.Size = new System.Drawing.Size(286, 336);
  91. this.tabPage2.TabIndex = 1;
  92. this.tabPage2.Text = "Удалить";
  93. this.tabPage2.UseVisualStyleBackColor = true;
  94. //
  95. // password
  96. //
  97. this.password.Location = new System.Drawing.Point(66, 105);
  98. this.password.Name = "password";
  99. this.password.Size = new System.Drawing.Size(151, 20);
  100. this.password.TabIndex = 1;
  101. this.password.Text = "Введите пароль";
  102. this.password.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  103. this.password.Enter += new System.EventHandler(this.password_Enter);
  104. this.password.Leave += new System.EventHandler(this.password_Leave);
  105. //
  106. // panel1
  107. //
  108. this.panel1.Controls.Add(this.label1);
  109. this.panel1.Controls.Add(this.ManagerButton);
  110. this.panel1.Controls.Add(this.AdminButton);
  111. this.panel1.Location = new System.Drawing.Point(35, 150);
  112. this.panel1.Name = "panel1";
  113. this.panel1.Size = new System.Drawing.Size(207, 59);
  114. this.panel1.TabIndex = 2;
  115. this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
  116. //
  117. // AdminButton
  118. //
  119. this.AdminButton.AutoSize = true;
  120. this.AdminButton.Location = new System.Drawing.Point(31, 26);
  121. this.AdminButton.Name = "AdminButton";
  122. this.AdminButton.Size = new System.Drawing.Size(58, 17);
  123. this.AdminButton.TabIndex = 0;
  124. this.AdminButton.TabStop = true;
  125. this.AdminButton.Text = "Админ";
  126. this.AdminButton.UseVisualStyleBackColor = true;
  127. //
  128. // ManagerButton
  129. //
  130. this.ManagerButton.AutoSize = true;
  131. this.ManagerButton.Location = new System.Drawing.Point(104, 26);
  132. this.ManagerButton.Name = "ManagerButton";
  133. this.ManagerButton.Size = new System.Drawing.Size(78, 17);
  134. this.ManagerButton.TabIndex = 1;
  135. this.ManagerButton.TabStop = true;
  136. this.ManagerButton.Text = "Менеджер";
  137. this.ManagerButton.UseVisualStyleBackColor = true;
  138. //
  139. // addUser
  140. //
  141. this.addUser.Location = new System.Drawing.Point(66, 240);
  142. this.addUser.Name = "addUser";
  143. this.addUser.Size = new System.Drawing.Size(151, 36);
  144. this.addUser.TabIndex = 3;
  145. this.addUser.Text = "Добавить пользователя";
  146. this.addUser.UseVisualStyleBackColor = true;
  147. this.addUser.Click += new System.EventHandler(this.addUser_Click);
  148. //
  149. // label1
  150. //
  151. this.label1.AutoSize = true;
  152. this.label1.Location = new System.Drawing.Point(61, 0);
  153. this.label1.Name = "label1";
  154. this.label1.Size = new System.Drawing.Size(84, 13);
  155. this.label1.TabIndex = 2;
  156. this.label1.Text = "Выберите роль";
  157. //
  158. // LoginDel
  159. //
  160. this.LoginDel.Location = new System.Drawing.Point(77, 136);
  161. this.LoginDel.Name = "LoginDel";
  162. this.LoginDel.Size = new System.Drawing.Size(134, 20);
  163. this.LoginDel.TabIndex = 0;
  164. this.LoginDel.Text = "Введите логин";
  165. this.LoginDel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  166. this.LoginDel.Enter += new System.EventHandler(this.LoginDel_Enter);
  167. this.LoginDel.Leave += new System.EventHandler(this.LoginDel_Leave);
  168. //
  169. // Delete
  170. //
  171. this.Delete.AutoSize = true;
  172. this.Delete.Location = new System.Drawing.Point(77, 189);
  173. this.Delete.Name = "Delete";
  174. this.Delete.Size = new System.Drawing.Size(134, 33);
  175. this.Delete.TabIndex = 1;
  176. this.Delete.Text = "Удалить пользователя";
  177. this.Delete.UseVisualStyleBackColor = true;
  178. this.Delete.Click += new System.EventHandler(this.Delete_Click);
  179. //
  180. // label2
  181. //
  182. this.label2.AutoSize = true;
  183. this.label2.Location = new System.Drawing.Point(59, 87);
  184. this.label2.Name = "label2";
  185. this.label2.Size = new System.Drawing.Size(183, 13);
  186. this.label2.TabIndex = 2;
  187. this.label2.Text = "Удаление пользователя по логину";
  188. //
  189. // Form2
  190. //
  191. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  192. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  193. this.ClientSize = new System.Drawing.Size(300, 373);
  194. this.Controls.Add(this.tabControl1);
  195. this.Name = "Form2";
  196. this.Text = "Администрирование";
  197. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form2_FormClosing);
  198. this.tabControl1.ResumeLayout(false);
  199. this.tabPage1.ResumeLayout(false);
  200. this.tabPage1.PerformLayout();
  201. this.tabPage2.ResumeLayout(false);
  202. this.tabPage2.PerformLayout();
  203. this.panel1.ResumeLayout(false);
  204. this.panel1.PerformLayout();
  205. this.ResumeLayout(false);
  206. }
  207. #endregion
  208. private System.Windows.Forms.TextBox Login;
  209. private System.Windows.Forms.TabControl tabControl1;
  210. private System.Windows.Forms.TabPage tabPage1;
  211. private System.Windows.Forms.Button addUser;
  212. private System.Windows.Forms.Panel panel1;
  213. private System.Windows.Forms.RadioButton ManagerButton;
  214. private System.Windows.Forms.RadioButton AdminButton;
  215. private System.Windows.Forms.TextBox password;
  216. private System.Windows.Forms.TabPage tabPage2;
  217. private System.Windows.Forms.Label label1;
  218. private System.Windows.Forms.Button Delete;
  219. private System.Windows.Forms.TextBox LoginDel;
  220. private System.Windows.Forms.Label label2;
  221. }
  222. }