namespace kafe_Loriy { partial class Form5 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.button3 = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.textBox5 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // button3 // this.button3.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.button3.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button3.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.button3.Location = new System.Drawing.Point(12, 12); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(309, 34); this.button3.TabIndex = 4; this.button3.Text = "Создать форму для заполнения"; this.button3.UseVisualStyleBackColor = false; // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.ScrollBar; this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.textBox5); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.dateTimePicker1); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.textBox4); this.panel1.Controls.Add(this.textBox3); this.panel1.Controls.Add(this.textBox2); this.panel1.Controls.Add(this.textBox1); this.panel1.Location = new System.Drawing.Point(12, 80); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(776, 292); this.panel1.TabIndex = 5; // // textBox1 // this.textBox1.BackColor = System.Drawing.SystemColors.InactiveCaptionText; this.textBox1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.textBox1.ForeColor = System.Drawing.SystemColors.Window; this.textBox1.Location = new System.Drawing.Point(25, 49); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(168, 26); this.textBox1.TabIndex = 6; // // textBox2 // this.textBox2.BackColor = System.Drawing.SystemColors.InactiveCaptionText; this.textBox2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.textBox2.ForeColor = System.Drawing.SystemColors.Window; this.textBox2.Location = new System.Drawing.Point(25, 102); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(168, 26); this.textBox2.TabIndex = 7; // // textBox3 // this.textBox3.BackColor = System.Drawing.SystemColors.InactiveCaptionText; this.textBox3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.textBox3.ForeColor = System.Drawing.SystemColors.Window; this.textBox3.Location = new System.Drawing.Point(25, 156); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(168, 26); this.textBox3.TabIndex = 8; // // textBox4 // this.textBox4.BackColor = System.Drawing.SystemColors.InactiveCaptionText; this.textBox4.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.textBox4.ForeColor = System.Drawing.SystemColors.Window; this.textBox4.Location = new System.Drawing.Point(277, 49); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(181, 26); this.textBox4.TabIndex = 9; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.label1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.ForeColor = System.Drawing.SystemColors.Menu; this.label1.Location = new System.Drawing.Point(25, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(72, 19); this.label1.TabIndex = 10; this.label1.Text = "Фамилия"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.label2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.ForeColor = System.Drawing.SystemColors.Menu; this.label2.Location = new System.Drawing.Point(25, 80); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(37, 19); this.label2.TabIndex = 11; this.label2.Text = "Имя"; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.label3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label3.ForeColor = System.Drawing.SystemColors.Menu; this.label3.Location = new System.Drawing.Point(25, 134); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(73, 19); this.label3.TabIndex = 12; this.label3.Text = "Отчество"; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.label4.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label4.ForeColor = System.Drawing.SystemColors.Menu; this.label4.Location = new System.Drawing.Point(277, 28); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 19); this.label4.TabIndex = 13; this.label4.Text = "Телефон"; // // dateTimePicker1 // this.dateTimePicker1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.dateTimePicker1.Location = new System.Drawing.Point(551, 49); this.dateTimePicker1.Name = "dateTimePicker1"; this.dateTimePicker1.Size = new System.Drawing.Size(200, 26); this.dateTimePicker1.TabIndex = 14; // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.label5.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label5.ForeColor = System.Drawing.SystemColors.Menu; this.label5.Location = new System.Drawing.Point(551, 27); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(112, 19); this.label5.TabIndex = 15; this.label5.Text = "Дата рождения"; // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.label6.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label6.ForeColor = System.Drawing.SystemColors.Menu; this.label6.Location = new System.Drawing.Point(277, 81); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(139, 19); this.label6.TabIndex = 17; this.label6.Text = "Адрес проживания"; // // textBox5 // this.textBox5.BackColor = System.Drawing.SystemColors.InactiveCaptionText; this.textBox5.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.textBox5.ForeColor = System.Drawing.SystemColors.Window; this.textBox5.Location = new System.Drawing.Point(277, 102); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(181, 26); this.textBox5.TabIndex = 16; // // button1 // this.button1.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.button1.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button1.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.button1.Location = new System.Drawing.Point(226, 232); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(309, 34); this.button1.TabIndex = 18; this.button1.Text = "Сохранить данные"; this.button1.UseVisualStyleBackColor = false; // // Form5 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::kafe_Loriy.Properties.Resources._1c2w5eGQlRcroXM3AHx4Wr_SQPHl_jlZkpOinhQlyuYVFb9B0pNRYMkFSI6R3i_QZcqo11Rktf_1T7v0o8ZW97z_; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.panel1); this.Controls.Add(this.button3); this.Name = "Form5"; this.Text = "Добавление нового сотрудника"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button button3; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox textBox5; private System.Windows.Forms.Label label5; private System.Windows.Forms.DateTimePicker dateTimePicker1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; } }