169 lines
6.2 KiB
C#
169 lines
6.2 KiB
C#
namespace Accounting_Time_It_Company.Forms
|
|
{
|
|
partial class FormEmployee
|
|
{
|
|
/// <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()
|
|
{
|
|
maskedTextBoxPhone = new MaskedTextBox();
|
|
buttonCansle = new Button();
|
|
buttonSave = new Button();
|
|
labelPhone = new Label();
|
|
textBoxName = new TextBox();
|
|
labelName = new Label();
|
|
labelPost = new Label();
|
|
labelAllowance = new Label();
|
|
comboBoxPost = new ComboBox();
|
|
numericUpDownAllowance = new NumericUpDown();
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownAllowance).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// maskedTextBoxPhone
|
|
//
|
|
maskedTextBoxPhone.Location = new Point(107, 84);
|
|
maskedTextBoxPhone.Mask = "000 000 0000";
|
|
maskedTextBoxPhone.Name = "maskedTextBoxPhone";
|
|
maskedTextBoxPhone.Size = new Size(205, 27);
|
|
maskedTextBoxPhone.TabIndex = 12;
|
|
//
|
|
// buttonCansle
|
|
//
|
|
buttonCansle.Location = new Point(218, 242);
|
|
buttonCansle.Name = "buttonCansle";
|
|
buttonCansle.Size = new Size(94, 29);
|
|
buttonCansle.TabIndex = 11;
|
|
buttonCansle.Text = "Отмена";
|
|
buttonCansle.UseVisualStyleBackColor = true;
|
|
buttonCansle.Click += ButtonCansle_Click;
|
|
//
|
|
// buttonSave
|
|
//
|
|
buttonSave.Location = new Point(109, 242);
|
|
buttonSave.Name = "buttonSave";
|
|
buttonSave.Size = new Size(94, 29);
|
|
buttonSave.TabIndex = 10;
|
|
buttonSave.Text = "Сохранить";
|
|
buttonSave.UseVisualStyleBackColor = true;
|
|
buttonSave.Click += ButtonSave_Click;
|
|
//
|
|
// labelPhone
|
|
//
|
|
labelPhone.AutoSize = true;
|
|
labelPhone.Location = new Point(14, 87);
|
|
labelPhone.Name = "labelPhone";
|
|
labelPhone.Size = new Size(72, 20);
|
|
labelPhone.TabIndex = 9;
|
|
labelPhone.Text = "Телефон:";
|
|
//
|
|
// textBoxName
|
|
//
|
|
textBoxName.Location = new Point(107, 28);
|
|
textBoxName.Name = "textBoxName";
|
|
textBoxName.Size = new Size(205, 27);
|
|
textBoxName.TabIndex = 8;
|
|
//
|
|
// labelName
|
|
//
|
|
labelName.AutoSize = true;
|
|
labelName.Location = new Point(14, 31);
|
|
labelName.Name = "labelName";
|
|
labelName.Size = new Size(42, 20);
|
|
labelName.TabIndex = 7;
|
|
labelName.Text = "Имя:";
|
|
//
|
|
// labelPost
|
|
//
|
|
labelPost.AutoSize = true;
|
|
labelPost.Location = new Point(14, 139);
|
|
labelPost.Name = "labelPost";
|
|
labelPost.Size = new Size(89, 20);
|
|
labelPost.TabIndex = 13;
|
|
labelPost.Text = "Должность:";
|
|
//
|
|
// labelAllowance
|
|
//
|
|
labelAllowance.AutoSize = true;
|
|
labelAllowance.Location = new Point(14, 189);
|
|
labelAllowance.Name = "labelAllowance";
|
|
labelAllowance.Size = new Size(79, 20);
|
|
labelAllowance.TabIndex = 14;
|
|
labelAllowance.Text = "Надбавка:";
|
|
//
|
|
// comboBoxPost
|
|
//
|
|
comboBoxPost.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
comboBoxPost.FormattingEnabled = true;
|
|
comboBoxPost.Location = new Point(107, 136);
|
|
comboBoxPost.Name = "comboBoxPost";
|
|
comboBoxPost.Size = new Size(205, 28);
|
|
comboBoxPost.TabIndex = 15;
|
|
//
|
|
// numericUpDownAllowance
|
|
//
|
|
numericUpDownAllowance.DecimalPlaces = 2;
|
|
numericUpDownAllowance.Location = new Point(107, 187);
|
|
numericUpDownAllowance.Maximum = new decimal(new int[] { 1, 0, 0, 0 });
|
|
numericUpDownAllowance.Name = "numericUpDownAllowance";
|
|
numericUpDownAllowance.Size = new Size(205, 27);
|
|
numericUpDownAllowance.TabIndex = 16;
|
|
//
|
|
// FormEmployee
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(349, 303);
|
|
Controls.Add(numericUpDownAllowance);
|
|
Controls.Add(comboBoxPost);
|
|
Controls.Add(labelAllowance);
|
|
Controls.Add(labelPost);
|
|
Controls.Add(maskedTextBoxPhone);
|
|
Controls.Add(buttonCansle);
|
|
Controls.Add(buttonSave);
|
|
Controls.Add(labelPhone);
|
|
Controls.Add(textBoxName);
|
|
Controls.Add(labelName);
|
|
Name = "FormEmployee";
|
|
StartPosition = FormStartPosition.CenterParent;
|
|
Text = "Работник";
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownAllowance).EndInit();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private MaskedTextBox maskedTextBoxPhone;
|
|
private Button buttonCansle;
|
|
private Button buttonSave;
|
|
private Label labelPhone;
|
|
private TextBox textBoxName;
|
|
private Label labelName;
|
|
private Label labelPost;
|
|
private Label labelAllowance;
|
|
private ComboBox comboBoxPost;
|
|
private NumericUpDown numericUpDownAllowance;
|
|
}
|
|
} |