@@ -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
0 commit comments