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

    r21 r22  
    11object ItemSelectForm: TItemSelectForm
    2   Left = 344
    3   Height = 350
    4   Top = 151
    5   Width = 495
     2  Left = 346
     3  Height = 346
     4  Top = 153
     5  Width = 491
    66  Caption = 'Item select'
    7   ClientHeight = 350
    8   ClientWidth = 495
     7  ClientHeight = 346
     8  ClientWidth = 491
    99  OnCreate = FormCreate
    1010  OnDestroy = FormDestroy
     
    1313  object ListView1: TListView
    1414    Left = 8
    15     Height = 304
     15    Height = 300
    1616    Top = 8
    17     Width = 482
     17    Width = 478
    1818    Anchors = [akTop, akLeft, akRight, akBottom]
    1919    Columns = <>
     
    2727  end
    2828  object ButtonSelect: TButton
    29     Left = 417
     29    Left = 413
    3030    Height = 25
    31     Top = 320
     31    Top = 316
    3232    Width = 75
    3333    Anchors = [akRight, akBottom]
     
    3737  end
    3838  object ButtonCancel: TButton
    39     Left = 328
     39    Left = 324
    4040    Height = 25
    41     Top = 320
     41    Top = 316
    4242    Width = 75
    4343    Anchors = [akRight, akBottom]
Note: See TracChangeset for help on using the changeset viewer.