File: backup_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 (314 lines) | stat: -rw-r--r-- 8,949 bytes parent folder | download | duplicates (11)
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
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
inherited BackupOptionsFrame: TBackupOptionsFrame
  Height = 284
  Width = 562
  ClientHeight = 284
  ClientWidth = 562
  TabOrder = 0
  Visible = False
  DesignLeft = 346
  DesignTop = 375
  object BackupHelpLabel: TLabel[0]
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 0
    Height = 14
    Top = 0
    Width = 81
    Caption = 'BackupHelpLabel'
    ParentColor = False
  end
  object Bevel1a: TBevel[1]
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = BackupProjectGroupLabel
    AnchorSideTop.Side = asrCenter
    Left = 0
    Height = 3
    Top = 26
    Width = 60
  end
  object BackupProjectGroupLabel: TLabel[2]
    AnchorSideLeft.Control = Bevel1a
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = BackupHelpLabel
    AnchorSideTop.Side = asrBottom
    Left = 70
    Height = 14
    Top = 20
    Width = 147
    BorderSpacing.Left = 10
    BorderSpacing.Top = 6
    Caption = 'BackupProjectGroupLabel'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Bevel1b: TBevel[3]
    AnchorSideLeft.Control = BackupProjectGroupLabel
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = BackupProjectGroupLabel
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 227
    Height = 3
    Top = 26
    Width = 335
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Left = 10
  end
  object BakProjTypeRadioGroup: TRadioGroup[4]
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = BackupProjectGroupLabel
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Side = asrBottom
    Left = 6
    Height = 102
    Top = 40
    Width = 228
    AutoFill = True
    AutoSize = True
    BorderSpacing.Around = 6
    Caption = 'BakProjTypeRadioGroup'
    ChildSizing.LeftRightSpacing = 6
    ChildSizing.TopBottomSpacing = 6
    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
    ChildSizing.EnlargeVertical = crsHomogenousChildResize
    ChildSizing.ShrinkHorizontal = crsScaleChilds
    ChildSizing.ShrinkVertical = crsScaleChilds
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
    ChildSizing.ControlsPerLine = 1
    Constraints.MinHeight = 30
    OnClick = BakTypeRadioGroupClick
    TabOrder = 0
  end
  object BakProjAddExtComboBox: TComboBox[5]
    AnchorSideLeft.Control = BakProjTypeRadioGroup
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = BakProjTypeRadioGroup
    Left = 240
    Height = 21
    Top = 46
    Width = 100
    BorderSpacing.Around = 6
    ItemHeight = 13
    TabOrder = 1
    Text = 'BakProjAddExtComboBox'
  end
  object BakProjMaxCounterComboBox: TComboBox[6]
    AnchorSideLeft.Control = BakProjTypeRadioGroup
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = BakProjAddExtComboBox
    AnchorSideTop.Side = asrBottom
    Left = 240
    Height = 21
    Top = 73
    Width = 100
    BorderSpacing.Around = 6
    ItemHeight = 13
    TabOrder = 2
    Text = 'BakProjMaxCounterComboBox'
  end
  object BakProjSubDirComboBox: TComboBox[7]
    AnchorSideLeft.Control = BakProjTypeRadioGroup
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = BakProjMaxCounterComboBox
    AnchorSideTop.Side = asrBottom
    Left = 240
    Height = 21
    Top = 100
    Width = 100
    BorderSpacing.Around = 6
    ItemHeight = 13
    TabOrder = 3
    Text = 'BakProjSubDirComboBox'
  end
  object BakProjSubDirLabel: TLabel[8]
    AnchorSideLeft.Control = BakProjSubDirComboBox
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = BakProjSubDirComboBox
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Side = asrBottom
    Left = 346
    Height = 14
    Top = 103
    Width = 93
    BorderSpacing.Left = 6
    Caption = 'BakProjSubDirLabel'
    ParentColor = False
  end
  object BakProjMaxCounterLabel: TLabel[9]
    AnchorSideLeft.Control = BakProjMaxCounterComboBox
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = BakProjMaxCounterComboBox
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Side = asrBottom
    Left = 346
    Height = 14
    Top = 76
    Width = 121
    BorderSpacing.Left = 6
    Caption = 'BakProjMaxCounterLabel'
    ParentColor = False
  end
  object BakProjAddExtLabel: TLabel[10]
    AnchorSideLeft.Control = BakProjAddExtComboBox
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = BakProjAddExtComboBox
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Side = asrBottom
    Left = 346
    Height = 14
    Top = 49
    Width = 97
    BorderSpacing.Left = 6
    Caption = 'BakProjAddExtLabel'
    ParentColor = False
  end
  object Bevel2a: TBevel[11]
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = BackupOtherGroupLabel
    AnchorSideTop.Side = asrCenter
    Left = 0
    Height = 3
    Top = 154
    Width = 60
  end
  object Bevel2b: TBevel[12]
    AnchorSideLeft.Control = BackupOtherGroupLabel
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = BackupOtherGroupLabel
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 218
    Height = 3
    Top = 154
    Width = 344
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Left = 10
  end
  object BackupOtherGroupLabel: TLabel[13]
    AnchorSideLeft.Control = Bevel2a
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = BakProjTypeRadioGroup
    AnchorSideTop.Side = asrBottom
    Left = 70
    Height = 14
    Top = 148
    Width = 138
    BorderSpacing.Left = 10
    Caption = 'BackupOtherGroupLabel'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object BakOtherAddExtLabel: TLabel[14]
    AnchorSideLeft.Control = BakOtherAddExtComboBox
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = BakOtherAddExtComboBox
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Side = asrBottom
    Left = 346
    Height = 14
    Top = 177
    Width = 106
    BorderSpacing.Left = 6
    Caption = 'BakOtherAddExtLabel'
    ParentColor = False
  end
  object BakOtherMaxCounterLabel: TLabel[15]
    AnchorSideLeft.Control = BakOtherMaxCounterComboBox
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = BakOtherMaxCounterComboBox
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Side = asrBottom
    Left = 346
    Height = 14
    Top = 204
    Width = 130
    BorderSpacing.Left = 6
    Caption = 'BakOtherMaxCounterLabel'
    ParentColor = False
  end
  object BakOtherSubDirLabel: TLabel[16]
    AnchorSideLeft.Control = BakOtherSubDirComboBox
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = BakOtherSubDirComboBox
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Side = asrBottom
    Left = 346
    Height = 14
    Top = 231
    Width = 102
    BorderSpacing.Left = 6
    Caption = 'BakOtherSubDirLabel'
    ParentColor = False
  end
  object BakOtherTypeRadioGroup: TRadioGroup[17]
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = BackupOtherGroupLabel
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Side = asrBottom
    Left = 6
    Height = 102
    Top = 168
    Width = 228
    AutoFill = True
    AutoSize = True
    BorderSpacing.Around = 6
    Caption = 'BakOtherTypeRadioGroup'
    ChildSizing.LeftRightSpacing = 6
    ChildSizing.TopBottomSpacing = 6
    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
    ChildSizing.EnlargeVertical = crsHomogenousChildResize
    ChildSizing.ShrinkHorizontal = crsScaleChilds
    ChildSizing.ShrinkVertical = crsScaleChilds
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
    ChildSizing.ControlsPerLine = 1
    Constraints.MinHeight = 30
    OnClick = BakTypeRadioGroupClick
    TabOrder = 4
  end
  object BakOtherAddExtComboBox: TComboBox[18]
    AnchorSideLeft.Control = BakOtherTypeRadioGroup
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = BakOtherTypeRadioGroup
    Left = 240
    Height = 21
    Top = 174
    Width = 100
    BorderSpacing.Around = 6
    ItemHeight = 13
    TabOrder = 5
    Text = 'BakOtherAddExtComboBox'
  end
  object BakOtherMaxCounterComboBox: TComboBox[19]
    AnchorSideLeft.Control = BakOtherTypeRadioGroup
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = BakOtherAddExtComboBox
    AnchorSideTop.Side = asrBottom
    Left = 240
    Height = 21
    Top = 201
    Width = 100
    BorderSpacing.Around = 6
    ItemHeight = 13
    TabOrder = 6
    Text = 'BakOtherMaxCounterComboBox'
  end
  object BakOtherSubDirComboBox: TComboBox[20]
    AnchorSideLeft.Control = BakOtherTypeRadioGroup
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = BakOtherMaxCounterComboBox
    AnchorSideTop.Side = asrBottom
    Left = 240
    Height = 21
    Top = 228
    Width = 100
    BorderSpacing.Around = 6
    ItemHeight = 13
    TabOrder = 7
    Text = 'BakOtherSubDirComboBox'
  end
end