Form1.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. 
  2. namespace DB_Danilov_V1
  3. {
  4. partial class Menu
  5. {
  6. /// <summary>
  7. /// Обязательная переменная конструктора.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Освободить все используемые ресурсы.
  12. /// </summary>
  13. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  23. /// <summary>
  24. /// Требуемый метод для поддержки конструктора — не изменяйте
  25. /// содержимое этого метода с помощью редактора кода.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Menu));
  31. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  32. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.CodePanel = new System.Windows.Forms.TextBox();
  36. this.Editing = new System.Windows.Forms.Button();
  37. this.Service_button = new System.Windows.Forms.Button();
  38. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  39. this.panel1.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // pictureBox1
  43. //
  44. this.pictureBox1.BackColor = System.Drawing.Color.White;
  45. this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  46. this.pictureBox1.Image = global::DB_Danilov_V1.Properties.Resources.beauty_logo;
  47. this.pictureBox1.Location = new System.Drawing.Point(3, 0);
  48. this.pictureBox1.Name = "pictureBox1";
  49. this.pictureBox1.Size = new System.Drawing.Size(91, 94);
  50. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  51. this.pictureBox1.TabIndex = 0;
  52. this.pictureBox1.TabStop = false;
  53. //
  54. // imageList1
  55. //
  56. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  57. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  58. this.imageList1.Images.SetKeyName(0, "beauty_logo.ico");
  59. this.imageList1.Images.SetKeyName(1, "beauty_logo.png");
  60. //
  61. // label1
  62. //
  63. this.label1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  64. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  65. this.label1.Location = new System.Drawing.Point(80, 9);
  66. this.label1.Name = "label1";
  67. this.label1.Size = new System.Drawing.Size(281, 82);
  68. this.label1.TabIndex = 1;
  69. this.label1.Text = "\"Бархатные бровки\"";
  70. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  71. //
  72. // panel1
  73. //
  74. this.panel1.AutoSize = true;
  75. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  76. this.panel1.Controls.Add(this.CodePanel);
  77. this.panel1.Controls.Add(this.Editing);
  78. this.panel1.Controls.Add(this.Service_button);
  79. this.panel1.Location = new System.Drawing.Point(-7, 100);
  80. this.panel1.Name = "panel1";
  81. this.panel1.Size = new System.Drawing.Size(382, 350);
  82. this.panel1.TabIndex = 2;
  83. //
  84. // CodePanel
  85. //
  86. this.CodePanel.Location = new System.Drawing.Point(259, 309);
  87. this.CodePanel.Name = "CodePanel";
  88. this.CodePanel.Size = new System.Drawing.Size(100, 20);
  89. this.CodePanel.TabIndex = 3;
  90. //
  91. // Editing
  92. //
  93. this.Editing.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  94. this.Editing.Cursor = System.Windows.Forms.Cursors.Hand;
  95. this.Editing.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  96. this.Editing.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  97. this.Editing.Location = new System.Drawing.Point(83, 125);
  98. this.Editing.Name = "Editing";
  99. this.Editing.Size = new System.Drawing.Size(245, 81);
  100. this.Editing.TabIndex = 2;
  101. this.Editing.Text = "Редактирование Добавление";
  102. this.Editing.UseVisualStyleBackColor = false;
  103. //
  104. // Service_button
  105. //
  106. this.Service_button.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  107. this.Service_button.Cursor = System.Windows.Forms.Cursors.Hand;
  108. this.Service_button.Font = new System.Drawing.Font("Tahoma", 27.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  109. this.Service_button.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  110. this.Service_button.Location = new System.Drawing.Point(93, 36);
  111. this.Service_button.Name = "Service_button";
  112. this.Service_button.Size = new System.Drawing.Size(220, 70);
  113. this.Service_button.TabIndex = 0;
  114. this.Service_button.Text = "Услуги";
  115. this.Service_button.UseVisualStyleBackColor = false;
  116. this.Service_button.Click += new System.EventHandler(this.Service_button_Click);
  117. //
  118. // Menu
  119. //
  120. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  121. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  122. this.BackColor = System.Drawing.Color.White;
  123. this.ClientSize = new System.Drawing.Size(364, 441);
  124. this.Controls.Add(this.panel1);
  125. this.Controls.Add(this.pictureBox1);
  126. this.Controls.Add(this.label1);
  127. this.Name = "Menu";
  128. this.Text = "Form1";
  129. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  130. this.panel1.ResumeLayout(false);
  131. this.panel1.PerformLayout();
  132. this.ResumeLayout(false);
  133. this.PerformLayout();
  134. }
  135. #endregion
  136. private System.Windows.Forms.PictureBox pictureBox1;
  137. private System.Windows.Forms.ImageList imageList1;
  138. private System.Windows.Forms.Label label1;
  139. private System.Windows.Forms.Panel panel1;
  140. private System.Windows.Forms.Button Service_button;
  141. private System.Windows.Forms.Button Editing;
  142. private System.Windows.Forms.TextBox CodePanel;
  143. }
  144. }