Form2.Designer.cs 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. namespace IS_hairdresser
  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.label2 = new System.Windows.Forms.Label();
  29. this.label3 = new System.Windows.Forms.Label();
  30. this.password = new System.Windows.Forms.TextBox();
  31. this.login = new System.Windows.Forms.TextBox();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.Авторизация = new System.Windows.Forms.Label();
  34. this.button7 = new System.Windows.Forms.Button();
  35. this.consumables_soldTableAdapter1 = new IS_hairdresser.GushchinaDataSetTableAdapters.Consumables_soldTableAdapter();
  36. this.button1 = new System.Windows.Forms.Button();
  37. this.button2 = new System.Windows.Forms.Button();
  38. this.SuspendLayout();
  39. //
  40. // label2
  41. //
  42. this.label2.AutoSize = true;
  43. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  44. this.label2.Location = new System.Drawing.Point(57, 62);
  45. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  46. this.label2.Name = "label2";
  47. this.label2.Size = new System.Drawing.Size(0, 24);
  48. this.label2.TabIndex = 20;
  49. //
  50. // label3
  51. //
  52. this.label3.AutoSize = true;
  53. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  54. this.label3.Location = new System.Drawing.Point(148, 161);
  55. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  56. this.label3.Name = "label3";
  57. this.label3.Size = new System.Drawing.Size(81, 24);
  58. this.label3.TabIndex = 19;
  59. this.label3.Text = "Пароль:";
  60. //
  61. // password
  62. //
  63. this.password.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  64. this.password.Location = new System.Drawing.Point(241, 161);
  65. this.password.Margin = new System.Windows.Forms.Padding(6);
  66. this.password.Name = "password";
  67. this.password.Size = new System.Drawing.Size(229, 29);
  68. this.password.TabIndex = 18;
  69. this.password.TextChanged += new System.EventHandler(this.password_TextChanged);
  70. //
  71. // login
  72. //
  73. this.login.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  74. this.login.Location = new System.Drawing.Point(241, 120);
  75. this.login.Margin = new System.Windows.Forms.Padding(6);
  76. this.login.Name = "login";
  77. this.login.Size = new System.Drawing.Size(229, 29);
  78. this.login.TabIndex = 17;
  79. //
  80. // label4
  81. //
  82. this.label4.AutoSize = true;
  83. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  84. this.label4.Location = new System.Drawing.Point(47, 120);
  85. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  86. this.label4.Name = "label4";
  87. this.label4.Size = new System.Drawing.Size(182, 24);
  88. this.label4.TabIndex = 16;
  89. this.label4.Text = "Имя пользователя:";
  90. //
  91. // Авторизация
  92. //
  93. this.Авторизация.AutoSize = true;
  94. this.Авторизация.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  95. this.Авторизация.Location = new System.Drawing.Point(159, 21);
  96. this.Авторизация.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  97. this.Авторизация.Name = "Авторизация";
  98. this.Авторизация.Size = new System.Drawing.Size(129, 24);
  99. this.Авторизация.TabIndex = 15;
  100. this.Авторизация.Text = "Авторизация";
  101. //
  102. // button7
  103. //
  104. this.button7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  105. this.button7.Location = new System.Drawing.Point(176, 225);
  106. this.button7.Margin = new System.Windows.Forms.Padding(6);
  107. this.button7.Name = "button7";
  108. this.button7.Size = new System.Drawing.Size(138, 42);
  109. this.button7.TabIndex = 14;
  110. this.button7.Text = "Вход";
  111. this.button7.UseVisualStyleBackColor = true;
  112. this.button7.Click += new System.EventHandler(this.button7_Click);
  113. //
  114. // consumables_soldTableAdapter1
  115. //
  116. this.consumables_soldTableAdapter1.ClearBeforeFill = true;
  117. //
  118. // button1
  119. //
  120. this.button1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  121. this.button1.Location = new System.Drawing.Point(357, 161);
  122. this.button1.Name = "button1";
  123. this.button1.Size = new System.Drawing.Size(113, 29);
  124. this.button1.TabIndex = 21;
  125. this.button1.Text = "Скрыть";
  126. this.button1.UseVisualStyleBackColor = true;
  127. this.button1.Click += new System.EventHandler(this.button1_Click);
  128. //
  129. // button2
  130. //
  131. this.button2.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  132. this.button2.Location = new System.Drawing.Point(357, 161);
  133. this.button2.Name = "button2";
  134. this.button2.Size = new System.Drawing.Size(113, 29);
  135. this.button2.TabIndex = 22;
  136. this.button2.Text = "Показать";
  137. this.button2.UseVisualStyleBackColor = true;
  138. this.button2.Click += new System.EventHandler(this.button2_Click);
  139. //
  140. // Form2
  141. //
  142. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  143. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  144. this.ClientSize = new System.Drawing.Size(494, 315);
  145. this.Controls.Add(this.button2);
  146. this.Controls.Add(this.button1);
  147. this.Controls.Add(this.label2);
  148. this.Controls.Add(this.label3);
  149. this.Controls.Add(this.password);
  150. this.Controls.Add(this.login);
  151. this.Controls.Add(this.label4);
  152. this.Controls.Add(this.Авторизация);
  153. this.Controls.Add(this.button7);
  154. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  155. this.Name = "Form2";
  156. this.ResumeLayout(false);
  157. this.PerformLayout();
  158. }
  159. #endregion
  160. private System.Windows.Forms.Label label2;
  161. private System.Windows.Forms.Label label3;
  162. private System.Windows.Forms.TextBox password;
  163. private System.Windows.Forms.TextBox login;
  164. private System.Windows.Forms.Label label4;
  165. private System.Windows.Forms.Label Авторизация;
  166. private System.Windows.Forms.Button button7;
  167. private GushchinaDataSetTableAdapters.Consumables_soldTableAdapter consumables_soldTableAdapter1;
  168. private System.Windows.Forms.Button button1;
  169. private System.Windows.Forms.Button button2;
  170. }
  171. }