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/UItemView.lfm

    r20 r22  
    11object ItemViewForm: TItemViewForm
    2   Left = 312
    3   Height = 467
    4   Top = 111
    5   Width = 624
     2  Left = 314
     3  Height = 463
     4  Top = 113
     5  Width = 620
    66  Caption = 'View item'
    7   ClientHeight = 467
    8   ClientWidth = 624
     7  ClientHeight = 463
     8  ClientWidth = 620
    99  OnClose = FormClose
    1010  OnCreate = FormCreate
     
    1414  LCLVersion = '0.9.31'
    1515  object ButtonClose: TButton
    16     Left = 544
     16    Left = 540
    1717    Height = 25
    18     Top = 437
     18    Top = 433
    1919    Width = 75
    2020    Anchors = [akRight, akBottom]
     
    2424  end
    2525  object ButtonEdit: TButton
    26     Left = 456
     26    Left = 452
    2727    Height = 25
    28     Top = 437
     28    Top = 433
    2929    Width = 75
    3030    Anchors = [akRight, akBottom]
     
    3535  object Panel1: TPanel
    3636    Left = 0
    37     Height = 431
     37    Height = 427
    3838    Top = 0
    39     Width = 624
     39    Width = 620
    4040    Align = alTop
    4141    Anchors = [akTop, akLeft, akRight, akBottom]
    4242    BevelOuter = bvNone
    43     ClientHeight = 431
    44     ClientWidth = 624
     43    ClientHeight = 427
     44    ClientWidth = 620
    4545    TabOrder = 2
    4646    object Panel2: TPanel
    4747      Left = 0
    4848      Height = 200
    49       Top = 231
    50       Width = 624
     49      Top = 227
     50      Width = 620
    5151      Align = alBottom
    5252      BevelOuter = bvNone
    5353      ClientHeight = 200
    54       ClientWidth = 624
     54      ClientWidth = 620
    5555      TabOrder = 0
    5656      object TabControl1: TTabControl
     
    5858        Height = 24
    5959        Top = 0
    60         Width = 624
     60        Width = 620
    6161        Align = alTop
    6262        OnChange = TabControl1Change
     
    7474        Height = 176
    7575        Top = 24
    76         Width = 624
     76        Width = 620
    7777        Align = alClient
    7878        Columns = <>
     
    8989      Left = 0
    9090      Height = 3
    91       Top = 228
    92       Width = 624
     91      Top = 224
     92      Width = 620
    9393      Align = alBottom
    9494      ResizeAnchor = akBottom
     
    9696    object PanelControls: TPanel
    9797      Left = 0
    98       Height = 228
     98      Height = 224
    9999      Top = 0
    100       Width = 624
     100      Width = 620
    101101      Align = alClient
    102102      Anchors = [akLeft, akRight, akBottom]
Note: See TracChangeset for help on using the changeset viewer.