Form1.Designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. 
  2. namespace bobrov2demo
  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. this.textBox2 = new System.Windows.Forms.TextBox();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  35. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // textBox2
  39. //
  40. this.textBox2.Location = new System.Drawing.Point(360, 330);
  41. this.textBox2.Name = "textBox2";
  42. this.textBox2.Size = new System.Drawing.Size(100, 20);
  43. this.textBox2.TabIndex = 10;
  44. //
  45. // textBox1
  46. //
  47. this.textBox1.Location = new System.Drawing.Point(360, 281);
  48. this.textBox1.Name = "textBox1";
  49. this.textBox1.Size = new System.Drawing.Size(100, 20);
  50. this.textBox1.TabIndex = 9;
  51. //
  52. // label2
  53. //
  54. this.label2.AutoSize = true;
  55. this.label2.Location = new System.Drawing.Point(281, 330);
  56. this.label2.Name = "label2";
  57. this.label2.Size = new System.Drawing.Size(43, 13);
  58. this.label2.TabIndex = 8;
  59. this.label2.Text = "пароль";
  60. //
  61. // label1
  62. //
  63. this.label1.AutoSize = true;
  64. this.label1.Location = new System.Drawing.Point(288, 281);
  65. this.label1.Name = "label1";
  66. this.label1.Size = new System.Drawing.Size(36, 13);
  67. this.label1.TabIndex = 7;
  68. this.label1.Text = "логин";
  69. //
  70. // button1
  71. //
  72. this.button1.Location = new System.Drawing.Point(360, 400);
  73. this.button1.Name = "button1";
  74. this.button1.Size = new System.Drawing.Size(75, 23);
  75. this.button1.TabIndex = 6;
  76. this.button1.Text = "вход";
  77. this.button1.UseVisualStyleBackColor = true;
  78. this.button1.Click += new System.EventHandler(this.button1_Click);
  79. //
  80. // pictureBox1
  81. //
  82. this.pictureBox1.Image = global::bobrov2demo.Properties.Resources.r4e34343434343434343434443433434;
  83. this.pictureBox1.Location = new System.Drawing.Point(248, 28);
  84. this.pictureBox1.Name = "pictureBox1";
  85. this.pictureBox1.Size = new System.Drawing.Size(305, 228);
  86. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  87. this.pictureBox1.TabIndex = 11;
  88. this.pictureBox1.TabStop = false;
  89. //
  90. // Form1
  91. //
  92. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  93. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  94. this.BackColor = System.Drawing.SystemColors.ActiveCaption;
  95. this.ClientSize = new System.Drawing.Size(800, 450);
  96. this.Controls.Add(this.pictureBox1);
  97. this.Controls.Add(this.textBox2);
  98. this.Controls.Add(this.textBox1);
  99. this.Controls.Add(this.label2);
  100. this.Controls.Add(this.label1);
  101. this.Controls.Add(this.button1);
  102. this.Name = "Form1";
  103. this.Text = "Form1";
  104. this.Load += new System.EventHandler(this.Form1_Load);
  105. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  106. this.ResumeLayout(false);
  107. this.PerformLayout();
  108. }
  109. #endregion
  110. private System.Windows.Forms.PictureBox pictureBox1;
  111. private System.Windows.Forms.TextBox textBox2;
  112. private System.Windows.Forms.TextBox textBox1;
  113. private System.Windows.Forms.Label label2;
  114. private System.Windows.Forms.Label label1;
  115. private System.Windows.Forms.Button button1;
  116. }
  117. }