274 lines
10 KiB
C#
274 lines
10 KiB
C#
|
|
|||
|
namespace Diplom_O.SupportForms
|
|||
|
{
|
|||
|
partial class ChildForm
|
|||
|
{
|
|||
|
/// <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.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.maleBox = new System.Windows.Forms.ComboBox();
|
|||
|
this.birthdayBox = new System.Windows.Forms.DateTimePicker();
|
|||
|
this.linkRod1 = new System.Windows.Forms.LinkLabel();
|
|||
|
this.linkRod2 = new System.Windows.Forms.LinkLabel();
|
|||
|
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, 225);
|
|||
|
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, 194);
|
|||
|
this.workButton.Name = "workButton";
|
|||
|
this.workButton.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.workButton.TabIndex = 9;
|
|||
|
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, 194);
|
|||
|
this.canceledButton.Name = "canceledButton";
|
|||
|
this.canceledButton.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.canceledButton.TabIndex = 10;
|
|||
|
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 = 2;
|
|||
|
//
|
|||
|
// 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(34, 145);
|
|||
|
this.label6.Name = "label6";
|
|||
|
this.label6.Size = new System.Drawing.Size(64, 13);
|
|||
|
this.label6.TabIndex = 34;
|
|||
|
this.label6.Text = "Родитель 1";
|
|||
|
//
|
|||
|
// label7
|
|||
|
//
|
|||
|
this.label7.AutoSize = true;
|
|||
|
this.label7.Location = new System.Drawing.Point(34, 171);
|
|||
|
this.label7.Name = "label7";
|
|||
|
this.label7.Size = new System.Drawing.Size(64, 13);
|
|||
|
this.label7.TabIndex = 35;
|
|||
|
this.label7.Text = "Родитель 2";
|
|||
|
//
|
|||
|
// 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 = 3;
|
|||
|
//
|
|||
|
// 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 = 4;
|
|||
|
//
|
|||
|
// linkRod1
|
|||
|
//
|
|||
|
this.linkRod1.AutoSize = true;
|
|||
|
this.linkRod1.Location = new System.Drawing.Point(104, 145);
|
|||
|
this.linkRod1.Name = "linkRod1";
|
|||
|
this.linkRod1.Size = new System.Drawing.Size(110, 13);
|
|||
|
this.linkRod1.TabIndex = 40;
|
|||
|
this.linkRod1.TabStop = true;
|
|||
|
this.linkRod1.Text = "Выбрать человека...";
|
|||
|
this.linkRod1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkRod1_LinkClicked);
|
|||
|
//
|
|||
|
// linkRod2
|
|||
|
//
|
|||
|
this.linkRod2.AutoSize = true;
|
|||
|
this.linkRod2.Location = new System.Drawing.Point(104, 171);
|
|||
|
this.linkRod2.Name = "linkRod2";
|
|||
|
this.linkRod2.Size = new System.Drawing.Size(110, 13);
|
|||
|
this.linkRod2.TabIndex = 41;
|
|||
|
this.linkRod2.TabStop = true;
|
|||
|
this.linkRod2.Text = "Выбрать человека...";
|
|||
|
this.linkRod2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkRod2_LinkClicked);
|
|||
|
//
|
|||
|
// ChildForm
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(332, 247);
|
|||
|
this.ControlBox = false;
|
|||
|
this.Controls.Add(this.linkRod2);
|
|||
|
this.Controls.Add(this.linkRod1);
|
|||
|
this.Controls.Add(this.birthdayBox);
|
|||
|
this.Controls.Add(this.maleBox);
|
|||
|
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 = "ChildForm";
|
|||
|
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.ComboBox maleBox;
|
|||
|
private System.Windows.Forms.DateTimePicker birthdayBox;
|
|||
|
private System.Windows.Forms.LinkLabel linkRod1;
|
|||
|
private System.Windows.Forms.LinkLabel linkRod2;
|
|||
|
}
|
|||
|
}
|