Changeset 300 for trunk/Forms/UFormItem.lfm
- Timestamp:
- Jul 10, 2019, 10:46:20 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormItem.lfm
r299 r300 1 1 object FormItem: TFormItem 2 2 Left = 570 3 Height = 3 003 Height = 360 4 4 Top = 429 5 Width = 4 005 Width = 480 6 6 Caption = 'Item' 7 ClientHeight = 3 008 ClientWidth = 4 009 DesignTimePPI = 1 207 ClientHeight = 360 8 ClientWidth = 480 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate … … 14 14 LCLVersion = '2.0.2.0' 15 15 object ButtonOk: TButton 16 Left = 7417 Height = 3 218 Top = 26019 Width = 9416 Left = 89 17 Height = 38 18 Top = 312 19 Width = 113 20 20 Anchors = [akLeft, akBottom] 21 21 Caption = 'OK' … … 26 26 end 27 27 object ButtonCancel: TButton 28 Left = 2 2029 Height = 3 230 Top = 26031 Width = 9428 Left = 264 29 Height = 38 30 Top = 312 31 Width = 113 32 32 Anchors = [akLeft, akBottom] 33 33 Caption = 'Cancel'
Note:
See TracChangeset
for help on using the changeset viewer.