namespace СУБД_Кадры { partial class fAddClient { /// /// 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() { System.Windows.Forms.Label label2; System.Windows.Forms.Label emailLabel; System.Windows.Forms.Label phoneLabel; System.Windows.Forms.Label lastNameLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fAddClient)); System.Windows.Forms.Label label3; System.Windows.Forms.Label label4; this.RbtFemale = new System.Windows.Forms.RadioButton(); this.RbtMale = new System.Windows.Forms.RadioButton(); this.BtnCancel = new System.Windows.Forms.Button(); this.BtnSave = new System.Windows.Forms.Button(); this.TbxEmail = new System.Windows.Forms.TextBox(); this.TbxPhone = new System.Windows.Forms.TextBox(); this.tbSurname = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.LblGenderCode = new System.Windows.Forms.Label(); this.tbName = new System.Windows.Forms.TextBox(); this.tbPathronymic = new System.Windows.Forms.TextBox(); label2 = new System.Windows.Forms.Label(); emailLabel = new System.Windows.Forms.Label(); phoneLabel = new System.Windows.Forms.Label(); lastNameLabel = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(417, 120); label2.Name = "label2"; label2.Size = new System.Drawing.Size(30, 13); label2.TabIndex = 47; label2.Text = "Пол:"; // // emailLabel // emailLabel.AutoSize = true; emailLabel.Location = new System.Drawing.Point(18, 232); emailLabel.Name = "emailLabel"; emailLabel.Size = new System.Drawing.Size(35, 13); emailLabel.TabIndex = 43; emailLabel.Text = "Email:"; // // phoneLabel // phoneLabel.AutoSize = true; phoneLabel.Location = new System.Drawing.Point(4, 200); phoneLabel.Name = "phoneLabel"; phoneLabel.Size = new System.Drawing.Size(55, 13); phoneLabel.TabIndex = 41; phoneLabel.Text = "Телефон:"; // // lastNameLabel // lastNameLabel.AutoSize = true; lastNameLabel.Location = new System.Drawing.Point(4, 123); lastNameLabel.Name = "lastNameLabel"; lastNameLabel.Size = new System.Drawing.Size(59, 13); lastNameLabel.TabIndex = 37; lastNameLabel.Text = "Фамилия:"; // // RbtFemale // this.RbtFemale.AutoSize = true; this.RbtFemale.Location = new System.Drawing.Point(538, 120); this.RbtFemale.Name = "RbtFemale"; this.RbtFemale.Size = new System.Drawing.Size(69, 17); this.RbtFemale.TabIndex = 49; this.RbtFemale.Text = "женский"; this.RbtFemale.UseVisualStyleBackColor = true; this.RbtFemale.CheckedChanged += new System.EventHandler(this.RbtFemale_CheckedChanged); // // RbtMale // this.RbtMale.AutoSize = true; this.RbtMale.Location = new System.Drawing.Point(458, 120); this.RbtMale.Name = "RbtMale"; this.RbtMale.Size = new System.Drawing.Size(70, 17); this.RbtMale.TabIndex = 48; this.RbtMale.Text = "мужской"; this.RbtMale.UseVisualStyleBackColor = true; this.RbtMale.CheckedChanged += new System.EventHandler(this.RbtMale_CheckedChanged); // // BtnCancel // this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245))))); this.BtnCancel.Location = new System.Drawing.Point(261, 287); this.BtnCancel.Name = "BtnCancel"; this.BtnCancel.Size = new System.Drawing.Size(150, 29); this.BtnCancel.TabIndex = 46; this.BtnCancel.Text = "Отмена"; this.BtnCancel.UseVisualStyleBackColor = false; this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click); // // BtnSave // this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245))))); this.BtnSave.Location = new System.Drawing.Point(85, 287); this.BtnSave.Name = "BtnSave"; this.BtnSave.Size = new System.Drawing.Size(150, 29); this.BtnSave.TabIndex = 45; this.BtnSave.Text = "Сохранить"; this.BtnSave.UseVisualStyleBackColor = false; this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click); // // TbxEmail // this.TbxEmail.Location = new System.Drawing.Point(85, 232); this.TbxEmail.Name = "TbxEmail"; this.TbxEmail.Size = new System.Drawing.Size(326, 20); this.TbxEmail.TabIndex = 44; // // TbxPhone // this.TbxPhone.Location = new System.Drawing.Point(85, 197); this.TbxPhone.Name = "TbxPhone"; this.TbxPhone.Size = new System.Drawing.Size(326, 20); this.TbxPhone.TabIndex = 42; // // tbSurname // this.tbSurname.Location = new System.Drawing.Point(85, 117); this.tbSurname.Name = "tbSurname"; this.tbSurname.Size = new System.Drawing.Size(326, 20); this.tbSurname.TabIndex = 38; // // panel1 // this.panel1.BackColor = System.Drawing.Color.MistyRose; this.panel1.Controls.Add(this.pictureBox1); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(614, 100); this.panel1.TabIndex = 50; // // pictureBox1 // this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right; this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(514, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(100, 100); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 1; this.pictureBox1.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Tw Cen MT", 27.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(77, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(404, 43); this.label1.TabIndex = 0; this.label1.Text = "Добавление клиента"; // // LblGenderCode // this.LblGenderCode.AutoSize = true; this.LblGenderCode.Location = new System.Drawing.Point(320, 450); this.LblGenderCode.Name = "LblGenderCode"; this.LblGenderCode.Size = new System.Drawing.Size(35, 13); this.LblGenderCode.TabIndex = 51; this.LblGenderCode.Text = "label3"; this.LblGenderCode.Visible = false; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(4, 149); label3.Name = "label3"; label3.Size = new System.Drawing.Size(32, 13); label3.TabIndex = 52; label3.Text = "Имя:"; // // tbName // this.tbName.Location = new System.Drawing.Point(85, 143); this.tbName.Name = "tbName"; this.tbName.Size = new System.Drawing.Size(326, 20); this.tbName.TabIndex = 53; // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(4, 175); label4.Name = "label4"; label4.Size = new System.Drawing.Size(57, 13); label4.TabIndex = 54; label4.Text = "Отчество:"; // // tbPathronymic // this.tbPathronymic.Location = new System.Drawing.Point(85, 169); this.tbPathronymic.Name = "tbPathronymic"; this.tbPathronymic.Size = new System.Drawing.Size(326, 20); this.tbPathronymic.TabIndex = 55; // // fAddClient // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlLightLight; this.ClientSize = new System.Drawing.Size(614, 353); this.Controls.Add(label4); this.Controls.Add(this.tbPathronymic); this.Controls.Add(label3); this.Controls.Add(this.tbName); this.Controls.Add(this.LblGenderCode); this.Controls.Add(this.panel1); this.Controls.Add(this.RbtFemale); this.Controls.Add(this.RbtMale); this.Controls.Add(label2); this.Controls.Add(this.BtnCancel); this.Controls.Add(this.BtnSave); this.Controls.Add(emailLabel); this.Controls.Add(this.TbxEmail); this.Controls.Add(phoneLabel); this.Controls.Add(this.TbxPhone); this.Controls.Add(lastNameLabel); this.Controls.Add(this.tbSurname); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "fAddClient"; this.Text = "Добавление клиента"; this.Load += new System.EventHandler(this.fAddClient_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.RadioButton RbtFemale; private System.Windows.Forms.RadioButton RbtMale; private System.Windows.Forms.Button BtnCancel; private System.Windows.Forms.Button BtnSave; private System.Windows.Forms.TextBox TbxEmail; private System.Windows.Forms.TextBox TbxPhone; private System.Windows.Forms.TextBox tbSurname; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label LblGenderCode; private System.Windows.Forms.TextBox tbName; private System.Windows.Forms.TextBox tbPathronymic; } }