File: editbuttonunit1.lfm

package info (click to toggle)
lazarus 2.2.6%2Bdfsg2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 219,980 kB
  • sloc: pascal: 1,944,919; xml: 357,634; makefile: 270,608; cpp: 57,115; sh: 3,249; java: 609; perl: 297; sql: 222; ansic: 137
file content (100 lines) | stat: -rw-r--r-- 2,700 bytes parent folder | download | duplicates (10)
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 Form1: TForm1
  Left = 295
  Height = 482
  Top = 218
  Width = 507
  Caption = 'Form1'
  ClientHeight = 482
  ClientWidth = 507
  OnCreate = FormCreate
  LCLVersion = '1.1'
  object EditBtnGrpGroupBox: TGroupBox
    AnchorSideRight.Side = asrBottom
    Left = 6
    Height = 470
    Top = 6
    Width = 239
    Align = alLeft
    BorderSpacing.Around = 6
    Caption = 'Edit and Button grouped'
    ClientHeight = 454
    ClientWidth = 235
    TabOrder = 0
    object GrpTIPropertyGrid1: TTIPropertyGrid
      Left = 0
      Height = 342
      Top = 112
      Width = 235
      Align = alClient
      DefaultValueFont.Color = clWindowText
      Filter = [tkInteger, tkChar, tkEnumeration, tkFloat, tkSet, tkMethod, tkSString, tkLString, tkAString, tkWString, tkVariant, tkArray, tkRecord, tkInterface, tkClass, tkObject, tkWChar, tkBool, tkInt64, tkQWord, tkDynArray, tkInterfaceRaw, tkProcVar, tkUString, tkUChar, tkHelper]
      Indent = 14
      NameFont.Color = clWindowText
      ValueFont.Color = clMaroon
    end
    object GrpParentGroupBox: TGroupBox
      Left = 6
      Height = 100
      Top = 6
      Width = 223
      Align = alTop
      BorderSpacing.Around = 6
      Caption = 'Test'
      TabOrder = 1
    end
  end
  object EditBtnSatGroupBox: TGroupBox
    Left = 262
    Height = 470
    Top = 6
    Width = 239
    Align = alClient
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Around = 6
    Caption = 'Edit with a Button as satellite'
    ClientHeight = 454
    ClientWidth = 235
    TabOrder = 1
    object SatTIPropertyGrid: TTIPropertyGrid
      Left = 0
      Height = 342
      Top = 112
      Width = 235
      Align = alClient
      DefaultValueFont.Color = clWindowText
      Filter = [tkInteger, tkChar, tkEnumeration, tkFloat, tkSet, tkMethod, tkSString, tkLString, tkAString, tkWString, tkVariant, tkArray, tkRecord, tkInterface, tkClass, tkObject, tkWChar, tkBool, tkInt64, tkQWord, tkDynArray, tkInterfaceRaw, tkProcVar, tkUString, tkUChar, tkHelper]
      Indent = 14
      NameFont.Color = clWindowText
      ValueFont.Color = clMaroon
    end
    object SatParentGroupBox: TGroupBox
      Left = 6
      Height = 100
      Top = 6
      Width = 223
      Align = alTop
      BorderSpacing.Around = 6
      Caption = 'Test'
      ClientHeight = 84
      ClientWidth = 219
      TabOrder = 1
      object EditButton1: TEditButton
        Left = 16
        Height = 24
        Top = 21
        Width = 80
        ButtonWidth = 23
        CharCase = ecNormal
        MaxLength = 0
        NumGlyphs = 1
        TabOrder = 0
      end
    end
  end
  object Splitter1: TSplitter
    Left = 251
    Height = 482
    Top = 0
    Width = 5
  end
end