Ignore:
Timestamp:
Jun 26, 2012, 7:41:11 AM (12 years ago)
Author:
chronos
Message:
  • Modified: Project instance is now freed in closed state.
  • Added: Toolbar button Open now provide dropdown list of recent opened projects.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE/Forms/UFormMain.lfm

    r53 r54  
    4343      Top = 2
    4444      Action = AProjectOpen
     45      DropdownMenu = PopupMenu1
     46      Style = tbsDropDown
    4547    end
    4648    object ToolButton3: TToolButton
    47       Left = 47
     49      Left = 59
    4850      Top = 2
    4951      Action = AProjectSave
    5052    end
    5153    object ToolButton4: TToolButton
    52       Left = 70
     54      Left = 82
    5355      Top = 2
    5456      Action = AProjectClose
    5557    end
    5658    object ToolButton5: TToolButton
    57       Left = 93
     59      Left = 105
    5860      Top = 2
    5961      Width = 10
     
    6163    end
    6264    object ToolButton6: TToolButton
    63       Left = 103
     65      Left = 115
    6466      Top = 2
    6567      Action = AViewOptions
    6668    end
    6769    object ToolButton7: TToolButton
    68       Left = 126
     70      Left = 138
    6971      Top = 2
    7072      Action = ABuild
    7173    end
    7274    object ToolButton8: TToolButton
    73       Left = 149
     75      Left = 161
    7476      Top = 2
    7577      Action = ARun
    7678    end
    7779    object ToolButton9: TToolButton
    78       Left = 172
     80      Left = 184
    7981      Top = 2
    8082      Action = APause
    8183    end
    8284    object ToolButton10: TToolButton
    83       Left = 195
     85      Left = 207
    8486      Top = 2
    8587      Action = AStop
     
    869871  end
    870872  object ImageList1: TImageList
    871     left = 344
    872     top = 184
     873    left = 112
     874    top = 272
    873875    Bitmap = {
    874876      4C690E0000001000000010000000000000000000000000000000000000000000
     
    13231325    }
    13241326  end
     1327  object PopupMenu1: TPopupMenu
     1328    left = 196
     1329    top = 54
     1330  end
    13251331end
Note: See TracChangeset for help on using the changeset viewer.