Changeset 321 for trunk/Forms/FormItem.lfm
- Timestamp:
- Jun 25, 2024, 1:00:56 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormItem.lfm
r317 r321 1 1 object FormItem: TFormItem 2 2 Left = 1040 3 Height = 3 603 Height = 397 4 4 Top = 540 5 Width = 4 805 Width = 469 6 6 Caption = 'Item' 7 ClientHeight = 3 608 ClientWidth = 4 807 ClientHeight = 397 8 ClientWidth = 469 9 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate … … 12 12 LCLVersion = '3.4.0.0' 13 13 object ButtonOk: TButton 14 Left = 8914 Left = 344 15 15 Height = 38 16 Top = 3 1216 Top = 353 17 17 Width = 113 18 Anchors = [ak Left, akBottom]18 Anchors = [akRight, akBottom] 19 19 Caption = 'OK' 20 20 ModalResult = 1 … … 24 24 end 25 25 object ButtonCancel: TButton 26 Left = 2 6426 Left = 208 27 27 Height = 38 28 Top = 3 1228 Top = 353 29 29 Width = 113 30 Anchors = [ak Left, akBottom]30 Anchors = [akRight, akBottom] 31 31 Caption = 'Cancel' 32 32 ModalResult = 2 … … 34 34 TabOrder = 1 35 35 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 36 46 end
Note:
See TracChangeset
for help on using the changeset viewer.