123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249 |
-
- namespace ARM_spec_otdelenia
- {
- partial class AddEditSocPol
- {
- /// <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()
- {
- 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;
- }
- }
|