Ignore:
Timestamp:
Sep 17, 2010, 12:55:46 PM (14 years ago)
Author:
george
Message:
  • Přidáno: Zkušební podpora pro záložky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DockManager/Lazarus/Demo/UMainForm.lfm

    r46 r47  
    11object MainForm: TMainForm
    2   Left = 462
    3   Height = 240
    4   Top = 108
    5   Width = 320
     2  Left = 311
     3  Height = 435
     4  Top = 91
     5  Width = 576
    66  Caption = 'MainForm'
    7   ClientHeight = 240
    8   ClientWidth = 320
     7  ClientHeight = 435
     8  ClientWidth = 576
    99  OnCreate = FormCreate
    1010  OnDestroy = FormDestroy
     
    2222  object Panel1: TPanel
    2323    Left = 0
    24     Height = 200
     24    Height = 395
    2525    Top = 40
    26     Width = 320
     26    Width = 576
    2727    Align = alBottom
    2828    Anchors = [akTop, akLeft, akRight, akBottom]
     
    3131    TabOrder = 1
    3232  end
     33  object TabControl1: TTabControl
     34    Left = 118
     35    Height = 33
     36    Top = 7
     37    Width = 184
     38    TabIndex = 0
     39    TabOrder = 2
     40    Tabs.Strings = (
     41      'dd'
     42      'ffdfd'
     43      'fdf'
     44    )
     45    TabStop = False
     46  end
    3347end
Note: See TracChangeset for help on using the changeset viewer.