сдано ура... день прожит не зря
This commit is contained in:
parent
6b640a91d7
commit
1a22be1a25
@ -42,7 +42,7 @@
|
|||||||
//
|
//
|
||||||
// textBoxTask
|
// textBoxTask
|
||||||
//
|
//
|
||||||
textBoxTask.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
textBoxTask.Anchor = AnchorStyles.Left | AnchorStyles.Right;
|
||||||
textBoxTask.Location = new Point(13, 32);
|
textBoxTask.Location = new Point(13, 32);
|
||||||
textBoxTask.Multiline = true;
|
textBoxTask.Multiline = true;
|
||||||
textBoxTask.Name = "textBoxTask";
|
textBoxTask.Name = "textBoxTask";
|
||||||
@ -51,7 +51,7 @@
|
|||||||
//
|
//
|
||||||
// textBoxImage
|
// textBoxImage
|
||||||
//
|
//
|
||||||
textBoxImage.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
textBoxImage.Anchor = AnchorStyles.Left | AnchorStyles.Right;
|
||||||
textBoxImage.Location = new Point(13, 85);
|
textBoxImage.Location = new Point(13, 85);
|
||||||
textBoxImage.Multiline = true;
|
textBoxImage.Multiline = true;
|
||||||
textBoxImage.Name = "textBoxImage";
|
textBoxImage.Name = "textBoxImage";
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
controlDataTableRow1.Name = "controlDataTableRow1";
|
controlDataTableRow1.Name = "controlDataTableRow1";
|
||||||
controlDataTableRow1.RightToLeft = RightToLeft.No;
|
controlDataTableRow1.RightToLeft = RightToLeft.No;
|
||||||
controlDataTableRow1.SelectedRowIndex = -1;
|
controlDataTableRow1.SelectedRowIndex = -1;
|
||||||
controlDataTableRow1.Size = new Size(800, 450);
|
controlDataTableRow1.Size = new Size(821, 450);
|
||||||
controlDataTableRow1.TabIndex = 1;
|
controlDataTableRow1.TabIndex = 1;
|
||||||
//
|
//
|
||||||
// contextMenuStrip1
|
// contextMenuStrip1
|
||||||
@ -118,7 +118,7 @@
|
|||||||
//
|
//
|
||||||
AutoScaleDimensions = new SizeF(8F, 20F);
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
||||||
AutoScaleMode = AutoScaleMode.Font;
|
AutoScaleMode = AutoScaleMode.Font;
|
||||||
ClientSize = new Size(800, 450);
|
ClientSize = new Size(821, 450);
|
||||||
Controls.Add(controlDataTableRow1);
|
Controls.Add(controlDataTableRow1);
|
||||||
KeyPreview = true;
|
KeyPreview = true;
|
||||||
Name = "FormMain";
|
Name = "FormMain";
|
||||||
|
@ -256,7 +256,7 @@ namespace WinFormUchetLab
|
|||||||
{
|
{
|
||||||
componentDocumentWithChartBarWord1.CreateDoc(new ComponentDocumentWithChartConfig
|
componentDocumentWithChartBarWord1.CreateDoc(new ComponentDocumentWithChartConfig
|
||||||
{
|
{
|
||||||
Header = "test",
|
Header = "Ïðîâåðêè",
|
||||||
FilePath = fileName,
|
FilePath = fileName,
|
||||||
ChartTitle = "Êîëè÷åñòâî ëàáîðàòîðíûõ ó ïðîâåðÿþùèõ",
|
ChartTitle = "Êîëè÷åñòâî ëàáîðàòîðíûõ ó ïðîâåðÿþùèõ",
|
||||||
LegendLocation = ComponentsLibraryNet60.Models.Location.Bottom,
|
LegendLocation = ComponentsLibraryNet60.Models.Location.Bottom,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user