lazarus/ide/viewunit_dlg.lfm
2005-08-16 09:25:43 +00:00

63 lines
1.2 KiB
Plaintext

object ViewUnitDialog: TViewUnitDialog
Caption = 'View Project Units'
ClientHeight = 204
ClientWidth = 416
PixelsPerInch = 96
Position = poScreenCenter
HorzScrollBar.Page = 415
VertScrollBar.Page = 203
Left = 337
Height = 204
Top = 295
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
OnDblClick = BTNOKCLICK
TabOrder = 3
Left = 10
Height = 147
Top = 45
Width = 294
end
object MultiSelectCheckBox: TCheckBox
Anchors = [akTop, akRight]
Caption = 'Multi Select'
OnClick = MultiselectCheckBoxClick
TabOrder = 4
Left = 315
Height = 24
Top = 100
Width = 90
end
end