Changeset 17386
- Timestamp:
- 12/19/19 11:12:03 (5 years ago)
- Location:
- trunk/HeuristicLab.Scripting.Views/3.3
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Scripting.Views/3.3/HeuristicLab.Scripting.Views-3.3.csproj
r16658 r17386 97 97 <Compile Include="CSharpScriptView.Designer.cs"> 98 98 <DependentUpon>CSharpScriptView.cs</DependentUpon> 99 </Compile> 100 <Compile Include="CompilerErrorDialog.cs"> 101 <SubType>Form</SubType> 102 </Compile> 103 <Compile Include="CompilerErrorDialog.Designer.cs"> 104 <DependentUpon>CompilerErrorDialog.cs</DependentUpon> 99 105 </Compile> 100 106 <Compile Include="ExecutableScriptView.cs"> -
trunk/HeuristicLab.Scripting.Views/3.3/ScriptView.Designer.cs
r17384 r17386 47 47 private void InitializeComponent() { 48 48 this.components = new System.ComponentModel.Container(); 49 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScriptView));50 49 this.infoTextLabel = new System.Windows.Forms.Label(); 51 50 this.imageList = new System.Windows.Forms.ImageList(this.components);
Note: See TracChangeset
for help on using the changeset viewer.