Master.Designer.cs 4.3 KB

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