PIbd-31_Kryukov.A.I._COP_9/EmployerForm/EmployerForm.Designer.cs

155 lines
5.5 KiB
C#

namespace EmployerForm
{
partial class EmployerForm
{
/// <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()
{
labelFio = new Label();
textBoxFio = new TextBox();
labelExp = new Label();
customInputRangeNumber = new BelianinComponents.CustomInputRangeNumber();
labelSubvision = new Label();
labelPosts = new Label();
sqlDataAdapter1 = new Microsoft.Data.SqlClient.SqlDataAdapter();
textBoxPosts = new TextBox();
buttonCreate = new Button();
dropDownList = new KashinComponent.DropDownList();
SuspendLayout();
//
// labelFio
//
labelFio.AutoSize = true;
labelFio.Location = new Point(35, 39);
labelFio.Name = "labelFio";
labelFio.Size = new Size(31, 20);
labelFio.TabIndex = 0;
labelFio.Text = "FIO";
//
// textBoxFio
//
textBoxFio.Location = new Point(122, 36);
textBoxFio.Name = "textBoxFio";
textBoxFio.Size = new Size(179, 27);
textBoxFio.TabIndex = 1;
//
// labelExp
//
labelExp.AutoSize = true;
labelExp.Location = new Point(35, 80);
labelExp.Name = "labelExp";
labelExp.Size = new Size(81, 20);
labelExp.TabIndex = 2;
labelExp.Text = "Experience";
//
// customInputRangeNumber
//
customInputRangeNumber.Location = new Point(122, 80);
customInputRangeNumber.MaxValue = null;
customInputRangeNumber.MinValue = null;
customInputRangeNumber.Name = "customInputRangeNumber";
customInputRangeNumber.Size = new Size(161, 45);
customInputRangeNumber.TabIndex = 3;
//
// labelSubvision
//
labelSubvision.AutoSize = true;
labelSubvision.Location = new Point(35, 134);
labelSubvision.Name = "labelSubvision";
labelSubvision.Size = new Size(72, 20);
labelSubvision.TabIndex = 4;
labelSubvision.Text = "Subvision";
//
// labelPosts
//
labelPosts.AutoSize = true;
labelPosts.Location = new Point(35, 220);
labelPosts.Name = "labelPosts";
labelPosts.Size = new Size(42, 20);
labelPosts.TabIndex = 5;
labelPosts.Text = "Posts";
//
// textBoxPosts
//
textBoxPosts.Location = new Point(122, 217);
textBoxPosts.Name = "textBoxPosts";
textBoxPosts.Size = new Size(179, 27);
textBoxPosts.TabIndex = 6;
//
// buttonCreate
//
buttonCreate.Location = new Point(113, 274);
buttonCreate.Name = "buttonCreate";
buttonCreate.Size = new Size(94, 29);
buttonCreate.TabIndex = 8;
buttonCreate.Text = "Create";
buttonCreate.UseVisualStyleBackColor = true;
buttonCreate.Click += ButtonCreate_Click;
//
// dropDownList
//
dropDownList.Location = new Point(120, 132);
dropDownList.Margin = new Padding(3, 4, 3, 4);
dropDownList.Name = "dropDownList";
dropDownList.SelectedValue = "";
dropDownList.Size = new Size(181, 49);
dropDownList.TabIndex = 9;
dropDownList.Load += EmployerForm_Load;
//
// EmployerForm
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(562, 312);
Controls.Add(dropDownList);
Controls.Add(buttonCreate);
Controls.Add(textBoxPosts);
Controls.Add(labelPosts);
Controls.Add(labelSubvision);
Controls.Add(customInputRangeNumber);
Controls.Add(labelExp);
Controls.Add(textBoxFio);
Controls.Add(labelFio);
Name = "EmployerForm";
Text = "FormEmployer";
ResumeLayout(false);
PerformLayout();
}
#endregion
private Label labelFio;
private TextBox textBoxFio;
private Label labelExp;
private BelianinComponents.CustomInputRangeNumber customInputRangeNumber;
private Label labelSubvision;
private Label labelPosts;
private Microsoft.Data.SqlClient.SqlDataAdapter sqlDataAdapter1;
private TextBox textBoxPosts;
private Button buttonCreate;
private KashinComponent.DropDownList dropDownList;
}
}