123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
-
- namespace DB_Danilov_V1
- {
- partial class Menu
- {
- /// <summary>
- /// Обязательная переменная конструктора.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Освободить все используемые ресурсы.
- /// </summary>
- /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Код, автоматически созданный конструктором форм Windows
- /// <summary>
- /// Требуемый метод для поддержки конструктора — не изменяйте
- /// содержимое этого метода с помощью редактора кода.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Menu));
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.imageList1 = new System.Windows.Forms.ImageList(this.components);
- this.label1 = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.CodePanel = new System.Windows.Forms.TextBox();
- this.Editing = new System.Windows.Forms.Button();
- this.Service_button = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // pictureBox1
- //
- this.pictureBox1.BackColor = System.Drawing.Color.White;
- this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.pictureBox1.Image = global::DB_Danilov_V1.Properties.Resources.beauty_logo;
- this.pictureBox1.Location = new System.Drawing.Point(3, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(91, 94);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // imageList1
- //
- this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
- this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
- this.imageList1.Images.SetKeyName(0, "beauty_logo.ico");
- this.imageList1.Images.SetKeyName(1, "beauty_logo.png");
- //
- // label1
- //
- this.label1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
- this.label1.Location = new System.Drawing.Point(80, 9);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(281, 82);
- this.label1.TabIndex = 1;
- this.label1.Text = "\"Бархатные бровки\"";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // panel1
- //
- this.panel1.AutoSize = true;
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.panel1.Controls.Add(this.CodePanel);
- this.panel1.Controls.Add(this.Editing);
- this.panel1.Controls.Add(this.Service_button);
- this.panel1.Location = new System.Drawing.Point(-7, 100);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(382, 350);
- this.panel1.TabIndex = 2;
- //
- // CodePanel
- //
- this.CodePanel.Location = new System.Drawing.Point(259, 309);
- this.CodePanel.Name = "CodePanel";
- this.CodePanel.Size = new System.Drawing.Size(100, 20);
- this.CodePanel.TabIndex = 3;
- //
- // Editing
- //
- this.Editing.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.Editing.Cursor = System.Windows.Forms.Cursors.Hand;
- this.Editing.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Editing.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
- this.Editing.Location = new System.Drawing.Point(83, 125);
- this.Editing.Name = "Editing";
- this.Editing.Size = new System.Drawing.Size(245, 81);
- this.Editing.TabIndex = 2;
- this.Editing.Text = "Редактирование Добавление";
- this.Editing.UseVisualStyleBackColor = false;
- //
- // Service_button
- //
- this.Service_button.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.Service_button.Cursor = System.Windows.Forms.Cursors.Hand;
- this.Service_button.Font = new System.Drawing.Font("Tahoma", 27.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Service_button.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
- this.Service_button.Location = new System.Drawing.Point(93, 36);
- this.Service_button.Name = "Service_button";
- this.Service_button.Size = new System.Drawing.Size(220, 70);
- this.Service_button.TabIndex = 0;
- this.Service_button.Text = "Услуги";
- this.Service_button.UseVisualStyleBackColor = false;
- this.Service_button.Click += new System.EventHandler(this.Service_button_Click);
- //
- // Menu
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(364, 441);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.label1);
- this.Name = "Menu";
- this.Text = "Form1";
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.ImageList imageList1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button Service_button;
- private System.Windows.Forms.Button Editing;
- private System.Windows.Forms.TextBox CodePanel;
- }
- }
|