Menu.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. namespace ЭлектронныйЖурнал
  2. {
  3. partial class Menu
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Menu));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.KeyBox = new System.Windows.Forms.PictureBox();
  31. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.groupBox1 = new System.Windows.Forms.GroupBox();
  34. this.GroupBox = new System.Windows.Forms.PictureBox();
  35. this.Тренер = new System.Windows.Forms.PictureBox();
  36. this.Посещения = new System.Windows.Forms.Button();
  37. this.Спортсмен = new System.Windows.Forms.Button();
  38. this.Расписание = new System.Windows.Forms.Button();
  39. this.LocationBox = new System.Windows.Forms.PictureBox();
  40. this.panel1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.KeyBox)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  43. this.groupBox1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.GroupBox)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.Тренер)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.LocationBox)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // panel1
  50. //
  51. this.panel1.BackColor = System.Drawing.Color.PowderBlue;
  52. this.panel1.Controls.Add(this.LocationBox);
  53. this.panel1.Controls.Add(this.KeyBox);
  54. this.panel1.Controls.Add(this.pictureBox1);
  55. this.panel1.Controls.Add(this.label1);
  56. this.panel1.Controls.Add(this.groupBox1);
  57. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  58. this.panel1.Location = new System.Drawing.Point(0, 0);
  59. this.panel1.Name = "panel1";
  60. this.panel1.Size = new System.Drawing.Size(684, 361);
  61. this.panel1.TabIndex = 0;
  62. //
  63. // KeyBox
  64. //
  65. this.KeyBox.Image = ((System.Drawing.Image)(resources.GetObject("KeyBox.Image")));
  66. this.KeyBox.Location = new System.Drawing.Point(612, 295);
  67. this.KeyBox.Name = "KeyBox";
  68. this.KeyBox.Size = new System.Drawing.Size(60, 60);
  69. this.KeyBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  70. this.KeyBox.TabIndex = 5;
  71. this.KeyBox.TabStop = false;
  72. this.KeyBox.Click += new System.EventHandler(this.KeyBox_Click);
  73. //
  74. // pictureBox1
  75. //
  76. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  77. this.pictureBox1.Location = new System.Drawing.Point(139, 53);
  78. this.pictureBox1.Name = "pictureBox1";
  79. this.pictureBox1.Size = new System.Drawing.Size(504, 302);
  80. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  81. this.pictureBox1.TabIndex = 2;
  82. this.pictureBox1.TabStop = false;
  83. //
  84. // label1
  85. //
  86. this.label1.AutoSize = true;
  87. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  88. this.label1.Location = new System.Drawing.Point(170, 27);
  89. this.label1.Name = "label1";
  90. this.label1.Size = new System.Drawing.Size(409, 23);
  91. this.label1.TabIndex = 1;
  92. this.label1.Text = "Электронный журнал МБУ Тасеевской ДО ДЮСШ";
  93. //
  94. // groupBox1
  95. //
  96. this.groupBox1.Controls.Add(this.GroupBox);
  97. this.groupBox1.Controls.Add(this.Тренер);
  98. this.groupBox1.Controls.Add(this.Посещения);
  99. this.groupBox1.Controls.Add(this.Спортсмен);
  100. this.groupBox1.Controls.Add(this.Расписание);
  101. this.groupBox1.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  102. this.groupBox1.Location = new System.Drawing.Point(12, 3);
  103. this.groupBox1.Name = "groupBox1";
  104. this.groupBox1.Size = new System.Drawing.Size(130, 358);
  105. this.groupBox1.TabIndex = 0;
  106. this.groupBox1.TabStop = false;
  107. this.groupBox1.Text = "Инструменты";
  108. //
  109. // GroupBox
  110. //
  111. this.GroupBox.Image = ((System.Drawing.Image)(resources.GetObject("GroupBox.Image")));
  112. this.GroupBox.Location = new System.Drawing.Point(6, 293);
  113. this.GroupBox.Name = "GroupBox";
  114. this.GroupBox.Size = new System.Drawing.Size(60, 60);
  115. this.GroupBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  116. this.GroupBox.TabIndex = 5;
  117. this.GroupBox.TabStop = false;
  118. this.GroupBox.Click += new System.EventHandler(this.GroupBox_Click);
  119. //
  120. // Тренер
  121. //
  122. this.Тренер.Image = ((System.Drawing.Image)(resources.GetObject("Тренер.Image")));
  123. this.Тренер.Location = new System.Drawing.Point(6, 227);
  124. this.Тренер.Name = "Тренер";
  125. this.Тренер.Size = new System.Drawing.Size(60, 60);
  126. this.Тренер.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  127. this.Тренер.TabIndex = 4;
  128. this.Тренер.TabStop = false;
  129. this.Тренер.Click += new System.EventHandler(this.Тренер_Click);
  130. //
  131. // Посещения
  132. //
  133. this.Посещения.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Посещения.BackgroundImage")));
  134. this.Посещения.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  135. this.Посещения.Location = new System.Drawing.Point(6, 161);
  136. this.Посещения.Name = "Посещения";
  137. this.Посещения.Size = new System.Drawing.Size(60, 60);
  138. this.Посещения.TabIndex = 3;
  139. this.Посещения.UseVisualStyleBackColor = true;
  140. this.Посещения.Click += new System.EventHandler(this.Посещения_Click);
  141. //
  142. // Спортсмен
  143. //
  144. this.Спортсмен.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Спортсмен.BackgroundImage")));
  145. this.Спортсмен.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  146. this.Спортсмен.Location = new System.Drawing.Point(6, 95);
  147. this.Спортсмен.Name = "Спортсмен";
  148. this.Спортсмен.Size = new System.Drawing.Size(60, 60);
  149. this.Спортсмен.TabIndex = 2;
  150. this.Спортсмен.UseVisualStyleBackColor = true;
  151. this.Спортсмен.Click += new System.EventHandler(this.Спортсмен_Click);
  152. //
  153. // Расписание
  154. //
  155. this.Расписание.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Расписание.BackgroundImage")));
  156. this.Расписание.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  157. this.Расписание.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  158. this.Расписание.Location = new System.Drawing.Point(6, 29);
  159. this.Расписание.Name = "Расписание";
  160. this.Расписание.Size = new System.Drawing.Size(60, 60);
  161. this.Расписание.TabIndex = 0;
  162. this.Расписание.UseVisualStyleBackColor = true;
  163. this.Расписание.Click += new System.EventHandler(this.Расписание_Click);
  164. //
  165. // LocationBox
  166. //
  167. this.LocationBox.Image = ((System.Drawing.Image)(resources.GetObject("LocationBox.Image")));
  168. this.LocationBox.Location = new System.Drawing.Point(612, 229);
  169. this.LocationBox.Name = "LocationBox";
  170. this.LocationBox.Size = new System.Drawing.Size(60, 60);
  171. this.LocationBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  172. this.LocationBox.TabIndex = 6;
  173. this.LocationBox.TabStop = false;
  174. this.LocationBox.Click += new System.EventHandler(this.LocationBox_Click);
  175. //
  176. // Menu
  177. //
  178. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  179. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  180. this.ClientSize = new System.Drawing.Size(684, 361);
  181. this.Controls.Add(this.panel1);
  182. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  183. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  184. this.Name = "Menu";
  185. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  186. this.Text = "Главное меню";
  187. this.panel1.ResumeLayout(false);
  188. this.panel1.PerformLayout();
  189. ((System.ComponentModel.ISupportInitialize)(this.KeyBox)).EndInit();
  190. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  191. this.groupBox1.ResumeLayout(false);
  192. ((System.ComponentModel.ISupportInitialize)(this.GroupBox)).EndInit();
  193. ((System.ComponentModel.ISupportInitialize)(this.Тренер)).EndInit();
  194. ((System.ComponentModel.ISupportInitialize)(this.LocationBox)).EndInit();
  195. this.ResumeLayout(false);
  196. }
  197. #endregion
  198. private System.Windows.Forms.Panel panel1;
  199. private System.Windows.Forms.GroupBox groupBox1;
  200. private System.Windows.Forms.Button Расписание;
  201. private System.Windows.Forms.Button Посещения;
  202. private System.Windows.Forms.Button Спортсмен;
  203. private System.Windows.Forms.Label label1;
  204. private System.Windows.Forms.PictureBox pictureBox1;
  205. private System.Windows.Forms.PictureBox Тренер;
  206. private System.Windows.Forms.PictureBox GroupBox;
  207. private System.Windows.Forms.PictureBox KeyBox;
  208. private System.Windows.Forms.PictureBox LocationBox;
  209. }
  210. }