Changeset 22 for trunk/Forms/UItemEdit.lfm
- Timestamp:
- Jun 16, 2011, 12:18:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UItemEdit.lfm
r20 r22 1 1 object ItemEditForm: TItemEditForm 2 Left = 29 63 Height = 42 74 Top = 12 35 Width = 55 62 Left = 298 3 Height = 423 4 Top = 125 5 Width = 552 6 6 ActiveControl = Panel1 7 7 Caption = 'Edit item' 8 ClientHeight = 42 79 ClientWidth = 55 68 ClientHeight = 423 9 ClientWidth = 552 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate … … 15 15 object Panel1: TPanel 16 16 Left = 0 17 Height = 38 417 Height = 380 18 18 Top = 0 19 Width = 55 619 Width = 552 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 = 39 828 Top = 394 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 = 39 838 Top = 394 39 39 Width = 75 40 40 Anchors = [akRight, akBottom]
Note:
See TracChangeset
for help on using the changeset viewer.