jt
2021-06-10 5d0d028456874576560552f5a5c4e8b801786f11
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
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
//------------------------------------------------------------------------------
// <auto-generated>
//     此代码由工具生成。
//     运行时版本:4.0.30319.42000
//
//     对此文件的更改可能会导致不正确的行为,并且如果
//     重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
 
namespace HH.WMS.Client.Properties {
    using System;
    
    
    /// <summary>
    ///   一个强类型的资源类,用于查找本地化的字符串等。
    /// </summary>
    // 此类是由 StronglyTypedResourceBuilder
    // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
    // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
    // (以 /str 作为命令选项),或重新生成 VS 项目。
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    public class Resources {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal Resources() {
        }
        
        /// <summary>
        ///   返回此类使用的缓存的 ResourceManager 实例。
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        public static global::System.Resources.ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan, null)) {
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HH.WMS.Client.Properties.Resources", typeof(Resources).Assembly);
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }
        
        /// <summary>
        ///   使用此强类型资源类,为所有资源查找
        ///   重写当前线程的 CurrentUICulture 属性。
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        public static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
        /// <summary>
        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
        /// </summary>
        public static System.Drawing.Bitmap CmdNewReport {
            get {
                object obj = ResourceManager.GetObject("CmdNewReport", resourceCulture);
                return ((System.Drawing.Bitmap)(obj));
            }
        }
        
        /// <summary>
        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
        /// </summary>
        public static System.Drawing.Bitmap CmdOpen {
            get {
                object obj = ResourceManager.GetObject("CmdOpen", resourceCulture);
                return ((System.Drawing.Bitmap)(obj));
            }
        }
        
        /// <summary>
        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
        /// </summary>
        public static System.Drawing.Bitmap CmdOpenFromServer {
            get {
                object obj = ResourceManager.GetObject("CmdOpenFromServer", resourceCulture);
                return ((System.Drawing.Bitmap)(obj));
            }
        }
        
        /// <summary>
        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
        /// </summary>
        public static System.Drawing.Bitmap CmdSave {
            get {
                object obj = ResourceManager.GetObject("CmdSave", resourceCulture);
                return ((System.Drawing.Bitmap)(obj));
            }
        }
        
        /// <summary>
        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
        /// </summary>
        public static System.Drawing.Bitmap CmdSaveAs {
            get {
                object obj = ResourceManager.GetObject("CmdSaveAs", resourceCulture);
                return ((System.Drawing.Bitmap)(obj));
            }
        }
        
        /// <summary>
        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
        /// </summary>
        public static System.Drawing.Bitmap CmdSaveToServer {
            get {
                object obj = ResourceManager.GetObject("CmdSaveToServer", resourceCulture);
                return ((System.Drawing.Bitmap)(obj));
            }
        }
        
        /// <summary>
        ///   查找类似 ActiveReports_CSV.csv 的本地化字符串。
        /// </summary>
        public static string CsvFileName {
            get {
                return ResourceManager.GetString("CsvFileName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 CSV Files (*.csv)|*.csv|All files (*.*)|*.* 的本地化字符串。
        /// </summary>
        public static string CsvFilter {
            get {
                return ResourceManager.GetString("CsvFilter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Untitled.rdlx 的本地化字符串。
        /// </summary>
        public static string DefaultReportNameRdlx {
            get {
                return ResourceManager.GetString("DefaultReportNameRdlx", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Untitled.rpx 的本地化字符串。
        /// </summary>
        public static string DefaultReportNameRpx {
            get {
                return ResourceManager.GetString("DefaultReportNameRpx", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 * 的本地化字符串。
        /// </summary>
        public static string DirtySign {
            get {
                return ResourceManager.GetString("DirtySign", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Disable Shortcuts 的本地化字符串。
        /// </summary>
        public static string DisableShortcutsText {
            get {
                return ResourceManager.GetString("DisableShortcutsText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 ActiveReports_Excel.xlsx 的本地化字符串。
        /// </summary>
        public static string Excel2007FileName {
            get {
                return ResourceManager.GetString("Excel2007FileName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Excel 2007 files (*.xlsx)|*.xlsx|Excel files (*.xls)|*.xls|All files (*.*)|*.* 的本地化字符串。
        /// </summary>
        public static string Excel2007Filter {
            get {
                return ResourceManager.GetString("Excel2007Filter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 ActiveReports_Excel.xls 的本地化字符串。
        /// </summary>
        public static string ExcelFileName {
            get {
                return ResourceManager.GetString("ExcelFileName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Excel files (*.xls)|*.xls|All files (*.*)|*.* 的本地化字符串。
        /// </summary>
        public static string ExcelFilter {
            get {
                return ResourceManager.GetString("ExcelFilter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 退出(X) 的本地化字符串。
        /// </summary>
        public static string ExitText {
            get {
                return ResourceManager.GetString("ExitText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
        /// </summary>
        public static System.Drawing.Bitmap export {
            get {
                object obj = ResourceManager.GetObject("export", resourceCulture);
                return ((System.Drawing.Bitmap)(obj));
            }
        }
        
        /// <summary>
        ///   查找类似 Export Complete 的本地化字符串。
        /// </summary>
        public static string ExportCompleteString {
            get {
                return ResourceManager.GetString("ExportCompleteString", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 导出(E) 的本地化字符串。
        /// </summary>
        public static string ExportText {
            get {
                return ResourceManager.GetString("ExportText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 ActiveReports_HTML.html 的本地化字符串。
        /// </summary>
        public static string HTMLFileName {
            get {
                return ResourceManager.GetString("HTMLFileName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Html files (*.htm)|*.html|All files (*.*)|*.* 的本地化字符串。
        /// </summary>
        public static string HTMLFilter {
            get {
                return ResourceManager.GetString("HTMLFilter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 ActiveReports_Image 的本地化字符串。
        /// </summary>
        public static string ImageFileName {
            get {
                return ResourceManager.GetString("ImageFileName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Image files(*.BMP;*.EMF;*.GIF;*.JPEG;*.TIFF;*.PNG)|*.BMP;*.EMF;*.GIF;*.JPEG;*.TIFF;*.PNG 的本地化字符串。
        /// </summary>
        public static string ImageFilter {
            get {
                return ResourceManager.GetString("ImageFilter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 无法加载指定的文件。不支持指定的文件格式 的本地化字符串。
        /// </summary>
        public static string InvalidFileText {
            get {
                return ResourceManager.GetString("InvalidFileText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 从服务器打开... 的本地化字符串。
        /// </summary>
        public static string LoadFromServer {
            get {
                return ResourceManager.GetString("LoadFromServer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
        /// </summary>
        public static System.Drawing.Bitmap moban {
            get {
                object obj = ResourceManager.GetObject("moban", resourceCulture);
                return ((System.Drawing.Bitmap)(obj));
            }
        }
        
        /// <summary>
        ///   查找类似 新建(N) 的本地化字符串。
        /// </summary>
        public static string NewText {
            get {
                return ResourceManager.GetString("NewText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 All Report Files (*.rpx;*.rdlx;*rdlx-master)|*.rpx;*.rdlx;*rdlx-master|Section Report Files (*.rpx)|*.rpx|Page Report Files (*.rdlx)|*.rdlx|RDL Report Files (*.rdlx;*.rdlx-master)|*.rdlx;*.rdlx-master|All files (*.*)|*.* 的本地化字符串。
        /// </summary>
        public static string OpenFileFilter {
            get {
                return ResourceManager.GetString("OpenFileFilter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 打开(O) 的本地化字符串。
        /// </summary>
        public static string OpenText {
            get {
                return ResourceManager.GetString("OpenText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Comma-Separated Values (CSV) 的本地化字符串。
        /// </summary>
        public static string PageCsvString {
            get {
                return ResourceManager.GetString("PageCsvString", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Microsoft Excel Worksheet - Layout(XLS, XLSX) 的本地化字符串。
        /// </summary>
        public static string PageExcelRE {
            get {
                return ResourceManager.GetString("PageExcelRE", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Microsoft Excel Worksheet(XLS, XLSX) 的本地化字符串。
        /// </summary>
        public static string PageExcelString {
            get {
                return ResourceManager.GetString("PageExcelString", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Hyper Text Markup Language(HTML) 的本地化字符串。
        /// </summary>
        public static string PageHTMLString {
            get {
                return ResourceManager.GetString("PageHTMLString", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Image Format( BMP , EMP , GIF , JPEG , TIFF, PNG ) 的本地化字符串。
        /// </summary>
        public static string PageImageString {
            get {
                return ResourceManager.GetString("PageImageString", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Portable Document Format(PDF) 的本地化字符串。
        /// </summary>
        public static string PagePDFString {
            get {
                return ResourceManager.GetString("PagePDFString", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Report Document Format(RDF) 的本地化字符串。
        /// </summary>
        public static string PageRDFString {
            get {
                return ResourceManager.GetString("PageRDFString", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Page Report Files (*.rdlx)|*.rdlx 的本地化字符串。
        /// </summary>
        public static string PageReportFilter {
            get {
                return ResourceManager.GetString("PageReportFilter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Microsoft Excel Worksheet - Data(XLS) 的本地化字符串。
        /// </summary>
        public static string PageTransformationDeviceString {
            get {
                return ResourceManager.GetString("PageTransformationDeviceString", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Microsoft Word Document(DOC, DOCX) 的本地化字符串。
        /// </summary>
        public static string PageWordString {
            get {
                return ResourceManager.GetString("PageWordString", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Extensible Markup Language(XML) 的本地化字符串。
        /// </summary>
        public static string PageXMLString {
            get {
                return ResourceManager.GetString("PageXMLString", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 ActiveReports_PDF.pdf 的本地化字符串。
        /// </summary>
        public static string PDFFileName {
            get {
                return ResourceManager.GetString("PDFFileName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Pdf files (*.pdf)|*.pdf|All files (*.*)|*.* 的本地化字符串。
        /// </summary>
        public static string PDFFilter {
            get {
                return ResourceManager.GetString("PDFFilter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 ActiveReports_RDF.rdf 的本地化字符串。
        /// </summary>
        public static string RDFFileName {
            get {
                return ResourceManager.GetString("RDFFileName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Rdf files (*.rdf)|*.rdf|All files (*.*)|*.* 的本地化字符串。
        /// </summary>
        public static string RdfFilter {
            get {
                return ResourceManager.GetString("RdfFilter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 RDL Report Files (*.rdlx)|*.rdlx 的本地化字符串。
        /// </summary>
        public static string RDLReportFilter {
            get {
                return ResourceManager.GetString("RDLReportFilter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 RDL Report Master files (*.rdlx-master)|*.rdlx-master 的本地化字符串。
        /// </summary>
        public static string RDLReportFilterMaster {
            get {
                return ResourceManager.GetString("RDLReportFilterMaster", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 rdlx files|*.rdlx 的本地化字符串。
        /// </summary>
        public static string RdlxFilter {
            get {
                return ResourceManager.GetString("RdlxFilter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 报告已经更改!!你想保存吗? 的本地化字符串。
        /// </summary>
        public static string ReportDirtyMessage {
            get {
                return ResourceManager.GetString("ReportDirtyMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 ActiveReports_RTF.rtf 的本地化字符串。
        /// </summary>
        public static string RtfFileName {
            get {
                return ResourceManager.GetString("RtfFileName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Rtf files (*.rtf)|*.rtf|All files (*.*)|*.* 的本地化字符串。
        /// </summary>
        public static string RtfFilter {
            get {
                return ResourceManager.GetString("RtfFilter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 另存为(A) 的本地化字符串。
        /// </summary>
        public static string SaveAsText {
            get {
                return ResourceManager.GetString("SaveAsText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 保存(S) 的本地化字符串。
        /// </summary>
        public static string SaveText {
            get {
                return ResourceManager.GetString("SaveText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 保存到服务器... 的本地化字符串。
        /// </summary>
        public static string SaveToServer {
            get {
                return ResourceManager.GetString("SaveToServer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Microsoft Excel WorkBook( XLS , XLSX ) 的本地化字符串。
        /// </summary>
        public static string SectionExcelString {
            get {
                return ResourceManager.GetString("SectionExcelString", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Hypertext Markup Language(HTML) 的本地化字符串。
        /// </summary>
        public static string SectionHTMLString {
            get {
                return ResourceManager.GetString("SectionHTMLString", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Portable Document Format(PDF) 的本地化字符串。
        /// </summary>
        public static string SectionPDFString {
            get {
                return ResourceManager.GetString("SectionPDFString", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Plain Text(TXT) 的本地化字符串。
        /// </summary>
        public static string SectionPlainTextString {
            get {
                return ResourceManager.GetString("SectionPlainTextString", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Section Report Files (*.rpx)|*.rpx 的本地化字符串。
        /// </summary>
        public static string SectionReportFilter {
            get {
                return ResourceManager.GetString("SectionReportFilter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Rich Text Format(RTF) 的本地化字符串。
        /// </summary>
        public static string SectionRTFString {
            get {
                return ResourceManager.GetString("SectionRTFString", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Tagged Image Format(TIFF) 的本地化字符串。
        /// </summary>
        public static string SectionTIFFString {
            get {
                return ResourceManager.GetString("SectionTIFFString", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
        /// </summary>
        public static System.Drawing.Bitmap shouye {
            get {
                object obj = ResourceManager.GetObject("shouye", resourceCulture);
                return ((System.Drawing.Bitmap)(obj));
            }
        }
        
        /// <summary>
        ///   查找类似 ActiveReports_Text.txt 的本地化字符串。
        /// </summary>
        public static string TextFileName {
            get {
                return ResourceManager.GetString("TextFileName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 txt files (*.txt)|*.txt|All files (*.*)|*.* 的本地化字符串。
        /// </summary>
        public static string TextFilter {
            get {
                return ResourceManager.GetString("TextFilter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 ActiveReports_Tiff.tiff 的本地化字符串。
        /// </summary>
        public static string TiffFileName {
            get {
                return ResourceManager.GetString("TiffFileName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Tiff files (*.tiff)|*.tiff|All files (*.*)|*.* 的本地化字符串。
        /// </summary>
        public static string TiffFilter {
            get {
                return ResourceManager.GetString("TiffFilter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 End User Designer 的本地化字符串。
        /// </summary>
        public static string Title {
            get {
                return ResourceManager.GetString("Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Data 的本地化字符串。
        /// </summary>
        public static string ToolBoxData {
            get {
                return ResourceManager.GetString("ToolBoxData", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找 System.Drawing.Bitmap 类型的本地化资源。
        /// </summary>
        public static System.Drawing.Bitmap tuichu {
            get {
                object obj = ResourceManager.GetObject("tuichu", resourceCulture);
                return ((System.Drawing.Bitmap)(obj));
            }
        }
        
        /// <summary>
        ///   查找类似 ActiveReports_Word.docx 的本地化字符串。
        /// </summary>
        public static string Word2007FileName {
            get {
                return ResourceManager.GetString("Word2007FileName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 MS Word files (*.docx)|*.docx|All files (*.*)|*.* 的本地化字符串。
        /// </summary>
        public static string Word2007Filter {
            get {
                return ResourceManager.GetString("Word2007Filter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 ActiveReports_Word.doc 的本地化字符串。
        /// </summary>
        public static string WordFileName {
            get {
                return ResourceManager.GetString("WordFileName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 MS Word files (*.doc)|*.doc|All files (*.*)|*.* 的本地化字符串。
        /// </summary>
        public static string WordFilter {
            get {
                return ResourceManager.GetString("WordFilter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 ActiveReports_XML.xml 的本地化字符串。
        /// </summary>
        public static string XMLFileName {
            get {
                return ResourceManager.GetString("XMLFileName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   查找类似 Xml files (*.xml)|*.xml|All files (*.*)|*.* 的本地化字符串。
        /// </summary>
        public static string XmlFilter {
            get {
                return ResourceManager.GetString("XmlFilter", resourceCulture);
            }
        }
    }
}