AdminMenu.Designer.cs 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. 
  2. namespace Cafe11
  3. {
  4. partial class AdminMenu
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  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.SuspendLayout();
  33. //
  34. // button1
  35. //
  36. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  37. this.button1.Location = new System.Drawing.Point(185, 179);
  38. this.button1.Name = "button1";
  39. this.button1.Size = new System.Drawing.Size(181, 84);
  40. this.button1.TabIndex = 0;
  41. this.button1.Text = "Сотрудники";
  42. this.button1.UseVisualStyleBackColor = true;
  43. this.button1.Click += new System.EventHandler(this.button1_Click);
  44. //
  45. // button2
  46. //
  47. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  48. this.button2.Location = new System.Drawing.Point(372, 179);
  49. this.button2.Name = "button2";
  50. this.button2.Size = new System.Drawing.Size(181, 84);
  51. this.button2.TabIndex = 1;
  52. this.button2.Text = "Заказы";
  53. this.button2.UseVisualStyleBackColor = true;
  54. //
  55. // button3
  56. //
  57. this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  58. this.button3.Location = new System.Drawing.Point(559, 179);
  59. this.button3.Name = "button3";
  60. this.button3.Size = new System.Drawing.Size(181, 84);
  61. this.button3.TabIndex = 2;
  62. this.button3.Text = "Смены";
  63. this.button3.UseVisualStyleBackColor = true;
  64. //
  65. // AdminMenu
  66. //
  67. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  68. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  69. this.ClientSize = new System.Drawing.Size(952, 521);
  70. this.Controls.Add(this.button3);
  71. this.Controls.Add(this.button2);
  72. this.Controls.Add(this.button1);
  73. this.Name = "AdminMenu";
  74. this.Text = "Menu";
  75. this.ResumeLayout(false);
  76. }
  77. #endregion
  78. private System.Windows.Forms.Button button1;
  79. private System.Windows.Forms.Button button2;
  80. private System.Windows.Forms.Button button3;
  81. }
  82. }