Ignore:
Timestamp:
Nov 14, 2012, 2:58:35 PM (12 years ago)
Author:
chronos
Message:
  • Přidáno: Ikony k záložkám jednotlivých tabulek.
  • Upraveno: Zobecněn systém pohledů na dynamickou strukturu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormList.lfm

    r7 r8  
    11object FormList: TFormList
    2   Left = 384
    3   Height = 240
    4   Top = 180
    5   Width = 470
     2  Left = 385
     3  Height = 397
     4  Top = 172
     5  Width = 588
    66  Caption = 'List'
    7   ClientHeight = 240
    8   ClientWidth = 470
     7  ClientHeight = 397
     8  ClientWidth = 588
    99  OnCreate = FormCreate
    1010  OnDestroy = FormDestroy
     
    1414    Left = 0
    1515    Height = 46
    16     Top = 194
    17     Width = 470
     16    Top = 351
     17    Width = 588
    1818    Align = alBottom
    1919    ButtonHeight = 44
     
    6262  object ListView1: TListView
    6363    Left = 0
    64     Height = 194
     64    Height = 333
    6565    Top = 0
    66     Width = 470
     66    Width = 588
    6767    Align = alClient
    6868    Columns = <>
     
    7777    OnDblClick = AModifyExecute
    7878    OnSelectItem = ListView1SelectItem
     79  end
     80  object Panel1: TPanel
     81    Left = 0
     82    Height = 18
     83    Top = 333
     84    Width = 588
     85    Align = alBottom
     86    ClientHeight = 18
     87    ClientWidth = 588
     88    TabOrder = 2
     89    object LabelItemCount: TLabel
     90      Left = 8
     91      Height = 13
     92      Top = 2
     93      Width = 75
     94      Caption = 'Item count: %s'
     95      ParentColor = False
     96    end
    7997  end
    8098  object ActionList1: TActionList
Note: See TracChangeset for help on using the changeset viewer.