Line | |
---|
1 | object FormEdit: TFormEdit
|
---|
2 | Left = 368
|
---|
3 | Height = 341
|
---|
4 | Top = 172
|
---|
5 | Width = 553
|
---|
6 | Caption = 'Edit item'
|
---|
7 | ClientHeight = 341
|
---|
8 | ClientWidth = 553
|
---|
9 | OnCreate = FormCreate
|
---|
10 | OnDestroy = FormDestroy
|
---|
11 | LCLVersion = '1.1'
|
---|
12 | object ButtonOk: TButton
|
---|
13 | Left = 471
|
---|
14 | Height = 25
|
---|
15 | Top = 305
|
---|
16 | Width = 75
|
---|
17 | Anchors = [akRight, akBottom]
|
---|
18 | Caption = 'Ok'
|
---|
19 | ModalResult = 1
|
---|
20 | TabOrder = 0
|
---|
21 | end
|
---|
22 | object ButtonCancel: TButton
|
---|
23 | Left = 383
|
---|
24 | Height = 25
|
---|
25 | Top = 305
|
---|
26 | Width = 75
|
---|
27 | Anchors = [akRight, akBottom]
|
---|
28 | Caption = 'Cancel'
|
---|
29 | ModalResult = 2
|
---|
30 | TabOrder = 1
|
---|
31 | end
|
---|
32 | object Bevel1: TBevel
|
---|
33 | Left = 8
|
---|
34 | Height = 2
|
---|
35 | Top = 297
|
---|
36 | Width = 538
|
---|
37 | Anchors = [akLeft, akRight, akBottom]
|
---|
38 | end
|
---|
39 | object PanelControls: TPanel
|
---|
40 | Left = 8
|
---|
41 | Height = 282
|
---|
42 | Top = 8
|
---|
43 | Width = 537
|
---|
44 | Align = alTop
|
---|
45 | Anchors = [akTop, akLeft, akRight, akBottom]
|
---|
46 | BorderSpacing.Around = 8
|
---|
47 | BevelOuter = bvNone
|
---|
48 | TabOrder = 2
|
---|
49 | end
|
---|
50 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.