Changeset 20 for trunk/Forms/UItemAdd.lfm
- Timestamp:
- Jun 15, 2011, 11:11:59 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UItemAdd.lfm
r12 r20 1 1 object ItemAddForm: TItemAddForm 2 Left = 40 03 Height = 4 214 Top = 13 05 Width = 56 72 Left = 401 3 Height = 419 4 Top = 131 5 Width = 565 6 6 ActiveControl = Panel1 7 7 Caption = 'Add item' 8 ClientHeight = 4 219 ClientWidth = 56 78 ClientHeight = 419 9 ClientWidth = 565 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate … … 15 15 object Panel1: TPanel 16 16 Left = 0 17 Height = 38 417 Height = 382 18 18 Top = 0 19 Width = 56 719 Width = 565 20 20 Align = alTop 21 21 Anchors = [akLeft, akRight, akBottom] … … 24 24 end 25 25 object ButtonCancel: TButton 26 Left = 38 426 Left = 382 27 27 Height = 25 28 Top = 39 228 Top = 390 29 29 Width = 75 30 30 Anchors = [akRight, akBottom] … … 34 34 end 35 35 object ButtonSave: TButton 36 Left = 47 236 Left = 470 37 37 Height = 25 38 Top = 39 238 Top = 390 39 39 Width = 75 40 40 Anchors = [akRight, akBottom]
Note:
See TracChangeset
for help on using the changeset viewer.