Changeset 166


Ignore:
Timestamp:
Jun 30, 2023, 11:38:30 PM (10 months ago)
Author:
chronos
Message:
  • Fixed: Property form error.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormProperty.lfm

    r155 r166  
    11object FormProperty: TFormProperty
    2   Left = 760
     2  Left = 945
    33  Height = 306
    4   Top = 688
     4  Top = 567
    55  Width = 670
    66  Caption = 'Field'
     
    88  ClientWidth = 670
    99  DesignTimePPI = 144
    10   OnClose = FormClose
    1110  OnCreate = FormCreate
    12   OnShow = FormShow
    1311  LCLVersion = '2.2.6.0'
    1412  object ButtonOk: TButton
     
    4139    Width = 637
    4240    HorzScrollBar.Page = 150
    43     VertScrollBar.Page = 205
     41    VertScrollBar.Page = 215
    4442    Anchors = [akTop, akLeft, akRight, akBottom]
    45     ClientHeight = 231
    46     ClientWidth = 633
     43    ClientHeight = 233
     44    ClientWidth = 635
    4745    TabOrder = 2
    4846    object Label1: TLabel
    4947      Left = 8
    50       Height = 25
     48      Height = 26
    5149      Top = 80
    52       Width = 51
     50      Width = 56
    5351      Caption = 'Name:'
    5452      ParentColor = False
     
    5654    object EditName: TEdit
    5755      Left = 141
    58       Height = 33
     56      Height = 43
    5957      Top = 72
    60       Width = 476
     58      Width = 478
    6159      Anchors = [akTop, akLeft, akRight]
    6260      OnChange = EditNameChange
     
    6563    object Label2: TLabel
    6664      Left = 8
    67       Height = 25
     65      Height = 26
    6866      Top = 128
    69       Width = 82
     67      Width = 88
    7068      Caption = 'Attributes:'
    7169      ParentColor = False
     
    7371    object EditAttributes: TEdit
    7472      Left = 141
    75       Height = 33
     73      Height = 43
    7674      Top = 124
    77       Width = 476
     75      Width = 478
    7876      Anchors = [akTop, akLeft, akRight]
    7977      OnChange = EditAttributesChange
     
    8280    object Label3: TLabel
    8381      Left = 8
    84       Height = 25
     82      Height = 26
    8583      Top = 180
    86       Width = 54
     84      Width = 60
    8785      Caption = 'Values:'
    8886      ParentColor = False
     
    9088    object EditValues: TEdit
    9189      Left = 141
    92       Height = 33
     90      Height = 43
    9391      Top = 172
    94       Width = 476
     92      Width = 478
    9593      Anchors = [akTop, akLeft, akRight]
    9694      TabOrder = 2
     
    9896    object Label4: TLabel
    9997      Left = 8
    100       Height = 25
     98      Height = 26
    10199      Top = 32
    102       Width = 41
     100      Width = 45
    103101      Caption = 'Field:'
    104102      ParentColor = False
     
    106104    object ComboBoxField: TComboBox
    107105      Left = 141
    108       Height = 33
     106      Height = 42
    109107      Top = 24
    110       Width = 476
     108      Width = 478
    111109      Anchors = [akTop, akLeft, akRight]
    112       ItemHeight = 25
     110      ItemHeight = 0
    113111      OnChange = ComboBoxFieldChange
    114112      Style = csDropDownList
Note: See TracChangeset for help on using the changeset viewer.