-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathUnit1.dfm
More file actions
73 lines (73 loc) · 1.54 KB
/
Unit1.dfm
File metadata and controls
73 lines (73 loc) · 1.54 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
object Form1: TForm1
Left = 0
Top = 0
Caption = 'File Summary'
ClientHeight = 393
ClientWidth = 713
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
DesignSize = (
713
393)
PixelsPerInch = 96
TextHeight = 13
object JvFilenameEdit1: TJvFilenameEdit
Left = 8
Top = 8
Width = 697
Height = 24
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
Anchors = [akLeft, akTop, akRight]
ParentFont = False
TabOrder = 0
Text = ''
OnChange = JvFilenameEdit1Change
end
object ListView1: TListView
Left = 8
Top = 38
Width = 697
Height = 347
Anchors = [akLeft, akTop, akRight, akBottom]
Columns = <
item
Caption = #21517#31281
Width = 120
end
item
Caption = #20540
Width = 250
end
item
Caption = 'GUID'
Width = 250
end
item
Caption = 'PID'
end>
DoubleBuffered = True
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = #32048#26126#39636
Font.Style = []
FlatScrollBars = True
GridLines = True
GroupView = True
RowSelect = True
ParentDoubleBuffered = False
ParentFont = False
TabOrder = 1
ViewStyle = vsReport
end
end