Registr.Designer.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. namespace project
  2. {
  3. partial class Registr
  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(Registr));
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.polelogin = new System.Windows.Forms.TextBox();
  31. this.polepassword = new System.Windows.Forms.TextBox();
  32. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  33. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  34. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  35. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  36. this.groupBox1 = new System.Windows.Forms.GroupBox();
  37. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // button1
  44. //
  45. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(125)))));
  46. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  47. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  48. this.button1.ForeColor = System.Drawing.SystemColors.Window;
  49. this.button1.Location = new System.Drawing.Point(110, 155);
  50. this.button1.Name = "button1";
  51. this.button1.Size = new System.Drawing.Size(220, 35);
  52. this.button1.TabIndex = 1;
  53. this.button1.Text = "Зарегистрироваться";
  54. this.button1.UseVisualStyleBackColor = false;
  55. this.button1.Click += new System.EventHandler(this.button1_Click);
  56. //
  57. // polelogin
  58. //
  59. this.polelogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  60. this.polelogin.Location = new System.Drawing.Point(162, 40);
  61. this.polelogin.MaxLength = 15;
  62. this.polelogin.Name = "polelogin";
  63. this.polelogin.Size = new System.Drawing.Size(160, 29);
  64. this.polelogin.TabIndex = 5;
  65. //
  66. // polepassword
  67. //
  68. this.polepassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  69. this.polepassword.Location = new System.Drawing.Point(162, 92);
  70. this.polepassword.MaxLength = 20;
  71. this.polepassword.Name = "polepassword";
  72. this.polepassword.Size = new System.Drawing.Size(160, 29);
  73. this.polepassword.TabIndex = 6;
  74. //
  75. // pictureBox3
  76. //
  77. this.pictureBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(125)))));
  78. this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
  79. this.pictureBox3.Location = new System.Drawing.Point(103, 89);
  80. this.pictureBox3.Name = "pictureBox3";
  81. this.pictureBox3.Size = new System.Drawing.Size(38, 35);
  82. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  83. this.pictureBox3.TabIndex = 10;
  84. this.pictureBox3.TabStop = false;
  85. //
  86. // pictureBox4
  87. //
  88. this.pictureBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(125)))));
  89. this.pictureBox4.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox4.ErrorImage")));
  90. this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
  91. this.pictureBox4.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox4.InitialImage")));
  92. this.pictureBox4.Location = new System.Drawing.Point(103, 37);
  93. this.pictureBox4.Name = "pictureBox4";
  94. this.pictureBox4.Size = new System.Drawing.Size(38, 35);
  95. this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  96. this.pictureBox4.TabIndex = 9;
  97. this.pictureBox4.TabStop = false;
  98. //
  99. // pictureBox1
  100. //
  101. this.pictureBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(125)))));
  102. this.pictureBox1.Location = new System.Drawing.Point(159, 37);
  103. this.pictureBox1.Name = "pictureBox1";
  104. this.pictureBox1.Size = new System.Drawing.Size(166, 35);
  105. this.pictureBox1.TabIndex = 11;
  106. this.pictureBox1.TabStop = false;
  107. //
  108. // pictureBox2
  109. //
  110. this.pictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(125)))));
  111. this.pictureBox2.Location = new System.Drawing.Point(159, 89);
  112. this.pictureBox2.Name = "pictureBox2";
  113. this.pictureBox2.Size = new System.Drawing.Size(166, 35);
  114. this.pictureBox2.TabIndex = 12;
  115. this.pictureBox2.TabStop = false;
  116. //
  117. // groupBox1
  118. //
  119. this.groupBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  120. this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  121. this.groupBox1.Location = new System.Drawing.Point(6, 0);
  122. this.groupBox1.Name = "groupBox1";
  123. this.groupBox1.Size = new System.Drawing.Size(432, 206);
  124. this.groupBox1.TabIndex = 13;
  125. this.groupBox1.TabStop = false;
  126. //
  127. // Registr
  128. //
  129. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  130. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  131. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(180)))), ((int)(((byte)(145)))));
  132. this.ClientSize = new System.Drawing.Size(444, 212);
  133. this.Controls.Add(this.pictureBox3);
  134. this.Controls.Add(this.pictureBox4);
  135. this.Controls.Add(this.polelogin);
  136. this.Controls.Add(this.polepassword);
  137. this.Controls.Add(this.button1);
  138. this.Controls.Add(this.pictureBox1);
  139. this.Controls.Add(this.pictureBox2);
  140. this.Controls.Add(this.groupBox1);
  141. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  142. this.Name = "Registr";
  143. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  144. this.Text = "Регистрация";
  145. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Registr_FormClosed);
  146. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  147. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  148. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  149. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  150. this.ResumeLayout(false);
  151. this.PerformLayout();
  152. }
  153. #endregion
  154. private System.Windows.Forms.Button button1;
  155. private System.Windows.Forms.TextBox polelogin;
  156. private System.Windows.Forms.TextBox polepassword;
  157. private System.Windows.Forms.PictureBox pictureBox3;
  158. private System.Windows.Forms.PictureBox pictureBox4;
  159. private System.Windows.Forms.PictureBox pictureBox1;
  160. private System.Windows.Forms.PictureBox pictureBox2;
  161. private System.Windows.Forms.GroupBox groupBox1;
  162. }
  163. }