source: trunk/Packages/Common/Forms/FormItem.lfm

Last change on this file was 219, checked in by chronos, 5 days ago
  • Modified: Updated Common package.
  • Modified: Remove U prefix from unit names.
  • Modified: Use Gneeric.Collections instead of fgl.
  • Modified: Do not use global form variables.
File size: 908 bytes
Line 
1object FormItem: TFormItem
2 Left = 441
3 Height = 446
4 Top = 395
5 Width = 577
6 Caption = 'Item'
7 ClientHeight = 446
8 ClientWidth = 577
9 DesignTimePPI = 144
10 OnCreate = FormCreate
11 OnDestroy = FormDestroy
12 LCLVersion = '3.6.0.0'
13 object ButtonOk: TButton
14 Left = 332
15 Height = 38
16 Top = 402
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 = 456
27 Height = 38
28 Top = 402
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 = 383
39 Top = 8
40 Width = 561
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.