lazarus/ideintf/stringspropeditdlg.lfm
mattias 085f6ed50a added ideintf/stringspropeditdlg.pas
git-svn-id: trunk@9353 -
2006-05-25 15:13:44 +00:00

98 lines
2.1 KiB
Plaintext

object StringsPropEditorFrm: TStringsPropEditorFrm
ActiveControl = Memo
Caption = 'StringsPropEditorFrm'
ClientHeight = 300
ClientWidth = 400
Constraints.MinHeight = 160
Constraints.MinWidth = 180
OnCreate = FormCreate
PixelsPerInch = 112
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
ClientHeight = 238
ClientWidth = 384
TabOrder = 0
AnchorSideBottom.Control = OKButton
Left = 6
Height = 255
Top = 6
Width = 388
object StatusLabel: TLabel
Anchors = [akLeft, akBottom]
BorderSpacing.Around = 6
Caption = 'StatusLabel'
Color = clNone
ParentColor = False
Left = 9
Height = 14
Top = 216
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 = 206
Top = 6
Width = 290
end
object SortButton: TButton
Anchors = [akTop, akRight]
BorderSpacing.Around = 6
BorderSpacing.InnerBorder = 4
Caption = 'Sort'
OnClick = SortButtonClick
TabOrder = 1
Left = 304
Height = 25
Top = 6
Width = 75
end
end
object OKButton: TBitBtn
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Caption = '&OK'
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
TabOrder = 1
Left = 338
Height = 28
Top = 267
Width = 55
end
object CancelButton: TBitBtn
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Right = 6
BorderSpacing.Around = 6
Cancel = True
Caption = 'Cancel'
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 2
AnchorSideRight.Control = OKButton
Left = 249
Height = 28
Top = 267
Width = 77
end
end