AddUser.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. 
  2. namespace ARM_spec_otdelenia
  3. {
  4. partial class AddUser
  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. this.label1 = new System.Windows.Forms.Label();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.saveBtn = new System.Windows.Forms.Button();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.pasText = new System.Windows.Forms.TextBox();
  35. this.logText = new System.Windows.Forms.TextBox();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.mailText = new System.Windows.Forms.TextBox();
  38. this.backBtn = new System.Windows.Forms.Button();
  39. this.panel1.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // label1
  43. //
  44. this.label1.AutoSize = true;
  45. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  46. this.label1.ForeColor = System.Drawing.Color.White;
  47. this.label1.Location = new System.Drawing.Point(1, 27);
  48. this.label1.Name = "label1";
  49. this.label1.Size = new System.Drawing.Size(386, 45);
  50. this.label1.TabIndex = 0;
  51. this.label1.Text = "Добавить пользователя";
  52. //
  53. // panel1
  54. //
  55. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(110)))));
  56. this.panel1.Controls.Add(this.label1);
  57. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  58. this.panel1.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  59. this.panel1.Location = new System.Drawing.Point(0, 0);
  60. this.panel1.Name = "panel1";
  61. this.panel1.Size = new System.Drawing.Size(384, 95);
  62. this.panel1.TabIndex = 2;
  63. //
  64. // saveBtn
  65. //
  66. this.saveBtn.BackColor = System.Drawing.Color.White;
  67. this.saveBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  68. this.saveBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  69. this.saveBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  70. this.saveBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  71. this.saveBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  72. this.saveBtn.ForeColor = System.Drawing.Color.Black;
  73. this.saveBtn.Location = new System.Drawing.Point(19, 264);
  74. this.saveBtn.Name = "saveBtn";
  75. this.saveBtn.Size = new System.Drawing.Size(146, 35);
  76. this.saveBtn.TabIndex = 13;
  77. this.saveBtn.Text = "Сохранить";
  78. this.saveBtn.UseVisualStyleBackColor = false;
  79. this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click);
  80. this.saveBtn.MouseLeave += new System.EventHandler(this.saveBtn_MouseLeave);
  81. this.saveBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.saveBtn_MouseMove);
  82. //
  83. // label3
  84. //
  85. this.label3.AutoSize = true;
  86. this.label3.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  87. this.label3.Location = new System.Drawing.Point(12, 206);
  88. this.label3.Name = "label3";
  89. this.label3.Size = new System.Drawing.Size(124, 38);
  90. this.label3.TabIndex = 12;
  91. this.label3.Text = "Пароль:";
  92. //
  93. // label2
  94. //
  95. this.label2.AutoSize = true;
  96. this.label2.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  97. this.label2.Location = new System.Drawing.Point(11, 104);
  98. this.label2.Name = "label2";
  99. this.label2.Size = new System.Drawing.Size(106, 38);
  100. this.label2.TabIndex = 11;
  101. this.label2.Text = "Логин:";
  102. //
  103. // pasText
  104. //
  105. this.pasText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  106. this.pasText.Location = new System.Drawing.Point(142, 203);
  107. this.pasText.Name = "pasText";
  108. this.pasText.Size = new System.Drawing.Size(230, 45);
  109. this.pasText.TabIndex = 10;
  110. //
  111. // logText
  112. //
  113. this.logText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  114. this.logText.Location = new System.Drawing.Point(142, 101);
  115. this.logText.Name = "logText";
  116. this.logText.Size = new System.Drawing.Size(230, 45);
  117. this.logText.TabIndex = 9;
  118. //
  119. // label4
  120. //
  121. this.label4.AutoSize = true;
  122. this.label4.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  123. this.label4.Location = new System.Drawing.Point(11, 155);
  124. this.label4.Name = "label4";
  125. this.label4.Size = new System.Drawing.Size(107, 38);
  126. this.label4.TabIndex = 15;
  127. this.label4.Text = "Почта:";
  128. //
  129. // mailText
  130. //
  131. this.mailText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  132. this.mailText.Location = new System.Drawing.Point(142, 152);
  133. this.mailText.Name = "mailText";
  134. this.mailText.Size = new System.Drawing.Size(230, 45);
  135. this.mailText.TabIndex = 14;
  136. //
  137. // backBtn
  138. //
  139. this.backBtn.BackColor = System.Drawing.Color.White;
  140. this.backBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  141. this.backBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  142. this.backBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  143. this.backBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  144. this.backBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  145. this.backBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  146. this.backBtn.ForeColor = System.Drawing.Color.Black;
  147. this.backBtn.Location = new System.Drawing.Point(226, 264);
  148. this.backBtn.Name = "backBtn";
  149. this.backBtn.Size = new System.Drawing.Size(146, 35);
  150. this.backBtn.TabIndex = 16;
  151. this.backBtn.Text = "Отмена";
  152. this.backBtn.UseVisualStyleBackColor = false;
  153. this.backBtn.MouseLeave += new System.EventHandler(this.backBtn_MouseLeave);
  154. this.backBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.backBtn_MouseMove);
  155. //
  156. // AddUser
  157. //
  158. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  159. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  160. this.BackColor = System.Drawing.Color.White;
  161. this.ClientSize = new System.Drawing.Size(384, 311);
  162. this.Controls.Add(this.backBtn);
  163. this.Controls.Add(this.label4);
  164. this.Controls.Add(this.mailText);
  165. this.Controls.Add(this.saveBtn);
  166. this.Controls.Add(this.label3);
  167. this.Controls.Add(this.label2);
  168. this.Controls.Add(this.pasText);
  169. this.Controls.Add(this.logText);
  170. this.Controls.Add(this.panel1);
  171. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  172. this.MaximizeBox = false;
  173. this.MinimizeBox = false;
  174. this.Name = "AddUser";
  175. this.ShowIcon = false;
  176. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  177. this.Text = "Форма добавления пользователя";
  178. this.panel1.ResumeLayout(false);
  179. this.panel1.PerformLayout();
  180. this.ResumeLayout(false);
  181. this.PerformLayout();
  182. }
  183. #endregion
  184. private System.Windows.Forms.Label label1;
  185. private System.Windows.Forms.Panel panel1;
  186. private System.Windows.Forms.Button saveBtn;
  187. private System.Windows.Forms.Label label3;
  188. private System.Windows.Forms.Label label2;
  189. private System.Windows.Forms.Label label4;
  190. private System.Windows.Forms.Button backBtn;
  191. public System.Windows.Forms.TextBox pasText;
  192. public System.Windows.Forms.TextBox logText;
  193. public System.Windows.Forms.TextBox mailText;
  194. }
  195. }