Avtorization.Designer.cs 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. namespace Digital_World_08
  2. {
  3. partial class Avtorization
  4. {
  5. /// <summary>
  6. /// Обязательная переменная конструктора.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Освободить все используемые ресурсы.
  11. /// </summary>
  12. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  22. /// <summary>
  23. /// Требуемый метод для поддержки конструктора — не изменяйте
  24. /// содержимое этого метода с помощью редактора кода.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.LoginBox = new System.Windows.Forms.TextBox();
  29. this.PasswordBox = new System.Windows.Forms.TextBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.SuspendLayout();
  35. //
  36. // LoginBox
  37. //
  38. this.LoginBox.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  39. this.LoginBox.Location = new System.Drawing.Point(132, 132);
  40. this.LoginBox.Name = "LoginBox";
  41. this.LoginBox.Size = new System.Drawing.Size(169, 29);
  42. this.LoginBox.TabIndex = 0;
  43. //
  44. // PasswordBox
  45. //
  46. this.PasswordBox.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  47. this.PasswordBox.Location = new System.Drawing.Point(132, 205);
  48. this.PasswordBox.Name = "PasswordBox";
  49. this.PasswordBox.PasswordChar = '*';
  50. this.PasswordBox.Size = new System.Drawing.Size(169, 29);
  51. this.PasswordBox.TabIndex = 1;
  52. //
  53. // label1
  54. //
  55. this.label1.AutoSize = true;
  56. this.label1.Font = new System.Drawing.Font("Times New Roman", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  57. this.label1.Location = new System.Drawing.Point(126, 27);
  58. this.label1.Name = "label1";
  59. this.label1.Size = new System.Drawing.Size(190, 36);
  60. this.label1.TabIndex = 2;
  61. this.label1.Text = "Авторизация";
  62. //
  63. // label2
  64. //
  65. this.label2.AutoSize = true;
  66. this.label2.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  67. this.label2.Location = new System.Drawing.Point(92, 99);
  68. this.label2.Name = "label2";
  69. this.label2.Size = new System.Drawing.Size(61, 21);
  70. this.label2.TabIndex = 3;
  71. this.label2.Text = "Логин";
  72. //
  73. // label3
  74. //
  75. this.label3.AutoSize = true;
  76. this.label3.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  77. this.label3.Location = new System.Drawing.Point(92, 177);
  78. this.label3.Name = "label3";
  79. this.label3.Size = new System.Drawing.Size(69, 21);
  80. this.label3.TabIndex = 4;
  81. this.label3.Text = "Пароль";
  82. //
  83. // button1
  84. //
  85. this.button1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  86. this.button1.Location = new System.Drawing.Point(120, 257);
  87. this.button1.Name = "button1";
  88. this.button1.Size = new System.Drawing.Size(181, 36);
  89. this.button1.TabIndex = 5;
  90. this.button1.Text = "Авторизоваться";
  91. this.button1.UseVisualStyleBackColor = true;
  92. this.button1.Click += new System.EventHandler(this.button1_Click);
  93. //
  94. // Avtorization
  95. //
  96. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  97. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  98. this.BackColor = System.Drawing.Color.White;
  99. this.ClientSize = new System.Drawing.Size(436, 450);
  100. this.Controls.Add(this.button1);
  101. this.Controls.Add(this.label3);
  102. this.Controls.Add(this.label2);
  103. this.Controls.Add(this.label1);
  104. this.Controls.Add(this.PasswordBox);
  105. this.Controls.Add(this.LoginBox);
  106. this.Name = "Avtorization";
  107. this.Text = "Form1";
  108. this.ResumeLayout(false);
  109. this.PerformLayout();
  110. }
  111. #endregion
  112. private System.Windows.Forms.TextBox LoginBox;
  113. private System.Windows.Forms.TextBox PasswordBox;
  114. private System.Windows.Forms.Label label1;
  115. private System.Windows.Forms.Label label2;
  116. private System.Windows.Forms.Label label3;
  117. private System.Windows.Forms.Button button1;
  118. }
  119. }