Autorization.Designer.cs 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. 
  2. namespace oootorg
  3. {
  4. partial class Autorization
  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.button1 = new System.Windows.Forms.Button();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.textBox2 = new System.Windows.Forms.TextBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.textBox3 = new System.Windows.Forms.TextBox();
  36. this.SuspendLayout();
  37. //
  38. // button1
  39. //
  40. this.button1.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  41. this.button1.Location = new System.Drawing.Point(298, 308);
  42. this.button1.Name = "button1";
  43. this.button1.Size = new System.Drawing.Size(164, 59);
  44. this.button1.TabIndex = 0;
  45. this.button1.Text = "Вход";
  46. this.button1.UseVisualStyleBackColor = true;
  47. this.button1.Click += new System.EventHandler(this.button1_Click);
  48. //
  49. // textBox1
  50. //
  51. this.textBox1.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  52. this.textBox1.Location = new System.Drawing.Point(298, 163);
  53. this.textBox1.Name = "textBox1";
  54. this.textBox1.Size = new System.Drawing.Size(164, 34);
  55. this.textBox1.TabIndex = 1;
  56. //
  57. // textBox2
  58. //
  59. this.textBox2.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  60. this.textBox2.Location = new System.Drawing.Point(298, 214);
  61. this.textBox2.Name = "textBox2";
  62. this.textBox2.Size = new System.Drawing.Size(164, 34);
  63. this.textBox2.TabIndex = 2;
  64. //
  65. // label1
  66. //
  67. this.label1.AutoSize = true;
  68. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  69. this.label1.Location = new System.Drawing.Point(198, 163);
  70. this.label1.Name = "label1";
  71. this.label1.Size = new System.Drawing.Size(56, 26);
  72. this.label1.TabIndex = 3;
  73. this.label1.Text = "Login";
  74. //
  75. // label2
  76. //
  77. this.label2.AutoSize = true;
  78. this.label2.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  79. this.label2.Location = new System.Drawing.Point(198, 214);
  80. this.label2.Name = "label2";
  81. this.label2.Size = new System.Drawing.Size(94, 26);
  82. this.label2.TabIndex = 4;
  83. this.label2.Text = "Password";
  84. //
  85. // label3
  86. //
  87. this.label3.AutoSize = true;
  88. this.label3.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  89. this.label3.Location = new System.Drawing.Point(272, 109);
  90. this.label3.Name = "label3";
  91. this.label3.Size = new System.Drawing.Size(235, 26);
  92. this.label3.TabIndex = 5;
  93. this.label3.Text = "Введите логин и пароль";
  94. //
  95. // textBox3
  96. //
  97. this.textBox3.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  98. this.textBox3.Location = new System.Drawing.Point(624, 404);
  99. this.textBox3.Name = "textBox3";
  100. this.textBox3.Size = new System.Drawing.Size(164, 34);
  101. this.textBox3.TabIndex = 6;
  102. //
  103. // Autorization
  104. //
  105. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  106. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  107. this.ClientSize = new System.Drawing.Size(800, 450);
  108. this.Controls.Add(this.textBox3);
  109. this.Controls.Add(this.label3);
  110. this.Controls.Add(this.label2);
  111. this.Controls.Add(this.label1);
  112. this.Controls.Add(this.textBox2);
  113. this.Controls.Add(this.textBox1);
  114. this.Controls.Add(this.button1);
  115. this.Name = "Autorization";
  116. this.Text = "OOO \"TORG\" IS Autorization";
  117. this.ResumeLayout(false);
  118. this.PerformLayout();
  119. }
  120. #endregion
  121. private System.Windows.Forms.Button button1;
  122. private System.Windows.Forms.TextBox textBox1;
  123. private System.Windows.Forms.TextBox textBox2;
  124. private System.Windows.Forms.Label label1;
  125. private System.Windows.Forms.Label label2;
  126. private System.Windows.Forms.Label label3;
  127. private System.Windows.Forms.TextBox textBox3;
  128. }
  129. }