Главное меню.Designer.cs 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. namespace EJ
  2. {
  3. partial class Главное_меню
  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.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.panel1.SuspendLayout();
  31. this.SuspendLayout();
  32. //
  33. // panel1
  34. //
  35. this.panel1.BackColor = System.Drawing.Color.PowderBlue;
  36. this.panel1.Controls.Add(this.groupBox1);
  37. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  38. this.panel1.Location = new System.Drawing.Point(0, 0);
  39. this.panel1.Name = "panel1";
  40. this.panel1.Size = new System.Drawing.Size(684, 361);
  41. this.panel1.TabIndex = 0;
  42. //
  43. // groupBox1
  44. //
  45. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  46. this.groupBox1.Name = "groupBox1";
  47. this.groupBox1.Size = new System.Drawing.Size(200, 337);
  48. this.groupBox1.TabIndex = 0;
  49. this.groupBox1.TabStop = false;
  50. this.groupBox1.Text = "Меню";
  51. //
  52. // Главное_меню
  53. //
  54. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  55. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  56. this.ClientSize = new System.Drawing.Size(684, 361);
  57. this.Controls.Add(this.panel1);
  58. this.Name = "Главное_меню";
  59. this.Text = "Главное меню";
  60. this.panel1.ResumeLayout(false);
  61. this.ResumeLayout(false);
  62. }
  63. #endregion
  64. private System.Windows.Forms.Panel panel1;
  65. private System.Windows.Forms.GroupBox groupBox1;
  66. }
  67. }