Finalized VirtualFlowControl

This commit is contained in:
Michael Bucari-Tovo 2022-05-14 02:54:09 -06:00
parent c39e748749
commit 77c6a2890b
2 changed files with 133 additions and 44 deletions

View file

@ -36,17 +36,18 @@
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BackColor = System.Drawing.Color.PaleGreen;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(359, 507);
this.panel1.Size = new System.Drawing.Size(377, 505);
this.panel1.TabIndex = 0;
//
// VirtualFlowControl
//
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.panel1);
this.Name = "VirtualFlowControl";
this.Size = new System.Drawing.Size(379, 507);
this.Size = new System.Drawing.Size(377, 505);
this.ResumeLayout(false);
}