Changeset 288 for trunk/Forms/UFormServer.lfm
- Timestamp:
- Mar 24, 2019, 10:52:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormServer.lfm
r243 r288 1 1 object FormServer: TFormServer 2 2 Left = 691 3 Height = 2 103 Height = 252 4 4 Top = 389 5 Width = 4 035 Width = 484 6 6 Caption = 'Server' 7 ClientHeight = 2 108 ClientWidth = 4 039 DesignTimePPI = 1 207 ClientHeight = 252 8 ClientWidth = 484 9 DesignTimePPI = 144 10 10 OnShow = FormShow 11 LCLVersion = ' 1.8.2.0'11 LCLVersion = '2.0.0.4' 12 12 object Label1: TLabel 13 Left = 1 014 Height = 2 015 Top = 2 016 Width = 4313 Left = 12 14 Height = 26 15 Top = 24 16 Width = 56 17 17 Caption = 'Name:' 18 18 ParentColor = False 19 ParentFont = False 19 20 end 20 21 object EditName: TEdit 21 Left = 136 22 Height = 28 23 Top = 14 24 Width = 234 22 Left = 163 23 Height = 43 24 Top = 17 25 Width = 281 26 ParentFont = False 25 27 TabOrder = 0 26 28 end 27 29 object Label2: TLabel 28 Left = 829 Height = 2 030 Top = 5431 Width = 5630 Left = 12 31 Height = 26 32 Top = 72 33 Width = 74 32 34 Caption = 'Address:' 33 35 ParentColor = False 36 ParentFont = False 34 37 end 35 38 object EditAddress: TEdit 36 Left = 134 37 Height = 28 38 Top = 48 39 Width = 236 39 Left = 163 40 Height = 43 41 Top = 64 42 Width = 283 43 ParentFont = False 40 44 TabOrder = 1 41 45 end 42 46 object Label3: TLabel 43 Left = 844 Height = 2 045 Top = 8646 Width = 3047 Left = 12 48 Height = 26 49 Top = 120 50 Width = 41 47 51 Caption = 'Port:' 48 52 ParentColor = False 53 ParentFont = False 49 54 end 50 55 object SpinEdit1: TSpinEdit 51 Left = 1 3652 Height = 2853 Top = 8054 Width = 9756 Left = 163 57 Height = 43 58 Top = 112 59 Width = 116 55 60 MaxValue = 65535 61 ParentFont = False 56 62 TabOrder = 2 57 63 end 58 64 object ButtonCancel: TButton 59 Left = 2 4060 Height = 3 161 Top = 1 5562 Width = 9465 Left = 288 66 Height = 37 67 Top = 186 68 Width = 113 63 69 Caption = 'Cancel' 64 70 ModalResult = 2 71 ParentFont = False 65 72 TabOrder = 3 66 73 end 67 74 object ButtonOk: TButton 68 Left = 8069 Height = 3 170 Top = 1 5571 Width = 9475 Left = 96 76 Height = 37 77 Top = 186 78 Width = 113 72 79 Caption = 'OK' 73 80 ModalResult = 1 81 OnClick = ButtonOkClick 82 ParentFont = False 74 83 TabOrder = 4 75 84 end
Note:
See TracChangeset
for help on using the changeset viewer.