File: cemarksform.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 (198 lines) | stat: -rw-r--r-- 5,399 bytes parent folder | download | duplicates (4)
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
object MarksForm: TMarksForm
  Left = 983
  Height = 511
  Top = 279
  Width = 535
  AutoSize = True
  BorderStyle = bsDialog
  Caption = 'MarksForm'
  ClientHeight = 511
  ClientWidth = 535
  OnCreate = FormCreate
  OnShow = FormShow
  LCLVersion = '2.3.0.0'
  object ButtonPanel: TButtonPanel
    Left = 6
    Height = 34
    Top = 471
    Width = 523
    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]
  end
  object Panel1: TPanel
    Left = 16
    Height = 439
    Top = 16
    Width = 503
    Align = alClient
    AutoSize = True
    BorderSpacing.Around = 16
    BevelOuter = bvNone
    ClientHeight = 439
    ClientWidth = 503
    TabOrder = 0
    object gbShapeBrushPenMargins: TGroupBox
      AnchorSideLeft.Control = Panel1
      AnchorSideTop.Control = gbLabelFont
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Side = asrBottom
      Left = 0
      Height = 193
      Top = 178
      Width = 272
      BorderSpacing.Top = 16
      Caption = 'gbShapeBrushPenMargins'
      TabOrder = 1
    end
    object gbLinkPen: TGroupBox
      AnchorSideLeft.Control = gbShapeBrushPenMargins
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = Panel1
      AnchorSideRight.Control = gbArrow
      AnchorSideRight.Side = asrBottom
      Left = 296
      Height = 105
      Top = 0
      Width = 207
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 24
      Caption = 'gbLinkPen'
      TabOrder = 2
    end
    object gbArrow: TGroupBox
      AnchorSideLeft.Control = gbShapeBrushPenMargins
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = gbLinkPen
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = Panel1
      AnchorSideRight.Side = asrBottom
      Left = 296
      Height = 138
      Top = 121
      Width = 207
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 24
      BorderSpacing.Top = 16
      Caption = 'gbArrow'
      TabOrder = 3
    end
    object gbLabelFont: TGroupBox
      AnchorSideLeft.Control = Panel1
      AnchorSideTop.Control = Panel1
      AnchorSideRight.Side = asrBottom
      Left = 0
      Height = 162
      Top = 0
      Width = 272
      Caption = 'gbLabelFont'
      TabOrder = 0
    end
    object gbPosition: TGroupBox
      AnchorSideLeft.Control = gbShapeBrushPenMargins
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = gbArrow
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = gbArrow
      AnchorSideRight.Side = asrBottom
      Left = 296
      Height = 117
      Top = 275
      Width = 207
      Anchors = [akTop, akLeft, akRight]
      AutoSize = True
      BorderSpacing.Left = 24
      BorderSpacing.Top = 16
      Caption = 'Position'
      ClientHeight = 97
      ClientWidth = 203
      TabOrder = 4
      object lblDistance: TLabel
        AnchorSideLeft.Control = gbPosition
        AnchorSideTop.Control = seDistance
        AnchorSideTop.Side = asrCenter
        Left = 8
        Height = 15
        Top = 12
        Width = 45
        BorderSpacing.Left = 8
        Caption = 'Distance'
      end
      object seDistance: TSpinEdit
        AnchorSideLeft.Control = lblDistance
        AnchorSideLeft.Side = asrBottom
        AnchorSideTop.Control = gbPosition
        AnchorSideRight.Control = gbPosition
        AnchorSideRight.Side = asrBottom
        Left = 77
        Height = 23
        Top = 8
        Width = 118
        Alignment = taRightJustify
        Anchors = [akTop, akLeft, akRight]
        BorderSpacing.Left = 24
        BorderSpacing.Top = 8
        BorderSpacing.Right = 8
        BorderSpacing.Bottom = 8
        MaxValue = 1000
        OnChange = seDistanceChange
        TabOrder = 0
      end
      object lblPosition: TLabel
        AnchorSideLeft.Control = lblDistance
        AnchorSideTop.Control = cmbMarkPositions
        AnchorSideTop.Side = asrCenter
        Left = 8
        Height = 15
        Top = 43
        Width = 43
        Caption = 'Position'
      end
      object cmbMarkPositions: TComboBox
        AnchorSideLeft.Control = seDistance
        AnchorSideTop.Control = seDistance
        AnchorSideTop.Side = asrBottom
        AnchorSideRight.Control = seDistance
        AnchorSideRight.Side = asrBottom
        Left = 77
        Height = 23
        Top = 39
        Width = 118
        Anchors = [akTop, akLeft, akRight]
        BorderSpacing.Top = 6
        BorderSpacing.Bottom = 8
        ItemHeight = 15
        Items.Strings = (
          'Outside'
          'Positive'
          'Negative'
          'Inside'
        )
        OnChange = cmbMarkPositionsChange
        TabOrder = 1
        Text = 'cmbMarkPositions'
      end
      object cbMarksCentered: TCheckBox
        AnchorSideLeft.Control = lblPosition
        AnchorSideTop.Control = cmbMarkPositions
        AnchorSideTop.Side = asrBottom
        Left = 8
        Height = 19
        Top = 70
        Width = 112
        BorderSpacing.Top = 6
        BorderSpacing.Bottom = 8
        Caption = 'Position centered'
        OnChange = cbMarksCenteredChange
        TabOrder = 2
      end
    end
  end
end