лаб_4
This commit is contained in:
parent
7bfc1d2ebd
commit
34a1c94ca0
@ -46,9 +46,10 @@
|
|||||||
panel.Controls.Add(labelFrom);
|
panel.Controls.Add(labelFrom);
|
||||||
panel.Controls.Add(dateTimePickerTo);
|
panel.Controls.Add(dateTimePickerTo);
|
||||||
panel.Controls.Add(dateTimePickerFrom);
|
panel.Controls.Add(dateTimePickerFrom);
|
||||||
panel.Location = new Point(2, 3);
|
panel.Dock = DockStyle.Top;
|
||||||
|
panel.Location = new Point(0, 0);
|
||||||
panel.Name = "panel";
|
panel.Name = "panel";
|
||||||
panel.Size = new Size(800, 33);
|
panel.Size = new Size(807, 33);
|
||||||
panel.TabIndex = 0;
|
panel.TabIndex = 0;
|
||||||
//
|
//
|
||||||
// buttonToPDF
|
// buttonToPDF
|
||||||
|
Loading…
Reference in New Issue
Block a user