96 lines
3.5 KiB
C#
96 lines
3.5 KiB
C#
namespace VisionBuilder.UI.Windows.Components
|
|
{
|
|
partial class Stats
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#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()
|
|
{
|
|
metaPanel = new FlowLayoutPanel();
|
|
indicatorPanel = new FlowLayoutPanel();
|
|
sideFlowLayoutPanel = new FlowLayoutPanel();
|
|
sideFlowLayoutPanel.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// metaPanel
|
|
//
|
|
metaPanel.AutoSize = true;
|
|
metaPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
metaPanel.BackColor = Color.White;
|
|
metaPanel.FlowDirection = FlowDirection.TopDown;
|
|
metaPanel.Location = new Point(3, 3);
|
|
metaPanel.MinimumSize = new Size(160, 32);
|
|
metaPanel.Name = "metaPanel";
|
|
metaPanel.Size = new Size(160, 32);
|
|
metaPanel.TabIndex = 12;
|
|
//
|
|
// indicatorPanel
|
|
//
|
|
indicatorPanel.AutoSize = true;
|
|
indicatorPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
indicatorPanel.BackColor = Color.White;
|
|
indicatorPanel.FlowDirection = FlowDirection.TopDown;
|
|
indicatorPanel.Location = new Point(3, 50);
|
|
indicatorPanel.Margin = new Padding(3, 12, 3, 3);
|
|
indicatorPanel.MinimumSize = new Size(160, 32);
|
|
indicatorPanel.Name = "indicatorPanel";
|
|
indicatorPanel.Size = new Size(160, 32);
|
|
indicatorPanel.TabIndex = 13;
|
|
//
|
|
// sideFlowLayoutPanel
|
|
//
|
|
sideFlowLayoutPanel.AutoSize = true;
|
|
sideFlowLayoutPanel.BackColor = Color.White;
|
|
sideFlowLayoutPanel.Controls.Add(metaPanel);
|
|
sideFlowLayoutPanel.Controls.Add(indicatorPanel);
|
|
sideFlowLayoutPanel.Dock = DockStyle.Fill;
|
|
sideFlowLayoutPanel.FlowDirection = FlowDirection.TopDown;
|
|
sideFlowLayoutPanel.Location = new Point(0, 0);
|
|
sideFlowLayoutPanel.Name = "sideFlowLayoutPanel";
|
|
sideFlowLayoutPanel.Size = new Size(289, 731);
|
|
sideFlowLayoutPanel.TabIndex = 20;
|
|
//
|
|
// Stats
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
BackColor = Color.White;
|
|
Controls.Add(sideFlowLayoutPanel);
|
|
Name = "Stats";
|
|
Size = new Size(289, 731);
|
|
sideFlowLayoutPanel.ResumeLayout(false);
|
|
sideFlowLayoutPanel.PerformLayout();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private FlowLayoutPanel metaPanel;
|
|
private FlowLayoutPanel indicatorPanel;
|
|
private FlowLayoutPanel sideFlowLayoutPanel;
|
|
}
|
|
}
|