Changeset 4 for trunk/UMainForm.lfm


Ignore:
Timestamp:
Feb 3, 2011, 8:01:00 AM (13 years ago)
Author:
chronos
Message:
  • Fixed: Add and edit operations.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UMainForm.lfm

    r3 r4  
    11object MainForm: TMainForm
    2   Left = 266
     2  Left = 259
    33  Height = 363
    4   Top = 139
    5   Width = 567
     4  Top = 138
     5  Width = 643
    66  Caption = 'Free Pascal Manager'
    77  ClientHeight = 363
    8   ClientWidth = 567
     8  ClientWidth = 643
    99  OnCreate = FormCreate
    1010  OnDestroy = FormDestroy
     
    1515    Height = 301
    1616    Top = 24
    17     Width = 548
     17    Width = 624
    1818    Anchors = [akTop, akLeft, akRight, akBottom]
    1919    Columns = <   
     
    2929        Caption = 'IDE version'
    3030        Width = 150
     31      end   
     32      item
     33        Caption = 'Downloaded'
     34      end   
     35      item
     36        Caption = 'Compiled'
    3137      end>
    3238    OwnerData = True
     39    PopupMenu = PopupMenu1
    3340    ReadOnly = True
    3441    RowSelect = True
     
    4855  object Button1: TButton
    4956    Left = 8
    50     Height = 27
     57    Height = 25
    5158    Top = 333
    5259    Width = 75
     
    5663  end
    5764  object Button2: TButton
    58     Left = 96
     65    Left = 90
    5966    Height = 25
    6067    Top = 333
     
    6572  end
    6673  object Button3: TButton
    67     Left = 184
     74    Left = 172
    6875    Height = 25
    6976    Top = 333
     
    7582  end
    7683  object Button4: TButton
    77     Left = 272
     84    Left = 336
    7885    Height = 25
    7986    Top = 333
     
    8390    TabOrder = 4
    8491  end
    85   object Button5: TButton
    86     Left = 440
     92  object ButtonEdit: TButton
     93    Left = 496
    8794    Height = 25
    8895    Top = 333
    8996    Width = 75
    90     Action = AOptions
    91     Anchors = [akLeft]
     97    Action = AEdit
     98    Anchors = [akLeft, akBottom]
    9299    TabOrder = 5
    93100  end
    94101  object Button6: TButton
    95     Left = 355
     102    Left = 416
    96103    Height = 25
    97104    Top = 333
     
    100107    Anchors = [akLeft, akBottom]
    101108    TabOrder = 6
     109  end
     110  object Button5: TButton
     111    Left = 254
     112    Height = 25
     113    Top = 333
     114    Width = 75
     115    Action = ADownload
     116    TabOrder = 7
    102117  end
    103118  object ActionList1: TActionList
     
    116131      OnExecute = AStartExecute
    117132    end
    118     object AUpdate: TAction
    119       Caption = 'Update'
    120       OnExecute = AUpdateExecute
     133    object ADownload: TAction
     134      Caption = 'Download'
     135      OnExecute = ADownloadExecute
    121136    end
    122     object AOptions: TAction
    123       Caption = 'Options'
     137    object AEdit: TAction
     138      Caption = 'Edit'
     139      OnExecute = AEditExecute
    124140    end
    125141    object ACompile: TAction
     
    127143      OnExecute = ACompileExecute
    128144    end
     145    object AUpdate: TAction
     146      Caption = 'Update'
     147      OnExecute = AUpdateExecute
     148    end
     149  end
     150  object PopupMenu1: TPopupMenu
     151    left = 40
     152    top = 66
     153    object MenuItem2: TMenuItem
     154      Action = AStart
     155    end
     156    object MenuItem6: TMenuItem
     157      Action = ADownload
     158    end
     159    object MenuItem3: TMenuItem
     160      Action = ACompile
     161    end
     162    object MenuItem4: TMenuItem
     163      Action = ADownload
     164    end
     165    object MenuItem5: TMenuItem
     166      Action = ARemove
     167    end
     168    object MenuItem1: TMenuItem
     169      Action = AEdit
     170    end
    129171  end
    130172end
Note: See TracChangeset for help on using the changeset viewer.