Autorization(FirstWindows).Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. namespace proba
  2. {
  3. partial class Autorization
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.panel2 = new System.Windows.Forms.Panel();
  33. this.button4 = new System.Windows.Forms.Button();
  34. this.button3 = new System.Windows.Forms.Button();
  35. this.label2 = 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)(195)))), ((int)(((byte)(140)))), ((int)(((byte)(21)))));
  43. this.panel1.Controls.Add(this.button2);
  44. this.panel1.Controls.Add(this.button1);
  45. this.panel1.Controls.Add(this.label1);
  46. this.panel1.Location = new System.Drawing.Point(-4, -2);
  47. this.panel1.Name = "panel1";
  48. this.panel1.Size = new System.Drawing.Size(805, 456);
  49. this.panel1.TabIndex = 0;
  50. this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
  51. this.panel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseMove);
  52. //
  53. // button2
  54. //
  55. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(111)))), ((int)(((byte)(14)))));
  56. this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
  57. this.button2.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  58. this.button2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  59. this.button2.Location = new System.Drawing.Point(278, 276);
  60. this.button2.Name = "button2";
  61. this.button2.Size = new System.Drawing.Size(219, 54);
  62. this.button2.TabIndex = 2;
  63. this.button2.Text = "ЗАРЕГИСТРИРОВАТЬСЯ";
  64. this.button2.UseVisualStyleBackColor = false;
  65. this.button2.Click += new System.EventHandler(this.button4_Click);
  66. //
  67. // button1
  68. //
  69. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(111)))), ((int)(((byte)(14)))));
  70. this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
  71. this.button1.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  72. this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  73. this.button1.Location = new System.Drawing.Point(278, 163);
  74. this.button1.Name = "button1";
  75. this.button1.Size = new System.Drawing.Size(219, 54);
  76. this.button1.TabIndex = 1;
  77. this.button1.Text = "ВОЙТИ";
  78. this.button1.UseVisualStyleBackColor = false;
  79. this.button1.Click += new System.EventHandler(this.knopka_vhod);
  80. //
  81. // label1
  82. //
  83. this.label1.AutoSize = true;
  84. this.label1.Font = new System.Drawing.Font("Freestyle Script", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  85. this.label1.Location = new System.Drawing.Point(27, 37);
  86. this.label1.Name = "label1";
  87. this.label1.Size = new System.Drawing.Size(765, 42);
  88. this.label1.TabIndex = 0;
  89. this.label1.Text = "МАГАЗИН МУЗЫКАЛЬНЫХ ИНСТРУМЕНТОВ";
  90. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  91. //
  92. // panel2
  93. //
  94. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(140)))), ((int)(((byte)(21)))));
  95. this.panel2.Controls.Add(this.button4);
  96. this.panel2.Controls.Add(this.button3);
  97. this.panel2.Controls.Add(this.label2);
  98. this.panel2.Location = new System.Drawing.Point(-3, -4);
  99. this.panel2.Name = "panel2";
  100. this.panel2.Size = new System.Drawing.Size(751, 421);
  101. this.panel2.TabIndex = 0;
  102. //
  103. // button4
  104. //
  105. this.button4.Cursor = System.Windows.Forms.Cursors.Hand;
  106. this.button4.Location = new System.Drawing.Point(248, 263);
  107. this.button4.Name = "button4";
  108. this.button4.Size = new System.Drawing.Size(224, 65);
  109. this.button4.TabIndex = 2;
  110. this.button4.Text = "ЗАРЕГИСТРИРОВАТЬСЯ";
  111. this.button4.UseVisualStyleBackColor = true;
  112. this.button4.Click += new System.EventHandler(this.button4_Click);
  113. //
  114. // button3
  115. //
  116. this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
  117. this.button3.Location = new System.Drawing.Point(248, 148);
  118. this.button3.Name = "button3";
  119. this.button3.Size = new System.Drawing.Size(224, 65);
  120. this.button3.TabIndex = 1;
  121. this.button3.Text = "ВОЙТИ";
  122. this.button3.UseVisualStyleBackColor = true;
  123. this.button3.Click += new System.EventHandler(this.knopka_vhod);
  124. //
  125. // label2
  126. //
  127. this.label2.AutoSize = true;
  128. this.label2.Font = new System.Drawing.Font("Viner Hand ITC", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  129. this.label2.Location = new System.Drawing.Point(26, 34);
  130. this.label2.Name = "label2";
  131. this.label2.Size = new System.Drawing.Size(707, 47);
  132. this.label2.TabIndex = 0;
  133. this.label2.Text = "МАГАЗИН МУЗЫКАЛЬНЫХ ИНСТРУМЕНТОВ";
  134. //
  135. // Autorization
  136. //
  137. this.ClientSize = new System.Drawing.Size(742, 410);
  138. this.Controls.Add(this.panel2);
  139. this.Name = "Autorization";
  140. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  141. this.Load += new System.EventHandler(this.Autorization_Load);
  142. this.panel1.ResumeLayout(false);
  143. this.panel1.PerformLayout();
  144. this.panel2.ResumeLayout(false);
  145. this.panel2.PerformLayout();
  146. this.ResumeLayout(false);
  147. }
  148. #endregion
  149. private System.Windows.Forms.Panel panel1;
  150. private System.Windows.Forms.Label label1;
  151. private System.Windows.Forms.Button button2;
  152. private System.Windows.Forms.Button button1;
  153. private System.Windows.Forms.Panel panel2;
  154. private System.Windows.Forms.Button button4;
  155. private System.Windows.Forms.Button button3;
  156. private System.Windows.Forms.Label label2;
  157. }
  158. }