File: frPreProcessor.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 (81 lines) | stat: -rw-r--r-- 2,061 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
inherited fPreProcessor: TfPreProcessor
  Height = 282
  Width = 409
  ClientHeight = 282
  ClientWidth = 409
  OnResize = FrameResize
  TabOrder = 0
  DesignLeft = 627
  DesignTop = 292
  object lblSymbols: TLabel[0]
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = cbEnable
    AnchorSideTop.Side = asrBottom
    Left = 6
    Height = 14
    Top = 29
    Width = 210
    BorderSpacing.Around = 6
    Caption = 'Symbols defined for conditional compilation:'
    ParentColor = False
  end
  object lblCompilerOptions: TLabel[1]
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = mSymbols
    AnchorSideTop.Side = asrBottom
    Left = 6
    Height = 14
    Top = 140
    Width = 250
    BorderSpacing.Top = 6
    BorderSpacing.Around = 6
    Caption = 'Compiler options defined for conditional compilation:'
    ParentColor = False
  end
  object mSymbols: TMemo[2]
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = lblSymbols
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 6
    Height = 79
    Top = 49
    Width = 397
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Around = 6
    ScrollBars = ssVertical
    TabOrder = 1
  end
  object cbEnable: TCheckBox[3]
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Owner
    Left = 6
    Height = 17
    Top = 6
    Width = 154
    BorderSpacing.Around = 6
    Caption = 'Enable preprocessor parsing'
    Checked = True
    OnChange = cbEnableChange
    State = cbChecked
    TabOrder = 0
  end
  object mOptions: TMemo[4]
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = lblCompilerOptions
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 6
    Height = 116
    Top = 160
    Width = 397
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderSpacing.Around = 6
    ScrollBars = ssVertical
    TabOrder = 2
  end
end