namespace Diplom_O.SupportForms { partial class WorkChelForm { /// /// 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.fNameBox = new System.Windows.Forms.TextBox(); this.sNameBox = new System.Windows.Forms.TextBox(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.errorLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.workButton = new System.Windows.Forms.Button(); this.canceledButton = new System.Windows.Forms.Button(); this.tNameBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.addressBox = new System.Windows.Forms.RichTextBox(); this.pasportBox = new System.Windows.Forms.RichTextBox(); this.maleBox = new System.Windows.Forms.ComboBox(); this.birthdayBox = new System.Windows.Forms.DateTimePicker(); this.snilsBox = new System.Windows.Forms.MaskedTextBox(); this.innBox = new System.Windows.Forms.MaskedTextBox(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // fNameBox // this.fNameBox.Location = new System.Drawing.Point(104, 12); this.fNameBox.Name = "fNameBox"; this.fNameBox.Size = new System.Drawing.Size(216, 20); this.fNameBox.TabIndex = 0; // // sNameBox // this.sNameBox.Location = new System.Drawing.Point(104, 38); this.sNameBox.Name = "sNameBox"; this.sNameBox.Size = new System.Drawing.Size(216, 20); this.sNameBox.TabIndex = 1; // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.errorLabel}); this.statusStrip1.Location = new System.Drawing.Point(0, 428); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(332, 22); this.statusStrip1.TabIndex = 2; this.statusStrip1.Text = "statusStrip1"; // // errorLabel // this.errorLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold); this.errorLabel.ForeColor = System.Drawing.Color.Red; this.errorLabel.Name = "errorLabel"; this.errorLabel.Size = new System.Drawing.Size(57, 17); this.errorLabel.Text = "Ошибка."; this.errorLabel.Visible = false; // // workButton // this.workButton.Location = new System.Drawing.Point(245, 402); this.workButton.Name = "workButton"; this.workButton.Size = new System.Drawing.Size(75, 23); this.workButton.TabIndex = 5; this.workButton.Text = "Добавить"; this.workButton.UseVisualStyleBackColor = true; this.workButton.Click += new System.EventHandler(this.workButton_Click); // // canceledButton // this.canceledButton.Location = new System.Drawing.Point(164, 402); this.canceledButton.Name = "canceledButton"; this.canceledButton.Size = new System.Drawing.Size(75, 23); this.canceledButton.TabIndex = 6; this.canceledButton.Text = "Отмена"; this.canceledButton.UseVisualStyleBackColor = true; this.canceledButton.Click += new System.EventHandler(this.canceledButton_Click); // // tNameBox // this.tNameBox.Location = new System.Drawing.Point(104, 64); this.tNameBox.Name = "tNameBox"; this.tNameBox.Size = new System.Drawing.Size(216, 20); this.tNameBox.TabIndex = 7; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(42, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(56, 13); this.label1.TabIndex = 29; this.label1.Text = "Фамилия"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(69, 41); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 13); this.label2.TabIndex = 30; this.label2.Text = "Имя"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(44, 67); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(54, 13); this.label3.TabIndex = 31; this.label3.Text = "Отчетсво"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(71, 93); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(27, 13); this.label4.TabIndex = 32; this.label4.Text = "Пол"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(12, 119); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(86, 13); this.label5.TabIndex = 33; this.label5.Text = "Дата рождения"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(12, 145); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(38, 13); this.label6.TabIndex = 34; this.label6.Text = "Адрес"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(12, 249); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(31, 13); this.label7.TabIndex = 35; this.label7.Text = "ИНН"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(12, 275); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(45, 13); this.label8.TabIndex = 36; this.label8.Text = "СНИЛС"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(12, 301); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(50, 13); this.label9.TabIndex = 37; this.label9.Text = "Паспорт"; // // addressBox // this.addressBox.Location = new System.Drawing.Point(104, 142); this.addressBox.Name = "addressBox"; this.addressBox.Size = new System.Drawing.Size(216, 98); this.addressBox.TabIndex = 38; this.addressBox.Text = ""; // // pasportBox // this.pasportBox.Location = new System.Drawing.Point(104, 298); this.pasportBox.Name = "pasportBox"; this.pasportBox.Size = new System.Drawing.Size(216, 98); this.pasportBox.TabIndex = 39; this.pasportBox.Text = ""; // // maleBox // this.maleBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.maleBox.FormattingEnabled = true; this.maleBox.Items.AddRange(new object[] { "Мужчина", "Женщина"}); this.maleBox.Location = new System.Drawing.Point(104, 90); this.maleBox.Name = "maleBox"; this.maleBox.Size = new System.Drawing.Size(216, 21); this.maleBox.TabIndex = 40; // // birthdayBox // this.birthdayBox.CustomFormat = "yyyy.MM.dd"; this.birthdayBox.Location = new System.Drawing.Point(104, 116); this.birthdayBox.Name = "birthdayBox"; this.birthdayBox.Size = new System.Drawing.Size(216, 20); this.birthdayBox.TabIndex = 41; // // snilsBox // this.snilsBox.Location = new System.Drawing.Point(104, 272); this.snilsBox.Mask = "000-000-000 00"; this.snilsBox.Name = "snilsBox"; this.snilsBox.Size = new System.Drawing.Size(216, 20); this.snilsBox.TabIndex = 42; // // innBox // this.innBox.Location = new System.Drawing.Point(104, 246); this.innBox.Mask = "000000000000"; this.innBox.Name = "innBox"; this.innBox.Size = new System.Drawing.Size(216, 20); this.innBox.TabIndex = 43; // // WorkChelForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(332, 450); this.ControlBox = false; this.Controls.Add(this.innBox); this.Controls.Add(this.snilsBox); this.Controls.Add(this.birthdayBox); this.Controls.Add(this.maleBox); this.Controls.Add(this.pasportBox); this.Controls.Add(this.addressBox); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.tNameBox); this.Controls.Add(this.canceledButton); this.Controls.Add(this.workButton); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.sNameBox); this.Controls.Add(this.fNameBox); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "WorkChelForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Штатное место"; this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox fNameBox; private System.Windows.Forms.TextBox sNameBox; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel errorLabel; private System.Windows.Forms.Button workButton; private System.Windows.Forms.Button canceledButton; private System.Windows.Forms.TextBox tNameBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.RichTextBox addressBox; private System.Windows.Forms.RichTextBox pasportBox; private System.Windows.Forms.ComboBox maleBox; private System.Windows.Forms.DateTimePicker birthdayBox; private System.Windows.Forms.MaskedTextBox snilsBox; private System.Windows.Forms.MaskedTextBox innBox; } }