2007-12-09 12:02:11 +00:00
|
|
|
inherited frmCmpSwDialog: TfrmCmpSwDialog
|
|
|
|
Caption = 'ComponentSwitcher'
|
|
|
|
PixelsPerInch = 96
|
|
|
|
TextHeight = 13
|
|
|
|
inherited pnlMain: TPanel
|
|
|
|
inherited lstItems: TListBox
|
2007-12-10 16:13:05 +00:00
|
|
|
ItemHeight = 30
|
2007-12-09 12:02:11 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
inherited ilsTypes: TImageList
|
2007-12-10 16:13:05 +00:00
|
|
|
Height = 24
|
|
|
|
Width = 24
|
2007-12-09 12:02:11 +00:00
|
|
|
end
|
|
|
|
end
|