Changeset 4 for trunk/FormMain.lfm


Ignore:
Timestamp:
Apr 7, 2026, 10:51:20 PM (3 weeks ago)
Author:
chronos
Message:
  • Added: Show result values in charts.
  • Fixed: Charts redrawing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FormMain.lfm

    r3 r4  
    11object FormMain: TFormMain
    2   Left = 387
     2  Left = 377
    33  Height = 884
    4   Top = 381
     4  Top = 371
    55  Width = 1203
    66  Caption = 'EDC Stats'
     
    113113      object Chart1: TChart
    114114        Left = 16
    115         Height = 683
    116         Top = 72
     115        Height = 651
     116        Top = 104
    117117        Width = 1138
    118118        AxisList = <       
     
    145145          LinePen.Width = 3
    146146        end
     147        object Chart1LineSeries4: TLineSeries
     148          LinePen.Color = clYellow
     149          LinePen.Style = psDot
     150          LinePen.Width = 3
     151        end
     152        object Chart1LineSeries5: TLineSeries
     153          LinePen.Color = clFuchsia
     154          LinePen.Style = psDot
     155          LinePen.Width = 3
     156        end
     157        object Chart1LineSeries6: TLineSeries
     158          LinePen.Color = clAqua
     159          LinePen.Style = psDot
     160          LinePen.Width = 3
     161        end
    147162      end
    148163      object Label3: TLabel
     
    179194        TabOrder = 3
    180195        OnSelect = ComboBoxEanSelect
     196      end
     197      object CheckBoxShowResult: TCheckBox
     198        Left = 16
     199        Height = 30
     200        Top = 72
     201        Width = 134
     202        Caption = 'Show results'
     203        TabOrder = 4
     204        OnChange = CheckBoxShowResultChange
    181205      end
    182206    end
     
    299323  end
    300324  object ComboBoxUnit: TComboBox
    301     Left = 976
     325    Left = 1016
    302326    Height = 38
    303327    Top = 16
Note: See TracChangeset for help on using the changeset viewer.