begstatus.Designer.cs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. namespace MarathonSkills2016Le
  2. {
  3. partial class begstatus
  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.button4 = new System.Windows.Forms.Button();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.button3 = new System.Windows.Forms.Button();
  35. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // button4
  40. //
  41. this.button4.BackColor = System.Drawing.SystemColors.Window;
  42. this.button4.FlatStyle = System.Windows.Forms.FlatStyle.System;
  43. this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  44. this.button4.Location = new System.Drawing.Point(851, 344);
  45. this.button4.Name = "button4";
  46. this.button4.Size = new System.Drawing.Size(97, 57);
  47. this.button4.TabIndex = 10;
  48. this.button4.Text = "login";
  49. this.button4.UseVisualStyleBackColor = false;
  50. this.button4.Click += new System.EventHandler(this.button4_Click);
  51. //
  52. // button2
  53. //
  54. this.button2.BackColor = System.Drawing.SystemColors.Window;
  55. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.System;
  56. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  57. this.button2.Location = new System.Drawing.Point(275, 235);
  58. this.button2.Name = "button2";
  59. this.button2.Size = new System.Drawing.Size(354, 85);
  60. this.button2.TabIndex = 9;
  61. this.button2.Text = "Я ноывй участник";
  62. this.button2.UseVisualStyleBackColor = false;
  63. this.button2.Click += new System.EventHandler(this.button2_Click);
  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(275, 129);
  71. this.button1.Name = "button1";
  72. this.button1.Size = new System.Drawing.Size(354, 85);
  73. this.button1.TabIndex = 8;
  74. this.button1.Text = "Я участвовал ранее";
  75. this.button1.UseVisualStyleBackColor = false;
  76. this.button1.Click += new System.EventHandler(this.button1_Click);
  77. //
  78. // pictureBox2
  79. //
  80. this.pictureBox2.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  81. this.pictureBox2.Location = new System.Drawing.Point(-194, 435);
  82. this.pictureBox2.Name = "pictureBox2";
  83. this.pictureBox2.Size = new System.Drawing.Size(1165, 78);
  84. this.pictureBox2.TabIndex = 7;
  85. this.pictureBox2.TabStop = false;
  86. this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
  87. //
  88. // pictureBox1
  89. //
  90. this.pictureBox1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  91. this.pictureBox1.Location = new System.Drawing.Point(-154, -17);
  92. this.pictureBox1.Name = "pictureBox1";
  93. this.pictureBox1.Size = new System.Drawing.Size(1165, 78);
  94. this.pictureBox1.TabIndex = 11;
  95. this.pictureBox1.TabStop = false;
  96. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  97. //
  98. // label1
  99. //
  100. this.label1.AutoSize = true;
  101. this.label1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  102. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  103. this.label1.ForeColor = System.Drawing.SystemColors.Window;
  104. this.label1.Location = new System.Drawing.Point(166, 0);
  105. this.label1.Name = "label1";
  106. this.label1.Size = new System.Drawing.Size(482, 42);
  107. this.label1.TabIndex = 12;
  108. this.label1.Text = "MARATHON SKILLS 2016";
  109. this.label1.Click += new System.EventHandler(this.label1_Click);
  110. //
  111. // button3
  112. //
  113. this.button3.BackColor = System.Drawing.SystemColors.Window;
  114. this.button3.FlatStyle = System.Windows.Forms.FlatStyle.System;
  115. this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  116. this.button3.Location = new System.Drawing.Point(12, 4);
  117. this.button3.Name = "button3";
  118. this.button3.Size = new System.Drawing.Size(97, 38);
  119. this.button3.TabIndex = 13;
  120. this.button3.Text = "Назад";
  121. this.button3.UseVisualStyleBackColor = false;
  122. this.button3.Click += new System.EventHandler(this.button3_Click);
  123. //
  124. // begstatus
  125. //
  126. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  127. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  128. this.ClientSize = new System.Drawing.Size(959, 489);
  129. this.Controls.Add(this.button3);
  130. this.Controls.Add(this.label1);
  131. this.Controls.Add(this.pictureBox1);
  132. this.Controls.Add(this.button4);
  133. this.Controls.Add(this.button2);
  134. this.Controls.Add(this.button1);
  135. this.Controls.Add(this.pictureBox2);
  136. this.Name = "begstatus";
  137. this.Text = "begstatus";
  138. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  139. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  140. this.ResumeLayout(false);
  141. this.PerformLayout();
  142. }
  143. #endregion
  144. private System.Windows.Forms.Button button4;
  145. private System.Windows.Forms.Button button2;
  146. private System.Windows.Forms.Button button1;
  147. private System.Windows.Forms.PictureBox pictureBox2;
  148. private System.Windows.Forms.PictureBox pictureBox1;
  149. private System.Windows.Forms.Label label1;
  150. private System.Windows.Forms.Button button3;
  151. }
  152. }