mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-08 09:41:35 +01:00
111 lines
2.6 KiB
Plaintext
111 lines
2.6 KiB
Plaintext
object StringsPropEditorFrm: TStringsPropEditorFrm
|
|
Left = 333
|
|
Height = 302
|
|
Top = 169
|
|
Width = 400
|
|
HorzScrollBar.Page = 399
|
|
VertScrollBar.Page = 301
|
|
ActiveControl = Memo
|
|
Caption = 'StringsPropEditorFrm'
|
|
Constraints.MinHeight = 160
|
|
Constraints.MinWidth = 180
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
object GroupBox1: TGroupBox
|
|
AnchorSideBottom.Control = OKButton
|
|
Left = 6
|
|
Height = 259
|
|
Top = 6
|
|
Width = 388
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 0
|
|
object StatusLabel: TLabel
|
|
AnchorSideBottom.Control = GroupBox1
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 9
|
|
Height = 17
|
|
Top = 215
|
|
Width = 87
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'StatusLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object Memo: TMemo
|
|
AnchorSideBottom.Control = StatusLabel
|
|
Left = 6
|
|
Height = 203
|
|
Top = 6
|
|
Width = 274
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
OnChange = MemoChange
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
WordWrap = False
|
|
end
|
|
object SortButton: TButton
|
|
Left = 288
|
|
Height = 25
|
|
Top = 6
|
|
Width = 75
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Sort'
|
|
Constraints.MaxHeight = 25
|
|
Constraints.MinHeight = 25
|
|
Constraints.MinWidth = 75
|
|
OnClick = SortButtonClick
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object OKButton: TBitBtn
|
|
AnchorSideRight.Control = CancelButton
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 226
|
|
Height = 25
|
|
Top = 271
|
|
Width = 75
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = '&OK'
|
|
Constraints.MaxHeight = 25
|
|
Constraints.MinHeight = 25
|
|
Constraints.MinWidth = 75
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
TabOrder = 1
|
|
end
|
|
object CancelButton: TBitBtn
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 307
|
|
Height = 25
|
|
Top = 271
|
|
Width = 87
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Constraints.MaxHeight = 25
|
|
Constraints.MinHeight = 25
|
|
Constraints.MinWidth = 75
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 2
|
|
end
|
|
end
|