123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
-
- namespace BeautySaloon
- {
- partial class AdminForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AdminForm));
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.klientButton = new System.Windows.Forms.Button();
- this.ServiceButton = new System.Windows.Forms.Button();
- this.ExitButton = new System.Windows.Forms.Button();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
- this.panel1.Controls.Add(this.label1);
- this.panel1.Location = new System.Drawing.Point(79, 1);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(277, 79);
- this.panel1.TabIndex = 2;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(29, 23);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(218, 23);
- this.label1.TabIndex = 0;
- this.label1.Text = "Режим администратора";
- //
- // pictureBox1
- //
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(2, 1);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(121, 85);
- this.pictureBox1.TabIndex = 3;
- this.pictureBox1.TabStop = false;
- //
- // klientButton
- //
- this.klientButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.klientButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.klientButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.klientButton.Location = new System.Drawing.Point(66, 219);
- this.klientButton.Name = "klientButton";
- this.klientButton.Size = new System.Drawing.Size(229, 52);
- this.klientButton.TabIndex = 4;
- this.klientButton.Text = "Клиенты";
- this.klientButton.UseVisualStyleBackColor = false;
- this.klientButton.Click += new System.EventHandler(this.klientButton_Click);
- //
- // ServiceButton
- //
- this.ServiceButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.ServiceButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.ServiceButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.ServiceButton.Location = new System.Drawing.Point(66, 115);
- this.ServiceButton.Name = "ServiceButton";
- this.ServiceButton.Size = new System.Drawing.Size(229, 52);
- this.ServiceButton.TabIndex = 5;
- this.ServiceButton.Text = "Услуги";
- this.ServiceButton.UseVisualStyleBackColor = false;
- this.ServiceButton.Click += new System.EventHandler(this.ServiceButton_Click);
- //
- // ExitButton
- //
- this.ExitButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.ExitButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.ExitButton.Font = new System.Drawing.Font("Tahoma", 14.25F);
- this.ExitButton.Location = new System.Drawing.Point(66, 336);
- this.ExitButton.Name = "ExitButton";
- this.ExitButton.Size = new System.Drawing.Size(229, 52);
- this.ExitButton.TabIndex = 6;
- this.ExitButton.Text = "Выход";
- this.ExitButton.UseVisualStyleBackColor = false;
- this.ExitButton.Click += new System.EventHandler(this.ExitButton_Click);
- //
- // AdminForm
- //
- 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(356, 450);
- this.Controls.Add(this.ExitButton);
- this.Controls.Add(this.ServiceButton);
- this.Controls.Add(this.klientButton);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.pictureBox1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "AdminForm";
- this.Text = "Администрирование";
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Button klientButton;
- private System.Windows.Forms.Button ServiceButton;
- private System.Windows.Forms.Button ExitButton;
- }
- }
|