Changeset 28 for trunk/Forms/UFormTable.lfm
- Timestamp:
- Sep 10, 2022, 10:21:48 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormTable.lfm
r5 r28 1 1 object FormTable: TFormTable 2 2 Left = 812 3 Height = 3513 Height = 526 4 4 Top = 164 5 Width = 7255 Width = 665 6 6 Caption = 'Table' 7 ClientHeight = 351 8 ClientWidth = 725 7 ClientHeight = 526 8 ClientWidth = 665 9 DesignTimePPI = 144 9 10 Position = poMainFormCenter 10 LCLVersion = ' 1.3'11 LCLVersion = '2.2.2.0' 11 12 object EditName: TEdit 12 Left = 16813 Height = 3514 Top = 1115 Width = 15613 Left = 250 14 Height = 43 15 Top = 24 16 Width = 234 16 17 TabOrder = 0 17 18 end 18 19 object Label1: TLabel 19 Left = 1720 Height = 2 521 Top = 2122 Width = 1 3120 Left = 24 21 Height = 26 22 Top = 32 23 Width = 119 23 24 Caption = 'System name:' 24 25 ParentColor = False 25 26 end 26 27 object ButtonOk: TButton 27 Left = 57228 Height = 2529 Top = 30230 Width = 7528 Left = 436 29 Height = 38 30 Top = 452 31 Width = 112 31 32 Anchors = [akRight, akBottom] 32 33 Caption = 'Ok' … … 35 36 end 36 37 object EditCaption: TEdit 37 Left = 16738 Height = 3539 Top = 5640 Width = 15638 Left = 250 39 Height = 43 40 Top = 84 41 Width = 234 41 42 TabOrder = 2 42 43 end 43 44 object Label2: TLabel 44 Left = 1645 Height = 2 546 Top = 6647 Width = 7 845 Left = 24 46 Height = 26 47 Top = 96 48 Width = 70 48 49 Caption = 'Caption:' 49 50 ParentColor = False 50 51 end 51 52 object ButtonCancel: TButton 52 Left = 47253 Height = 2554 Top = 30255 Width = 7553 Left = 286 54 Height = 38 55 Top = 452 56 Width = 112 56 57 Anchors = [akRight, akBottom] 57 58 Caption = 'Cancel'
Note:
See TracChangeset
for help on using the changeset viewer.