-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathuFrmAutoMark.lfm
More file actions
100 lines (100 loc) · 1.86 KB
/
uFrmAutoMark.lfm
File metadata and controls
100 lines (100 loc) · 1.86 KB
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
object frmAutoMark: TfrmAutoMark
Left = 507
Height = 279
Top = 188
Width = 303
BorderStyle = bsDialog
Caption = 'AutoMark'
ClientHeight = 279
ClientWidth = 303
DesignTimePPI = 120
Position = poScreenCenter
object Label1: TLabel
Left = 16
Height = 20
Top = 16
Width = 232
Caption = 'Prefer to keep (in order of priority):'
ParentColor = False
end
object cbLargerResolution: TCheckBox
Left = 48
Height = 24
Top = 48
Width = 137
Caption = 'Larger Resolution'
Checked = True
State = cbChecked
TabOrder = 0
end
object cbCompressedFile: TCheckBox
Left = 48
Height = 24
Top = 80
Width = 166
Caption = 'Compressed File Type'
Checked = True
State = cbChecked
TabOrder = 1
end
object cbLargerFile: TCheckBox
Left = 48
Height = 24
Top = 112
Width = 121
Caption = 'Larger File Size'
Checked = True
State = cbChecked
TabOrder = 2
end
object cbDirectoryOrder: TCheckBox
Left = 48
Height = 24
Top = 176
Width = 173
Caption = 'Higher Directory Order'
Checked = True
State = cbChecked
TabOrder = 4
end
object btnMark: TButton
Left = 16
Height = 31
Top = 216
Width = 94
Caption = 'Mark'
ModalResult = 1
TabOrder = 5
OnClick = btnMarkClick
end
object Button2: TButton
Left = 192
Height = 31
Top = 216
Width = 94
Cancel = True
Caption = 'Close'
ModalResult = 2
TabOrder = 6
end
object cbOnlyUnmarked: TCheckBox
Left = 16
Height = 24
Top = 248
Width = 194
Caption = 'Only in Unmarked Clusters'
Checked = True
State = cbChecked
TabOrder = 7
end
object cbOlderFile: TCheckBox
Left = 48
Height = 24
Top = 144
Width = 85
Caption = 'Older File'
Checked = True
State = cbChecked
TabOrder = 3
end
end