Changeset 12 for trunk/FormMain.lfm


Ignore:
Timestamp:
Apr 17, 2026, 2:31:42 PM (13 days ago)
Author:
chronos
Message:
  • Added: Min/max interval position navigation buttons.
  • Modified: Remember last interval position.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FormMain.lfm

    r11 r12  
    340340  end
    341341  object TimeEdit1: TTimeEdit
    342     Left = 520
     342    Left = 544
    343343    Height = 43
    344     Top = 8
     344    Top = 3
    345345    Width = 155
    346346    ButtonWidth = 34
     
    351351  end
    352352  object DateEdit1: TDateEdit
    353     Left = 352
     353    Left = 376
    354354    Height = 43
    355     Top = 8
     355    Top = 3
    356356    Width = 155
    357357    CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames]
     
    364364  end
    365365  object ButtonIntervalRight: TButton
    366     Left = 680
    367     Height = 38
    368     Top = 13
     366    Left = 704
     367    Height = 38
     368    Top = 8
    369369    Width = 40
    370370    Caption = '>'
     
    373373  end
    374374  object ButtonIntervalLeft: TButton
    375     Left = 304
    376     Height = 38
    377     Top = 13
     375    Left = 328
     376    Height = 38
     377    Top = 8
    378378    Width = 40
    379379    Caption = '<'
     
    382382  end
    383383  object ComboBoxUnit: TComboBox
    384     Left = 848
    385     Height = 38
    386     Top = 8
     384    Left = 904
     385    Height = 38
     386    Top = 3
    387387    Width = 160
    388388    ItemHeight = 0
     
    398398  end
    399399  object Label5: TLabel
    400     Left = 752
     400    Left = 808
    401401    Height = 26
    402     Top = 16
     402    Top = 11
    403403    Width = 40
    404404    Caption = 'Unit:'
     405  end
     406  object ButtonIntervalRightMax: TButton
     407    Left = 752
     408    Height = 38
     409    Top = 8
     410    Width = 40
     411    Caption = '>|'
     412    TabOrder = 7
     413    OnClick = ButtonIntervalRightMaxClick
     414  end
     415  object ButtonIntervalLeftMin: TButton
     416    Left = 280
     417    Height = 38
     418    Top = 8
     419    Width = 40
     420    Caption = '|<'
     421    TabOrder = 8
     422    OnClick = ButtonIntervalLeftMinClick
    405423  end
    406424  object Translator1: TTranslator
Note: See TracChangeset for help on using the changeset viewer.