Changeset 4 for trunk/Forms/UFormTable.lfm
- Timestamp:
- Jan 18, 2015, 11:29:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormTable.lfm
r2 r4 19 19 Height = 25 20 20 Top = 21 21 Width = 6222 Caption = ' Name:'21 Width = 131 22 Caption = 'System name:' 23 23 ParentColor = False 24 24 end … … 28 28 Top = 302 29 29 Width = 75 30 Anchors = [akRight, akBottom] 30 31 Caption = 'Ok' 31 32 ModalResult = 1 32 33 TabOrder = 1 33 34 end 35 object EditCaption: TEdit 36 Left = 167 37 Height = 35 38 Top = 56 39 Width = 156 40 TabOrder = 2 41 end 42 object Label2: TLabel 43 Left = 16 44 Height = 25 45 Top = 66 46 Width = 78 47 Caption = 'Caption:' 48 ParentColor = False 49 end 50 object ButtonCancel: TButton 51 Left = 472 52 Height = 25 53 Top = 302 54 Width = 75 55 Anchors = [akRight, akBottom] 56 Caption = 'Cancel' 57 ModalResult = 2 58 TabOrder = 3 59 end 34 60 end
Note:
See TracChangeset
for help on using the changeset viewer.