Basics for testing our layout setup with non table fields.
1.1 --- a/Client/MainForm.cs Mon Nov 23 18:35:24 2015 +0100
1.2 +++ b/Client/MainForm.cs Wed Dec 23 18:54:38 2015 +0100
1.3 @@ -227,13 +227,18 @@
1.4 //Send layout to server
1.5 iClient.SetLayout(layout);
1.6
1.7 + //
1.8 + RecordingField recording = new RecordingField();
1.9 + recording.IsActive = true;
1.10 +
1.11 //Set texts
1.12 iClient.CreateFields(new DataField[]
1.13 {
1.14 new TextField(0, textBoxTop.Text, Alignment),
1.15 new TextField(1, textBoxBottom.Text, Alignment),
1.16 new TextField(2, "Third text field", Alignment),
1.17 - new TextField(3, "Forth text field", Alignment)
1.18 + new TextField(3, "Forth text field", Alignment),
1.19 + //recording
1.20 });
1.21
1.22 }
2.1 --- a/Server/SharpDisplayManager.csproj Mon Nov 23 18:35:24 2015 +0100
2.2 +++ b/Server/SharpDisplayManager.csproj Wed Dec 23 18:54:38 2015 +0100
2.3 @@ -204,6 +204,7 @@
2.4 </Compile>
2.5 <None Include="App.config" />
2.6 <None Include="app.manifest" />
2.7 + <None Include="ClassDiagram1.cd" />
2.8 <None Include="packages.config" />
2.9 <None Include="Properties\Settings.settings">
2.10 <Generator>SettingsSingleFileGenerator</Generator>