Skip to content

Commit 6b9b799

Browse files
committed
Notation fixes, disable remote until defects fixed.
1 parent 7de2395 commit 6b9b799

File tree

7 files changed

+73
-72
lines changed

7 files changed

+73
-72
lines changed

CalibrationUnit.dfm

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ object CalibrationForm: TCalibrationForm
2929
559
3030
360)
3131
PixelsPerInch = 96
32-
TextHeight = 13
32+
TextHeight = 15
3333
object Label6: TLabel
34-
Left = 8
34+
Left = 19
3535
Top = 155
36-
Width = 92
37-
Height = 13
36+
Width = 81
37+
Height = 15
3838
Alignment = taRightJustify
39-
Caption = 'Calibration file path '
39+
Caption = 'Calibration file '
4040
Font.Charset = DEFAULT_CHARSET
4141
Font.Color = clNavy
4242
Font.Height = -11
@@ -121,10 +121,10 @@ object CalibrationForm: TCalibrationForm
121121
Visible = False
122122
end
123123
object Label2: TLabel
124-
Left = 14
124+
Left = 10
125125
Top = 123
126-
Width = 43
127-
Height = 13
126+
Width = 47
127+
Height = 15
128128
Alignment = taRightJustify
129129
Caption = 'Average '
130130
Font.Charset = DEFAULT_CHARSET
@@ -137,8 +137,8 @@ object CalibrationForm: TCalibrationForm
137137
object AverageLabel: TLabel
138138
Left = 159
139139
Top = 123
140-
Width = 21
141-
Height = 13
140+
Width = 24
141+
Height = 15
142142
Caption = 'XXX'
143143
Font.Charset = ANSI_CHARSET
144144
Font.Color = clWindowText
@@ -150,8 +150,8 @@ object CalibrationForm: TCalibrationForm
150150
object SmoothingLabel: TLabel
151151
Left = 350
152152
Top = 123
153-
Width = 21
154-
Height = 13
153+
Width = 24
154+
Height = 15
155155
Caption = 'XXX'
156156
Font.Charset = ANSI_CHARSET
157157
Font.Color = clWindowText
@@ -161,10 +161,10 @@ object CalibrationForm: TCalibrationForm
161161
ParentFont = False
162162
end
163163
object Label40: TLabel
164-
Left = 195
164+
Left = 186
165165
Top = 123
166-
Width = 53
167-
Height = 13
166+
Width = 62
167+
Height = 15
168168
Alignment = taRightJustify
169169
Caption = 'Smoothing '
170170
Font.Charset = ANSI_CHARSET
@@ -177,8 +177,8 @@ object CalibrationForm: TCalibrationForm
177177
object MedianLabel: TLabel
178178
Left = 528
179179
Top = 123
180-
Width = 21
181-
Height = 13
180+
Width = 24
181+
Height = 15
182182
Caption = 'XXX'
183183
Font.Charset = ANSI_CHARSET
184184
Font.Color = clWindowText
@@ -188,10 +188,10 @@ object CalibrationForm: TCalibrationForm
188188
ParentFont = False
189189
end
190190
object Label4: TLabel
191-
Left = 389
191+
Left = 385
192192
Top = 123
193-
Width = 37
194-
Height = 13
193+
Width = 41
194+
Height = 15
195195
Alignment = taRightJustify
196196
Caption = 'Median '
197197
Font.Charset = ANSI_CHARSET
@@ -357,9 +357,9 @@ object CalibrationForm: TCalibrationForm
357357
OnClick = ClearCalibrationButtonClick
358358
end
359359
object LoadBitBtn: TBitBtn
360-
Left = 327
360+
Left = 328
361361
Top = 0
362-
Width = 109
362+
Width = 110
363363
Height = 37
364364
Cursor = crHandPoint
365365
Hint = 'Attach 50R LOAD cal-standards onto both S11 and S21 ports'
@@ -383,7 +383,7 @@ object CalibrationForm: TCalibrationForm
383383
object ShortBitBtn: TBitBtn
384384
Left = 109
385385
Top = 0
386-
Width = 109
386+
Width = 110
387387
Height = 37
388388
Cursor = crHandPoint
389389
Hint = 'Attach SHORT cal-standard onto S11 port'
@@ -405,7 +405,7 @@ object CalibrationForm: TCalibrationForm
405405
OnMouseDown = CalButtonBitBtnMouseDown
406406
end
407407
object OpenBitBtn: TBitBtn
408-
Left = 218
408+
Left = 219
409409
Top = 0
410410
Width = 109
411411
Height = 37
@@ -429,9 +429,9 @@ object CalibrationForm: TCalibrationForm
429429
OnMouseDown = CalButtonBitBtnMouseDown
430430
end
431431
object ThroughBitBtn: TBitBtn
432-
Left = 436
432+
Left = 438
433433
Top = 0
434-
Width = 111
434+
Width = 109
435435
Height = 37
436436
Cursor = crHandPoint
437437
Hint =
@@ -459,7 +459,7 @@ object CalibrationForm: TCalibrationForm
459459
Left = 116
460460
Top = 152
461461
Width = 394
462-
Height = 21
462+
Height = 23
463463
Anchors = [akLeft, akTop, akRight]
464464
ReadOnly = True
465465
TabOrder = 5

CommsUnit.dfm

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,38 +28,36 @@ object CommsForm: TCommsForm
2828
469
2929
397)
3030
PixelsPerInch = 96
31-
TextHeight = 13
31+
TextHeight = 15
3232
object Label1: TLabel
33-
Left = 15
3433
Top = 344
35-
Width = 74
36-
Height = 13
34+
Left = 8
35+
Width = 55
36+
Height = 15
3737
Alignment = taRightJustify
3838
Anchors = [akLeft, akBottom]
39-
Caption = 'User command '
39+
Caption = 'User cmd '
4040
Font.Charset = DEFAULT_CHARSET
4141
Font.Color = clNavy
4242
Font.Height = -11
4343
Font.Name = 'Lucida Sans Unicode'
4444
Font.Style = []
4545
ParentFont = False
46-
ExplicitTop = 437
4746
end
4847
object Label2: TLabel
49-
Left = 10
48+
Left = 8
5049
Top = 374
51-
Width = 79
52-
Height = 13
50+
Width = 61
51+
Height = 15
5352
Alignment = taRightJustify
5453
Anchors = [akLeft, akBottom]
55-
Caption = 'User commands '
54+
Caption = 'User cmds '
5655
Font.Charset = DEFAULT_CHARSET
5756
Font.Color = clNavy
5857
Font.Height = -11
5958
Font.Name = 'Lucida Sans Unicode'
6059
Font.Style = []
6160
ParentFont = False
62-
ExplicitTop = 467
6361
end
6462
object Memo1: TMemo
6563
Left = 6
@@ -136,7 +134,7 @@ object CommsForm: TCommsForm
136134
Left = 95
137135
Top = 340
138136
Width = 369
139-
Height = 21
137+
Height = 23
140138
Anchors = [akLeft, akRight, akBottom]
141139
TabOrder = 6
142140
OnChange = CommandEditChange
@@ -147,7 +145,7 @@ object CommsForm: TCommsForm
147145
object PauseCommsToggleSwitch: TToggleSwitch
148146
Left = 112
149147
Top = 8
150-
Width = 98
148+
Width = 106
151149
Height = 20
152150
FrameColor = clBtnFace
153151
StateCaptions.CaptionOn = 'Paused'
@@ -161,7 +159,7 @@ object CommsForm: TCommsForm
161159
object ScrollToggleSwitch: TToggleSwitch
162160
Left = 16
163161
Top = 8
164-
Width = 72
162+
Width = 76
165163
Height = 20
166164
FrameColor = clBtnFace
167165
StateCaptions.CaptionOn = 'Hold'

ScreenCapture.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ void __fastcall TVNAScreenCaptureForm::FormCreate(TObject *Sender)
4141
m_mouse.down = false;
4242
m_title = Application->Title + " " + this->Caption;
4343
Caption = m_title;
44+
ToggleSwitch1->State = tssOff;
45+
ToggleSwitch1->Enabled = false;
4446

4547
this->DoubleBuffered = true;
4648

@@ -71,6 +73,7 @@ void __fastcall TVNAScreenCaptureForm::FormDestroy(TObject *Sender)
7173
void __fastcall TVNAScreenCaptureForm::FormClose(TObject *Sender, TCloseAction &Action)
7274
{
7375
//
76+
ToggleSwitch1->State = tssOff;
7477
}
7578

7679
#define ABS(x) (((x) >= 0) ? (x) : -(x))

ScreenCapture.dfm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@ object VNAScreenCaptureForm: TVNAScreenCaptureForm
3333
334
3434
288)
3535
PixelsPerInch = 96
36-
TextHeight = 13
36+
TextHeight = 15
3737
object ActualSize: TLabel
3838
Left = 142
3939
Top = 0
40-
Width = 52
41-
Height = 13
40+
Width = 58
41+
Height = 15
4242
Caption = 'Actual Size'
4343
end
4444
object Remote: TLabel
4545
Left = 229
4646
Top = 0
47-
Width = 37
48-
Height = 13
47+
Width = 41
48+
Height = 15
4949
Caption = 'Remote'
5050
end
5151
object ActualSizeToggleSwitch: TToggleSwitch

SettingsUnit.dfm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ object SettingsForm: TSettingsForm
155155
object Label17: TLabel
156156
Left = 297
157157
Top = 338
158-
Width = 111
158+
Width = 99
159159
Height = 15
160-
Caption = 'Auto scale peak hold'
160+
Caption = 'Auto scale pk hold'
161161
Font.Charset = ANSI_CHARSET
162162
Font.Color = clNavy
163163
Font.Height = -11

Unit1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ void __fastcall TForm1::FormCreate(TObject *Sender)
533533
String windows_ver = common.windowsVer;
534534
String local_name = common.localName;
535535

536-
common.title = Application->Title + " by OneOfEleven et al " + s + " (+OD10) ";
536+
common.title = Application->Title + " by OneOfEleven et al " + s + " (+OD11) ";
537537

538538
this->Caption = common.title;
539539
StatusBar2->Panels->Items[0]->Text = windows_ver + " " + local_name + " '" + String(common.decimalPoint()) + "'";

0 commit comments

Comments
 (0)