File: unitmove.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 (100 lines) | stat: -rw-r--r-- 2,150 bytes parent folder | download | duplicates (8)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
object FormMove: TFormMove
  Left = 299
  Height = 471
  Top = 153
  Width = 559
  HorzScrollBar.Page = 558
  VertScrollBar.Page = 470
  ActiveControl = ButtonYes
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Move Element'
  ChildSizing.LeftRightSpacing = 10
  ChildSizing.TopBottomSpacing = 10
  ClientHeight = 471
  ClientWidth = 559
  LCLVersion = '1.3'
  object LabelSrc: TLabel
    Left = 10
    Height = 42
    Top = 66
    Width = 538
    Anchors = [akTop, akLeft, akRight]
    AutoSize = False
    ParentColor = False
  end
  object LabelDest: TLabel
    Left = 10
    Height = 14
    Top = 156
    Width = 100
    Caption = 'Destination element:'
    ParentColor = False
  end
  object LabelSrcElement: TLabel
    Left = 10
    Height = 1
    Top = 120
    Width = 1
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object ButtonYes: TButton
    Left = 384
    Height = 25
    Top = 438
    Width = 75
    Anchors = [akRight, akBottom]
    BorderSpacing.InnerBorder = 4
    Caption = 'Yes'
    ModalResult = 6
    TabOrder = 0
  end
  object ButtonNo: TButton
    Left = 473
    Height = 25
    Top = 438
    Width = 75
    Anchors = [akRight, akBottom]
    BorderSpacing.InnerBorder = 4
    Caption = 'No'
    ModalResult = 7
    TabOrder = 1
  end
  object StaticText: TStaticText
    Left = 10
    Height = 42
    Top = 10
    Width = 539
    Align = alTop
    Caption = 'The following FPDoc element is not present in the skeleton. Move its contents into different one?'
    Color = clBtnFace
    Font.Style = [fsBold]
    ParentFont = False
    ParentColor = False
    TabOrder = 4
  end
  object ListBoxDest: TListBox
    Left = 10
    Height = 246
    Top = 180
    Width = 538
    Anchors = [akTop, akLeft, akRight, akBottom]
    ItemHeight = 0
    OnDrawItem = ListBoxDestDrawItem
    Style = lbOwnerDrawFixed
    TabOrder = 2
  end
  object ComboBoxJump: TComboBox
    Left = 240
    Height = 21
    Top = 153
    Width = 309
    Anchors = [akTop, akRight]
    ItemHeight = 13
    OnSelect = ComboBoxJumpSelect
    Style = csDropDownList
    TabOrder = 3
  end
end