namespace Hawkeye.VisionBuilder.Features.ImagesStrip.Components { partial class VirtualizedImageList { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }