lazarus/ide/viewunit_dlg.lfm
mattias 87c170a682 fixed several dialogs to react on esacpe
git-svn-id: trunk@6582 -
2005-01-14 00:27:05 +00:00

64 lines
1.2 KiB
Plaintext

object VIEWUNITS: TVIEWUNITS
Caption = 'View Project Units'
ClientHeight = 204
ClientWidth = 416
PixelsPerInch = 90
Position = poScreenCenter
HorzScrollBar.Page = 417
VertScrollBar.Page = 205
Left = 477
Height = 204
Top = 412
Width = 416
object btnOK: TButton
Anchors = [akTop, akRight]
Caption = 'OK'
OnClick = BTNOKCLICK
TabOrder = 0
Left = 312
Height = 25
Top = 10
Width = 96
end
object btnCancel: TButton
Anchors = [akTop, akRight]
Caption = 'Cancel'
OnClick = BTNCANCELCLICK
TabOrder = 1
Left = 312
Height = 25
Top = 45
Width = 96
end
object Edit: TEdit
Anchors = [akTop, akLeft, akRight]
Enabled = False
TabOrder = 2
Left = 10
Height = 25
Top = 10
Width = 294
end
object Listbox: TListBox
Anchors = [akTop, akLeft, akRight, akBottom]
ClickOnSelChange = False
TabOrder = 3
TopIndex = -1
Left = 10
Height = 147
Top = 45
Width = 294
end
object MultiSelectCheckBox: TCheckBox
AllowGrayed = True
Anchors = [akTop, akRight]
Caption = 'Multi Select'
OnClick = MultiselectCheckBoxClick
TabOrder = 4
Left = 318
Height = 24
Top = 92
Width = 90
end
end