Osnovnaya.Designer.cs 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. 
  2. namespace _1Browyshka1
  3. {
  4. partial class Osnovnaya
  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(Osnovnaya));
  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.Admin = new System.Windows.Forms.Button();
  34. this.Klient = new System.Windows.Forms.Button();
  35. this.Vixod = 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.Controls.Add(this.pictureBox1);
  45. this.panel1.Location = new System.Drawing.Point(-2, -1);
  46. this.panel1.Name = "panel1";
  47. this.panel1.Size = new System.Drawing.Size(803, 113);
  48. this.panel1.TabIndex = 0;
  49. //
  50. // label1
  51. //
  52. this.label1.AutoSize = true;
  53. this.label1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  54. this.label1.Location = new System.Drawing.Point(185, 38);
  55. this.label1.Name = "label1";
  56. this.label1.Size = new System.Drawing.Size(351, 33);
  57. this.label1.TabIndex = 1;
  58. this.label1.Text = "Салон красоты \"Бровушки\"";
  59. //
  60. // pictureBox1
  61. //
  62. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  63. this.pictureBox1.Location = new System.Drawing.Point(3, 3);
  64. this.pictureBox1.Name = "pictureBox1";
  65. this.pictureBox1.Size = new System.Drawing.Size(157, 104);
  66. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  67. this.pictureBox1.TabIndex = 0;
  68. this.pictureBox1.TabStop = false;
  69. //
  70. // Admin
  71. //
  72. this.Admin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  73. this.Admin.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  74. this.Admin.ForeColor = System.Drawing.SystemColors.ControlText;
  75. this.Admin.Location = new System.Drawing.Point(218, 176);
  76. this.Admin.Name = "Admin";
  77. this.Admin.Size = new System.Drawing.Size(159, 36);
  78. this.Admin.TabIndex = 1;
  79. this.Admin.Text = "Администратор";
  80. this.Admin.UseVisualStyleBackColor = false;
  81. this.Admin.Click += new System.EventHandler(this.Admin_Click);
  82. //
  83. // Klient
  84. //
  85. this.Klient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  86. this.Klient.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  87. this.Klient.Location = new System.Drawing.Point(218, 248);
  88. this.Klient.Name = "Klient";
  89. this.Klient.Size = new System.Drawing.Size(159, 36);
  90. this.Klient.TabIndex = 2;
  91. this.Klient.Text = "Клиент";
  92. this.Klient.UseVisualStyleBackColor = false;
  93. this.Klient.Click += new System.EventHandler(this.Klient_Click);
  94. //
  95. // Vixod
  96. //
  97. this.Vixod.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  98. this.Vixod.Location = new System.Drawing.Point(218, 356);
  99. this.Vixod.Name = "Vixod";
  100. this.Vixod.Size = new System.Drawing.Size(159, 36);
  101. this.Vixod.TabIndex = 3;
  102. this.Vixod.Text = "Закрыть";
  103. this.Vixod.UseVisualStyleBackColor = false;
  104. this.Vixod.Click += new System.EventHandler(this.Vixod_Click_1);
  105. //
  106. // Osnovnaya
  107. //
  108. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  109. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  110. this.ClientSize = new System.Drawing.Size(584, 404);
  111. this.Controls.Add(this.Vixod);
  112. this.Controls.Add(this.Klient);
  113. this.Controls.Add(this.Admin);
  114. this.Controls.Add(this.panel1);
  115. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  116. this.Name = "Osnovnaya";
  117. this.Text = "Osnovnaya";
  118. this.panel1.ResumeLayout(false);
  119. this.panel1.PerformLayout();
  120. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  121. this.ResumeLayout(false);
  122. }
  123. #endregion
  124. private System.Windows.Forms.Panel panel1;
  125. private System.Windows.Forms.Label label1;
  126. private System.Windows.Forms.PictureBox pictureBox1;
  127. private System.Windows.Forms.Button Admin;
  128. private System.Windows.Forms.Button Klient;
  129. private System.Windows.Forms.Button Vixod;
  130. }
  131. }