File: msgwnd_options.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 (289 lines) | stat: -rw-r--r-- 8,198 bytes parent folder | download | duplicates (2)
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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
object MsgWndOptionsFrame: TMsgWndOptionsFrame
  Left = 0
  Height = 422
  Top = 0
  Width = 520
  ClientHeight = 422
  ClientWidth = 520
  TabOrder = 0
  DesignLeft = 386
  DesignTop = 221
  object MWOptionsLabel: TLabel
    AnchorSideLeft.Control = MWOptsLeftBevel
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = MsgColorGroupBox
    AnchorSideTop.Side = asrBottom
    Left = 70
    Height = 20
    Top = 390
    Width = 110
    BorderSpacing.Left = 10
    BorderSpacing.Top = 6
    BorderSpacing.Right = 10
    BorderSpacing.Bottom = 6
    Caption = 'MWOptionsLabel'
    ParentColor = False
  end
  object MWOptsLeftBevel: TBevel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = MWOptionsLabel
    AnchorSideTop.Side = asrCenter
    Left = 0
    Height = 3
    Top = 399
    Width = 60
  end
  object MWOptsRightBevel: TBevel
    AnchorSideLeft.Control = MWOptionsLabel
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = MWOptionsLabel
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 190
    Height = 3
    Top = 399
    Width = 330
    Anchors = [akTop, akLeft, akRight]
  end
  object MWShowIconsCheckBox: TCheckBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = MWOptionsLabel
    AnchorSideTop.Side = asrBottom
    Left = 6
    Height = 32
    Top = 416
    Width = 193
    BorderSpacing.Left = 6
    Caption = 'MWShowIconsCheckBox'
    ParentShowHint = False
    ShowHint = True
    TabOrder = 2
  end
  object MWFocusCheckBox: TCheckBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = MWAlwaysDrawFocusedCheckBox
    AnchorSideTop.Side = asrBottom
    Left = 6
    Height = 32
    Top = 480
    Width = 161
    BorderSpacing.Left = 6
    Caption = 'MWFocusCheckBox'
    ParentShowHint = False
    ShowHint = True
    TabOrder = 4
  end
  object MWAlwaysDrawFocusedCheckBox: TCheckBox
    AnchorSideLeft.Control = MWShowIconsCheckBox
    AnchorSideTop.Control = MWShowIconsCheckBox
    AnchorSideTop.Side = asrBottom
    Left = 6
    Height = 32
    Top = 448
    Width = 255
    Caption = 'MWAlwaysDrawFocusedCheckBox'
    ParentShowHint = False
    ShowHint = True
    TabOrder = 3
  end
  object MWMaxProcsSpinEdit: TSpinEdit
    AnchorSideLeft.Control = MWMaxProcsLabel
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = MWFocusCheckBox
    AnchorSideTop.Side = asrBottom
    Left = 129
    Height = 40
    Top = 512
    Width = 50
    BorderSpacing.Left = 2
    TabOrder = 5
  end
  object MWMaxProcsLabel: TLabel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = MWMaxProcsSpinEdit
    AnchorSideTop.Side = asrCenter
    Left = 6
    Height = 20
    Top = 522
    Width = 121
    BorderSpacing.Left = 6
    Caption = 'MWMaxProcsLabel'
    ParentColor = False
  end
  object MWColorsGroupBox: TGroupBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 0
    Height = 189
    Top = 0
    Width = 520
    Anchors = [akTop, akLeft, akRight]
    AutoSize = True
    Caption = 'MWColorsGroupBox'
    ClientHeight = 168
    ClientWidth = 518
    TabOrder = 0
    object MWColorListBox: TColorListBox
      AnchorSideLeft.Control = MWColorsGroupBox
      AnchorSideTop.Control = MWColorsGroupBox
      AnchorSideRight.Control = MWSpeedSetColorsGroupBox
      AnchorSideBottom.Control = MWColorBox
      Left = 6
      Height = 110
      Top = 6
      Width = 330
      Style = [cbCustomColors]
      OnGetColors = MWColorListBoxGetColors
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Around = 6
      ItemHeight = 0
      OnSelectionChange = MWColorListBoxSelectionChange
      TabOrder = 0
      TopIndex = -1
    end
    object MWColorBox: TColorBox
      AnchorSideLeft.Control = MWColorsGroupBox
      AnchorSideTop.Control = MWColorListBox
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = MWSpeedSetColorsGroupBox
      AnchorSideBottom.Control = MWColorsGroupBox
      AnchorSideBottom.Side = asrBottom
      Left = 6
      Height = 40
      Top = 122
      Width = 330
      Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeNone, cbIncludeDefault, cbCustomColor, cbPrettyNames, cbCustomColors]
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Around = 6
      ItemHeight = 20
      OnChange = MWColorBoxChange
      TabOrder = 1
    end
    object MWSpeedSetColorsGroupBox: TGroupBox
      Left = 342
      Height = 156
      Top = 6
      Width = 170
      Align = alRight
      BorderSpacing.Around = 6
      Caption = 'MWSpeedSetColorsGroupBox'
      ChildSizing.Layout = cclLeftToRightThenTopToBottom
      ChildSizing.ControlsPerLine = 1
      ClientHeight = 135
      ClientWidth = 168
      TabOrder = 2
      object MWSetEditorColorsButton: TButton
        AnchorSideLeft.Control = MWSpeedSetColorsGroupBox
        AnchorSideTop.Control = MWSpeedSetColorsGroupBox
        Left = 5
        Height = 40
        Top = 0
        Width = 189
        AutoSize = True
        BorderSpacing.Left = 6
        Caption = 'MWSetEditorColorsButton'
        OnClick = MWSetEditorColorsButtonClick
        TabOrder = 0
      end
      object MWSetDefaultColorsButton: TBitBtn
        AnchorSideLeft.Control = MWSpeedSetColorsGroupBox
        AnchorSideTop.Control = MWSetEditorColorsButton
        AnchorSideTop.Side = asrBottom
        AnchorSideRight.Side = asrBottom
        Left = 5
        Height = 40
        Top = 46
        Width = 199
        AutoSize = True
        BorderSpacing.Left = 6
        BorderSpacing.Top = 6
        BorderSpacing.Right = 6
        Caption = 'MWSetDefaultColorsButton'
        OnClick = MWSetDefaultColorsButtonClick
        TabOrder = 1
      end
      object MWSetPastelColorsButton: TButton
        AnchorSideLeft.Control = MWSpeedSetColorsGroupBox
        AnchorSideTop.Control = MWSetDefaultColorsButton
        AnchorSideTop.Side = asrBottom
        Left = 5
        Height = 40
        Top = 92
        Width = 191
        AutoSize = True
        BorderSpacing.Left = 6
        BorderSpacing.Top = 6
        Caption = 'MWSetPastelColorsButton'
        OnClick = MWSetPastelColorsButtonClick
        TabOrder = 2
      end
    end
  end
  object MsgColorGroupBox: TGroupBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = MWColorsGroupBox
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 0
    Height = 189
    Top = 195
    Width = 520
    Anchors = [akTop, akLeft, akRight]
    AutoSize = True
    BorderSpacing.Top = 6
    Caption = 'MsgColorGroupBox'
    ClientHeight = 168
    ClientWidth = 518
    TabOrder = 1
    object MsgColorListBox: TColorListBox
      AnchorSideLeft.Control = MsgColorGroupBox
      AnchorSideTop.Control = MsgColorGroupBox
      Left = 6
      Height = 110
      Top = 6
      Width = 303
      Style = [cbCustomColors]
      OnGetColors = MsgColorListBoxGetColors
      BorderSpacing.Around = 6
      ItemHeight = 0
      OnSelectionChange = MsgColorListBoxSelectionChange
      TabOrder = 0
    end
    object MsgColorBox: TColorBox
      AnchorSideLeft.Control = MsgColorGroupBox
      AnchorSideTop.Control = MsgColorListBox
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = MsgColorListBox
      AnchorSideRight.Side = asrBottom
      Left = 6
      Height = 40
      Top = 122
      Width = 297
      Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor]
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Around = 6
      ItemHeight = 16
      OnChange = MsgColorBoxChange
      TabOrder = 1
    end
  end
  object MWShowFPCMsgLinesCompiledCheckBox: TCheckBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = MWMaxProcsSpinEdit
    AnchorSideTop.Side = asrBottom
    Left = 6
    Height = 32
    Top = 562
    Width = 304
    BorderSpacing.Left = 6
    BorderSpacing.Top = 10
    Caption = 'MWShowFPCMsgLinesCompiledCheckBox'
    ParentShowHint = False
    ShowHint = True
    TabOrder = 6
  end
end