ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibserviceeditor.lfm
Revision: 209
Committed: Wed Mar 14 12:48:51 2018 UTC (6 years, 9 months ago) by tony
File size: 3264 byte(s)
Log Message:
Fixes Merged

File Contents

# User Rev Content
1 tony 7 object IBServiceEditorForm: TIBServiceEditorForm
2 tony 209 Left = 761
3     Height = 340
4     Top = 285
5 tony 7 Width = 438
6     Caption = 'Service Editor'
7 tony 209 ClientHeight = 340
8 tony 7 ClientWidth = 438
9 tony 67 Position = poScreenCenter
10 tony 209 LCLVersion = '1.8.3.0'
11 tony 7 object Bevel1: TBevel
12     Left = 21
13 tony 209 Height = 269
14 tony 7 Top = 22
15     Width = 395
16 tony 209 Anchors = [akTop, akLeft, akRight, akBottom]
17 tony 7 end
18     object LocalRbtn: TRadioButton
19     Left = 32
20 tony 67 Height = 22
21 tony 7 Top = 32
22 tony 67 Width = 55
23 tony 7 Caption = '&Local'
24     Checked = True
25     OnClick = LocalRbtnClick
26     TabOrder = 0
27     TabStop = True
28     end
29     object RemoteRbtn: TRadioButton
30     Left = 97
31 tony 67 Height = 22
32 tony 7 Top = 32
33 tony 67 Width = 69
34 tony 7 Caption = '&Remote'
35     OnClick = RemoteRbtnClick
36     TabOrder = 1
37     end
38     object Label7: TLabel
39     Left = 32
40 tony 67 Height = 14
41 tony 7 Top = 71
42 tony 19 Width = 43
43 tony 7 Caption = '&Server:'
44     Enabled = False
45     ParentColor = False
46     end
47     object ServerName: TEdit
48     Left = 32
49 tony 67 Height = 24
50 tony 7 Top = 89
51     Width = 144
52     Enabled = False
53     TabOrder = 2
54     end
55     object Label8: TLabel
56     Left = 217
57 tony 67 Height = 14
58 tony 7 Top = 71
59 tony 19 Width = 52
60 tony 7 Caption = '&Protocol:'
61     Enabled = False
62     ParentColor = False
63     end
64     object Protocol: TComboBox
65     Left = 217
66 tony 19 Height = 27
67 tony 7 Top = 89
68     Width = 120
69     Enabled = False
70     ItemHeight = 0
71     Items.Strings = (
72     'TCP'
73     'NamedPipe'
74     'SPX'
75     )
76     TabOrder = 3
77     end
78     object Label2: TLabel
79     Left = 32
80 tony 67 Height = 14
81 tony 7 Top = 136
82 tony 19 Width = 70
83 tony 7 Caption = '&User Name:'
84     ParentColor = False
85     end
86     object UserName: TEdit
87     Left = 32
88 tony 67 Height = 24
89 tony 7 Top = 154
90     Width = 137
91     OnChange = UserNameChange
92     TabOrder = 4
93     end
94     object Label3: TLabel
95     Left = 32
96 tony 67 Height = 14
97 tony 7 Top = 192
98 tony 19 Width = 59
99 tony 7 Caption = 'Pass&word:'
100     ParentColor = False
101     end
102     object Password: TEdit
103     Left = 32
104 tony 67 Height = 24
105 tony 7 Top = 210
106     Width = 137
107     OnChange = PasswordChange
108     TabOrder = 5
109     end
110     object LoginPrompt: TCheckBox
111     Left = 32
112 tony 67 Height = 22
113 tony 7 Top = 256
114 tony 67 Width = 105
115 tony 7 Caption = 'Lo&gin Prompt'
116     TabOrder = 6
117     end
118     object ServiceParams: TMemo
119     Left = 217
120     Height = 124
121     Top = 154
122     Width = 183
123     ScrollBars = ssAutoVertical
124     TabOrder = 7
125     end
126     object Label5: TLabel
127     Left = 217
128 tony 67 Height = 14
129 tony 7 Top = 136
130 tony 19 Width = 54
131 tony 7 Caption = 'Se&ttings:'
132     FocusControl = ServiceParams
133     ParentColor = False
134     end
135     object OKBtn: TButton
136     Left = 88
137     Height = 30
138 tony 209 Top = 300
139 tony 7 Width = 75
140 tony 209 Anchors = [akLeft, akBottom]
141 tony 7 Caption = 'OK'
142     Default = True
143     ModalResult = 1
144     TabOrder = 8
145     end
146     object CancelBtn: TButton
147     Left = 169
148     Height = 30
149 tony 209 Top = 300
150 tony 7 Width = 74
151 tony 209 Anchors = [akLeft, akBottom]
152 tony 7 Cancel = True
153     Caption = 'Cancel'
154     ModalResult = 2
155     TabOrder = 9
156     end
157     object Test: TButton
158     Left = 249
159     Height = 30
160 tony 209 Top = 299
161 tony 7 Width = 75
162 tony 209 Anchors = [akLeft, akBottom]
163 tony 7 Caption = '&Test'
164     OnClick = TestClick
165     TabOrder = 10
166     end
167 tony 209 object Label1: TLabel
168     Left = 352
169     Height = 14
170     Top = 71
171     Width = 48
172     Caption = 'Port No.'
173     ParentColor = False
174     end
175     object PortNo: TEdit
176     Left = 352
177     Height = 24
178     Top = 89
179     Width = 48
180     TabOrder = 11
181     end
182 tony 7 end