.Designer.cs 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. 
  2. namespace Servise
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  30. this.Avtorization = new System.Windows.Forms.Button();
  31. this.Login = new System.Windows.Forms.TextBox();
  32. this.Password = new System.Windows.Forms.TextBox();
  33. this.SuspendLayout();
  34. //
  35. // Avtorization
  36. //
  37. this.Avtorization.BackColor = System.Drawing.Color.Black;
  38. this.Avtorization.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  39. this.Avtorization.Cursor = System.Windows.Forms.Cursors.No;
  40. this.Avtorization.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  41. this.Avtorization.Font = new System.Drawing.Font("Showcard Gothic", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  42. this.Avtorization.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  43. this.Avtorization.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
  44. this.Avtorization.Location = new System.Drawing.Point(110, 498);
  45. this.Avtorization.Margin = new System.Windows.Forms.Padding(0);
  46. this.Avtorization.Name = "Avtorization";
  47. this.Avtorization.Size = new System.Drawing.Size(99, 54);
  48. this.Avtorization.TabIndex = 0;
  49. this.Avtorization.Text = " ВХОД";
  50. this.Avtorization.UseVisualStyleBackColor = false;
  51. this.Avtorization.Click += new System.EventHandler(this.Avtorization_Click);
  52. //
  53. // Login
  54. //
  55. this.Login.Location = new System.Drawing.Point(58, 444);
  56. this.Login.Margin = new System.Windows.Forms.Padding(2);
  57. this.Login.Name = "Login";
  58. this.Login.Size = new System.Drawing.Size(210, 20);
  59. this.Login.TabIndex = 1;
  60. this.Login.TextChanged += new System.EventHandler(this.Login_TextChanged);
  61. //
  62. // Password
  63. //
  64. this.Password.Location = new System.Drawing.Point(58, 356);
  65. this.Password.Margin = new System.Windows.Forms.Padding(2);
  66. this.Password.Name = "Password";
  67. this.Password.PasswordChar = '*';
  68. this.Password.Size = new System.Drawing.Size(210, 20);
  69. this.Password.TabIndex = 2;
  70. //
  71. // Form1
  72. //
  73. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  74. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  75. this.BackgroundImage = global::Servise.Properties.Resources.auto_2;
  76. this.ClientSize = new System.Drawing.Size(430, 561);
  77. this.Controls.Add(this.Password);
  78. this.Controls.Add(this.Login);
  79. this.Controls.Add(this.Avtorization);
  80. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  81. this.Margin = new System.Windows.Forms.Padding(2);
  82. this.MaximumSize = new System.Drawing.Size(446, 600);
  83. this.MinimumSize = new System.Drawing.Size(446, 600);
  84. this.Name = "Form1";
  85. this.Text = "Авторизация";
  86. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FomClose);
  87. this.Load += new System.EventHandler(this.Form1_Load);
  88. this.ResumeLayout(false);
  89. this.PerformLayout();
  90. }
  91. #endregion
  92. private System.Windows.Forms.Button Avtorization;
  93. private System.Windows.Forms.TextBox Login;
  94. private System.Windows.Forms.TextBox Password;
  95. }
  96. }