123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399 |
- namespace proba
- {
- partial class MainMenu
- {
- /// <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(MainMenu));
- this.panel1 = new System.Windows.Forms.Panel();
- this.pictureBox_Employee = new System.Windows.Forms.PictureBox();
- this.label_employee = new System.Windows.Forms.Label();
- this.pictureBox_personal_area = new System.Windows.Forms.PictureBox();
- this.label_personal_area = new System.Windows.Forms.Label();
- this.label_efition = new System.Windows.Forms.Label();
- this.button_edition = new System.Windows.Forms.Button();
- this.label_performer = new System.Windows.Forms.Label();
- this.button_Performer = new System.Windows.Forms.Button();
- this.label_genre_add = new System.Windows.Forms.Label();
- this.button_genre = new System.Windows.Forms.Button();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.button_salesList = new System.Windows.Forms.Label();
- this.button_Country = new System.Windows.Forms.Button();
- this.label10 = new System.Windows.Forms.Label();
- this.button_Country_add = new System.Windows.Forms.Label();
- this.ButtonPostavshiki = new System.Windows.Forms.Button();
- this.ButtonProdaja = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.button_nomenklaturaAdd = new System.Windows.Forms.Label();
- this.ButtonNomenklatura = new System.Windows.Forms.Button();
- this.label_editingEmployee = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Employee)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_personal_area)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
- this.panel1.Controls.Add(this.pictureBox_Employee);
- this.panel1.Controls.Add(this.label_employee);
- this.panel1.Controls.Add(this.pictureBox_personal_area);
- this.panel1.Controls.Add(this.label_personal_area);
- this.panel1.Controls.Add(this.label_efition);
- this.panel1.Controls.Add(this.button_edition);
- this.panel1.Controls.Add(this.label_performer);
- this.panel1.Controls.Add(this.button_Performer);
- this.panel1.Controls.Add(this.label_genre_add);
- this.panel1.Controls.Add(this.button_genre);
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Controls.Add(this.button_salesList);
- this.panel1.Controls.Add(this.button_Country);
- this.panel1.Controls.Add(this.label10);
- this.panel1.Controls.Add(this.button_Country_add);
- this.panel1.Controls.Add(this.ButtonPostavshiki);
- this.panel1.Controls.Add(this.ButtonProdaja);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.button_nomenklaturaAdd);
- this.panel1.Controls.Add(this.ButtonNomenklatura);
- this.panel1.Controls.Add(this.label_editingEmployee);
- this.panel1.Location = new System.Drawing.Point(1, -7);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(801, 463);
- this.panel1.TabIndex = 0;
- //
- // pictureBox_Employee
- //
- this.pictureBox_Employee.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pictureBox_Employee.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Employee.Image")));
- this.pictureBox_Employee.Location = new System.Drawing.Point(19, 19);
- this.pictureBox_Employee.Name = "pictureBox_Employee";
- this.pictureBox_Employee.Size = new System.Drawing.Size(65, 50);
- this.pictureBox_Employee.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox_Employee.TabIndex = 32;
- this.pictureBox_Employee.TabStop = false;
- this.pictureBox_Employee.Visible = false;
- this.pictureBox_Employee.Click += new System.EventHandler(this.pictureBox_Employee_Click);
- //
- // label_employee
- //
- this.label_employee.AutoSize = true;
- this.label_employee.Cursor = System.Windows.Forms.Cursors.Default;
- this.label_employee.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label_employee.Location = new System.Drawing.Point(3, 434);
- this.label_employee.Name = "label_employee";
- this.label_employee.Size = new System.Drawing.Size(199, 16);
- this.label_employee.TabIndex = 30;
- this.label_employee.Text = "Вы вошли как администратор";
- this.label_employee.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.label_employee.Visible = false;
- //
- // pictureBox_personal_area
- //
- this.pictureBox_personal_area.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pictureBox_personal_area.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_personal_area.Image")));
- this.pictureBox_personal_area.Location = new System.Drawing.Point(19, 19);
- this.pictureBox_personal_area.Name = "pictureBox_personal_area";
- this.pictureBox_personal_area.Size = new System.Drawing.Size(65, 50);
- this.pictureBox_personal_area.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox_personal_area.TabIndex = 29;
- this.pictureBox_personal_area.TabStop = false;
- this.pictureBox_personal_area.Visible = false;
- this.pictureBox_personal_area.Click += new System.EventHandler(this.pictureBox_personal_area_Click);
- //
- // label_personal_area
- //
- this.label_personal_area.AutoSize = true;
- this.label_personal_area.Cursor = System.Windows.Forms.Cursors.Hand;
- this.label_personal_area.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label_personal_area.Location = new System.Drawing.Point(84, 32);
- this.label_personal_area.Name = "label_personal_area";
- this.label_personal_area.Size = new System.Drawing.Size(159, 20);
- this.label_personal_area.TabIndex = 28;
- this.label_personal_area.Text = "ЛИЧНЫЙ КАБИНЕТ";
- this.label_personal_area.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.label_personal_area.Visible = false;
- this.label_personal_area.Click += new System.EventHandler(this.label_personal_area_Click);
- //
- // label_efition
- //
- this.label_efition.AutoSize = true;
- this.label_efition.Cursor = System.Windows.Forms.Cursors.Hand;
- this.label_efition.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label_efition.Location = new System.Drawing.Point(661, 133);
- this.label_efition.Name = "label_efition";
- this.label_efition.Size = new System.Drawing.Size(119, 32);
- this.label_efition.TabIndex = 27;
- this.label_efition.Text = "ДОБАВИТЬ\r\nИЗДАТЕЛЬСТВО";
- this.label_efition.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.label_efition.Click += new System.EventHandler(this.label_efition_Click);
- //
- // button_edition
- //
- this.button_edition.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_edition.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button_edition.Location = new System.Drawing.Point(646, 80);
- this.button_edition.Name = "button_edition";
- this.button_edition.Size = new System.Drawing.Size(151, 47);
- this.button_edition.TabIndex = 26;
- this.button_edition.Text = "ИЗДАТЕЛЬСТВО";
- this.button_edition.UseVisualStyleBackColor = true;
- this.button_edition.Click += new System.EventHandler(this.button_edition_Click);
- //
- // label_performer
- //
- this.label_performer.AutoSize = true;
- this.label_performer.Cursor = System.Windows.Forms.Cursors.Hand;
- this.label_performer.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label_performer.Location = new System.Drawing.Point(34, 355);
- this.label_performer.Name = "label_performer";
- this.label_performer.Size = new System.Drawing.Size(114, 32);
- this.label_performer.TabIndex = 25;
- this.label_performer.Text = "ДОБАВИТЬ\r\nИСПОЛНИТЕЛЯ";
- this.label_performer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.label_performer.Click += new System.EventHandler(this.label_performer_Click);
- //
- // button_Performer
- //
- this.button_Performer.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_Performer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button_Performer.Location = new System.Drawing.Point(19, 306);
- this.button_Performer.Name = "button_Performer";
- this.button_Performer.Size = new System.Drawing.Size(141, 47);
- this.button_Performer.TabIndex = 24;
- this.button_Performer.Text = "ИСПОЛНИТЕЛИ";
- this.button_Performer.UseVisualStyleBackColor = true;
- this.button_Performer.Click += new System.EventHandler(this.button_Performer_Click);
- //
- // label_genre_add
- //
- this.label_genre_add.AutoSize = true;
- this.label_genre_add.Cursor = System.Windows.Forms.Cursors.Hand;
- this.label_genre_add.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label_genre_add.Location = new System.Drawing.Point(34, 250);
- this.label_genre_add.Name = "label_genre_add";
- this.label_genre_add.Size = new System.Drawing.Size(109, 32);
- this.label_genre_add.TabIndex = 23;
- this.label_genre_add.Text = "ДОБАВИТЬ\r\nЖАНР МУЗЫКИ";
- this.label_genre_add.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.label_genre_add.Click += new System.EventHandler(this.label_genre_add_Click);
- //
- // button_genre
- //
- this.button_genre.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_genre.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button_genre.Location = new System.Drawing.Point(19, 200);
- this.button_genre.Name = "button_genre";
- this.button_genre.Size = new System.Drawing.Size(141, 47);
- this.button_genre.TabIndex = 22;
- this.button_genre.Text = "ЖАНР МУЗЫКИ";
- this.button_genre.UseVisualStyleBackColor = true;
- this.button_genre.Click += new System.EventHandler(this.button_genre_Click);
- //
- // pictureBox1
- //
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(239, 181);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(454, 269);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 21;
- this.pictureBox1.TabStop = false;
- //
- // button_salesList
- //
- this.button_salesList.AutoSize = true;
- this.button_salesList.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_salesList.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button_salesList.Location = new System.Drawing.Point(195, 130);
- this.button_salesList.Name = "button_salesList";
- this.button_salesList.Size = new System.Drawing.Size(115, 48);
- this.button_salesList.TabIndex = 20;
- this.button_salesList.Text = "СПИСОК\r\nПРОВЕДЕННЫХ\r\nПРОДАЖ";
- this.button_salesList.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.button_salesList.Click += new System.EventHandler(this.button_salesList_Click);
- //
- // button_Country
- //
- this.button_Country.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_Country.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button_Country.Location = new System.Drawing.Point(347, 80);
- this.button_Country.Name = "button_Country";
- this.button_Country.Size = new System.Drawing.Size(118, 47);
- this.button_Country.TabIndex = 19;
- this.button_Country.Text = "СТРАНЫ";
- this.button_Country.UseVisualStyleBackColor = true;
- this.button_Country.Click += new System.EventHandler(this.button_Country_Click);
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Cursor = System.Windows.Forms.Cursors.Hand;
- this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label10.Location = new System.Drawing.Point(511, 129);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(101, 32);
- this.label10.TabIndex = 14;
- this.label10.Text = "ДОБАВИТЬ \r\nПОСТАВЩИКА";
- this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.label10.Click += new System.EventHandler(this.label10_Click);
- //
- // button_Country_add
- //
- this.button_Country_add.AutoSize = true;
- this.button_Country_add.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_Country_add.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button_Country_add.Location = new System.Drawing.Point(344, 130);
- this.button_Country_add.Name = "button_Country_add";
- this.button_Country_add.Size = new System.Drawing.Size(132, 48);
- this.button_Country_add.TabIndex = 12;
- this.button_Country_add.Text = "ДОБАВИТЬ\r\nСТРАНУ\r\nПРОИЗВОДИТЕЛЯ";
- this.button_Country_add.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.button_Country_add.Click += new System.EventHandler(this.button_Country_add_Click);
- //
- // ButtonPostavshiki
- //
- this.ButtonPostavshiki.Cursor = System.Windows.Forms.Cursors.Hand;
- this.ButtonPostavshiki.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.ButtonPostavshiki.Location = new System.Drawing.Point(493, 79);
- this.ButtonPostavshiki.Name = "ButtonPostavshiki";
- this.ButtonPostavshiki.Size = new System.Drawing.Size(130, 47);
- this.ButtonPostavshiki.TabIndex = 5;
- this.ButtonPostavshiki.Text = "ПОСТАВЩИКИ";
- this.ButtonPostavshiki.UseVisualStyleBackColor = true;
- this.ButtonPostavshiki.Click += new System.EventHandler(this.ButtonPostavshiki_Click);
- //
- // ButtonProdaja
- //
- this.ButtonProdaja.Cursor = System.Windows.Forms.Cursors.Hand;
- this.ButtonProdaja.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.ButtonProdaja.Location = new System.Drawing.Point(192, 80);
- this.ButtonProdaja.Name = "ButtonProdaja";
- this.ButtonProdaja.Size = new System.Drawing.Size(118, 47);
- this.ButtonProdaja.TabIndex = 3;
- this.ButtonProdaja.Text = "ПРОДАЖА";
- this.ButtonProdaja.UseVisualStyleBackColor = true;
- this.ButtonProdaja.Click += new System.EventHandler(this.ButtonProdaja_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold);
- this.label2.Location = new System.Drawing.Point(666, 26);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(97, 26);
- this.label2.TabIndex = 2;
- this.label2.Text = "МЕНЮ";
- //
- // button_nomenklaturaAdd
- //
- this.button_nomenklaturaAdd.AutoSize = true;
- this.button_nomenklaturaAdd.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_nomenklaturaAdd.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button_nomenklaturaAdd.Location = new System.Drawing.Point(28, 127);
- this.button_nomenklaturaAdd.Name = "button_nomenklaturaAdd";
- this.button_nomenklaturaAdd.Size = new System.Drawing.Size(117, 48);
- this.button_nomenklaturaAdd.TabIndex = 1;
- this.button_nomenklaturaAdd.Text = "ДОБАВИТЬ\r\n ПОСТУПИВШИЙ\r\nТОВАР";
- this.button_nomenklaturaAdd.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.button_nomenklaturaAdd.Click += new System.EventHandler(this.button_nomenklaturaAdd_Click);
- //
- // ButtonNomenklatura
- //
- this.ButtonNomenklatura.Cursor = System.Windows.Forms.Cursors.Hand;
- this.ButtonNomenklatura.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.ButtonNomenklatura.Location = new System.Drawing.Point(6, 79);
- this.ButtonNomenklatura.Name = "ButtonNomenklatura";
- this.ButtonNomenklatura.Size = new System.Drawing.Size(159, 47);
- this.ButtonNomenklatura.TabIndex = 0;
- this.ButtonNomenklatura.Text = "НОМЕНКЛАТУРА";
- this.ButtonNomenklatura.UseVisualStyleBackColor = true;
- this.ButtonNomenklatura.Click += new System.EventHandler(this.ButtonNomenklatura_Click);
- //
- // label_editingEmployee
- //
- this.label_editingEmployee.AutoSize = true;
- this.label_editingEmployee.Cursor = System.Windows.Forms.Cursors.Hand;
- this.label_editingEmployee.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label_editingEmployee.Location = new System.Drawing.Point(84, 32);
- this.label_editingEmployee.Name = "label_editingEmployee";
- this.label_editingEmployee.Size = new System.Drawing.Size(285, 20);
- this.label_editingEmployee.TabIndex = 31;
- this.label_editingEmployee.Text = "РЕДАКТИРОВАНИЕ СОТРУДНИКОВ";
- this.label_editingEmployee.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.label_editingEmployee.Visible = false;
- this.label_editingEmployee.Click += new System.EventHandler(this.label_editingEmployee_Click);
- //
- // MainMenu
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
- this.ClientSize = new System.Drawing.Size(800, 451);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximumSize = new System.Drawing.Size(816, 489);
- this.MinimumSize = new System.Drawing.Size(816, 489);
- this.Name = "MainMenu";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Главное меню";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Employee)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_personal_area)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label button_nomenklaturaAdd;
- private System.Windows.Forms.Button ButtonNomenklatura;
- private System.Windows.Forms.Button ButtonPostavshiki;
- private System.Windows.Forms.Button ButtonProdaja;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label button_Country_add;
- private System.Windows.Forms.Button button_Country;
- private System.Windows.Forms.Label button_salesList;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Button button_genre;
- private System.Windows.Forms.Label label_genre_add;
- private System.Windows.Forms.Label label_performer;
- private System.Windows.Forms.Button button_Performer;
- private System.Windows.Forms.Label label_efition;
- private System.Windows.Forms.Button button_edition;
- private System.Windows.Forms.PictureBox pictureBox_personal_area;
- private System.Windows.Forms.Label label_personal_area;
- private System.Windows.Forms.Label label_editingEmployee;
- private System.Windows.Forms.Label label_employee;
- private System.Windows.Forms.PictureBox pictureBox_Employee;
- }
- }
|