-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFrameDateTimeRangeEditor.dfm
More file actions
222 lines (222 loc) · 5.03 KB
/
FrameDateTimeRangeEditor.dfm
File metadata and controls
222 lines (222 loc) · 5.03 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
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
object FrameDateTimeRangeEditor: TFrameDateTimeRangeEditor
Left = 0
Top = 0
Width = 600
Height = 550
TabOrder = 0
object pnlMain: TPanel
Left = 0
Top = 0
Width = 600
Height = 550
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object grpDateTimeRange: TGroupBox
Left = 16
Top = 16
Width = 568
Height = 473
Caption = #26085#26399#26102#38388#33539#22260#35774#32622
TabOrder = 0
object lblStartDate: TLabel
Left = 24
Top = 104
Width = 60
Height = 17
Caption = #24320#22987#26085#26399':'
end
object lblEndDate: TLabel
Left = 24
Top = 144
Width = 60
Height = 17
Caption = #32467#26463#26085#26399':'
end
object lblName: TLabel
Left = 24
Top = 32
Width = 36
Height = 17
Caption = #21517#31216':'
end
object lblDescription: TLabel
Left = 24
Top = 64
Width = 36
Height = 17
Caption = #25551#36848':'
end
object lblDuration: TLabel
Left = 24
Top = 184
Width = 60
Height = 17
Caption = #25345#32493#26102#38388':'
end
object lblRepeatInterval: TLabel
Left = 297
Top = 256
Width = 48
Height = 17
Caption = #38388#38548#20540':'
end
object lblNotifyBefore: TLabel
Left = 24
Top = 312
Width = 72
Height = 17
Caption = #25552#21069#25552#37266':'
end
object dtpStartDate: TDateTimePicker
Left = 96
Top = 104
Width = 201
Height = 25
Date = 45218.000000000000000000
Time = 0.819444444442398000
TabOrder = 2
OnChange = dtpStartDateChange
end
object dtpEndDate: TDateTimePicker
Left = 96
Top = 144
Width = 201
Height = 25
Date = 45219.000000000000000000
Time = 0.819444444442398000
TabOrder = 3
OnChange = dtpEndDateChange
end
object edtName: TEdit
Left = 96
Top = 32
Width = 201
Height = 25
TabOrder = 0
end
object memDescription: TMemo
Left = 96
Top = 64
Width = 441
Height = 33
ScrollBars = ssVertical
TabOrder = 1
end
object chkUseTime: TCheckBox
Left = 320
Top = 104
Width = 97
Height = 17
Caption = #21253#21547#26102#38388
TabOrder = 4
OnClick = chkUseTimeClick
end
object edtDuration: TEdit
Left = 96
Top = 184
Width = 328
Height = 25
ReadOnly = True
TabOrder = 5
end
object btnCalcDuration: TButton
Left = 432
Top = 184
Width = 105
Height = 25
Caption = #35745#31639#25345#32493#26102#38388
TabOrder = 6
OnClick = btnCalcDurationClick
end
object chkRepeat: TCheckBox
Left = 24
Top = 224
Width = 97
Height = 17
Caption = #37325#22797
TabOrder = 7
OnClick = chkRepeatClick
end
object cbbRepeatType: TComboBox
Left = 96
Top = 256
Width = 185
Height = 25
Style = csDropDownList
TabOrder = 8
end
object edtRepeatInterval: TEdit
Left = 352
Top = 256
Width = 80
Height = 25
TabOrder = 9
Text = '1'
end
object chkEnableNotification: TCheckBox
Left = 24
Top = 288
Width = 97
Height = 17
Caption = #21551#29992#25552#37266
TabOrder = 10
OnClick = chkEnableNotificationClick
end
object edtNotifyBefore: TEdit
Left = 96
Top = 312
Width = 80
Height = 25
TabOrder = 11
Text = '15'
end
object cbbNotifyUnit: TComboBox
Left = 192
Top = 312
Width = 145
Height = 25
Style = csDropDownList
TabOrder = 12
end
object memExtraSettings: TMemo
Left = 24
Top = 352
Width = 513
Height = 105
Lines.Strings = (
#20854#20182#35774#32622#65306
#36825#37324#21487#20197#28155#21152#33258#23450#20041#23646#24615#65292#36890#36807'key=value'#26684#24335#27599#34892#19968#20010)
ScrollBars = ssVertical
TabOrder = 13
end
end
object pnlButtons: TPanel
Left = 0
Top = 504
Width = 600
Height = 46
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object btnUpdate: TButton
Left = 400
Top = 10
Width = 75
Height = 25
Caption = #20445#23384
TabOrder = 0
OnClick = btnUpdateClick
end
object btnCancel: TButton
Left = 504
Top = 10
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 1
OnClick = btnCancelClick
end
end
end
end