Changeset 317 for trunk/Forms/FormServer.lfm
- Timestamp:
- Jun 21, 2024, 12:44:53 PM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormServer.lfm
r316 r317 1 1 object FormServer: TFormServer 2 Left = 6912 Left = 1078 3 3 Height = 210 4 Top = 3894 Top = 615 5 5 Width = 403 6 6 Caption = 'Server' 7 7 ClientHeight = 210 8 8 ClientWidth = 403 9 DesignTimePPI = 120 10 OnShow = FormShow 11 LCLVersion = '2.0.0.4' 9 DesignTimePPI = 144 10 LCLVersion = '3.4.0.0' 12 11 object Label1: TLabel 13 Left = 1 014 Height = 2 015 Top = 2 016 Width = 4312 Left = 12 13 Height = 26 14 Top = 24 15 Width = 56 17 16 Caption = 'Name:' 18 17 ParentColor = False … … 20 19 end 21 20 object EditName: TEdit 22 Left = 1 3623 Height = 2824 Top = 1 425 Width = 2 3421 Left = 163 22 Height = 43 23 Top = 17 24 Width = 281 26 25 ParentFont = False 27 26 TabOrder = 0 28 27 end 29 28 object Label2: TLabel 30 Left = 1 031 Height = 2 032 Top = 6033 Width = 5629 Left = 12 30 Height = 26 31 Top = 72 32 Width = 74 34 33 Caption = 'Address:' 35 34 ParentColor = False … … 37 36 end 38 37 object EditAddress: TEdit 39 Left = 1 3640 Height = 2841 Top = 5342 Width = 2 3638 Left = 163 39 Height = 43 40 Top = 64 41 Width = 283 43 42 ParentFont = False 44 43 TabOrder = 1 45 44 end 46 45 object Label3: TLabel 47 Left = 1 048 Height = 2 049 Top = 1 0050 Width = 3046 Left = 12 47 Height = 26 48 Top = 120 49 Width = 40 51 50 Caption = 'Port:' 52 51 ParentColor = False … … 54 53 end 55 54 object SpinEdit1: TSpinEdit 56 Left = 1 3657 Height = 2858 Top = 9359 Width = 9755 Left = 163 56 Height = 43 57 Top = 112 58 Width = 116 60 59 MaxValue = 65535 61 60 ParentFont = False … … 63 62 end 64 63 object ButtonCancel: TButton 65 Left = 2 4066 Height = 3 167 Top = 1 5568 Width = 9464 Left = 288 65 Height = 37 66 Top = 186 67 Width = 113 69 68 Caption = 'Cancel' 70 69 ModalResult = 2 … … 73 72 end 74 73 object ButtonOk: TButton 75 Left = 8076 Height = 3 177 Top = 1 5578 Width = 9474 Left = 96 75 Height = 37 76 Top = 186 77 Width = 113 79 78 Caption = 'OK' 80 79 ModalResult = 1 81 OnClick = ButtonOkClick82 80 ParentFont = False 83 81 TabOrder = 4 82 OnClick = ButtonOkClick 84 83 end 85 84 end
Note:
See TracChangeset
for help on using the changeset viewer.