Form1.Designer.cs 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. 
  2. namespace OsadchiStr
  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.panel1 = new System.Windows.Forms.Panel();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.passField = new System.Windows.Forms.TextBox();
  33. this.LoginField = new System.Windows.Forms.TextBox();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.panel2 = new System.Windows.Forms.Panel();
  37. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.panel1.SuspendLayout();
  40. this.panel2.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // panel1
  45. //
  46. this.panel1.BackColor = System.Drawing.SystemColors.Control;
  47. this.panel1.Controls.Add(this.button1);
  48. this.panel1.Controls.Add(this.passField);
  49. this.panel1.Controls.Add(this.LoginField);
  50. this.panel1.Controls.Add(this.label3);
  51. this.panel1.Controls.Add(this.label2);
  52. this.panel1.Controls.Add(this.panel2);
  53. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  54. this.panel1.ForeColor = System.Drawing.SystemColors.Control;
  55. this.panel1.Location = new System.Drawing.Point(0, 0);
  56. this.panel1.Name = "panel1";
  57. this.panel1.Size = new System.Drawing.Size(800, 505);
  58. this.panel1.TabIndex = 0;
  59. //
  60. // button1
  61. //
  62. this.button1.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  63. this.button1.ForeColor = System.Drawing.SystemColors.ControlText;
  64. this.button1.Location = new System.Drawing.Point(334, 384);
  65. this.button1.Name = "button1";
  66. this.button1.Size = new System.Drawing.Size(139, 55);
  67. this.button1.TabIndex = 5;
  68. this.button1.Text = "Войти";
  69. this.button1.UseVisualStyleBackColor = true;
  70. this.button1.Click += new System.EventHandler(this.button1_Click);
  71. //
  72. // passField
  73. //
  74. this.passField.Location = new System.Drawing.Point(307, 269);
  75. this.passField.Multiline = true;
  76. this.passField.Name = "passField";
  77. this.passField.PasswordChar = '*';
  78. this.passField.Size = new System.Drawing.Size(283, 36);
  79. this.passField.TabIndex = 4;
  80. //
  81. // LoginField
  82. //
  83. this.LoginField.Location = new System.Drawing.Point(307, 190);
  84. this.LoginField.Multiline = true;
  85. this.LoginField.Name = "LoginField";
  86. this.LoginField.Size = new System.Drawing.Size(283, 36);
  87. this.LoginField.TabIndex = 3;
  88. //
  89. // label3
  90. //
  91. this.label3.AutoSize = true;
  92. this.label3.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  93. this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
  94. this.label3.Location = new System.Drawing.Point(185, 269);
  95. this.label3.Name = "label3";
  96. this.label3.Size = new System.Drawing.Size(116, 38);
  97. this.label3.TabIndex = 2;
  98. this.label3.Text = "Пароль";
  99. //
  100. // label2
  101. //
  102. this.label2.AutoSize = true;
  103. this.label2.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  104. this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
  105. this.label2.Location = new System.Drawing.Point(203, 190);
  106. this.label2.Name = "label2";
  107. this.label2.Size = new System.Drawing.Size(98, 38);
  108. this.label2.TabIndex = 1;
  109. this.label2.Text = "Логин";
  110. //
  111. // panel2
  112. //
  113. this.panel2.BackColor = System.Drawing.Color.ForestGreen;
  114. this.panel2.Controls.Add(this.pictureBox1);
  115. this.panel2.Controls.Add(this.label1);
  116. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  117. this.panel2.Location = new System.Drawing.Point(0, 0);
  118. this.panel2.Name = "panel2";
  119. this.panel2.Size = new System.Drawing.Size(800, 90);
  120. this.panel2.TabIndex = 0;
  121. //
  122. // pictureBox1
  123. //
  124. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  125. this.pictureBox1.Location = new System.Drawing.Point(12, 12);
  126. this.pictureBox1.Name = "pictureBox1";
  127. this.pictureBox1.Size = new System.Drawing.Size(109, 76);
  128. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  129. this.pictureBox1.TabIndex = 1;
  130. this.pictureBox1.TabStop = false;
  131. //
  132. // label1
  133. //
  134. this.label1.AutoSize = true;
  135. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  136. this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
  137. this.label1.Location = new System.Drawing.Point(299, 23);
  138. this.label1.Name = "label1";
  139. this.label1.Size = new System.Drawing.Size(263, 45);
  140. this.label1.TabIndex = 0;
  141. this.label1.Text = "АВТОРИЗАЦИЯ";
  142. //
  143. // Form1
  144. //
  145. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  146. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  147. this.ClientSize = new System.Drawing.Size(800, 505);
  148. this.Controls.Add(this.panel1);
  149. this.Name = "Form1";
  150. this.Text = "Form1";
  151. this.panel1.ResumeLayout(false);
  152. this.panel1.PerformLayout();
  153. this.panel2.ResumeLayout(false);
  154. this.panel2.PerformLayout();
  155. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  156. this.ResumeLayout(false);
  157. }
  158. #endregion
  159. private System.Windows.Forms.Panel panel1;
  160. private System.Windows.Forms.TextBox passField;
  161. private System.Windows.Forms.TextBox LoginField;
  162. private System.Windows.Forms.Label label3;
  163. private System.Windows.Forms.Label label2;
  164. private System.Windows.Forms.Panel panel2;
  165. private System.Windows.Forms.Label label1;
  166. private System.Windows.Forms.Button button1;
  167. private System.Windows.Forms.PictureBox pictureBox1;
  168. }
  169. }