AdminForm.Designer.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. 
  2. namespace BeautySaloon
  3. {
  4. partial class AdminForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AdminForm));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.klientButton = new System.Windows.Forms.Button();
  34. this.ServiceButton = new System.Windows.Forms.Button();
  35. this.ExitButton = new System.Windows.Forms.Button();
  36. this.panel1.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // panel1
  41. //
  42. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  43. this.panel1.Controls.Add(this.label1);
  44. this.panel1.Location = new System.Drawing.Point(79, 1);
  45. this.panel1.Name = "panel1";
  46. this.panel1.Size = new System.Drawing.Size(277, 79);
  47. this.panel1.TabIndex = 2;
  48. //
  49. // label1
  50. //
  51. this.label1.AutoSize = true;
  52. this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  53. this.label1.Location = new System.Drawing.Point(29, 23);
  54. this.label1.Name = "label1";
  55. this.label1.Size = new System.Drawing.Size(218, 23);
  56. this.label1.TabIndex = 0;
  57. this.label1.Text = "Режим администратора";
  58. //
  59. // pictureBox1
  60. //
  61. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  62. this.pictureBox1.Location = new System.Drawing.Point(2, 1);
  63. this.pictureBox1.Name = "pictureBox1";
  64. this.pictureBox1.Size = new System.Drawing.Size(121, 85);
  65. this.pictureBox1.TabIndex = 3;
  66. this.pictureBox1.TabStop = false;
  67. //
  68. // klientButton
  69. //
  70. this.klientButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  71. this.klientButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  72. this.klientButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  73. this.klientButton.Location = new System.Drawing.Point(66, 219);
  74. this.klientButton.Name = "klientButton";
  75. this.klientButton.Size = new System.Drawing.Size(229, 52);
  76. this.klientButton.TabIndex = 4;
  77. this.klientButton.Text = "Клиенты";
  78. this.klientButton.UseVisualStyleBackColor = false;
  79. this.klientButton.Click += new System.EventHandler(this.klientButton_Click);
  80. //
  81. // ServiceButton
  82. //
  83. this.ServiceButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  84. this.ServiceButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  85. this.ServiceButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  86. this.ServiceButton.Location = new System.Drawing.Point(66, 115);
  87. this.ServiceButton.Name = "ServiceButton";
  88. this.ServiceButton.Size = new System.Drawing.Size(229, 52);
  89. this.ServiceButton.TabIndex = 5;
  90. this.ServiceButton.Text = "Услуги";
  91. this.ServiceButton.UseVisualStyleBackColor = false;
  92. this.ServiceButton.Click += new System.EventHandler(this.ServiceButton_Click);
  93. //
  94. // ExitButton
  95. //
  96. this.ExitButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  97. this.ExitButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  98. this.ExitButton.Font = new System.Drawing.Font("Tahoma", 14.25F);
  99. this.ExitButton.Location = new System.Drawing.Point(66, 336);
  100. this.ExitButton.Name = "ExitButton";
  101. this.ExitButton.Size = new System.Drawing.Size(229, 52);
  102. this.ExitButton.TabIndex = 6;
  103. this.ExitButton.Text = "Выход";
  104. this.ExitButton.UseVisualStyleBackColor = false;
  105. this.ExitButton.Click += new System.EventHandler(this.ExitButton_Click);
  106. //
  107. // AdminForm
  108. //
  109. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  110. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  111. this.BackColor = System.Drawing.Color.White;
  112. this.ClientSize = new System.Drawing.Size(356, 450);
  113. this.Controls.Add(this.ExitButton);
  114. this.Controls.Add(this.ServiceButton);
  115. this.Controls.Add(this.klientButton);
  116. this.Controls.Add(this.panel1);
  117. this.Controls.Add(this.pictureBox1);
  118. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  119. this.Name = "AdminForm";
  120. this.Text = "Администрирование";
  121. this.panel1.ResumeLayout(false);
  122. this.panel1.PerformLayout();
  123. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  124. this.ResumeLayout(false);
  125. }
  126. #endregion
  127. private System.Windows.Forms.Panel panel1;
  128. private System.Windows.Forms.Label label1;
  129. private System.Windows.Forms.PictureBox pictureBox1;
  130. private System.Windows.Forms.Button klientButton;
  131. private System.Windows.Forms.Button ServiceButton;
  132. private System.Windows.Forms.Button ExitButton;
  133. }
  134. }