Ignore:
Timestamp:
Dec 25, 2010, 9:31:21 PM (14 years ago)
Author:
george
Message:
  • Activated generation of language files.
  • Added: Full screen mode.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UMainForm.lfm

    r5 r6  
    11object MainForm: TMainForm
    2   Left = 317
     2  Left = 332
    33  Height = 445
    4   Top = 97
     4  Top = 106
    55  Width = 649
     6  ActiveControl = Panel1
    67  Caption = 'ChronIS'
    7   ClientHeight = 445
     8  ClientHeight = 422
    89  ClientWidth = 649
     10  Menu = MainMenu1
    911  OnClose = FormClose
    1012  OnCreate = FormCreate
     
    1416  object Panel1: TPanel
    1517    Left = 0
    16     Height = 445
     18    Height = 422
    1719    Top = 0
    1820    Width = 184
    1921    Align = alLeft
    2022    BevelOuter = bvNone
    21     ClientHeight = 445
     23    ClientHeight = 422
    2224    ClientWidth = 184
    2325    TabOrder = 0
     
    2628      Height = 14
    2729      Top = 4
    28       Width = 47
     30      Width = 46
    2931      Caption = 'Skupiny:'
    3032      ParentColor = False
     
    3234    object TreeView1: TTreeView
    3335      Left = 8
    34       Height = 421
     36      Height = 398
    3537      Top = 19
    3638      Width = 176
     
    4648  object Panel2: TPanel
    4749    Left = 189
    48     Height = 445
     50    Height = 422
    4951    Top = 0
    5052    Width = 460
    5153    Align = alClient
    5254    BevelOuter = bvNone
    53     ClientHeight = 445
     55    ClientHeight = 422
    5456    ClientWidth = 460
    5557    TabOrder = 1
     
    6466    object ListView1: TListView
    6567      Left = 3
    66       Height = 389
     68      Height = 366
    6769      Top = 19
    6870      Width = 450
    6971      Anchors = [akTop, akLeft, akRight, akBottom]
    7072      Columns = <>
    71       ItemIndex = -1
    7273      PopupMenu = PopupMenuItem
    7374      ReadOnly = True
     
    8384      Left = 3
    8485      Height = 25
    85       Top = 416
     86      Top = 393
    8687      Width = 75
    8788      Action = AItemAdd
     
    9293      Left = 83
    9394      Height = 25
    94       Top = 416
     95      Top = 393
    9596      Width = 75
    9697      Action = AItemDelete
     
    101102  object Splitter1: TSplitter
    102103    Left = 184
    103     Height = 445
     104    Height = 422
    104105    Top = 0
    105106    Width = 5
     
    154155      Caption = 'Upravit'
    155156      OnExecute = AObjectEditExecute
     157    end
     158    object AExit: TAction
     159      Caption = 'Exit'
     160      OnExecute = AExitExecute
     161    end
     162    object AToggleFullscreen: TAction
     163      Caption = 'Fullscreen mode F11'
     164      OnExecute = AToggleFullscreenExecute
     165      ShortCut = 122
    156166    end
    157167  end
     
    174184    object MenuItem2: TMenuItem
    175185      Action = AItemAdd
     186      OnClick = AItemAddExecute
    176187    end
    177188  end
     
    185196    object MenuItem10: TMenuItem
    186197      Action = AObjectEdit
     198      OnClick = AObjectEditExecute
    187199    end
    188200  end
     
    193205    object MenuItem5: TMenuItem
    194206      Action = AObjectGroupAddGroup
     207      OnClick = AObjectGroupAddGroupExecute
    195208    end
    196209    object MenuItem7: TMenuItem
     
    199212    object MenuItem8: TMenuItem
    200213      Action = AObjectGroupEdit
     214      OnClick = AObjectGroupEditExecute
    201215    end
    202216    object MenuItem6: TMenuItem
     
    275289    }
    276290  end
     291  object MainMenu1: TMainMenu
     292    left = 456
     293    top = 120
     294    object MenuItem13: TMenuItem
     295      Caption = 'Server'
     296      object MenuItem14: TMenuItem
     297        Action = AExit
     298      end
     299    end
     300    object MenuItem11: TMenuItem
     301      Caption = 'View'
     302      object MenuItem15: TMenuItem
     303        Action = AToggleFullscreen
     304      end
     305    end
     306    object MenuItem12: TMenuItem
     307      Caption = 'Help'
     308    end
     309  end
    277310end
Note: See TracChangeset for help on using the changeset viewer.