Changeset 295 for trunk/Forms/UFormServer.lfm
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 8 8 backup 9 9 xtactics.exe 10 *.lr j10 *.lrt
-
- Property svn:ignore
-
trunk/Forms
- Property svn:ignore deleted
-
trunk/Forms/UFormServer.lfm
r288 r295 1 1 object FormServer: TFormServer 2 2 Left = 691 3 Height = 2 523 Height = 210 4 4 Top = 389 5 Width = 4 845 Width = 403 6 6 Caption = 'Server' 7 ClientHeight = 2 528 ClientWidth = 4 849 DesignTimePPI = 1 447 ClientHeight = 210 8 ClientWidth = 403 9 DesignTimePPI = 120 10 10 OnShow = FormShow 11 11 LCLVersion = '2.0.0.4' 12 12 object Label1: TLabel 13 Left = 1 214 Height = 2 615 Top = 2 416 Width = 5613 Left = 10 14 Height = 20 15 Top = 20 16 Width = 43 17 17 Caption = 'Name:' 18 18 ParentColor = False … … 20 20 end 21 21 object EditName: TEdit 22 Left = 1 6323 Height = 4324 Top = 1 725 Width = 2 8122 Left = 136 23 Height = 28 24 Top = 14 25 Width = 234 26 26 ParentFont = False 27 27 TabOrder = 0 28 28 end 29 29 object Label2: TLabel 30 Left = 1 231 Height = 2 632 Top = 7233 Width = 7430 Left = 10 31 Height = 20 32 Top = 60 33 Width = 56 34 34 Caption = 'Address:' 35 35 ParentColor = False … … 37 37 end 38 38 object EditAddress: TEdit 39 Left = 1 6340 Height = 4341 Top = 6442 Width = 2 8339 Left = 136 40 Height = 28 41 Top = 53 42 Width = 236 43 43 ParentFont = False 44 44 TabOrder = 1 45 45 end 46 46 object Label3: TLabel 47 Left = 1 248 Height = 2 649 Top = 1 2050 Width = 4147 Left = 10 48 Height = 20 49 Top = 100 50 Width = 30 51 51 Caption = 'Port:' 52 52 ParentColor = False … … 54 54 end 55 55 object SpinEdit1: TSpinEdit 56 Left = 1 6357 Height = 4358 Top = 11259 Width = 11656 Left = 136 57 Height = 28 58 Top = 93 59 Width = 97 60 60 MaxValue = 65535 61 61 ParentFont = False … … 63 63 end 64 64 object ButtonCancel: TButton 65 Left = 2 8866 Height = 3 767 Top = 1 8668 Width = 11365 Left = 240 66 Height = 31 67 Top = 155 68 Width = 94 69 69 Caption = 'Cancel' 70 70 ModalResult = 2 … … 73 73 end 74 74 object ButtonOk: TButton 75 Left = 9676 Height = 3 777 Top = 1 8678 Width = 11375 Left = 80 76 Height = 31 77 Top = 155 78 Width = 94 79 79 Caption = 'OK' 80 80 ModalResult = 1
Note:
See TracChangeset
for help on using the changeset viewer.