lazarus/ideintf/stringspropeditdlg.lfm

121 lines
2.8 KiB
Plaintext

object StringsPropEditorFrm: TStringsPropEditorFrm
Left = 311
Height = 302
Top = 158
Width = 400
HorzScrollBar.Page = 399
VertScrollBar.Page = 301
ActiveControl = Memo
Caption = 'StringsPropEditorFrm'
ClientHeight = 302
ClientWidth = 400
Constraints.MinHeight = 160
Constraints.MinWidth = 180
OnCreate = FormCreate
Position = poScreenCenter
object TextGroupBox: TGroupBox
AnchorSideBottom.Control = BtnPanel
Left = 6
Height = 242
Top = 6
Width = 388
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
ClientHeight = 223
ClientWidth = 384
TabOrder = 0
object StatusLabel: TLabel
AnchorSideBottom.Control = TextGroupBox
AnchorSideBottom.Side = asrBottom
Left = 9
Height = 20
Top = 197
Width = 77
Anchors = [akLeft, akBottom]
BorderSpacing.Around = 6
Caption = 'StatusLabel'
ParentColor = False
end
object Memo: TMemo
AnchorSideLeft.Control = TextGroupBox
AnchorSideRight.Control = SortButton
AnchorSideBottom.Control = StatusLabel
Left = 6
Height = 185
Top = 6
Width = 291
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
OnChange = MemoChange
ScrollBars = ssAutoBoth
TabOrder = 0
WordWrap = False
end
object SortButton: TButton
AnchorSideLeft.Control = Memo
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = TextGroupBox
AnchorSideRight.Side = asrBottom
Left = 303
Height = 37
Top = 6
Width = 75
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Sort'
Constraints.MinWidth = 75
OnClick = SortButtonClick
TabOrder = 1
end
end
object BtnPanel: TPanel
Height = 48
Top = 254
Width = 400
Align = alBottom
AutoSize = True
BevelOuter = bvNone
ClientHeight = 48
ClientWidth = 400
TabOrder = 1
OnClick = BtnPanelClick
object CancelButton: TBitBtn
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 316
Height = 36
Top = 6
Width = 78
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = 'Cancel'
Constraints.MinWidth = 75
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 0
end
object OKButton: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 235
Height = 36
Top = 6
Width = 75
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Caption = '&OK'
Constraints.MinWidth = 75
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
TabOrder = 1
end
end
end