Ignore:
Timestamp:
Jun 16, 2011, 12:18:21 PM (13 years ago)
Author:
george
Message:
  • Modified: Optimalized reloading of columns list in item list.
  • Fixed: Add and modify function.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UMainForm.lfm

    r21 r22  
    11object MainForm: TMainForm
    2   Left = 269
    3   Height = 450
    4   Top = 157
    5   Width = 644
     2  Left = 271
     3  Height = 447
     4  Top = 159
     5  Width = 640
    66  ActiveControl = Panel1
    77  Caption = 'ChronIS'
    8   ClientHeight = 431
    9   ClientWidth = 644
     8  ClientHeight = 427
     9  ClientWidth = 640
    1010  Menu = MainMenu1
    1111  OnClose = FormClose
     
    1616  object Panel1: TPanel
    1717    Left = 0
    18     Height = 431
     18    Height = 427
    1919    Top = 0
    2020    Width = 184
    2121    Align = alLeft
    2222    BevelOuter = bvNone
    23     ClientHeight = 431
     23    ClientHeight = 427
    2424    ClientWidth = 184
    2525    TabOrder = 0
     
    3434    object TreeView1: TTreeView
    3535      Left = 4
    36       Height = 407
     36      Height = 403
    3737      Top = 19
    3838      Width = 180
     
    4848  object Panel2: TPanel
    4949    Left = 189
    50     Height = 431
     50    Height = 427
    5151    Top = 0
    52     Width = 455
     52    Width = 451
    5353    Align = alClient
    5454    BevelOuter = bvNone
    55     ClientHeight = 431
    56     ClientWidth = 455
     55    ClientHeight = 427
     56    ClientWidth = 451
    5757    TabOrder = 1
    5858    object Label2: TLabel
     
    6666    object ListView1: TListView
    6767      Left = 2
    68       Height = 375
     68      Height = 371
    6969      Top = 19
    70       Width = 451
     70      Width = 447
    7171      Anchors = [akTop, akLeft, akRight, akBottom]
    7272      Columns = <>
     
    8686      Left = 3
    8787      Height = 25
    88       Top = 402
     88      Top = 398
    8989      Width = 75
    9090      Action = AItemAdd
     
    9595      Left = 83
    9696      Height = 25
    97       Top = 402
     97      Top = 398
    9898      Width = 75
    9999      Action = AItemDelete
     
    104104  object Splitter1: TSplitter
    105105    Left = 184
    106     Height = 431
     106    Height = 427
    107107    Top = 0
    108108    Width = 5
Note: See TracChangeset for help on using the changeset viewer.