Form1.Designer.cs 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. 
  2. namespace KazarinDE
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Обязательная переменная конструктора.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Освободить все используемые ресурсы.
  12. /// </summary>
  13. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  23. /// <summary>
  24. /// Требуемый метод для поддержки конструктора — не изменяйте
  25. /// содержимое этого метода с помощью редактора кода.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.checkBox1 = new System.Windows.Forms.CheckBox();
  30. this.textBox2 = new System.Windows.Forms.TextBox();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.button1 = new System.Windows.Forms.Button();
  36. this.SuspendLayout();
  37. //
  38. // checkBox1
  39. //
  40. this.checkBox1.AutoSize = true;
  41. this.checkBox1.Cursor = System.Windows.Forms.Cursors.Hand;
  42. this.checkBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  43. this.checkBox1.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  44. this.checkBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  45. this.checkBox1.Location = new System.Drawing.Point(108, 177);
  46. this.checkBox1.Name = "checkBox1";
  47. this.checkBox1.Size = new System.Drawing.Size(173, 22);
  48. this.checkBox1.TabIndex = 79;
  49. this.checkBox1.Text = "Показать пароль";
  50. this.checkBox1.UseVisualStyleBackColor = true;
  51. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  52. //
  53. // textBox2
  54. //
  55. this.textBox2.BackColor = System.Drawing.Color.SkyBlue;
  56. this.textBox2.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  57. this.textBox2.Location = new System.Drawing.Point(138, 133);
  58. this.textBox2.Name = "textBox2";
  59. this.textBox2.PasswordChar = '●';
  60. this.textBox2.Size = new System.Drawing.Size(218, 26);
  61. this.textBox2.TabIndex = 78;
  62. this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
  63. //
  64. // textBox1
  65. //
  66. this.textBox1.BackColor = System.Drawing.Color.SkyBlue;
  67. this.textBox1.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  68. this.textBox1.Location = new System.Drawing.Point(138, 101);
  69. this.textBox1.Name = "textBox1";
  70. this.textBox1.Size = new System.Drawing.Size(218, 26);
  71. this.textBox1.TabIndex = 77;
  72. this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  73. //
  74. // label3
  75. //
  76. this.label3.AutoSize = true;
  77. this.label3.Font = new System.Drawing.Font("Georgia", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  78. this.label3.Location = new System.Drawing.Point(12, 9);
  79. this.label3.Name = "label3";
  80. this.label3.Size = new System.Drawing.Size(329, 50);
  81. this.label3.TabIndex = 75;
  82. this.label3.Text = "Авторизация \r\nКомпания \"Цифровой мир\"";
  83. //
  84. // label2
  85. //
  86. this.label2.AutoSize = true;
  87. this.label2.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  88. this.label2.Location = new System.Drawing.Point(53, 136);
  89. this.label2.Name = "label2";
  90. this.label2.Size = new System.Drawing.Size(79, 18);
  91. this.label2.TabIndex = 74;
  92. this.label2.Text = "Пароль:";
  93. this.label2.Click += new System.EventHandler(this.label2_Click);
  94. //
  95. // label1
  96. //
  97. this.label1.AutoSize = true;
  98. this.label1.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  99. this.label1.Location = new System.Drawing.Point(63, 104);
  100. this.label1.Name = "label1";
  101. this.label1.Size = new System.Drawing.Size(68, 18);
  102. this.label1.TabIndex = 73;
  103. this.label1.Text = "Логин:";
  104. this.label1.Click += new System.EventHandler(this.label1_Click);
  105. //
  106. // button1
  107. //
  108. this.button1.BackColor = System.Drawing.Color.SkyBlue;
  109. this.button1.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  110. this.button1.Location = new System.Drawing.Point(88, 259);
  111. this.button1.Name = "button1";
  112. this.button1.Size = new System.Drawing.Size(213, 32);
  113. this.button1.TabIndex = 72;
  114. this.button1.Text = "Вход";
  115. this.button1.UseVisualStyleBackColor = false;
  116. this.button1.Click += new System.EventHandler(this.button1_Click);
  117. //
  118. // Form1
  119. //
  120. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  121. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  122. this.ClientSize = new System.Drawing.Size(415, 314);
  123. this.Controls.Add(this.checkBox1);
  124. this.Controls.Add(this.textBox2);
  125. this.Controls.Add(this.textBox1);
  126. this.Controls.Add(this.label3);
  127. this.Controls.Add(this.label2);
  128. this.Controls.Add(this.label1);
  129. this.Controls.Add(this.button1);
  130. this.Name = "Form1";
  131. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  132. this.Text = "Авторизация";
  133. this.ResumeLayout(false);
  134. this.PerformLayout();
  135. }
  136. #endregion
  137. private System.Windows.Forms.CheckBox checkBox1;
  138. private System.Windows.Forms.TextBox textBox2;
  139. private System.Windows.Forms.TextBox textBox1;
  140. private System.Windows.Forms.Label label3;
  141. private System.Windows.Forms.Label label2;
  142. private System.Windows.Forms.Label label1;
  143. private System.Windows.Forms.Button button1;
  144. }
  145. }