lazarus/components/ideintf/stringspropeditdlg.lfm

133 lines
3.4 KiB
Plaintext

object StringsPropEditorFrm: TStringsPropEditorFrm
Left = 349
Height = 302
Top = 359
Width = 400
ActiveControl = Memo
Caption = 'StringsPropEditorFrm'
ClientHeight = 302
ClientWidth = 400
Constraints.MinHeight = 160
Constraints.MinWidth = 180
OnClose = FormClose
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '2.3.0.0'
object TextGroupBox: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = BtnPanel
Left = 6
Height = 252
Top = 6
Width = 388
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
ClientHeight = 250
ClientWidth = 386
TabOrder = 0
object StatusLabel: TLabel
AnchorSideBottom.Control = TextGroupBox
AnchorSideBottom.Side = asrBottom
Left = 9
Height = 15
Top = 229
Width = 63
Anchors = [akLeft, akBottom]
BorderSpacing.Around = 6
Caption = 'StatusLabel'
end
object Memo: TMemo
AnchorSideLeft.Control = TextGroupBox
AnchorSideRight.Control = SortButton
AnchorSideBottom.Control = StatusLabel
Left = 6
Height = 217
Top = 6
Width = 293
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 = 305
Height = 31
Top = 6
Width = 75
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Sort'
Constraints.MinWidth = 75
OnClick = SortButtonClick
TabOrder = 1
end
object ClearButton: TButton
AnchorSideLeft.Control = SortButton
AnchorSideTop.Control = SortButton
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = SortButton
AnchorSideRight.Side = asrBottom
AutoSize = True
Left = 305
Height = 27
Top = 43
Width = 75
Anchors = [akTop, akLeft, akRight]
Caption = 'Clear'
OnClick = ClearButtonClick
TabOrder = 2
end
object SaveButton: TButton
AnchorSideLeft.Control = SortButton
AnchorSideTop.Control = ClearButton
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = SortButton
AnchorSideRight.Side = asrBottom
Left = 305
Height = 31
Top = 76
Width = 75
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 6
Caption = 'Save'
OnClick = SaveButtonClick
TabOrder = 3
end
end
object BtnPanel: TButtonPanel
Left = 6
Height = 32
Top = 264
Width = 388
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 1
ShowButtons = [pbOK, pbCancel]
ShowBevel = False
end
object SaveDialog1: TSaveDialog
DefaultExt = '.txt'
Options = [ofOverwritePrompt, ofEnableSizing, ofViewDetail]
Left = 183
Top = 148
end
end