PIbd-22. Fedorenko G.Y. Lab Work 6 BASE #8
@ -45,72 +45,81 @@
|
||||
// labelFIO
|
||||
//
|
||||
labelFIO.AutoSize = true;
|
||||
labelFIO.Location = new System.Drawing.Point(16, 49);
|
||||
labelFIO.Location = new Point(11, 33);
|
||||
labelFIO.Margin = new Padding(2, 0, 2, 0);
|
||||
labelFIO.Name = "labelFIO";
|
||||
labelFIO.Size = new System.Drawing.Size(45, 20);
|
||||
labelFIO.Size = new Size(37, 15);
|
||||
labelFIO.TabIndex = 0;
|
||||
labelFIO.Text = "ФИО:";
|
||||
//
|
||||
// labelPassword
|
||||
//
|
||||
labelPassword.AutoSize = true;
|
||||
labelPassword.Location = new System.Drawing.Point(16, 97);
|
||||
labelPassword.Location = new Point(11, 66);
|
||||
labelPassword.Margin = new Padding(2, 0, 2, 0);
|
||||
labelPassword.Name = "labelPassword";
|
||||
labelPassword.Size = new System.Drawing.Size(65, 20);
|
||||
labelPassword.Size = new Size(52, 15);
|
||||
labelPassword.TabIndex = 1;
|
||||
labelPassword.Text = "Пароль:";
|
||||
//
|
||||
// labelExperience
|
||||
//
|
||||
labelExperience.AutoSize = true;
|
||||
labelExperience.Location = new System.Drawing.Point(16, 150);
|
||||
labelExperience.Name = "labelWorkExperience";
|
||||
labelExperience.Size = new System.Drawing.Size(102, 20);
|
||||
labelExperience.Location = new Point(11, 102);
|
||||
labelExperience.Margin = new Padding(2, 0, 2, 0);
|
||||
labelExperience.Name = "labelExperience";
|
||||
labelExperience.Size = new Size(82, 15);
|
||||
labelExperience.TabIndex = 2;
|
||||
labelExperience.Text = "Стаж работы:";
|
||||
//
|
||||
// labelQualification
|
||||
//
|
||||
labelQualification.AutoSize = true;
|
||||
labelQualification.Location = new System.Drawing.Point(16, 201);
|
||||
labelQualification.Location = new Point(11, 137);
|
||||
labelQualification.Margin = new Padding(2, 0, 2, 0);
|
||||
labelQualification.Name = "labelQualification";
|
||||
labelQualification.Size = new System.Drawing.Size(114, 20);
|
||||
labelQualification.Size = new Size(91, 15);
|
||||
labelQualification.TabIndex = 3;
|
||||
labelQualification.Text = "Квалификация:";
|
||||
//
|
||||
// textBoxFIO
|
||||
//
|
||||
textBoxFIO.Location = new System.Drawing.Point(155, 42);
|
||||
textBoxFIO.Location = new Point(108, 29);
|
||||
textBoxFIO.Margin = new Padding(2, 2, 2, 2);
|
||||
textBoxFIO.Name = "textBoxFIO";
|
||||
textBoxFIO.Size = new System.Drawing.Size(285, 27);
|
||||
textBoxFIO.Size = new Size(201, 23);
|
||||
textBoxFIO.TabIndex = 4;
|
||||
//
|
||||
// textBoxPassword
|
||||
//
|
||||
textBoxPassword.Location = new System.Drawing.Point(155, 90);
|
||||
textBoxPassword.Location = new Point(108, 61);
|
||||
textBoxPassword.Margin = new Padding(2, 2, 2, 2);
|
||||
textBoxPassword.Name = "textBoxPassword";
|
||||
textBoxPassword.Size = new System.Drawing.Size(285, 27);
|
||||
textBoxPassword.Size = new Size(201, 23);
|
||||
textBoxPassword.TabIndex = 5;
|
||||
//
|
||||
// numericUpDownExperience
|
||||
//
|
||||
numericUpDownExperience.Location = new Point(155, 143);
|
||||
numericUpDownExperience.Location = new Point(108, 98);
|
||||
numericUpDownExperience.Margin = new Padding(2, 2, 2, 2);
|
||||
numericUpDownExperience.Name = "numericUpDownExperience";
|
||||
numericUpDownExperience.Size = new Size(285, 27);
|
||||
numericUpDownExperience.Size = new Size(200, 23);
|
||||
numericUpDownExperience.TabIndex = 6;
|
||||
//
|
||||
// numericUpDownQualification
|
||||
//
|
||||
numericUpDownQualification.Location = new Point(155, 194);
|
||||
numericUpDownQualification.Location = new Point(108, 132);
|
||||
numericUpDownQualification.Margin = new Padding(2, 2, 2, 2);
|
||||
numericUpDownQualification.Name = "numericUpDownQualification";
|
||||
numericUpDownQualification.Size = new Size(285, 27);
|
||||
numericUpDownQualification.Size = new Size(200, 23);
|
||||
numericUpDownQualification.TabIndex = 7;
|
||||
//
|
||||
// buttonSave
|
||||
//
|
||||
buttonSave.Location = new Point(205, 250);
|
||||
buttonSave.Location = new Point(140, 168);
|
||||
buttonSave.Margin = new Padding(2, 2, 2, 2);
|
||||
buttonSave.Name = "buttonSave";
|
||||
buttonSave.Size = new Size(140, 53);
|
||||
buttonSave.Size = new Size(77, 20);
|
||||
buttonSave.TabIndex = 8;
|
||||
buttonSave.Text = "Сохранить";
|
||||
buttonSave.UseVisualStyleBackColor = true;
|
||||
@ -118,9 +127,10 @@
|
||||
//
|
||||
// buttonCancel
|
||||
//
|
||||
buttonCancel.Location = new Point(346, 250);
|
||||
buttonCancel.Location = new Point(221, 168);
|
||||
buttonCancel.Margin = new Padding(2, 2, 2, 2);
|
||||
buttonCancel.Name = "buttonCancel";
|
||||
buttonCancel.Size = new Size(94, 29);
|
||||
buttonCancel.Size = new Size(66, 20);
|
||||
buttonCancel.TabIndex = 9;
|
||||
buttonCancel.Text = "Отмена";
|
||||
buttonCancel.UseVisualStyleBackColor = true;
|
||||
@ -128,9 +138,9 @@
|
||||
//
|
||||
// FormImplementer
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(10F, 22F);
|
||||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
ClientSize = new Size(454, 292);
|
||||
ClientSize = new Size(318, 199);
|
||||
Controls.Add(buttonCancel);
|
||||
Controls.Add(buttonSave);
|
||||
Controls.Add(numericUpDownQualification);
|
||||
@ -141,6 +151,7 @@
|
||||
Controls.Add(labelExperience);
|
||||
Controls.Add(labelPassword);
|
||||
Controls.Add(labelFIO);
|
||||
Margin = new Padding(2, 2, 2, 2);
|
||||
Name = "FormImplementer";
|
||||
Text = "Исполнитель";
|
||||
Load += FormImplementer_Load;
|
||||
|
@ -1,17 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
|
||||
Example:
|
||||
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
@ -26,36 +26,36 @@
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
|
@ -12,7 +12,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
||||
namespace CarpentryWorkshopDatabaseImplement.Migrations
|
||||
{
|
||||
[DbContext(typeof(CarpentryWorkshopDatabase))]
|
||||
[Migration("20240505132850_InitialCreate")]
|
||||
[Migration("20240508044653_InitialCreate")]
|
||||
partial class InitialCreate
|
||||
{
|
||||
/// <inheritdoc />
|
Loading…
Reference in New Issue
Block a user