namespace PKHeX.WinForms.Controls { partial class SlotList { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #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() { FLP_Slots = new System.Windows.Forms.TableLayoutPanel(); SuspendLayout(); // // FLP_Slots // FLP_Slots.AutoScroll = true; FLP_Slots.Dock = System.Windows.Forms.DockStyle.Fill; FLP_Slots.Location = new System.Drawing.Point(0, 0); FLP_Slots.Name = "FLP_Slots"; FLP_Slots.Size = new System.Drawing.Size(86, 32); FLP_Slots.TabIndex = 0; // // SlotList // AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; Controls.Add(FLP_Slots); Name = "SlotList"; Size = new System.Drawing.Size(86, 32); ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel FLP_Slots; } }