Changeset 325 for trunk/Forms/FormServer.lfm
- Timestamp:
- Jun 25, 2024, 11:18:40 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormServer.lfm
r317 r325 1 1 object FormServer: TFormServer 2 Left = 10783 Height = 2104 Top = 6155 Width = 4032 Left = 647 3 Height = 303 4 Top = 439 5 Width = 627 6 6 Caption = 'Server' 7 ClientHeight = 2108 ClientWidth = 4037 ClientHeight = 303 8 ClientWidth = 627 9 9 DesignTimePPI = 144 10 10 LCLVersion = '3.4.0.0' 11 object Label1: TLabel 12 Left = 12 13 Height = 26 14 Top = 24 15 Width = 56 16 Caption = 'Name:' 17 ParentColor = False 18 ParentFont = False 19 end 20 object EditName: TEdit 21 Left = 163 22 Height = 43 23 Top = 17 24 Width = 281 11 object ButtonCancel: TButton 12 Left = 362 13 Height = 38 14 Top = 260 15 Width = 113 16 Anchors = [akRight, akBottom] 17 Caption = 'Cancel' 18 ModalResult = 2 25 19 ParentFont = False 26 20 TabOrder = 0 27 21 end 28 object Label2: TLabel 29 Left = 12 30 Height = 26 31 Top = 72 32 Width = 74 33 Caption = 'Address:' 34 ParentColor = False 35 ParentFont = False 36 end 37 object EditAddress: TEdit 38 Left = 163 39 Height = 43 40 Top = 64 41 Width = 283 42 ParentFont = False 43 TabOrder = 1 44 end 45 object Label3: TLabel 46 Left = 12 47 Height = 26 48 Top = 120 49 Width = 40 50 Caption = 'Port:' 51 ParentColor = False 52 ParentFont = False 53 end 54 object SpinEdit1: TSpinEdit 55 Left = 163 56 Height = 43 57 Top = 112 58 Width = 116 59 MaxValue = 65535 60 ParentFont = False 61 TabOrder = 2 62 end 63 object ButtonCancel: TButton 64 Left = 288 65 Height = 37 66 Top = 186 22 object ButtonOk: TButton 23 Left = 497 24 Height = 38 25 Top = 260 67 26 Width = 113 68 Caption = 'Cancel' 69 ModalResult = 2 70 ParentFont = False 71 TabOrder = 3 72 end 73 object ButtonOk: TButton 74 Left = 96 75 Height = 37 76 Top = 186 77 Width = 113 27 Anchors = [akRight, akBottom] 78 28 Caption = 'OK' 79 29 ModalResult = 1 80 30 ParentFont = False 81 TabOrder = 431 TabOrder = 1 82 32 OnClick = ButtonOkClick 83 33 end 34 object ScrollBox1: TScrollBox 35 Left = 8 36 Height = 246 37 Top = 8 38 Width = 610 39 HorzScrollBar.Page = 279 40 VertScrollBar.Page = 155 41 Anchors = [akTop, akLeft, akRight, akBottom] 42 ClientHeight = 244 43 ClientWidth = 608 44 TabOrder = 2 45 object Label1: TLabel 46 Left = 12 47 Height = 26 48 Top = 24 49 Width = 56 50 Caption = 'Name:' 51 ParentColor = False 52 ParentFont = False 53 end 54 object EditName: TEdit 55 Left = 163 56 Height = 43 57 Top = 17 58 Width = 431 59 Anchors = [akTop, akLeft, akRight] 60 ParentFont = False 61 TabOrder = 0 62 end 63 object EditAddress: TEdit 64 Left = 163 65 Height = 43 66 Top = 64 67 Width = 431 68 Anchors = [akTop, akLeft, akRight] 69 ParentFont = False 70 TabOrder = 1 71 end 72 object Label2: TLabel 73 Left = 12 74 Height = 26 75 Top = 72 76 Width = 74 77 Caption = 'Address:' 78 ParentColor = False 79 ParentFont = False 80 end 81 object Label3: TLabel 82 Left = 12 83 Height = 26 84 Top = 120 85 Width = 40 86 Caption = 'Port:' 87 ParentColor = False 88 ParentFont = False 89 end 90 object SpinEdit1: TSpinEdit 91 Left = 163 92 Height = 43 93 Top = 112 94 Width = 116 95 MaxValue = 65535 96 ParentFont = False 97 TabOrder = 2 98 end 99 end 84 100 end
Note:
See TracChangeset
for help on using the changeset viewer.