File: graphicpropeditex.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 (80 lines) | stat: -rw-r--r-- 2,019 bytes parent folder | download
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
inherited GraphicPropertyEditorFormEx: TGraphicPropertyEditorFormEx
  Left = 264
  Height = 417
  Top = 298
  Width = 517
  ClientHeight = 417
  ClientWidth = 517
  Position = poDesigned
  OnCreate = FormCreate
  inherited GroupBox1: TGroupBox
    Height = 373
    Width = 505
    ClientHeight = 353
    ClientWidth = 501
    inherited ScrollBox: TScrollBox
      Height = 341
      Width = 396
      ClientHeight = 337
      ClientWidth = 392
    end
    inherited LoadSaveBtnPanel: TPanel
      Left = 408
      Height = 353
      Width = 93
      ClientHeight = 353
      ClientWidth = 93
      inherited LoadButton: TButton
        Width = 81
      end
      inherited SaveButton: TButton
        AnchorSideLeft.Control = nil
        AnchorSideTop.Control = nil
        AnchorSideRight.Control = nil
        Width = 81
      end
      inherited ClearButton: TButton
        AnchorSideLeft.Control = nil
        AnchorSideTop.Control = nil
        AnchorSideRight.Control = nil
        Width = 81
      end
      inherited CopyButton: TButton
        AnchorSideLeft.Control = nil
        AnchorSideTop.Control = nil
        AnchorSideTop.Side = asrTop
        AnchorSideRight.Control = nil
        AnchorSideRight.Side = asrTop
        Width = 81
        Align = alTop
        BorderSpacing.Around = 6
      end
      inherited PasteButton: TButton
        AnchorSideLeft.Control = nil
        AnchorSideTop.Control = nil
        AnchorSideTop.Side = asrTop
        AnchorSideRight.Control = nil
        AnchorSideRight.Side = asrTop
        Width = 81
        Align = alTop
        BorderSpacing.Around = 6
      end
      object IconFinderButton: TButton[5]
        Left = 6
        Height = 25
        Top = 161
        Width = 81
        Align = alTop
        AutoSize = True
        BorderSpacing.Around = 6
        Caption = 'Icon Finder'
        TabOrder = 5
        OnClick = IconFinderButtonClick
      end
    end
  end
  inherited OkCancelButtonPanel: TButtonPanel
    Top = 385
    Width = 505
  end
end