namespace Дол_Восток { partial class addOtryad { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(addOtryad)); this.cb_sotrudnic = new System.Windows.Forms.ComboBox(); this.cb_korpus = new System.Windows.Forms.ComboBox(); this.nud_kolChildren = new System.Windows.Forms.NumericUpDown(); this.bt_add = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.nud_kolChildren)).BeginInit(); this.SuspendLayout(); // // cb_sotrudnic // this.cb_sotrudnic.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.cb_sotrudnic.FormattingEnabled = true; this.cb_sotrudnic.Location = new System.Drawing.Point(438, 79); this.cb_sotrudnic.Name = "cb_sotrudnic"; this.cb_sotrudnic.Size = new System.Drawing.Size(180, 28); this.cb_sotrudnic.TabIndex = 0; // // cb_korpus // this.cb_korpus.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.cb_korpus.FormattingEnabled = true; this.cb_korpus.Location = new System.Drawing.Point(438, 197); this.cb_korpus.Name = "cb_korpus"; this.cb_korpus.Size = new System.Drawing.Size(180, 28); this.cb_korpus.TabIndex = 1; // // nud_kolChildren // this.nud_kolChildren.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.nud_kolChildren.Location = new System.Drawing.Point(438, 138); this.nud_kolChildren.Name = "nud_kolChildren"; this.nud_kolChildren.Size = new System.Drawing.Size(180, 26); this.nud_kolChildren.TabIndex = 2; // // bt_add // this.bt_add.BackColor = System.Drawing.SystemColors.Window; this.bt_add.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold); this.bt_add.Location = new System.Drawing.Point(253, 279); this.bt_add.Name = "bt_add"; this.bt_add.Size = new System.Drawing.Size(208, 44); this.bt_add.TabIndex = 3; this.bt_add.Text = "Сохранить"; this.bt_add.UseVisualStyleBackColor = false; this.bt_add.Click += new System.EventHandler(this.bt_add_Click); // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160))))); this.label3.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.label3.Location = new System.Drawing.Point(73, 194); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(118, 28); this.label3.TabIndex = 66; this.label3.Text = "Корпус"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160))))); this.label2.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.label2.Location = new System.Drawing.Point(73, 134); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(279, 28); this.label2.TabIndex = 65; this.label2.Text = "Количество детей"; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160))))); this.label1.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.label1.Location = new System.Drawing.Point(73, 79); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(235, 28); this.label1.TabIndex = 64; this.label1.Text = "Ответственный"; // // label14 // this.label14.AutoSize = true; this.label14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(88)))), ((int)(((byte)(160))))); this.label14.Font = new System.Drawing.Font("aMavickFont", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label14.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.label14.Location = new System.Drawing.Point(215, 29); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(283, 28); this.label14.TabIndex = 63; this.label14.Text = "Данные об отряде"; // // addOtryad // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.ClientSize = new System.Drawing.Size(693, 369); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.label14); this.Controls.Add(this.bt_add); this.Controls.Add(this.nud_kolChildren); this.Controls.Add(this.cb_korpus); this.Controls.Add(this.cb_sotrudnic); this.Name = "addOtryad"; this.Text = "addOtryad"; this.Load += new System.EventHandler(this.addOtryad_Load); ((System.ComponentModel.ISupportInitialize)(this.nud_kolChildren)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox cb_sotrudnic; private System.Windows.Forms.ComboBox cb_korpus; private System.Windows.Forms.NumericUpDown nud_kolChildren; private System.Windows.Forms.Button bt_add; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label14; } }