source: trunk/Forms/FormServer.lfm

Last change on this file was 325, checked in by chronos, 6 months ago
  • Fixed: Size of buttons was too small in some cases.
File size: 2.0 KB
Line 
1object FormServer: TFormServer
2 Left = 647
3 Height = 303
4 Top = 439
5 Width = 627
6 Caption = 'Server'
7 ClientHeight = 303
8 ClientWidth = 627
9 DesignTimePPI = 144
10 LCLVersion = '3.4.0.0'
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
19 ParentFont = False
20 TabOrder = 0
21 end
22 object ButtonOk: TButton
23 Left = 497
24 Height = 38
25 Top = 260
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 = 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
100end
Note: See TracBrowser for help on using the repository browser.