Авторизация.Designer.cs 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. namespace ЭлектронныйЖурнал
  2. {
  3. partial class Авторизация
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Авторизация));
  29. this.Enter = new System.Windows.Forms.Button();
  30. this.LoginBox = new System.Windows.Forms.TextBox();
  31. this.PassBox = new System.Windows.Forms.TextBox();
  32. this.Loglabel = new System.Windows.Forms.Label();
  33. this.Passlabel = new System.Windows.Forms.Label();
  34. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  35. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  36. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  37. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // Enter
  43. //
  44. this.Enter.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  45. this.Enter.Location = new System.Drawing.Point(102, 285);
  46. this.Enter.Name = "Enter";
  47. this.Enter.Size = new System.Drawing.Size(99, 32);
  48. this.Enter.TabIndex = 0;
  49. this.Enter.Text = "Войти";
  50. this.Enter.UseVisualStyleBackColor = true;
  51. this.Enter.Click += new System.EventHandler(this.button1_Click);
  52. //
  53. // LoginBox
  54. //
  55. this.LoginBox.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  56. this.LoginBox.Location = new System.Drawing.Point(87, 120);
  57. this.LoginBox.Multiline = true;
  58. this.LoginBox.Name = "LoginBox";
  59. this.LoginBox.Size = new System.Drawing.Size(150, 35);
  60. this.LoginBox.TabIndex = 1;
  61. //
  62. // PassBox
  63. //
  64. this.PassBox.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  65. this.PassBox.Location = new System.Drawing.Point(87, 202);
  66. this.PassBox.Multiline = true;
  67. this.PassBox.Name = "PassBox";
  68. this.PassBox.PasswordChar = '*';
  69. this.PassBox.Size = new System.Drawing.Size(150, 35);
  70. this.PassBox.TabIndex = 2;
  71. //
  72. // Loglabel
  73. //
  74. this.Loglabel.AutoSize = true;
  75. this.Loglabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  76. this.Loglabel.Location = new System.Drawing.Point(12, 158);
  77. this.Loglabel.Name = "Loglabel";
  78. this.Loglabel.Size = new System.Drawing.Size(58, 23);
  79. this.Loglabel.TabIndex = 3;
  80. this.Loglabel.Text = "Логин";
  81. //
  82. // Passlabel
  83. //
  84. this.Passlabel.AutoSize = true;
  85. this.Passlabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  86. this.Passlabel.Location = new System.Drawing.Point(12, 240);
  87. this.Passlabel.Name = "Passlabel";
  88. this.Passlabel.Size = new System.Drawing.Size(69, 23);
  89. this.Passlabel.TabIndex = 4;
  90. this.Passlabel.Text = "Пароль";
  91. //
  92. // pictureBox1
  93. //
  94. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
  95. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  96. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  97. this.pictureBox1.Name = "pictureBox1";
  98. this.pictureBox1.Size = new System.Drawing.Size(311, 69);
  99. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  100. this.pictureBox1.TabIndex = 5;
  101. this.pictureBox1.TabStop = false;
  102. //
  103. // pictureBox2
  104. //
  105. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  106. this.pictureBox2.Location = new System.Drawing.Point(12, 105);
  107. this.pictureBox2.Name = "pictureBox2";
  108. this.pictureBox2.Size = new System.Drawing.Size(50, 50);
  109. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  110. this.pictureBox2.TabIndex = 6;
  111. this.pictureBox2.TabStop = false;
  112. //
  113. // pictureBox3
  114. //
  115. this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
  116. this.pictureBox3.Location = new System.Drawing.Point(12, 187);
  117. this.pictureBox3.Name = "pictureBox3";
  118. this.pictureBox3.Size = new System.Drawing.Size(50, 50);
  119. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  120. this.pictureBox3.TabIndex = 7;
  121. this.pictureBox3.TabStop = false;
  122. //
  123. // Авторизация
  124. //
  125. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  126. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  127. this.BackColor = System.Drawing.Color.PowderBlue;
  128. this.ClientSize = new System.Drawing.Size(311, 361);
  129. this.Controls.Add(this.pictureBox3);
  130. this.Controls.Add(this.pictureBox2);
  131. this.Controls.Add(this.pictureBox1);
  132. this.Controls.Add(this.Passlabel);
  133. this.Controls.Add(this.Loglabel);
  134. this.Controls.Add(this.PassBox);
  135. this.Controls.Add(this.LoginBox);
  136. this.Controls.Add(this.Enter);
  137. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  138. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  139. this.Name = "Авторизация";
  140. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  141. this.Text = "Авторизация";
  142. this.Load += new System.EventHandler(this.Авторизация_Load);
  143. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  144. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  145. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  146. this.ResumeLayout(false);
  147. this.PerformLayout();
  148. }
  149. #endregion
  150. private System.Windows.Forms.Button Enter;
  151. private System.Windows.Forms.TextBox LoginBox;
  152. private System.Windows.Forms.TextBox PassBox;
  153. private System.Windows.Forms.Label Loglabel;
  154. private System.Windows.Forms.Label Passlabel;
  155. private System.Windows.Forms.PictureBox pictureBox1;
  156. private System.Windows.Forms.PictureBox pictureBox2;
  157. private System.Windows.Forms.PictureBox pictureBox3;
  158. }
  159. }