Form2.Designer.cs 7.9 KB

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