source: cprs/trunk/BDK32/Samples/RPCBroker/SilentSignOn/fXWBAppHandle2.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: 3.1 KB
Line 
1object Form1: TForm1
2 Left = 201
3 Top = 168
4 Width = 635
5 Height = 334
6 Caption =
7 'XWBAppHandle2 - UCX RPCBroker BackwardsCompatible - Started by l' +
8 'mAppHandle (P40)'
9 Color = clBtnFace
10 Font.Charset = DEFAULT_CHARSET
11 Font.Color = clWindowText
12 Font.Height = -11
13 Font.Name = 'MS Sans Serif'
14 Font.Style = []
15 Menu = MainMenu1
16 OldCreateOrder = True
17 OnCreate = FormCreate
18 PixelsPerInch = 96
19 TextHeight = 13
20 object lblDUZ: TLabel
21 Left = 54
22 Top = 17
23 Width = 23
24 Height = 13
25 Caption = 'DUZ'
26 end
27 object lblName: TLabel
28 Left = 54
29 Top = 51
30 Width = 28
31 Height = 13
32 Caption = 'Name'
33 end
34 object lblDTime: TLabel
35 Left = 54
36 Top = 84
37 Width = 31
38 Height = 13
39 Caption = 'DTime'
40 end
41 object lblDivision: TLabel
42 Left = 54
43 Top = 118
44 Width = 37
45 Height = 13
46 Caption = 'Division'
47 end
48 object lblUserName: TLabel
49 Left = 54
50 Top = 152
51 Width = 50
52 Height = 13
53 Caption = 'UserName'
54 end
55 object Label1: TLabel
56 Left = 56
57 Top = 184
58 Width = 59
59 Height = 13
60 Caption = 'IsProduction'
61 end
62 object Label2: TLabel
63 Left = 56
64 Top = 216
65 Width = 64
66 Height = 13
67 Caption = 'DomainName'
68 end
69 object edtDuz: TEdit
70 Left = 126
71 Top = 8
72 Width = 280
73 Height = 21
74 TabStop = False
75 TabOrder = 0
76 end
77 object edtName: TEdit
78 Left = 126
79 Top = 42
80 Width = 280
81 Height = 21
82 TabStop = False
83 TabOrder = 2
84 end
85 object edtDTime: TEdit
86 Left = 126
87 Top = 76
88 Width = 280
89 Height = 21
90 TabStop = False
91 TabOrder = 3
92 end
93 object edtUserName: TEdit
94 Left = 126
95 Top = 143
96 Width = 280
97 Height = 21
98 TabStop = False
99 TabOrder = 4
100 end
101 object btnClose: TButton
102 Left = 188
103 Top = 248
104 Width = 75
105 Height = 25
106 Caption = 'Close'
107 Default = True
108 TabOrder = 1
109 OnClick = btnCloseClick
110 end
111 object edtDivision: TEdit
112 Left = 126
113 Top = 109
114 Width = 280
115 Height = 21
116 TabStop = False
117 TabOrder = 5
118 end
119 object edtIsProduction: TEdit
120 Left = 126
121 Top = 176
122 Width = 281
123 Height = 21
124 TabOrder = 6
125 end
126 object edtDomainName: TEdit
127 Left = 126
128 Top = 208
129 Width = 281
130 Height = 21
131 TabOrder = 7
132 end
133 object brkrRPCB: TRPCBroker
134 ClearParameters = True
135 ClearResults = True
136 Connected = False
137 ListenerPort = 9200
138 RpcVersion = '0'
139 Server = 'DHCPSERVER'
140 KernelLogIn = True
141 LogIn.Mode = lmAVCodes
142 LogIn.PromptDivision = False
143 Left = 8
144 Top = 160
145 end
146 object MainMenu1: TMainMenu
147 Left = 8
148 Top = 40
149 object File1: TMenuItem
150 Caption = '&File'
151 object Exit1: TMenuItem
152 Caption = 'E&xit'
153 OnClick = Exit1Click
154 end
155 end
156 object About1: TMenuItem
157 Caption = '&Help'
158 object About2: TMenuItem
159 Caption = '&About'
160 OnClick = About2Click
161 end
162 end
163 end
164end
Note: See TracBrowser for help on using the repository browser.