|
@@ -104,14 +104,15 @@ object FRMMainForm: TFRMMainForm
|
|
end
|
|
end
|
|
object tbStatusToolBar: TToolBar
|
|
object tbStatusToolBar: TToolBar
|
|
AnchorSideTop.Control = sbStatusBar
|
|
AnchorSideTop.Control = sbStatusBar
|
|
|
|
+ AnchorSideTop.Side = asrCenter
|
|
AnchorSideBottom.Control = sbStatusBar
|
|
AnchorSideBottom.Control = sbStatusBar
|
|
AnchorSideBottom.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 778
|
|
Left = 778
|
|
- Height = 15
|
|
|
|
- Top = 585
|
|
|
|
|
|
+ Height = 16
|
|
|
|
+ Top = 584
|
|
Width = 70
|
|
Width = 70
|
|
Align = alNone
|
|
Align = alNone
|
|
- Anchors = [akTop, akRight, akBottom]
|
|
|
|
|
|
+ Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
AutoSize = True
|
|
ButtonHeight = 16
|
|
ButtonHeight = 16
|
|
ButtonWidth = 23
|
|
ButtonWidth = 23
|