Form2.Designer.cs 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. namespace testkonkurs1
  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.tabControl1 = new System.Windows.Forms.TabControl();
  29. this.tabPage1 = new System.Windows.Forms.TabPage();
  30. this.AddUser = new System.Windows.Forms.Button();
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. this.manager = new System.Windows.Forms.RadioButton();
  33. this.admin = new System.Windows.Forms.RadioButton();
  34. this.password = new System.Windows.Forms.TextBox();
  35. this.login = new System.Windows.Forms.TextBox();
  36. this.tabPage2 = new System.Windows.Forms.TabPage();
  37. this.Delete = new System.Windows.Forms.Button();
  38. this.LoginDel = new System.Windows.Forms.TextBox();
  39. this.tabControl1.SuspendLayout();
  40. this.tabPage1.SuspendLayout();
  41. this.panel1.SuspendLayout();
  42. this.tabPage2.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // tabControl1
  46. //
  47. this.tabControl1.Controls.Add(this.tabPage1);
  48. this.tabControl1.Controls.Add(this.tabPage2);
  49. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  50. this.tabControl1.Name = "tabControl1";
  51. this.tabControl1.SelectedIndex = 0;
  52. this.tabControl1.Size = new System.Drawing.Size(369, 438);
  53. this.tabControl1.TabIndex = 0;
  54. //
  55. // tabPage1
  56. //
  57. this.tabPage1.Controls.Add(this.AddUser);
  58. this.tabPage1.Controls.Add(this.panel1);
  59. this.tabPage1.Controls.Add(this.password);
  60. this.tabPage1.Controls.Add(this.login);
  61. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  62. this.tabPage1.Name = "tabPage1";
  63. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  64. this.tabPage1.Size = new System.Drawing.Size(361, 412);
  65. this.tabPage1.TabIndex = 0;
  66. this.tabPage1.Text = "Добавить";
  67. this.tabPage1.UseVisualStyleBackColor = true;
  68. this.tabPage1.Click += new System.EventHandler(this.tabPage1_Click);
  69. //
  70. // AddUser
  71. //
  72. this.AddUser.Location = new System.Drawing.Point(75, 298);
  73. this.AddUser.Name = "AddUser";
  74. this.AddUser.Size = new System.Drawing.Size(151, 34);
  75. this.AddUser.TabIndex = 3;
  76. this.AddUser.Text = "Добавить пользователя";
  77. this.AddUser.UseVisualStyleBackColor = true;
  78. this.AddUser.Click += new System.EventHandler(this.AddUser_Click);
  79. //
  80. // panel1
  81. //
  82. this.panel1.Controls.Add(this.manager);
  83. this.panel1.Controls.Add(this.admin);
  84. this.panel1.Location = new System.Drawing.Point(52, 214);
  85. this.panel1.Name = "panel1";
  86. this.panel1.Size = new System.Drawing.Size(237, 49);
  87. this.panel1.TabIndex = 2;
  88. this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
  89. //
  90. // manager
  91. //
  92. this.manager.AutoSize = true;
  93. this.manager.Location = new System.Drawing.Point(121, 13);
  94. this.manager.Name = "manager";
  95. this.manager.Size = new System.Drawing.Size(77, 17);
  96. this.manager.TabIndex = 1;
  97. this.manager.TabStop = true;
  98. this.manager.Text = "менеджер";
  99. this.manager.UseVisualStyleBackColor = true;
  100. //
  101. // admin
  102. //
  103. this.admin.AutoSize = true;
  104. this.admin.Location = new System.Drawing.Point(16, 13);
  105. this.admin.Name = "admin";
  106. this.admin.Size = new System.Drawing.Size(58, 17);
  107. this.admin.TabIndex = 0;
  108. this.admin.TabStop = true;
  109. this.admin.Text = "Админ";
  110. this.admin.UseVisualStyleBackColor = true;
  111. //
  112. // password
  113. //
  114. this.password.Location = new System.Drawing.Point(75, 119);
  115. this.password.Name = "password";
  116. this.password.Size = new System.Drawing.Size(151, 20);
  117. this.password.TabIndex = 1;
  118. this.password.TextChanged += new System.EventHandler(this.password_TextChanged);
  119. //
  120. // login
  121. //
  122. this.login.Location = new System.Drawing.Point(75, 72);
  123. this.login.Name = "login";
  124. this.login.Size = new System.Drawing.Size(152, 20);
  125. this.login.TabIndex = 0;
  126. this.login.TextChanged += new System.EventHandler(this.login_TextChanged);
  127. //
  128. // tabPage2
  129. //
  130. this.tabPage2.Controls.Add(this.Delete);
  131. this.tabPage2.Controls.Add(this.LoginDel);
  132. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  133. this.tabPage2.Name = "tabPage2";
  134. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  135. this.tabPage2.Size = new System.Drawing.Size(361, 412);
  136. this.tabPage2.TabIndex = 1;
  137. this.tabPage2.Text = "Удалить";
  138. this.tabPage2.UseVisualStyleBackColor = true;
  139. //
  140. // Delete
  141. //
  142. this.Delete.Location = new System.Drawing.Point(94, 206);
  143. this.Delete.Name = "Delete";
  144. this.Delete.Size = new System.Drawing.Size(154, 23);
  145. this.Delete.TabIndex = 1;
  146. this.Delete.Text = "Удалить пользователя";
  147. this.Delete.UseVisualStyleBackColor = true;
  148. this.Delete.Click += new System.EventHandler(this.Delete_Click);
  149. //
  150. // LoginDel
  151. //
  152. this.LoginDel.Location = new System.Drawing.Point(120, 150);
  153. this.LoginDel.Name = "LoginDel";
  154. this.LoginDel.Size = new System.Drawing.Size(100, 20);
  155. this.LoginDel.TabIndex = 0;
  156. //
  157. // Form2
  158. //
  159. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  160. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  161. this.ClientSize = new System.Drawing.Size(376, 450);
  162. this.Controls.Add(this.tabControl1);
  163. this.Name = "Form2";
  164. this.Text = "ПанельУправления";
  165. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form2_FormClosing);
  166. this.tabControl1.ResumeLayout(false);
  167. this.tabPage1.ResumeLayout(false);
  168. this.tabPage1.PerformLayout();
  169. this.panel1.ResumeLayout(false);
  170. this.panel1.PerformLayout();
  171. this.tabPage2.ResumeLayout(false);
  172. this.tabPage2.PerformLayout();
  173. this.ResumeLayout(false);
  174. }
  175. #endregion
  176. private System.Windows.Forms.TabControl tabControl1;
  177. private System.Windows.Forms.TabPage tabPage1;
  178. private System.Windows.Forms.Button AddUser;
  179. private System.Windows.Forms.Panel panel1;
  180. private System.Windows.Forms.RadioButton manager;
  181. private System.Windows.Forms.RadioButton admin;
  182. private System.Windows.Forms.TextBox password;
  183. private System.Windows.Forms.TextBox login;
  184. private System.Windows.Forms.TabPage tabPage2;
  185. private System.Windows.Forms.Button Delete;
  186. private System.Windows.Forms.TextBox LoginDel;
  187. }
  188. }