Ignore:
Timestamp:
Jun 6, 2023, 10:45:32 PM (12 months ago)
Author:
chronos
Message:
  • Added: Detect Beyond Compare as compare tool on Windows.
  • Modified: Improved forms resize handling.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormProperty.lfm

    r149 r155  
    11object FormProperty: TFormProperty
    22  Left = 760
    3   Height = 435
    4   Top = 576
    5   Width = 756
     3  Height = 306
     4  Top = 688
     5  Width = 670
    66  Caption = 'Field'
    7   ClientHeight = 435
    8   ClientWidth = 756
    9   DesignTimePPI = 150
     7  ClientHeight = 306
     8  ClientWidth = 670
     9  DesignTimePPI = 144
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
    1212  OnShow = FormShow
    13   LCLVersion = '2.2.0.4'
     13  LCLVersion = '2.2.6.0'
    1414  object ButtonOk: TButton
    15     Left = 479
    16     Height = 39
    17     Top = 379
    18     Width = 124
     15    Left = 404
     16    Height = 37
     17    Top = 253
     18    Width = 119
    1919    Anchors = [akRight, akBottom]
    2020    Caption = 'OK'
     
    2222    OnClick = ButtonOkClick
    2323    ParentFont = False
    24     TabOrder = 4
     24    TabOrder = 0
    2525  end
    2626  object ButtonCancel: TButton
    27     Left = 620
    28     Height = 39
    29     Top = 379
    30     Width = 120
     27    Left = 540
     28    Height = 37
     29    Top = 253
     30    Width = 115
    3131    Anchors = [akRight, akBottom]
    3232    Caption = 'Cancel'
    3333    ModalResult = 2
    3434    ParentFont = False
    35     TabOrder = 5
    36   end
    37   object Label1: TLabel
    38     Left = 25
    39     Height = 27
    40     Top = 83
    41     Width = 59
    42     Caption = 'Name:'
    43   end
    44   object EditName: TEdit
    45     Left = 175
    46     Height = 43
    47     Top = 75
    48     Width = 554
    49     Anchors = [akTop, akLeft, akRight]
    50     OnChange = EditNameChange
    5135    TabOrder = 1
    5236  end
    53   object Label2: TLabel
    54     Left = 25
    55     Height = 27
    56     Top = 133
    57     Width = 95
    58     Caption = 'Attributes:'
    59   end
    60   object EditAttributes: TEdit
    61     Left = 175
    62     Height = 43
    63     Top = 129
    64     Width = 554
    65     Anchors = [akTop, akLeft, akRight]
    66     OnChange = EditAttributesChange
     37  object ScrollBox1: TScrollBox
     38    Left = 16
     39    Height = 235
     40    Top = 8
     41    Width = 637
     42    HorzScrollBar.Page = 150
     43    VertScrollBar.Page = 205
     44    Anchors = [akTop, akLeft, akRight, akBottom]
     45    ClientHeight = 231
     46    ClientWidth = 633
    6747    TabOrder = 2
    68   end
    69   object Label3: TLabel
    70     Left = 25
    71     Height = 27
    72     Top = 188
    73     Width = 64
    74     Caption = 'Values:'
    75   end
    76   object EditValues: TEdit
    77     Left = 175
    78     Height = 43
    79     Top = 179
    80     Width = 554
    81     Anchors = [akTop, akLeft, akRight]
    82     TabOrder = 3
    83   end
    84   object Label4: TLabel
    85     Left = 25
    86     Height = 27
    87     Top = 33
    88     Width = 48
    89     Caption = 'Field:'
    90   end
    91   object ComboBoxField: TComboBox
    92     Left = 175
    93     Height = 42
    94     Top = 25
    95     Width = 554
    96     Anchors = [akTop, akLeft, akRight]
    97     ItemHeight = 0
    98     OnChange = ComboBoxFieldChange
    99     Style = csDropDownList
    100     TabOrder = 0
     48    object Label1: TLabel
     49      Left = 8
     50      Height = 25
     51      Top = 80
     52      Width = 51
     53      Caption = 'Name:'
     54      ParentColor = False
     55    end
     56    object EditName: TEdit
     57      Left = 141
     58      Height = 33
     59      Top = 72
     60      Width = 476
     61      Anchors = [akTop, akLeft, akRight]
     62      OnChange = EditNameChange
     63      TabOrder = 0
     64    end
     65    object Label2: TLabel
     66      Left = 8
     67      Height = 25
     68      Top = 128
     69      Width = 82
     70      Caption = 'Attributes:'
     71      ParentColor = False
     72    end
     73    object EditAttributes: TEdit
     74      Left = 141
     75      Height = 33
     76      Top = 124
     77      Width = 476
     78      Anchors = [akTop, akLeft, akRight]
     79      OnChange = EditAttributesChange
     80      TabOrder = 1
     81    end
     82    object Label3: TLabel
     83      Left = 8
     84      Height = 25
     85      Top = 180
     86      Width = 54
     87      Caption = 'Values:'
     88      ParentColor = False
     89    end
     90    object EditValues: TEdit
     91      Left = 141
     92      Height = 33
     93      Top = 172
     94      Width = 476
     95      Anchors = [akTop, akLeft, akRight]
     96      TabOrder = 2
     97    end
     98    object Label4: TLabel
     99      Left = 8
     100      Height = 25
     101      Top = 32
     102      Width = 41
     103      Caption = 'Field:'
     104      ParentColor = False
     105    end
     106    object ComboBoxField: TComboBox
     107      Left = 141
     108      Height = 33
     109      Top = 24
     110      Width = 476
     111      Anchors = [akTop, akLeft, akRight]
     112      ItemHeight = 25
     113      OnChange = ComboBoxFieldChange
     114      Style = csDropDownList
     115      TabOrder = 3
     116    end
    101117  end
    102118end
Note: See TracChangeset for help on using the changeset viewer.