-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdlg_info.lfm
93 lines (93 loc) · 1.54 KB
/
dlg_info.lfm
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
object InfoDlg: TInfoDlg
Left = 655
Height = 187
Top = 467
Width = 300
Caption = 'Info'
ClientHeight = 187
ClientWidth = 300
LCLVersion = '3.0.0.3'
object Label1: TLabel
Left = 18
Height = 15
Top = 14
Width = 38
Caption = 'Format'
end
object Edit1: TEdit
Left = 98
Height = 23
Top = 14
Width = 195
ReadOnly = True
TabOrder = 0
end
object Label2: TLabel
Left = 16
Height = 15
Top = 48
Width = 32
Caption = 'Width'
end
object Edit2: TEdit
Left = 96
Height = 23
Top = 48
Width = 104
ReadOnly = True
TabOrder = 1
end
object Label3: TLabel
Left = 16
Height = 15
Top = 80
Width = 36
Caption = 'Height'
end
object Edit3: TEdit
Left = 96
Height = 23
Top = 80
Width = 104
ReadOnly = True
TabOrder = 2
end
object Label4: TLabel
Left = 16
Height = 15
Top = 112
Width = 37
Caption = 'Filesize'
end
object Edit4: TEdit
Left = 96
Height = 23
Top = 112
Width = 104
ReadOnly = True
TabOrder = 3
end
object Label5: TLabel
Left = 18
Height = 15
Top = 144
Width = 67
Caption = 'Bits per pixel'
end
object Edit5: TEdit
Left = 96
Height = 23
Top = 144
Width = 104
ReadOnly = True
TabOrder = 4
end
object Button1: TButton
Left = 216
Height = 25
Top = 144
Width = 75
Caption = 'OK'
TabOrder = 5
end
end