|
Last change
on this file was 365, checked in by chronos, 10 months ago |
- Modified: OK button moved to be on the left side of buttons.
- Modified: Allow to run test from test form.
- Fixed: Free tests during test list form close.
|
|
File size:
2.0 KB
|
| Line | |
|---|
| 1 | object FormServer: TFormServer
|
|---|
| 2 | Left = 647
|
|---|
| 3 | Height = 284
|
|---|
| 4 | Top = 439
|
|---|
| 5 | Width = 596
|
|---|
| 6 | Caption = 'Server'
|
|---|
| 7 | ClientHeight = 284
|
|---|
| 8 | ClientWidth = 596
|
|---|
| 9 | DesignTimePPI = 144
|
|---|
| 10 | LCLVersion = '3.6.0.0'
|
|---|
| 11 | object ButtonCancel: TButton
|
|---|
| 12 | Left = 472
|
|---|
| 13 | Height = 38
|
|---|
| 14 | Top = 241
|
|---|
| 15 | Width = 113
|
|---|
| 16 | Anchors = [akRight, akBottom]
|
|---|
| 17 | Caption = 'Cancel'
|
|---|
| 18 | ModalResult = 2
|
|---|
| 19 | ParentFont = False
|
|---|
| 20 | TabOrder = 0
|
|---|
| 21 | end
|
|---|
| 22 | object ButtonOk: TButton
|
|---|
| 23 | Left = 344
|
|---|
| 24 | Height = 38
|
|---|
| 25 | Top = 241
|
|---|
| 26 | Width = 113
|
|---|
| 27 | Anchors = [akRight, akBottom]
|
|---|
| 28 | Caption = 'OK'
|
|---|
| 29 | ModalResult = 1
|
|---|
| 30 | ParentFont = False
|
|---|
| 31 | TabOrder = 1
|
|---|
| 32 | OnClick = ButtonOkClick
|
|---|
| 33 | end
|
|---|
| 34 | object ScrollBox1: TScrollBox
|
|---|
| 35 | Left = 8
|
|---|
| 36 | Height = 227
|
|---|
| 37 | Top = 8
|
|---|
| 38 | Width = 579
|
|---|
| 39 | HorzScrollBar.Page = 279
|
|---|
| 40 | VertScrollBar.Page = 155
|
|---|
| 41 | Anchors = [akTop, akLeft, akRight, akBottom]
|
|---|
| 42 | ClientHeight = 225
|
|---|
| 43 | ClientWidth = 577
|
|---|
| 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 = 400
|
|---|
| 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 = 400
|
|---|
| 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
|
|---|
| 100 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.