manager.Designer.cs 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. 
  2. namespace muskafidi_de
  3. {
  4. partial class manager
  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.label3 = new System.Windows.Forms.Label();
  30. this.button3 = new System.Windows.Forms.Button();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.SuspendLayout();
  34. //
  35. // label3
  36. //
  37. this.label3.AutoSize = true;
  38. this.label3.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  39. this.label3.Location = new System.Drawing.Point(53, 28);
  40. this.label3.Name = "label3";
  41. this.label3.Size = new System.Drawing.Size(194, 27);
  42. this.label3.TabIndex = 8;
  43. this.label3.Text = "Привет, менеджер!";
  44. //
  45. // button3
  46. //
  47. this.button3.BackColor = System.Drawing.Color.IndianRed;
  48. this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  49. this.button3.Location = new System.Drawing.Point(38, 99);
  50. this.button3.Name = "button3";
  51. this.button3.Size = new System.Drawing.Size(219, 23);
  52. this.button3.TabIndex = 11;
  53. this.button3.Text = "Комплектующие";
  54. this.button3.UseVisualStyleBackColor = false;
  55. this.button3.Click += new System.EventHandler(this.button3_Click);
  56. //
  57. // button1
  58. //
  59. this.button1.BackColor = System.Drawing.Color.IndianRed;
  60. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  61. this.button1.Location = new System.Drawing.Point(38, 70);
  62. this.button1.Name = "button1";
  63. this.button1.Size = new System.Drawing.Size(219, 23);
  64. this.button1.TabIndex = 10;
  65. this.button1.Text = "Заказы";
  66. this.button1.UseVisualStyleBackColor = false;
  67. this.button1.Click += new System.EventHandler(this.button1_Click);
  68. //
  69. // label1
  70. //
  71. this.label1.AutoSize = true;
  72. this.label1.Location = new System.Drawing.Point(12, 9);
  73. this.label1.Name = "label1";
  74. this.label1.Size = new System.Drawing.Size(25, 13);
  75. this.label1.TabIndex = 15;
  76. this.label1.Text = "<<<";
  77. this.label1.Click += new System.EventHandler(this.label1_Click);
  78. //
  79. // manager
  80. //
  81. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  82. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  83. this.BackColor = System.Drawing.Color.RosyBrown;
  84. this.ClientSize = new System.Drawing.Size(296, 170);
  85. this.Controls.Add(this.label1);
  86. this.Controls.Add(this.button3);
  87. this.Controls.Add(this.button1);
  88. this.Controls.Add(this.label3);
  89. this.Name = "manager";
  90. this.Text = "Панель менеджера";
  91. this.Load += new System.EventHandler(this.manager_Load);
  92. this.ResumeLayout(false);
  93. this.PerformLayout();
  94. }
  95. #endregion
  96. private System.Windows.Forms.Label label3;
  97. private System.Windows.Forms.Button button3;
  98. private System.Windows.Forms.Button button1;
  99. private System.Windows.Forms.Label label1;
  100. }
  101. }