Changeset 9674 for branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.Views/3.4/Properties
- Timestamp:
- 06/29/13 18:04:06 (11 years ago)
- Location:
- branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.Views/3.4/Properties
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.Views/3.4/Properties/Resources.Designer.cs
r9519 r9674 146 146 147 147 /// <summary> 148 /// Looks up a localized string similar to <!-- Syntax definition of GPDL for Avalonedit syntax highlighting --> 149 ///<SyntaxDefinition name="GPDL" 150 /// xmlns="http://icsharpcode.net/sharpdevelop/syntaxdefinition/2008"> 151 /// <Color name="Comment" foreground="Green" /> 152 /// <Color name="String" foreground="Blue" /> 153 /// 154 /// <!-- This is the main ruleset. --> 155 /// <RuleSet> 156 /// <Span color="Comment" multiline="true" nested="true" 157 /// begin="/\*" end="\*/" /> 158 /// 159 /// <Span color="SourceCode" multiline="true" 160 /// begin="&lt;&lt;" end="&gt;&gt;" /> 161 /// <K [rest of string was truncated]";. 162 /// </summary> 163 internal static string GPDL { 164 get { 165 return ResourceManager.GetString("GPDL", resourceCulture); 166 } 167 } 168 169 /// <summary> 148 170 /// Looks up a localized string similar to PROBLEM MultiOutputMultiplier 149 171 /// -
branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.Views/3.4/Properties/Resources.resx
r9519 r9674 128 128 <value>..\Resources\Fib.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value> 129 129 </data> 130 <data name="GPDL" type="System.Resources.ResXFileRef, System.Windows.Forms"> 131 <value>..\Resources\GPDL.xshd;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> 132 </data> 130 133 <data name="multi_output_multiplier" type="System.Resources.ResXFileRef, System.Windows.Forms"> 131 134 <value>..\Resources\multi-output-multiplier.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
Note: See TracChangeset
for help on using the changeset viewer.