File: actionseditorstd.lfm

package info (click to toggle)
lazarus 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 214,460 kB
  • sloc: pascal: 1,862,622; xml: 265,709; cpp: 56,595; sh: 3,008; java: 609; makefile: 535; perl: 297; sql: 222; ansic: 137
file content (70 lines) | stat: -rw-r--r-- 1,917 bytes parent folder | download | duplicates (6)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
object FormActStandard: TFormActStandard
  Left = 537
  Height = 483
  Top = 187
  Width = 330
  ActiveControl = tvActStdList
  BorderStyle = bsDialog
  Caption = 'FormActStandard'
  ClientHeight = 483
  ClientWidth = 330
  KeyPreview = True
  OnClose = FormActStandardClose
  OnCreate = FormCreate
  Position = poOwnerFormCenter
  LCLVersion = '1.9.0.0'
  object LabelHeadLine: TLabel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Owner
    Left = 6
    Height = 15
    Top = 6
    Width = 89
    BorderSpacing.Left = 6
    BorderSpacing.Top = 6
    Caption = 'LabelHeadLine'
    ParentColor = False
  end
  object tvActStdList: TTreeView
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = LabelHeadLine
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = BtnPanel
    Left = 6
    Height = 420
    Top = 24
    Width = 318
    Anchors = [akTop, akLeft, akRight, akBottom]
    AutoExpand = True
    BorderSpacing.Left = 6
    BorderSpacing.Top = 3
    BorderSpacing.Right = 6
    HideSelection = False
    HotTrack = True
    ReadOnly = True
    RightClickSelect = True
    ScrollBars = ssVertical
    TabOrder = 0
    OnDblClick = tvActStdListDblClick
    Options = [tvoAutoExpand, tvoAutoItemHeight, tvoHotTrack, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
  end
  object BtnPanel: TButtonPanel
    Left = 6
    Height = 27
    Top = 450
    Width = 318
    OKButton.Name = 'OKButton'
    OKButton.DefaultCaption = True
    HelpButton.Name = 'HelpButton'
    HelpButton.DefaultCaption = True
    CloseButton.Name = 'CloseButton'
    CloseButton.DefaultCaption = True
    CancelButton.Name = 'CancelButton'
    CancelButton.DefaultCaption = True
    TabOrder = 1
    ShowButtons = [pbOK, pbCancel]
    ShowBevel = False
  end
end