-
Notifications
You must be signed in to change notification settings - Fork 207
Expand file tree
/
Copy pathusuperesolutionapp.lfm
More file actions
106 lines (106 loc) · 1.97 KB
/
Copy pathusuperesolutionapp.lfm
File metadata and controls
106 lines (106 loc) · 1.97 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
object Form1: TForm1
Left = 587
Height = 491
Top = 249
Width = 958
BorderStyle = bsDialog
Caption = 'CIFAR-10 Super Resolution App'
ClientHeight = 491
ClientWidth = 958
DesignTimePPI = 120
OnClose = FormClose
OnCreate = FormCreate
LCLVersion = '2.0.2.0'
object Image1: TImage
Left = 40
Height = 32
Top = 50
Width = 32
Stretch = True
end
object Label1: TLabel
Left = 580
Height = 20
Top = 344
Width = 73
Caption = 'Label Class'
ParentColor = False
ParentFont = False
end
object ImageGray: TImage
Left = 220
Height = 64
Top = 50
Width = 64
Stretch = True
end
object ImageHE: TImage
Left = 400
Height = 128
Top = 50
Width = 128
Stretch = True
end
object ImageVE: TImage
Left = 580
Height = 256
Top = 50
Width = 256
Stretch = True
end
object BitBtn13: TBitBtn
Left = 40
Height = 38
Top = 344
Width = 182
Caption = 'RUN !!!'
OnClick = BitBtn13Click
ParentFont = False
TabOrder = 0
end
object Label2: TLabel
Left = 40
Height = 20
Top = 25
Width = 96
Caption = 'Original 32x32'
ParentColor = False
ParentFont = False
end
object Label3: TLabel
Left = 220
Height = 20
Top = 25
Width = 113
Caption = 'Computed 64x64'
ParentColor = False
ParentFont = False
end
object Label4: TLabel
Left = 400
Height = 20
Top = 25
Width = 129
Caption = 'Computed 128x128'
ParentColor = False
ParentFont = False
end
object Label5: TLabel
Left = 580
Height = 20
Top = 25
Width = 129
Caption = 'Computed 256x256'
ParentColor = False
ParentFont = False
end
object CheckPause: TCheckBox
Left = 40
Height = 24
Top = 400
Width = 91
Caption = 'Run Pause'
ParentFont = False
TabOrder = 1
end
end