-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExifFrm.dfm
More file actions
52 lines (52 loc) · 947 Bytes
/
ExifFrm.dfm
File metadata and controls
52 lines (52 loc) · 947 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
47
48
49
50
51
52
object ExifForm: TExifForm
Left = 363
Top = 300
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Exif'
ClientHeight = 429
ClientWidth = 914
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object StringGrid: TStringGrid
Left = 0
Top = 0
Width = 914
Height = 429
Align = alClient
ColCount = 2
DefaultColWidth = 300
RowCount = 17
FixedRows = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing]
TabOrder = 0
RowHeights = (
24
24
24
24
24
24
24
24
24
24
24
24
24
24
24
24
24)
end
end