Changeset 2 for trunk/UMainForm.lfm


Ignore:
Timestamp:
May 30, 2010, 6:09:55 PM (14 years ago)
Author:
george
Message:
  • Přidáno: Uchování polohy a velikosti oken.
  • Přidáno: Čtení stromu skupin a objektů. Zobrazení seznamů objektů.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        11lib
         2Config.xml
         3chronis
  • trunk/UMainForm.lfm

    r1 r2  
    11object MainForm: TMainForm
    2   Left = 326
     2  Left = 359
    33  Height = 445
    4   Top = 164
     4  Top = 124
    55  Width = 649
    66  ActiveControl = ListView1
     
    88  ClientHeight = 445
    99  ClientWidth = 649
     10  OnClose = FormClose
    1011  OnCreate = FormCreate
     12  OnShow = FormShow
    1113  LCLVersion = '0.9.29'
    1214  object TreeView1: TTreeView
     
    1618    Width = 171
    1719    Anchors = [akTop, akLeft, akBottom]
    18     DefaultItemHeight = 19
     20    DefaultItemHeight = 15
     21    ReadOnly = True
    1922    TabOrder = 0
     23    OnChange = TreeView1Change
     24    Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
    2025  end
    2126  object ListView1: TListView
    22     Left = 187
     27    Left = 184
    2328    Height = 417
    24     Top = 19
     29    Top = 16
    2530    Width = 453
    2631    Anchors = [akTop, akLeft, akRight, akBottom]
    2732    Columns = <>
    2833    ItemIndex = -1
     34    ReadOnly = True
     35    RowSelect = True
    2936    TabOrder = 1
    3037    ViewStyle = vsReport
     
    3239  object Label1: TLabel
    3340    Left = 7
    34     Height = 18
     41    Height = 14
    3542    Top = 4
    36     Width = 57
     43    Width = 47
    3744    Caption = 'Skupiny:'
    3845    ParentColor = False
     
    4047  object Label2: TLabel
    4148    Left = 187
    42     Height = 18
     49    Height = 14
    4350    Top = 4
    44     Width = 49
     51    Width = 38
    4552    Caption = 'Výpisy:'
    4653    ParentColor = False
Note: See TracChangeset for help on using the changeset viewer.