Form3.Designer.cs 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. namespace WindowsFormsApp3
  2. {
  3. partial class Form3
  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. this.button1 = new System.Windows.Forms.Button();
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.textBox1 = new System.Windows.Forms.TextBox();
  34. this.textBox2 = new System.Windows.Forms.TextBox();
  35. this.button4 = new System.Windows.Forms.Button();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // button1
  40. //
  41. this.button1.Location = new System.Drawing.Point(338, 200);
  42. this.button1.Name = "button1";
  43. this.button1.Size = new System.Drawing.Size(166, 23);
  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. // pictureBox1
  50. //
  51. this.pictureBox1.Image = global::WindowsFormsApp3.Properties.Resources.ЛОГО2;
  52. this.pictureBox1.Location = new System.Drawing.Point(338, 119);
  53. this.pictureBox1.Name = "pictureBox1";
  54. this.pictureBox1.Size = new System.Drawing.Size(166, 50);
  55. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  56. this.pictureBox1.TabIndex = 1;
  57. this.pictureBox1.TabStop = false;
  58. //
  59. // button2
  60. //
  61. this.button2.Location = new System.Drawing.Point(208, 304);
  62. this.button2.Name = "button2";
  63. this.button2.Size = new System.Drawing.Size(75, 23);
  64. this.button2.TabIndex = 3;
  65. this.button2.Text = "логин";
  66. this.button2.UseVisualStyleBackColor = true;
  67. this.button2.Click += new System.EventHandler(this.button2_Click);
  68. //
  69. // button3
  70. //
  71. this.button3.Location = new System.Drawing.Point(505, 306);
  72. this.button3.Name = "button3";
  73. this.button3.Size = new System.Drawing.Size(75, 23);
  74. this.button3.TabIndex = 4;
  75. this.button3.Text = "пароль";
  76. this.button3.UseVisualStyleBackColor = true;
  77. //
  78. // label1
  79. //
  80. this.label1.AutoSize = true;
  81. this.label1.Location = new System.Drawing.Point(289, 304);
  82. this.label1.Name = "label1";
  83. this.label1.Size = new System.Drawing.Size(0, 13);
  84. this.label1.TabIndex = 5;
  85. //
  86. // textBox1
  87. //
  88. this.textBox1.Location = new System.Drawing.Point(296, 306);
  89. this.textBox1.Name = "textBox1";
  90. this.textBox1.Size = new System.Drawing.Size(100, 20);
  91. this.textBox1.TabIndex = 6;
  92. //
  93. // textBox2
  94. //
  95. this.textBox2.Location = new System.Drawing.Point(626, 309);
  96. this.textBox2.Name = "textBox2";
  97. this.textBox2.Size = new System.Drawing.Size(100, 20);
  98. this.textBox2.TabIndex = 7;
  99. //
  100. // button4
  101. //
  102. this.button4.Location = new System.Drawing.Point(416, 393);
  103. this.button4.Name = "button4";
  104. this.button4.Size = new System.Drawing.Size(75, 23);
  105. this.button4.TabIndex = 8;
  106. this.button4.Text = "вход";
  107. this.button4.UseVisualStyleBackColor = true;
  108. this.button4.Click += new System.EventHandler(this.button4_Click);
  109. //
  110. // Form3
  111. //
  112. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  113. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  114. this.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
  115. this.ClientSize = new System.Drawing.Size(800, 450);
  116. this.Controls.Add(this.button4);
  117. this.Controls.Add(this.textBox2);
  118. this.Controls.Add(this.textBox1);
  119. this.Controls.Add(this.label1);
  120. this.Controls.Add(this.button3);
  121. this.Controls.Add(this.button2);
  122. this.Controls.Add(this.pictureBox1);
  123. this.Controls.Add(this.button1);
  124. this.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  125. this.Name = "Form3";
  126. this.Text = "Form3";
  127. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  128. this.ResumeLayout(false);
  129. this.PerformLayout();
  130. }
  131. #endregion
  132. private System.Windows.Forms.Button button1;
  133. private System.Windows.Forms.PictureBox pictureBox1;
  134. private System.Windows.Forms.Button button2;
  135. private System.Windows.Forms.Button button3;
  136. private System.Windows.Forms.Label label1;
  137. private System.Windows.Forms.TextBox textBox1;
  138. private System.Windows.Forms.TextBox textBox2;
  139. private System.Windows.Forms.Button button4;
  140. }
  141. }