|
@@ -9,7 +9,7 @@ object frmSelectCom: TfrmSelectCom
|
|
OnCreate = FormCreate
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
OnShow = FormShow
|
|
Position = poMainFormCenter
|
|
Position = poMainFormCenter
|
|
- LCLVersion = '1.8.4.0'
|
|
|
|
|
|
+ LCLVersion = '2.0.10.0'
|
|
object ButtonPanel1: TButtonPanel
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Left = 6
|
|
Height = 34
|
|
Height = 34
|
|
@@ -30,10 +30,10 @@ object frmSelectCom: TfrmSelectCom
|
|
AnchorSideTop.Control = cbServices
|
|
AnchorSideTop.Control = cbServices
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
- Left = 78
|
|
|
|
|
|
+ Left = 79
|
|
Height = 15
|
|
Height = 15
|
|
Top = 52
|
|
Top = 52
|
|
- Width = 73
|
|
|
|
|
|
+ Width = 72
|
|
Anchors = [akTop, akRight]
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'ID_COMPORT'
|
|
Caption = 'ID_COMPORT'
|
|
ParentColor = False
|
|
ParentColor = False
|
|
@@ -49,13 +49,26 @@ object frmSelectCom: TfrmSelectCom
|
|
end
|
|
end
|
|
object Label2: TLabel
|
|
object Label2: TLabel
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
- Left = 0
|
|
|
|
|
|
+ Left = 4
|
|
Height = 15
|
|
Height = 15
|
|
- Top = 0
|
|
|
|
- Width = 401
|
|
|
|
|
|
+ Top = 4
|
|
|
|
+ Width = 393
|
|
Align = alTop
|
|
Align = alTop
|
|
|
|
+ BorderSpacing.Around = 4
|
|
Caption = 'ID_COMMENT'
|
|
Caption = 'ID_COMMENT'
|
|
ParentColor = False
|
|
ParentColor = False
|
|
WordWrap = True
|
|
WordWrap = True
|
|
end
|
|
end
|
|
|
|
+ object Label3: TLabel
|
|
|
|
+ Left = 4
|
|
|
|
+ Height = 39
|
|
|
|
+ Top = 87
|
|
|
|
+ Width = 393
|
|
|
|
+ Align = alBottom
|
|
|
|
+ AutoSize = False
|
|
|
|
+ BorderSpacing.Around = 4
|
|
|
|
+ Caption = 'ID_COMMAND_HINT'
|
|
|
|
+ ParentColor = False
|
|
|
|
+ WordWrap = True
|
|
|
|
+ end
|
|
end
|
|
end
|