Changeset 8 for trunk/FormMain.lfm


Ignore:
Timestamp:
Apr 13, 2026, 11:12:39 PM (2 weeks ago)
Author:
chronos
Message:
  • Fixed: Data tab populating and refreshing.
  • Fixed: Used currency as decimal type for measured values instead inaccurate double type.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FormMain.lfm

    r7 r8  
    2020    Top = 56
    2121    Width = 1176
    22     ActivePage = TabSheetOverview
     22    ActivePage = TabSheetData
    2323    Anchors = [akTop, akLeft, akRight, akBottom]
    24     TabIndex = 0
     24    TabIndex = 3
    2525    TabOrder = 0
    2626    object TabSheetOverview: TTabSheet
     
    6262          end       
    6363          item
    64             Caption = 'Low price'
    65             Width = 100
    66           end       
    67           item
    68             Caption = 'High price'
    69             Width = 100
    70           end       
    71           item
    72             Caption = 'Spot price'
    73             Width = 135
     64            Caption = 'Low price [Kč]'
     65            Width = 100
     66          end       
     67          item
     68            Caption = 'High price [Kč]'
     69            Width = 100
     70          end       
     71          item
     72            Caption = 'Spot price [Kč]'
     73            Width = 100
     74          end       
     75          item
     76            Caption = 'Savings [Kč]'
    7477          end>
    7578        PopupMenu = PopupMenuOverview
     
    228231          item
    229232            Caption = 'Time'
    230             Width = 100
     233            Width = 200
    231234          end       
    232235          item
     
    235238          end       
    236239          item
     240            Caption = 'Result'
     241            Width = 100
     242          end       
     243          item
    237244            Caption = 'Shared [%]'
    238             Width = 929
     245            Width = 729
    239246          end>
    240247        ReadOnly = True
     
    258265        Style = csDropDownList
    259266        TabOrder = 1
    260         OnSelect = ComboBoxEanSelect
     267        OnSelect = ComboBoxEanDataSelect
    261268      end
    262269    end
Note: See TracChangeset for help on using the changeset viewer.