Changeset 3 for trunk/FormMain.lfm


Ignore:
Timestamp:
Apr 7, 2026, 10:43:55 AM (3 weeks ago)
Author:
chronos
Message:
  • Added: Third selectable EAN on chart tab.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FormMain.lfm

    r2 r3  
    2727    Top = 64
    2828    Width = 1176
    29     ActivePage = TabSheetOverview
     29    ActivePage = TabSheetChart
    3030    Anchors = [akTop, akLeft, akRight, akBottom]
    31     TabIndex = 0
     31    TabIndex = 2
    3232    TabOrder = 1
    3333    object TabSheetOverview: TTabSheet
     
    9595      OnShow = TabSheetChartShow
    9696      object ComboBoxEan: TComboBox
    97         Left = 120
     97        Left = 88
    9898        Height = 42
    9999        Top = 24
     
    108108        Height = 26
    109109        Top = 32
    110         Width = 41
    111         Caption = 'EAN:'
     110        Width = 56
     111        Caption = 'EAN 1:'
    112112      end
    113113      object Chart1: TChart
     
    135135        object Chart1LineSeries1: TLineSeries
    136136          LinePen.Color = clYellow
    137           LinePen.Width = 2
     137          LinePen.Width = 3
    138138        end
    139139        object Chart1LineSeries2: TLineSeries
    140140          LinePen.Color = clFuchsia
    141           LinePen.Width = 2
     141          LinePen.Width = 3
    142142        end
     143        object Chart1LineSeries3: TLineSeries
     144          LinePen.Color = clAqua
     145          LinePen.Width = 3
     146        end
    143147      end
    144148      object Label3: TLabel
    145         Left = 600
     149        Left = 544
    146150        Height = 26
    147151        Top = 32
     
    150154      end
    151155      object ComboBoxEan2: TComboBox
    152         Left = 680
     156        Left = 608
    153157        Height = 42
    154158        Top = 24
     
    157161        Style = csDropDownList
    158162        TabOrder = 2
     163        OnSelect = ComboBoxEanSelect
     164      end
     165      object Label6: TLabel
     166        Left = 1048
     167        Height = 26
     168        Top = 32
     169        Width = 56
     170        Caption = 'EAN 3:'
     171      end
     172      object ComboBoxEan3: TComboBox
     173        Left = 1112
     174        Height = 42
     175        Top = 24
     176        Width = 432
     177        ItemHeight = 0
     178        Style = csDropDownList
     179        TabOrder = 3
    159180        OnSelect = ComboBoxEanSelect
    160181      end
     
    303324    POFilesFolder = 'Languages'
    304325    OnTranslate = Translator1Translate
    305     Left = 901
    306     Top = 130
     326    Left = 776
     327    Top = 408
    307328  end
    308329  object ApplicationInfo1: TApplicationInfo
     
    318339    RegistryRoot = rrKeyCurrentUser
    319340    License = 'CC0'
    320     Left = 1037
    321     Top = 125
     341    Left = 936
     342    Top = 408
    322343  end
    323344  object PersistentForm1: TPersistentForm
    324345    MinVisiblePart = 50
    325346    EntireVisible = False
    326     Left = 776
    327     Top = 136
     347    Left = 584
     348    Top = 416
    328349  end
    329350  object ThemeManager1: TThemeManager
    330     Left = 657
    331     Top = 140
     351    Left = 408
     352    Top = 416
    332353  end
    333354end
Note: See TracChangeset for help on using the changeset viewer.