Changeset 20 for trunk/Forms/UItemEdit.lfm
- Timestamp:
- Jun 15, 2011, 11:11:59 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UItemEdit.lfm
r12 r20 1 1 object ItemEditForm: TItemEditForm 2 Left = 29 53 Height = 42 94 Top = 12 25 Width = 55 82 Left = 296 3 Height = 427 4 Top = 123 5 Width = 556 6 6 ActiveControl = Panel1 7 7 Caption = 'Edit item' 8 ClientHeight = 42 99 ClientWidth = 55 88 ClientHeight = 427 9 ClientWidth = 556 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate … … 15 15 object Panel1: TPanel 16 16 Left = 0 17 Height = 38 617 Height = 384 18 18 Top = 0 19 Width = 55 819 Width = 556 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 = 40028 Top = 398 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 = 40038 Top = 398 39 39 Width = 75 40 40 Anchors = [akRight, akBottom]
Note:
See TracChangeset
for help on using the changeset viewer.