namespace ddq
{
partial class PersonnelQ
{
///
/// 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.label1 = new System.Windows.Forms.Label();
this.txtName = new System.Windows.Forms.TextBox();
this.panPersonnelBottom = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.cmbRole = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.txtIndustryStartYear = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtCompanyStartYear = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.txtTitle = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.txtBio = new System.Windows.Forms.TextBox();
this.btnSavePersonnel = new System.Windows.Forms.Button();
this.btnDeletePersonnel = new System.Windows.Forms.Button();
this.panPersonnelBottom.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(28, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(45, 18);
this.label1.TabIndex = 0;
this.label1.Text = "Name";
//
// txtName
//
this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtName.Location = new System.Drawing.Point(152, 24);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(384, 26);
this.txtName.TabIndex = 1;
//
// panPersonnelBottom
//
this.panPersonnelBottom.BackColor = System.Drawing.Color.WhiteSmoke;
this.panPersonnelBottom.Controls.Add(this.btnDeletePersonnel);
this.panPersonnelBottom.Controls.Add(this.btnSavePersonnel);
this.panPersonnelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panPersonnelBottom.Location = new System.Drawing.Point(0, 629);
this.panPersonnelBottom.Name = "panPersonnelBottom";
this.panPersonnelBottom.Size = new System.Drawing.Size(600, 46);
this.panPersonnelBottom.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(32, 156);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(86, 18);
this.label2.TabIndex = 4;
this.label2.Text = "Current Role";
//
// cmbRole
//
this.cmbRole.FormattingEnabled = true;
this.cmbRole.Location = new System.Drawing.Point(153, 153);
this.cmbRole.Name = "cmbRole";
this.cmbRole.Size = new System.Drawing.Size(234, 26);
this.cmbRole.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(32, 201);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(106, 18);
this.label3.TabIndex = 6;
this.label3.Text = "Industry started";
//
// txtIndustryStartYear
//
this.txtIndustryStartYear.Location = new System.Drawing.Point(153, 198);
this.txtIndustryStartYear.Name = "txtIndustryStartYear";
this.txtIndustryStartYear.Size = new System.Drawing.Size(100, 26);
this.txtIndustryStartYear.TabIndex = 7;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(32, 244);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(113, 18);
this.label4.TabIndex = 9;
this.label4.Text = "Company started";
//
// txtCompanyStartYear
//
this.txtCompanyStartYear.Location = new System.Drawing.Point(153, 241);
this.txtCompanyStartYear.Name = "txtCompanyStartYear";
this.txtCompanyStartYear.Size = new System.Drawing.Size(100, 26);
this.txtCompanyStartYear.TabIndex = 10;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(280, 201);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(123, 18);
this.label5.TabIndex = 8;
this.label5.Text = "(year with 4 digits)";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(280, 244);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(123, 18);
this.label6.TabIndex = 11;
this.label6.Text = "(year with 4 digits)";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(32, 83);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(36, 18);
this.label7.TabIndex = 2;
this.label7.Text = "Title";
//
// txtTitle
//
this.txtTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtTitle.Location = new System.Drawing.Point(152, 80);
this.txtTitle.Name = "txtTitle";
this.txtTitle.Size = new System.Drawing.Size(384, 26);
this.txtTitle.TabIndex = 3;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(32, 292);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(28, 18);
this.label8.TabIndex = 12;
this.label8.Text = "Bio";
//
// txtBio
//
this.txtBio.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtBio.Location = new System.Drawing.Point(153, 289);
this.txtBio.Multiline = true;
this.txtBio.Name = "txtBio";
this.txtBio.Size = new System.Drawing.Size(383, 296);
this.txtBio.TabIndex = 13;
//
// btnSavePersonnel
//
this.btnSavePersonnel.Location = new System.Drawing.Point(490, 13);
this.btnSavePersonnel.Name = "btnSavePersonnel";
this.btnSavePersonnel.Size = new System.Drawing.Size(75, 23);
this.btnSavePersonnel.TabIndex = 0;
this.btnSavePersonnel.Text = "Save";
this.btnSavePersonnel.UseVisualStyleBackColor = true;
this.btnSavePersonnel.Click += new System.EventHandler(this.btnSavePersonnel_Click);
//
// btnDeletePersonnel
//
this.btnDeletePersonnel.ForeColor = System.Drawing.Color.Red;
this.btnDeletePersonnel.Location = new System.Drawing.Point(31, 13);
this.btnDeletePersonnel.Name = "btnDeletePersonnel";
this.btnDeletePersonnel.Size = new System.Drawing.Size(75, 23);
this.btnDeletePersonnel.TabIndex = 1;
this.btnDeletePersonnel.Text = "Delete";
this.btnDeletePersonnel.UseVisualStyleBackColor = true;
//
// PersonnelQ
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(600, 675);
this.Controls.Add(this.txtBio);
this.Controls.Add(this.label8);
this.Controls.Add(this.txtTitle);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtCompanyStartYear);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtIndustryStartYear);
this.Controls.Add(this.label3);
this.Controls.Add(this.cmbRole);
this.Controls.Add(this.label2);
this.Controls.Add(this.panPersonnelBottom);
this.Controls.Add(this.txtName);
this.Controls.Add(this.label1);
this.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.MinimizeBox = false;
this.Name = "PersonnelQ";
this.Text = "Personnel Data";
this.panPersonnelBottom.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Panel panPersonnelBottom;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cmbRole;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtIndustryStartYear;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtCompanyStartYear;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtTitle;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtBio;
private System.Windows.Forms.Button btnSavePersonnel;
private System.Windows.Forms.Button btnDeletePersonnel;
}
}