Changeset 190 for branches/generator/Forms/UFormLookupTable.lfm
- Timestamp:
- May 16, 2019, 11:45:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormLookupTable.lfm
r167 r190 1 1 object FormLookupTable: TFormLookupTable 2 2 Left = 576 3 Height = 2733 Height = 328 4 4 Top = 547 5 Width = 5955 Width = 714 6 6 Caption = 'Lookup table' 7 ClientHeight = 2738 ClientWidth = 5959 DesignTimePPI = 1 207 ClientHeight = 328 8 ClientWidth = 714 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnShow = FormShow 12 LCLVersion = ' 1.8.2.0'12 LCLVersion = '2.0.2.0' 13 13 object Label1: TLabel 14 Left = 1 515 Height = 2 016 Top = 1717 Width = 4314 Left = 18 15 Height = 26 16 Top = 20 17 Width = 56 18 18 Caption = 'Name:' 19 19 ParentColor = False 20 ParentFont = False 20 21 end 21 22 object EditName: TEdit 22 Left = 120 23 Height = 28 24 Top = 8 25 Width = 160 23 Left = 144 24 Height = 43 25 Top = 10 26 Width = 192 27 ParentFont = False 26 28 TabOrder = 0 27 29 end 28 30 object ButtonCancel: TButton 29 Left = 18430 Height = 2531 Top = 2 3632 Width = 7531 Left = 221 32 Height = 30 33 Top = 284 34 Width = 90 33 35 Anchors = [akLeft, akBottom] 34 36 Caption = 'Cancel' 35 37 ModalResult = 2 38 ParentFont = False 36 39 TabOrder = 1 37 40 end 38 41 object ButtonOk: TButton 39 Left = 39240 Height = 2541 Top = 2 3642 Width = 7542 Left = 470 43 Height = 30 44 Top = 284 45 Width = 90 43 46 Anchors = [akLeft, akBottom] 44 47 Caption = 'Ok' 45 48 ModalResult = 1 49 ParentFont = False 46 50 TabOrder = 2 47 51 end
Note:
See TracChangeset
for help on using the changeset viewer.