Ignore:
Timestamp:
Mar 25, 2013, 10:58:03 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Celé číslo účtu rozděleno do samostatných částí jako samotné číslo a kód banky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormAccounts.lfm

    r12 r20  
    2828      end   
    2929      item
     30        Caption = 'Bank code'
     31      end   
     32      item
    3033        Caption = 'Balance'
    3134        Width = 80
     
    3942      end>
    4043    OwnerData = True
     44    PopupMenu = PopupMenu1
    4145    ReadOnly = True
    4246    RowSelect = True
     
    7276    Top = 308
    7377    Width = 75
     78    Action = AAdd
    7479    Anchors = [akLeft, akBottom]
    75     Caption = 'Add'
    7680    Color = clScrollBar
    77     OnClick = ButtonAddClick
    7881    TabOrder = 3
    7982  end
     
    8386    Top = 308
    8487    Width = 75
     88    Action = ARemove
    8589    Anchors = [akLeft, akBottom]
    86     Caption = 'Remove'
    8790    Color = clScrollBar
    88     OnClick = ButtonRemoveClick
    8991    TabOrder = 4
    9092  end
     
    127129    OnChange = LabeledEditTokenChange
    128130  end
     131  object ActionList1: TActionList
     132    Images = Core.ImageList1
     133    left = 200
     134    top = 304
     135    object AAdd: TAction
     136      Caption = 'Add'
     137      OnExecute = AAddExecute
     138      ShortCut = 45
     139    end
     140    object ARemove: TAction
     141      Caption = 'Remove'
     142      OnExecute = ARemoveExecute
     143      ShortCut = 46
     144    end
     145  end
     146  object PopupMenu1: TPopupMenu
     147    Images = Core.ImageList1
     148    left = 280
     149    top = 304
     150    object MenuItem1: TMenuItem
     151      Action = AAdd
     152    end
     153    object MenuItem2: TMenuItem
     154      Action = ARemove
     155    end
     156  end
    129157end
Note: See TracChangeset for help on using the changeset viewer.