From 2d243b8c8bf4aeb6eaa2235271dbae9ffcc82487 Mon Sep 17 00:00:00 2001 From: niksedk Date: Sun, 6 Jul 2014 11:21:06 +0200 Subject: [PATCH] Split long lines - added 'none' to start/end pre-/post-fix --- src/Forms/SplitLongLines.Designer.cs | 5 +++++ src/Forms/SplitLongLines.resx | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/Forms/SplitLongLines.Designer.cs b/src/Forms/SplitLongLines.Designer.cs index 05b26e283..ea59271d5 100644 --- a/src/Forms/SplitLongLines.Designer.cs +++ b/src/Forms/SplitLongLines.Designer.cs @@ -210,6 +210,7 @@ // this.comboBoxLineContinuationBegin.FormattingEnabled = true; this.comboBoxLineContinuationBegin.Items.AddRange(new object[] { + "", "- ", "..."}); this.comboBoxLineContinuationBegin.Location = new System.Drawing.Point(478, 33); @@ -231,6 +232,7 @@ // this.comboBoxLineContinuationEnd.FormattingEnabled = true; this.comboBoxLineContinuationEnd.Items.AddRange(new object[] { + "", " -", "..."}); this.comboBoxLineContinuationEnd.Location = new System.Drawing.Point(564, 33); @@ -255,6 +257,9 @@ this.SubtitleListview1.Name = "SubtitleListview1"; this.SubtitleListview1.OwnerDraw = true; this.SubtitleListview1.Size = new System.Drawing.Size(750, 301); + this.SubtitleListview1.SubtitleFontBold = false; + this.SubtitleListview1.SubtitleFontName = "Tahoma"; + this.SubtitleListview1.SubtitleFontSize = 8; this.SubtitleListview1.TabIndex = 5; this.SubtitleListview1.UseCompatibleStateImageBehavior = false; this.SubtitleListview1.UseSyntaxColoring = true; diff --git a/src/Forms/SplitLongLines.resx b/src/Forms/SplitLongLines.resx index 5ea0895e3..29dcb1b3a 100644 --- a/src/Forms/SplitLongLines.resx +++ b/src/Forms/SplitLongLines.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file