Registration.Designer.cs 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. 
  2. namespace Khozeev8
  3. {
  4. partial class Registration
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</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 Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.textBox2 = new System.Windows.Forms.TextBox();
  32. this.textBox1 = new System.Windows.Forms.TextBox();
  33. this.panel2 = new System.Windows.Forms.Panel();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.panel1.SuspendLayout();
  37. this.panel2.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // panel1
  41. //
  42. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  43. this.panel1.Controls.Add(this.panel2);
  44. this.panel1.Controls.Add(this.button1);
  45. this.panel1.Controls.Add(this.textBox2);
  46. this.panel1.Controls.Add(this.textBox1);
  47. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  48. this.panel1.Location = new System.Drawing.Point(0, 0);
  49. this.panel1.Name = "panel1";
  50. this.panel1.Size = new System.Drawing.Size(417, 406);
  51. this.panel1.TabIndex = 4;
  52. //
  53. // button1
  54. //
  55. this.button1.BackColor = System.Drawing.Color.Gray;
  56. this.button1.Font = new System.Drawing.Font("Comic Sans MS", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  57. this.button1.ForeColor = System.Drawing.Color.White;
  58. this.button1.Location = new System.Drawing.Point(138, 326);
  59. this.button1.Name = "button1";
  60. this.button1.Size = new System.Drawing.Size(137, 49);
  61. this.button1.TabIndex = 6;
  62. this.button1.Text = "Создать";
  63. this.button1.UseVisualStyleBackColor = false;
  64. this.button1.Click += new System.EventHandler(this.button1_Click);
  65. //
  66. // textBox2
  67. //
  68. this.textBox2.Location = new System.Drawing.Point(85, 227);
  69. this.textBox2.Multiline = true;
  70. this.textBox2.Name = "textBox2";
  71. this.textBox2.Size = new System.Drawing.Size(250, 50);
  72. this.textBox2.TabIndex = 5;
  73. //
  74. // textBox1
  75. //
  76. this.textBox1.Location = new System.Drawing.Point(85, 147);
  77. this.textBox1.Multiline = true;
  78. this.textBox1.Name = "textBox1";
  79. this.textBox1.Size = new System.Drawing.Size(250, 50);
  80. this.textBox1.TabIndex = 4;
  81. //
  82. // panel2
  83. //
  84. this.panel2.BackColor = System.Drawing.Color.Gray;
  85. this.panel2.Controls.Add(this.label2);
  86. this.panel2.Controls.Add(this.label3);
  87. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  88. this.panel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  89. this.panel2.Location = new System.Drawing.Point(0, 0);
  90. this.panel2.Name = "panel2";
  91. this.panel2.Size = new System.Drawing.Size(417, 100);
  92. this.panel2.TabIndex = 7;
  93. //
  94. // label2
  95. //
  96. this.label2.AutoSize = true;
  97. this.label2.BackColor = System.Drawing.Color.Transparent;
  98. this.label2.Font = new System.Drawing.Font("Comic Sans MS", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  99. this.label2.ForeColor = System.Drawing.Color.White;
  100. this.label2.Location = new System.Drawing.Point(385, 0);
  101. this.label2.Name = "label2";
  102. this.label2.Size = new System.Drawing.Size(29, 35);
  103. this.label2.TabIndex = 1;
  104. this.label2.Text = "x";
  105. //
  106. // label3
  107. //
  108. this.label3.AutoSize = true;
  109. this.label3.Font = new System.Drawing.Font("Comic Sans MS", 32F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  110. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(239)))), ((int)(((byte)(239)))));
  111. this.label3.Location = new System.Drawing.Point(64, 19);
  112. this.label3.Name = "label3";
  113. this.label3.Size = new System.Drawing.Size(284, 60);
  114. this.label3.TabIndex = 0;
  115. this.label3.Text = "Регистрация";
  116. //
  117. // Registration
  118. //
  119. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  120. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  121. this.ClientSize = new System.Drawing.Size(417, 406);
  122. this.Controls.Add(this.panel1);
  123. this.Name = "Registration";
  124. this.Text = "Registration";
  125. this.Load += new System.EventHandler(this.Registration_Load);
  126. this.panel1.ResumeLayout(false);
  127. this.panel1.PerformLayout();
  128. this.panel2.ResumeLayout(false);
  129. this.panel2.PerformLayout();
  130. this.ResumeLayout(false);
  131. }
  132. #endregion
  133. private System.Windows.Forms.Panel panel1;
  134. private System.Windows.Forms.Panel panel2;
  135. private System.Windows.Forms.Label label2;
  136. private System.Windows.Forms.Label label3;
  137. private System.Windows.Forms.Button button1;
  138. private System.Windows.Forms.TextBox textBox2;
  139. private System.Windows.Forms.TextBox textBox1;
  140. }
  141. }