LiveSplit.TZA/LiveSplit.TZA/TzaControl.Designer.cs

79 lines
2.7 KiB
C#
Executable File

using System.ComponentModel;
namespace LiveSplit.TZA;
partial class TzaControl {
/// <summary>
/// Required designer variable.
/// </summary>
private 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() {
this.components = new System.ComponentModel.Container();
this.splitsPanel = new System.Windows.Forms.TreeView();
this.splitsGroupBox = new System.Windows.Forms.GroupBox();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.splitsGroupBox.SuspendLayout();
this.SuspendLayout();
//
// splitsPanel
//
this.splitsPanel.CheckBoxes = true;
this.splitsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitsPanel.Location = new System.Drawing.Point(3, 16);
this.splitsPanel.Name = "splitsPanel";
this.splitsPanel.Size = new System.Drawing.Size(283, 318);
this.splitsPanel.TabIndex = 1;
//
// splitsGroupBox
//
this.splitsGroupBox.AutoSize = true;
this.splitsGroupBox.Controls.Add(this.splitsPanel);
this.splitsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitsGroupBox.Location = new System.Drawing.Point(10, 10);
this.splitsGroupBox.Name = "splitsGroupBox";
this.splitsGroupBox.Size = new System.Drawing.Size(289, 337);
this.splitsGroupBox.TabIndex = 1;
this.splitsGroupBox.TabStop = false;
this.splitsGroupBox.Text = "Splits";
//
// TzaControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitsGroupBox);
this.Name = "TzaControl";
this.Padding = new System.Windows.Forms.Padding(10);
this.Size = new System.Drawing.Size(309, 357);
this.splitsGroupBox.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
private System.Windows.Forms.ToolTip toolTip;
private System.Windows.Forms.GroupBox splitsGroupBox;
private System.Windows.Forms.TreeView splitsPanel;
#endregion
}