ouyangqing
2021-01-13 1c4e3d99deb302c292c65a60c521dc015b296794
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
ÿþ<!DOCTYPE html>
<!-- saved from url=(0014)about:internet -->
 <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"><head><meta content="en-us" http-equiv="Content-Language" /><meta content="text/html; charset=utf-16" http-equiv="Content-Type" /><title _locID="ConversionReport0">
          Áûy¥bJT
        </title><style> 
                    /* Body style, for the entire document */
                    body
                    {
                        background: #F3F3F4;
                        color: #1E1E1F;
                        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
                        padding: 0;
                        margin: 0;
                    }
 
                    /* Header1 style, used for the main title */
                    h1
                    {
                        padding: 10px 0px 10px 10px;
                        font-size: 21pt;
                        background-color: #E2E2E2;
                        border-bottom: 1px #C1C1C2 solid; 
                        color: #201F20;
                        margin: 0;
                        font-weight: normal;
                    }
 
                    /* Header2 style, used for "Overview" and other sections */
                    h2
                    {
                        font-size: 18pt;
                        font-weight: normal;
                        padding: 15px 0 5px 0;
                        margin: 0;
                    }
 
                    /* Header3 style, used for sub-sections, such as project name */
                    h3
                    {
                        font-weight: normal;
                        font-size: 15pt;
                        margin: 0;
                        padding: 15px 0 5px 0;
                        background-color: transparent;
                    }
 
                    /* Color all hyperlinks one color */
                    a
                    {
                        color: #1382CE;
                    }
 
                    /* Table styles */ 
                    table
                    {
                        border-spacing: 0 0;
                        border-collapse: collapse;
                        font-size: 10pt;
                    }
 
                    table th
                    {
                        background: #E7E7E8;
                        text-align: left;
                        text-decoration: none;
                        font-weight: normal;
                        padding: 3px 6px 3px 6px;
                    }
 
                    table td
                    {
                        vertical-align: top;
                        padding: 3px 6px 5px 5px;
                        margin: 0px;
                        border: 1px solid #E7E7E8;
                        background: #F7F7F8;
                    }
 
                    /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
                    .localLink
                    {
                        color: #1E1E1F;
                        background: #EEEEED;
                        text-decoration: none;
                    }
 
                    .localLink:hover
                    {
                        color: #1382CE;
                        background: #FFFF99;
                        text-decoration: none;
                    }
 
                    /* Center text, used in the over views cells that contain message level counts */ 
                    .textCentered
                    {
                        text-align: center;
                    }
 
                    /* The message cells in message tables should take up all avaliable space */
                    .messageCell
                    {
                        width: 100%;
                    }
 
                    /* Padding around the content after the h1 */ 
                    #content 
                    {
                        padding: 0px 12px 12px 12px; 
                    }
 
                    /* The overview table expands to width, with a max width of 97% */ 
                    #overview table
                    {
                        width: auto;
                        max-width: 75%; 
                    }
 
                    /* The messages tables are always 97% width */
                    #messages table
                    {
                        width: 97%;
                    }
 
                    /* All Icons */
                    .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded
                    {
                        min-width:18px;
                        min-height:18px; 
                        background-repeat:no-repeat;
                        background-position:center;
                    }
 
                    /* Success icon encoded */
                    .IconSuccessEncoded
                    {
                        /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
                        /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
                        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABOElEQVR4XqVTIWvDQBh9HVWBwWzEYGow19KpQiBqrqKiYqpVkf0BcTX9ASdr2jBZMRFRe1CYysjcYDAoTIS5wCB6eXAXsjt2YezBme/73vfeF156MFBV1QLAHEBotCSAxPO8HVo4axGv6pfnn/k2lnEYPARoP9bY4wxnoUAHUIV8/bS+OLwf4MLsZobl7bIEMKzdnLSDR5GJTjKxf92Ds+SAJ/Dm2tqAjd8wuZ4gizKk92mzhBxy6WDOggvRKAKxed78cEIuF4THj6NT3T/3UXwVSN9SaChOyAV/ULfRhwHeScWVXIEw1C2YDqiklTvV9QIZXAZQoBIVqexUVxzJBQnDYbuAU11xEp1EpnBgBcmdxpc6iUOdxGk8jkvDSVeUp81HZKaZbW4Vd0LdZ9/MHmc4qzj49+/8DReTp9S7vY7uAAAAAElFTkSuQmCC);
                    }
 
                    /* Information icon encoded */
                    .IconInfoEncoded
                    {
                        /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
                        /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
                        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABBElEQVR4Xs2TsYrCQBCG1wVFo3DXWHkHNvZJIdem8AXiA5i8xRXWFvcWiVibF7BIKxamtwmolY2FxsNrnF9GiVkSCGnuh2GL2e9nZvm3IlKK49ihw6YyU62AytM0zU0ClQTYpcNfHv50d3MRi/31hR50asLpNcRXuxoSYJFRxAZPeP29Or3Po1+RJ5iM9eaRMAMmkhv+JDwr8G70ea+kMB3uggEosfNj7BwpJmDAYgI7C/6YblGZJmBhYKYfTF1BFTOmFCX1PwwChKSomAlg4CEcRcWMJ5FtxHPYrReCwYCVDFg//dYRjcwcqFG2no/IH8OgRjgz33g/dWf0cAd3mRGlv/MNZL1xS4xD8eEAAAAASUVORK5CYII=);
                    }
 
                    /* Warning icon encoded */
                    .IconWarningEncoded
                    {
                        /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
                        /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
                        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
                    }
 
                    /* Error icon encoded */
                    .IconErrorEncoded
                    {
                        /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
                        /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
                        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABP0lEQVR4XqWTvUoDQRSFr4NBWRAD+gA+gMXmDWJlFbC3iCBY2Qm2YmttKyhYaaFtGiPY2CWFD2BjEwiugkv8XecbcmHmEgTJgUs2371ndmY4OyNGZVluedD21TStW19nWZadKrDGFV+915tONdhsVU/LkhSMHjPMqi/sYAx6b3s79Y/Lc/lLc9u7kh0cFR40/G4e3ZhflYf7wVxbzUNZKX8/ORZm8cAdZ/66v8tpYFy67lLJIpYziwev48JGHsRyi3UdVnNgsfDg5fzpZTXz6rt4rhC/0TO9ZBbvrBh9PvRluLGWvPXnpYCFnpWTKWUXiM/Mm6n4TiYGqKvBMefn/0SmwcLriOe8D4fKnlnvBBYLD15NIinMNUjIXFjMNY19n8RGEmUSRkj+HWUeAKy6cNGR2npLrGD0mFEzfOrP+Rf4+xT8EskwMAAAAABJRU5ErkJggg==);
                    }
                 </style><script type="text/javascript" language="javascript"> 
          
            // Startup 
            // Hook up the the loaded event for the document/window, to linkify the document content
            var startupFunction = function() { linkifyElement("messages"); };
            
            if(window.attachEvent)
            {
              window.attachEvent('onload', startupFunction);
            }
            else if (window.addEventListener) 
            {
              window.addEventListener('load', startupFunction, false);
            }
            else 
            {
              document.addEventListener('load', startupFunction, false);
            } 
            
            // Toggles the visibility of table rows with the specified name 
            function toggleTableRowsByName(name)
            {
               var allRows = document.getElementsByTagName('tr');
               for (i=0; i < allRows.length; i++)
               {
                  var currentName = allRows[i].getAttribute('name');
                  if(!!currentName && currentName.indexOf(name) == 0)
                  {
                      var isVisible = allRows[i].style.display == ''; 
                      isVisible ? allRows[i].style.display = 'none' : allRows[i].style.display = '';
                  }
               }
            }
            
            function scrollToFirstVisibleRow(name) 
            {
               var allRows = document.getElementsByTagName('tr');
               for (i=0; i < allRows.length; i++)
               {
                  var currentName = allRows[i].getAttribute('name');
                  var isVisible = allRows[i].style.display == ''; 
                  if(!!currentName && currentName.indexOf(name) == 0 && isVisible)
                  {
                     allRows[i].scrollIntoView(true); 
                     return true; 
                  }
               }
               
               return false;
            }
            
            // Linkifies the specified text content, replaces candidate links with html links 
            function linkify(text)
            {
                 if(!text || 0 === text.length)
                 {
                     return text; 
                 }
 
                 // Find http, https and ftp links and replace them with hyper links 
                 var urlLink = /(http|https|ftp)\:\/\/[a-zA-Z0-9\-\.]+(:[a-zA-Z0-9]*)?\/?([a-zA-Z0-9\-\._\?\,\/\\\+&%\$#\=~;\{\}])*/gi;
                 
                 return text.replace(urlLink, '<a href="$&">$&</a>') ;
            }
            
            // Linkifies the specified element by ID
            function linkifyElement(id)
            {
                var element = document.getElementById(id);
                if(!!element)
                {
                  element.innerHTML = linkify(element.innerHTML); 
                }
            }
            
            function ToggleMessageVisibility(projectName)
            {
              if(!projectName || 0 === projectName.length)
              {
                return; 
              }
              
              toggleTableRowsByName("MessageRowClass" + projectName);
              toggleTableRowsByName('MessageRowHeaderShow' + projectName);
              toggleTableRowsByName('MessageRowHeaderHide' + projectName); 
            }
            
            function ScrollToFirstVisibleMessage(projectName)
            {
              if(!projectName || 0 === projectName.length)
              {
                return; 
              }
              
              // First try the 'Show messages' row
              if(!scrollToFirstVisibleRow('MessageRowHeaderShow' + projectName))
              {
                // Failed to find a visible row for 'Show messages', try an actual message row 
                scrollToFirstVisibleRow('MessageRowClass' + projectName); 
              }
            }
           </script></head><body><h1 _locID="ConversionReport">
          Áûy¥bJT - CLOUDWEB</h1><div id="content"><h2 _locID="OverviewTitle">‚ið</h2><div id="overview"><table><tr><th></th><th _locID="ProjectTableHeader">y˜îv</th><th _locID="PathTableHeader">_</th><th _locID="ErrorsTableHeader">•ï‹</th><th _locID="WarningsTableHeader">f‹JT</th><th _locID="MessagesTableHeader">ˆmo`</th></tr><tr><td class="IconWarningEncoded" /><td><strong><a href="#BLL">BLL</a></strong></td><td>BLL\BLL.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#BLLWarning">1</a></td><td class="textCentered"><a href="#" onclick="ScrollToFirstVisibleMessage('BLL'); return false;">187</a></td></tr></table></div><h2 _locID="SolutionAndProjectsTitle">㉳Q¹eHhŒTy˜îv</h2><div id="messages"><a name="BLL" /><h3>BLL</h3><table><tr id="BLLHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">ˆmo`</th></tr><tr name="WarningRowClassBLL"><td class="IconWarningEncoded"><a name="BLLWarning" /></td><td class="messageCell"><strong>BLL\BLL.csproj:
        </strong><span>¨`„vy˜îvåN .NET Framework 2.0 b 3.0 :Nîvh0‚Yœg¨`„vy˜îvO(u„v z^Ɩ—‰ôf°e„v .NET Framework ÿRy˜îvub\1Y%0ÇUSûQy˜îv܃US
N„v ^\'`  ÿ6qT(W .NET Framework  NÉbFh-N    ébN*N°eHr,g ÿïSåNôf9e .NET Framework „vHr,g0((W Visual Basic -N ÿïS(WUSûQ Øš§~‘hV    y˜...     c®”öe>f:y„v ы     y˜aS
N~b0Rdk NÉbFh0)</span></td></tr><tr name="MessageRowHeaderShowBLL"><td class="IconInfoEncoded" /><td class="messageCell"><a _locID="ShowAdditionalMessages" href="#" name="BLLMessage" onclick="ToggleMessageVisibility('BLL'); return false;">
          >f:y 187 vQÖNˆmo`
        </a></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\BLL.csproj:
        </strong><span>y˜îv‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\BLL.csproj</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\ClsBaseShow.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\ClsBaseShow.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Form4.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Form4.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Form4.Designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Form4.Designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Properties\Settings.Designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Properties\Settings.Designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Web References\Web References\Reference.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Web References\Web References\Reference.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_BarCodeRuleBill.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_BarCodeRuleBill.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_BarCodeRuleBill.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_BarCodeRuleBill.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_BillNumber.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_BillNumber.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_BillNumber.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_BillNumber.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_MaxNum.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_MaxNum.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_MaxNum.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_MaxNum.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_NumberInPut.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_NumberInPut.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_NumberInPut.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_NumberInPut.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\KF_ICInventoryList_IF.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\KF_ICInventoryList_IF.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\KF_ICInventoryList_IF.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\KF_ICInventoryList_IF.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\úW@xD™e°ežX\Gy_Material_Add.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\úW@xD™e°ežX\Gy_Material_Add.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\úW@xD™e°ežX\Gy_Material_Add.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\úW@xD™e°ežX\Gy_Material_Add.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsBaseDownSelect_InterFace.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsBaseDownSelect_InterFace.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsBaseDownSelect_K3.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsBaseDownSelect_K3.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsGy_BarCodeRuleBill_Ctl.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsGy_BarCodeRuleBill_Ctl.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsGy_BarCodeRuleBill_Model.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsGy_BarCodeRuleBill_Model.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsGy_BarCodeRuleBill_View.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsGy_BarCodeRuleBill_View.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsGy_BillNumber_Ctl.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsGy_BillNumber_Ctl.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsGy_BillNumber_Model.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsGy_BillNumber_Model.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsGy_BillNumber_View.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsGy_BillNumber_View.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsGy_MaxNum_Ctl.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsGy_MaxNum_Ctl.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsGy_MaxNum_Model.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsGy_MaxNum_Model.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsGy_MaxNum_View.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsGy_MaxNum_View.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsXt_SystemParameter.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsXt_SystemParameter.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsXt_SystemParameterHlp.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsXt_SystemParameterHlp.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsXt_SystemParameter_Model.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsXt_SystemParameter_Model.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\Cls_S_K3_ICInventoryList.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\Cls_S_K3_ICInventoryList.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Frm_SQLInfo.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Frm_SQLInfo.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Frm_SQLInfo.Designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Frm_SQLInfo.Designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Gy_GridView_HideToBase.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Gy_GridView_HideToBase.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Gy_GridView_HideToBase.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Gy_GridView_HideToBase.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\FrmAutoSQL.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\FrmAutoSQL.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\FrmAutoSQL.Designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\FrmAutoSQL.Designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\IReport.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\IReport.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_ReportQuery.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_ReportQuery.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_ReportQuery.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_ReportQuery.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\KF_ICInventoryList.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\KF_ICInventoryList.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\KF_ICInventoryList.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\KF_ICInventoryList.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\KF_ICInventoryList_K3.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\KF_ICInventoryList_K3.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\KF_ICInventoryList_K3.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\KF_ICInventoryList_K3.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\KF_ICInventoryList_Mould_BLL.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\KF_ICInventoryList_Mould_BLL.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\KF_ICInventoryList_Mould_BLL.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\KF_ICInventoryList_Mould_BLL.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\OA_EmpMessageBill.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\OA_EmpMessageBill.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\OA_EmpMessageBill.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\OA_EmpMessageBill.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Xt_CheckExtend.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Xt_CheckExtend.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Xt_CheckExtend.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Xt_CheckExtend.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Xt_ICInventoryDlg.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Xt_ICInventoryDlg.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Xt_ICInventoryDlg.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Xt_ICInventoryDlg.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_GridView_Hide.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_GridView_Hide.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_GridView_Hide.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_GridView_Hide.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Xt_SystemLog_K3.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Xt_SystemLog_K3.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Xt_SystemLog_K3.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Xt_SystemLog_K3.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsBaseDownSelect.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsBaseDownSelect.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsBaseSelect_InterFace.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsBaseSelect_InterFace.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsDateToNongli.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsDateToNongli.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsGy_UserGroup_Model.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsGy_UserGroup_Model.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsGy_UserGroup_View.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsGy_UserGroup_View.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsK3Pub_BLL.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsK3Pub_BLL.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\FrmSelectDate.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\FrmSelectDate.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\FrmSelectDate.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\FrmSelectDate.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_DataInTmp.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_DataInTmp.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_DataInTmp.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_DataInTmp.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Xt_File.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Xt_File.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Xt_File.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Xt_File.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsBaseSelect.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsBaseSelect.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsBaseSelect_K3.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsBaseSelect_K3.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsCheckGridView.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsCheckGridView.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsFile.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsFile.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsPub_BLL.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsPub_BLL.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\AboutBox1.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\AboutBox1.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\AboutBox1.Designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\AboutBox1.Designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\FrmMonthCalendar.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\FrmMonthCalendar.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\FrmMonthCalendar.Designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\FrmMonthCalendar.Designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsXt_CheckExtend_Ctl.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsXt_CheckExtend_Ctl.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsXt_CheckExtend_Model.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsXt_CheckExtend_Model.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsXt_FileCtrl.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsXt_FileCtrl.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\Cls_S_KF_ICInventoryList.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\Cls_S_KF_ICInventoryList.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\Cls_S_KF_ICInventoryList_K3.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\Cls_S_KF_ICInventoryList_K3.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\Cls_S_KF_ICInventoryList_Mould.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\Cls_S_KF_ICInventoryList_Mould.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ReportBase.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ReportBase.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\Cls_S_KF_ICInventoryList_IF.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\Cls_S_KF_ICInventoryList_IF.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\Xt_SystemParameter.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\Xt_SystemParameter.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\Xt_SystemParameter.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\Xt_SystemParameter.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\O¡‹gô•\ClsXt_AccountPeriod.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\O¡‹gô•\ClsXt_AccountPeriod.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\O¡‹gô•\ClsXt_AccountPeriodHlp.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\O¡‹gô•\ClsXt_AccountPeriodHlp.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\åe×_¡{t\ClsXt_SystemLog.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\åe×_¡{t\ClsXt_SystemLog.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\åe×_¡{t\ClsXt_SystemLogHlp.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\åe×_¡{t\ClsXt_SystemLogHlp.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\!jWW¡{t\ClsXt_Xtgnb.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\!jWW¡{t\ClsXt_Xtgnb.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\!jWW¡{t\ClsXt_XtgnbHlp.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\!jWW¡{t\ClsXt_XtgnbHlp.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\O¡‹gô•\Xt_AccountPeriod.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\O¡‹gô•\Xt_AccountPeriod.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\O¡‹gô•\Xt_AccountPeriod.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\O¡‹gô•\Xt_AccountPeriod.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\åe×_¡{t\Xt_SystemLog.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\åe×_¡{t\Xt_SystemLog.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\åe×_¡{t\Xt_SystemLog.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\åe×_¡{t\Xt_SystemLog.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Xt_UpDownBillList.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Xt_UpDownBillList.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Xt_UpDownBillList.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Xt_UpDownBillList.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\!jWW¡{t\Xt_Xtgnb.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\!jWW¡{t\Xt_Xtgnb.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\!jWW¡{t\Xt_Xtgnb.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\!jWW¡{t\Xt_Xtgnb.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\(u7b¡{t\Xt_Authorization.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\(u7b¡{t\Xt_Authorization.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\(u7b¡{t\Xt_Authorization.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\(u7b¡{t\Xt_Authorization.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\(u7b¡{t\Xt_Password.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\(u7b¡{t\Xt_Password.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\(u7b¡{t\Xt_Password.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\(u7b¡{t\Xt_Password.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\(u7b¡{t\Xt_User.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\(u7b¡{t\Xt_User.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\(u7b¡{t\Xt_User.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\(u7b¡{t\Xt_User.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\(u7b¡{t\Xt_UserGroup.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\(u7b¡{t\Xt_UserGroup.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\(u7b¡{t\Xt_UserGroup.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\(u7b¡{t\Xt_UserGroup.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\(u7b¡{t\Xt_UserNew.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\(u7b¡{t\Xt_UserNew.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\(u7b¡{t\Xt_UserNew.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\(u7b¡{t\Xt_UserNew.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsGy_OpenTmp_Ctl.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsGy_OpenTmp_Ctl.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsGy_OpenTmp_Model.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsGy_OpenTmp_Model.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ClsGy_OpenTmp_View.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ClsGy_OpenTmp_View.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\(u7b¡{t\FrmChangePsd.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\(u7b¡{t\FrmChangePsd.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\(u7b¡{t\FrmChangePsd.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\(u7b¡{t\FrmChangePsd.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\FrmLogin.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\FrmLogin.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\FrmLogin.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\FrmLogin.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\FrmSetServer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\FrmSetServer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\FrmSetServer.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\FrmSetServer.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\GridppReport.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\GridppReport.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_OpenTmp.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_OpenTmp.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_OpenTmp.designer.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_OpenTmp.designer.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Properties\AssemblyInfo.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Properties\AssemblyInfo.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~lQ(uCLS\ReportCls.cs:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~lQ(uCLS\ReportCls.cs</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Web References\Web References\WebService1.wsdl:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Web References\Web References\WebService1.wsdl</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\app.config:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\app.config</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Properties\Settings.settings:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Properties\Settings.settings</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Web References\Web References\ClsCLD_Customer_Model.datasource:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Web References\Web References\ClsCLD_Customer_Model.datasource</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Web References\Web References\ClsCLD_Department_Model.datasource:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Web References\Web References\ClsCLD_Department_Model.datasource</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Web References\Web References\ClsCLD_Employee_Model.datasource:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Web References\Web References\ClsCLD_Employee_Model.datasource</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Web References\Web References\ClsCLD_StockPlace_Model.datasource:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Web References\Web References\ClsCLD_StockPlace_Model.datasource</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Web References\Web References\ClsCLD_Supplier_Model.datasource:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Web References\Web References\ClsCLD_Supplier_Model.datasource</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Web References\Web References\ClsCLD_Warehouse_Model.datasource:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Web References\Web References\ClsCLD_Warehouse_Model.datasource</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Web References\Web References\ClsGy_BarCodeBill_WMS_Model_View.datasource:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Web References\Web References\ClsGy_BarCodeBill_WMS_Model_View.datasource</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Web References\Web References\ClsGy_Group_Model.datasource:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Web References\Web References\ClsGy_Group_Model.datasource</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Web References\Web References\ClsGy_Source_Model.datasource:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Web References\Web References\ClsGy_Source_Model.datasource</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Web References\Web References\ClsK3_Customer_Model.datasource:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Web References\Web References\ClsK3_Customer_Model.datasource</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Web References\Web References\ClsK3_Department_Model.datasource:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Web References\Web References\ClsK3_Department_Model.datasource</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Web References\Web References\ClsK3_Employee_Model.datasource:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Web References\Web References\ClsK3_Employee_Model.datasource</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Web References\Web References\ClsK3_StockPlace_Model.datasource:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Web References\Web References\ClsK3_StockPlace_Model.datasource</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Web References\Web References\ClsK3_Supplier_Model.datasource:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Web References\Web References\ClsK3_Supplier_Model.datasource</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Web References\Web References\ClsK3_Warehouse_Model.datasource:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Web References\Web References\ClsK3_Warehouse_Model.datasource</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Web References\Web References\Reference.map:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Web References\Web References\Reference.map</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Web References\Web References\WebService1.disco:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Web References\Web References\WebService1.disco</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Form4.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Form4.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Frm_SQLInfo.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Frm_SQLInfo.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\Gy_GridView_HideToBase.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\Gy_GridView_HideToBase.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\AboutBox1.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\AboutBox1.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\FrmAutoSQL.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\FrmAutoSQL.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\FrmMonthCalendar.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\FrmMonthCalendar.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\FrmSelectDate.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\FrmSelectDate.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_BarCodeRuleBill.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_BarCodeRuleBill.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_BillNumber.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_BillNumber.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_DataInTmp.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_DataInTmp.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_MaxNum.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_MaxNum.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_NumberInPut.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_NumberInPut.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_ReportQuery.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_ReportQuery.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\KF_ICInventoryList.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\KF_ICInventoryList.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\KF_ICInventoryList_K3.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\KF_ICInventoryList_K3.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\KF_ICInventoryList_Mould_BLL.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\KF_ICInventoryList_Mould_BLL.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\OA_EmpMessageBill.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\OA_EmpMessageBill.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Xt_CheckExtend.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Xt_CheckExtend.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Xt_File.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Xt_File.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Xt_ICInventoryDlg.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Xt_ICInventoryDlg.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_GridView_Hide.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_GridView_Hide.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Xt_SystemLog_K3.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Xt_SystemLog_K3.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\KF_ICInventoryList_IF.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\KF_ICInventoryList_IF.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\úW@xD™e°ežX\Gy_Material_Add.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\úW@xD™e°ežX\Gy_Material_Add.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\Xt_SystemParameter.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\Xt_SystemParameter.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\O¡‹gô•\Xt_AccountPeriod.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\O¡‹gô•\Xt_AccountPeriod.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\åe×_¡{t\Xt_SystemLog.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\åe×_¡{t\Xt_SystemLog.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Xt_UpDownBillList.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Xt_UpDownBillList.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\!jWW¡{t\Xt_Xtgnb.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\!jWW¡{t\Xt_Xtgnb.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\(u7b¡{t\Xt_Authorization.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\(u7b¡{t\Xt_Authorization.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\(u7b¡{t\Xt_Password.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\(u7b¡{t\Xt_Password.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\(u7b¡{t\Xt_User.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\(u7b¡{t\Xt_User.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\(u7b¡{t\Xt_UserGroup.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\(u7b¡{t\Xt_UserGroup.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\(u7b¡{t\Xt_UserNew.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\(u7b¡{t\Xt_UserNew.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\û|ß~¡{t\(u7b¡{t\FrmChangePsd.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\û|ß~¡{t\(u7b¡{t\FrmChangePsd.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\FrmLogin.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\FrmLogin.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\FrmSetServer.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\FrmSetServer.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\lQ(u!jWW\Gy_OpenTmp.resx:
        </strong><span>‡eöNò]bŸRYýN:N D:\Ŗ*tú‹\CLOUDWEB1\Backup\lQ(u!jWW\Gy_OpenTmp.resx</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\BLL.csproj:
        </strong><span>y˜îvò]bŸRÁûy</span></td></tr><tr name="MessageRowClassBLL" style="display: none"><td class="IconInfoEncoded"><a name="BLLMessage" /></td><td class="messageCell"><strong>BLL\BLL.csproj:
        </strong><span>kbÏcŒ[b:  y˜îv‡eöN N—‰Áûy0</span></td></tr><tr style="display: none" name="MessageRowHeaderHideBLL"><td class="IconInfoEncoded" /><td class="messageCell"><a _locID="HideAdditionalMessages" href="#" name="BLLMessage" onclick="ToggleMessageVisibility('BLL'); return false;">
          –Ï… 187 vQÖNˆmo`
        </a></td></tr></table></div></div></body></html>