-
Notifications
You must be signed in to change notification settings - Fork 2
/
ufrmCustListWebStarter.dfm
62 lines (62 loc) · 1.17 KB
/
ufrmCustListWebStarter.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
object frmCustListWebBroker: TfrmCustListWebBroker
Left = 271
Top = 114
Caption = 'CustList WebBroker'
ClientHeight = 235
ClientWidth = 399
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OnCreate = FormCreate
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 48
Width = 20
Height = 13
Caption = 'Port'
end
object ButtonStart: TButton
Left = 24
Top = 8
Width = 75
Height = 25
Caption = 'Start'
TabOrder = 0
OnClick = ButtonStartClick
end
object ButtonStop: TButton
Left = 105
Top = 8
Width = 75
Height = 25
Caption = 'Stop'
TabOrder = 1
OnClick = ButtonStopClick
end
object EditPort: TEdit
Left = 24
Top = 67
Width = 121
Height = 21
TabOrder = 2
Text = '8081'
end
object ButtonOpenBrowser: TButton
Left = 24
Top = 112
Width = 107
Height = 25
Caption = 'Open Browser'
TabOrder = 3
OnClick = ButtonOpenBrowserClick
end
object ApplicationEvents1: TApplicationEvents
OnIdle = ApplicationEvents1Idle
Left = 288
Top = 24
end
end