source: trunk/Forms/FormItem.lfm

Last change on this file was 321, checked in by chronos, 6 months ago
  • Added: Create FormItem controls inside scrollbox.
File size: 909 bytes
Line 
1object FormItem: TFormItem
2 Left = 1040
3 Height = 397
4 Top = 540
5 Width = 469
6 Caption = 'Item'
7 ClientHeight = 397
8 ClientWidth = 469
9 DesignTimePPI = 144
10 OnCreate = FormCreate
11 OnDestroy = FormDestroy
12 LCLVersion = '3.4.0.0'
13 object ButtonOk: TButton
14 Left = 344
15 Height = 38
16 Top = 353
17 Width = 113
18 Anchors = [akRight, akBottom]
19 Caption = 'OK'
20 ModalResult = 1
21 ParentFont = False
22 TabOrder = 0
23 OnClick = ButtonOkClick
24 end
25 object ButtonCancel: TButton
26 Left = 208
27 Height = 38
28 Top = 353
29 Width = 113
30 Anchors = [akRight, akBottom]
31 Caption = 'Cancel'
32 ModalResult = 2
33 ParentFont = False
34 TabOrder = 1
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
46end
Note: See TracBrowser for help on using the repository browser.