Form1.Designer.cs 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. namespace ГЕС_5
  2. {
  3. partial class Form1
  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.label1 = new System.Windows.Forms.Label();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.button4 = new System.Windows.Forms.Button();
  33. this.button5 = new System.Windows.Forms.Button();
  34. this.SuspendLayout();
  35. //
  36. // label1
  37. //
  38. this.label1.AutoSize = true;
  39. this.label1.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  40. this.label1.Location = new System.Drawing.Point(287, 10);
  41. this.label1.Name = "label1";
  42. this.label1.Size = new System.Drawing.Size(70, 21);
  43. this.label1.TabIndex = 0;
  44. this.label1.Text = "МЕНЮ";
  45. //
  46. // button1
  47. //
  48. this.button1.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  49. this.button1.Location = new System.Drawing.Point(12, 51);
  50. this.button1.Name = "button1";
  51. this.button1.Size = new System.Drawing.Size(204, 116);
  52. this.button1.TabIndex = 1;
  53. this.button1.Text = "ПОСТАВЩИКИ";
  54. this.button1.UseVisualStyleBackColor = true;
  55. this.button1.Click += new System.EventHandler(this.button1_Click);
  56. //
  57. // button2
  58. //
  59. this.button2.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  60. this.button2.Location = new System.Drawing.Point(222, 51);
  61. this.button2.Name = "button2";
  62. this.button2.Size = new System.Drawing.Size(204, 116);
  63. this.button2.TabIndex = 2;
  64. this.button2.Text = "ЦВЕТЫ";
  65. this.button2.UseVisualStyleBackColor = true;
  66. this.button2.Click += new System.EventHandler(this.button2_Click);
  67. //
  68. // button3
  69. //
  70. this.button3.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  71. this.button3.Location = new System.Drawing.Point(432, 51);
  72. this.button3.Name = "button3";
  73. this.button3.Size = new System.Drawing.Size(204, 116);
  74. this.button3.TabIndex = 3;
  75. this.button3.Text = "КОНТРАКТЫ";
  76. this.button3.UseVisualStyleBackColor = true;
  77. this.button3.Click += new System.EventHandler(this.button3_Click);
  78. //
  79. // button4
  80. //
  81. this.button4.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  82. this.button4.Location = new System.Drawing.Point(124, 173);
  83. this.button4.Name = "button4";
  84. this.button4.Size = new System.Drawing.Size(204, 116);
  85. this.button4.TabIndex = 4;
  86. this.button4.Text = "ЗАКАЗЧИКИ";
  87. this.button4.UseVisualStyleBackColor = true;
  88. this.button4.Click += new System.EventHandler(this.button4_Click);
  89. //
  90. // button5
  91. //
  92. this.button5.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  93. this.button5.Location = new System.Drawing.Point(334, 173);
  94. this.button5.Name = "button5";
  95. this.button5.Size = new System.Drawing.Size(204, 116);
  96. this.button5.TabIndex = 5;
  97. this.button5.Text = "ЗАКАЗЫ";
  98. this.button5.UseVisualStyleBackColor = true;
  99. this.button5.Click += new System.EventHandler(this.button5_Click);
  100. //
  101. // Form1
  102. //
  103. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  104. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  105. this.ClientSize = new System.Drawing.Size(666, 322);
  106. this.Controls.Add(this.button5);
  107. this.Controls.Add(this.button4);
  108. this.Controls.Add(this.button3);
  109. this.Controls.Add(this.button2);
  110. this.Controls.Add(this.button1);
  111. this.Controls.Add(this.label1);
  112. this.Name = "Form1";
  113. this.Text = "Form1";
  114. this.ResumeLayout(false);
  115. this.PerformLayout();
  116. }
  117. #endregion
  118. private System.Windows.Forms.Label label1;
  119. private System.Windows.Forms.Button button1;
  120. private System.Windows.Forms.Button button2;
  121. private System.Windows.Forms.Button button3;
  122. private System.Windows.Forms.Button button4;
  123. private System.Windows.Forms.Button button5;
  124. }
  125. }