diff --git a/LiveSplit.Subsplits.csproj b/LiveSplit.Subsplits.csproj
index 0d1b800..2725b12 100644
--- a/LiveSplit.Subsplits.csproj
+++ b/LiveSplit.Subsplits.csproj
@@ -86,6 +86,9 @@
ResXFileCodeGenerator
Resources.Designer.cs
+
+ SplitsSettings.cs
+
SplitsSettings.cs
diff --git a/UI/Components/SplitsSettings.Designer.cs b/UI/Components/SplitsSettings.Designer.cs
index 53d32d7..6a4a397 100644
--- a/UI/Components/SplitsSettings.Designer.cs
+++ b/UI/Components/SplitsSettings.Designer.cs
@@ -28,6 +28,7 @@ protected override void Dispose(bool disposing)
///
private void InitializeComponent()
{
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplitsSettings));
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.cmbComparison = new System.Windows.Forms.ComboBox();
this.label12 = new System.Windows.Forms.Label();
@@ -125,6 +126,7 @@ private void InitializeComponent()
this.tableLayoutPanel12 = new System.Windows.Forms.TableLayoutPanel();
this.chkShowHeader = new System.Windows.Forms.CheckBox();
this.chkShowSectionIcon = new System.Windows.Forms.CheckBox();
+ this.chkShowIconSectionSplit = new System.Windows.Forms.CheckBox();
this.chkIndentSectionSplit = new System.Windows.Forms.CheckBox();
this.groupBox10 = new System.Windows.Forms.GroupBox();
this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
@@ -146,7 +148,6 @@ private void InitializeComponent()
this.btnTopColor = new System.Windows.Forms.Button();
this.btnBottomColor = new System.Windows.Forms.Button();
this.cmbSplitGradient = new System.Windows.Forms.ComboBox();
- this.chkShowIconSectionSplit = new System.Windows.Forms.CheckBox();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dmnTotalSegments)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dmnUpcomingSegments)).BeginInit();
@@ -186,11 +187,7 @@ private void InitializeComponent()
//
// tableLayoutPanel1
//
- this.tableLayoutPanel1.ColumnCount = 4;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 194F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 193F));
+ resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
this.tableLayoutPanel1.Controls.Add(this.cmbComparison, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.label12, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.cmbGradientType, 3, 0);
@@ -218,90 +215,49 @@ private void InitializeComponent()
this.tableLayoutPanel1.Controls.Add(this.btnTopColor, 1, 8);
this.tableLayoutPanel1.Controls.Add(this.btnBottomColor, 2, 8);
this.tableLayoutPanel1.Controls.Add(this.cmbSplitGradient, 3, 8);
- this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(7, 7);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 14;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 140F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 81F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 187F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 240F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(445, 1502);
- this.tableLayoutPanel1.TabIndex = 0;
//
// cmbComparison
//
- this.cmbComparison.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
+ resources.ApplyResources(this.cmbComparison, "cmbComparison");
this.tableLayoutPanel1.SetColumnSpan(this.cmbComparison, 3);
this.cmbComparison.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbComparison.FormattingEnabled = true;
- this.cmbComparison.Location = new System.Drawing.Point(197, 33);
this.cmbComparison.Name = "cmbComparison";
- this.cmbComparison.Size = new System.Drawing.Size(245, 21);
- this.cmbComparison.TabIndex = 3;
this.cmbComparison.SelectedIndexChanged += new System.EventHandler(this.cmbComparison_SelectedIndexChanged);
//
// label12
//
- this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(3, 37);
+ resources.ApplyResources(this.label12, "label12");
this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(188, 13);
- this.label12.TabIndex = 43;
- this.label12.Text = "Comparison:";
//
// cmbGradientType
//
- this.cmbGradientType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
+ resources.ApplyResources(this.cmbGradientType, "cmbGradientType");
this.cmbGradientType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbGradientType.FormattingEnabled = true;
this.cmbGradientType.Items.AddRange(new object[] {
- "Plain",
- "Vertical",
- "Horizontal",
- "Alternating"});
- this.cmbGradientType.Location = new System.Drawing.Point(255, 4);
+ resources.GetString("cmbGradientType.Items"),
+ resources.GetString("cmbGradientType.Items1"),
+ resources.GetString("cmbGradientType.Items2"),
+ resources.GetString("cmbGradientType.Items3")});
this.cmbGradientType.Name = "cmbGradientType";
- this.cmbGradientType.Size = new System.Drawing.Size(187, 21);
- this.cmbGradientType.TabIndex = 2;
this.cmbGradientType.SelectedIndexChanged += new System.EventHandler(this.cmbGradientType_SelectedIndexChanged);
//
// label1
//
- this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(3, 66);
+ resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(188, 13);
- this.label1.TabIndex = 0;
- this.label1.Text = "Total Splits:";
//
// label2
//
- this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(3, 95);
+ resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(188, 13);
- this.label2.TabIndex = 1;
- this.label2.Text = "Upcoming Splits:";
//
// dmnTotalSegments
//
- this.dmnTotalSegments.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
+ resources.ApplyResources(this.dmnTotalSegments, "dmnTotalSegments");
this.tableLayoutPanel1.SetColumnSpan(this.dmnTotalSegments, 3);
- this.dmnTotalSegments.Location = new System.Drawing.Point(197, 62);
this.dmnTotalSegments.Maximum = new decimal(new int[] {
1000,
0,
@@ -313,8 +269,6 @@ private void InitializeComponent()
0,
0});
this.dmnTotalSegments.Name = "dmnTotalSegments";
- this.dmnTotalSegments.Size = new System.Drawing.Size(245, 20);
- this.dmnTotalSegments.TabIndex = 4;
this.dmnTotalSegments.Value = new decimal(new int[] {
2,
0,
@@ -323,17 +277,14 @@ private void InitializeComponent()
//
// dmnUpcomingSegments
//
- this.dmnUpcomingSegments.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
+ resources.ApplyResources(this.dmnUpcomingSegments, "dmnUpcomingSegments");
this.tableLayoutPanel1.SetColumnSpan(this.dmnUpcomingSegments, 3);
- this.dmnUpcomingSegments.Location = new System.Drawing.Point(197, 91);
this.dmnUpcomingSegments.Maximum = new decimal(new int[] {
1000,
0,
0,
0});
this.dmnUpcomingSegments.Name = "dmnUpcomingSegments";
- this.dmnUpcomingSegments.Size = new System.Drawing.Size(245, 20);
- this.dmnUpcomingSegments.TabIndex = 5;
this.dmnUpcomingSegments.Value = new decimal(new int[] {
1,
0,
@@ -342,21 +293,15 @@ private void InitializeComponent()
//
// groupBox2
//
+ resources.ApplyResources(this.groupBox2, "groupBox2");
this.tableLayoutPanel1.SetColumnSpan(this.groupBox2, 4);
this.groupBox2.Controls.Add(this.tableLayoutPanel3);
- this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox2.Location = new System.Drawing.Point(3, 857);
this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(439, 134);
- this.groupBox2.TabIndex = 17;
this.groupBox2.TabStop = false;
- this.groupBox2.Text = "Split Names Color";
//
// tableLayoutPanel3
//
- this.tableLayoutPanel3.ColumnCount = 2;
- this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 43.41801F));
- this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 56.58199F));
+ resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
this.tableLayoutPanel3.Controls.Add(this.label13, 0, 3);
this.tableLayoutPanel3.Controls.Add(this.chkOverrideTextColor, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.btnBeforeNamesColor, 1, 1);
@@ -364,269 +309,152 @@ private void InitializeComponent()
this.tableLayoutPanel3.Controls.Add(this.btnCurrentNamesColor, 1, 2);
this.tableLayoutPanel3.Controls.Add(this.btnAfterNamesColor, 1, 3);
this.tableLayoutPanel3.Controls.Add(this.label10, 0, 2);
- this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
- this.tableLayoutPanel3.RowCount = 4;
- this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel3.Size = new System.Drawing.Size(433, 115);
- this.tableLayoutPanel3.TabIndex = 0;
//
// label13
//
- this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(3, 95);
+ resources.ApplyResources(this.label13, "label13");
this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(181, 13);
- this.label13.TabIndex = 15;
- this.label13.Text = "Color (After Current Split):";
//
// chkOverrideTextColor
//
- this.chkOverrideTextColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.chkOverrideTextColor.AutoSize = true;
+ resources.ApplyResources(this.chkOverrideTextColor, "chkOverrideTextColor");
this.tableLayoutPanel3.SetColumnSpan(this.chkOverrideTextColor, 2);
- this.chkOverrideTextColor.Location = new System.Drawing.Point(7, 6);
- this.chkOverrideTextColor.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
this.chkOverrideTextColor.Name = "chkOverrideTextColor";
- this.chkOverrideTextColor.Size = new System.Drawing.Size(423, 17);
- this.chkOverrideTextColor.TabIndex = 0;
- this.chkOverrideTextColor.Text = "Override Layout Settings";
this.chkOverrideTextColor.UseVisualStyleBackColor = true;
this.chkOverrideTextColor.CheckedChanged += new System.EventHandler(this.chkOverrideTextColor_CheckedChanged);
//
// btnBeforeNamesColor
//
- this.btnBeforeNamesColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.btnBeforeNamesColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnBeforeNamesColor.Location = new System.Drawing.Point(190, 32);
+ resources.ApplyResources(this.btnBeforeNamesColor, "btnBeforeNamesColor");
this.btnBeforeNamesColor.Name = "btnBeforeNamesColor";
- this.btnBeforeNamesColor.Size = new System.Drawing.Size(23, 23);
- this.btnBeforeNamesColor.TabIndex = 1;
this.btnBeforeNamesColor.UseVisualStyleBackColor = false;
this.btnBeforeNamesColor.Click += new System.EventHandler(this.ColorButtonClick);
//
// label3
//
- this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(3, 37);
+ resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(181, 13);
- this.label3.TabIndex = 11;
- this.label3.Text = "Color (Before Current Split):";
//
// btnCurrentNamesColor
//
- this.btnCurrentNamesColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.btnCurrentNamesColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnCurrentNamesColor.Location = new System.Drawing.Point(190, 61);
+ resources.ApplyResources(this.btnCurrentNamesColor, "btnCurrentNamesColor");
this.btnCurrentNamesColor.Name = "btnCurrentNamesColor";
- this.btnCurrentNamesColor.Size = new System.Drawing.Size(23, 23);
- this.btnCurrentNamesColor.TabIndex = 12;
this.btnCurrentNamesColor.UseVisualStyleBackColor = false;
this.btnCurrentNamesColor.Click += new System.EventHandler(this.ColorButtonClick);
//
// btnAfterNamesColor
//
- this.btnAfterNamesColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.btnAfterNamesColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnAfterNamesColor.Location = new System.Drawing.Point(190, 90);
+ resources.ApplyResources(this.btnAfterNamesColor, "btnAfterNamesColor");
this.btnAfterNamesColor.Name = "btnAfterNamesColor";
- this.btnAfterNamesColor.Size = new System.Drawing.Size(23, 23);
- this.btnAfterNamesColor.TabIndex = 13;
this.btnAfterNamesColor.UseVisualStyleBackColor = false;
this.btnAfterNamesColor.Click += new System.EventHandler(this.ColorButtonClick);
//
// label10
//
- this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(3, 66);
+ resources.ApplyResources(this.label10, "label10");
this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(181, 13);
- this.label10.TabIndex = 14;
- this.label10.Text = "Color (Current Split):";
//
// chkThinSeparators
//
- this.chkThinSeparators.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.chkThinSeparators.AutoSize = true;
+ resources.ApplyResources(this.chkThinSeparators, "chkThinSeparators");
this.chkThinSeparators.Checked = true;
this.chkThinSeparators.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkThinSeparators.Location = new System.Drawing.Point(7, 122);
- this.chkThinSeparators.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
this.chkThinSeparators.Name = "chkThinSeparators";
- this.chkThinSeparators.Size = new System.Drawing.Size(184, 17);
- this.chkThinSeparators.TabIndex = 6;
- this.chkThinSeparators.Text = "Show Thin Separators";
this.chkThinSeparators.UseVisualStyleBackColor = true;
this.chkThinSeparators.CheckedChanged += new System.EventHandler(this.chkThinSeparators_CheckedChanged);
//
// chkLastSplit
//
- this.chkLastSplit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.chkLastSplit.AutoSize = true;
+ resources.ApplyResources(this.chkLastSplit, "chkLastSplit");
this.chkLastSplit.Checked = true;
this.chkLastSplit.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkLastSplit.Location = new System.Drawing.Point(7, 151);
- this.chkLastSplit.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
this.chkLastSplit.Name = "chkLastSplit";
- this.chkLastSplit.Size = new System.Drawing.Size(184, 17);
- this.chkLastSplit.TabIndex = 8;
- this.chkLastSplit.Text = "Always Show Last Split";
this.chkLastSplit.UseVisualStyleBackColor = true;
this.chkLastSplit.CheckedChanged += new System.EventHandler(this.chkLastSplit_CheckedChanged);
//
// groupBox3
//
+ resources.ApplyResources(this.groupBox3, "groupBox3");
this.tableLayoutPanel1.SetColumnSpan(this.groupBox3, 4);
this.groupBox3.Controls.Add(this.tableLayoutPanel4);
- this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox3.Location = new System.Drawing.Point(3, 997);
this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(439, 75);
- this.groupBox3.TabIndex = 18;
this.groupBox3.TabStop = false;
- this.groupBox3.Text = "Icons";
//
// tableLayoutPanel4
//
- this.tableLayoutPanel4.ColumnCount = 3;
- this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
+ resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4");
this.tableLayoutPanel4.Controls.Add(this.chkHideBlankIcons, 2, 0);
this.tableLayoutPanel4.Controls.Add(this.chkDisplayIcons, 0, 0);
this.tableLayoutPanel4.Controls.Add(this.label5, 0, 1);
this.tableLayoutPanel4.Controls.Add(this.trkIconSize, 1, 1);
this.tableLayoutPanel4.Controls.Add(this.chkIconShadows, 1, 0);
- this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
- this.tableLayoutPanel4.RowCount = 2;
- this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel4.Size = new System.Drawing.Size(433, 56);
- this.tableLayoutPanel4.TabIndex = 0;
//
// chkHideBlankIcons
//
- this.chkHideBlankIcons.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.chkHideBlankIcons.AutoSize = true;
+ resources.ApplyResources(this.chkHideBlankIcons, "chkHideBlankIcons");
this.chkHideBlankIcons.Checked = true;
this.chkHideBlankIcons.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkHideBlankIcons.Location = new System.Drawing.Point(295, 6);
- this.chkHideBlankIcons.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
this.chkHideBlankIcons.Name = "chkHideBlankIcons";
- this.chkHideBlankIcons.Size = new System.Drawing.Size(135, 17);
- this.chkHideBlankIcons.TabIndex = 24;
- this.chkHideBlankIcons.Text = "Hide Blank Icons";
this.chkHideBlankIcons.UseVisualStyleBackColor = true;
this.chkHideBlankIcons.CheckedChanged += new System.EventHandler(this.chkHideBlankIcons_CheckedChanged);
//
// chkDisplayIcons
//
- this.chkDisplayIcons.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.chkDisplayIcons.AutoSize = true;
- this.chkDisplayIcons.Location = new System.Drawing.Point(7, 6);
- this.chkDisplayIcons.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
+ resources.ApplyResources(this.chkDisplayIcons, "chkDisplayIcons");
this.chkDisplayIcons.Name = "chkDisplayIcons";
- this.chkDisplayIcons.Size = new System.Drawing.Size(134, 17);
- this.chkDisplayIcons.TabIndex = 0;
- this.chkDisplayIcons.Text = "Display Icons";
this.chkDisplayIcons.UseVisualStyleBackColor = true;
this.chkDisplayIcons.CheckedChanged += new System.EventHandler(this.chkDisplayIcons_CheckedChanged);
//
// label5
//
- this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(3, 37);
+ resources.ApplyResources(this.label5, "label5");
this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(138, 13);
- this.label5.TabIndex = 23;
- this.label5.Text = "Size:";
//
// trkIconSize
//
+ resources.ApplyResources(this.trkIconSize, "trkIconSize");
this.tableLayoutPanel4.SetColumnSpan(this.trkIconSize, 2);
- this.trkIconSize.Dock = System.Windows.Forms.DockStyle.Fill;
- this.trkIconSize.Location = new System.Drawing.Point(147, 32);
this.trkIconSize.Maximum = 80;
this.trkIconSize.Minimum = 10;
this.trkIconSize.Name = "trkIconSize";
- this.trkIconSize.Size = new System.Drawing.Size(283, 23);
- this.trkIconSize.TabIndex = 2;
this.trkIconSize.TickStyle = System.Windows.Forms.TickStyle.None;
this.trkIconSize.Value = 16;
//
// chkIconShadows
//
- this.chkIconShadows.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.chkIconShadows.AutoSize = true;
- this.chkIconShadows.Location = new System.Drawing.Point(151, 6);
- this.chkIconShadows.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
+ resources.ApplyResources(this.chkIconShadows, "chkIconShadows");
this.chkIconShadows.Name = "chkIconShadows";
- this.chkIconShadows.Size = new System.Drawing.Size(134, 17);
- this.chkIconShadows.TabIndex = 1;
- this.chkIconShadows.Text = "Icon Shadows";
this.chkIconShadows.UseVisualStyleBackColor = true;
//
// groupBox4
//
+ resources.ApplyResources(this.groupBox4, "groupBox4");
this.tableLayoutPanel1.SetColumnSpan(this.groupBox4, 4);
this.groupBox4.Controls.Add(this.tableLayoutPanel5);
- this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox4.Location = new System.Drawing.Point(3, 1265);
this.groupBox4.Name = "groupBox4";
- this.groupBox4.Size = new System.Drawing.Size(439, 234);
- this.groupBox4.TabIndex = 20;
this.groupBox4.TabStop = false;
- this.groupBox4.Text = "Split Times";
//
// tableLayoutPanel5
//
- this.tableLayoutPanel5.ColumnCount = 1;
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
+ resources.ApplyResources(this.tableLayoutPanel5, "tableLayoutPanel5");
this.tableLayoutPanel5.Controls.Add(this.groupBox5, 0, 1);
this.tableLayoutPanel5.Controls.Add(this.chkShowTimes, 0, 0);
this.tableLayoutPanel5.Controls.Add(this.groupBox1, 0, 2);
- this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel5.Name = "tableLayoutPanel5";
- this.tableLayoutPanel5.RowCount = 3;
- this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
- this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 141F));
- this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 9F));
- this.tableLayoutPanel5.Size = new System.Drawing.Size(433, 215);
- this.tableLayoutPanel5.TabIndex = 0;
//
// groupBox5
//
+ resources.ApplyResources(this.groupBox5, "groupBox5");
this.tableLayoutPanel5.SetColumnSpan(this.groupBox5, 2);
this.groupBox5.Controls.Add(this.tableLayoutPanel6);
- this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox5.Location = new System.Drawing.Point(3, 28);
this.groupBox5.Name = "groupBox5";
- this.groupBox5.Size = new System.Drawing.Size(427, 135);
- this.groupBox5.TabIndex = 1;
this.groupBox5.TabStop = false;
- this.groupBox5.Text = "Color";
//
// tableLayoutPanel6
//
- this.tableLayoutPanel6.ColumnCount = 2;
- this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 44.65558F));
- this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 55.34442F));
+ resources.ApplyResources(this.tableLayoutPanel6, "tableLayoutPanel6");
this.tableLayoutPanel6.Controls.Add(this.label9, 0, 2);
this.tableLayoutPanel6.Controls.Add(this.btnCurrentTimesColor, 1, 2);
this.tableLayoutPanel6.Controls.Add(this.label7, 0, 3);
@@ -634,711 +462,402 @@ private void InitializeComponent()
this.tableLayoutPanel6.Controls.Add(this.btnBeforeTimesColor, 1, 1);
this.tableLayoutPanel6.Controls.Add(this.label6, 0, 1);
this.tableLayoutPanel6.Controls.Add(this.btnAfterTimesColor, 1, 3);
- this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel6.Name = "tableLayoutPanel6";
- this.tableLayoutPanel6.RowCount = 4;
- this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel6.Size = new System.Drawing.Size(421, 116);
- this.tableLayoutPanel6.TabIndex = 0;
//
// label9
//
- this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(3, 66);
+ resources.ApplyResources(this.label9, "label9");
this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(181, 13);
- this.label9.TabIndex = 15;
- this.label9.Text = "Color (Current Split):";
//
// btnCurrentTimesColor
//
- this.btnCurrentTimesColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.btnCurrentTimesColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnCurrentTimesColor.Location = new System.Drawing.Point(190, 61);
+ resources.ApplyResources(this.btnCurrentTimesColor, "btnCurrentTimesColor");
this.btnCurrentTimesColor.Name = "btnCurrentTimesColor";
- this.btnCurrentTimesColor.Size = new System.Drawing.Size(23, 23);
- this.btnCurrentTimesColor.TabIndex = 2;
this.btnCurrentTimesColor.UseVisualStyleBackColor = false;
this.btnCurrentTimesColor.Click += new System.EventHandler(this.ColorButtonClick);
//
// label7
//
- this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(3, 95);
+ resources.ApplyResources(this.label7, "label7");
this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(181, 13);
- this.label7.TabIndex = 12;
- this.label7.Text = "Color (After Current Split):";
//
// chkOverrideTimesColor
//
- this.chkOverrideTimesColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.chkOverrideTimesColor.AutoSize = true;
+ resources.ApplyResources(this.chkOverrideTimesColor, "chkOverrideTimesColor");
this.tableLayoutPanel6.SetColumnSpan(this.chkOverrideTimesColor, 2);
- this.chkOverrideTimesColor.Location = new System.Drawing.Point(7, 6);
- this.chkOverrideTimesColor.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
this.chkOverrideTimesColor.Name = "chkOverrideTimesColor";
- this.chkOverrideTimesColor.Size = new System.Drawing.Size(411, 17);
- this.chkOverrideTimesColor.TabIndex = 0;
- this.chkOverrideTimesColor.Text = "Override Layout Settings";
this.chkOverrideTimesColor.UseVisualStyleBackColor = true;
this.chkOverrideTimesColor.CheckedChanged += new System.EventHandler(this.chkOverrideTimesColor_CheckedChanged);
//
// btnBeforeTimesColor
//
- this.btnBeforeTimesColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.btnBeforeTimesColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnBeforeTimesColor.Location = new System.Drawing.Point(190, 32);
+ resources.ApplyResources(this.btnBeforeTimesColor, "btnBeforeTimesColor");
this.btnBeforeTimesColor.Name = "btnBeforeTimesColor";
- this.btnBeforeTimesColor.Size = new System.Drawing.Size(23, 23);
- this.btnBeforeTimesColor.TabIndex = 1;
this.btnBeforeTimesColor.UseVisualStyleBackColor = false;
this.btnBeforeTimesColor.Click += new System.EventHandler(this.ColorButtonClick);
//
// label6
//
- this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(3, 37);
+ resources.ApplyResources(this.label6, "label6");
this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(181, 13);
- this.label6.TabIndex = 11;
- this.label6.Text = "Color (Before Current Split):";
//
// btnAfterTimesColor
//
- this.btnAfterTimesColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.btnAfterTimesColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnAfterTimesColor.Location = new System.Drawing.Point(190, 90);
+ resources.ApplyResources(this.btnAfterTimesColor, "btnAfterTimesColor");
this.btnAfterTimesColor.Name = "btnAfterTimesColor";
- this.btnAfterTimesColor.Size = new System.Drawing.Size(23, 23);
- this.btnAfterTimesColor.TabIndex = 3;
this.btnAfterTimesColor.UseVisualStyleBackColor = false;
this.btnAfterTimesColor.Click += new System.EventHandler(this.ColorButtonClick);
//
// chkShowTimes
//
- this.chkShowTimes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.chkShowTimes.AutoSize = true;
- this.chkShowTimes.Location = new System.Drawing.Point(7, 4);
- this.chkShowTimes.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
+ resources.ApplyResources(this.chkShowTimes, "chkShowTimes");
this.chkShowTimes.Name = "chkShowTimes";
- this.chkShowTimes.Size = new System.Drawing.Size(423, 17);
- this.chkShowTimes.TabIndex = 0;
- this.chkShowTimes.Text = "Show Split Times";
this.chkShowTimes.UseVisualStyleBackColor = true;
//
// groupBox1
//
+ resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Controls.Add(this.tableLayoutPanel2);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox1.Location = new System.Drawing.Point(3, 169);
this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(427, 43);
- this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
- this.groupBox1.Text = "Accuracy";
//
// tableLayoutPanel2
//
- this.tableLayoutPanel2.ColumnCount = 3;
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
+ resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
this.tableLayoutPanel2.Controls.Add(this.rdoSeconds, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.rdoTenths, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.rdoHundredths, 2, 0);
- this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
- this.tableLayoutPanel2.RowCount = 1;
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel2.Size = new System.Drawing.Size(421, 24);
- this.tableLayoutPanel2.TabIndex = 0;
//
// rdoSeconds
//
- this.rdoSeconds.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.rdoSeconds.AutoSize = true;
- this.rdoSeconds.Location = new System.Drawing.Point(3, 3);
+ resources.ApplyResources(this.rdoSeconds, "rdoSeconds");
this.rdoSeconds.Name = "rdoSeconds";
- this.rdoSeconds.Size = new System.Drawing.Size(134, 17);
- this.rdoSeconds.TabIndex = 0;
this.rdoSeconds.TabStop = true;
- this.rdoSeconds.Text = "Seconds";
this.rdoSeconds.UseVisualStyleBackColor = true;
this.rdoSeconds.CheckedChanged += new System.EventHandler(this.rdoSeconds_CheckedChanged);
//
// rdoTenths
//
- this.rdoTenths.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.rdoTenths.AutoSize = true;
- this.rdoTenths.Location = new System.Drawing.Point(143, 3);
+ resources.ApplyResources(this.rdoTenths, "rdoTenths");
this.rdoTenths.Name = "rdoTenths";
- this.rdoTenths.Size = new System.Drawing.Size(134, 17);
- this.rdoTenths.TabIndex = 1;
this.rdoTenths.TabStop = true;
- this.rdoTenths.Text = "Tenths";
this.rdoTenths.UseVisualStyleBackColor = true;
this.rdoTenths.CheckedChanged += new System.EventHandler(this.rdoTenths_CheckedChanged);
//
// rdoHundredths
//
- this.rdoHundredths.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.rdoHundredths.AutoSize = true;
- this.rdoHundredths.Location = new System.Drawing.Point(283, 3);
+ resources.ApplyResources(this.rdoHundredths, "rdoHundredths");
this.rdoHundredths.Name = "rdoHundredths";
- this.rdoHundredths.Size = new System.Drawing.Size(135, 17);
- this.rdoHundredths.TabIndex = 2;
this.rdoHundredths.TabStop = true;
- this.rdoHundredths.Text = "Hundredths";
this.rdoHundredths.UseVisualStyleBackColor = true;
//
// trkSize
//
+ resources.ApplyResources(this.trkSize, "trkSize");
this.tableLayoutPanel1.SetColumnSpan(this.trkSize, 3);
- this.trkSize.Dock = System.Windows.Forms.DockStyle.Fill;
- this.trkSize.Location = new System.Drawing.Point(197, 206);
this.trkSize.Maximum = 120;
this.trkSize.Minimum = 5;
this.trkSize.Name = "trkSize";
- this.trkSize.Size = new System.Drawing.Size(245, 23);
- this.trkSize.TabIndex = 12;
this.trkSize.TickStyle = System.Windows.Forms.TickStyle.None;
this.trkSize.Value = 80;
//
// label11
//
- this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(3, 8);
+ resources.ApplyResources(this.label11, "label11");
this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(188, 13);
- this.label11.TabIndex = 27;
- this.label11.Text = "Background Color:";
//
// btnColor1
//
- this.btnColor1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnColor1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnColor1.Location = new System.Drawing.Point(197, 3);
+ resources.ApplyResources(this.btnColor1, "btnColor1");
this.btnColor1.Name = "btnColor1";
- this.btnColor1.Size = new System.Drawing.Size(23, 23);
- this.btnColor1.TabIndex = 0;
this.btnColor1.UseVisualStyleBackColor = false;
this.btnColor1.Click += new System.EventHandler(this.ColorButtonClick);
//
// btnColor2
//
- this.btnColor2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnColor2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnColor2.Location = new System.Drawing.Point(226, 3);
+ resources.ApplyResources(this.btnColor2, "btnColor2");
this.btnColor2.Name = "btnColor2";
- this.btnColor2.Size = new System.Drawing.Size(23, 23);
- this.btnColor2.TabIndex = 1;
this.btnColor2.UseVisualStyleBackColor = false;
this.btnColor2.Click += new System.EventHandler(this.ColorButtonClick);
//
// chkSeparatorLastSplit
//
- this.chkSeparatorLastSplit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.chkSeparatorLastSplit.AutoSize = true;
+ resources.ApplyResources(this.chkSeparatorLastSplit, "chkSeparatorLastSplit");
this.chkSeparatorLastSplit.Checked = true;
this.chkSeparatorLastSplit.CheckState = System.Windows.Forms.CheckState.Checked;
this.tableLayoutPanel1.SetColumnSpan(this.chkSeparatorLastSplit, 3);
- this.chkSeparatorLastSplit.Location = new System.Drawing.Point(201, 122);
- this.chkSeparatorLastSplit.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
this.chkSeparatorLastSplit.Name = "chkSeparatorLastSplit";
- this.chkSeparatorLastSplit.Size = new System.Drawing.Size(241, 17);
- this.chkSeparatorLastSplit.TabIndex = 7;
- this.chkSeparatorLastSplit.Text = "Show Separator Before Last Split";
this.chkSeparatorLastSplit.UseVisualStyleBackColor = true;
this.chkSeparatorLastSplit.CheckedChanged += new System.EventHandler(this.chkSeparatorLastSplit_CheckedChanged);
//
// groupBox6
//
+ resources.ApplyResources(this.groupBox6, "groupBox6");
this.tableLayoutPanel1.SetColumnSpan(this.groupBox6, 4);
this.groupBox6.Controls.Add(this.tableLayoutPanel7);
- this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox6.Location = new System.Drawing.Point(3, 1078);
this.groupBox6.Name = "groupBox6";
- this.groupBox6.Size = new System.Drawing.Size(439, 181);
- this.groupBox6.TabIndex = 19;
this.groupBox6.TabStop = false;
- this.groupBox6.Text = "Deltas";
//
// tableLayoutPanel7
//
- this.tableLayoutPanel7.ColumnCount = 1;
- this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
+ resources.ApplyResources(this.tableLayoutPanel7, "tableLayoutPanel7");
this.tableLayoutPanel7.Controls.Add(this.groupBox8, 0, 1);
this.tableLayoutPanel7.Controls.Add(this.groupBox7, 0, 0);
- this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel7.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel7.Name = "tableLayoutPanel7";
- this.tableLayoutPanel7.RowCount = 2;
- this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 79F));
- this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel7.Size = new System.Drawing.Size(433, 162);
- this.tableLayoutPanel7.TabIndex = 0;
//
// groupBox8
//
+ resources.ApplyResources(this.groupBox8, "groupBox8");
this.groupBox8.Controls.Add(this.tableLayoutPanel9);
- this.groupBox8.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox8.Location = new System.Drawing.Point(3, 82);
this.groupBox8.Name = "groupBox8";
- this.groupBox8.Size = new System.Drawing.Size(427, 77);
- this.groupBox8.TabIndex = 1;
this.groupBox8.TabStop = false;
- this.groupBox8.Text = "Live Delta Color";
//
// tableLayoutPanel9
//
- this.tableLayoutPanel9.ColumnCount = 2;
- this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 44.18052F));
- this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 55.81948F));
+ resources.ApplyResources(this.tableLayoutPanel9, "tableLayoutPanel9");
this.tableLayoutPanel9.Controls.Add(this.btnDeltaColor, 1, 1);
this.tableLayoutPanel9.Controls.Add(this.chkOverrideDeltaColor, 0, 0);
this.tableLayoutPanel9.Controls.Add(this.label8, 0, 1);
- this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel9.Name = "tableLayoutPanel9";
- this.tableLayoutPanel9.RowCount = 3;
- this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel9.Size = new System.Drawing.Size(421, 58);
- this.tableLayoutPanel9.TabIndex = 0;
//
// btnDeltaColor
//
- this.btnDeltaColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.btnDeltaColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnDeltaColor.Location = new System.Drawing.Point(188, 32);
+ resources.ApplyResources(this.btnDeltaColor, "btnDeltaColor");
this.btnDeltaColor.Name = "btnDeltaColor";
- this.btnDeltaColor.Size = new System.Drawing.Size(23, 23);
- this.btnDeltaColor.TabIndex = 1;
this.btnDeltaColor.UseVisualStyleBackColor = false;
this.btnDeltaColor.Click += new System.EventHandler(this.ColorButtonClick);
//
// chkOverrideDeltaColor
//
- this.chkOverrideDeltaColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.chkOverrideDeltaColor.AutoSize = true;
- this.chkOverrideDeltaColor.Location = new System.Drawing.Point(7, 6);
- this.chkOverrideDeltaColor.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
+ resources.ApplyResources(this.chkOverrideDeltaColor, "chkOverrideDeltaColor");
this.chkOverrideDeltaColor.Name = "chkOverrideDeltaColor";
- this.chkOverrideDeltaColor.Size = new System.Drawing.Size(175, 17);
- this.chkOverrideDeltaColor.TabIndex = 0;
- this.chkOverrideDeltaColor.Text = "Override Layout Settings";
this.chkOverrideDeltaColor.UseVisualStyleBackColor = true;
this.chkOverrideDeltaColor.CheckedChanged += new System.EventHandler(this.chkOverrideDeltaColor_CheckedChanged);
//
// label8
//
- this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(3, 37);
+ resources.ApplyResources(this.label8, "label8");
this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(179, 13);
- this.label8.TabIndex = 11;
- this.label8.Text = "Color:";
//
// groupBox7
//
+ resources.ApplyResources(this.groupBox7, "groupBox7");
this.groupBox7.Controls.Add(this.tableLayoutPanel8);
- this.groupBox7.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox7.Location = new System.Drawing.Point(3, 3);
this.groupBox7.Name = "groupBox7";
- this.groupBox7.Size = new System.Drawing.Size(427, 73);
- this.groupBox7.TabIndex = 0;
this.groupBox7.TabStop = false;
- this.groupBox7.Text = "Accuracy";
//
// tableLayoutPanel8
//
- this.tableLayoutPanel8.ColumnCount = 3;
- this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
- this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
+ resources.ApplyResources(this.tableLayoutPanel8, "tableLayoutPanel8");
this.tableLayoutPanel8.Controls.Add(this.rdoDeltaSeconds, 0, 1);
this.tableLayoutPanel8.Controls.Add(this.chkDropDecimals, 0, 0);
this.tableLayoutPanel8.Controls.Add(this.rdoDeltaTenths, 1, 1);
this.tableLayoutPanel8.Controls.Add(this.rdoDeltaHundredths, 2, 1);
- this.tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel8.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel8.Name = "tableLayoutPanel8";
- this.tableLayoutPanel8.RowCount = 2;
- this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel8.Size = new System.Drawing.Size(421, 54);
- this.tableLayoutPanel8.TabIndex = 0;
//
// rdoDeltaSeconds
//
- this.rdoDeltaSeconds.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.rdoDeltaSeconds.AutoSize = true;
- this.rdoDeltaSeconds.Location = new System.Drawing.Point(3, 33);
+ resources.ApplyResources(this.rdoDeltaSeconds, "rdoDeltaSeconds");
this.rdoDeltaSeconds.Name = "rdoDeltaSeconds";
- this.rdoDeltaSeconds.Size = new System.Drawing.Size(134, 17);
- this.rdoDeltaSeconds.TabIndex = 0;
this.rdoDeltaSeconds.TabStop = true;
- this.rdoDeltaSeconds.Text = "Seconds";
this.rdoDeltaSeconds.UseVisualStyleBackColor = true;
this.rdoDeltaSeconds.CheckedChanged += new System.EventHandler(this.rdoDeltaSeconds_CheckedChanged);
//
// chkDropDecimals
//
- this.chkDropDecimals.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.chkDropDecimals.AutoSize = true;
+ resources.ApplyResources(this.chkDropDecimals, "chkDropDecimals");
this.tableLayoutPanel8.SetColumnSpan(this.chkDropDecimals, 3);
- this.chkDropDecimals.Location = new System.Drawing.Point(7, 6);
- this.chkDropDecimals.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
this.chkDropDecimals.Name = "chkDropDecimals";
- this.chkDropDecimals.Size = new System.Drawing.Size(411, 17);
- this.chkDropDecimals.TabIndex = 0;
- this.chkDropDecimals.Text = "Drop Decimals When More Than 1 Minute";
this.chkDropDecimals.UseVisualStyleBackColor = true;
//
// rdoDeltaTenths
//
- this.rdoDeltaTenths.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.rdoDeltaTenths.AutoSize = true;
- this.rdoDeltaTenths.Location = new System.Drawing.Point(143, 33);
+ resources.ApplyResources(this.rdoDeltaTenths, "rdoDeltaTenths");
this.rdoDeltaTenths.Name = "rdoDeltaTenths";
- this.rdoDeltaTenths.Size = new System.Drawing.Size(134, 17);
- this.rdoDeltaTenths.TabIndex = 1;
this.rdoDeltaTenths.TabStop = true;
- this.rdoDeltaTenths.Text = "Tenths";
this.rdoDeltaTenths.UseVisualStyleBackColor = true;
this.rdoDeltaTenths.CheckedChanged += new System.EventHandler(this.rdoDeltaTenths_CheckedChanged);
//
// rdoDeltaHundredths
//
- this.rdoDeltaHundredths.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.rdoDeltaHundredths.AutoSize = true;
- this.rdoDeltaHundredths.Location = new System.Drawing.Point(283, 33);
+ resources.ApplyResources(this.rdoDeltaHundredths, "rdoDeltaHundredths");
this.rdoDeltaHundredths.Name = "rdoDeltaHundredths";
- this.rdoDeltaHundredths.Size = new System.Drawing.Size(135, 17);
- this.rdoDeltaHundredths.TabIndex = 2;
this.rdoDeltaHundredths.TabStop = true;
- this.rdoDeltaHundredths.Text = "Hundredths";
this.rdoDeltaHundredths.UseVisualStyleBackColor = true;
//
// chkLockLastSplit
//
- this.chkLockLastSplit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.chkLockLastSplit.AutoSize = true;
- this.chkLockLastSplit.Location = new System.Drawing.Point(7, 180);
- this.chkLockLastSplit.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
+ resources.ApplyResources(this.chkLockLastSplit, "chkLockLastSplit");
this.chkLockLastSplit.Name = "chkLockLastSplit";
- this.chkLockLastSplit.Size = new System.Drawing.Size(184, 17);
- this.chkLockLastSplit.TabIndex = 9;
- this.chkLockLastSplit.Text = "Lock Last Split to Bottom";
this.chkLockLastSplit.UseVisualStyleBackColor = true;
this.chkLockLastSplit.CheckedChanged += new System.EventHandler(this.chkLockLastSplit_CheckedChanged);
//
// chkShowBlankSplits
//
- this.chkShowBlankSplits.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.chkShowBlankSplits.AutoSize = true;
+ resources.ApplyResources(this.chkShowBlankSplits, "chkShowBlankSplits");
this.chkShowBlankSplits.Checked = true;
this.chkShowBlankSplits.CheckState = System.Windows.Forms.CheckState.Checked;
this.tableLayoutPanel1.SetColumnSpan(this.chkShowBlankSplits, 3);
- this.chkShowBlankSplits.Enabled = false;
- this.chkShowBlankSplits.Location = new System.Drawing.Point(201, 151);
- this.chkShowBlankSplits.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
this.chkShowBlankSplits.Name = "chkShowBlankSplits";
- this.chkShowBlankSplits.Size = new System.Drawing.Size(241, 17);
- this.chkShowBlankSplits.TabIndex = 10;
- this.chkShowBlankSplits.Text = "Fill with Blank Space if Not Enough Splits";
this.chkShowBlankSplits.UseVisualStyleBackColor = true;
this.chkShowBlankSplits.CheckedChanged += new System.EventHandler(this.chkShowBlankSplits_CheckedChanged);
//
// GroupBox9
//
+ resources.ApplyResources(this.GroupBox9, "GroupBox9");
this.GroupBox9.BackColor = System.Drawing.SystemColors.Control;
this.tableLayoutPanel1.SetColumnSpan(this.GroupBox9, 4);
this.GroupBox9.Controls.Add(this.groupBox11);
this.GroupBox9.Controls.Add(this.groupBox10);
this.GroupBox9.Controls.Add(this.tableLayoutPanel11);
- this.GroupBox9.Dock = System.Windows.Forms.DockStyle.Fill;
- this.GroupBox9.Location = new System.Drawing.Point(3, 264);
this.GroupBox9.Name = "GroupBox9";
- this.GroupBox9.Size = new System.Drawing.Size(439, 587);
- this.GroupBox9.TabIndex = 16;
this.GroupBox9.TabStop = false;
- this.GroupBox9.Text = "Subsplits";
//
// groupBox11
//
+ resources.ApplyResources(this.groupBox11, "groupBox11");
this.groupBox11.BackColor = System.Drawing.SystemColors.Control;
this.groupBox11.Controls.Add(this.groupBox13);
this.groupBox11.Controls.Add(this.groupBox12);
this.groupBox11.Controls.Add(this.tableLayoutPanel12);
- this.groupBox11.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox11.Location = new System.Drawing.Point(3, 188);
this.groupBox11.Name = "groupBox11";
- this.groupBox11.Size = new System.Drawing.Size(433, 396);
- this.groupBox11.TabIndex = 6;
this.groupBox11.TabStop = false;
- this.groupBox11.Text = "Section Header";
//
// groupBox13
//
+ resources.ApplyResources(this.groupBox13, "groupBox13");
this.groupBox13.Controls.Add(this.groupBox14);
this.groupBox13.Controls.Add(this.tableLayoutPanel14);
- this.groupBox13.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox13.Location = new System.Drawing.Point(3, 246);
this.groupBox13.Name = "groupBox13";
- this.groupBox13.Size = new System.Drawing.Size(427, 147);
- this.groupBox13.TabIndex = 4;
this.groupBox13.TabStop = false;
- this.groupBox13.Text = "Section Timer";
//
// groupBox14
//
+ resources.ApplyResources(this.groupBox14, "groupBox14");
this.groupBox14.Controls.Add(this.tableLayoutPanel15);
- this.groupBox14.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox14.Location = new System.Drawing.Point(3, 98);
this.groupBox14.Name = "groupBox14";
- this.groupBox14.Size = new System.Drawing.Size(421, 46);
- this.groupBox14.TabIndex = 3;
this.groupBox14.TabStop = false;
- this.groupBox14.Text = "Timer Accuracy";
//
// tableLayoutPanel15
//
- this.tableLayoutPanel15.ColumnCount = 3;
- this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
+ resources.ApplyResources(this.tableLayoutPanel15, "tableLayoutPanel15");
this.tableLayoutPanel15.Controls.Add(this.rdoSectionTimerAccuracySeconds, 0, 0);
this.tableLayoutPanel15.Controls.Add(this.rdoSectionTimerAccuracyTenths, 1, 0);
this.tableLayoutPanel15.Controls.Add(this.rdoSectionTimerAccuracyHundreths, 2, 0);
- this.tableLayoutPanel15.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel15.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel15.Name = "tableLayoutPanel15";
- this.tableLayoutPanel15.RowCount = 1;
- this.tableLayoutPanel15.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel15.Size = new System.Drawing.Size(415, 27);
- this.tableLayoutPanel15.TabIndex = 0;
//
// rdoSectionTimerAccuracySeconds
//
- this.rdoSectionTimerAccuracySeconds.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.rdoSectionTimerAccuracySeconds.AutoSize = true;
- this.rdoSectionTimerAccuracySeconds.Location = new System.Drawing.Point(3, 5);
+ resources.ApplyResources(this.rdoSectionTimerAccuracySeconds, "rdoSectionTimerAccuracySeconds");
this.rdoSectionTimerAccuracySeconds.Name = "rdoSectionTimerAccuracySeconds";
- this.rdoSectionTimerAccuracySeconds.Size = new System.Drawing.Size(132, 17);
- this.rdoSectionTimerAccuracySeconds.TabIndex = 0;
- this.rdoSectionTimerAccuracySeconds.Text = "Seconds";
this.rdoSectionTimerAccuracySeconds.UseVisualStyleBackColor = true;
this.rdoSectionTimerAccuracySeconds.CheckedChanged += new System.EventHandler(this.rdoSectionTimerAccuracySeconds_CheckedChanged);
//
// rdoSectionTimerAccuracyTenths
//
- this.rdoSectionTimerAccuracyTenths.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.rdoSectionTimerAccuracyTenths.AutoSize = true;
+ resources.ApplyResources(this.rdoSectionTimerAccuracyTenths, "rdoSectionTimerAccuracyTenths");
this.rdoSectionTimerAccuracyTenths.Checked = true;
- this.rdoSectionTimerAccuracyTenths.Location = new System.Drawing.Point(141, 5);
this.rdoSectionTimerAccuracyTenths.Name = "rdoSectionTimerAccuracyTenths";
- this.rdoSectionTimerAccuracyTenths.Size = new System.Drawing.Size(132, 17);
- this.rdoSectionTimerAccuracyTenths.TabIndex = 1;
this.rdoSectionTimerAccuracyTenths.TabStop = true;
- this.rdoSectionTimerAccuracyTenths.Text = "Tenths";
this.rdoSectionTimerAccuracyTenths.UseVisualStyleBackColor = true;
this.rdoSectionTimerAccuracyTenths.CheckedChanged += new System.EventHandler(this.rdoSectionTimerAccuracyTenths_CheckedChanged);
//
// rdoSectionTimerAccuracyHundreths
//
- this.rdoSectionTimerAccuracyHundreths.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.rdoSectionTimerAccuracyHundreths.AutoSize = true;
- this.rdoSectionTimerAccuracyHundreths.Location = new System.Drawing.Point(279, 5);
+ resources.ApplyResources(this.rdoSectionTimerAccuracyHundreths, "rdoSectionTimerAccuracyHundreths");
this.rdoSectionTimerAccuracyHundreths.Name = "rdoSectionTimerAccuracyHundreths";
- this.rdoSectionTimerAccuracyHundreths.Size = new System.Drawing.Size(133, 17);
- this.rdoSectionTimerAccuracyHundreths.TabIndex = 2;
- this.rdoSectionTimerAccuracyHundreths.Text = "Hundredths";
this.rdoSectionTimerAccuracyHundreths.UseVisualStyleBackColor = true;
this.rdoSectionTimerAccuracyHundreths.CheckedChanged += new System.EventHandler(this.rdoSectionTimerAccuracyHundreths_CheckedChanged);
//
// tableLayoutPanel14
//
- this.tableLayoutPanel14.ColumnCount = 2;
- this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 43.46793F));
- this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 56.53207F));
+ resources.ApplyResources(this.tableLayoutPanel14, "tableLayoutPanel14");
this.tableLayoutPanel14.Controls.Add(this.chkSectionTimer, 0, 0);
this.tableLayoutPanel14.Controls.Add(this.btnSectionTimerColor, 1, 1);
this.tableLayoutPanel14.Controls.Add(this.label19, 0, 1);
this.tableLayoutPanel14.Controls.Add(this.chkSectionTimerGradient, 0, 2);
- this.tableLayoutPanel14.Dock = System.Windows.Forms.DockStyle.Top;
- this.tableLayoutPanel14.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel14.Name = "tableLayoutPanel14";
- this.tableLayoutPanel14.RowCount = 3;
- this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
- this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
- this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
- this.tableLayoutPanel14.Size = new System.Drawing.Size(421, 82);
- this.tableLayoutPanel14.TabIndex = 0;
//
// chkSectionTimer
//
- this.chkSectionTimer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.chkSectionTimer.AutoSize = true;
+ resources.ApplyResources(this.chkSectionTimer, "chkSectionTimer");
this.chkSectionTimer.Checked = true;
this.chkSectionTimer.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkSectionTimer.Location = new System.Drawing.Point(3, 3);
this.chkSectionTimer.Name = "chkSectionTimer";
- this.chkSectionTimer.Size = new System.Drawing.Size(176, 21);
- this.chkSectionTimer.TabIndex = 0;
- this.chkSectionTimer.Text = "Show Section Timer";
this.chkSectionTimer.UseVisualStyleBackColor = true;
this.chkSectionTimer.CheckedChanged += new System.EventHandler(this.chkSectionTimer_CheckedChanged);
//
// btnSectionTimerColor
//
- this.btnSectionTimerColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
+ resources.ApplyResources(this.btnSectionTimerColor, "btnSectionTimerColor");
this.btnSectionTimerColor.BackColor = System.Drawing.Color.Transparent;
- this.btnSectionTimerColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnSectionTimerColor.Location = new System.Drawing.Point(185, 30);
this.btnSectionTimerColor.Name = "btnSectionTimerColor";
- this.btnSectionTimerColor.Size = new System.Drawing.Size(21, 21);
- this.btnSectionTimerColor.TabIndex = 1;
this.btnSectionTimerColor.UseVisualStyleBackColor = false;
this.btnSectionTimerColor.Click += new System.EventHandler(this.ColorButtonClick);
//
// label19
//
- this.label19.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.label19.AutoSize = true;
- this.label19.Location = new System.Drawing.Point(3, 34);
+ resources.ApplyResources(this.label19, "label19");
this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(176, 13);
- this.label19.TabIndex = 35;
- this.label19.Text = "Color";
//
// chkSectionTimerGradient
//
- this.chkSectionTimerGradient.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.chkSectionTimerGradient.AutoSize = true;
+ resources.ApplyResources(this.chkSectionTimerGradient, "chkSectionTimerGradient");
this.chkSectionTimerGradient.Checked = true;
this.chkSectionTimerGradient.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkSectionTimerGradient.Location = new System.Drawing.Point(3, 57);
this.chkSectionTimerGradient.Name = "chkSectionTimerGradient";
- this.chkSectionTimerGradient.Size = new System.Drawing.Size(176, 22);
- this.chkSectionTimerGradient.TabIndex = 2;
- this.chkSectionTimerGradient.Text = "Show Gradient";
this.chkSectionTimerGradient.UseVisualStyleBackColor = true;
//
// groupBox12
//
+ resources.ApplyResources(this.groupBox12, "groupBox12");
this.groupBox12.Controls.Add(this.groupBox15);
this.groupBox12.Controls.Add(this.tableLayoutPanel13);
- this.groupBox12.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox12.Location = new System.Drawing.Point(3, 70);
this.groupBox12.Name = "groupBox12";
- this.groupBox12.Size = new System.Drawing.Size(427, 176);
- this.groupBox12.TabIndex = 3;
this.groupBox12.TabStop = false;
- this.groupBox12.Text = "Section Header Color";
//
// groupBox15
//
+ resources.ApplyResources(this.groupBox15, "groupBox15");
this.groupBox15.Controls.Add(this.tableLayoutPanel16);
- this.groupBox15.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox15.Location = new System.Drawing.Point(3, 126);
this.groupBox15.Name = "groupBox15";
- this.groupBox15.Size = new System.Drawing.Size(421, 47);
- this.groupBox15.TabIndex = 8;
this.groupBox15.TabStop = false;
- this.groupBox15.Text = "Time Accuracy";
//
// tableLayoutPanel16
//
- this.tableLayoutPanel16.ColumnCount = 3;
- this.tableLayoutPanel16.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel16.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel16.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
+ resources.ApplyResources(this.tableLayoutPanel16, "tableLayoutPanel16");
this.tableLayoutPanel16.Controls.Add(this.rdoHeaderAccuracySeconds, 0, 0);
this.tableLayoutPanel16.Controls.Add(this.rdoHeaderAccuracyTenths, 1, 0);
this.tableLayoutPanel16.Controls.Add(this.rdoHeaderAccuracyHundreths, 2, 0);
- this.tableLayoutPanel16.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel16.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel16.Name = "tableLayoutPanel16";
- this.tableLayoutPanel16.RowCount = 1;
- this.tableLayoutPanel16.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel16.Size = new System.Drawing.Size(415, 28);
- this.tableLayoutPanel16.TabIndex = 0;
//
// rdoHeaderAccuracySeconds
//
- this.rdoHeaderAccuracySeconds.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.rdoHeaderAccuracySeconds.AutoSize = true;
- this.rdoHeaderAccuracySeconds.Location = new System.Drawing.Point(3, 5);
+ resources.ApplyResources(this.rdoHeaderAccuracySeconds, "rdoHeaderAccuracySeconds");
this.rdoHeaderAccuracySeconds.Name = "rdoHeaderAccuracySeconds";
- this.rdoHeaderAccuracySeconds.Size = new System.Drawing.Size(132, 17);
- this.rdoHeaderAccuracySeconds.TabIndex = 0;
- this.rdoHeaderAccuracySeconds.Text = "Seconds";
this.rdoHeaderAccuracySeconds.UseVisualStyleBackColor = true;
this.rdoHeaderAccuracySeconds.CheckedChanged += new System.EventHandler(this.rdoHeaderAccuracySeconds_CheckedChanged);
//
// rdoHeaderAccuracyTenths
//
- this.rdoHeaderAccuracyTenths.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.rdoHeaderAccuracyTenths.AutoSize = true;
+ resources.ApplyResources(this.rdoHeaderAccuracyTenths, "rdoHeaderAccuracyTenths");
this.rdoHeaderAccuracyTenths.Checked = true;
- this.rdoHeaderAccuracyTenths.Location = new System.Drawing.Point(141, 5);
this.rdoHeaderAccuracyTenths.Name = "rdoHeaderAccuracyTenths";
- this.rdoHeaderAccuracyTenths.Size = new System.Drawing.Size(132, 17);
- this.rdoHeaderAccuracyTenths.TabIndex = 1;
this.rdoHeaderAccuracyTenths.TabStop = true;
- this.rdoHeaderAccuracyTenths.Text = "Tenths";
this.rdoHeaderAccuracyTenths.UseVisualStyleBackColor = true;
this.rdoHeaderAccuracyTenths.CheckedChanged += new System.EventHandler(this.rdoHeaderAccuracyTenths_CheckedChanged);
//
// rdoHeaderAccuracyHundreths
//
- this.rdoHeaderAccuracyHundreths.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.rdoHeaderAccuracyHundreths.AutoSize = true;
- this.rdoHeaderAccuracyHundreths.Location = new System.Drawing.Point(279, 5);
+ resources.ApplyResources(this.rdoHeaderAccuracyHundreths, "rdoHeaderAccuracyHundreths");
this.rdoHeaderAccuracyHundreths.Name = "rdoHeaderAccuracyHundreths";
- this.rdoHeaderAccuracyHundreths.Size = new System.Drawing.Size(133, 17);
- this.rdoHeaderAccuracyHundreths.TabIndex = 2;
- this.rdoHeaderAccuracyHundreths.Text = "Hundredths";
this.rdoHeaderAccuracyHundreths.UseVisualStyleBackColor = true;
this.rdoHeaderAccuracyHundreths.CheckedChanged += new System.EventHandler(this.rdoHeaderAccuracyHundreths_CheckedChanged);
//
// tableLayoutPanel13
//
- this.tableLayoutPanel13.ColumnCount = 4;
- this.tableLayoutPanel13.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 183F));
- this.tableLayoutPanel13.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel13.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 28F));
- this.tableLayoutPanel13.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 181F));
+ resources.ApplyResources(this.tableLayoutPanel13, "tableLayoutPanel13");
this.tableLayoutPanel13.Controls.Add(this.label18, 0, 3);
this.tableLayoutPanel13.Controls.Add(this.chkHeaderTimes, 3, 3);
this.tableLayoutPanel13.Controls.Add(this.label17, 0, 2);
@@ -1350,526 +869,284 @@ private void InitializeComponent()
this.tableLayoutPanel13.Controls.Add(this.btnHeaderBottomColor, 2, 0);
this.tableLayoutPanel13.Controls.Add(this.cmbHeaderGradient, 3, 0);
this.tableLayoutPanel13.Controls.Add(this.chkHeaderText, 3, 2);
- this.tableLayoutPanel13.Dock = System.Windows.Forms.DockStyle.Top;
- this.tableLayoutPanel13.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel13.Name = "tableLayoutPanel13";
- this.tableLayoutPanel13.RowCount = 4;
- this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
- this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
- this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
- this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
- this.tableLayoutPanel13.Size = new System.Drawing.Size(421, 110);
- this.tableLayoutPanel13.TabIndex = 0;
//
// label18
//
- this.label18.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.label18.AutoSize = true;
- this.label18.Location = new System.Drawing.Point(3, 89);
+ resources.ApplyResources(this.label18, "label18");
this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(177, 13);
- this.label18.TabIndex = 35;
- this.label18.Text = "Time Color";
//
// chkHeaderTimes
//
- this.chkHeaderTimes.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.chkHeaderTimes.AutoSize = true;
+ resources.ApplyResources(this.chkHeaderTimes, "chkHeaderTimes");
this.chkHeaderTimes.Checked = true;
this.chkHeaderTimes.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkHeaderTimes.Location = new System.Drawing.Point(243, 84);
this.chkHeaderTimes.Name = "chkHeaderTimes";
- this.chkHeaderTimes.Size = new System.Drawing.Size(175, 23);
- this.chkHeaderTimes.TabIndex = 7;
- this.chkHeaderTimes.Text = "Show Total Section Time";
this.chkHeaderTimes.UseVisualStyleBackColor = true;
//
// label17
//
- this.label17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.label17.AutoSize = true;
- this.label17.Location = new System.Drawing.Point(3, 61);
+ resources.ApplyResources(this.label17, "label17");
this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(177, 13);
- this.label17.TabIndex = 34;
- this.label17.Text = "Name Color";
//
// btnHeaderTextColor
//
- this.btnHeaderTextColor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnHeaderTextColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnHeaderTextColor.Location = new System.Drawing.Point(186, 57);
+ resources.ApplyResources(this.btnHeaderTextColor, "btnHeaderTextColor");
this.btnHeaderTextColor.Name = "btnHeaderTextColor";
- this.btnHeaderTextColor.Size = new System.Drawing.Size(23, 21);
- this.btnHeaderTextColor.TabIndex = 4;
this.btnHeaderTextColor.UseVisualStyleBackColor = false;
this.btnHeaderTextColor.Click += new System.EventHandler(this.ColorButtonClick);
//
// btnHeaderTimesColor
//
- this.btnHeaderTimesColor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnHeaderTimesColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnHeaderTimesColor.Location = new System.Drawing.Point(186, 84);
+ resources.ApplyResources(this.btnHeaderTimesColor, "btnHeaderTimesColor");
this.btnHeaderTimesColor.Name = "btnHeaderTimesColor";
- this.btnHeaderTimesColor.Size = new System.Drawing.Size(23, 23);
- this.btnHeaderTimesColor.TabIndex = 6;
this.btnHeaderTimesColor.UseVisualStyleBackColor = false;
this.btnHeaderTimesColor.Click += new System.EventHandler(this.ColorButtonClick);
//
// label16
//
- this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.label16.AutoSize = true;
- this.label16.Location = new System.Drawing.Point(3, 7);
+ resources.ApplyResources(this.label16, "label16");
this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(177, 13);
- this.label16.TabIndex = 29;
- this.label16.Text = "Background Color:";
//
// chkOverrideHeaderColor
//
- this.chkOverrideHeaderColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.chkOverrideHeaderColor.AutoSize = true;
- this.chkOverrideHeaderColor.Location = new System.Drawing.Point(7, 32);
- this.chkOverrideHeaderColor.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
+ resources.ApplyResources(this.chkOverrideHeaderColor, "chkOverrideHeaderColor");
this.chkOverrideHeaderColor.Name = "chkOverrideHeaderColor";
- this.chkOverrideHeaderColor.Size = new System.Drawing.Size(173, 17);
- this.chkOverrideHeaderColor.TabIndex = 3;
- this.chkOverrideHeaderColor.Text = "Override Layout Text Colors";
this.chkOverrideHeaderColor.UseVisualStyleBackColor = true;
this.chkOverrideHeaderColor.CheckedChanged += new System.EventHandler(this.chkOverrideHeaderColor_CheckedChanged);
//
// btnHeaderTopColor
//
- this.btnHeaderTopColor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
+ resources.ApplyResources(this.btnHeaderTopColor, "btnHeaderTopColor");
this.btnHeaderTopColor.BackColor = System.Drawing.Color.Transparent;
- this.btnHeaderTopColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnHeaderTopColor.Location = new System.Drawing.Point(186, 3);
this.btnHeaderTopColor.Name = "btnHeaderTopColor";
- this.btnHeaderTopColor.Size = new System.Drawing.Size(23, 21);
- this.btnHeaderTopColor.TabIndex = 0;
this.btnHeaderTopColor.UseVisualStyleBackColor = false;
this.btnHeaderTopColor.Click += new System.EventHandler(this.ColorButtonClick);
//
// btnHeaderBottomColor
//
- this.btnHeaderBottomColor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
+ resources.ApplyResources(this.btnHeaderBottomColor, "btnHeaderBottomColor");
this.btnHeaderBottomColor.BackColor = System.Drawing.Color.Transparent;
- this.btnHeaderBottomColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnHeaderBottomColor.Location = new System.Drawing.Point(215, 3);
this.btnHeaderBottomColor.Name = "btnHeaderBottomColor";
- this.btnHeaderBottomColor.Size = new System.Drawing.Size(22, 21);
- this.btnHeaderBottomColor.TabIndex = 1;
this.btnHeaderBottomColor.UseVisualStyleBackColor = false;
this.btnHeaderBottomColor.Click += new System.EventHandler(this.ColorButtonClick);
//
// cmbHeaderGradient
//
- this.cmbHeaderGradient.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
+ resources.ApplyResources(this.cmbHeaderGradient, "cmbHeaderGradient");
this.cmbHeaderGradient.Cursor = System.Windows.Forms.Cursors.Default;
this.cmbHeaderGradient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbHeaderGradient.FormattingEnabled = true;
this.cmbHeaderGradient.Items.AddRange(new object[] {
- "Plain",
- "Vertical",
- "Horizontal"});
- this.cmbHeaderGradient.Location = new System.Drawing.Point(243, 3);
+ resources.GetString("cmbHeaderGradient.Items"),
+ resources.GetString("cmbHeaderGradient.Items1"),
+ resources.GetString("cmbHeaderGradient.Items2")});
this.cmbHeaderGradient.Name = "cmbHeaderGradient";
- this.cmbHeaderGradient.Size = new System.Drawing.Size(175, 21);
- this.cmbHeaderGradient.TabIndex = 2;
this.cmbHeaderGradient.SelectedIndexChanged += new System.EventHandler(this.cmbHeaderGradient_SelectedIndexChanged);
//
// chkHeaderText
//
- this.chkHeaderText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.chkHeaderText.AutoSize = true;
- this.chkHeaderText.Location = new System.Drawing.Point(243, 57);
+ resources.ApplyResources(this.chkHeaderText, "chkHeaderText");
this.chkHeaderText.Name = "chkHeaderText";
- this.chkHeaderText.Size = new System.Drawing.Size(175, 21);
- this.chkHeaderText.TabIndex = 5;
- this.chkHeaderText.Text = "Show Split Name";
this.chkHeaderText.UseVisualStyleBackColor = true;
//
// tableLayoutPanel12
//
- this.tableLayoutPanel12.ColumnCount = 2;
- this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
+ resources.ApplyResources(this.tableLayoutPanel12, "tableLayoutPanel12");
this.tableLayoutPanel12.Controls.Add(this.chkShowHeader, 0, 0);
this.tableLayoutPanel12.Controls.Add(this.chkShowSectionIcon, 1, 0);
this.tableLayoutPanel12.Controls.Add(this.chkShowIconSectionSplit, 1, 1);
this.tableLayoutPanel12.Controls.Add(this.chkIndentSectionSplit, 0, 1);
- this.tableLayoutPanel12.Dock = System.Windows.Forms.DockStyle.Top;
- this.tableLayoutPanel12.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel12.Name = "tableLayoutPanel12";
- this.tableLayoutPanel12.RowCount = 2;
- this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
- this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
- this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel12.Size = new System.Drawing.Size(427, 54);
- this.tableLayoutPanel12.TabIndex = 0;
//
// chkShowHeader
//
- this.chkShowHeader.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.chkShowHeader.AutoSize = true;
- this.chkShowHeader.Location = new System.Drawing.Point(3, 3);
+ resources.ApplyResources(this.chkShowHeader, "chkShowHeader");
this.chkShowHeader.Name = "chkShowHeader";
- this.chkShowHeader.Size = new System.Drawing.Size(207, 21);
- this.chkShowHeader.TabIndex = 0;
- this.chkShowHeader.Text = "Show Section Header";
this.chkShowHeader.UseVisualStyleBackColor = true;
this.chkShowHeader.CheckedChanged += new System.EventHandler(this.chkShowHeader_CheckedChanged);
//
// chkShowSectionIcon
//
- this.chkShowSectionIcon.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.chkShowSectionIcon.AutoSize = true;
- this.chkShowSectionIcon.Location = new System.Drawing.Point(216, 3);
+ resources.ApplyResources(this.chkShowSectionIcon, "chkShowSectionIcon");
this.chkShowSectionIcon.Name = "chkShowSectionIcon";
- this.chkShowSectionIcon.Size = new System.Drawing.Size(208, 21);
- this.chkShowSectionIcon.TabIndex = 2;
- this.chkShowSectionIcon.Text = "Show Icon";
this.chkShowSectionIcon.UseVisualStyleBackColor = true;
//
+ // chkShowIconSectionSplit
+ //
+ resources.ApplyResources(this.chkShowIconSectionSplit, "chkShowIconSectionSplit");
+ this.chkShowIconSectionSplit.Checked = true;
+ this.chkShowIconSectionSplit.CheckState = System.Windows.Forms.CheckState.Checked;
+ this.chkShowIconSectionSplit.Name = "chkShowIconSectionSplit";
+ this.chkShowIconSectionSplit.UseVisualStyleBackColor = true;
+ //
// chkIndentSectionSplit
//
- this.chkIndentSectionSplit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.chkIndentSectionSplit.AutoSize = true;
+ resources.ApplyResources(this.chkIndentSectionSplit, "chkIndentSectionSplit");
this.chkIndentSectionSplit.Checked = true;
this.chkIndentSectionSplit.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkIndentSectionSplit.Location = new System.Drawing.Point(3, 30);
this.chkIndentSectionSplit.Name = "chkIndentSectionSplit";
- this.chkIndentSectionSplit.Size = new System.Drawing.Size(207, 21);
- this.chkIndentSectionSplit.TabIndex = 1;
- this.chkIndentSectionSplit.Text = "Indent Last Split Of Section";
this.chkIndentSectionSplit.UseVisualStyleBackColor = true;
//
// groupBox10
//
+ resources.ApplyResources(this.groupBox10, "groupBox10");
this.groupBox10.Controls.Add(this.tableLayoutPanel10);
- this.groupBox10.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox10.Location = new System.Drawing.Point(3, 112);
this.groupBox10.Name = "groupBox10";
- this.groupBox10.Size = new System.Drawing.Size(433, 76);
- this.groupBox10.TabIndex = 5;
this.groupBox10.TabStop = false;
- this.groupBox10.Text = "Subsplit Color";
//
// tableLayoutPanel10
//
- this.tableLayoutPanel10.ColumnCount = 4;
- this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 86.4486F));
- this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.5514F));
- this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 29F));
- this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 194F));
+ resources.ApplyResources(this.tableLayoutPanel10, "tableLayoutPanel10");
this.tableLayoutPanel10.Controls.Add(this.label15, 0, 1);
this.tableLayoutPanel10.Controls.Add(this.chkOverrideSubsplitColor, 0, 0);
this.tableLayoutPanel10.Controls.Add(this.cmbSubsplitGradient, 3, 1);
this.tableLayoutPanel10.Controls.Add(this.btnSubsplitBottomColor, 2, 1);
this.tableLayoutPanel10.Controls.Add(this.btnSubsplitTopColor, 1, 1);
- this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Top;
- this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel10.Name = "tableLayoutPanel10";
- this.tableLayoutPanel10.RowCount = 2;
- this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel10.Size = new System.Drawing.Size(427, 57);
- this.tableLayoutPanel10.TabIndex = 0;
//
// label15
//
- this.label15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(3, 36);
+ resources.ApplyResources(this.label15, "label15");
this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(170, 13);
- this.label15.TabIndex = 28;
- this.label15.Text = "Subsplit Background Color:";
//
// chkOverrideSubsplitColor
//
- this.chkOverrideSubsplitColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.chkOverrideSubsplitColor.AutoSize = true;
- this.chkOverrideSubsplitColor.Location = new System.Drawing.Point(7, 5);
- this.chkOverrideSubsplitColor.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
+ resources.ApplyResources(this.chkOverrideSubsplitColor, "chkOverrideSubsplitColor");
this.chkOverrideSubsplitColor.Name = "chkOverrideSubsplitColor";
- this.chkOverrideSubsplitColor.Size = new System.Drawing.Size(166, 17);
- this.chkOverrideSubsplitColor.TabIndex = 1;
- this.chkOverrideSubsplitColor.Text = "Override Layout Settings";
this.chkOverrideSubsplitColor.UseVisualStyleBackColor = true;
this.chkOverrideSubsplitColor.CheckedChanged += new System.EventHandler(this.chkOverrideSubsplitColor_CheckedChanged);
//
// cmbSubsplitGradient
//
- this.cmbSubsplitGradient.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
+ resources.ApplyResources(this.cmbSubsplitGradient, "cmbSubsplitGradient");
this.cmbSubsplitGradient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSubsplitGradient.FormattingEnabled = true;
this.cmbSubsplitGradient.Items.AddRange(new object[] {
- "Plain",
- "Vertical",
- "Horizontal"});
- this.cmbSubsplitGradient.Location = new System.Drawing.Point(235, 32);
+ resources.GetString("cmbSubsplitGradient.Items"),
+ resources.GetString("cmbSubsplitGradient.Items1"),
+ resources.GetString("cmbSubsplitGradient.Items2")});
this.cmbSubsplitGradient.Name = "cmbSubsplitGradient";
- this.cmbSubsplitGradient.Size = new System.Drawing.Size(189, 21);
- this.cmbSubsplitGradient.TabIndex = 4;
this.cmbSubsplitGradient.SelectedIndexChanged += new System.EventHandler(this.cmbSubsplitGradient_SelectedIndexChanged);
//
// btnSubsplitBottomColor
//
- this.btnSubsplitBottomColor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSubsplitBottomColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnSubsplitBottomColor.Location = new System.Drawing.Point(206, 31);
+ resources.ApplyResources(this.btnSubsplitBottomColor, "btnSubsplitBottomColor");
this.btnSubsplitBottomColor.Name = "btnSubsplitBottomColor";
- this.btnSubsplitBottomColor.Size = new System.Drawing.Size(23, 23);
- this.btnSubsplitBottomColor.TabIndex = 3;
this.btnSubsplitBottomColor.UseVisualStyleBackColor = false;
this.btnSubsplitBottomColor.Click += new System.EventHandler(this.ColorButtonClick);
//
// btnSubsplitTopColor
//
- this.btnSubsplitTopColor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSubsplitTopColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnSubsplitTopColor.Location = new System.Drawing.Point(179, 31);
+ resources.ApplyResources(this.btnSubsplitTopColor, "btnSubsplitTopColor");
this.btnSubsplitTopColor.Name = "btnSubsplitTopColor";
- this.btnSubsplitTopColor.Size = new System.Drawing.Size(21, 23);
- this.btnSubsplitTopColor.TabIndex = 2;
this.btnSubsplitTopColor.UseVisualStyleBackColor = false;
this.btnSubsplitTopColor.Click += new System.EventHandler(this.ColorButtonClick);
//
// tableLayoutPanel11
//
- this.tableLayoutPanel11.ColumnCount = 3;
- this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
+ resources.ApplyResources(this.tableLayoutPanel11, "tableLayoutPanel11");
this.tableLayoutPanel11.Controls.Add(this.label14, 0, 0);
this.tableLayoutPanel11.Controls.Add(this.rdoHideSubsplits, 0, 1);
this.tableLayoutPanel11.Controls.Add(this.rdoNormalSubsplits, 1, 1);
this.tableLayoutPanel11.Controls.Add(this.rdoShowSubsplits, 2, 1);
this.tableLayoutPanel11.Controls.Add(this.chkIndentSubsplits, 0, 2);
this.tableLayoutPanel11.Controls.Add(this.chkCurrentSectionOnly, 1, 2);
- this.tableLayoutPanel11.Dock = System.Windows.Forms.DockStyle.Top;
- this.tableLayoutPanel11.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel11.Name = "tableLayoutPanel11";
- this.tableLayoutPanel11.RowCount = 3;
- this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel11.Size = new System.Drawing.Size(433, 96);
- this.tableLayoutPanel11.TabIndex = 0;
//
// label14
//
- this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label14.AutoSize = true;
+ resources.ApplyResources(this.label14, "label14");
this.tableLayoutPanel11.SetColumnSpan(this.label14, 3);
- this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label14.ForeColor = System.Drawing.SystemColors.HotTrack;
- this.label14.Location = new System.Drawing.Point(3, 0);
this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(427, 32);
- this.label14.TabIndex = 1;
- this.label14.Text = "To set a split as a subsplit, add a - (dash) to the beginning of the split name.\r" +
- "\nOptional: Add a section name with {}. Ex: \"{Section Name} Split Name\"";
- this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// rdoHideSubsplits
//
- this.rdoHideSubsplits.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.rdoHideSubsplits.AutoSize = true;
- this.rdoHideSubsplits.Location = new System.Drawing.Point(3, 35);
+ resources.ApplyResources(this.rdoHideSubsplits, "rdoHideSubsplits");
this.rdoHideSubsplits.Name = "rdoHideSubsplits";
- this.rdoHideSubsplits.Size = new System.Drawing.Size(138, 26);
- this.rdoHideSubsplits.TabIndex = 0;
- this.rdoHideSubsplits.Text = "Always Hide Subsplits";
this.rdoHideSubsplits.UseVisualStyleBackColor = true;
this.rdoHideSubsplits.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// rdoNormalSubsplits
//
- this.rdoNormalSubsplits.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.rdoNormalSubsplits.AutoSize = true;
+ resources.ApplyResources(this.rdoNormalSubsplits, "rdoNormalSubsplits");
this.rdoNormalSubsplits.Checked = true;
- this.rdoNormalSubsplits.Location = new System.Drawing.Point(147, 35);
this.rdoNormalSubsplits.Name = "rdoNormalSubsplits";
- this.rdoNormalSubsplits.Size = new System.Drawing.Size(138, 26);
- this.rdoNormalSubsplits.TabIndex = 1;
this.rdoNormalSubsplits.TabStop = true;
- this.rdoNormalSubsplits.Text = "Contextual Subsplits";
this.rdoNormalSubsplits.UseVisualStyleBackColor = true;
this.rdoNormalSubsplits.CheckedChanged += new System.EventHandler(this.rdoNormalSubsplits_CheckedChanged);
//
// rdoShowSubsplits
//
- this.rdoShowSubsplits.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.rdoShowSubsplits.AutoSize = true;
- this.rdoShowSubsplits.Location = new System.Drawing.Point(291, 35);
+ resources.ApplyResources(this.rdoShowSubsplits, "rdoShowSubsplits");
this.rdoShowSubsplits.Name = "rdoShowSubsplits";
- this.rdoShowSubsplits.Size = new System.Drawing.Size(139, 26);
- this.rdoShowSubsplits.TabIndex = 2;
- this.rdoShowSubsplits.Text = "Always Show Subsplits";
this.rdoShowSubsplits.UseVisualStyleBackColor = true;
this.rdoShowSubsplits.CheckedChanged += new System.EventHandler(this.rdoShowSubsplits_CheckedChanged);
//
// chkIndentSubsplits
//
- this.chkIndentSubsplits.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.chkIndentSubsplits.AutoSize = true;
+ resources.ApplyResources(this.chkIndentSubsplits, "chkIndentSubsplits");
this.chkIndentSubsplits.Checked = true;
this.chkIndentSubsplits.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkIndentSubsplits.Location = new System.Drawing.Point(3, 67);
this.chkIndentSubsplits.Name = "chkIndentSubsplits";
- this.chkIndentSubsplits.Size = new System.Drawing.Size(138, 26);
- this.chkIndentSubsplits.TabIndex = 3;
- this.chkIndentSubsplits.Text = "Indent Subsplits";
this.chkIndentSubsplits.UseVisualStyleBackColor = true;
//
// chkCurrentSectionOnly
//
- this.chkCurrentSectionOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.chkCurrentSectionOnly.AutoSize = true;
- this.chkCurrentSectionOnly.Location = new System.Drawing.Point(147, 67);
+ resources.ApplyResources(this.chkCurrentSectionOnly, "chkCurrentSectionOnly");
this.chkCurrentSectionOnly.Name = "chkCurrentSectionOnly";
- this.chkCurrentSectionOnly.Size = new System.Drawing.Size(138, 26);
- this.chkCurrentSectionOnly.TabIndex = 4;
- this.chkCurrentSectionOnly.Text = "Only Current Section";
this.chkCurrentSectionOnly.UseVisualStyleBackColor = true;
//
// chkDisplayRows
//
- this.chkDisplayRows.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.chkDisplayRows.AutoSize = true;
+ resources.ApplyResources(this.chkDisplayRows, "chkDisplayRows");
this.tableLayoutPanel1.SetColumnSpan(this.chkDisplayRows, 3);
- this.chkDisplayRows.Location = new System.Drawing.Point(201, 180);
- this.chkDisplayRows.Margin = new System.Windows.Forms.Padding(7, 3, 3, 3);
this.chkDisplayRows.Name = "chkDisplayRows";
- this.chkDisplayRows.Size = new System.Drawing.Size(241, 17);
- this.chkDisplayRows.TabIndex = 11;
- this.chkDisplayRows.Text = "Display 2 Rows";
this.chkDisplayRows.UseVisualStyleBackColor = true;
//
// lblSplitSize
//
- this.lblSplitSize.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.lblSplitSize.AutoSize = true;
- this.lblSplitSize.Location = new System.Drawing.Point(3, 211);
+ resources.ApplyResources(this.lblSplitSize, "lblSplitSize");
this.lblSplitSize.Name = "lblSplitSize";
- this.lblSplitSize.Size = new System.Drawing.Size(111, 13);
- this.lblSplitSize.TabIndex = 14;
- this.lblSplitSize.Text = "Horizontal Split Width:";
//
// label4
//
- this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(3, 240);
+ resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(188, 13);
- this.label4.TabIndex = 3;
- this.label4.Text = "Current Split Background Color:";
//
// btnTopColor
//
- this.btnTopColor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnTopColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnTopColor.Location = new System.Drawing.Point(197, 235);
+ resources.ApplyResources(this.btnTopColor, "btnTopColor");
this.btnTopColor.Name = "btnTopColor";
- this.btnTopColor.Size = new System.Drawing.Size(23, 23);
- this.btnTopColor.TabIndex = 13;
this.btnTopColor.UseVisualStyleBackColor = false;
this.btnTopColor.Click += new System.EventHandler(this.ColorButtonClick);
//
// btnBottomColor
//
- this.btnBottomColor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnBottomColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnBottomColor.Location = new System.Drawing.Point(226, 235);
+ resources.ApplyResources(this.btnBottomColor, "btnBottomColor");
this.btnBottomColor.Name = "btnBottomColor";
- this.btnBottomColor.Size = new System.Drawing.Size(23, 23);
- this.btnBottomColor.TabIndex = 14;
this.btnBottomColor.UseVisualStyleBackColor = false;
this.btnBottomColor.Click += new System.EventHandler(this.ColorButtonClick);
//
// cmbSplitGradient
//
- this.cmbSplitGradient.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
+ resources.ApplyResources(this.cmbSplitGradient, "cmbSplitGradient");
this.cmbSplitGradient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSplitGradient.FormattingEnabled = true;
this.cmbSplitGradient.Items.AddRange(new object[] {
- "Plain",
- "Vertical",
- "Horizontal"});
- this.cmbSplitGradient.Location = new System.Drawing.Point(255, 236);
+ resources.GetString("cmbSplitGradient.Items"),
+ resources.GetString("cmbSplitGradient.Items1"),
+ resources.GetString("cmbSplitGradient.Items2")});
this.cmbSplitGradient.Name = "cmbSplitGradient";
- this.cmbSplitGradient.Size = new System.Drawing.Size(187, 21);
- this.cmbSplitGradient.TabIndex = 15;
this.cmbSplitGradient.SelectedIndexChanged += new System.EventHandler(this.cmbSplitGradient_SelectedIndexChanged);
//
- // chkShowIconSectionSplit
- //
- this.chkShowIconSectionSplit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.chkShowIconSectionSplit.AutoSize = true;
- this.chkShowIconSectionSplit.Checked = true;
- this.chkShowIconSectionSplit.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkShowIconSectionSplit.Location = new System.Drawing.Point(216, 30);
- this.chkShowIconSectionSplit.Name = "chkShowIconSectionSplit";
- this.chkShowIconSectionSplit.Size = new System.Drawing.Size(208, 21);
- this.chkShowIconSectionSplit.TabIndex = 3;
- this.chkShowIconSectionSplit.Text = "Show Icon of Last Split of Section";
- this.chkShowIconSectionSplit.UseVisualStyleBackColor = true;
- //
// SplitsSettings
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "SplitsSettings";
- this.Padding = new System.Windows.Forms.Padding(7);
- this.Size = new System.Drawing.Size(459, 1516);
this.Load += new System.EventHandler(this.SplitsSettings_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
diff --git a/UI/Components/SplitsSettings.ja-JP.resx b/UI/Components/SplitsSettings.ja-JP.resx
new file mode 100644
index 0000000..783640f
--- /dev/null
+++ b/UI/Components/SplitsSettings.ja-JP.resx
@@ -0,0 +1,371 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 比較
+
+
+ スプリット表示数
+
+
+ 次のスプリット表示数
+
+
+ 色 (今より後のスプリット)
+
+
+ レイアウトタブ設定を無視
+
+
+ 色 (今より前のスプリット)
+
+
+ 色 (現在のスプリット)
+
+
+ スプリット名の色
+
+
+ 細い区切り線を表示
+
+
+ 常に最後のスプリットを表示
+
+
+ 空白アイコン非表示
+
+
+ アイコン表示
+
+
+ サイズ
+
+
+ アイコンに影を表示
+
+
+ アイコン
+
+
+ 色 (現在のスプリット)
+
+
+ 色 (今より後のスプリット)
+
+
+ レイアウトタブ設定を無視
+
+
+ 色 (今より前のスプリット)
+
+
+ 色
+
+
+ スプリットタイム表示
+
+
+ 0
+
+
+ 0.0
+
+
+ 0.00
+
+
+ 表示精度
+
+
+ スプリット名
+
+
+ 背景
+
+
+ 区切り線を最後のスプリットの上に表示
+
+
+ レイアウトタブ設定を無視
+
+
+ 色
+
+
+ リアルタイム差表示
+
+
+ 0
+
+
+ 1分以上の時は小数点以下を非表示
+
+
+ 0.0
+
+
+ 0.00
+
+
+ 表示精度
+
+
+ 差
+
+
+ 最後のスプリットを一番下に固定
+
+
+ スプリット数が足りない時は空白で埋める
+
+
+ 0
+
+
+ 0.0
+
+
+ 0.00
+
+
+ 表示精度
+
+
+ 区間タイマー表示
+
+
+ 色
+
+
+ グラディエーション表示
+
+
+ 区間タイマー
+
+
+ 0
+
+
+ 0.0
+
+
+ 0.00
+
+
+ 表示精度
+
+
+ タイムの色
+
+
+ 区間全体のタイムを表示
+
+
+ 名前の色
+
+
+ 背景色
+
+
+ レイアウトタブ設定を無視
+
+
+ スプリット名を表示
+
+
+ 区間ヘッダーの色
+
+
+ 区間ヘッダーを表示
+
+
+ アイコンを表示
+
+
+ 区間最後のスプリットのアイコン表示
+
+
+ 区間最後のスプリットを字下げ
+
+
+ 区間ヘッダー
+
+
+
+ 168, 12
+
+
+ サブスプリット背景色
+
+
+ 164, 16
+
+
+ レイアウトタブ設定を無視
+
+
+ 233, 29
+
+
+ 191, 20
+
+
+ 204, 29
+
+
+ 177, 29
+
+
+ サブスプリットの色
+
+
+ サブスプリットにする場合は頭に- (ダッシュ)をつけてください。
+区間を作る場合は{区間名} スプリット名という書式にしてください。
+
+
+ 常に非表示
+
+
+ 現区間のものだけ表示
+
+
+ 常に表示
+
+
+ 字下げ
+
+
+ 現区間のみ表示
+
+
+ サブスプリット
+
+
+ 2行表示
+
+
+ 125, 12
+
+
+ 横配置時のスプリットの幅
+
+
+ 進行中スプリットの背景色
+
+
\ No newline at end of file
diff --git a/UI/Components/SplitsSettings.resx b/UI/Components/SplitsSettings.resx
index 1af7de1..add3e46 100644
--- a/UI/Components/SplitsSettings.resx
+++ b/UI/Components/SplitsSettings.resx
@@ -117,4 +117,3590 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ 7, 5
+
+
+ 0
+
+
+
+ True
+
+
+ Icon Shadows
+
+
+ tableLayoutPanel1
+
+
+
+ Left, Right
+
+
+ 4
+
+
+ 2
+
+
+ Tenths
+
+
+ True
+
+
+ 0
+
+
+ groupBox3
+
+
+ Fill with Blank Space if Not Enough Splits
+
+
+ Top
+
+
+ 1
+
+
+ tableLayoutPanel8
+
+
+ dmnUpcomingSegments
+
+
+ 0
+
+
+ Left, Right
+
+
+ 8
+
+
+ True
+
+
+ 279, 4
+
+
+ 3, 15
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="groupBox5" Row="1" RowSpan="1" Column="0" ColumnSpan="2" /><Control Name="chkShowTimes" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox1" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="Absolute,23,Absolute,130,Absolute,8" /></TableLayoutSettings>
+
+
+ Top
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
+
+ Top, Bottom, Left, Right
+
+
+ 3, 15
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ label9
+
+
+ Background Color:
+
+
+ 22
+
+
+ True
+
+
+ 197, 30
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3, 1168
+
+
+ rdoHeaderAccuracySeconds
+
+
+ label2
+
+
+ Color (Before Current Split):
+
+
+ 176, 12
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ chkSectionTimerGradient
+
+
+ 2
+
+
+ 23, 21
+
+
+ Top
+
+
+ tableLayoutPanel9
+
+
+ Popup
+
+
+ 0
+
+
+ trkIconSize
+
+
+ 421, 102
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 14
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ chkHeaderText
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3
+
+
+ tableLayoutPanel4
+
+
+ Size:
+
+
+ 3, 15
+
+
+ tableLayoutPanel1
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ rdoSeconds
+
+
+ tableLayoutPanel1
+
+
+ 3
+
+
+ btnSectionTimerColor
+
+
+ 12
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Name Color
+
+
+ tableLayoutPanel13
+
+
+ 1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Seconds
+
+
+ 9
+
+
+ 2
+
+
+ Top, Bottom, Left, Right
+
+
+ 1
+
+
+ 245, 21
+
+
+ 134, 16
+
+
+ 241, 16
+
+
+ 143, 3
+
+
+ Fill
+
+
+ btnAfterTimesColor
+
+
+ 4
+
+
+ 4
+
+
+ 1
+
+
+ Left, Right
+
+
+ 2
+
+
+ tableLayoutPanel12
+
+
+ 197, 3
+
+
+ 1
+
+
+ Show Section Timer
+
+
+ 3
+
+
+ GroupBox9
+
+
+ True
+
+
+ rdoHundredths
+
+
+ chkShowTimes
+
+
+ chkShowSectionIcon
+
+
+ 0
+
+
+ Top, Bottom, Left
+
+
+ 3, 3
+
+
+ Fill
+
+
+ Color:
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 243, 3
+
+
+ 23, 21
+
+
+ 3, 61
+
+
+ tableLayoutPanel1
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox15
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Upcoming Splits:
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Fill
+
+
+ 0
+
+
+ btnSubsplitBottomColor
+
+
+ Horizontal
+
+
+ 2
+
+
+ Override Layout Settings
+
+
+ Left, Right
+
+
+ 3, 15
+
+
+ tableLayoutPanel1
+
+
+ 3, 34
+
+
+ 3, 34
+
+
+ groupBox15
+
+
+ Vertical
+
+
+ 181, 12
+
+
+ Top, Bottom, Left
+
+
+ Top, Bottom, Left
+
+
+ 1
+
+
+ 15
+
+
+ btnCurrentTimesColor
+
+
+ 3, 15
+
+
+ Left, Right
+
+
+ 7, 3, 3, 3
+
+
+ Show Thin Separators
+
+
+ Top, Bottom, Left, Right
+
+
+ 2
+
+
+ Top, Bottom, Left, Right
+
+
+ 23
+
+
+ 2
+
+
+ Popup
+
+
+ 0
+
+
+ tableLayoutPanel7
+
+
+ chkIndentSectionSplit
+
+
+ 0
+
+
+ Alternating
+
+
+ chkHideBlankIcons
+
+
+ tableLayoutPanel6
+
+
+ Top, Bottom, Left, Right
+
+
+ 3
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ 4
+
+
+ 208, 19
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox6
+
+
+ 7
+
+
+ Total Splits:
+
+
+ 4
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Popup
+
+
+ Display Icons
+
+
+ SplitsSettings
+
+
+ 0
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ label14
+
+
+ True
+
+
+ 0
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 283, 30
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3, 4
+
+
+ 205, 29
+
+
+ 421, 76
+
+
+ 433, 149
+
+
+ Current Split Background Color:
+
+
+ True
+
+
+ groupBox1
+
+
+ trkSize
+
+
+ 1
+
+
+ Left, Right
+
+
+ 0
+
+
+ 283, 3
+
+
+ dmnTotalSegments
+
+
+ True
+
+
+ 1
+
+
+ True
+
+
+ 10
+
+
+ Left, Right
+
+
+ 0
+
+
+ 421, 106
+
+
+ 7, 3, 3, 3
+
+
+ 24
+
+
+ 0
+
+
+ 4
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="cmbComparison" Row="1" RowSpan="1" Column="1" ColumnSpan="3" /><Control Name="label12" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="cmbGradientType" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="label1" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label2" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="dmnTotalSegments" Row="2" RowSpan="1" Column="1" ColumnSpan="3" /><Control Name="dmnUpcomingSegments" Row="3" RowSpan="1" Column="1" ColumnSpan="3" /><Control Name="groupBox2" Row="10" RowSpan="1" Column="0" ColumnSpan="4" /><Control Name="chkThinSeparators" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="chkLastSplit" Row="5" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox3" Row="11" RowSpan="1" Column="0" ColumnSpan="4" /><Control Name="groupBox4" Row="13" RowSpan="1" Column="0" ColumnSpan="4" /><Control Name="trkSize" Row="7" RowSpan="1" Column="1" ColumnSpan="3" /><Control Name="label11" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="btnColor1" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="btnColor2" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="chkSeparatorLastSplit" Row="4" RowSpan="1" Column="1" ColumnSpan="3" /><Control Name="groupBox6" Row="12" RowSpan="1" Column="0" ColumnSpan="4" /><Control Name="chkLockLastSplit" Row="6" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="chkShowBlankSplits" Row="5" RowSpan="1" Column="1" ColumnSpan="3" /><Control Name="GroupBox9" Row="9" RowSpan="1" Column="0" ColumnSpan="4" /><Control Name="chkDisplayRows" Row="6" RowSpan="1" Column="1" ColumnSpan="3" /><Control Name="lblSplitSize" Row="7" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label4" Row="8" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="btnTopColor" Row="8" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="btnBottomColor" Row="8" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="cmbSplitGradient" Row="8" RowSpan="1" Column="3" ColumnSpan="1" /></Controls><Columns Styles="Absolute,194,Absolute,29,Absolute,29,Absolute,193" /><Rows Styles="Absolute,27,Absolute,27,Absolute,27,Absolute,27,Absolute,27,Absolute,27,Absolute,27,Absolute,27,Absolute,27,Percent,100,Absolute,129,Absolute,75,Absolute,173,Absolute,222" /></TableLayoutSettings>
+
+
+ 3, 117
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel6
+
+
+ 0
+
+
+ Left, Right
+
+
+ 34
+
+
+ 0
+
+
+ 0
+
+
+ Indent Subsplits
+
+
+ True
+
+
+ 2
+
+
+ btnAfterNamesColor
+
+
+ Horizontal
+
+
+ 3
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Left, Right
+
+
+ 0
+
+
+ 176, 19
+
+
+ 0
+
+
+ 6
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ Color (Current Split):
+
+
+ Left, Right
+
+
+ tableLayoutPanel13
+
+
+ 0
+
+
+ label5
+
+
+ 5
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ chkShowBlankSplits
+
+
+ 3
+
+
+ groupBox13
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3
+
+
+ Left, Right
+
+
+ True
+
+
+ 190, 84
+
+
+ 187, 20
+
+
+ label10
+
+
+ 13
+
+
+ 2
+
+
+ Hundredths
+
+
+ 197, 85
+
+
+ tableLayoutPanel2
+
+
+ 433, 105
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Show Section Header
+
+
+ Left, Right
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Override Layout Settings
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 427, 53
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Left, Right
+
+
+ 3, 61
+
+
+ 11
+
+
+ 1
+
+
+ True
+
+
+ label11
+
+
+ 27
+
+
+ True
+
+
+ 143, 30
+
+
+ 5
+
+
+ Indent Last Split Of Section
+
+
+ 421, 21
+
+
+ tableLayoutPanel11
+
+
+ True
+
+
+ Left, Right
+
+
+ 11
+
+
+ True
+
+
+ Fill
+
+
+ 215, 3
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Popup
+
+
+ 2
+
+
+ 201, 167
+
+
+ Fill
+
+
+ 2
+
+
+ label16
+
+
+ 190, 20
+
+
+ 6
+
+
+ tableLayoutPanel3
+
+
+ groupBox1
+
+
+ Vertical
+
+
+ tableLayoutPanel10
+
+
+ 3
+
+
+ Hundredths
+
+
+ tableLayoutPanel11
+
+
+ 188, 12
+
+
+ 0
+
+
+ Show Gradient
+
+
+ 2
+
+
+ True
+
+
+ True
+
+
+ 3, 76
+
+
+ Hundredths
+
+
+ 207, 19
+
+
+ tableLayoutPanel4
+
+
+ label17
+
+
+ 8
+
+
+ 3
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="chkHideBlankIcons" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="chkDisplayIcons" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label5" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="trkIconSize" Row="1" RowSpan="1" Column="1" ColumnSpan="2" /><Control Name="chkIconShadows" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Percent,33.33333,Percent,33.33333,Percent,33.33333" /><Rows Styles="Absolute,27,Absolute,27,Absolute,18" /></TableLayoutSettings>
+
+
+ 433, 51
+
+
+ 1
+
+
+ Show Total Section Time
+
+
+ chkSectionTimer
+
+
+ 10
+
+
+ rdoHideSubsplits
+
+
+ tableLayoutPanel6
+
+
+ Live Delta Color
+
+
+ Seconds
+
+
+ 188, 30
+
+
+ 5
+
+
+ Comparison:
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel1
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 11
+
+
+ groupBox14
+
+
+ 1
+
+
+ tableLayoutPanel5
+
+
+ 2
+
+
+ cmbGradientType
+
+
+ Top, Bottom, Left, Right
+
+
+ 2
+
+
+ Color (After Current Split):
+
+
+ chkDisplayRows
+
+
+ 186, 53
+
+
+ Plain
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="rdoSeconds" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="rdoTenths" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="rdoHundredths" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /></Controls><Columns Styles="Percent,33.33333,Percent,33.33333,Percent,33.33333" /><Rows Styles="Percent,100" /></TableLayoutSettings>
+
+
+ tableLayoutPanel1
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Top, Bottom, Left
+
+
+ Top, Bottom, Left, Right
+
+
+ 147, 30
+
+
+ Hide Blank Icons
+
+
+ True
+
+
+ 3, 34
+
+
+ tableLayoutPanel4
+
+
+ 1
+
+
+ Left, Right
+
+
+ tableLayoutPanel3
+
+
+ tableLayoutPanel13
+
+
+ btnColor2
+
+
+ 6
+
+
+ btnBeforeTimesColor
+
+
+ Subsplit Background Color:
+
+
+ 181, 12
+
+
+ label12
+
+
+ tableLayoutPanel13
+
+
+ 2
+
+
+ Tenths
+
+
+ 0
+
+
+ 0
+
+
+ 7, 5
+
+
+ 216, 3
+
+
+ rdoDeltaHundredths
+
+
+ Left, Right
+
+
+ Horizontal
+
+
+ 445, 1387
+
+
+ label6
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel9
+
+
+ tableLayoutPanel4
+
+
+ Top, Bottom, Left
+
+
+ chkOverrideSubsplitColor
+
+
+ label13
+
+
+ Horizontal Split Width:
+
+
+ tableLayoutPanel1
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="rdoSectionTimerAccuracySeconds" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="rdoSectionTimerAccuracyTenths" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="rdoSectionTimerAccuracyHundreths" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /></Controls><Columns Styles="Percent,33.33333,Percent,33.33333,Percent,33.33333" /><Rows Styles="Percent,100" /></TableLayoutSettings>
+
+
+ Top
+
+
+ tableLayoutPanel8
+
+
+ 0
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 135, 15
+
+
+ 19
+
+
+ 3
+
+
+ Top, Bottom, Left, Right
+
+
+ 1
+
+
+ 0
+
+
+ Left, Right
+
+
+ tableLayoutPanel16
+
+
+ 10
+
+
+ label18
+
+
+ groupBox4
+
+
+ 7, 3, 3, 3
+
+
+ 7, 3
+
+
+ 0
+
+
+ tableLayoutPanel13
+
+
+ tableLayoutPanel1
+
+
+ 2
+
+
+ Color (Before Current Split):
+
+
+ 7, 3, 3, 3
+
+
+ tableLayoutPanel8
+
+
+ label19
+
+
+ 26
+
+
+ To set a split as a subsplit, add a - (dash) to the beginning of the split name.
+Optional: Add a section name with {}. Ex: "{Section Name} Split Name"
+
+
+ 181, 12
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel13
+
+
+ cmbComparison
+
+
+ 2
+
+
+ Show Split Name
+
+
+ Background Color:
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ chkDisplayIcons
+
+
+ groupBox12
+
+
+ 0
+
+
+ True
+
+
+ 1
+
+
+ 135, 16
+
+
+ 283, 21
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="chkShowHeader" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="chkShowSectionIcon" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="chkShowIconSectionSplit" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="chkIndentSectionSplit" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,50,Percent,50" /><Rows Styles="Absolute,25,Absolute,25,Absolute,18" /></TableLayoutSettings>
+
+
+ btnHeaderTextColor
+
+
+ 3
+
+
+ 134, 16
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 138, 12
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ rdoSectionTimerAccuracyTenths
+
+
+ 175, 20
+
+
+ Vertical
+
+
+ 3, 0
+
+
+ Popup
+
+
+ rdoNormalSubsplits
+
+
+ 7, 3, 3, 3
+
+
+ rdoHeaderAccuracyHundreths
+
+
+ 7, 29
+
+
+ Left, Right
+
+
+ 3, 15
+
+
+ 134, 16
+
+
+ tableLayoutPanel1
+
+
+ tableLayoutPanel16
+
+
+ Left, Right
+
+
+ 2
+
+
+ 23, 21
+
+
+ Fill
+
+
+ 201, 113
+
+
+ 0
+
+
+ groupBox11
+
+
+ Left, Right
+
+
+ groupBox8
+
+
+ groupBox7
+
+
+ 132, 16
+
+
+ 11
+
+
+ 4
+
+
+ 135, 16
+
+
+ 3, 34
+
+
+ Left, Right
+
+
+ cmbSubsplitGradient
+
+
+ 2
+
+
+ 23, 21
+
+
+ tableLayoutPanel1
+
+
+ tableLayoutPanel14
+
+
+ chkLockLastSplit
+
+
+ Fill
+
+
+ tableLayoutPanel7
+
+
+ tableLayoutPanel1
+
+
+ 3, 34
+
+
+ 179, 12
+
+
+ 3
+
+
+ chkOverrideDeltaColor
+
+
+ tableLayoutPanel3
+
+
+ Accuracy
+
+
+ Top, Bottom, Left, Right
+
+
+ lblSplitSize
+
+
+ 0
+
+
+ tableLayoutPanel3
+
+
+ 23, 21
+
+
+ 3, 31
+
+
+ 23
+
+
+ Fill
+
+
+ 184, 16
+
+
+ Top, Bottom, Left, Right
+
+
+ 0
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label13" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="chkOverrideTextColor" Row="0" RowSpan="1" Column="0" ColumnSpan="2" /><Control Name="btnBeforeNamesColor" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label3" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="btnCurrentNamesColor" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="btnAfterNamesColor" Row="3" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label10" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,43.41801,Percent,56.58199" /><Rows Styles="Absolute,27,Absolute,27,Absolute,27,Absolute,27" /></TableLayoutSettings>
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel6
+
+
+ True
+
+
+ 3, 15
+
+
+ 3
+
+
+ Split Names Color
+
+
+ tableLayoutPanel10
+
+
+ 439, 216
+
+
+ 3, 104
+
+
+ tableLayoutPanel1
+
+
+ Plain
+
+
+ 255, 219
+
+
+ tableLayoutPanel13
+
+
+ 1
+
+
+ Fill
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3, 32
+
+
+ 3, 82
+
+
+ 0
+
+
+ Popup
+
+
+ 190, 84
+
+
+ 421, 52
+
+
+ 0
+
+
+ Override Layout Text Colors
+
+
+ 2
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 15
+
+
+ groupBox4
+
+
+ 3, 6
+
+
+ 4
+
+
+ 4
+
+
+ 35
+
+
+ 255, 3
+
+
+ Icons
+
+
+ Left, Right
+
+
+ Left, Right
+
+
+ Left, Right
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="chkSectionTimer" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="btnSectionTimerColor" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label19" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="chkSectionTimerGradient" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,43.46793,Percent,56.53207" /><Rows Styles="Absolute,25,Absolute,25,Absolute,25" /></TableLayoutSettings>
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="rdoDeltaSeconds" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="chkDropDecimals" Row="0" RowSpan="1" Column="0" ColumnSpan="3" /><Control Name="rdoDeltaTenths" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="rdoDeltaHundredths" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /></Controls><Columns Styles="Percent,33.33333,Percent,33.33334,Percent,33.33334" /><Rows Styles="Absolute,27,Percent,100" /></TableLayoutSettings>
+
+
+ 23, 21
+
+
+ 188, 12
+
+
+ 421, 49
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Microsoft Sans Serif, 9pt
+
+
+ Fill
+
+
+ Split Times
+
+
+ True
+
+
+ rdoShowSubsplits
+
+
+ 1
+
+
+ groupBox13
+
+
+ True
+
+
+ tableLayoutPanel12
+
+
+ chkIconShadows
+
+
+ 1
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Fill
+
+
+ 3
+
+
+ 151, 5
+
+
+ 427, 136
+
+
+ tableLayoutPanel1
+
+
+ True
+
+
+ 35
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 139, 23
+
+
+ 459, 1399
+
+
+ Color
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="btnDeltaColor" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="chkOverrideDeltaColor" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label8" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,44.18052,Percent,55.81948" /><Rows Styles="Absolute,27,Absolute,27,Absolute,18,Absolute,18,Absolute,18" /></TableLayoutSettings>
+
+
+ 134, 15
+
+
+ 177, 12
+
+
+ Fill
+
+
+ 1
+
+
+ 7, 3, 3, 3
+
+
+ chkShowIconSectionSplit
+
+
+ label7
+
+
+ 0
+
+
+ 177, 12
+
+
+ tableLayoutPanel11
+
+
+ tableLayoutPanel3
+
+
+ True
+
+
+ Display 2 Rows
+
+
+ groupBox10
+
+
+ Deltas
+
+
+ True
+
+
+ Fill
+
+
+ tableLayoutPanel3
+
+
+ 3
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ 1
+
+
+ True
+
+
+ btnHeaderBottomColor
+
+
+ tableLayoutPanel5
+
+
+ GroupBox9
+
+
+ 0
+
+
+ 3
+
+
+ tableLayoutPanel15
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Top
+
+
+ 427, 29
+
+
+ Popup
+
+
+ 24
+
+
+ 2
+
+
+ 411, 16
+
+
+ 138, 25
+
+
+ Contextual Subsplits
+
+
+ MiddleCenter
+
+
+ 208, 19
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Popup
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Left, Right
+
+
+ 23, 21
+
+
+ groupBox10
+
+
+ 0
+
+
+ Always Hide Subsplits
+
+
+ tableLayoutPanel2
+
+
+ Left, Right
+
+
+ 9
+
+
+ 3, 3
+
+
+ 2
+
+
+ 17
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label18" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="chkHeaderTimes" Row="3" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="label17" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="btnHeaderTextColor" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="btnHeaderTimesColor" Row="3" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label16" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="chkOverrideHeaderColor" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="btnHeaderTopColor" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="btnHeaderBottomColor" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="cmbHeaderGradient" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="chkHeaderText" Row="2" RowSpan="1" Column="3" ColumnSpan="1" /></Controls><Columns Styles="Absolute,183,Absolute,29,Absolute,28,Absolute,181" /><Rows Styles="Absolute,25,Absolute,25,Absolute,25,Absolute,25" /></TableLayoutSettings>
+
+
+ 1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Top, Bottom, Left
+
+
+ Always Show Last Split
+
+
+ 43
+
+
+ Fill
+
+
+ 0
+
+
+ 12
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ tableLayoutPanel2
+
+
+ True
+
+
+ Left, Right
+
+
+ chkOverrideHeaderColor
+
+
+ tableLayoutPanel9
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ 3, 15
+
+
+ Popup
+
+
+ tableLayoutPanel1
+
+
+ 177, 12
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 16
+
+
+ 2
+
+
+ groupBox2
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox7
+
+
+ Left, Right
+
+
+ Top
+
+
+ 3
+
+
+ 0
+
+
+ 201, 140
+
+
+ 0
+
+
+ Left, Right
+
+
+ True
+
+
+ 3, 15
+
+
+ 245, 20
+
+
+ True
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 2
+
+
+ tableLayoutPanel11
+
+
+ 0
+
+
+ groupBox5
+
+
+ 21, 21
+
+
+ Top, Bottom, Left, Right
+
+
+ groupBox14
+
+
+ Timer Accuracy
+
+
+ Fill
+
+
+ 3, 65
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 23, 21
+
+
+ Lock Last Split to Bottom
+
+
+ tableLayoutPanel1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 7, 140
+
+
+ 0
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 7, 3, 3, 3
+
+
+ 7, 3, 3, 3
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Tenths
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel1
+
+
+ tableLayoutPanel10
+
+
+ tableLayoutPanel15
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel4
+
+
+ True
+
+
+ tableLayoutPanel15
+
+
+ 181, 12
+
+
+ Left, Right
+
+
+ $this
+
+
+ 1
+
+
+ 12
+
+
+ 4
+
+
+ 0
+
+
+ 7, 5
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="groupBox8" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox7" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="Absolute,73,Percent,100,Absolute,18" /></TableLayoutSettings>
+
+
+ 188, 12
+
+
+ 1
+
+
+ Color
+
+
+ 2
+
+
+ chkOverrideTimesColor
+
+
+ 7, 167
+
+
+ chkCurrentSectionOnly
+
+
+ Left, Right
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Color (Current Split):
+
+
+ Left, Right
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 175, 16
+
+
+ tableLayoutPanel13
+
+
+ Top, Bottom, Left, Right
+
+
+ 241, 16
+
+
+ 4
+
+
+ 1
+
+
+ 3
+
+
+ 1
+
+
+ 133, 16
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ label4
+
+
+ 8
+
+
+ 2
+
+
+ Time Color
+
+
+ label15
+
+
+ label8
+
+
+ 1
+
+
+ groupBox5
+
+
+ Section Timer
+
+
+ Color (After Current Split):
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Left, Right
+
+
+ True
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 169, 12
+
+
+ 3
+
+
+ 9
+
+
+ 3, 88
+
+
+ Left, Right
+
+
+ 3, 3
+
+
+ 187, 20
+
+
+ tableLayoutPanel13
+
+
+ Only Current Section
+
+
+ 175, 19
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel13
+
+
+ 1
+
+
+ 176, 20
+
+
+ 7, 5
+
+
+ 138, 23
+
+
+ Top
+
+
+ Popup
+
+
+ Top, Bottom, Left
+
+
+ Fill
+
+
+ groupBox11
+
+
+ 12
+
+
+ rdoHeaderAccuracyTenths
+
+
+ 13
+
+
+ Left, Right
+
+
+ 3, 920
+
+
+ 3, 56
+
+
+ True
+
+
+ 3, 26
+
+
+ Left, Right
+
+
+ 184, 16
+
+
+ 190, 30
+
+
+ 3, 196
+
+
+ 2
+
+
+ tableLayoutPanel1
+
+
+ 427, 70
+
+
+ 4
+
+
+ 188, 12
+
+
+ btnBeforeNamesColor
+
+
+ 0
+
+
+ Popup
+
+
+ btnSubsplitTopColor
+
+
+ 20
+
+
+ True
+
+
+ 2
+
+
+ Subsplit Color
+
+
+ 181, 12
+
+
+ True
+
+
+ 3, 15
+
+
+ Left, Right
+
+
+ tableLayoutPanel4
+
+
+ True
+
+
+ 138, 23
+
+
+ 3, 53
+
+
+ chkShowHeader
+
+
+ 7, 3, 3, 3
+
+
+ 7, 3, 3, 3
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Left, Right
+
+
+ 7, 3, 3, 3
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox11
+
+
+ 291, 32
+
+
+ 1
+
+
+ 185, 28
+
+
+ Time Accuracy
+
+
+ 3
+
+
+ 3, 15
+
+
+ 173, 16
+
+
+ 0
+
+
+ Top, Bottom, Left, Right
+
+
+ 1
+
+
+ 197, 219
+
+
+ Override Layout Settings
+
+
+ Plain
+
+
+ 5
+
+
+ True
+
+
+ 295, 5
+
+
+ tableLayoutPanel8
+
+
+ cmbHeaderGradient
+
+
+ True
+
+
+ cmbSplitGradient
+
+
+ chkSeparatorLastSplit
+
+
+ 3
+
+
+ GroupBox9
+
+
+ 216, 28
+
+
+ 2
+
+
+ 1
+
+
+ 245, 19
+
+
+ rdoSectionTimerAccuracySeconds
+
+
+ 23, 21
+
+
+ Top, Bottom, Left, Right
+
+
+ 7, 6, 7, 6
+
+
+ 188, 12
+
+
+ groupBox12
+
+
+ 415, 24
+
+
+ groupBox2
+
+
+ tableLayoutPanel1
+
+
+ True
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel7
+
+
+ 2
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Fill
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3
+
+
+ True
+
+
+ groupBox6
+
+
+ tableLayoutPanel10
+
+
+ 14
+
+
+ 147, 61
+
+
+ 245, 19
+
+
+ tableLayoutPanel14
+
+
+ 3
+
+
+ 3, 7
+
+
+ 241, 16
+
+
+ tableLayoutPanel1
+
+
+ Top
+
+
+ chkLastSplit
+
+
+ 2
+
+
+ Left, Right
+
+
+ Popup
+
+
+ Popup
+
+
+ 0
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 279, 4
+
+
+ 3, 88
+
+
+ tableLayoutPanel1
+
+
+ 2
+
+
+ Seconds
+
+
+ 197, 192
+
+
+ 0
+
+
+ 3, 15
+
+
+ rdoSectionTimerAccuracyHundreths
+
+
+ 7, 3, 3, 3
+
+
+ True
+
+
+ 3
+
+
+ Top, Bottom, Left, Right
+
+
+ 4
+
+
+ 23, 21
+
+
+ chkOverrideTextColor
+
+
+ 23, 19
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
+ 3
+
+
+ Seconds
+
+
+ 6
+
+
+ 421, 42
+
+
+ Left, Right
+
+
+ 4
+
+
+ 3, 33
+
+
+ 14
+
+
+ Fill
+
+
+ tableLayoutPanel5
+
+
+ 11
+
+
+ Top, Bottom, Left, Right
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ chkDropDecimals
+
+
+ 7, 113
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 423, 16
+
+
+ tableLayoutPanel16
+
+
+ Popup
+
+
+ Hundredths
+
+
+ 197, 58
+
+
+ True
+
+
+ 4
+
+
+ Top, Bottom, Left, Right
+
+
+ Section Header
+
+
+ 28
+
+
+ 3, 91
+
+
+ label1
+
+
+ 2
+
+
+ Fill
+
+
+ rdoTenths
+
+
+ 415, 24
+
+
+ 5
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 226, 3
+
+
+ True
+
+
+ 175, 21
+
+
+ True
+
+
+ groupBox3
+
+
+ 134, 15
+
+
+ tableLayoutPanel3
+
+
+ 21
+
+
+ Left, Right
+
+
+ 7, 6
+
+
+ 17
+
+
+ chkHeaderTimes
+
+
+ 0
+
+
+ Left, Right
+
+
+ 190, 30
+
+
+ tableLayoutPanel8
+
+
+ 4
+
+
+ 19
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel6
+
+
+ Top, Bottom, Left
+
+
+ Popup
+
+
+ 8
+
+
+ 184, 16
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ btnCurrentNamesColor
+
+
+ 3, 61
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ 3, 61
+
+
+ 0
+
+
+ 427, 39
+
+
+ Top, Bottom, Left, Right
+
+
+ 134, 16
+
+
+ 18
+
+
+ btnColor1
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 1
+
+
+ 427, 162
+
+
+ chkThinSeparators
+
+
+ True
+
+
+ 2
+
+
+ 7, 3, 3, 3
+
+
+ 23, 21
+
+
+ 3, 223
+
+
+ 6
+
+
+ 0
+
+
+ 2
+
+
+ 3, 3
+
+
+ True
+
+
+ 3, 227
+
+
+ 3, 174
+
+
+ Popup
+
+
+ 15
+
+
+ 427, 50
+
+
+ Vertical
+
+
+ tableLayoutPanel1
+
+
+ 2
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 178, 29
+
+
+ tableLayoutPanel14
+
+
+ 0
+
+
+ groupBox11
+
+
+ tableLayoutPanel1
+
+
+ 1
+
+
+ Tenths
+
+
+ tableLayoutPanel10
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label15" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="chkOverrideSubsplitColor" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="cmbSubsplitGradient" Row="1" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="btnSubsplitBottomColor" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="btnSubsplitTopColor" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Percent,86.4486,Percent,13.5514,Absolute,29,Absolute,196" /><Rows Styles="Percent,50,Percent,50,Absolute,18,Absolute,18" /></TableLayoutSettings>
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel9
+
+
+ 3, 246
+
+
+ tableLayoutPanel11
+
+
+ Left, Right
+
+
+ 3
+
+
+ Left, Right
+
+
+ 0
+
+
+ 1
+
+
+ 433, 70
+
+
+ Fill
+
+
+ 1
+
+
+ label3
+
+
+ 7, 5
+
+
+ groupBox12
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 1
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ tableLayoutPanel12
+
+
+ 1
+
+
+ tableLayoutPanel6
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label9" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="btnCurrentTimesColor" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label7" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="chkOverrideTimesColor" Row="0" RowSpan="1" Column="0" ColumnSpan="2" /><Control Name="btnBeforeTimesColor" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label6" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="btnAfterTimesColor" Row="3" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Percent,44.65558,Percent,55.34442" /><Rows Styles="Absolute,27,Absolute,27,Absolute,27,Absolute,27,Absolute,18" /></TableLayoutSettings>
+
+
+ tableLayoutPanel1
+
+
+ 7
+
+
+ tableLayoutPanel12
+
+
+ True
+
+
+ 190, 57
+
+
+ Horizontal
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel11
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 423, 16
+
+
+ True
+
+
+ Left, Right
+
+
+ Fill
+
+
+ 6, 12
+
+
+ btnDeltaColor
+
+
+ 3, 156
+
+
+ 5
+
+
+ 433, 89
+
+
+ True
+
+
+ 0
+
+
+ tableLayoutPanel15
+
+
+ 132, 16
+
+
+ True
+
+
+ 7, 5
+
+
+ tableLayoutPanel2
+
+
+ System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 7, 3, 3, 3
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 207, 19
+
+
+ tableLayoutPanel1
+
+
+ Left, Right
+
+
+ 427, 124
+
+
+ 13
+
+
+ 117, 12
+
+
+ Section Header Color
+
+
+ chkIndentSubsplits
+
+
+ Top, Bottom, Left, Right
+
+
+ Fill
+
+
+ groupBox8
+
+
+ tableLayoutPanel12
+
+
+ 132, 16
+
+
+ 226, 219
+
+
+ 15
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 3, 791
+
+
+ True
+
+
+ Top, Bottom, Left, Right
+
+
+ rdoDeltaSeconds
+
+
+ 132, 16
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 141, 4
+
+
+ 3, 4
+
+
+ Accuracy
+
+
+ tableLayoutPanel14
+
+
+ False
+
+
+ Fill
+
+
+ tableLayoutPanel1
+
+
+ tableLayoutPanel1
+
+
+ Left, Right
+
+
+ 7, 3, 3, 3
+
+
+ 1
+
+
+ 23, 21
+
+
+ 4
+
+
+ 14
+
+
+ 3, 995
+
+
+ 1
+
+
+ 427, 67
+
+
+ 3, 28
+
+
+ Fill
+
+
+ True
+
+
+ 2
+
+
+ 243, 53
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 186, 3
+
+
+ 22, 19
+
+
+ 7
+
+
+ 141, 4
+
+
+ 190, 57
+
+
+ 181, 12
+
+
+ 1
+
+
+ 20
+
+
+ 1
+
+
+ 439, 167
+
+
+ 5
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 1
+
+
+ btnHeaderTimesColor
+
+
+ rdoDeltaTenths
+
+
+ 18
+
+
+ 3, 15
+
+
+ Left, Right
+
+
+ 133, 16
+
+
+ btnBottomColor
+
+
+ 186, 78
+
+
+ tableLayoutPanel3
+
+
+ 411, 16
+
+
+ 1
+
+
+ Show Icon of Last Split of Section
+
+
+ True
+
+
+ Fill
+
+
+ GroupBox9
+
+
+ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ 147, 32
+
+
+ tableLayoutPanel10
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 5
+
+
+ tableLayoutPanel6
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel5
+
+
+ 439, 123
+
+
+ 25
+
+
+ 0
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tableLayoutPanel6
+
+
+ tableLayoutPanel16
+
+
+ 3
+
+
+ 439, 69
+
+
+ Left, Right
+
+
+ 3, 88
+
+
+ 3
+
+
+ btnTopColor
+
+
+ Top, Bottom, Left, Right
+
+
+ 3
+
+
+ 433, 362
+
+
+ tableLayoutPanel14
+
+
+ Plain
+
+
+ Top, Bottom, Left, Right
+
+
+ 0
+
+
+ tableLayoutPanel11
+
+
+ 23, 21
+
+
+ 0
+
+
+ 243, 78
+
+
+ Top, Bottom, Left, Right
+
+
+ 7
+
+
+ 29
+
+
+ 7, 3, 3, 3
+
+
+ 3, 15
+
+
+ 21, 19
+
+
+ 6
+
+
+ 16
+
+
+ Show Icon
+
+
+ Left
+
+
+ tableLayoutPanel13
+
+
+ tableLayoutPanel1
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Top, Bottom, Left, Right
+
+
+ Override Layout Settings
+
+
+ 165, 16
+
+
+ 14
+
+
+ 0
+
+
+ 439, 539
+
+
+ Popup
+
+
+ tableLayoutPanel13
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ Left, Right
+
+
+ Subsplits
+
+
+ Left, Right
+
+
+ Left, Right
+
+
+ 433, 198
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox13
+
+
+ 23, 19
+
+
+ 0
+
+
+ 3, 30
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Popup
+
+
+ Drop Decimals When More Than 1 Minute
+
+
+ Left, Right
+
+
+ 421, 42
+
+
+ Show Separator Before Last Split
+
+
+ 3, 15
+
+
+ 1
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="rdoHeaderAccuracySeconds" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="rdoHeaderAccuracyTenths" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="rdoHeaderAccuracyHundreths" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /></Controls><Columns Styles="Percent,33.33333,Percent,33.33333,Percent,33.33333" /><Rows Styles="Percent,100" /></TableLayoutSettings>
+
+
+ 0
+
+
+ 138, 25
+
+
+ btnHeaderTopColor
+
+
+ Show Split Times
+
+
+ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label14" Row="0" RowSpan="1" Column="0" ColumnSpan="3" /><Control Name="rdoHideSubsplits" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="rdoNormalSubsplits" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="rdoShowSubsplits" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="chkIndentSubsplits" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="chkCurrentSectionOnly" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Percent,33.33333,Percent,33.33333,Percent,33.33333" /><Rows Styles="Percent,25,Percent,25,Percent,25,Percent,25" /></TableLayoutSettings>
+
+
+ Always Show Subsplits
+
+
+ 234, 29
+
+
+ 6
+
+
+ True
+
+
+ ja-JP
+
\ No newline at end of file