Changeset 199 for trunk/Forms/UFormCheck.lfm
- Timestamp:
- Aug 27, 2018, 8:33:25 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormCheck.lfm
r198 r199 216 216 DefaultExt = '.txt' 217 217 Filter = 'Text files (.txt)|*.txt|Any file|*.*' 218 left = 116219 top = 493218 left = 544 219 top = 288 220 220 end 221 221 object PopupMenuReport: TPopupMenu 222 left = 37 8222 left = 376 223 223 top = 202 224 224 object MenuItemGoTo: TMenuItem 225 Action = AGoToLocation 226 OnClick = MenuItemGoToClick 227 end 228 object MenuItem1: TMenuItem 229 Action = ASaveToCsv 230 end 231 end 232 object ActionList1: TActionList 233 left = 546 234 top = 203 235 object ASaveToCsv: TAction 236 Caption = 'Save to CSV...' 237 OnExecute = ASaveToCsvExecute 238 end 239 object AGoToLocation: TAction 225 240 Caption = 'Go to location' 226 OnClick = MenuItemGoToClick 227 end 241 OnExecute = AGoToLocationExecute 242 end 243 end 244 object SaveDialog1: TSaveDialog 245 left = 378 246 top = 288 228 247 end 229 248 end
Note:
See TracChangeset
for help on using the changeset viewer.