-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathProjectVersionCompare.dfm
More file actions
46 lines (46 loc) · 905 Bytes
/
Copy pathProjectVersionCompare.dfm
File metadata and controls
46 lines (46 loc) · 905 Bytes
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
object ProjectVersionCompareForm: TProjectVersionCompareForm
Left = 162
Top = 354
Width = 547
Height = 393
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object PanelLeft: TPanel
Left = 225
Top = 0
Width = 148
Height = 342
Align = alLeft
BevelOuter = bvNone
TabOrder = 0
end
object PanelRight: TPanel
Left = 373
Top = 0
Width = 203
Height = 342
Align = alRight
BevelOuter = bvNone
TabOrder = 1
end
object ListFilesCommit: TListView
Left = 0
Top = 0
Width = 225
Height = 342
Align = alLeft
Columns = <>
MultiSelect = True
TabOrder = 2
OnSelectItem = ListFilesCommitSelectItem
end
end