Ignore:
Timestamp:
Mar 8, 2012, 7:51:16 AM (13 years ago)
Author:
chronos
Message:
  • Removed: Main tabbed view of opened lists.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        55chronis.exe
        66DebugLog.txt
         7chronis.lps
  • trunk/Forms/UMainForm.lfm

    r31 r36  
    44  Top = 126
    55  Width = 640
    6   ActiveControl = Panel1
     6  ActiveControl = PanelMenu
    77  Caption = 'ChronIS'
    88  ClientHeight = 427
     
    151151  OnShow = FormShow
    152152  LCLVersion = '0.9.31'
    153   object Panel1: TPanel
     153  object PanelMenu: TPanel
    154154    Left = 0
    155     Height = 427
     155    Height = 407
    156156    Top = 0
    157157    Width = 184
    158158    Align = alLeft
    159159    BevelOuter = bvNone
    160     ClientHeight = 427
     160    ClientHeight = 407
    161161    ClientWidth = 184
    162162    TabOrder = 0
     
    171171    object TreeView1: TTreeView
    172172      Left = 4
    173       Height = 403
     173      Height = 383
    174174      Top = 19
    175175      Width = 180
     
    184184    end
    185185  end
    186   object Panel2: TPanel
     186  object PanelData: TPanel
    187187    Left = 189
    188     Height = 427
     188    Height = 407
    189189    Top = 0
    190190    Width = 451
    191191    Align = alClient
    192192    BevelOuter = bvNone
    193     ClientHeight = 427
    194     ClientWidth = 451
    195193    TabOrder = 1
    196     object PageControl1: TPageControl
    197       Left = 0
    198       Height = 427
    199       Top = 0
    200       Width = 451
    201       Align = alClient
    202       TabOrder = 0
    203     end
    204194  end
    205195  object Splitter1: TSplitter
    206196    Left = 184
    207     Height = 427
     197    Height = 407
    208198    Top = 0
    209199    Width = 5
     200  end
     201  object StatusBar1: TStatusBar
     202    Left = 0
     203    Height = 20
     204    Top = 407
     205    Width = 640
     206    Panels = <   
     207      item
     208        Width = 150
     209      end   
     210      item
     211        Width = 150
     212      end   
     213      item
     214        Width = 150
     215      end>
     216    SimplePanel = False
    210217  end
    211218  object ActionListItem: TActionList
Note: See TracChangeset for help on using the changeset viewer.