-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathuntFndFileVst.dfm
More file actions
117 lines (117 loc) · 2.59 KB
/
Copy pathuntFndFileVst.dfm
File metadata and controls
117 lines (117 loc) · 2.59 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
object frmFndFileVst: TfrmFndFileVst
Left = 276
Top = 200
Width = 870
Height = 500
Caption = 'File Checker'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
DesignSize = (
862
473)
PixelsPerInch = 96
TextHeight = 13
object vstFndFileVst: TVirtualStringTree
Left = 8
Top = 40
Width = 841
Height = 433
Anchors = [akLeft, akTop, akRight, akBottom]
Header.AutoSizeIndex = 2
Header.Font.Charset = DEFAULT_CHARSET
Header.Font.Color = clWindowText
Header.Font.Height = -11
Header.Font.Name = 'MS Sans Serif'
Header.Font.Style = []
Header.MainColumn = 2
Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoVisible]
PopupMenu = popFiles
TabOrder = 0
OnDblClick = vstFndFileVstDblClick
OnPaintText = vstFndFileVstPaintText
Columns = <
item
MaxWidth = 50
Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark]
Position = 0
WideText = 'Id'
end
item
MaxWidth = 100
Position = 1
WideText = 'Selected'
end
item
MinWidth = 400
Position = 2
Width = 667
WideText = 'FullName'
end
item
MinWidth = 70
Position = 3
Width = 70
WideText = 'FromFile'
end
item
MinWidth = 30
Position = 4
WideText = 'InUse'
end>
end
object StatusBar1: TStatusBar
Left = 0
Top = 454
Width = 862
Height = 19
Panels = <
item
Width = 150
end
item
Width = 150
end>
end
object Button1: TButton
Left = 8
Top = 8
Width = 121
Height = 25
Caption = 'Move Checked Files'
TabOrder = 2
OnClick = Button1Click
end
object CheckBox1: TCheckBox
Left = 153
Top = 14
Width = 97
Height = 17
Caption = 'Move'
Checked = True
State = cbChecked
TabOrder = 3
OnClick = CheckBox1Click
end
object popFiles: TPopupMenu
Left = 312
Top = 312
object Check1: TMenuItem
Caption = 'Check Selected'
OnClick = Check1Click
end
object UnCheck1: TMenuItem
Caption = 'UnCheck Selected'
OnClick = UnCheck1Click
end
end
object JvBrowseForFolderDialog1: TJvBrowseForFolderDialog
Left = 248
Top = 8
end
end