ебойййй
This commit is contained in:
parent
102ed1f1ac
commit
6b640a91d7
@ -46,15 +46,15 @@
|
||||
//
|
||||
// controlDataTableRow1
|
||||
//
|
||||
controlDataTableRow1.Anchor = AnchorStyles.Left | AnchorStyles.Right;
|
||||
controlDataTableRow1.AutoSize = true;
|
||||
controlDataTableRow1.ContextMenuStrip = contextMenuStrip1;
|
||||
controlDataTableRow1.Location = new Point(13, 65);
|
||||
controlDataTableRow1.Dock = DockStyle.Fill;
|
||||
controlDataTableRow1.Location = new Point(0, 0);
|
||||
controlDataTableRow1.Margin = new Padding(4, 5, 4, 5);
|
||||
controlDataTableRow1.Name = "controlDataTableRow1";
|
||||
controlDataTableRow1.RightToLeft = RightToLeft.No;
|
||||
controlDataTableRow1.SelectedRowIndex = -1;
|
||||
controlDataTableRow1.Size = new Size(774, 371);
|
||||
controlDataTableRow1.Size = new Size(800, 450);
|
||||
controlDataTableRow1.TabIndex = 1;
|
||||
//
|
||||
// contextMenuStrip1
|
||||
|
@ -200,6 +200,8 @@ namespace WinFormUchetLab
|
||||
ColumnInfo col3 = new ColumnInfo("ïðîâåðÿþùèé", 6, "Checker");
|
||||
ColumnInfo col4 = new ColumnInfo("äàòà ïðè¸ìà", 6.5, "CheckDate");
|
||||
ColumnInfo colExam = new ColumnInfo("ïðè¸ì", new List<ColumnInfo> { col3, col4 });
|
||||
header.Add(col1);
|
||||
header.Add(col2);
|
||||
header.Add(colExam);
|
||||
try
|
||||
{
|
||||
|
@ -16,7 +16,7 @@
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Non_visual_components_Kouvshinoff" Version="1.0.0" />
|
||||
<PackageReference Include="Non_visual_components_Kouvshinoff" Version="1.0.1" />
|
||||
<PackageReference Include="Visual_components_Kouvshinoff" Version="1.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user