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

    r20 r22  
    11object ItemEditForm: TItemEditForm
    2   Left = 296
    3   Height = 427
    4   Top = 123
    5   Width = 556
     2  Left = 298
     3  Height = 423
     4  Top = 125
     5  Width = 552
    66  ActiveControl = Panel1
    77  Caption = 'Edit item'
    8   ClientHeight = 427
    9   ClientWidth = 556
     8  ClientHeight = 423
     9  ClientWidth = 552
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
     
    1515  object Panel1: TPanel
    1616    Left = 0
    17     Height = 384
     17    Height = 380
    1818    Top = 0
    19     Width = 556
     19    Width = 552
    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 = 398
     28    Top = 394
    2929    Width = 75
    3030    Anchors = [akRight, akBottom]
     
    3434  end
    3535  object ButtonSave: TButton
    36     Left = 470
     36    Left = 466
    3737    Height = 25
    38     Top = 398
     38    Top = 394
    3939    Width = 75
    4040    Anchors = [akRight, akBottom]
Note: See TracChangeset for help on using the changeset viewer.