mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Split long lines - added 'none' to start/end pre-/post-fix
This commit is contained in:
parent
39899200d9
commit
2d243b8c8b
5
src/Forms/SplitLongLines.Designer.cs
generated
5
src/Forms/SplitLongLines.Designer.cs
generated
@ -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;
|
||||
|
@ -112,9 +112,9 @@
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
Loading…
Reference in New Issue
Block a user