| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227 |
- namespace WindowsFormsApp4
- {
- partial class ManagerEditForm
- {
- private System.ComponentModel.IContainer components = null;
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- private void InitializeComponent()
- {
- this.txtLastName = new System.Windows.Forms.TextBox();
- this.txtFirstName = new System.Windows.Forms.TextBox();
- this.txtMiddleName = new System.Windows.Forms.TextBox();
- this.txtPhone = new System.Windows.Forms.TextBox();
- this.btnSave = new System.Windows.Forms.Button();
- this.btnCancel = new System.Windows.Forms.Button();
- this.lblLastName = new System.Windows.Forms.Label();
- this.lblFirstName = new System.Windows.Forms.Label();
- this.lblMiddleName = new System.Windows.Forms.Label();
- this.lblPhone = new System.Windows.Forms.Label();
- this.lblTitle = new System.Windows.Forms.Label();
- this.panelHeader = new System.Windows.Forms.Panel();
- this.panelHeader.SuspendLayout();
- this.SuspendLayout();
- //
- // txtLastName
- //
- this.txtLastName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.txtLastName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtLastName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.txtLastName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.txtLastName.Location = new System.Drawing.Point(98, 63);
- this.txtLastName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.txtLastName.Name = "txtLastName";
- this.txtLastName.Size = new System.Drawing.Size(188, 23);
- this.txtLastName.TabIndex = 2;
- //
- // txtFirstName
- //
- this.txtFirstName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.txtFirstName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtFirstName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.txtFirstName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.txtFirstName.Location = new System.Drawing.Point(98, 91);
- this.txtFirstName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.txtFirstName.Name = "txtFirstName";
- this.txtFirstName.Size = new System.Drawing.Size(188, 23);
- this.txtFirstName.TabIndex = 4;
- //
- // txtMiddleName
- //
- this.txtMiddleName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.txtMiddleName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtMiddleName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.txtMiddleName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.txtMiddleName.Location = new System.Drawing.Point(98, 119);
- this.txtMiddleName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.txtMiddleName.Name = "txtMiddleName";
- this.txtMiddleName.Size = new System.Drawing.Size(188, 23);
- this.txtMiddleName.TabIndex = 6;
- //
- // txtPhone
- //
- this.txtPhone.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.txtPhone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtPhone.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.txtPhone.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.txtPhone.Location = new System.Drawing.Point(98, 148);
- this.txtPhone.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.txtPhone.Name = "txtPhone";
- this.txtPhone.Size = new System.Drawing.Size(188, 23);
- this.txtPhone.TabIndex = 8;
- //
- // btnSave
- //
- this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
- this.btnSave.FlatAppearance.BorderSize = 0;
- this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnSave.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
- this.btnSave.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnSave.Location = new System.Drawing.Point(71, 195);
- this.btnSave.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(100, 32);
- this.btnSave.TabIndex = 9;
- this.btnSave.Text = "Сохранить";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.BtnSave_Click);
- //
- // btnCancel
- //
- this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.btnCancel.FlatAppearance.BorderSize = 0;
- this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
- this.btnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnCancel.Location = new System.Drawing.Point(185, 195);
- this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(100, 32);
- this.btnCancel.TabIndex = 10;
- this.btnCancel.Text = "Отмена";
- this.btnCancel.UseVisualStyleBackColor = false;
- this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
- //
- // lblLastName
- //
- this.lblLastName.AutoSize = true;
- this.lblLastName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.lblLastName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblLastName.Location = new System.Drawing.Point(30, 65);
- this.lblLastName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblLastName.Name = "lblLastName";
- this.lblLastName.Size = new System.Drawing.Size(74, 17);
- this.lblLastName.TabIndex = 1;
- this.lblLastName.Text = "Фамилия:";
- //
- // lblFirstName
- //
- this.lblFirstName.AutoSize = true;
- this.lblFirstName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.lblFirstName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblFirstName.Location = new System.Drawing.Point(52, 93);
- this.lblFirstName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblFirstName.Name = "lblFirstName";
- this.lblFirstName.Size = new System.Drawing.Size(39, 17);
- this.lblFirstName.TabIndex = 3;
- this.lblFirstName.Text = "Имя:";
- //
- // lblMiddleName
- //
- this.lblMiddleName.AutoSize = true;
- this.lblMiddleName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.lblMiddleName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblMiddleName.Location = new System.Drawing.Point(34, 122);
- this.lblMiddleName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblMiddleName.Name = "lblMiddleName";
- this.lblMiddleName.Size = new System.Drawing.Size(75, 17);
- this.lblMiddleName.TabIndex = 5;
- this.lblMiddleName.Text = "Отчество:";
- //
- // lblPhone
- //
- this.lblPhone.AutoSize = true;
- this.lblPhone.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.lblPhone.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblPhone.Location = new System.Drawing.Point(41, 150);
- this.lblPhone.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblPhone.Name = "lblPhone";
- this.lblPhone.Size = new System.Drawing.Size(72, 17);
- this.lblPhone.TabIndex = 7;
- this.lblPhone.Text = "Телефон:";
- //
- // lblTitle
- //
- this.lblTitle.AutoSize = true;
- this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold);
- this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblTitle.Location = new System.Drawing.Point(90, 12);
- this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblTitle.Name = "lblTitle";
- this.lblTitle.Size = new System.Drawing.Size(195, 26);
- this.lblTitle.TabIndex = 0;
- this.lblTitle.Text = "Редактирование";
- //
- // panelHeader
- //
- this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.panelHeader.Controls.Add(this.lblTitle);
- this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelHeader.Location = new System.Drawing.Point(0, 0);
- this.panelHeader.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.panelHeader.Name = "panelHeader";
- this.panelHeader.Size = new System.Drawing.Size(338, 49);
- this.panelHeader.TabIndex = 0;
- //
- // ManagerEditForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.ClientSize = new System.Drawing.Size(338, 260);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.txtPhone);
- this.Controls.Add(this.lblPhone);
- this.Controls.Add(this.txtMiddleName);
- this.Controls.Add(this.lblMiddleName);
- this.Controls.Add(this.txtFirstName);
- this.Controls.Add(this.lblFirstName);
- this.Controls.Add(this.txtLastName);
- this.Controls.Add(this.lblLastName);
- this.Controls.Add(this.panelHeader);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.MaximizeBox = false;
- this.Name = "ManagerEditForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "Менеджер";
- this.panelHeader.ResumeLayout(false);
- this.panelHeader.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- private System.Windows.Forms.TextBox txtLastName;
- private System.Windows.Forms.TextBox txtFirstName;
- private System.Windows.Forms.TextBox txtMiddleName;
- private System.Windows.Forms.TextBox txtPhone;
- private System.Windows.Forms.Button btnSave;
- private System.Windows.Forms.Button btnCancel;
- private System.Windows.Forms.Label lblLastName;
- private System.Windows.Forms.Label lblFirstName;
- private System.Windows.Forms.Label lblMiddleName;
- private System.Windows.Forms.Label lblPhone;
- private System.Windows.Forms.Label lblTitle;
- private System.Windows.Forms.Panel panelHeader;
- }
- }
|