source: cprs/trunk/BDK32/Source/AddServer.dfm@ 829

Last change on this file since 829 was 829, checked in by Kevin Toppenberg, 14 years ago

Upgrade to version 27

File size: 1.5 KB
Line 
1object frmAddServer: TfrmAddServer
2 Left = 287
3 Top = 259
4 Width = 343
5 Height = 147
6 Caption = 'Add Server'
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'MS Sans Serif'
12 Font.Style = []
13 OldCreateOrder = False
14 PixelsPerInch = 96
15 TextHeight = 13
16 object lblAddress: TLabel
17 Left = 16
18 Top = 16
19 Width = 50
20 Height = 13
21 Caption = 'Address:'
22 Font.Charset = DEFAULT_CHARSET
23 Font.Color = clWindowText
24 Font.Height = -11
25 Font.Name = 'MS Sans Serif'
26 Font.Style = [fsBold]
27 ParentFont = False
28 end
29 object lblPortNumber: TLabel
30 Left = 16
31 Top = 48
32 Width = 75
33 Height = 13
34 Caption = 'Port Number:'
35 Font.Charset = DEFAULT_CHARSET
36 Font.Color = clWindowText
37 Font.Height = -11
38 Font.Name = 'MS Sans Serif'
39 Font.Style = [fsBold]
40 ParentFont = False
41 end
42 object edtAddress: TEdit
43 Left = 104
44 Top = 8
45 Width = 177
46 Height = 21
47 Hint = 'Enter Server Address, either as Server Name or IP Address'
48 TabOrder = 0
49 end
50 object edtPortNumber: TEdit
51 Left = 104
52 Top = 40
53 Width = 113
54 Height = 21
55 Hint = 'Enter the Port Number to use for this server'
56 TabOrder = 1
57 end
58 object bbtnOK: TBitBtn
59 Left = 70
60 Top = 80
61 Width = 75
62 Height = 25
63 TabOrder = 2
64 Kind = bkOK
65 end
66 object bbtnCancel: TBitBtn
67 Left = 190
68 Top = 80
69 Width = 75
70 Height = 25
71 TabOrder = 3
72 Kind = bkCancel
73 end
74end
Note: See TracBrowser for help on using the repository browser.