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

    r20 r22  
    11object ItemAddForm: TItemAddForm
    2   Left = 401
    3   Height = 419
    4   Top = 131
    5   Width = 565
     2  Left = 403
     3  Height = 415
     4  Top = 133
     5  Width = 561
    66  ActiveControl = Panel1
    77  Caption = 'Add item'
    8   ClientHeight = 419
    9   ClientWidth = 565
     8  ClientHeight = 415
     9  ClientWidth = 561
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
     
    1515  object Panel1: TPanel
    1616    Left = 0
    17     Height = 382
     17    Height = 378
    1818    Top = 0
    19     Width = 565
     19    Width = 561
    2020    Align = alTop
    2121    Anchors = [akLeft, akRight, akBottom]
     
    2424  end
    2525  object ButtonCancel: TButton
    26     Left = 382
     26    Left = 378
    2727    Height = 25
    28     Top = 390
     28    Top = 386
    2929    Width = 75
    3030    Anchors = [akRight, akBottom]
     
    3434  end
    3535  object ButtonSave: TButton
    36     Left = 470
     36    Left = 466
    3737    Height = 25
    38     Top = 390
     38    Top = 386
    3939    Width = 75
    4040    Anchors = [akRight, akBottom]
Note: See TracChangeset for help on using the changeset viewer.