123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
-
- namespace _1Browyshka1
- {
- partial class Osnovnaya
- {
- /// <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(Osnovnaya));
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.Admin = new System.Windows.Forms.Button();
- this.Klient = new System.Windows.Forms.Button();
- this.Vixod = 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.Controls.Add(this.pictureBox1);
- this.panel1.Location = new System.Drawing.Point(-2, -1);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(803, 113);
- this.panel1.TabIndex = 0;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(185, 38);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(351, 33);
- this.label1.TabIndex = 1;
- this.label1.Text = "Салон красоты \"Бровушки\"";
- //
- // pictureBox1
- //
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(3, 3);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(157, 104);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // Admin
- //
- this.Admin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.Admin.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Admin.ForeColor = System.Drawing.SystemColors.ControlText;
- this.Admin.Location = new System.Drawing.Point(218, 176);
- this.Admin.Name = "Admin";
- this.Admin.Size = new System.Drawing.Size(159, 36);
- this.Admin.TabIndex = 1;
- this.Admin.Text = "Администратор";
- this.Admin.UseVisualStyleBackColor = false;
- this.Admin.Click += new System.EventHandler(this.Admin_Click);
- //
- // Klient
- //
- this.Klient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.Klient.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Klient.Location = new System.Drawing.Point(218, 248);
- this.Klient.Name = "Klient";
- this.Klient.Size = new System.Drawing.Size(159, 36);
- this.Klient.TabIndex = 2;
- this.Klient.Text = "Клиент";
- this.Klient.UseVisualStyleBackColor = false;
- this.Klient.Click += new System.EventHandler(this.Klient_Click);
- //
- // Vixod
- //
- this.Vixod.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.Vixod.Location = new System.Drawing.Point(218, 356);
- this.Vixod.Name = "Vixod";
- this.Vixod.Size = new System.Drawing.Size(159, 36);
- this.Vixod.TabIndex = 3;
- this.Vixod.Text = "Закрыть";
- this.Vixod.UseVisualStyleBackColor = false;
- this.Vixod.Click += new System.EventHandler(this.Vixod_Click_1);
- //
- // Osnovnaya
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(584, 404);
- this.Controls.Add(this.Vixod);
- this.Controls.Add(this.Klient);
- this.Controls.Add(this.Admin);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "Osnovnaya";
- this.Text = "Osnovnaya";
- 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 Admin;
- private System.Windows.Forms.Button Klient;
- private System.Windows.Forms.Button Vixod;
- }
- }
|