Client/MainForm.cs
changeset 175 391bce3c8368
parent 174 f5a6cec31e81
child 176 01c72c29cfaf
     1.1 --- a/Client/MainForm.cs	Wed Dec 23 18:54:38 2015 +0100
     1.2 +++ b/Client/MainForm.cs	Sat Dec 26 17:43:41 2015 +0100
     1.3 @@ -238,7 +238,7 @@
     1.4                  new TextField(1, textBoxBottom.Text, Alignment),
     1.5                  new TextField(2, "Third text field", Alignment),
     1.6                  new TextField(3, "Forth text field", Alignment),
     1.7 -                //recording
     1.8 +                recording
     1.9              });
    1.10  
    1.11          }
    1.12 @@ -363,9 +363,9 @@
    1.13              iClient.CreateFields(new DataField[]
    1.14              {
    1.15                  textFieldTop,
    1.16 +                textFieldBottom,
    1.17                  indicator1,
    1.18 -                indicator2,
    1.19 -                textFieldBottom,
    1.20 +                indicator2,                
    1.21                  indicator3,
    1.22                  indicator4
    1.23              });