Autorization(FirstWindows).Designer.cs 8.6 KB

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