Split long lines - added 'none' to start/end pre-/post-fix

This commit is contained in:
niksedk 2014-07-06 11:21:06 +02:00
parent 39899200d9
commit 2d243b8c8b
2 changed files with 7 additions and 2 deletions

View File

@ -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;

View File

@ -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>