Ignore:
Timestamp:
Oct 21, 2011, 11:12:09 PM (13 years ago)
Author:
george
Message:
  • Add: Support for storing module skeleton.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UMainForm.lfm

    r23 r24  
    66  ActiveControl = Panel1
    77  Caption = 'ChronIS'
    8   ClientHeight = 427
     8  ClientHeight = 422
    99  ClientWidth = 640
    1010  Menu = MainMenu1
     
    1616  object Panel1: TPanel
    1717    Left = 0
    18     Height = 427
     18    Height = 422
    1919    Top = 0
    2020    Width = 184
    2121    Align = alLeft
    2222    BevelOuter = bvNone
    23     ClientHeight = 427
     23    ClientHeight = 422
    2424    ClientWidth = 184
    2525    TabOrder = 0
    2626    object Label1: TLabel
    2727      Left = 7
    28       Height = 14
     28      Height = 18
    2929      Top = 4
    30       Width = 39
     30      Width = 51
    3131      Caption = 'Groups:'
    3232      ParentColor = False
     
    3434    object TreeView1: TTreeView
    3535      Left = 4
    36       Height = 403
     36      Height = 398
    3737      Top = 19
    3838      Width = 180
    3939      Anchors = [akTop, akLeft, akRight, akBottom]
    40       DefaultItemHeight = 16
    4140      Images = ImageListActions
    4241      ReadOnly = True
     
    4847  object Panel2: TPanel
    4948    Left = 189
    50     Height = 427
     49    Height = 422
    5150    Top = 0
    5251    Width = 451
    5352    Align = alClient
    5453    BevelOuter = bvNone
    55     ClientHeight = 427
     54    ClientHeight = 422
    5655    ClientWidth = 451
    5756    TabOrder = 1
    5857    object Label2: TLabel
    5958      Left = 2
    60       Height = 14
     59      Height = 18
    6160      Top = 4
    62       Width = 43
     61      Width = 54
    6362      Caption = 'Reports:'
    6463      ParentColor = False
     
    6665    object ListView1: TListView
    6766      Left = 2
    68       Height = 371
     67      Height = 366
    6968      Top = 19
    7069      Width = 447
     
    8685      Left = 3
    8786      Height = 25
    88       Top = 398
     87      Top = 393
    8988      Width = 75
    9089      Action = AItemAdd
     
    9594      Left = 83
    9695      Height = 25
    97       Top = 398
     96      Top = 393
    9897      Width = 75
    9998      Action = AItemDelete
     
    104103  object Splitter1: TSplitter
    105104    Left = 184
    106     Height = 427
     105    Height = 422
    107106    Top = 0
    108107    Width = 5
Note: See TracChangeset for help on using the changeset viewer.