Changeset 9 for trunk/FormMain.lfm


Ignore:
Timestamp:
Apr 14, 2026, 12:57:08 PM (2 weeks ago)
Author:
chronos
Message:
  • Modified: Loading of spot prices and calculation prices for each EAN.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FormMain.lfm

    r8 r9  
    11object FormMain: TFormMain
    2   Left = 367
     2  Left = 362
    33  Height = 884
    4   Top = 361
     4  Top = 356
    55  Width = 1203
    66  Caption = 'EDC Stats'
     
    2020    Top = 56
    2121    Width = 1176
    22     ActivePage = TabSheetData
     22    ActivePage = TabSheetSpotPrices
    2323    Anchors = [akTop, akLeft, akRight, akBottom]
    24     TabIndex = 3
     24    TabIndex = 4
    2525    TabOrder = 0
    2626    object TabSheetOverview: TTabSheet
     
    2929      ClientWidth = 1166
    3030      OnShow = TabSheetOverviewShow
    31       object ListView1: TListView
     31      object ListViewOverview: TListView
    3232        Left = 8
    3333        Height = 763
     
    5050          end       
    5151          item
    52             Caption = 'Result'
     52            Caption = 'Shared'
    5353            Width = 100
    5454          end       
     
    7474          end       
    7575          item
     76            Caption = 'Price [Kč]'
     77            Width = 100
     78          end       
     79          item
    7680            Caption = 'Savings [Kč]'
     81            Width = 100
     82          end       
     83          item
     84            Caption = 'Tariff'
     85            Width = 100
    7786          end>
    7887        PopupMenu = PopupMenuOverview
     
    220229      ClientWidth = 1166
    221230      OnShow = TabSheetDataShow
    222       object ListView2: TListView
     231      object ListViewData: TListView
    223232        Left = 16
    224233        Height = 696
     
    266275        TabOrder = 1
    267276        OnSelect = ComboBoxEanDataSelect
     277      end
     278    end
     279    object TabSheetSpotPrices: TTabSheet
     280      Caption = 'Spot prices'
     281      ClientHeight = 779
     282      ClientWidth = 1166
     283      OnShow = TabSheetSpotPricesShow
     284      object ListViewSpotPrices: TListView
     285        Left = 16
     286        Height = 760
     287        Top = 8
     288        Width = 1144
     289        Align = alCustom
     290        Anchors = [akTop, akLeft, akRight, akBottom]
     291        BorderSpacing.Around = 8
     292        Columns = <       
     293          item
     294            Caption = 'Time'
     295            Width = 200
     296          end       
     297          item
     298            Caption = 'Value [Kč]'
     299            Width = 929
     300          end>
     301        ReadOnly = True
     302        RowSelect = True
     303        TabOrder = 0
     304        ViewStyle = vsReport
    268305      end
    269306    end
Note: See TracChangeset for help on using the changeset viewer.