Ignore:
Timestamp:
Dec 31, 2024, 1:15:01 PM (7 days ago)
Author:
chronos
Message:
  • Added: Close button on more forms for better touch screen devices support.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormCharts.lfm

    r317 r362  
    11object FormCharts: TFormCharts
    2   Left = 808
    3   Height = 709
    4   Top = 365
    5   Width = 944
     2  Left = 411
     3  Height = 586
     4  Top = 146
     5  Width = 787
    66  Caption = 'Charts'
    7   ClientHeight = 709
    8   ClientWidth = 944
    9   DesignTimePPI = 144
     7  ClientHeight = 586
     8  ClientWidth = 787
     9  DesignTimePPI = 120
    1010  OnShow = FormShow
    11   LCLVersion = '3.4.0.0'
     11  LCLVersion = '3.6.0.0'
    1212  object Chart1: TChart
    13     Left = 10
    14     Height = 636
    15     Top = 67
    16     Width = 929
     13    Left = 8
     14    Height = 488
     15    Top = 48
     16    Width = 775
    1717    AxisList = <   
    1818      item
     
    3838  end
    3939  object ComboBox1: TComboBox
    40     Left = 29
    41     Height = 38
    42     Top = 10
    43     Width = 470
    44     ItemHeight = 0
     40    Left = 24
     41    Height = 28
     42    Top = 8
     43    Width = 392
     44    ItemHeight = 20
    4545    ItemIndex = 0
    4646    Items.Strings = (
     
    5555    OnChange = ComboBox1Change
    5656  end
     57  object ButtonClose: TButton
     58    Left = 680
     59    Height = 31
     60    Top = 544
     61    Width = 94
     62    Caption = 'Close'
     63    ModalResult = 11
     64    TabOrder = 2
     65    OnClick = ButtonCloseClick
     66  end
    5767end
Note: See TracChangeset for help on using the changeset viewer.