source: cprs/trunk/BDK32/Samples/SharedRPCBroker/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: 2.5 KB
Line 
1object Form1: TForm1
2 Left = 201
3 Top = 168
4 Width = 460
5 Height = 279
6 Caption = 'XWBAppHandle2 - Started by lmAppHandle (RPCBroker)'
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 Menu = MainMenu1
14 OldCreateOrder = True
15 OnCreate = FormCreate
16 PixelsPerInch = 96
17 TextHeight = 13
18 object lblDUZ: TLabel
19 Left = 54
20 Top = 17
21 Width = 23
22 Height = 13
23 Caption = 'DUZ'
24 end
25 object lblName: TLabel
26 Left = 54
27 Top = 51
28 Width = 28
29 Height = 13
30 Caption = 'Name'
31 end
32 object lblDTime: TLabel
33 Left = 54
34 Top = 84
35 Width = 31
36 Height = 13
37 Caption = 'DTime'
38 end
39 object lblDivision: TLabel
40 Left = 54
41 Top = 118
42 Width = 37
43 Height = 13
44 Caption = 'Division'
45 end
46 object lblUserName: TLabel
47 Left = 54
48 Top = 152
49 Width = 50
50 Height = 13
51 Caption = 'UserName'
52 end
53 object edtDuz: TEdit
54 Left = 118
55 Top = 8
56 Width = 280
57 Height = 21
58 TabStop = False
59 TabOrder = 0
60 end
61 object edtName: TEdit
62 Left = 118
63 Top = 42
64 Width = 280
65 Height = 21
66 TabStop = False
67 TabOrder = 2
68 end
69 object edtDTime: TEdit
70 Left = 118
71 Top = 76
72 Width = 280
73 Height = 21
74 TabStop = False
75 TabOrder = 3
76 end
77 object edtUserName: TEdit
78 Left = 118
79 Top = 143
80 Width = 280
81 Height = 21
82 TabStop = False
83 TabOrder = 4
84 end
85 object btnClose: TButton
86 Left = 188
87 Top = 192
88 Width = 75
89 Height = 25
90 Caption = 'Close'
91 Default = True
92 TabOrder = 1
93 OnClick = btnCloseClick
94 end
95 object edtDivision: TEdit
96 Left = 118
97 Top = 109
98 Width = 280
99 Height = 21
100 TabStop = False
101 TabOrder = 5
102 end
103 object MainMenu1: TMainMenu
104 Left = 8
105 Top = 40
106 object File1: TMenuItem
107 Caption = '&File'
108 object Exit1: TMenuItem
109 Caption = 'E&xit'
110 OnClick = Exit1Click
111 end
112 end
113 object About1: TMenuItem
114 Caption = '&Help'
115 object About2: TMenuItem
116 Caption = '&About'
117 OnClick = About2Click
118 end
119 end
120 end
121 object brkrRPCB: TSharedRPCBroker
122 ClearParameters = True
123 ClearResults = True
124 ListenerPort = 0
125 RpcVersion = '0'
126 LogIn.Mode = lmAVCodes
127 LogIn.PromptDivision = False
128 AllowShared = True
129 RPCTimeLimit = 30
130 Left = 24
131 Top = 192
132 end
133end
Note: See TracBrowser for help on using the repository browser.