object frmEasyImage: TfrmEasyImage Left = 398 Top = 546 HelpContext = 107 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'Easy Images' ClientHeight = 217 ClientWidth = 318 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter ShowHint = True OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object flbFiles: TFileListBox Left = 2 Top = 4 Width = 159 Height = 210 Hint = 'Select an insertion point in your document and double-click on a' + ' filename, or click a filename and drag it to your document to c' + 'reate a basic inline image or figure' DragMode = dmAutomatic FileType = [ftReadOnly, ftNormal] ItemHeight = 13 Mask = '*.gif;*.jpg' TabOrder = 0 OnDblClick = flbFilesDblClick end object dlbDirectory: TDirectoryListBox Left = 164 Top = 4 Width = 152 Height = 187 ItemHeight = 16 TabOrder = 1 OnChange = dlbDirectoryChange end object dcmbDrive: TDriveComboBox Left = 164 Top = 194 Width = 152 Height = 19 TabOrder = 2 OnChange = dcmbDriveChange end end