Changeset 187 for trunk/Forms


Ignore:
Timestamp:
Jul 11, 2018, 3:49:23 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Reordered items in Tools menu.
  • Added: Icon to Document check.
Location:
trunk/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormImportSources.lfm

    r174 r187  
    1212  OnShow = FormShow
    1313  Position = poScreenCenter
    14   LCLVersion = '1.8.0.6'
     14  LCLVersion = '1.8.2.0'
    1515  object ToolBar1: TToolBar
    1616    Left = 0
     
    3030    end
    3131    object ToolButton2: TToolButton
    32       Left = 24
     32      Left = 30
    3333      Top = 2
    3434      Action = AModify
    3535    end
    3636    object ToolButton3: TToolButton
    37       Left = 47
     37      Left = 59
    3838      Top = 2
    3939      Action = ARemove
    4040    end
    4141    object ToolButton4: TToolButton
    42       Left = 70
     42      Left = 88
    4343      Top = 2
    4444      Action = AProcess
  • trunk/Forms/UFormMain.lfm

    r184 r187  
    418418    object ADocumentCheck: TAction
    419419      Caption = 'Document check'
     420      ImageIndex = 20
    420421      OnExecute = ADocumentCheckExecute
    421422    end
     
    484485    object MenuItem16: TMenuItem
    485486      Caption = 'Tools'
     487      object MenuItem18: TMenuItem
     488        Action = ASettings
     489      end
     490      object MenuItem2: TMenuItem
     491        Caption = '-'
     492      end
    486493      object MenuItem17: TMenuItem
    487494        Action = AImport
     
    495502      object MenuItem3: TMenuItem
    496503        Action = ADocumentCheck
    497       end
    498       object MenuItem2: TMenuItem
    499         Caption = '-'
    500       end
    501       object MenuItem18: TMenuItem
    502         Action = ASettings
    503504      end
    504505    end
Note: See TracChangeset for help on using the changeset viewer.