source: branches/test1/Client/Forms/UFormItemAdd.lfm

Last change on this file was 46, checked in by chronos, 13 years ago
File size: 958 bytes
Line 
1object ItemAddForm: TItemAddForm
2 Left = 403
3 Height = 415
4 Top = 133
5 Width = 561
6 ActiveControl = Panel1
7 Caption = 'Add item'
8 ClientHeight = 415
9 ClientWidth = 561
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnDestroy = FormDestroy
13 OnKeyPress = FormKeyPress
14 OnShow = FormShow
15 LCLVersion = '0.9.31'
16 object Panel1: TPanel
17 Left = 0
18 Height = 378
19 Top = 0
20 Width = 561
21 Align = alTop
22 Anchors = [akLeft, akRight, akBottom]
23 BevelOuter = bvNone
24 TabOrder = 0
25 end
26 object ButtonCancel: TButton
27 Left = 378
28 Height = 25
29 Top = 386
30 Width = 75
31 Anchors = [akRight, akBottom]
32 Caption = 'Cancel'
33 OnClick = ButtonCancelClick
34 TabOrder = 1
35 end
36 object ButtonSave: TButton
37 Left = 466
38 Height = 25
39 Top = 386
40 Width = 75
41 Anchors = [akRight, akBottom]
42 Caption = 'Add'
43 OnClick = ButtonSaveClick
44 TabOrder = 2
45 end
46end
Note: See TracBrowser for help on using the repository browser.