Ignore:
Timestamp:
Nov 23, 2011, 8:24:07 PM (13 years ago)
Author:
chronos
Message:
  • Added: Preliminary support for modules.
  • Modified: Database initialization moved to module System.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UMainForm.lfm

    r27 r29  
    66  ActiveControl = Panel1
    77  Caption = 'ChronIS'
    8   ClientHeight = 427
     8  ClientHeight = 421
    99  ClientWidth = 640
    1010  Icon.Data = {
     
    153153  object Panel1: TPanel
    154154    Left = 0
    155     Height = 427
     155    Height = 421
    156156    Top = 0
    157157    Width = 184
    158158    Align = alLeft
    159159    BevelOuter = bvNone
    160     ClientHeight = 427
     160    ClientHeight = 421
    161161    ClientWidth = 184
    162162    TabOrder = 0
    163163    object Label1: TLabel
    164164      Left = 7
    165       Height = 14
     165      Height = 18
    166166      Top = 4
    167       Width = 39
     167      Width = 51
    168168      Caption = 'Groups:'
    169169      ParentColor = False
     
    171171    object TreeView1: TTreeView
    172172      Left = 4
    173       Height = 403
     173      Height = 397
    174174      Top = 19
    175175      Width = 180
    176176      Anchors = [akTop, akLeft, akRight, akBottom]
    177       DefaultItemHeight = 16
    178177      Images = ImageListActions
    179178      ReadOnly = True
     
    185184  object Panel2: TPanel
    186185    Left = 189
    187     Height = 427
     186    Height = 421
    188187    Top = 0
    189188    Width = 451
    190189    Align = alClient
    191190    BevelOuter = bvNone
    192     ClientHeight = 427
     191    ClientHeight = 421
    193192    ClientWidth = 451
    194193    TabOrder = 1
    195194    object Label2: TLabel
    196195      Left = 2
    197       Height = 14
     196      Height = 18
    198197      Top = 4
    199       Width = 43
     198      Width = 54
    200199      Caption = 'Reports:'
    201200      ParentColor = False
     
    203202    object ListView1: TListView
    204203      Left = 2
    205       Height = 371
     204      Height = 365
    206205      Top = 19
    207206      Width = 447
     
    223222      Left = 3
    224223      Height = 25
    225       Top = 398
     224      Top = 392
    226225      Width = 75
    227226      Action = AItemAdd
     
    232231      Left = 83
    233232      Height = 25
    234       Top = 398
     233      Top = 392
    235234      Width = 75
    236235      Action = AItemDelete
     
    241240  object Splitter1: TSplitter
    242241    Left = 184
    243     Height = 427
     242    Height = 421
    244243    Top = 0
    245244    Width = 5
     
    314313      Hint = 'Settings'
    315314      OnExecute = ASettingsExecute
    316     end
    317     object AInitSystemValues: TAction
    318       Caption = 'Init system values'
    319       OnExecute = AInitSystemValuesExecute
    320315    end
    321316    object AImportStructure: TAction
     
    482477    object MenuItem18: TMenuItem
    483478      Caption = 'Admin'
    484       object MenuItem19: TMenuItem
    485         Action = AInitSystemValues
    486       end
    487479      object MenuItem20: TMenuItem
    488480        Action = AImportStructure
Note: See TracChangeset for help on using the changeset viewer.