object MCMultiBitmapLoadDialog: TMCMultiBitmapLoadDialog Left = 120 Top = 103 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'SmartLoader' ClientHeight = 226 ClientWidth = 375 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 16 object SrcLabel: TLabel Left = 8 Top = 8 Width = 145 Height = 16 AutoSize = False Caption = 'Loaded images' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Label1: TLabel Left = 168 Top = 28 Width = 56 Height = 16 Caption = '640x480' end object Label2: TLabel Left = 168 Top = 60 Width = 56 Height = 16 Caption = '800x600' end object Label3: TLabel Left = 168 Top = 92 Width = 64 Height = 16 Caption = '1024x768' end object Label4: TLabel Left = 168 Top = 124 Width = 72 Height = 16 Caption = '1280x1024' end object Label5: TLabel Left = 168 Top = 156 Width = 72 Height = 16 Caption = '1600x1200' end object OKBtn: TBitBtn Left = 99 Top = 188 Width = 77 Height = 27 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 199 Top = 188 Width = 77 Height = 27 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object SrcList: TListBox Left = 8 Top = 24 Width = 144 Height = 153 DragMode = dmAutomatic Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ItemHeight = 13 MultiSelect = True ParentFont = False Sorted = True TabOrder = 2 OnDragDrop = SrcListDragDrop OnDragOver = SrcListDragOver IsControl = True end object Edit1: TEdit Left = 248 Top = 24 Width = 121 Height = 24 DragMode = dmAutomatic TabOrder = 3 OnDragDrop = Edit1DragDrop OnDragOver = Edit1DragOver end object Edit2: TEdit Left = 248 Top = 56 Width = 121 Height = 24 DragMode = dmAutomatic TabOrder = 4 OnDragDrop = Edit1DragDrop OnDragOver = Edit1DragOver end object Edit3: TEdit Left = 248 Top = 88 Width = 121 Height = 24 DragMode = dmAutomatic TabOrder = 5 OnDragDrop = Edit1DragDrop OnDragOver = Edit1DragOver end object Edit4: TEdit Left = 248 Top = 120 Width = 121 Height = 24 DragMode = dmAutomatic TabOrder = 6 OnDragDrop = Edit1DragDrop OnDragOver = Edit1DragOver end object Edit5: TEdit Left = 248 Top = 152 Width = 121 Height = 24 DragMode = dmAutomatic TabOrder = 7 OnDragDrop = Edit1DragDrop OnDragOver = Edit1DragOver end end