Changeset 7 for trunk/FormMain.lfm
- Timestamp:
- Apr 13, 2026, 7:11:03 PM (2 weeks ago)
- File:
-
- 1 edited
-
trunk/FormMain.lfm (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/FormMain.lfm
r6 r7 1 1 object FormMain: TFormMain 2 Left = 3 722 Left = 367 3 3 Height = 884 4 Top = 36 64 Top = 361 5 5 Width = 1203 6 6 Caption = 'EDC Stats' … … 11 11 LCLVersion = '4.6.0.0' 12 12 WindowState = wsMaximized 13 OnClose = FormClose 13 14 OnCreate = FormCreate 14 15 OnDestroy = FormDestroy … … 72 73 Width = 135 73 74 end> 75 PopupMenu = PopupMenuOverview 74 76 ReadOnly = True 75 77 RowSelect = True … … 384 386 Left = 216 385 387 Top = 376 386 object MenuItem1: TMenuItem 388 object MenuItemFile: TMenuItem 389 Caption = 'File' 390 object MenuItemLoad: TMenuItem 391 Caption = 'Load' 392 OnClick = MenuItemLoadClick 393 end 394 object MenuItemSave: TMenuItem 395 Caption = 'Save' 396 OnClick = MenuItemSaveClick 397 end 398 end 399 object MenuItemTools: TMenuItem 387 400 Caption = 'Tools' 388 object MenuItem2: TMenuItem 389 Caption = 'Load reports' 390 OnClick = MenuItem2Click 391 end 392 object MenuItem3: TMenuItem 393 Caption = 'Load spot prices' 394 OnClick = MenuItem3Click 395 end 401 object MenuItemImportReports: TMenuItem 402 Caption = 'Import reports' 403 OnClick = MenuItemImportReportsClick 404 end 405 object MenuItemImportSpotPrices: TMenuItem 406 Caption = 'Import spot prices' 407 OnClick = MenuItemImportSpotPricesClick 408 end 409 end 410 end 411 object PopupMenuOverview: TPopupMenu 412 Left = 506 413 Top = 274 414 object MenuItemRemove: TMenuItem 415 Caption = 'Remove' 416 OnClick = MenuItemRemoveClick 396 417 end 397 418 end
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/edc-stats/chrome/site/your_project_logo.png)