поправил
This commit is contained in:
parent
4fb672e0af
commit
82b55a47f4
5
WinForm/AppView/FormMain.Designer.cs
generated
5
WinForm/AppView/FormMain.Designer.cs
generated
@ -105,17 +105,18 @@
|
||||
// controlDataTreeCell
|
||||
//
|
||||
controlDataTreeCell.ContextMenuStrip = contextMenuStrip;
|
||||
controlDataTreeCell.Dock = DockStyle.Fill;
|
||||
controlDataTreeCell.Location = new Point(0, 0);
|
||||
controlDataTreeCell.Margin = new Padding(4, 3, 4, 3);
|
||||
controlDataTreeCell.Name = "controlDataTreeCell";
|
||||
controlDataTreeCell.Size = new Size(618, 450);
|
||||
controlDataTreeCell.Size = new Size(820, 450);
|
||||
controlDataTreeCell.TabIndex = 1;
|
||||
//
|
||||
// FormMain
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
ClientSize = new Size(618, 450);
|
||||
ClientSize = new Size(820, 450);
|
||||
Controls.Add(controlDataTreeCell);
|
||||
KeyPreview = true;
|
||||
Name = "FormMain";
|
||||
|
Loading…
Reference in New Issue
Block a user