main.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. namespace MarathonSkills2016Le
  2. {
  3. partial class Main
  4. {
  5. /// <summary>
  6. /// Обязательная переменная конструктора.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Освободить все используемые ресурсы.
  11. /// </summary>
  12. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  22. /// <summary>
  23. /// Требуемый метод для поддержки конструктора — не изменяйте
  24. /// содержимое этого метода с помощью редактора кода.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.button3 = new System.Windows.Forms.Button();
  34. this.button4 = new System.Windows.Forms.Button();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label4 = new System.Windows.Forms.Label();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // backgroundWorker1
  44. //
  45. this.backgroundWorker1.WorkerReportsProgress = true;
  46. //
  47. // pictureBox1
  48. //
  49. this.pictureBox1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  50. this.pictureBox1.Location = new System.Drawing.Point(0, -2);
  51. this.pictureBox1.Name = "pictureBox1";
  52. this.pictureBox1.Size = new System.Drawing.Size(1165, 208);
  53. this.pictureBox1.TabIndex = 1;
  54. this.pictureBox1.TabStop = false;
  55. //
  56. // pictureBox2
  57. //
  58. this.pictureBox2.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  59. this.pictureBox2.Location = new System.Drawing.Point(0, 649);
  60. this.pictureBox2.Name = "pictureBox2";
  61. this.pictureBox2.Size = new System.Drawing.Size(1165, 78);
  62. this.pictureBox2.TabIndex = 2;
  63. this.pictureBox2.TabStop = false;
  64. //
  65. // button1
  66. //
  67. this.button1.BackColor = System.Drawing.SystemColors.Window;
  68. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
  69. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  70. this.button1.Location = new System.Drawing.Point(398, 270);
  71. this.button1.Name = "button1";
  72. this.button1.Size = new System.Drawing.Size(354, 85);
  73. this.button1.TabIndex = 3;
  74. this.button1.Text = "Я хочу стать бегуном";
  75. this.button1.UseVisualStyleBackColor = false;
  76. this.button1.Click += new System.EventHandler(this.button1_Click);
  77. //
  78. // button2
  79. //
  80. this.button2.BackColor = System.Drawing.SystemColors.Window;
  81. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.System;
  82. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  83. this.button2.Location = new System.Drawing.Point(398, 376);
  84. this.button2.Name = "button2";
  85. this.button2.Size = new System.Drawing.Size(354, 85);
  86. this.button2.TabIndex = 4;
  87. this.button2.Text = "Я хочу стать спонсором бегуна";
  88. this.button2.UseVisualStyleBackColor = false;
  89. this.button2.Click += new System.EventHandler(this.button2_Click);
  90. //
  91. // button3
  92. //
  93. this.button3.BackColor = System.Drawing.SystemColors.Window;
  94. this.button3.FlatStyle = System.Windows.Forms.FlatStyle.System;
  95. this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  96. this.button3.Location = new System.Drawing.Point(398, 493);
  97. this.button3.Name = "button3";
  98. this.button3.Size = new System.Drawing.Size(354, 85);
  99. this.button3.TabIndex = 5;
  100. this.button3.Text = "Я хочу узнать больше о событии";
  101. this.button3.UseVisualStyleBackColor = false;
  102. this.button3.Click += new System.EventHandler(this.button3_Click);
  103. //
  104. // button4
  105. //
  106. this.button4.BackColor = System.Drawing.SystemColors.Window;
  107. this.button4.FlatStyle = System.Windows.Forms.FlatStyle.System;
  108. this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  109. this.button4.Location = new System.Drawing.Point(1054, 586);
  110. this.button4.Name = "button4";
  111. this.button4.Size = new System.Drawing.Size(97, 57);
  112. this.button4.TabIndex = 6;
  113. this.button4.Text = "login";
  114. this.button4.UseVisualStyleBackColor = false;
  115. this.button4.Click += new System.EventHandler(this.button4_Click);
  116. //
  117. // label1
  118. //
  119. this.label1.AutoSize = true;
  120. this.label1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  121. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  122. this.label1.ForeColor = System.Drawing.SystemColors.Window;
  123. this.label1.Location = new System.Drawing.Point(329, 26);
  124. this.label1.Name = "label1";
  125. this.label1.Size = new System.Drawing.Size(482, 42);
  126. this.label1.TabIndex = 7;
  127. this.label1.Text = "MARATHON SKILLS 2016";
  128. //
  129. // label2
  130. //
  131. this.label2.AutoSize = true;
  132. this.label2.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  133. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  134. this.label2.ForeColor = System.Drawing.SystemColors.Window;
  135. this.label2.Location = new System.Drawing.Point(440, 104);
  136. this.label2.Name = "label2";
  137. this.label2.Size = new System.Drawing.Size(243, 33);
  138. this.label2.TabIndex = 8;
  139. this.label2.Text = "Москва, Россия";
  140. this.label2.Click += new System.EventHandler(this.label2_Click);
  141. //
  142. // label3
  143. //
  144. this.label3.AutoSize = true;
  145. this.label3.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  146. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  147. this.label3.ForeColor = System.Drawing.SystemColors.Window;
  148. this.label3.Location = new System.Drawing.Point(416, 137);
  149. this.label3.Name = "label3";
  150. this.label3.Size = new System.Drawing.Size(240, 33);
  151. this.label3.TabIndex = 9;
  152. this.label3.Text = "Нажми на меня";
  153. this.label3.Click += new System.EventHandler(this.label3_Click);
  154. //
  155. // label4
  156. //
  157. this.label4.AutoSize = true;
  158. this.label4.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  159. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  160. this.label4.ForeColor = System.Drawing.SystemColors.Window;
  161. this.label4.Location = new System.Drawing.Point(12, 653);
  162. this.label4.Name = "label4";
  163. this.label4.Size = new System.Drawing.Size(240, 33);
  164. this.label4.TabIndex = 10;
  165. this.label4.Text = "Нажми на меня";
  166. this.label4.Click += new System.EventHandler(this.label4_Click);
  167. //
  168. // Main
  169. //
  170. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  171. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  172. this.ClientSize = new System.Drawing.Size(1163, 695);
  173. this.Controls.Add(this.label4);
  174. this.Controls.Add(this.label3);
  175. this.Controls.Add(this.label2);
  176. this.Controls.Add(this.label1);
  177. this.Controls.Add(this.button4);
  178. this.Controls.Add(this.button3);
  179. this.Controls.Add(this.button2);
  180. this.Controls.Add(this.button1);
  181. this.Controls.Add(this.pictureBox2);
  182. this.Controls.Add(this.pictureBox1);
  183. this.Name = "Main";
  184. this.Text = "Marathon Skills 2016 Le";
  185. this.Load += new System.EventHandler(this.Main_Load);
  186. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  187. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  188. this.ResumeLayout(false);
  189. this.PerformLayout();
  190. }
  191. #endregion
  192. private System.ComponentModel.BackgroundWorker backgroundWorker1;
  193. private System.Windows.Forms.PictureBox pictureBox1;
  194. private System.Windows.Forms.PictureBox pictureBox2;
  195. private System.Windows.Forms.Button button1;
  196. private System.Windows.Forms.Button button2;
  197. private System.Windows.Forms.Button button3;
  198. private System.Windows.Forms.Button button4;
  199. private System.Windows.Forms.Label label1;
  200. private System.Windows.Forms.Label label2;
  201. private System.Windows.Forms.Label label3;
  202. private System.Windows.Forms.Label label4;
  203. }
  204. }