namespace ARM_spec_otdelenia { partial class AddEditSocPol { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.familyText = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.chsText = new System.Windows.Forms.TextBox(); this.backBtn = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.saveBtn = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.babyText = new System.Windows.Forms.TextBox(); this.workText = new System.Windows.Forms.TextBox(); this.cashText = new System.Windows.Forms.TextBox(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(110))))); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(684, 95); this.panel1.TabIndex = 51; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(150, 5); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(400, 90); this.label1.TabIndex = 0; this.label1.Text = "Добавить/редактировать\r\nсоциальное положение"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label5.Location = new System.Drawing.Point(11, 272); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(199, 38); this.label5.TabIndex = 63; this.label5.Text = "Состав семьи:"; // // familyText // this.familyText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.familyText.Location = new System.Drawing.Point(293, 269); this.familyText.Name = "familyText"; this.familyText.Size = new System.Drawing.Size(379, 45); this.familyText.TabIndex = 62; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label6.Location = new System.Drawing.Point(12, 323); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(181, 38); this.label6.TabIndex = 61; this.label6.Text = "Наличие ЧС:"; // // chsText // this.chsText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.chsText.Location = new System.Drawing.Point(293, 320); this.chsText.Name = "chsText"; this.chsText.Size = new System.Drawing.Size(379, 45); this.chsText.TabIndex = 60; // // backBtn // this.backBtn.BackColor = System.Drawing.Color.White; this.backBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.backBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black; this.backBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White; this.backBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White; this.backBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.backBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.backBtn.ForeColor = System.Drawing.Color.Black; this.backBtn.Location = new System.Drawing.Point(404, 371); this.backBtn.Name = "backBtn"; this.backBtn.Size = new System.Drawing.Size(146, 35); this.backBtn.TabIndex = 59; this.backBtn.Text = "Отмена"; this.backBtn.UseVisualStyleBackColor = false; this.backBtn.MouseLeave += new System.EventHandler(this.backBtn_MouseLeave); this.backBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.backBtn_MouseMove); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label4.Location = new System.Drawing.Point(11, 170); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(110, 38); this.label4.TabIndex = 58; this.label4.Text = "Доход:"; // // saveBtn // this.saveBtn.BackColor = System.Drawing.Color.White; this.saveBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black; this.saveBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White; this.saveBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White; this.saveBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.saveBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.saveBtn.ForeColor = System.Drawing.Color.Black; this.saveBtn.Location = new System.Drawing.Point(130, 371); this.saveBtn.Name = "saveBtn"; this.saveBtn.Size = new System.Drawing.Size(146, 35); this.saveBtn.TabIndex = 56; this.saveBtn.Text = "Сохранить"; this.saveBtn.UseVisualStyleBackColor = false; this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click); this.saveBtn.MouseLeave += new System.EventHandler(this.saveBtn_MouseLeave); this.saveBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.saveBtn_MouseMove); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label3.Location = new System.Drawing.Point(12, 221); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(262, 38); this.label3.TabIndex = 55; this.label3.Text = "Количество детей:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.Location = new System.Drawing.Point(11, 119); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(206, 38); this.label2.TabIndex = 54; this.label2.Text = "Место работы:"; // // babyText // this.babyText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.babyText.Location = new System.Drawing.Point(293, 218); this.babyText.Name = "babyText"; this.babyText.Size = new System.Drawing.Size(379, 45); this.babyText.TabIndex = 53; // // workText // this.workText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.workText.Location = new System.Drawing.Point(293, 116); this.workText.Name = "workText"; this.workText.Size = new System.Drawing.Size(379, 45); this.workText.TabIndex = 52; // // cashText // this.cashText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.cashText.Location = new System.Drawing.Point(293, 167); this.cashText.Name = "cashText"; this.cashText.Size = new System.Drawing.Size(379, 45); this.cashText.TabIndex = 64; // // AddEditSocPol // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(684, 411); this.Controls.Add(this.cashText); this.Controls.Add(this.panel1); this.Controls.Add(this.label5); this.Controls.Add(this.familyText); this.Controls.Add(this.label6); this.Controls.Add(this.chsText); this.Controls.Add(this.backBtn); this.Controls.Add(this.label4); this.Controls.Add(this.saveBtn); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.babyText); this.Controls.Add(this.workText); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AddEditSocPol"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Форма добавления/редактирования социального положения"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button backBtn; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button saveBtn; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; public System.Windows.Forms.TextBox familyText; public System.Windows.Forms.TextBox chsText; public System.Windows.Forms.TextBox babyText; public System.Windows.Forms.TextBox workText; public System.Windows.Forms.TextBox cashText; } }