Changeset 22 for trunk/Forms/UItemAdd.lfm
- Timestamp:
- Jun 16, 2011, 12:18:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UItemAdd.lfm
r20 r22 1 1 object ItemAddForm: TItemAddForm 2 Left = 40 13 Height = 41 94 Top = 13 15 Width = 56 52 Left = 403 3 Height = 415 4 Top = 133 5 Width = 561 6 6 ActiveControl = Panel1 7 7 Caption = 'Add item' 8 ClientHeight = 41 99 ClientWidth = 56 58 ClientHeight = 415 9 ClientWidth = 561 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate … … 15 15 object Panel1: TPanel 16 16 Left = 0 17 Height = 3 8217 Height = 378 18 18 Top = 0 19 Width = 56 519 Width = 561 20 20 Align = alTop 21 21 Anchors = [akLeft, akRight, akBottom] … … 24 24 end 25 25 object ButtonCancel: TButton 26 Left = 3 8226 Left = 378 27 27 Height = 25 28 Top = 3 9028 Top = 386 29 29 Width = 75 30 30 Anchors = [akRight, akBottom] … … 34 34 end 35 35 object ButtonSave: TButton 36 Left = 4 7036 Left = 466 37 37 Height = 25 38 Top = 3 9038 Top = 386 39 39 Width = 75 40 40 Anchors = [akRight, akBottom]
Note:
See TracChangeset
for help on using the changeset viewer.