mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 19:52:34 +02:00
96 lines
2.0 KiB
Plaintext
96 lines
2.0 KiB
Plaintext
object StringsPropEditorDlg: TStringsPropEditorDlg
|
|
ActiveControl = Memo
|
|
Caption = 'StringsPropEditorDlg'
|
|
ClientHeight = 300
|
|
ClientWidth = 400
|
|
Constraints.MinHeight = 160
|
|
Constraints.MinWidth = 180
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
Position = poScreenCenter
|
|
HorzScrollBar.Page = 399
|
|
VertScrollBar.Page = 299
|
|
Left = 290
|
|
Height = 300
|
|
Top = 153
|
|
Width = 400
|
|
object GroupBox1: TGroupBox
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.InnerBorder = 2
|
|
ClientHeight = 240
|
|
ClientWidth = 384
|
|
TabOrder = 0
|
|
Left = 6
|
|
Height = 258
|
|
Top = 6
|
|
Width = 388
|
|
object StatusLabel: TLabel
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'StatusLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
Left = 9
|
|
Height = 14
|
|
Top = 218
|
|
Width = 57
|
|
end
|
|
object Memo: TMemo
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
OnChange = MemoChange
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
WordWrap = False
|
|
Left = 6
|
|
Height = 208
|
|
Top = 6
|
|
Width = 290
|
|
end
|
|
object SortButton: TButton
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.InnerBorder = 2
|
|
Caption = 'Sort'
|
|
OnClick = SortButtonClick
|
|
TabOrder = 1
|
|
Left = 304
|
|
Height = 25
|
|
Top = 6
|
|
Width = 75
|
|
end
|
|
end
|
|
object OKButton: TBitBtn
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.InnerBorder = 2
|
|
Caption = '&OK'
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
TabOrder = 1
|
|
Left = 318
|
|
Height = 25
|
|
Top = 270
|
|
Width = 75
|
|
end
|
|
object CancelButton: TBitBtn
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.InnerBorder = 2
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 2
|
|
Left = 234
|
|
Height = 25
|
|
Top = 270
|
|
Width = 75
|
|
end
|
|
end
|