Changeset 13 for trunk/Forms/UFormRecord.lfm
- Timestamp:
- Mar 17, 2015, 12:09:11 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormRecord.lfm
r8 r13 1 1 object FormRecord: TFormRecord 2 2 Left = 639 3 Height = 6 944 Top = 1745 Width = 85 93 Height = 649 4 Top = 223 5 Width = 858 6 6 Caption = 'FormRecord' 7 ClientHeight = 6 948 ClientWidth = 85 97 ClientHeight = 649 8 ClientWidth = 858 9 9 OnCreate = FormCreate 10 10 OnDestroy = FormDestroy … … 14 14 object Panel1: TPanel 15 15 Left = 4 16 Height = 63216 Height = 583 17 17 Top = 4 18 Width = 85 118 Width = 850 19 19 Align = alTop 20 Anchors = [akTop, akLeft, akRight, akBottom] 20 21 BorderSpacing.Around = 4 21 22 BevelOuter = bvNone … … 23 24 end 24 25 object ButtonOk: TButton 25 Left = 7 6026 Left = 759 26 27 Height = 25 27 Top = 6 4828 Top = 603 28 29 Width = 75 29 30 Anchors = [akRight, akBottom] … … 33 34 end 34 35 object ButtonCancel: TButton 35 Left = 64 936 Left = 648 36 37 Height = 27 37 Top = 6 4638 Top = 601 38 39 Width = 72 39 40 Anchors = [akRight, akBottom]
Note:
See TracChangeset
for help on using the changeset viewer.