File: unit1.lfm

package info (click to toggle)
lazarus 4.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 275,760 kB
  • sloc: pascal: 2,341,904; xml: 509,420; makefile: 348,726; cpp: 93,608; sh: 3,387; java: 609; perl: 297; sql: 222; ansic: 137
file content (56 lines) | stat: -rw-r--r-- 956 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
object Form1: TForm1
  Left = 504
  Height = 558
  Top = 117
  Width = 658
  Caption = 'Form1'
  ClientHeight = 558
  ClientWidth = 658
  OnCreate = FormCreate
  LCLVersion = '2.1.0.0'
  object PnlOI: TPanel
    Left = 0
    Height = 558
    Top = 0
    Width = 280
    Align = alLeft
    ClientHeight = 558
    ClientWidth = 280
    TabOrder = 0
    object pnlTree: TPanel
      Left = 1
      Height = 175
      Top = 1
      Width = 278
      Align = alTop
      TabOrder = 0
    end
    object Splitter2: TSplitter
      Cursor = crVSplit
      Left = 1
      Height = 5
      Top = 176
      Width = 278
      Align = alTop
      ResizeAnchor = akTop
    end
  end
  object Splitter1: TSplitter
    Left = 280
    Height = 558
    Top = 0
    Width = 5
  end
  object Memo1: TMemo
    Left = 285
    Height = 558
    Top = 0
    Width = 373
    Align = alClient
    Lines.Strings = (
      'Memo1'
    )
    ReadOnly = True
    TabOrder = 2
  end
end