Ignore:
Timestamp:
Jun 25, 2024, 1:00:56 AM (3 months ago)
Author:
chronos
Message:
  • Added: Create FormItem controls inside scrollbox.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormItem.lfm

    r317 r321  
    11object FormItem: TFormItem
    22  Left = 1040
    3   Height = 360
     3  Height = 397
    44  Top = 540
    5   Width = 480
     5  Width = 469
    66  Caption = 'Item'
    7   ClientHeight = 360
    8   ClientWidth = 480
     7  ClientHeight = 397
     8  ClientWidth = 469
    99  DesignTimePPI = 144
    1010  OnCreate = FormCreate
     
    1212  LCLVersion = '3.4.0.0'
    1313  object ButtonOk: TButton
    14     Left = 89
     14    Left = 344
    1515    Height = 38
    16     Top = 312
     16    Top = 353
    1717    Width = 113
    18     Anchors = [akLeft, akBottom]
     18    Anchors = [akRight, akBottom]
    1919    Caption = 'OK'
    2020    ModalResult = 1
     
    2424  end
    2525  object ButtonCancel: TButton
    26     Left = 264
     26    Left = 208
    2727    Height = 38
    28     Top = 312
     28    Top = 353
    2929    Width = 113
    30     Anchors = [akLeft, akBottom]
     30    Anchors = [akRight, akBottom]
    3131    Caption = 'Cancel'
    3232    ModalResult = 2
     
    3434    TabOrder = 1
    3535  end
     36  object ScrollBox1: TScrollBox
     37    Left = 8
     38    Height = 334
     39    Top = 8
     40    Width = 453
     41    HorzScrollBar.Page = 1
     42    VertScrollBar.Page = 1
     43    Anchors = [akTop, akLeft, akRight, akBottom]
     44    TabOrder = 2
     45  end
    3646end
Note: See TracChangeset for help on using the changeset viewer.