This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrmMain.dfm
231 lines (231 loc) · 5.22 KB
/
frmMain.dfm
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
object MainForm: TMainForm
Left = 241
Top = 166
AutoScroll = False
Caption = 'Windows Sucks! 1.00'
ClientHeight = 481
ClientWidth = 825
Color = clBtnFace
Constraints.MinHeight = 519
Constraints.MinWidth = 801
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 16
object pnlMain: TPanel
Left = 0
Top = 0
Width = 825
Height = 481
Align = alClient
BevelOuter = bvNone
TabOrder = 1
DesignSize = (
825
481)
object Label2: TLabel
Left = 8
Top = 8
Width = 693
Height = 16
AutoSize = False
Caption =
'Choose a folder by clicking on the [...] button. Then select dat' +
'e for each file, by clicking in any date column in grid below.'
Transparent = False
end
object lblTimeZone: TLabel
Left = 8
Top = 433
Width = 472
Height = 16
Anchors = [akLeft, akBottom]
Caption =
'Time in EXIF record can be shifted. If so - set correct GMT offs' +
'et, using list below:'
Transparent = False
end
object gbFile: TGroupBox
Left = 8
Top = 28
Width = 809
Height = 45
Anchors = [akLeft, akTop, akRight]
Caption = ' Folder '
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
DesignSize = (
809
45)
object lblDir: TLabel
Left = 8
Top = 17
Width = 766
Height = 19
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = 'C:\'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object btnSelectDir: TButton
Left = 779
Top = 14
Width = 25
Height = 25
Anchors = [akTop, akRight]
Caption = '...'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = btnSelectDirClick
end
end
object sgSummary: TStringGrid
Left = 8
Top = 80
Width = 808
Height = 348
Anchors = [akLeft, akTop, akRight, akBottom]
DefaultColWidth = 130
DefaultRowHeight = 20
FixedCols = 0
RowCount = 1
FixedRows = 0
GridLineWidth = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
TabOrder = 1
OnDrawCell = sgSummaryDrawCell
OnSelectCell = sgSummarySelectCell
ColWidths = (
130
130
130
130
130)
end
object btnGo: TButton
Left = 743
Top = 443
Width = 75
Height = 33
Anchors = [akRight, akBottom]
Caption = 'Start!'
Default = True
Enabled = False
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
OnClick = btnGoClick
end
object btnCancel: TButton
Left = 663
Top = 443
Width = 75
Height = 33
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Close'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = btnCancelClick
end
object cbTimeZone: TComboBox
Left = 8
Top = 451
Width = 569
Height = 24
Style = csDropDownList
Anchors = [akLeft, akBottom]
Enabled = False
ItemHeight = 16
TabOrder = 4
OnChange = cbTimeZoneChange
end
object btnAbout: TButton
Left = 583
Top = 443
Width = 75
Height = 33
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'About...'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 5
OnClick = btnAboutClick
end
end
object pnlProcess: TPanel
Left = 80
Top = 220
Width = 665
Height = 37
TabOrder = 0
Visible = False
object Label1: TLabel
Left = 8
Top = 10
Width = 73
Height = 16
Caption = 'Processing...'
end
object pbMain: TProgressBar
Left = 88
Top = 6
Width = 489
Height = 25
TabOrder = 0
end
object btnAbort: TButton
Left = 584
Top = 6
Width = 75
Height = 25
Cancel = True
Caption = 'Abort!'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = btnAbortClick
end
end
end