48 lines
1.4 KiB
C#
48 lines
1.4 KiB
C#
namespace Hawkeye.VisionBuilder.Features.ImagesStrip.Components
|
|
{
|
|
partial class VirtualizedImageList
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
flowLayoutPanel = new FlowLayoutPanel();
|
|
SuspendLayout();
|
|
//
|
|
// flowLayoutPanel
|
|
//
|
|
flowLayoutPanel.AutoScroll = true;
|
|
flowLayoutPanel.Dock = DockStyle.Fill;
|
|
flowLayoutPanel.Location = new Point(0, 0);
|
|
flowLayoutPanel.Name = "flowLayoutPanel";
|
|
flowLayoutPanel.Size = new Size(800, 150);
|
|
flowLayoutPanel.TabIndex = 0;
|
|
flowLayoutPanel.WrapContents = false;
|
|
//
|
|
// VirtualizedImageList
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
Controls.Add(flowLayoutPanel);
|
|
Name = "VirtualizedImageList";
|
|
Size = new Size(800, 150);
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel;
|
|
}
|
|
}
|