diff --git a/public10/ThreeFun/Form/U_ZDYHelpSel.dfm b/public10/ThreeFun/Form/U_ZDYHelpSel.dfm
index 6f41536..8e8a7d9 100644
--- a/public10/ThreeFun/Form/U_ZDYHelpSel.dfm
+++ b/public10/ThreeFun/Form/U_ZDYHelpSel.dfm
@@ -23,9 +23,16 @@ object frmZDYHelpSel: TfrmZDYHelpSel
Top = 88
Width = 481
Height = 377
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentFont = False
TabOrder = 0
object TV1: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
+ ScrollbarAnnotations.CustomAnnotations = <>
OnCellDblClick = TV1CellDblClick
DataController.DataSource = DataSource1
DataController.Options = [dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoImmediatePost]
@@ -40,6 +47,7 @@ object frmZDYHelpSel: TfrmZDYHelpSel
object V1Code: TcxGridDBColumn
Caption = #32534#21495
DataBinding.FieldName = 'ZDYNo'
+ DataBinding.IsNullValueType = True
Visible = False
HeaderAlignmentHorz = taCenter
Width = 97
@@ -47,6 +55,7 @@ object frmZDYHelpSel: TfrmZDYHelpSel
object V1Column1: TcxGridDBColumn
Caption = #36873#25321
DataBinding.FieldName = 'SSel'
+ DataBinding.IsNullValueType = True
PropertiesClassName = 'TcxCheckBoxProperties'
Properties.ImmediatePost = True
Properties.NullStyle = nssUnchecked
@@ -57,6 +66,7 @@ object frmZDYHelpSel: TfrmZDYHelpSel
Tag = 2
Caption = #21517#31216
DataBinding.FieldName = 'ZDYName'
+ DataBinding.IsNullValueType = True
PropertiesClassName = 'TcxTextEditProperties'
Properties.OnEditValueChanged = V1NamePropertiesEditValueChanged
HeaderAlignmentHorz = taCenter
@@ -65,6 +75,7 @@ object frmZDYHelpSel: TfrmZDYHelpSel
object V1Note: TcxGridDBColumn
Caption = #22791#27880
DataBinding.FieldName = 'Note'
+ DataBinding.IsNullValueType = True
PropertiesClassName = 'TcxTextEditProperties'
Properties.OnEditValueChanged = V1NotePropertiesEditValueChanged
Visible = False
@@ -74,6 +85,7 @@ object frmZDYHelpSel: TfrmZDYHelpSel
object V1OrderNo: TcxGridDBColumn
Caption = #39034#24207#21495
DataBinding.FieldName = 'OrderNo'
+ DataBinding.IsNullValueType = True
Visible = False
HeaderAlignmentHorz = taCenter
Width = 53
@@ -87,18 +99,18 @@ object frmZDYHelpSel: TfrmZDYHelpSel
Left = 0
Top = 0
Width = 512
- Height = 38
+ Height = 30
AutoSize = True
- ButtonHeight = 38
- ButtonWidth = 75
+ ButtonHeight = 30
+ ButtonWidth = 59
Caption = 'ToolBar1'
Color = clWhite
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
Font.Style = []
- Images = ImageList_new32
+ Images = DataLink_TradeMarket.cxImageList_bar
List = True
ParentColor = False
ParentFont = False
@@ -112,28 +124,28 @@ object frmZDYHelpSel: TfrmZDYHelpSel
OnClick = ToolButton1Click
end
object TBAdd: TToolButton
- Left = 75
+ Left = 59
Top = 0
Caption = #22686#34892
ImageIndex = 2
OnClick = TBAddClick
end
object TBDel: TToolButton
- Left = 150
+ Left = 118
Top = 0
Caption = #21024#34892
ImageIndex = 6
OnClick = TBDelClick
end
object TBEdit: TToolButton
- Left = 225
+ Left = 177
Top = 0
Caption = #20462#25913
ImageIndex = 3
OnClick = TBEditClick
end
object TBSave: TToolButton
- Left = 300
+ Left = 236
Top = 0
Caption = #20445#23384
ImageIndex = 16
@@ -141,7 +153,7 @@ object frmZDYHelpSel: TfrmZDYHelpSel
OnClick = TBSaveClick
end
object TBClose: TToolButton
- Left = 375
+ Left = 295
Top = 0
Caption = #20851#38381
ImageIndex = 7
@@ -150,20 +162,27 @@ object frmZDYHelpSel: TfrmZDYHelpSel
end
object Panel1: TPanel
Left = 0
- Top = 38
+ Top = 30
Width = 512
Height = 44
Align = alTop
BevelInner = bvRaised
BevelOuter = bvLowered
Color = clWhite
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
ParentBackground = False
+ ParentFont = False
TabOrder = 2
+ ExplicitTop = 38
object Label1: TLabel
- Left = 19
- Top = 17
- Width = 24
- Height = 12
+ Left = 21
+ Top = 11
+ Width = 32
+ Height = 21
Caption = #21517#31216
end
object Label2: TLabel
@@ -181,14 +200,12 @@ object frmZDYHelpSel: TfrmZDYHelpSel
ParentColor = False
ParentFont = False
end
- object ZDYName: TEdit
+ object ZDYName: TcxTextEdit
Tag = 2
- Left = 54
- Top = 12
- Width = 169
- Height = 20
+ Left = 56
+ Top = 6
TabOrder = 0
- OnChange = ZDYNameChange
+ Width = 169
end
end
object ADOQueryMain: TADOQuery
diff --git a/public10/ThreeFun/Form/U_ZDYHelpSel.pas b/public10/ThreeFun/Form/U_ZDYHelpSel.pas
index a3dbc70..078d0a0 100644
--- a/public10/ThreeFun/Form/U_ZDYHelpSel.pas
+++ b/public10/ThreeFun/Form/U_ZDYHelpSel.pas
@@ -10,7 +10,8 @@ uses
cxGridCustomView, cxGrid, DBClient, ADODB, ImgList, StdCtrls, ExtCtrls,
cxCheckBox, cxTextEdit, cxLookAndFeels, cxLookAndFeelPainters, dxSkinsCore,
dxSkinsDefaultPainters, cxNavigator, dxDateRanges, System.ImageList,
- System.Types, dxBarBuiltInMenu, cxGridCustomPopupMenu, cxGridPopupMenu;
+ System.Types, dxBarBuiltInMenu, cxGridCustomPopupMenu, cxGridPopupMenu,
+ dxSkinWXI, dxScrollbarAnnotations, cxContainer;
type
TfrmZDYHelpSel = class(TForm)
@@ -36,7 +37,7 @@ type
ADOConnection1: TADOConnection;
Panel1: TPanel;
Label1: TLabel;
- ZDYName: TEdit;
+ ZDYName: TcxTextEdit;
ThreeImgList: TImageList;
V1Column1: TcxGridDBColumn;
Label2: TLabel;
diff --git a/public10/design/U_BaseDataLink.pas b/public10/design/U_BaseDataLink.pas
index eca9269..c4f7b38 100644
--- a/public10/design/U_BaseDataLink.pas
+++ b/public10/design/U_BaseDataLink.pas
@@ -8,7 +8,23 @@ uses
cxLookAndFeels, dxSkinsForm, cxContainer, cxEdit,
System.ImageList, Vcl.ImgList, Vcl.Controls, cxImageList, cxGraphics, cxStyles,
dxSkinBasic, dxSkinWXI, dxLayoutLookAndFeels,
- cxLocalization, dxSkinHighContrast;
+ cxLocalization, dxSkinHighContrast, dxSkinBlack, dxSkinBlue, dxSkinBlueprint,
+ dxSkinCaramel, dxSkinCoffee, dxSkinDarkroom, dxSkinDarkSide,
+ dxSkinDevExpressDarkStyle, dxSkinDevExpressStyle, dxSkinFoggy,
+ dxSkinGlassOceans, dxSkiniMaginary, dxSkinLilian, dxSkinLiquidSky,
+ dxSkinLondonLiquidSky, dxSkinMcSkin, dxSkinMetropolis, dxSkinMetropolisDark,
+ dxSkinMoneyTwins, dxSkinOffice2007Black, dxSkinOffice2007Blue,
+ dxSkinOffice2007Green, dxSkinOffice2007Pink, dxSkinOffice2007Silver,
+ dxSkinOffice2010Black, dxSkinOffice2010Blue, dxSkinOffice2010Silver,
+ dxSkinOffice2013DarkGray, dxSkinOffice2013LightGray, dxSkinOffice2013White,
+ dxSkinOffice2016Colorful, dxSkinOffice2016Dark, dxSkinOffice2019Black,
+ dxSkinOffice2019Colorful, dxSkinOffice2019DarkGray, dxSkinOffice2019White,
+ dxSkinPumpkin, dxSkinSeven, dxSkinSevenClassic, dxSkinSharp, dxSkinSharpPlus,
+ dxSkinSilver, dxSkinSpringtime, dxSkinStardust, dxSkinSummer2008,
+ dxSkinTheAsphaltWorld, dxSkinTheBezier, dxSkinValentine,
+ dxSkinVisualStudio2013Blue, dxSkinVisualStudio2013Dark,
+ dxSkinVisualStudio2013Light, dxSkinVS2010, dxSkinWhiteprint,
+ dxSkinXmas2008Blue;
type
TBaseDataLink = class(TDataModule)
diff --git a/项目代码/RTBasicsV1/F01染色坯布仓库/DyeGreyClothStk.identcache b/项目代码/RTBasicsV1/F01染色坯布仓库/DyeGreyClothStk.identcache
index 7f7a390..1099816 100644
Binary files a/项目代码/RTBasicsV1/F01染色坯布仓库/DyeGreyClothStk.identcache and b/项目代码/RTBasicsV1/F01染色坯布仓库/DyeGreyClothStk.identcache differ
diff --git a/项目代码/RTBasicsV1/F01染色坯布仓库/ProjectGroup1.groupproj.local b/项目代码/RTBasicsV1/F01染色坯布仓库/ProjectGroup1.groupproj.local
index b3bb39e..3f42621 100644
--- a/项目代码/RTBasicsV1/F01染色坯布仓库/ProjectGroup1.groupproj.local
+++ b/项目代码/RTBasicsV1/F01染色坯布仓库/ProjectGroup1.groupproj.local
@@ -2,6 +2,6 @@
-
+
diff --git a/项目代码/RTBasicsV1/F01染色坯布仓库/testDll.identcache b/项目代码/RTBasicsV1/F01染色坯布仓库/testDll.identcache
index 2b70a65..c85c5ea 100644
Binary files a/项目代码/RTBasicsV1/F01染色坯布仓库/testDll.identcache and b/项目代码/RTBasicsV1/F01染色坯布仓库/testDll.identcache differ
diff --git a/项目代码/RTBasicsV1/T01贸易生产计划/TradePlan.dproj.local b/项目代码/RTBasicsV1/T01贸易生产计划/TradePlan.dproj.local
index 0cbb470..a6bf296 100644
--- a/项目代码/RTBasicsV1/T01贸易生产计划/TradePlan.dproj.local
+++ b/项目代码/RTBasicsV1/T01贸易生产计划/TradePlan.dproj.local
@@ -8,8 +8,8 @@
1899-12-30 00:00:00.000.092,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_EmployeeSel.pas
1899-12-30 00:00:00.000.716,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_ProcessSel.pas
1899-12-30 00:00:00.000.937,D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\U_TradePlanColorInPut.dfm=D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\U_TradePlanProofInPut.dfm
- 1899-12-30 00:00:00.000.329,=D:\Dp10Repo\项目代码\RTBasics\G01贸易生产计划\U_TradeInspSet.pas
1899-12-30 00:00:00.000.537,=D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\U_TradePlanCard.pas
+ 1899-12-30 00:00:00.000.329,=D:\Dp10Repo\项目代码\RTBasics\G01贸易生产计划\U_TradeInspSet.pas
1899-12-30 00:00:00.000.764,D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\U_TradeCardInStk.pas=D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\U_TradeCardInPut.pas
1899-12-30 00:00:00.000.123,=D:\Dp10Repo\public10\design\U_globalVar.pas
1899-12-30 00:00:00.000.505,D:\Dp10RepoV1\项目代码\花蝴蝶\T01贸易生产计划\U_TradeLabelSel.pas=D:\Dp10RepoV1\项目代码\花蝴蝶\T01贸易生产计划\U_TradeInspSet.pas
@@ -37,42 +37,42 @@
1899-12-30 00:00:00.000.135,D:\Dp10Repo\项目代码\睿特\新DLL初始化(CSH.dll)\U_ZDYHelp.pas=
1899-12-30 00:00:00.000.048,=D:\Dp10Repo\public10\design\U_BaseList.pas
1899-12-30 00:00:00.000.753,=D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\U_TradeCardInPut.pas
- 1899-12-30 00:00:00.000.053,D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\U_TradePlanProofList.dfm=D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\U_TradePlanList.dfm
1899-12-30 00:00:00.000.895,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_LabelPrint.pas
+ 1899-12-30 00:00:00.000.334,D:\RTFormwork\项目代码\RTBasicsV1\T01贸易生产计划\U_TradePlanSchedule1.pas=D:\RTFormwork\项目代码\RTBasicsV1\T01贸易生产计划\U_TradePlanSchedule.pas
1899-12-30 00:00:00.000.365,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_PictureUpload.pas
1899-12-30 00:00:00.000.555,=D:\Dp10Repo\项目代码\RTBasics\T00贸易通用窗体\U_TradeSalesContractSel.pas
- 1899-12-30 00:00:00.000.844,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_AttachmentUpload.pas
+ 1899-12-30 00:00:00.000.053,D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\U_TradePlanProofList.dfm=D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\U_TradePlanList.dfm
1899-12-30 00:00:00.000.053,D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\U_TradePlanProofList.pas=D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\U_TradePlanList.pas
1899-12-30 00:00:00.000.975,=D:\Dp10Repo\public10\ThreeFun\Fun\U_CompressionFun.pas
+ 1899-12-30 00:00:00.000.334,D:\RTFormwork\项目代码\RTBasicsV1\T01贸易生产计划\U_TradePlanSchedule1.dfm=D:\RTFormwork\项目代码\RTBasicsV1\T01贸易生产计划\U_TradePlanSchedule.dfm
1899-12-30 00:00:00.000.487,D:\Dp10Repo\项目代码\睿特\新DLL初始化(CSH.dll)\U_ZDYHelpSel.pas=
- 1899-12-30 00:00:00.000.396,=D:\Dp10RepoV1\项目代码\花蝴蝶\A00通用组件\FrameDateSel.pas
- 1899-12-30 00:00:00.000.134,=D:\Dp10Repo\项目代码\RTBasics\G00贸易通用窗体\U_TradeSalesContractSel.pas
- 1899-12-30 00:00:00.000.649,=D:\Dp10Repo\项目代码\RTBasics\T01贸易生产计划\U_TradePlanSchedule.pas
1899-12-30 00:00:00.000.713,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_LabelMapSet.pas
+ 1899-12-30 00:00:00.000.649,=D:\Dp10Repo\项目代码\RTBasics\T01贸易生产计划\U_TradePlanSchedule.pas
+ 1899-12-30 00:00:00.000.134,=D:\Dp10Repo\项目代码\RTBasics\G00贸易通用窗体\U_TradeSalesContractSel.pas
1899-12-30 00:00:00.000.747,=D:\RTFormwork\项目代码\RTBasicsV1\T01贸易生产计划\U_TradePlanList.pas
+ 1899-12-30 00:00:00.000.015,=D:\Dp10Repo\public10\ThreeFun\Fun\U_RTFun.pas
+ 1899-12-30 00:00:00.000.396,=D:\Dp10RepoV1\项目代码\花蝴蝶\A00通用组件\FrameDateSel.pas
1899-12-30 00:00:00.000.736,D:\Dp10Repo\项目代码\睿特\新DLL初始化(CSH.dll)\U_ModuleNote.pas=
1899-12-30 00:00:00.000.178,=D:\Dp10Repo\public10\design\U_WindowFormdesign.pas
1899-12-30 00:00:00.000.086,=D:\Dp10Repo\public10\design\U_cxGridCustomCss.pas
- 1899-12-30 00:00:00.000.015,=D:\Dp10Repo\public10\ThreeFun\Fun\U_RTFun.pas
- 1899-12-30 00:00:00.000.103,=D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\PdfPrint.dll
+ 1899-12-30 00:00:00.000.442,D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\PdfPrint.dll=
1899-12-30 00:00:00.000.149,=D:\Dp10Repo\public10\ThreeFun\Form\U_ZDYHelp.pas
1899-12-30 00:00:00.000.629,D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\U_TradePlanColorList.dfm=D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\U_TradePlanProofList.dfm
1899-12-30 00:00:00.000.493,=D:\Dp10Repo\项目代码\RTBasics\A00通用模板\Unit1.pas
- 1899-12-30 00:00:00.000.442,D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\PdfPrint.dll=
+ 1899-12-30 00:00:00.000.103,=D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\PdfPrint.dll
1899-12-30 00:00:00.000.780,=D:\Dp10RepoV1\项目代码\花蝴蝶\T01贸易生产计划\U_TradePlanList.pas
1899-12-30 00:00:00.000.339,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_ClothInfoSel.pas
1899-12-30 00:00:00.000.692,D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_ClothInfoSel.pas=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.pas
1899-12-30 00:00:00.000.081,D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\U_TradePlanProofInPut.pas=D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\U_TradePlanInPut.pas
- 1899-12-30 00:00:00.000.686,=D:\Dp10RepoV1\项目代码\须上\A00通用窗体\U_InputBoxSingleNumber.pas
- 1899-12-30 00:00:00.000.082,D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\U_TradePlanProofInPut.dfm=D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\U_TradePlanInPut.dfm
1899-12-30 00:00:00.000.560,=D:\Dp10RepoV1\public10\ThreeFun\Fun\U_printPdf.pas
1899-12-30 00:00:00.000.370,=D:\Dp10Repo\项目代码\RTBasics\T00贸易通用窗体\U_TradePlanSel.pas
1899-12-30 00:00:00.000.956,D:\Dp10Repo\项目代码\RTBasics\T01贸易生产计划\U_TradePlanList.dfm=D:\Dp10Repo\项目代码\RTBasics\T01贸易生产计划\U_TradePlanMulFtyList.dfm
+ 1899-12-30 00:00:00.000.844,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_AttachmentUpload.pas
+ 1899-12-30 00:00:00.000.082,D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\U_TradePlanProofInPut.dfm=D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\U_TradePlanInPut.dfm
+ 1899-12-30 00:00:00.000.686,=D:\Dp10RepoV1\项目代码\须上\A00通用窗体\U_InputBoxSingleNumber.pas
1899-12-30 00:00:00.000.692,D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_ClothInfoSel.dfm=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.dfm
1899-12-30 00:00:00.000.424,=D:\Dp10RepoV1\项目代码\须上\A00通用窗体\U_InputBoxSingleString.pas
1899-12-30 00:00:00.000.440,D:\Dp10RepoV1\项目代码\须上\T01贸易生产计划\U_InputBoxCard.dfm=D:\Dp10RepoV1\项目代码\须上\A00通用窗体\U_InputBoxSingleNumber.dfm
- 2024-07-23 21:02:39.334,D:\RTFormwork\项目代码\RTBasicsV1\T01贸易生产计划\U_TradePlanSchedule1.pas=D:\RTFormwork\项目代码\RTBasicsV1\T01贸易生产计划\U_TradePlanSchedule.pas
- 2024-07-23 21:02:39.334,D:\RTFormwork\项目代码\RTBasicsV1\T01贸易生产计划\U_TradePlanSchedule1.dfm=D:\RTFormwork\项目代码\RTBasicsV1\T01贸易生产计划\U_TradePlanSchedule.dfm
diff --git a/项目代码/RTBasicsV1/T01贸易生产计划/TradePlan.identcache b/项目代码/RTBasicsV1/T01贸易生产计划/TradePlan.identcache
index 7d76711..65cf978 100644
Binary files a/项目代码/RTBasicsV1/T01贸易生产计划/TradePlan.identcache and b/项目代码/RTBasicsV1/T01贸易生产计划/TradePlan.identcache differ
diff --git a/项目代码/RTBasicsV1/T01贸易生产计划/devchs.ini b/项目代码/RTBasicsV1/T01贸易生产计划/devchs.ini
new file mode 100644
index 0000000..697b32a
--- /dev/null
+++ b/项目代码/RTBasicsV1/T01贸易生产计划/devchs.ini
@@ -0,0 +1,8069 @@
+[2052]
+CHINA_STR="й"
+cxExportListIndexError="бΧ(%d)"
+cxNavigator_DeleteRecordQuestion="ɾ¼?"
+cxNavigatorHint_Append="Ӽ¼"
+cxNavigatorHint_Cancel="ȡ"
+cxNavigatorHint_Delete="ɾ¼"
+cxNavigatorHint_Edit="ļ¼"
+cxNavigatorHint_Filter="ݹ"
+cxNavigatorHint_First="һ¼"
+cxNavigatorHint_GotoBookmark="תǩ"
+cxNavigatorHint_Insert="¼"
+cxNavigatorHint_Last="һ¼"
+cxNavigatorHint_Next="һ¼"
+cxNavigatorHint_NextPage="ҳ"
+cxNavigatorHint_Post="ύ"
+cxNavigatorHint_Prior="һ¼"
+cxNavigatorHint_PriorPage="ҳ"
+cxNavigatorHint_Refresh="ˢ"
+cxNavigatorHint_SaveBookmark="ǩ"
+cxNavigatorInfoPanelDefaultDisplayMask="[RecordIndex],[RecordCount]"
+cxPreviewDescription="Ԥʽ"
+cxSBlobButtonCancel="ȡ(&C)"
+cxSBlobButtonClose="ر(&C)"
+cxSBlobButtonOK="ȷ(&O)"
+cxSBlobMemo="()"
+cxSBlobMemoEmpty="()"
+cxSBlobPicture="(ͼƬ)"
+cxSBlobPictureEmpty="(ͼƬ)"
+cxSCantDeleteAncestor="ѡݰһȴõ,ɾ"
+cxSCheckComboBoxEmptySelectionText="δѡ"
+cxSCheckComboBoxStatesItemsPropertyDlgCaption="cxCheckComboBox - CheckStates ༭"
+cxSCheckControlIncorrectItemCount="EditValueFormatcvfIntegerĿܴ64"
+cxSCheckGroupStatesItemsPropertyDlgCaption="cxCheckGroup - ѡ״̬༭"
+cxSColorComboBoxDefaultDescription="ûѡɫ"
+cxSContainerPanelStyle=""
+cxSDataCustomDataSourceInvalidCompare="GetInfoForCompareûʵ"
+cxSDataInvalidStreamFormat="ʽЧ"
+cxSDataItemExistError="ĿѾ"
+cxSDataItemIndexError="ĿΧ"
+cxSDataProviderModeError="ṩģʽִ֧˲"
+cxSDataReadError="ȡ"
+cxSDataRecordIndexError="¼Χ"
+cxSDataRowIndexError="Χ"
+cxSDataWriteError="д"
+cxSDateBOM="³"
+cxSDateEOM="µ"
+cxSDateError="Ч"
+cxSDateFifth=""
+cxSDateFirst="һ"
+cxSDateFourth=""
+cxSDateFriday=""
+cxSDateMonday="һ"
+cxSDateNow=""
+cxSDatePopupCancel="ȡ"
+cxSDatePopupClear=""
+cxSDatePopupNow=""
+cxSDatePopupOK="ȷ"
+cxSDatePopupToday=""
+cxSDateSaturday=""
+cxSDateSecond="ڶ"
+cxSDateSeventh=""
+cxSDateSixth=""
+cxSDateSunday=""
+cxSDateThird=""
+cxSDateThursday=""
+cxSDateToday=""
+cxSDateTomorrow=""
+cxSDateTuesday=""
+cxSDateWednesday=""
+cxSDateYesterday=""
+cxSDBDetailFilterControllerNotFound="DetailFilterControllerûҵ"
+cxSDBKeyFieldNotFound="δ"
+cxSDBNotInGridMode="DataControllerûGridMode"
+cxSEditButtonCancel="ȡ"
+cxSEditButtonOK="ȷ"
+cxSEditCheckBoxChecked=""
+cxSEditCheckBoxUnchecked=""
+cxSEditCheckGroupCaptionStateDelimiter=":"
+cxSEditCheckGroupChecked="ѡ"
+cxSEditCheckGroupFilterColumnSeparator="; "
+cxSEditCheckGroupGrayed="ɫ"
+cxSEditCheckGroupUnchecked="δѡ"
+cxSEditDateConvertError="תΪ"
+cxSEditInvalidRepositoryItem="ԴĿϸ"
+cxSEditNumericValueConvertError="תΪֵ"
+cxSEditPopupCircularReferencingError="ѭ"
+cxSEditPostError="ύֵʱ"
+cxSEditRepositoryExtLookupComboBoxItem="ExtLookupComboBox|һʹQuantumGridΪؼĸ"
+cxSEditRichEditCallBackFail="RichEdit: ûص"
+cxSEditRichEditCopyCaption="(&C)"
+cxSEditRichEditCutCaption="(&T)"
+cxSEditRichEditDeleteCaption="ɾ(&D)"
+cxSEditRichEditLibraryError=" RichEdit "
+cxSEditRichEditLineInsertionError="RichEditв"
+cxSEditRichEditLinkFail="RichEdit:ӵЧԴ"
+cxSEditRichEditLoadFail="ȡʧ"
+cxSEditRichEditOleInterfaceFail="RichEdit: δܻȡ IRichEditOle ӿ"
+cxSEditRichEditPasteCaption="ճ(&P)"
+cxSEditRichEditRedoCaption="(&R)"
+cxSEditRichEditSaveFail="ʧ"
+cxSEditRichEditSelectAllCaption="ȫѡ(&A)"
+cxSEditRichEditSelectionSaveFail="ѡʧ"
+cxSEditRichEditUndoCaption="(&U)"
+cxSEditTimeConvertError="ܹתΪʱ"
+cxSEditValidateErrorText="Ƿֵ,밴ESC"
+cxSEditValueOutOfBounds="ֵԽ"
+cxSFilterAddCondition="(&C)"
+cxSFilterAddGroup="(&G)"
+cxSFilterAndCaption=""
+cxSFilterBlankCaption="հ"
+cxSFilterBoolOperatorAnd=""
+cxSFilterBoolOperatorNotAnd="Dz"
+cxSFilterBoolOperatorNotOr="ǻ"
+cxSFilterBoolOperatorOr=""
+cxSFilterBoxAllCaption="(ȫ)"
+cxSFilterBoxBlanksCaption="(հ)"
+cxSFilterBoxCustomCaption="(Զ...)"
+cxSFilterBoxNonBlanksCaption="(ǿ)"
+cxSFilterClearAll="ȫ(&A)"
+cxSFilterControlDialogActionApplyCaption="Ӧ(&A)"
+cxSFilterControlDialogActionCancelCaption="ȡ"
+cxSFilterControlDialogActionOkCaption="ȷ"
+cxSFilterControlDialogActionOpenCaption="(&O)..."
+cxSFilterControlDialogActionOpenHint="|еĹ"
+cxSFilterControlDialogActionSaveCaption="Ϊ(&S)..."
+cxSFilterControlDialogActionSaveHint="Ϊ|µֱ浱ǰĹ"
+cxSFilterControlDialogCaption=""
+cxSFilterControlDialogFileExt=""
+cxSFilterControlDialogFileFilter="˷(*.flt)|*.flt"
+cxSFilterControlDialogNewFile="δ.flt"
+cxSFilterControlDialogOpenDialogCaption="һѾڵļ"
+cxSFilterControlDialogSaveDialogCaption="浱ǰļ"
+cxSFilterControlNullString="<>"
+cxSFilterDialogCaption="Զ"
+cxSFilterDialogCharactersSeries="ַ"
+cxSFilterDialogInvalidValue="Чֵ"
+cxSFilterDialogOperationAnd=""
+cxSFilterDialogOperationOr=""
+cxSFilterDialogRows="ʾ:"
+cxSFilterDialogSingleCharacter="κεַ"
+cxSFilterDialogUse="ʹ"
+cxSFilterErrorBuilding="Դ빹"
+cxSFilterFooterAddCondition="˰ť"
+cxSFilterFromCaption=""
+cxSFilterGroupCaption="ʹ"
+cxSFilterNotCaption=""
+cxSFilterOperatorBeginsWith="ʼΪ"
+cxSFilterOperatorBetween=""
+cxSFilterOperatorContains=""
+cxSFilterOperatorDoesNotBeginWith="ʼΪ"
+cxSFilterOperatorDoesNotContain=""
+cxSFilterOperatorDoesNotEndWith="βΪ"
+cxSFilterOperatorEndsWith="βΪ"
+cxSFilterOperatorEqual=""
+cxSFilterOperatorFuture="Ժ"
+cxSFilterOperatorGreater=""
+cxSFilterOperatorGreaterEqual="ڻ"
+cxSFilterOperatorInList=".."
+cxSFilterOperatorIsNotNull="Ϊ"
+cxSFilterOperatorIsNull="Ϊ"
+cxSFilterOperatorLast14Days="14ǰ"
+cxSFilterOperatorLast30Days="30ǰ"
+cxSFilterOperatorLast7Days="7ǰ"
+cxSFilterOperatorLastMonth="һǰ"
+cxSFilterOperatorLastTwoWeeks="ǰ"
+cxSFilterOperatorLastWeek="һǰ"
+cxSFilterOperatorLastYear="һǰ"
+cxSFilterOperatorLess="С"
+cxSFilterOperatorLessEqual="Сڻ"
+cxSFilterOperatorLike=""
+cxSFilterOperatorNext14Days="14"
+cxSFilterOperatorNext30Days="30"
+cxSFilterOperatorNext7Days="7"
+cxSFilterOperatorNextMonth=""
+cxSFilterOperatorNextTwoWeeks=""
+cxSFilterOperatorNextWeek=""
+cxSFilterOperatorNextYear=""
+cxSFilterOperatorNotBetween=""
+cxSFilterOperatorNotEqual=""
+cxSFilterOperatorNotInList=".."
+cxSFilterOperatorNotLike=""
+cxSFilterOperatorPast="ȥ"
+cxSFilterOperatorThisMonth=""
+cxSFilterOperatorThisWeek=""
+cxSFilterOperatorThisYear=""
+cxSFilterOperatorToday=""
+cxSFilterOperatorTomorrow=""
+cxSFilterOperatorYesterday=""
+cxSFilterOrCaption=""
+cxSFilterRemoveRow="ɾ(&R)"
+cxSFilterRootButtonCaption=""
+cxSFilterRootGroupCaption="<>"
+cxSFilterToCaption=""
+cxSGridAlignCenter=""
+cxSGridAlignLeft=""
+cxSGridAlignmentSubMenu=""
+cxSGridAlignRight="Ҷ"
+cxSGridAvgMenuItem="ƽ"
+cxSGridBestFit="Ӧ"
+cxSGridBestFitAllColumns="Ӧ(ȫ)"
+cxSGridClearGrouping="շ"
+cxSGridClearSorting=""
+cxSGridCountMenuItem=""
+cxSGridFieldChooser="ֶѡ"
+cxSGridFullCollapse="ȫ۵"
+cxSGridFullExpand="ȫչ"
+cxSGridGroupByBox=""
+cxSGridGroupByThisField="ֶη"
+cxSGridHideGroupByBox="ط"
+cxSGridMaxMenuItem=""
+cxSGridMinMenuItem="С"
+cxSGridNone=""
+cxSGridNoneMenuItem=""
+cxSGridRemoveColumn="ɾ"
+cxSGridRemoveThisGroupItem="Ƴ˷"
+cxSGridShowExpressionEditor="ʽ༭..."
+cxSGridShowFindPanel=""
+cxSGridShowFooter="ҳ"
+cxSGridShowGroupFooter="ҳ"
+cxSGridSortByGroupValues="ֵ"
+cxSGridSortBySummary="%s %s"
+cxSGridSortBySummaryCaption=":"
+cxSGridSortColumnAsc=""
+cxSGridSortColumnDesc=""
+cxSGridSumMenuItem=""
+cxSKeyboardStatePanelStyle="״̬"
+cxSMenuItemCaptionAssignFromWebCam="ͷ(&M)..."
+cxSMenuItemCaptionCopy="(&C)"
+cxSMenuItemCaptionCut="(&T)"
+cxSMenuItemCaptionDelete="ɾ(&D)"
+cxSMenuItemCaptionLoad="ȡ(&L)..."
+cxSMenuItemCaptionPaste="ճ(&P)"
+cxSMenuItemCaptionSave="Ϊ(&A)..."
+cxSNoMatchesFound="ûҵƥ"
+cxSSpinEditInvalidNumericValue="ֵЧ"
+cxSStateIndicatorPanelStyle="״ָ̬ʾ"
+cxSTextFalse=""
+cxSTextPanelStyle="ı"
+cxSTextTrue=""
+cxSToolbarPanelStyle=""
+cxSvgAssignRowsError="ܷ"
+cxSvgCancelCaption="ȡ"
+cxSvgCustomizeCaption="Զ"
+cxSvgCustomizeCategoriesCaption=""
+cxSvgCustomizeDeleteCategory="ɾ(&D)"
+cxSvgCustomizeNewCategory="½(&N)..."
+cxSvgCustomizeRowsCaption=""
+cxSvgDeletingConfirmationCaption="ȷ"
+cxSvgDeletingFocusedConfirmationText="ɾ¼?"
+cxSvgExportNotVisibleControl="ؿؼ"
+cxSvgFilterApplyButtonCaption="Ӧɸѡ"
+cxSvgFilterCustomizeButtonCaption="..."
+cxSvgFilterIsEmpty="<ɸѡΪ>"
+cxSvgFuture="δ"
+cxSvgIndexError=""
+cxSvgInvalidRowClass="½"
+cxSvgLast14Days="14"
+cxSvgLast30Days="30"
+cxSvgLast7Days="7"
+cxSvgLastMonth="ϸ"
+cxSvgLastTwoWeeks="ȥ"
+cxSvgLastWeek=""
+cxSvgLastYear="ȥ"
+cxSvgLayoutEditorCaption="ֱ༭"
+cxSvgLayoutEditorCustomize="Զ(&C)"
+cxSvgNewCategoryCaption="½"
+cxSvgNewCategoryLabelCaption="(&C):"
+cxSvgNext14Days="һ14"
+cxSvgNext30Days="һ30"
+cxSvgNext7Days="һ7"
+cxSvgNextMonth="¸"
+cxSvgNextTwoWeeks=""
+cxSvgNextWeek=""
+cxSvgNextYear=""
+cxSvgOKCaption="ȷ"
+cxSvgPast="ȥ"
+cxSvgRTTICollectionAdd="(&A)"
+cxSvgRTTICollectionAddHint="½"
+cxSvgRTTICollectionDelete="ɾ(&D)"
+cxSvgRTTICollectionDeleteHint="ɾѡ"
+cxSvgRTTICollectionEditCaption="ڱ༭ %s%s%s"
+cxSvgRTTICollectionMoveDown="(&N)"
+cxSvgRTTICollectionMoveDownHint="ѡ"
+cxSvgRTTICollectionMoveUp="(&U)"
+cxSvgRTTICollectionMoveUpHint="ѡ"
+cxSvgRTTICollectionSelectAll="ȫѡ(&S)"
+cxSvgRTTICollectionTextLabel="ıǩ(&L)"
+cxSvgRTTICollectionToolbar="(&T)"
+cxSvgRTTIInspectorEmptyGlyph="()"
+cxSvgThisMonth=""
+cxSvgThisWeek=""
+cxSvgThisYear=""
+cxSvgToday=""
+cxSvgTomorrow=""
+cxSvgUnknown="(δ֪)"
+cxSvgYesterday=""
+cxTextDescription="ABC"
+dtlOcxPage="ActiveX"
+dtlServerPage="ActiveX"
+dxDBTreeViewSmartLoadS="ѡtrSmartRecordLoadٶȡʱ,Ƿ?"
+dxSBAR_ACCESSIBILITY_RIBBONNAME=""
+dxSBAR_ACCESSIBILITY_RIBBONTABCOLLECTIONNAME="ѡҳ"
+dxSBAR_ADDEX="..."
+dxSBAR_ADDGALLERYNAME="ͼ"
+dxSBAR_ADDREMOVEBUTTONS="ӻɾť(&A)"
+dxSBAR_ADDTOQAT="ӵٷʹ(&A)"
+dxSBAR_ADDTOQATITEMNAME="%s ӵٷʹ(&A)"
+dxSBAR_APPMENUOUTSIDERIBBON="Ӧó˵ʾڹ"
+dxSBAR_BARMANAGERBADOWNER="TdxBarManagerӦ TWinControl"
+dxSBAR_BARMANAGERMORETHANONE="һؼֻܰһTdxBarManager"
+dxSBAR_BTNCAPTION_APPEND=""
+dxSBAR_BTNCAPTION_CANCEL="ȡ"
+dxSBAR_BTNCAPTION_DELETE="ɾ"
+dxSBAR_BTNCAPTION_EDIT=""
+dxSBAR_BTNCAPTION_FIRST="һ"
+dxSBAR_BTNCAPTION_INSERT=""
+dxSBAR_BTNCAPTION_LAST="һ"
+dxSBAR_BTNCAPTION_NEXT="һ"
+dxSBAR_BTNCAPTION_POST="ύ"
+dxSBAR_BTNCAPTION_PRIOR="һ"
+dxSBAR_BTNCAPTION_REFRESH="ˢ"
+dxSBAR_BUTTONDEFAULTACTIONDESCRIPTION=""
+dxSBAR_CANCEL="ȡ"
+dxSBAR_CANTASSIGNCONTROL="ܷTdxBarControlContainerItemؼ"
+dxSBAR_CANTFINDBARMANAGERFORSTATUSBAR="ûҵ״̬"
+dxSBAR_CANTMERGEBARMANAGER="ָܶĹкϲ"
+dxSBAR_CANTMERGETOOLBAR="ָܶĹкϲ"
+dxSBAR_CANTMERGEWITHMERGEDTOOLBAR="ѱϲĹϲ"
+dxSBAR_CANTPLACEQUICKACCESSGROUPBUTTON="ֻܽTdxRibbonQuickAccessGroupButtonTdxRibbonQuickAccessToolbar"
+dxSBAR_CANTPLACERIBBONGALLERY="TdxRibbonGalleryItemֻܷõһӲ˵ؼ"
+dxSBAR_CANTPLACESEPARATOR="ָָ"
+dxSBAR_CANTPLACESKINCHOOSERGALLERY="TdxSkinChooserGalleryItemֻܷõһӲ˵ؼ"
+dxSBAR_CANTUNMERGETOOLBAR="ָܷĹ"
+dxSBAR_CAPTION="Զ"
+dxSBAR_CATEGORIES="(&G):"
+dxSBAR_CATEGORYADD=""
+dxSBAR_CATEGORYINSERT=""
+dxSBAR_CATEGORYNAME="(&C):"
+dxSBAR_CATEGORYRENAME=""
+dxSBAR_CLEAR=""
+dxSBAR_CLEARGALLERYFILTER="չ"
+dxSBAR_CLOSE="ر"
+dxSBAR_COLOR_STR_0="ɫ"
+dxSBAR_COLOR_STR_1="ɫ"
+dxSBAR_COLOR_STR_10="dzɫ"
+dxSBAR_COLOR_STR_11="ɫ"
+dxSBAR_COLOR_STR_12="ɫ"
+dxSBAR_COLOR_STR_13="Ϻɫ"
+dxSBAR_COLOR_STR_14="dzɫ"
+dxSBAR_COLOR_STR_15="ɫ"
+dxSBAR_COLOR_STR_2="ɫ"
+dxSBAR_COLOR_STR_3=""
+dxSBAR_COLOR_STR_4=""
+dxSBAR_COLOR_STR_5="ɫ"
+dxSBAR_COLOR_STR_6="ɫ"
+dxSBAR_COLOR_STR_7="ɫ"
+dxSBAR_COLOR_STR_8="ɫ"
+dxSBAR_COLOR_STR_9="ɫ"
+dxSBAR_COLORAUTOTEXT="(Զ)"
+dxSBAR_COLORCUSTOMTEXT="(Զ)"
+dxSBAR_COMMANDNAMECANNOTBEBLANK="ƲΪ.һ."
+dxSBAR_COMMANDS="(&D):"
+dxSBAR_CP_ADDBUTTON="Ӱť(&B)"
+dxSBAR_CP_ADDCXITEM="(&C)"
+dxSBAR_CP_ADDDXITEM="Ŀ(&I)"
+dxSBAR_CP_ADDGROUPBUTTON="ӷ鰴ť(&U)"
+dxSBAR_CP_ADDLARGEBUTTON="Ӵͼ(&A)"
+dxSBAR_CP_ADDSEPARATOR="ӷָ(&S)"
+dxSBAR_CP_ADDSUBITEM="Ŀ(&S)"
+dxSBAR_CP_ALLVIEWLEVELS=""
+dxSBAR_CP_BEGINAGROUP="ʼ(&G)"
+dxSBAR_CP_BUTTONGROUP=""
+dxSBAR_CP_BUTTONGROUPMENU="ť(&R)"
+dxSBAR_CP_BUTTONPAINTSTYLEMENU="ť(&S)"
+dxSBAR_CP_BUTTONUNGROUP="ȡ"
+dxSBAR_CP_CAPTION="(&C):"
+dxSBAR_CP_DEFAULTSTYLE="ĬϷ(&U)"
+dxSBAR_CP_DELETE="ɾ(&D)"
+dxSBAR_CP_DELETEITEM="ɾĿ"
+dxSBAR_CP_DELETELINK="ɾ"
+dxSBAR_CP_DISTRIBUTED="ֲʽ(&T)"
+dxSBAR_CP_IMAGEANDTEXT="ͼı(&A)"
+dxSBAR_CP_MOSTRECENTLYUSED="ʹù(&M)"
+dxSBAR_CP_NAME="(&N):"
+dxSBAR_CP_POSITIONMENU="λ(&P)"
+dxSBAR_CP_RESET="(&R)"
+dxSBAR_CP_SINGLEVIEWLEVELITEMSUFFIX="Ψһ"
+dxSBAR_CP_TEXTONLYALWAYS="ı()(&T)"
+dxSBAR_CP_TEXTONLYINMENUS="ı(˵)(&O)"
+dxSBAR_CP_VIEWLEVELSMENU="鿴(&L)"
+dxSBAR_CP_VISIBLE="ɼ(&V)"
+dxSBAR_CUSTOMIZE="Զ(&C)..."
+dxSBAR_CUSTOMIZEQAT="Զٷʹ"
+dxSBAR_CUSTOMIZERIBBON="Զ幦(&R)..."
+dxSBAR_CUSTOMIZERIBBONQAT="Զٷʹ(&C)..."
+dxSBAR_CUSTOMIZINGFORM="Զ崰..."
+dxSBAR_CXEDITVALUEDIALOGCAPTION="ֵ"
+dxSBAR_DATECLEAR=""
+dxSBAR_DATEDIALOGCAPTION="ѡ"
+dxSBAR_DATETODAY=""
+dxSBAR_DBNAVERROR1="Ѿһͬݵť"
+dxSBAR_DBNAVIGATORCATEGORYNAME="ݵ"
+dxSBAR_DEFAULTCATEGORYNAME="Ĭ"
+dxSBAR_DELETE="ɾ"
+dxSBAR_DELETERECORD="ǷҪɾǰ¼?"
+dxSBAR_DESCRIPTION="˵ "
+dxSBAR_DIALOGCANCEL="ȡ"
+dxSBAR_DIALOGOK="ȷ"
+dxSBAR_DRAGTOMAKEMENUFLOAT="϶,ʹ˵"
+dxSBAR_EXPAND="չ(Ctrl+Down)"
+dxSBAR_EXTRAPANEHEADER="ĵ"
+dxSBAR_GALLERYEMPTYFILTERCAPTION="<>"
+dxSBAR_GALLERYITEMLINKPOSITIONINDROPDOWN="&λ"
+dxSBAR_GDIPLUSNEEDED="%s Ҫװ GDI+ ӿ"
+dxSBAR_HIDEALLGALLERYGROUPS="ȫ"
+dxSBAR_HINTOPT1="ڹʾʾ(&T)"
+dxSBAR_HINTOPT2="ڹʾʾݼ(&H)"
+dxSBAR_IMAGEDIALOGCAPTION="ѡĿ"
+dxSBAR_IMAGEINDEX="ͼƬ"
+dxSBAR_IMAGETEXT="ı"
+dxSBAR_INSERTEX="..."
+dxSBAR_LARGEICONS="ͼ(&L)"
+dxSBAR_LOOKUPDIALOGCANCEL="ȡ"
+dxSBAR_LOOKUPDIALOGCAPTION="ѡֵ"
+dxSBAR_LOOKUPDIALOGOK="ȷ"
+dxSBAR_MDICLOSE="رմ"
+dxSBAR_MDIMINIMIZE="С"
+dxSBAR_MDIRESTORE="ԭ"
+dxSBAR_MENUANIM1="()"
+dxSBAR_MENUANIM2=""
+dxSBAR_MENUANIM3="۵"
+dxSBAR_MENUANIM4=""
+dxSBAR_MENUANIM5=""
+dxSBAR_MENUANIMATIONS="˵(&M):"
+dxSBAR_MENUSSHOWRECENTITEMS="˵ʾʹù(&N)"
+dxSBAR_MINIMIZERIBBON="С(&N)"
+dxSBAR_MODIFY="..."
+dxSBAR_MOREBUTTONS="ఴť"
+dxSBAR_MORECOMMANDS="(&M)..."
+dxSBAR_MOVEDOWN=""
+dxSBAR_MOVEUP=""
+dxSBAR_NEWBUTTONCAPTION="½ť"
+dxSBAR_NEWITEMCAPTION="½"
+dxSBAR_NEWRIBBONGALLERYITEMCAPTION="½"
+dxSBAR_NEWSEPARATORCAPTION="½ָ"
+dxSBAR_NEWSUBITEMCAPTION="½Ŀ"
+dxSBAR_NOBARMANAGERS="ûЧTdxBarManagers"
+dxSBAR_OK="ȷ"
+dxSBAR_ONEOFTOOLBARSALREADYMERGED="ָѾϲ"
+dxSBAR_ONEOFTOOLBARSHASMERGEDTOOLBARS="ָѾϲ"
+dxSBAR_OTHEROPTIONS=" "
+dxSBAR_PERSMENUSANDTOOLBARS="Ի˵ "
+dxSBAR_PIN="̶б"
+dxSBAR_PLACEFORCONTROL="תĵط "
+dxSBAR_POPUPMENUEDITOR="˵༭..."
+dxSBAR_QUICKACCESSALREADYHASGROUPBUTTON="ٷʹѾͬĹķ鰴ť"
+dxSBAR_QUICKACCESSGROUPBUTTONTOOLBARNOTDOCKEDINRIBBON="ٴȡ鰴ťĹͣ Ribbon"
+dxSBAR_RECURSIVEGROUPS="ܴѭķ"
+dxSBAR_RECURSIVEMENUS="ܴѭIJ˵"
+dxSBAR_REMOVEFROMQAT="ӿٷʹɾ(&R)"
+dxSBAR_RENAMEEX="..."
+dxSBAR_RESETTOOLBAR="ù(&R)"
+dxSBAR_RESETUSAGEDATA="ʹõ(&R)"
+dxSBAR_RIBBON_MINIMIZERIBBON=""
+dxSBAR_RIBBON_PINRIBBON="̶"
+dxSBAR_RIBBON_QUICKACCESSTOOLBARNAME="ٷʹ"
+dxSBAR_RIBBON_RESTORERIBBON="չ"
+dxSBAR_RIBBON_TABAREASEARCHTOOLBARNAME="ѡ"
+dxSBAR_RIBBON_TABAREATOOLBARNAME="ѡ"
+dxSBAR_RIBBONADDEMPTYGROUP="ӿշ"
+dxSBAR_RIBBONADDGROUPWITHTOOLBAR=""
+dxSBAR_RIBBONADDTAB="ѡ"
+dxSBAR_RIBBONBADOWNER="%s Ӧ TCustomForm Ϊӵ"
+dxSBAR_RIBBONBADPARENT="%s Ӧ TCustomForm Ϊĸ"
+dxSBAR_RIBBONCANTMERGE="ܺϲָĹ"
+dxSBAR_RIBBONCANTMERGETAB="ܺϲָĹҳ"
+dxSBAR_RIBBONCANTMERGEWITHOUTBARMANAGER="ܺϲָ"
+dxSBAR_RIBBONCANTUNMERGE="ָܲĹ"
+dxSBAR_RIBBONCANTUNMERGETAB="ָܲĹҳ"
+dxSBAR_RIBBONDELETEGROUP="ɾ"
+dxSBAR_RIBBONDELETETAB="ɾѡ"
+dxSBAR_RIBBONDISPLAYOPTIONS_AUTOHIDERIBBON_CAPTION="Զع"
+dxSBAR_RIBBONDISPLAYOPTIONS_AUTOHIDERIBBON_DESCRIPTION="ع.Ӧóʾ."
+dxSBAR_RIBBONDISPLAYOPTIONS_SHOWTABS_CAPTION="ʾѡ"
+dxSBAR_RIBBONDISPLAYOPTIONS_SHOWTABS_DESCRIPTION="ֻʾѡ.һѡʾ."
+dxSBAR_RIBBONDISPLAYOPTIONS_SHOWTABSANDCOMMANDS_CAPTION="ʾѡ"
+dxSBAR_RIBBONDISPLAYOPTIONS_SHOWTABSANDCOMMANDS_DESCRIPTION="ʾѡ."
+dxSBAR_RIBBONFORM_CLOSE="ر"
+dxSBAR_RIBBONFORM_DISPLAYOPTIONS="ʾѡ"
+dxSBAR_RIBBONFORM_HELP=""
+dxSBAR_RIBBONFORM_MAXIMIZE=""
+dxSBAR_RIBBONFORM_MINIMIZE="С"
+dxSBAR_RIBBONFORM_RESTOREDOWN="»ԭ"
+dxSBAR_RIBBONFORM_RESTOREUP="ϻԭ"
+dxSBAR_RIBBONMORETHANONE="ֻһ%sʵ"
+dxSBAR_RIBBONONEOFTABGROUPSALREADYMERGED="һָĹҳеĹҳѾϲ"
+dxSBAR_RIBBONSARENOTMERGED="''%s''û빦''%s''ϲ"
+dxSBAR_RIBBONTABSARENOTMERGED="ҳ''%s''û빦ҳ''%s''ϲ"
+dxSBAR_SHOWABOVERIBBON="ʾٷʹϷ(&S)"
+dxSBAR_SHOWALLGALLERYGROUPS="ʾз"
+dxSBAR_SHOWBELOWRIBBON="ʾڹ·ٷʹ(&S)"
+dxSBAR_SHOWFULLMENUSAFTERDELAY="ӳٺʾȫ˵(&U)"
+dxSBAR_SUBMENUEDITOR="Ӳ˵༭..."
+dxSBAR_SUBMENUEDITORCAPTION="ExpressBarsӲ˵༭"
+dxSBAR_TABSHEET1=" "
+dxSBAR_TABSHEET2=" "
+dxSBAR_TABSHEET3=" ѡ "
+dxSBAR_TDELETE="ɾ(&D)"
+dxSBAR_TNEW="½(&N)..."
+dxSBAR_TOOLBARADD="ӹ"
+dxSBAR_TOOLBAREXISTS="''%s''Ѵ.."
+dxSBAR_TOOLBARHASMERGEDTOOLBARS="''%s''Ѻϲ"
+dxSBAR_TOOLBARNAME="(&T):"
+dxSBAR_TOOLBARNEWNAME="Զ "
+dxSBAR_TOOLBARRENAME=""
+dxSBAR_TOOLBARS="(&A):"
+dxSBAR_TOOLBARSALREADYMERGED="''%s''Ѿϲڹ''%s''"
+dxSBAR_TOOLBARSARENOTMERGED="''%s''û빤''%s''ϲ"
+dxSBAR_TREEVIEWDIALOGCAPTION="ѡĿ"
+dxSBAR_TRENAME="(&E)..."
+dxSBAR_TRESET="(&R)..."
+dxSBAR_UNPIN="бȡĹ̶"
+dxSBAR_VISIBLE="ɼ"
+dxSBAR_WANTTOCLEARCOMMANDS="Ƿɾ''%s''е?"
+dxSBAR_WANTTODELETECATEGORY="Ƿɾ''%s''?"
+dxSBAR_WANTTODELETECOMPLEXITEM="ѡкжӵĿ.ȷǷɾЩ?"
+dxSBAR_WANTTODELETETOOLBAR="Ƿɾ''%s''?"
+dxSBAR_WANTTODELETETOOLBARS="ǷɾѡĹ?"
+dxSBAR_WANTTORESETTOOLBAR="Ƿù''%s''?"
+dxSBAR_WANTTORESETUSAGEDATA="ɾӦóʹù,Ĭϵԭ˵.᳷κʽԶ.ȷҪ?"
+dxTileControlDefaultGroupCaptionHint="Ʒ"
+dxTreeViewDelConfirm="ǷɾĿ"%s""
+SBlob="(ƶ)"
+scxActionClose="ر"
+scxActionRecurrence="ظ"
+scxActions=""
+scxActualFinishField="ʵ"
+scxActualStartField="ʵʿʼ"
+scxAdd="(&A)"
+scxAdd1=""
+scxAdd1Hint="(Ins)"
+scxAddedHolidayDisplayFormat="%s - %s (%s)"
+scxAddedHolidaysGroupBox="ӵĽڼ"
+scxAddTo="ӵ"
+scxAdvance0h="뿪ʼ1Сʱ"
+scxAdvance10m="뿪ʼ10"
+scxAdvance15m="뿪ʼ15"
+scxAdvance5m="뿪ʼ5"
+scxAdvancedCustomizationFormBottomPanelOnly1by4=" (1 by 4)"
+scxAdvancedCustomizationFormBottomPanelOnly2by2=" (2 by 2)"
+scxAdvancedCustomizationFormColumnAreaCaption=""
+scxAdvancedCustomizationFormDataAreaCaption=""
+scxAdvancedCustomizationFormFieldsCaption="֮϶ֶ:"
+scxAdvancedCustomizationFormFilterAreaCaption=""
+scxAdvancedCustomizationFormMainCaption="ֶϵӱ"
+scxAdvancedCustomizationFormRowAreaCaption=""
+scxAdvancedCustomizationFormStackedDefault="ֶκֲ"
+scxAdvancedCustomizationFormStackedSideBySide="ֶκֲ"
+scxAdvancedCustomizationFormTopPanelOnly="ֶβ"
+scxAgendaCalendar="Լ"
+scxAllDayEvent="ȫ¼(&A)"
+scxAllDayEventField="ȫ¼"
+scxAnalysisServer=""
+scxApply="Ӧ(&A)"
+scxAppointment="Լ \n"
+scxBands="..."
+scxBandsCaption=" "
+scxBoolFalse=""
+scxBoolTrue=""
+scxBuiltInLookAndFeelStyles="ʽ"
+scxBusy="æ"
+scxCaclulatorConstructFormula="Ĺʽ.ƫ"
+scxCaclulatorCyclingError=".ʽ´ǰ"
+scxCaclulatorDivByZero="ܱ!"
+scxCaclulatorErrorString="-δַֹ!"
+scxCaclulatorErrorSymbol=" - symbol ')' expected!"
+scxCaclulatorFuncInvalidIndex="Чĺ"
+scxCaclulatorFuncInvalidName="ĺ"
+scxCaclulatorFuncNeedResult="Ҫֵ"
+scxCaclulatorMissingParamters="ʧѲ"
+scxCaclulatorMissingTokens="ȱٱ"
+scxCaclulatorParseFormula="ʽַλʱ"
+scxCaclulatorStringExpression="ַʽе"
+scxCaclulatorTypeErr="ݵIJ!"
+scxCaclulatorUnknownExpression="δַ֪ʽ"
+scxCaclulatorUnknownToken="ڱʽеδ֪"
+scxCancel="ȡ(&C)"
+scxCannotRescheduleOccurrence="°ŶԼ"%s"ķ,ͬһԼԺ."
+scxCantCreateExportOutputFile="ܴļ"
+scxCantCreateRegistryKey="ܴע: \%s"
+scxCantOpenRegistryKey="ܴע: \%s"
+scxCaptionField=""
+scxChangeCellsData="ı䵥Ԫ"
+scxChangeCellsStyle="ʽԪ"
+scxChangeDeleteCells="ɾԪ"
+scxChangeInsertCells="뵥Ԫ"
+scxChangePartOfMergeCells="ܸĺϲԪIJ"
+scxClearAllAction=""
+scxClearCells="еԪ"
+scxClose="ر(&C)"
+scxCollapse="۵"
+scxCollapseAll="ȫ۵"
+scxColorBoxAutomatic="Զ"
+scxColorBoxNone=""
+scxColorEditorCaption="ɫ༭"
+scxColumnArea=""
+scxColumns="..."
+scxColumnsCaption=" "
+scxComplete=""
+scxCompleteDisplayFormat="0 %"
+scxConfirmLostExceptions="˶¼κ⽫ᶪʧ.ȷ?"
+scxConnectUsing="ʹ"
+scxContinueFrom=""
+scxContinueTo=""
+scxConverterCantCreateStyleRepository="ʽ"
+scxCreateAllItems="ȫ"
+scxCreateMissingItems="ȱٵ"
+scxCube=""
+scxCubeFile="ļ"
+scxCurrencyStyleDescription="ҸʽһĻҽ."
+scxCustom="Զ¼"
+scxCustomizeCaption="Զ"
+scxCutCommand="еԪ"
+scxDaily="(&D)"
+scxDataArea=""
+scxDatabase="ݿ"
+scxDataField=""
+scxDataStorageErrorReadCellRecord="ȡԪ¼"
+scxDataStorageErrorSetCellRecord="õԪ¼"
+scxDate="(&D):"
+scxDateTimeStyleDescription="/ʱ ʽΪ /ʱ ֵںʱ."
+scxDay="(&A)"
+scxDay1=""
+scxDayCalendar=""
+scxDays=""
+scxDefaultSheetCaption=""
+scxDeferLayoutUpdate="Ƴٲָ"
+scxDeferred="Ƴ"
+scxDelete="ɾ(&D)"
+scxDelete1="ɾ"
+scxDelete1Hint="ɾ (Del)"
+scxDeleteAllItems="ɾȫ"
+scxDeleteConfirmation="ĿѸı,ȷҪɾ?"
+scxDeleteRecurringEventDescription="ظ¼.ϣɾλе¼?"
+scxDeleteTypeDialogCaption="ȷɾ"
+scxDeleteTypeOccurrenceLabel="ɾ"
+scxDeleteTypeSeriesLabel="ɾ"
+scxDesignerCaption="TreeList༭ - "
+scxDown="(&D)"
+scxDragItems="϶Ŀ PivotGrid"
+scxDropColumnFields="ֶ˴"
+scxDropDataItems="ֶ˴"
+scxDropFilterFields="ֶ˴"
+scxDropRowFields="ֶ˴"
+scxDuration="ʱ(&U):"
+scxEdit="༭(&E)"
+scxEdit1=""
+scxEditDotted="༭..."
+scxEditRecurringEventDescription="ظ¼.ϣλе¼?"
+scxEditTypeDialogCaption="ظĿ"
+scxEditTypeOccurrenceLabel="¼"
+scxEditTypeSeriesLabel=""
+scxEmptyDayCaption="û¼"
+scxEmptyExportCache="Ϊ"
+scxEnabledField=""
+scxEnd="(&E):"
+scxEndAfter="ظ(&F):"
+scxEndBy="(&B):"
+scxEndTime="ʱ(&E):"
+scxErrorStoreObject="Ĵ洢%s"
+scxEvent="¼"
+scxEventLabel0="Ҫ"
+scxEventLabel1="ҵ"
+scxEventLabel2=""
+scxEventLabel3="ݼ"
+scxEventLabel4="μ"
+scxEventLabel5="ת"
+scxEventLabel6=""
+scxEventLabel7=""
+scxEventLabel8=""
+scxEventLabel9="绰"
+scxEventLabelNone=""
+scxEventsConflict="һճﰲŵ¼ͻ."
+scxEventTime=" ¼ʱ "
+scxEventTypeField=""
+scxEvery="ÿ(&V)"
+scxEveryWeekDay="ÿ(&K)"
+scxExcelImportUndefinedString="ַδַ!"
+scxException="¼"
+scxExceptionEvent="¼"
+scxExitConfirmation="?"
+scxExpand="չ"
+scxExpandAll="ȫչ"
+scxExport="(&E)"
+scxExportHint=""
+scxExportNotVisibleControl="ʾ"
+scxExportToCSV="ŷָı(*.csv)"
+scxExportToExcel="ӱExcel(*.xls)"
+scxExportToHtml="ҳ(*.html)"
+scxExportToText="ıļ(*.txt)"
+scxExportToXlsx="MS Excel 2007 (*.xlsx)ʽ"
+scxExportToXml="XMLĵ(*.xml)"
+scxFieldListCaption="PivotGrid ֶб"
+scxFieldNotADataField="ֶα!"
+scxFile="ļ"
+scxFilterArea=""
+scxFindAvailableTime="ҿʱ"
+scxFinishField=""
+scxFinishToFinish=""
+scxFinishToFinishLong=" (FF)"
+scxFinishToFinishShort="FF"
+scxFinishToStart="ʼ"
+scxFinishToStartLong="ʼ (FS)"
+scxFinishToStartShort="FS"
+scxFirst="һ"
+scxFirstButtonHint="һԴ"
+scxFormApply="Ӧ"
+scxFormatCellStyle="Ԫʽ"
+scxFormatCellStyleType="ʽ"
+scxFormatDialogAllBorder="б߿"
+scxFormatDialogBorder="߿(&B)"
+scxFormatDialogBottom=""
+scxFormatDialogCellShading="Ԫ"
+scxFormatDialogCenter=""
+scxFormatDialogColor="ɫ(&C)"
+scxFormatDialogFill=""
+scxFormatDialogFont="(&F)"
+scxFormatDialogFormatCaption="ʽԪ"
+scxFormatDialogGeneral=""
+scxFormatDialogHorzAlign="ˮƽ(&H)"
+scxFormatDialogInside="(&I)"
+scxFormatDialogItems="Ŀ"
+scxFormatDialogJustify=""
+scxFormatDialogLeft=""
+scxFormatDialogLine=""
+scxFormatDialogNone="(&N)"
+scxFormatDialogNone2=""
+scxFormatDialogOutline="(&I)"
+scxFormatDialogPattern="ģʽ(&P):"
+scxFormatDialogPatterns="ģʽ(&P)"
+scxFormatDialogRight=""
+scxFormatDialogSample="ʾ"
+scxFormatDialogSampleText="ٵɫ"
+scxFormatDialogStyle="ʽ(&S)"
+scxFormatDialogText="(&A)"
+scxFormatDialogTextAlignment="ı"
+scxFormatDialogTextControl="ı"
+scxFormatDialogTextStr="ı"
+scxFormatDialogTop=""
+scxFormatDialogVertAlign="ֱ(&V)"
+scxFormatDialogWrap="Զ(&W)"
+scxFormatStyleCurrency="(&C)"
+scxFormatStyleDateTime="/ʱ(&D)"
+scxFormatStyleGeneral="(&G)"
+scxFormatStyleNumber="(&N)"
+scxFormatStyleStyleSettings="ʽ"
+scxFormatStyleText="ı(&T)"
+scxFormCancel=""
+scxFormOk=""
+scxFourth=""
+scxFree="ͷ"
+scxFrom=":"
+scxFullYear="ȫ"
+scxGanttEventHint=": %s\\n: %d %%\\nʼ: %s\\n: %s"
+scxGdipInvalidOperation="GDI+еIJЧ (: %d)"
+scxGdipInvalidOperationWin32Error="GDI+еIJЧ (Win32: %d)"
+scxGeneralStyleDescription="õԪʽһûκʽ."
+scxGoToDateDialogCaption="ת"
+scxGrandTotal="ܼ"
+scxGridBandsQuickCustomizationHint="ʾ//ƶ "
+scxGridChartAlignment=""
+scxGridChartAlignmentCenter=""
+scxGridChartAlignmentDefault="Ĭ"
+scxGridChartAlignmentEnd=""
+scxGridChartAlignmentStart="ʼ"
+scxGridChartAreaDiagramDisplayText="ͼ"
+scxGridChartBarDiagramDisplayText="ͼ"
+scxGridChartBorder="߿"
+scxGridChartCategoriesDisplayText=""
+scxGridChartColumnDiagramDisplayText="ֱͼ"
+scxGridChartCustomizationFormDataGroupsPageCaption=""
+scxGridChartCustomizationFormNoSortedSeries="<ϵ>"
+scxGridChartCustomizationFormOptionsPageCaption="ѡ"
+scxGridChartCustomizationFormSeriesPageCaption="ϵ"
+scxGridChartCustomizationFormSortBySeries="ͨ:"
+scxGridChartDiagramSelector="ѡͼ"
+scxGridChartLegend="ͼ"
+scxGridChartLegendKeyBorder="߿"
+scxGridChartLineDiagramDisplayText="ͼ"
+scxGridChartNoneDiagramDisplayText="ͼ"
+scxGridChartOrientation=""
+scxGridChartOrientationDefault="Ĭ"
+scxGridChartOrientationHorizontal="ˮƽ"
+scxGridChartOrientationVertical="ֱ"
+scxGridChartOther=""
+scxGridChartPercentValueTickMarkLabelFormat="0%"
+scxGridChartPieDiagramDisplayText="״ͼ"
+scxGridChartPosition="λ"
+scxGridChartPositionBottom=""
+scxGridChartPositionDefault="Ĭ"
+scxGridChartPositionLeft=""
+scxGridChartPositionNone=""
+scxGridChartPositionRight=""
+scxGridChartPositionTop=""
+scxGridChartStackedAreaDiagramDisplayText="ͼ"
+scxGridChartStackedBarDiagramDisplayText="ͼ"
+scxGridChartStackedColumnDiagramDisplayText="ͼ"
+scxGridChartTitle=""
+scxGridChartToolBox=""
+scxGridChartToolBoxCustomizeButtonCaption="Զͼ"
+scxGridChartToolBoxDataLevels="ݲ:"
+scxGridChartToolBoxDataLevelSelectValue="ѡֵ"
+scxGridChartValueHintFormat="%s %s %s'"
+scxGridChartValueHints="ʾֵ"
+scxGridColumnsQuickCustomizationHint=" ʾ//ƶ "
+scxGridConverterIntermediaryMissing="ȱн!\\n뽫 %s ӵ."
+scxGridConverterNotExistComponent="ؼ"
+scxGridConverterNotExistGrid="cxGrid "
+scxGridCustomizationFormBandsPageCaption=""
+scxGridCustomizationFormCaption="Զ"
+scxGridCustomizationFormColumnsPageCaption=""
+scxGridCustomizationFormRowsPageCaption=""
+scxGridDataRowFixingPopupCommandFixToBottom="̶ײ"
+scxGridDataRowFixingPopupCommandFixToTop="̶ڶ"
+scxGridDataRowFixingPopupCommandUnfix="ȡ̶"
+scxGridDeletingConfirmationCaption="ȷ"
+scxGridDeletingFocusedConfirmationText="ɾ¼?"
+scxGridDeletingSelectedConfirmationText="ɾѡļ¼?"
+scxGridFilterApplyButtonCaption="Ӧù"
+scxGridFilterCustomizeButtonCaption="Զ..."
+scxGridFilterIsEmpty="<Ϊ>"
+scxGridFilterRowInfoText="˶һɸѡ"
+scxGridFindPanelClearButtonCaption=""
+scxGridFindPanelFindButtonCaption=""
+scxGridFindPanelInfoText="Ҫ..."
+scxGridFindPanelNextButtonCaption="һ"
+scxGridFindPanelPreviousButtonCaption="ǰһ"
+scxGridFuture=""
+scxGridGroupByBoxCaption="ҷϸ"
+scxGridInplaceEditFormButtonCancel="ȡ"
+scxGridInplaceEditFormButtonClose="ر"
+scxGridInplaceEditFormButtonUpdate=""
+scxGridInplaceEditFormSaveChangesQuery="Ѹı,Ƿ?"
+scxGridLast14Days="14ǰ"
+scxGridLast30Days="30ǰ"
+scxGridLast7Days="7ǰ"
+scxGridLastMonth="ϸ"
+scxGridLastTwoWeeks="ǰ"
+scxGridLastWeek=""
+scxGridLastYear="ȥ"
+scxGridLayoutViewCustomizeFormApply="Ӧ"
+scxGridLayoutViewCustomizeFormCancel="ȡ"
+scxGridLayoutViewCustomizeFormOk="ȷ"
+scxGridLayoutViewCustomizeFormTemplateCard="ģ忨"
+scxGridLayoutViewCustomizeFormViewLayout="ͼ"
+scxGridLayoutViewCustomizeLayoutButtonCaption="ֱ༭"
+scxGridLayoutViewCustomizeWarningDialogCaption=""
+scxGridLayoutViewCustomizeWarningDialogMessage="ѸIJ.ǷҪ?"
+scxGridLayoutViewRecordCaptionDefaultMask="[RecordIndex],[RecordCount]"
+scxGridLockedStateImageText="Ժ..."
+scxGridMonthFormat="mmmm yyyy"
+scxGridNewItemRowInfoText=""
+scxGridNext14Days="14"
+scxGridNext30Days="30"
+scxGridNext7Days="7"
+scxGridNextMonth="¸"
+scxGridNextTwoWeeks="ܺ"
+scxGridNextWeek="һ"
+scxGridNextYear="һ"
+scxGridNoDataInfoText="<ʾ>"
+scxGridPast="ȥ"
+scxGridRecursiveLevels="ܴݹ"
+scxGridThisMonth=""
+scxGridThisWeek=""
+scxGridThisYear=""
+scxGridToday=""
+scxGridTomorrow=""
+scxGridWizardChartViewOptionsViewSettingsPageDescription="ChartViewOptionsViewSettingsPage"
+scxGridWizardChartViewOptionsViewSettingsPageTitle="ͼ"
+scxGridWizardOptionCaptionAntialiasing=""
+scxGridWizardOptionCaptionCustomizationOptions="Զѡ"
+scxGridWizardOptionCaptionDataDrillDown="ȡ"
+scxGridWizardOptionCaptionDataGroupHiding=""
+scxGridWizardOptionCaptionDataGroupMoving="ƶ"
+scxGridWizardOptionCaptionDataGroupOptions="ѡ"
+scxGridWizardOptionCaptionOptionsCustomization="Զѡ"
+scxGridWizardOptionCaptionSeriesCustomization="Զ"
+scxGridWizardOptionCaptionToolBoxCustomizeButton="Զ尴ť"
+scxGridWizardOptionCaptionTransparentCaption=""
+scxGridYearFormat="yyyy"
+scxGridYesterday=""
+scxGroupAverage="%s ƽֵ"
+scxGroupCount="%s ֵ"
+scxGroupCountDistinct="%s ͬ"
+scxGroupCustom="%s Զ"
+scxGroupIDField=""
+scxGroupMax="%s ֵ"
+scxGroupMin="%s Сֵ"
+scxGroupStdDev="%s ƫֵ"
+scxGroupStdDevP="%s ƫ"
+scxGroupSum="%s С"
+scxGroupTotal="%s ܼ"
+scxGroupVariance="%s "
+scxGroupVarianceP="%s ָ"
+scxgsUnboundsSelectColumnsForDisplayPageInputQueryCaptionAdd=""
+scxgsUnboundsSelectColumnsForDisplayPageInputQueryCaptionEdit=""
+scxgsUnboundsSelectItemsForDisplayPageInputQueryCaptionAdd="Ŀ"
+scxgsUnboundsSelectItemsForDisplayPageInputQueryCaptionEdit="༭Ŀ"
+scxgsUnboundsSelectRowsForDisplayPageInputQueryCaptionAdd=""
+scxgsUnboundsSelectRowsForDisplayPageInputQueryCaptionEdit=""
+scxgwBandsPageDescription=",ָǵ˳"
+scxgwBandsPageInputQueryCaptionAdd=""
+scxgwBandsPageInputQueryCaptionEdit=""
+scxgwBandsPageTitle=""
+scxgwBehaviorPageCardViewCardExpanding="չƬ"
+scxgwBehaviorPageCardViewCardExpandingHint="չƬ"
+scxgwBehaviorPageCardViewExpandRowOnDblClick="˫չ"
+scxgwBehaviorPageCardViewExpandRowOnDblClickHint="˫չ\\n"
+scxgwBehaviorPageCardViewRowExpanding="չ"
+scxgwBehaviorPageCardViewRowExpandingHint="ڷʾչť"
+scxgwBehaviorPageCardViewRowHiding=""
+scxgwBehaviorPageCardViewRowHidingHint="ָؿƬͼ"
+scxgwBehaviorPageCardViewRowMoving="ƶ"
+scxgwBehaviorPageCardViewRowMovingHint="϶ƶ"
+scxgwBehaviorPageCardViewRowOptions="ѡ"
+scxgwBehaviorPageCellMultiSelect="Ԫѡ"
+scxgwBehaviorPageCellMultiSelectHint="ѡԪ"
+scxgwBehaviorPageCellSelect="Ԫѡ"
+scxgwBehaviorPageCellSelectHint="ѡһеijԪ"
+scxgwBehaviorPageDescription="ԶͼΪ"
+scxgwBehaviorPageExpandingOptions="չѡ"
+scxgwBehaviorPageExpandRecordOnDblClick="˫չ¼"
+scxgwBehaviorPageExpandRecordOnDblClickHint="˫Ƭʱչ¼"
+scxgwBehaviorPageFocusCellOnCycle="ڵԪѭ"
+scxgwBehaviorPageFocusCellOnCycleHint="ȷǷƶ㵽һ/һ,\\nͨڵǰұ/ߵĵԪʱ"
+scxgwBehaviorPageFocusCellOnTab="ڵԪʹTabƶ"
+scxgwBehaviorPageFocusCellOnTabHint="ڵԪʹTabƶ"
+scxgwBehaviorPageFocusFirstCellOnNewRecord="ý¼¼ĵһԪ"
+scxgwBehaviorPageFocusFirstCellOnNewRecordHint="ý¼¼ĵһԪ"
+scxgwBehaviorPageFocusingOptions="ѡ"
+scxgwBehaviorPageGoToNextCellOnEnter="سתһԪ"
+scxgwBehaviorPageGoToNextCellOnEnterHint="سתһԪ"
+scxgwBehaviorPageGridLines=""
+scxgwBehaviorPageGridLinesHorizontal="ˮƽ"
+scxgwBehaviorPageGridLinesHorizontalHint="Ƿʾˮƽ"
+scxgwBehaviorPageGridLinesVertical="ֱ"
+scxgwBehaviorPageGridLinesVerticalHint="Ƿʾֱ"
+scxgwBehaviorPageGroupExpanding="չ"
+scxgwBehaviorPageGroupExpandingHint="Ƿ\\nIJ˵ʾչť"
+scxgwBehaviorPageHideSelection="ѡ"
+scxgwBehaviorPageHideSelectionHint="Ƿڱؼʧȥʱ\\nѡнȾ"
+scxgwBehaviorPageItemHotTrack="ȸ"
+scxgwBehaviorPageItemHotTrackHint="ȸ"
+scxgwBehaviorPageRecordExpanding="¼չ"
+scxgwBehaviorPageRecordExpandingHint="ǷڿƬʾչť"
+scxgwBehaviorPageRecordMultiSelect="¼ѡ"
+scxgwBehaviorPageRecordMultiSelectHint="ѡ¼"
+scxgwBehaviorPageRowMultiSelect="жѡ"
+scxgwBehaviorPageRowMultiSelectHint="ѡ"
+scxgwBehaviorPageSelectionOptions="ѡѡ"
+scxgwBehaviorPageTitle="Ϊ"
+scxgwCardViewTreeViewFrameAddCaptionRow="б(&P)"
+scxgwCardViewTreeViewFrameAddCaptionRowHint="б(Alt+P)"
+scxgwCardViewTreeViewFrameAddCategoryRow="з(&T)"
+scxgwCardViewTreeViewFrameAddCategoryRowHint="з(Alt+T)"
+scxgwCardViewTreeViewFrameDefaultCaptionRowCaption=""
+scxgwCardViewTreeViewFrameDefaultCategoryRowCaption=""
+scxgwCardViewTreeViewFrameEditRow="(&E)"
+scxgwCardViewTreeViewFrameEditRowHint="(Alt+E)"
+scxgwCardViewTreeViewFrameInputQueryCaptionAddCaptionRow="б"
+scxgwCardViewTreeViewFrameInputQueryCaptionAddCategoryRow="з"
+scxgwCardViewTreeViewFrameInputQueryCaptionEditRow=""
+scxgwCommonAdd="(&A)"
+scxgwCommonAddAll="(&L)"
+scxgwCommonAddSelected="ѡ(&S)"
+scxgwCommonCancel="ȡ(&C)"
+scxgwCommonCaptionPrompt=":"
+scxgwCommonCheckSelected="ѡ"
+scxgwCommonCloseQuery="ҪֹDevExpress. \nرձ,бϢʧ,Ƿ?"
+scxgwCommonCreateDetailLevelQuery="Ƿһµϸͼ?"
+scxgwCommonDataSource="Դ:"
+scxgwCommonDataSourceHint="'"
+scxgwCommonDeleteAll="ȫɾ(&E)"
+scxgwCommonDeleteSelected="ɾ(&D)"
+scxgwCommonDeselectAll="ȡѡ"
+scxgwCommonEdit="༭(&I)"
+scxgwCommonGroupCaptionCommon=""
+scxgwCommonGroupCaptionOthers=""
+scxgwCommonKeyFields="ؼֶ:"
+scxgwCommonKeyFieldsHint="ؼֶָһɷֺŷָļб\\nֶÿ¼Ψһʶ"
+scxgwCommonKind=":"
+scxgwCommonMoveDown="(&W)"
+scxgwCommonMoveSelectedDown="ѡ"
+scxgwCommonMoveSelectedUp="ѡ"
+scxgwCommonMoveUp="(&U)"
+scxgwCommonNoneSelected="<ûѡκ>"
+scxgwCommonOK="ȷ(&O)"
+scxgwCommonProperties=":"
+scxgwCommonSelectAll="ȫѡ"
+scxgwCommonUncheckSelected="ȡѡ"
+scxgwCommonWizardCaption=""
+scxgwCommonWizardCaptionEditing="-%s"
+scxgwCustomizationFormBandsTab=""
+scxgwCustomizationFormCardTreeViewTab="Ƭͼ"
+scxgwCustomizationFormColumnsTab=""
+scxgwCustomizationFormRowsTab=""
+scxgwCustomizeItemsPageDescriptionDB="ΪĽԪṩIJ"
+scxgwCustomizeItemsPageDescriptionUnbound="ΪĽԪṩIJֺͼ"
+scxgwCustomizeItemsPageTitleDB="Զ岼"
+scxgwCustomizeItemsPageTitleUnbound="Զ岼ֺ"
+scxgwDataSettingsPageDescription="Ϊѡʵ"
+scxgwDataSettingsPageGridMode="ģʽ"
+scxgwDataSettingsPageGridModeBufferCount="ģʽ"
+scxgwDataSettingsPageMultiThreadedOptionsFiltering="̹߳"
+scxgwDataSettingsPageMultiThreadedOptionsSorting="߳"
+scxgwDataSettingsPageSmartRefresh="ˢ"
+scxgwDataSettingsPageSmartRefreshHint="'"
+scxgwDataSettingsPageSynchronization="ϸͼͬ"
+scxgwDataSettingsPageSynchronizationHint="ϸͼͬȷǷ\\nǰͼ"¡"ͼ\\n"ģʽ"ͼԶͬ"
+scxgwDataSettingsPageSyncMode="ͬģʽ"
+scxgwDataSettingsPageSyncModeHint="ͬģʽָǷ\\nؼƥTDataSetͬ"
+scxgwDataSettingsPageTitle="ݴ"
+scxgwDataSourcePageDescription="ָһԴ. \nȷԴӵݼ"
+scxgwDataSourcePageDetailKeyFieldNames="ϸؼֶ: "
+scxgwDataSourcePageDetailKeyFieldNamesHint="ϸؼֶοָһֶ\\nϸϢݼ,Ψһʶÿϸ¼"
+scxgwDataSourcePageIsDetailView="ϸͼ"
+scxgwDataSourcePageMasterView="ͼ"
+scxgwDataSourcePageMasterViewHint="'"
+scxgwDataSourcePageMasterViewKeyFieldNames="ؼֶ: "
+scxgwDataSourcePageMasterViewKeyFieldNamesHint="ؼֶָݼеֶб\\nݼ֮/ӹϵ."
+scxgwDataSourcePageTitle="Դ"
+scxgwFilteringSortingPageColumnFiltering="й"
+scxgwFilteringSortingPageColumnFilteringHint="ָǷʾť"
+scxgwFilteringSortingPageColumnSorting=""
+scxgwFilteringSortingPageColumnSortingHint="ֵ"
+scxgwFilteringSortingPageDescription="Ϊ˺ָܺԪ"
+scxgwFilteringSortingPageFilterBoxVisible="ɼ"
+scxgwFilteringSortingPageFilterBoxVisibleAlways=""
+scxgwFilteringSortingPageFilterBoxVisibleAlwaysHint="ʾ"
+scxgwFilteringSortingPageFilterBoxVisibleHint="ɼ"
+scxgwFilteringSortingPageFilterBoxVisibleNonEmpty="Ӧùʱ"
+scxgwFilteringSortingPageFilterBoxVisibleNonEmptyHint="ڶͼйʱʾ"
+scxgwFilteringSortingPageHeaderFilterButtonShowMode="ťʾģʽ"
+scxgwFilteringSortingPageHeaderFilterButtonShowModeButton="ť"
+scxgwFilteringSortingPageHeaderFilterButtonShowModeButtonHint="ͨĹ˰ťڽ\\nֵʱṩ˵"
+scxgwFilteringSortingPageHeaderFilterButtonShowModeHint="ָťʾģʽ"
+scxgwFilteringSortingPageHeaderFilterButtonShowModeSmartTag="ܱ"
+scxgwFilteringSortingPageHeaderFilterButtonShowModeSmartTagHint="˰ťһСרƵ\\nͼ,ͼ\\nбʱʾ,û\\nжЩDZ˵."
+scxgwFilteringSortingPageIncSearch=""
+scxgwFilteringSortingPageIncSearchHint="ûڱؼͨƥ\\n¼ֶεĸм¼λ"
+scxgwFilteringSortingPageShowColumnFilterButton="ťɼ"
+scxgwFilteringSortingPageShowColumnFilterButtonAlways=""
+scxgwFilteringSortingPageShowColumnFilterButtonAlwaysHint="˰ť()һֱʾ"
+scxgwFilteringSortingPageShowColumnFilterButtonWhenSelected="ѡʱ"
+scxgwFilteringSortingPageShowColumnFilterButtonWhenSelectedHint="ѡ()ʱʾ˰ť"
+scxgwFilteringSortingPageTitle="˺"
+scxgwFinishPageDescription="Զıͼ.ҪȥһЩ, \nʹú˰ť,뵥Աĸ"
+scxgwFinishPageTitle=""
+scxgwInplaceEditFormLayoutPageDescription="Զ༭IJ"
+scxgwInplaceEditFormLayoutPageTitle="ԭر༭岼"
+scxgwInplaceEditFormPageClient="ͻ'"
+scxgwInplaceEditFormPageClientHint="'"
+scxgwInplaceEditFormPageDefaultColumnCount=""
+scxgwInplaceEditFormPageDefaultColumnCountHint="༭ָ"
+scxgwInplaceEditFormPageDefaultStretch=""
+scxgwInplaceEditFormPageDescription="ԭر༭"
+scxgwInplaceEditFormPageHorizontal="ˮƽ'"
+scxgwInplaceEditFormPageHorizontalHint="'"
+scxgwInplaceEditFormPageMasterRowDblClickAction="˫"
+scxgwInplaceEditFormPageNone="'"
+scxgwInplaceEditFormPageNoneHint="'"
+scxgwInplaceEditFormPageShowEditForm="ʾ༭"
+scxgwInplaceEditFormPageShowEditFormHint="'"
+scxgwInplaceEditFormPageSwitchExpandedState="лչ״̬"
+scxgwInplaceEditFormPageSwitchExpandedStateHint="'"
+scxgwInplaceEditFormPageTitle="ԭر༭"
+scxgwInplaceEditFormPageUseDefaultLayout="ʹĬϲ"
+scxgwInplaceEditFormPageUseDefaultLayoutHint="ʹԶɵIJڱ༭, Զ"
+scxgwInplaceEditFormPageVertical="ֱ'"
+scxgwInplaceEditFormPageVerticalHint="'"
+scxgwLayoutViewCarouselAngleOptions="Ƕѡ"
+scxgwLayoutViewCarouselAnimationInterval=":"
+scxgwLayoutViewCarouselAnimationIntervalHint="ָתʱ,λ:"
+scxgwLayoutViewCarouselAutoPitchAngle="Զ"
+scxgwLayoutViewCarouselAutoPitchAngleHint="ָԶ\\nתľбǶ"
+scxgwLayoutViewCarouselBackgroundRecordAlphaLevel=":"
+scxgwLayoutViewCarouselBackgroundRecordAlphaLevelHint="ָƬ"
+scxgwLayoutViewCarouselBackgroundRecordEndScale=":"
+scxgwLayoutViewCarouselBackgroundRecordEndScaleHint="ָƬĽ,ٷֱ"
+scxgwLayoutViewCarouselBackgroundRecordOptions="¼ѡ"
+scxgwLayoutViewCarouselBackgroundRecordStartScale="ʼ:"
+scxgwLayoutViewCarouselBackgroundRecordStartScaleHint="ָƬĿʼ,ٷֱ"
+scxgwLayoutViewCarouselPageDescription="תģʽ"
+scxgwLayoutViewCarouselPageTitle="תģʽ"
+scxgwLayoutViewCarouselPitchAngle="бǶ"
+scxgwLayoutViewCarouselPitchAngleHint="ָתľбǶ,λ"
+scxgwLayoutViewCarouselRadius="뾶:"
+scxgwLayoutViewCarouselRadiusHint="ָԲ뾶,λ:"
+scxgwLayoutViewCarouselRecordCount="¼:"
+scxgwLayoutViewCarouselRecordCountHint="ָͬʱʾļ¼\\nڲͼڵĿƬ(¼)"
+scxgwLayoutViewCarouselRollAngle="תǶ"
+scxgwLayoutViewCarouselRollAngleHint="ָתĽǶ,λ:"
+scxgwLayoutViewCustomizeItemsPageDescription="ΪѡʵIJ"
+scxgwLayoutViewCustomizeItemsPageTitle="ԶĿ"
+scxgwLayoutViewOptionsViewPageCenterRecords="Ƭ"
+scxgwLayoutViewOptionsViewPageCenterRecordsHint="ָƬʾͼм"
+scxgwLayoutViewOptionsViewPageDescription="ָôпƬк"
+scxgwLayoutViewOptionsViewPageSingleRecordStretch="Ƭ"
+scxgwLayoutViewOptionsViewPageSingleRecordStretchClient="ͻ"
+scxgwLayoutViewOptionsViewPageSingleRecordStretchClientHint="Ƭռֱͻʱ"
+scxgwLayoutViewOptionsViewPageSingleRecordStretchHint="ָƬŷʽ"
+scxgwLayoutViewOptionsViewPageSingleRecordStretchHorizontal="ˮƽ"
+scxgwLayoutViewOptionsViewPageSingleRecordStretchHorizontalHint="ƬﵽͼĿʱ"
+scxgwLayoutViewOptionsViewPageSingleRecordStretchNone=""
+scxgwLayoutViewOptionsViewPageSingleRecordStretchNoneHint="Ƭ."
+scxgwLayoutViewOptionsViewPageSingleRecordStretchVertical="ֱ"
+scxgwLayoutViewOptionsViewPageSingleRecordStretchVerticalHint="Ƭﵽͼĸ߶ʱ"
+scxgwLayoutViewOptionsViewPageTitle="ͼ"
+scxgwLayoutViewOptionsViewPageViewMode="ͼģʽ"
+scxgwLayoutViewOptionsViewPageViewModeCarousel="ת"
+scxgwLayoutViewOptionsViewPageViewModeCarouselHint="ƬһԲ,ģתľЧ"
+scxgwLayoutViewOptionsViewPageViewModeHint="ָƬʾģʽ"
+scxgwLayoutViewOptionsViewPageViewModeMultiColumn=""
+scxgwLayoutViewOptionsViewPageViewModeMultiColumnHint="Ƭʶ"
+scxgwLayoutViewOptionsViewPageViewModeMultiRow=""
+scxgwLayoutViewOptionsViewPageViewModeMultiRowHint="ʾƬ"
+scxgwLayoutViewOptionsViewPageViewModeSingleColumn=""
+scxgwLayoutViewOptionsViewPageViewModeSingleColumnHint="Ƭֻʾһ"
+scxgwLayoutViewOptionsViewPageViewModeSingleRecord="һƬ"
+scxgwLayoutViewOptionsViewPageViewModeSingleRecordHint="ֻʾһſƬ"
+scxgwLayoutViewOptionsViewPageViewModeSingleRow=""
+scxgwLayoutViewOptionsViewPageViewModeSingleRowHint="ֻʾһпƬ"
+scxgwSelectItemsForDisplayDataSetFields="ݼеֶ"
+scxgwSelectItemsForDisplayGridViewFields="ͼеֶ"
+scxgwSelectItemsForDisplayPageDescription="ѡҪʾڱͼеֶβָǵ˳"
+scxgwSelectItemsForDisplayPageTitle="Ҫʾֶ"
+scxgwSelectViewPageDescription="ΪԴѡʵıͼ"
+scxgwSelectViewPageGroupHeaderDBViews="ͼ"
+scxgwSelectViewPageGroupHeaderServerModeViews="ģʽͼ"
+scxgwSelectViewPageGroupHeaderUnboundViews="δͼ"
+scxgwSelectViewPageTitle="ͼ"
+scxgwServerModeDataSourcePageActivate=""
+scxgwServerModeDataSourcePageDescription="ָԴ.ȷȷúӵһЧ"
+scxgwServerModeDataSourcePageTitle="Դ"
+scxgwSizingPageCardAutoWidth="ƬԶ"
+scxgwSizingPageCardAutoWidthHint="ԶÿƬ"
+scxgwSizingPageCardSizing="Ƭߴ"
+scxgwSizingPageCardSizingHint="ûԼÿƬߴ"
+scxgwSizingPageCellAutoHeight="ԪԶ߶"
+scxgwSizingPageCellAutoHeightHint="ʾ\\nԶõԪ߶"
+scxgwSizingPageCellEndEllipsis="ԪʡԺ"
+scxgwSizingPageCellEndEllipsisHint="ԪıʱʾʡԺ"
+scxgwSizingPageColumnAutoWidth="Զ"
+scxgwSizingPageColumnAutoWidthHint="ʾ\\nԶеĿ"
+scxgwSizingPageDataRowSizing="гߴ"
+scxgwSizingPageDataRowSizingHint="ûԸıеijߴ"
+scxgwSizingPageDescription="Զߴѡ"
+scxgwSizingPageFooterAutoHeight="ԶҳŸ߶"
+scxgwSizingPageFooterAutoHeightHint="ʾ\\nԶͼҳŵĸ߶"
+scxgwSizingPageGroupAutoSizingOptions="Զóߴѡ"
+scxgwSizingPageGroupManualSizingOptions="ֶóߴѡ"
+scxgwSizingPageGroupRowSizing="гߴ"
+scxgwSizingPageGroupRowSizingHint="ûıеijߴ"
+scxgwSizingPageHeaderAutoHeight="ͷԶ߶"
+scxgwSizingPageHeaderAutoHeightHint="ʾ\\nԶñͷ߶"
+scxgwSizingPageRowCaptionAutoHeight="бԶ߶"
+scxgwSizingPageRowCaptionAutoHeightHint="ʾԶ\\nƬбĸ߶"
+scxgwSizingPageRowCaptionEndEllipsis="бʡԺ"
+scxgwSizingPageRowCaptionEndEllipsisHint="бⳬʱʾʡԺ"
+scxgwSizingPageTitle="ߴ"
+scxgwSummaryPageAllRecords="Ϊм¼"
+scxgwSummaryPageAllRecordsHint="Ҫм¼"
+scxgwSummaryPageDescription="ҳŻҳһָеĸҪ"
+scxgwSummaryPageMultipleSelectedRecords="Ϊ߶ѡļ¼"
+scxgwSummaryPageMultipleSelectedRecordsHint="Ҫֻ ѡļ¼"
+scxgwSummaryPageNullIgnore="Կֵ"
+scxgwSummaryPageNullIgnoreHint="ԸҪмĿֵ"
+scxgwSummaryPageSelectedRecords="Ϊѡļ¼"
+scxgwSummaryPageSelectedRecordsHint="Ҫֻѡļ¼"
+scxgwSummaryPageTitle="Ҫ"
+scxgwUIElementsCardViewEmptyRows=""
+scxgwUIElementsCardViewEmptyRowsHint="һʾչť"
+scxgwUIElementsCardViewExpandButtonAlignment="չť"
+scxgwUIElementsCardViewExpandButtonAlignmentHint="ָƬչťˮƽ"
+scxgwUIElementsCardViewExpandButtonAlignmentLeft=""
+scxgwUIElementsCardViewExpandButtonAlignmentLeftHint="չťڱ"
+scxgwUIElementsCardViewExpandButtonAlignmentRight=""
+scxgwUIElementsCardViewExpandButtonAlignmentRightHint="չťڱұ"
+scxgwUIElementsCardViewRowLayout="в"
+scxgwUIElementsCardViewRowLayoutHint="ָƬв"
+scxgwUIElementsCardViewRowLayoutHorizontal="ˮƽ"
+scxgwUIElementsCardViewRowLayoutHorizontalHint="Ƭʾһ"
+scxgwUIElementsCardViewRowLayoutVertical="ֱ"
+scxgwUIElementsCardViewRowLayoutVerticalHint="Ƭϵʾһ"
+scxgwUIElementsPageBandsQuickCustomization="Զ"
+scxgwUIElementsPageBandsQuickCustomizationHint="Զһб\\nڸбתĿɼԼ\\nͨ϶"
+scxgwUIElementsPageColumnsQuickCustomization="Զ"
+scxgwUIElementsPageColumnsQuickCustomizationHint="Զлһб\\nڸбתеĿɼԼ\\nͨ϶жн"
+scxgwUIElementsPageDescription="ָûԷʵĽԪ"
+scxgwUIElementsPageFilterButton="ťɼ"
+scxgwUIElementsPageFilterButtonHint="ʾİť"
+scxgwUIElementsPageFilterRowVisible=""
+scxgwUIElementsPageFilterRowVisibleHint="ͼһ,ṩһĹб"
+scxgwUIElementsPageFooter="ҳ"
+scxgwUIElementsPageFooterHint="ҳʾҳŸҪ"
+scxgwUIElementsPageGroupBox=""
+scxgwUIElementsPageGroupBoxHint="ʱз鲢ʾ"
+scxgwUIElementsPageGroupFooter="ҳ"
+scxgwUIElementsPageGroupFooterHint="ҳʾڷײһҪ"
+scxgwUIElementsPageGroupFooterModeAlwaysVisible="ǿɼ"
+scxgwUIElementsPageGroupFooterModeVisibleWhenExpanded="չʱɼ"
+scxgwUIElementsPageGroupInterfaceElements="Ԫ"
+scxgwUIElementsPageHeader="ҳü"
+scxgwUIElementsPageHeaderHint="ѡȷǷʾͼб\\nʱнƶȲ"
+scxgwUIElementsPageHideCurrentRow="صǰ"
+scxgwUIElementsPageHideCurrentRowHint="ԭر༭崦ڻ״̬ʱڱ༭"
+scxgwUIElementsPageIndicator="ָʾ"
+scxgwUIElementsPageIndicatorHint="ָʾȷǷʾָʾ"
+scxgwUIElementsPageInplaceEditForm="ԭر༭"
+scxgwUIElementsPageInplaceEditFormHint="ʹԭر༭ʱü¼༭"
+scxgwUIElementsPageNavigator=""
+scxgwUIElementsPageNavigatorButtons="ť'"
+scxgwUIElementsPageNavigatorButtonsHint="'"
+scxgwUIElementsPageNavigatorHint="ṩ˼¼Ĺ"
+scxgwUIElementsPageNewItemRow="½"
+scxgwUIElementsPageNewItemRowHint="ʾһ½еġ½һС\\n½вݼ"
+scxgwUIElementsPagePreview="Ԥ"
+scxgwUIElementsPagePreviewHint="MS-OutlookʽԤʾ¼ıעֶε\\nԶıעϢ\\nʾÿкǵĿƥп"
+scxgwUIElementsPageRecordCaption="¼"
+scxgwUIElementsPageRecordCaptionHint="ָƬı"
+scxgwUIElementsPageTitle="Ԫ"
+scxgwUnboundsSelectColumnsForDisplayPageDescription="С,ָǵ˳"
+scxgwUnboundsSelectColumnsForDisplayPageTitle=""
+scxgwUnboundsSelectItemsForDisplayPageDescription="Ŀ,ָǵ˳"
+scxgwUnboundsSelectItemsForDisplayPageTitle=""
+scxgwUnboundsSelectRowsForDisplayPageDescription="СƲָǵ˳"
+scxgwUnboundsSelectRowsForDisplayPageTitle=""
+scxgwWizardModePageDeletePresentStructure="ɾĿǰIJνṹ"
+scxgwWizardModePageDescription="Ϊѡʵ"
+scxgwWizardModePageMultiLevelStructure=""
+scxgwWizardModePageSingleLevelStructure=""
+scxgwWizardModePageTitle=""
+scxHalfYear=""
+scxHalfYearShort="H"
+scxHide=""
+scxHideCustomization="ֶб"
+scxHolidayDate=":"
+scxHolidayDisplayFormat="%s (%s)"
+scxHolidayName=":"
+scxHolidaysEditorCaption="ڼձ༭"
+scxHolidaysGroupBox="ڼ"
+scxHolidaysLocationEditorCaption="ر༭"
+scxHolidaysLocationHolidayEditorCaption="ڼձ༭"
+scxHorizontal="ˮƽ"
+scxHotZoneStyleMediaPlayer8="MediaPlayer8"
+scxHotZoneStyleMediaPlayer9="MediaPlayer9"
+scxHotZoneStyleSimple=""
+scxHotZoneStyleXPTaskBar="XPTaskBar"
+scxHour="Сʱ"
+scxHours="Сʱ"
+scxIDField=""
+scxIllegalHeight="и߶ֵǷ"
+scxIllegalWidth="пֵǷ"
+scxImport="(&I)"
+scxImportErrorCaption=""
+scxImportHint=""
+scxIncorrectUnion="ϲԪ"
+scxIndexOutOfBounds="ָ%d"
+scxInProgress="ڽ"
+scxInvalidCellDimension="ЧԪС"
+scxInvalidColumnIndex="ֵ %d "
+scxInvalidColumnRowCount="Ч"
+scxInvalidCubeName="Ч%sCube."
+scxInvalidCustomField="ǷԶֶ"
+scxInvalidFieldName="Ƿֶ"
+scxInvalidLayout="ЧIJ!"
+scxInvalidNumber="һЧ."
+scxInvalidProviderVersion="ṩ汾ƥ OLAP Դ汾"
+scxInvalidRecurrenceDuration="¼ʱСظ. ̳ʱ,ĶԻеĶģʽ."
+scxInvalidRowIndex="ֵ %d "
+scxInvalidStreamFormat="ʽЧ"
+scxInvalidStyleIndex="Чʽֵ %d"
+scxItems="༭..."
+scxKPIs="ؼЧָ"
+scxKPIStatusBad=""
+scxKPIStatusGood=""
+scxKPIStatusNeutral=""
+scxKPITrendGoingDown="ȥ"
+scxKPITrendGoingUp="ȥ"
+scxKPITrendNoChange="ı"
+scxLabel="ǩ(&B):"
+scxLabelAs="ǩΪ:"
+scxLabelField="ǩ"
+scxLast=""
+scxLastButtonHint="Դ"
+scxLinkHint=": %s (%s)\\n: %s\\n: %s"
+scxLoadingFonts="ڶȡ ..."
+scxLocation="λ(&L):"
+scxLocationField="λ"
+scxLocationName=":"
+scxLocationsGroupBox=""
+scxLockedStateText="Ժ..."
+scxMaskEditEmptyMaskCollectionFile="ʽļΪ"
+scxMaskEditIllegalFileFormat="ļʽǷ"
+scxMaskEditInvalidEditValue="༭ֵǷ"
+scxMaskEditMaskCollectionFiles="ʽļ"
+scxMaskEditNoMask=""
+scxMaskEditRegExprError="ʽ:"
+scxMeasureGroups="ֵ"
+scxMeasures="ʩ"
+scxMergeCells="ϲԪ"
+scxMessageField="Ϣ"
+scxMinute=""
+scxMinutes=""
+scxModernStyleHintComplete=":"
+scxModernStyleHintEnd=":"
+scxModernStyleHintLocation="λ:"
+scxModernStyleHintReminder="ʾ:"
+scxModernStyleHintReminderNone=""
+scxModernStyleHintResources=":"
+scxModernStyleHintStart="ʼ:"
+scxMonthCalendar=""
+scxMonthly="(&M)"
+scxMonths=""
+scxMoveToBeginning="ͷ"
+scxMoveToEnd="β"
+scxMoveToLeft="ƶ"
+scxMoveToRight="ƶ"
+scxMultiSelectRequired="ѡ"
+scxNextAppointment="һ¼"
+scxNextButtonHint="һԴ"
+scxNextPageButtonHint="һҳ"
+scxNoAvailableFreeTime="ûпʱ."
+scxNoDataToDisplay="<ʾ>"
+scxNoEndDate="(&N)"
+scxNone="ͨ¼"
+scxNoneEvent="ͨ¼"
+scxNotExistGridLevel="Ŀ㲻"
+scxNotExistGridView="ͼ"
+scxNotImplemented="δʵ!"
+scxNotStarted="δʼ"
+scxNumberStyleDescription="ڳʾ."
+scxOccurenceEvent="¼"
+scxOccurences="κ"
+scxOccurrence="ͨ¼"
+scxOf=""
+scxOfEvery="ÿ"
+scxOk="ȷ(&O)"
+scxOneDay="һ"
+scxOperationNotSupported="ִ֧˲"
+scxOptions="ѡ"
+scxOrder="˳"
+scxOthers=""
+scxOutlookFormatMismatch="ڼոʽƥ"
+scxOutOfOffice=""
+scxParentIDField=""
+scxPasteCommand="ճԪ"
+scxPattern=""
+scxPCAllowRotateError="%sʽ֧תѡ"
+scxPCDefaultHintBottomRightButton="һҳ"
+scxPCDefaultHintCloseButton="رռѡ"
+scxPCDefaultHintGoDialogButton="ôԻ"
+scxPCDefaultHintNewButton="½ѡ"
+scxPCDefaultHintTabCloseButton="ر"
+scxPCDefaultHintTopLeftButton="һҳ"
+scxPCImageListIndexError="(%d)0%d֮"
+scxPCNoBaseImages="δͼƬ"
+scxPCNoRegisteredStyles="ʽδע"
+scxPCPageIndexError="%dһЧҳֵ.Ҳ 0%d֮"
+scxPCPainterClassError="PCPainterClassΪ"
+scxPCStandardStyleError="%sһֵ֧ıʽ"
+scxPCStyleNameError="%sһδעʽ"
+scxPCTabCountEqualsZero="ǩ. = 0"
+scxPCTabIndexError="ǰѡ(%d)"
+scxPCTabVisibleIndexOutsOfBounds="TabVisibleIndex(%d)0%d֮"
+scxPCVisibleTabListEmpty="Ƿǿɼѡ"
+scxPivotGridCancel="ȡ"
+scxPivotGridOk="ȷ"
+scxPivotGridShowAll="(ȫʾ)"
+scxpm10Minutes="10 (&M)"
+scxpm15Minutes="15 (&1)"
+scxpm30Minutes="30 (&3)"
+scxpm5Minutes="5 (&5)"
+scxpm60Minutes="60 (&0)"
+scxpm6Minutes="6 (&6)"
+scxpmBusy="æ(&B)"
+scxpmDelete="ɾ(&D)"
+scxpmEditSeries="༭(&R)"
+scxpmFree="(&F)"
+scxpmFullYear="ȫ(&F)"
+scxpmGoToDate="ת(&T)..."
+scxpmGotoThisDay="ת(&D)"
+scxpmHalfYear="(&H)"
+scxpmLabel="ǩ(&L)"
+scxpmNewAllDayEvent="ȫ¼(&E)"
+scxpmNewEvent="¼(&N)"
+scxpmNewRecurringEvent="¼(&R)"
+scxpmOpen="(&O)"
+scxpmOutOfOffice="(&O)"
+scxpmQuarter="(&Q)"
+scxpmResourcesLayout="ڱ༭..."
+scxpmShowTimeAs="ʱʾΪ(&H)"
+scxpmTentative="ݶ(&T)"
+scxpmTimeZone="ıʱ(&G)"
+scxpmToday="(&O)"
+scxPopupMenuFormatCells="ʽԪ"
+scxPopupMenuHideCols=""
+scxPopupMenuHideRows=""
+scxPopupMenuMergeCells="ϲԪ"
+scxPopupMenuSplitCells="ֵԪ"
+scxPopupMenuUnhideCols="ȡ"
+scxPopupMenuUnhideRows="ȡ"
+scxPrefilterCustomizeButtonCaption="Ԥ..."
+scxPrefilterIsEmpty="<ԤΪ>"
+scxPrevAppointment="һ¼"
+scxPrevButtonHint="ǰһԴ"
+scxPrevPageButtonHint="һҳ"
+scxQuarter=""
+scxQuarterFormat=" %d"
+scxQuarterly="(&Q)"
+scxQuarterShort="Q"
+scxQuickCustomizationAllCommandCaption="(ȫ)"
+scxQuickCustomizationSortedCommandCaption="()"
+scxRangeOfRecurrence=" ظΧ "
+scxrCaptionReminder=""
+scxrCaptionReminders="%d "
+scxrDismissAllButton="ɢ(&A)"
+scxrDismissButton="ɢ(&D)"
+scxrDueIn="Ԥ"
+scxRecurEvery="ظΪ(&U)"
+scxRecurrence="ظ(&R)"
+scxRecurrenceCaption="¼"
+scxRecurrenceDailyMessage=""
+scxRecurrenceEvent="ظ¼"
+scxRecurrenceField="ѭģʽ"
+scxRecurrenceHolidayCaption="ڼظ"
+scxRecurrenceIndexField="ظ"
+scxRecurrenceLabel="ظ:"
+scxRecurrenceMonthlyMessage=""
+scxRecurrencePattern=" ѭģʽ "
+scxRecurrenceWeeklyMessage=""
+scxRecurrenceYearlyMessage=""
+scxRegExprCantCreateEmptyAlt="һֲӦÿ"
+scxRegExprCantCreateEmptyBlock="˿ӦΪ"
+scxRegExprCantCreateEmptyEnum="ܴյö"
+scxRegExprCantUseParameterQuantifier="ʲӦ"
+scxRegExprCantUsePlusQuantifier="'\\n'ŲӦ"
+scxRegExprCantUseStarQuantifier="''*''ŲӦ"
+scxRegExprChar="ַ"
+scxRegExprEmptySourceStream="ԴΪ"
+scxRegExprHexNumberExpected=" ''%s'' ʮƵ"
+scxRegExprHexNumberExpected0="Ҫʮ"
+scxRegExprIllegalIntegerValue="Ƿֵ"
+scxRegExprIllegalQuantifier="Ƿ ''%s''"
+scxRegExprIllegalSymbol="Ƿ''%s''"
+scxRegExprIncorrectParameterQuantifier="ȷIJ"
+scxRegExprIncorrectSpace="''\''ո"
+scxRegExprLine=""
+scxRegExprMissing="ʧ ''%s''"
+scxRegExprNotAssignedSourceStream="δԴ"
+scxRegExprNotCompiled="δʽ"
+scxRegExprNotSupportQuantifier="ֵ֧IJ"
+scxRegExprSubrangeOrder="ӷΧʼַСڽַ"
+scxRegExprTooBigReferenceNumber="̫"
+scxRegExprUnnecessary="Ҫ ''%s''"
+scxReminder=":"
+scxReminderDateField=""
+scxReminderField=""
+scxReminderMinutesBeforeStartField="ڿʼ֮ǰʱ ()"
+scxRemoveAllSorting="ȡ"
+scxRemoveRecur="ɾ(&R)"
+scxReplaceOccurrenceDate="ijЩ·ݲ%s,Щ·,¼ڸµһ."
+scxRequiredFieldsNeeded="Ҫֶ\\n%sδֵ!"
+scxResource="Դ"
+scxResourceField="Դ"
+scxResourceLayoutCaption="ڱ༭"
+scxrOpenItemButton="Ŀ(&O)"
+scxRowArea=""
+scxrSelected="ѡ %d "
+scxrSnoozeButton="Ժ(&S)"
+scxrSnoozeLabel="Ժ(&S)"
+scxrStartTime="ʼʱ: %s"
+scxrSubject=""
+scxSave=""
+scxSaveAndClose="沢ر"
+scxSaveAndCloseHint="沢ر"
+scxSCalcError=""
+scxSecond="ڶ"
+scxSEditRepositoryBarCodeItem="|ʾ༭"
+scxSEditRepositoryBlobItem="BlobEdit| BLOB ༭"
+scxSEditRepositoryButtonItem="ButtonEdit|Ƕʽť༭ؼ"
+scxSEditRepositoryCalcItem="CalcEdit|һ༭ؼһб"
+scxSEditRepositoryCheckBoxItem="CheckBox|һѡؼ"
+scxSEditRepositoryCheckComboBox="CheckComboBox|ʾһѡб"
+scxSEditRepositoryCheckGroupItem="CheckGroup|ʾһṩѡı༭"
+scxSEditRepositoryColorComboBoxItem="ColorComboBox|ʾһѡɫ"
+scxSEditRepositoryColorEditItem="ColorEdit|ʾһɫ༭һɫ"
+scxSEditRepositoryComboBoxItem="ComboBox|Ͽ༭"
+scxSEditRepositoryCurrencyItem="CurrencyEdit|һ༭༭"
+scxSEditRepositoryDateItem="DateEdit|һ༭ؼһ"
+scxSEditRepositoryDateTimeWheelPickerItem="DateTimeWheelPicker|ʾ༭ؼ,ʹһתѡȡʱֵĿؼ"
+scxSEditRepositoryFontNameComboBoxItem="FontNameComboBox|ʾһѡ"
+scxSEditRepositoryFormattedLabelItem="FormattedLabel|ʾһǩ,ʾʹbbcodeıDZǸʽı "
+scxSEditRepositoryHyperLinkItem="HyperLink|һгӹܵı༭"
+scxSEditRepositoryImageComboBoxItem="ImageComboBox|беͼıַбڵʾ༭"
+scxSEditRepositoryImageItem="Image|ͼ༭"
+scxSEditRepositoryLabelItem="Label|ʾһǩ"
+scxSEditRepositoryLookupComboBoxItem="LookupComboBox|Ͽؼ"
+scxSEditRepositoryLookupSparklineItem="LookupSparkline|ʾͼ༭"
+scxSEditRepositoryMaskItem="MaskEdit|һͨõ༭ؼ."
+scxSEditRepositoryMemoItem="Memo|༭עݱ༭ؼ"
+scxSEditRepositoryMRUItem="MRUEdit|бʾʹõĿ (MRU) беı༭"
+scxSEditRepositoryNumericWheelPickerItem="NumericWheelPicker|༭ؼ,ͨתѡֵĿؼ"
+scxSEditRepositoryPopupItem="PopupEdit|һбı༭ؼ"
+scxSEditRepositoryProgressBarItem="ProgressBar|ʾһؼ"
+scxSEditRepositoryRadioGroupItem="RadioGroup|һ鵥ѡť"
+scxSEditRepositoryRangeTrackBarItem="RangeTrackBar|ʾһѡһֵķΧ"
+scxSEditRepositoryRatingControlItem="RatingControl|ʾһȼؼ"
+scxSEditRepositoryRichEditItem="RichEdit|RichEditؼ"
+scxSEditRepositoryShellComboBoxItem="ShellComboBox|ʾһϿһͼ"
+scxSEditRepositorySparklineItem="Sparkline|ʾһͼ༭"
+scxSEditRepositorySpinButtonItem="SpinButton|ʾһתť"
+scxSEditRepositorySpinItem="SpinEdit|һֵڱ༭"
+scxSEditRepositoryTextItem="TextEdit|һһı༭"
+scxSEditRepositoryTimeItem="TimeEdit|ʱֵʾ༭"
+scxSEditRepositoryToggleSwitchItem="ToggleSwitch|ʾһؿؼ,ѡһѡ"
+scxSEditRepositoryTokenItem="TokenEdit|ʾһ༭,ıбӻΪı "
+scxSEditRepositoryTrackBarItem="TrackBar|ʾһûѡֵ"
+scxSelectAll="ȫѡ(&A)"
+scxSelectionInDocument="<<ĵѡ>>"
+scxSelectNone="ȡѡ(&N)"
+scxSeparator="-"
+scxServer=""
+scxSets="װ"
+scxShedulerEditorFormNotRegistered="ûעı༭"
+scxSheetName=""
+scxShellBrowserDlgCaption="ļ"
+scxShellBrowserDlgCurrentFolderCaption="ǰļ"
+scxShowAs="ʾΪ:"
+scxShowCustomization="ʾֶб"
+scxShowFewerResourcesButtonHint="ʾԴ"
+scxShowIn="ʾ(&S):"
+scxShowMoreResourcesButtonHint="ʾԴ"
+scxShowPrefilterDialog="ʾԤ˶Ի"
+scxShowTimeAs="ʱʾΪ(&W):"
+scxSHyperLinkDoubleSlash="//"
+scxSHyperLinkPrefix="http://"
+scxSortCellsAction="ԵԪй"
+scxSortGroupByThisColumn="ͨ"%s""
+scxSortGroupByThisRow="ͨ"%s""
+scxSplitCells="ֵԪ"
+scxSpreadSheetAllColumn=""
+scxSpreadSheetAllRow=""
+scxSpreadSheetDefineNameError=",Ѿ"
+scxSpreadSheetDefineNameError2=",кзǷַ"
+scxSpreadSheetDeleteCells="ɾ"
+scxSpreadSheetDeleteLastSheet="ܹɾΨһһű"
+scxSpreadSheetErrorReadSST="ڶȡSSTļ¼ʱ"
+scxSpreadSheetInsertCells=""
+scxSpreadSheetInvalidFileFormat="Ч %s ļʽ"
+scxSpreadSheetInvalidFileName="%s Чļ"
+scxSpreadSheetInvalidSheetCaption="ǷѾ"
+scxSpreadSheetInvalidSheetNumber="Ƿҳ"
+scxSpreadSheetInvalidStreamFormat="ʽЧ"
+scxSpreadSheetMergeCellError="ںϲԪʱ, ЩԪѾִ˺ϲ"
+scxSpreadSheetMergeCellError2="ڶһЩϲĵԪ"
+scxSpreadSheetSheetPageExist="ҳѾ"
+scxSpreadSheetShiftCellBottom="Ԫ"
+scxSpreadSheetShiftCellLeft="Ԫ"
+scxSpreadSheetShiftCellRight="Ԫ"
+scxSpreadSheetShiftCellTop="Ԫ"
+scxStart="ʼ(&S):"
+scxStart1="ʼ(&T):"
+scxStartField="ʼ"
+scxStartTime="ʼʱ(&T):"
+scxStartToFinish="ʼ "
+scxStartToFinishLong="ʼ (SF)"
+scxStartToFinishShort="SF"
+scxStartToStart="ʼʼ"
+scxStartToStartLong="ʼʼ (SS)"
+scxStartToStartShort="SS"
+scxStateField="״̬"
+scxStyleInvalidCellStyle="ЧĵԪʽ"
+scxStyleInvalidColorIndex="Чɫ"
+scxStyleManagerCreate="ʽ"
+scxStyleManagerKill="ڿʼʹ,ڴ˶ηͷ"
+scxSubject="(&S):"
+scxSuffixDay=""
+scxSuffixDays=""
+scxSuffixHour="Сʱ"
+scxSuffixHours="Сʱ"
+scxSuffixMinute=""
+scxSuffixMinutes=""
+scxSuffixWeek=""
+scxSuffixWeeks=""
+scxSummaryType="ժҪ"
+scxSvgFindPanelClearButtonCaption=""
+scxSvgFindPanelFindButtonCaption=""
+scxSvgFindPanelInfoText="Ҫı..."
+scxTaskComplete="(&M):"
+scxTaskCompleteField=""
+scxTaskDependencyEditorCaption=""
+scxTaskIndexField=""
+scxTaskLinksField=""
+scxTaskStatus="״̬"
+scxTaskStatusField="״̬"
+scxTaskWrongTimeBounds="Ҫһ %s - %s ֮."
+scxTentative="ݶ"
+scxTextStyleDescription="ʽĵԪΪı,ʹڵԪֵı.ȫʾԪ."
+scxThe="(&H)"
+scxThird=""
+scxTime0m="0 "
+scxTime10h="10 Сʱ"
+scxTime10m="10 "
+scxTime11h="11 Сʱ"
+scxTime12h="12 Сʱ"
+scxTime15m="15 "
+scxTime18h="18 Сʱ"
+scxTime1d="1 "
+scxTime1h="1 Сʱ"
+scxTime1w="1 "
+scxTime20m="20 "
+scxTime2d="2 "
+scxTime2h="2 Сʱ"
+scxTime2w="2 "
+scxTime30m="30 "
+scxTime3d="3 "
+scxTime3h="3 Сʱ"
+scxTime4d="4 "
+scxTime4h="4 Сʱ"
+scxTime5h="5 Сʱ"
+scxTime5m="5 "
+scxTime6h="6 Сʱ"
+scxTime7h="7 Сʱ"
+scxTime8h="8 Сʱ"
+scxTime9h="9 Сʱ"
+scxTimeGrid="ʱ"
+scxTLPrefixName="TcxTreeList"
+scxTo=":"
+scxTreeListAllNodesMenuItem="нڵ"
+scxTreeListAvgMenuItem="ƽ"
+scxTreeListBestFitAllColumnsMenuItem="Ӧ(ȫ)(&T)"
+scxTreeListBestFitMenuItem="ʺ(&B)"
+scxTreeListClearSortingMenuItem="(&C)"
+scxTreeListCountMenuItem=""
+scxTreeListDeletingConfirmationCaption="ȷ"
+scxTreeListDeletingFocusedConfirmationText="ɾ¼?"
+scxTreeListFieldChooserMenuItem="ֶѡ(&I)"
+scxTreeListFilterApplyButtonCaption="Ӧɸѡ"
+scxTreeListFilterCustomizeButtonCaption="..."
+scxTreeListFilterIsEmpty="<ɸѡΪ>"
+scxTreeListFindPanelClearButtonCaption=""
+scxTreeListFindPanelFindButtonCaption=""
+scxTreeListFindPanelInfoText="Ҫı..."
+scxTreeListFindPanelNextButtonCaption="һ"
+scxTreeListFindPanelPreviousButtonCaption="ǰһ"
+scxTreeListFooterMenuItem="ҳ(&F)"
+scxTreeListFuture="δ"
+scxTreeListGroupFootersAlwaysVisibleMenuItem="ʼտɼ(&A)"
+scxTreeListGroupFootersInvisibleMenuItem="(&H)"
+scxTreeListGroupFootersMenuItem="ҳ(&G)"
+scxTreeListGroupFootersVisibleWhenExpandedMenuItem="չʱɼ(&V)"
+scxTreeListHorizontalAlignmentCenterMenuItem="(&N)"
+scxTreeListHorizontalAlignmentLeftMenuItem="(&L)"
+scxTreeListHorizontalAlignmentMenuItem="ˮƽ(&R)"
+scxTreeListHorizontalAlignmentRightMenuItem="(&R)"
+scxTreeListLast14Days="ȥ14"
+scxTreeListLast30Days="ȥ30"
+scxTreeListLast7Days="ȥ7"
+scxTreeListLastMonth="ϸ"
+scxTreeListLastTwoWeeks="ȥ"
+scxTreeListLastWeek=""
+scxTreeListLastYear="ȥ"
+scxTreeListMaxMenuItem=""
+scxTreeListMinMenuItem="С"
+scxTreeListNext14Days="14"
+scxTreeListNext30Days="30"
+scxTreeListNext7Days="7"
+scxTreeListNextMonth="¸"
+scxTreeListNextTwoWeeks=""
+scxTreeListNextWeek="¸"
+scxTreeListNextYear=""
+scxTreeListNoneMenuItem=""
+scxTreeListPast="ȥ"
+scxTreeListRemoveThisColumnMenuItem="ɾ(&E)"
+scxTreeListSortAscendingMenuItem="(&S)"
+scxTreeListSortDescendingMenuItem="(&O)"
+scxTreeListSumMenuItem="ܺ"
+scxTreeListThisMonth=""
+scxTreeListThisWeek=""
+scxTreeListThisYear=""
+scxTreeListToday=""
+scxTreeListTomorrow=""
+scxTreeListVerticalAlignmentBottomMenuItem="(&B)"
+scxTreeListVerticalAlignmentCenterMenuItem="(&N)"
+scxTreeListVerticalAlignmentMenuItem="ֱ(&T)"
+scxTreeListVerticalAlignmentTopMenuItem="(&T)"
+scxTreeListYesterday=""
+scxTwoOccurrencesPerDay=""%s"¼ͬһ췢."
+scxType="(&T):"
+scxUDAssociated=" Ѿ "
+scxUnsupportedExport="ֵ֧ĵ:%d"
+scxUnsupportedProviderVersion="ֵ֧ṩ汾: %d"
+scxUntitled="ޱ"
+scxUntitledEvent="ޱ¼"
+scxUp="(&U)"
+scxUpdate=""
+scxUseDefaultColor="ʹĬϵɫ"
+scxVertical="ֱ"
+scxWaiting="ڵȴ"
+scxWeekCalendar=""
+scxWeekday=""
+scxWeekendday="ĩ"
+scxWeekly="(&W)"
+scxWeeksOn="ܺ:"
+scxWorkbookRead="ȡļʱ"
+scxWorkbookWrite="дXLSļ"
+scxWorkWeekCalendar=""
+scxWrongPattern="ģʽϷ."
+scxWrongTimeBounds="ʼ."
+scxXLSFileHasUnknownFunction="δ֪"
+scxXLSNameRef="Ч: "
+scxYearly="(&Y)"
+SDTDNotImplemented="DTDûʵ"
+sdx3DEffects="άЧ"
+sdx760V12Engine="6.0˫V12 43848Vֱ12,6.0,˫Ż"
+sdx760V12Manufacturer=""
+sdx760V12Model="760Li V12"
+sdx760V12Tires="P245/45R19 Fr-P275/40R19 Rr.245mm19.0ĵͶ̥"
+sdx760V12Transmission="6Զw/Steptronic"
+sdxAbortPrinting="Ҫжϴӡ ?"
+sdxActionAddGroup=""
+sdxActionAutoFill="Զ"
+sdxActionCellEditing="ĵԪ"
+sdxActionCellsMerge="Ԫϲ"
+sdxActionChangeConditionalFormatting="ʽ"
+sdxActionChangeContainer=""
+sdxActionChangeDefinedName="Ķ"
+sdxActionChangeGroup="ı"
+sdxActionChangeHyperlink="ı䳬"
+sdxActionChangePrintingOptions="Ĵӡѡ"
+sdxActionChangeRowColumn="л"
+sdxActionClearCells="յԪ"
+sdxActionCreateDefinedName=""
+sdxActionCutCells="еԪ"
+sdxActionDeleteCells="ɾԪ"
+sdxActionDeleteComment="ɾע"
+sdxActionDeleteDefinedName="ɾ(s)"
+sdxActionDeleteGroup="ȡ"
+sdxActionDragAndDrop="Ϸ"
+sdxActionEditComment="༭ע"
+sdxActionExpandCollapseGroup="ʾ/ϸϢ"
+sdxActionFillCells="䵥Ԫ"
+sdxActionFormatCells="ʽԪ"
+sdxActionInsertCells="뵥Ԫ"
+sdxActionMoveCells="ƶԪ"
+sdxActionPasteCells="ճԪ"
+sdxActionReplace="滻"
+sdxActionSortCells="Ԫ"
+sdxActiveTabToTop="ڶʾǩҳ"
+sdxAddAndDesignReport="ӲƱ(&E)..."
+sdxAddItemsToComposition="Ŀ"
+sdxAddReport="ӱ"
+sdxAddress1="123"
+sdxAddress2="9333 ķ˹ʿ."
+sdxAddressCaption="ַ"
+sdxAdjustOnScale="ʺҳ(&A)"
+sdxAdjustTo="(&A):"
+sdxAdministration="Ա"
+sdxAggregatedLinks="ۺ(&G):"
+sdxAlertWindowClose="ر"
+sdxAlertWindowDropdown="ʾ˵"
+sdxAlertWindowNavigationPanelDefaultDisplayMask="[MessageIndex],[MessageCount]"
+sdxAlertWindowNextMessage="һϢ"
+sdxAlertWindowPin=""
+sdxAlertWindowPreviousMessage="һϢ"
+sdxAlignment=""
+sdxAllDayMessage=""
+sdxAllRecords="м¼"
+sdxAncestorError="ͣԼԶصIJʹΪģĴ."
+sdxAppearance=""
+sdxApril=""
+sdxAprilShort=""
+sdxAugust=""
+sdxAugustShort=""
+sdxAuto="Զ"
+sdxAutoCalcPreviewLineCount="ԶԤ(&U)"
+sdxAutoColorText="Զ"
+sdxAutoColumnsExpand="Զչ(&U)"
+sdxAutomatic="Զ"
+sdxAutoNodesExpand="Զչڵ(&U)"
+sdxAutoOrientation="Զ"
+sdxAutoRowsExpand="Զչ(&R)"
+sdxAutoTextBar="Զͼļ"
+sdxAutoTextDialogCaption="༭Զͼļ"
+sdxAutoWidth="Զ(&W)"
+sdxAvailableItems="Ŀ(&V)"
+sdxAvailableLinks="(&A):"
+sdxAvailableReportLinks="ñ"
+sdxAvailableSources="õԴ(&A)"
+sdxBackground="(&B)"
+sdxBadDatePrintRange="еڲڿʼǰ."
+sdxBadTimePrintRange="ӡʱ䲻Ч.ʼʱڽʱǰ."
+sdxBandBackgroundStyle=""
+sdxBandColor="ɫ(&B):"
+sdxBandFont=""
+sdxBandHeaderStyle="ͷ"
+sdxBands="(&B)"
+sdxBandsOnEveryPage=""
+sdxBarCodeControlTooNarrowError="ؼ̫խ,ʾ"
+sdxBarCodeInvalidCharactersError="ıЧַ"
+sdxBarCodeInvalidTextFormatError="Чı"
+sdxBaseStyle=""
+sdxBDiagonalFillPattern="Խ"
+sdxBehaviors="Ϊ"
+sdxBehaviorsGroups=""
+sdxBehaviorsTab="Ϊ"
+sdxBestFit="Ӧ(&B)"
+sdxBetaTesters="Ա"
+sdxBorderColor="߿ɫ(&B):"
+sdxBorderLines="߿(&B)"
+sdxBorders="߿"
+sdxBottom="(&B):"
+sdxBottomMargin="±߾"
+sdxBreadcrumbEditInvalidPath="ҵ"%s".ƴд."
+sdxBreadcrumbEditInvalidStreamVersion="Чݰ汾:%d"
+sdxBrushColor="ˢɫ"
+sdxBrushDlgCaption=""
+sdxBrushStyleBDiagonal="Խ"
+sdxBrushStyleClear=""
+sdxBrushStyleCross=""
+sdxBrushStyleDiagCross="бʮ"
+sdxBrushStyleFDiagonal="Խ"
+sdxBrushStyleHorizontal="ˮƽ"
+sdxBrushStyleSolid="ʵ"
+sdxBrushStyleVertical="ֱ"
+sdxBtnAdd="(&A)"
+sdxBtnAddComposition="(&C)"
+sdxBtnApply="Ӧ(&A)"
+sdxBtnAutomatic="Զ(&A)"
+sdxBtnBackground=""
+sdxBtnBrowse="(&B)..."
+sdxBtnCancel="ȡ"
+sdxBtnChangeFont="(&N)..."
+sdxBtnClose="ر"
+sdxBtnColor="ɫ(&L)..."
+sdxBtnCopy="(&C)..."
+sdxBtnDefault="Ĭ(&D)..."
+sdxBtnDefinePrintStyles="ʽ(&D)..."
+sdxBtnDelete="ɾ(&D)..."
+sdxBtnDescription="(&D)..."
+sdxBtnDesign="(&E)..."
+sdxBtnEdit="༭(&E)..."
+sdxBtnEvenFont="ż(&V)..."
+sdxBtnFillEffects="Ч(&F)..."
+sdxBtnFix="(&F)"
+sdxBtnFixedFont="̶(&I)..."
+sdxBtnFont="(&N)..."
+sdxBtnFooterBackground="(&G)"
+sdxBtnFooterFont="(&N)..."
+sdxBtnFootnoteProperties="ҳԡ..."
+sdxBtnGroupFont="(&P)..."
+sdxBtnHeaderBackground="(&B)"
+sdxBtnHeaderFont="(&F)..."
+sdxBtnHeadersFont="(&H)..."
+sdxBtnHelp="(&H)"
+sdxBtnIgnore="(&I)"
+sdxBtnInvertColors="תɫ(&N)"
+sdxBtnMoreColors="ɫ(&M)..."
+sdxBtnMoveDown="(&N)"
+sdxBtnMoveUp="(&U)"
+sdxBtnNetwork="(&W)..."
+sdxBtnNew="½(&N)..."
+sdxBtnNo="(&N)"
+sdxBtnNoFill="(&N)"
+sdxBtnNone="(&N)"
+sdxBtnOddFont="(&N)..."
+sdxBtnOK="ȷ"
+sdxBtnOKAccelerated="ȷ(&O)"
+sdxBtnOptions="ѡ(&O)..."
+sdxBtnOtherTexture="(&X)..."
+sdxBtnPageSetup="ҳ(&G)..."
+sdxBtnPreview="Ԥ(&V)..."
+sdxBtnPrint="ӡ..."
+sdxBtnPrintPreview="ӡԤ(&V)..."
+sdxBtnPrintStyles="ӡʽ"
+sdxBtnProperties="(&R)..."
+sdxBtnRemoveInconsistents="ɾҪ"
+sdxBtnRename="(&M)..."
+sdxBtnReset="(&R)"
+sdxBtnRestoreDefaults="ָĬֵ(&R)"
+sdxBtnRestoreOriginal="ԭ(&O)"
+sdxBtnSaveAs="Ϊ(&A)..."
+sdxBtnSelectPicture="ѡͼƬ(&L)..."
+sdxBtnShowToolBar="ʾ(&T)"
+sdxBtnStyleOptions="ʽѡ..."
+sdxBtnTexture="(&T)..."
+sdxBtnTextureClear="(&E)"
+sdxBtnTitleProperties="..."
+sdxBtnYes="(&Y)"
+sdxBtnYesToAll="ȫ(&A)"
+sdxBuildingReport=": %d%%'"
+sdxBuildingReportStatusText="ɱ - "Escȡ"
+sdxBuiltIn="[ڽ]"
+sdxBuiltInPopupMenuBringToFront="ǰ(&R)"
+sdxBuiltInPopupMenuClearContents="(&N)"
+sdxBuiltInPopupMenuCopy="(&C)"
+sdxBuiltInPopupMenuCreateHyperlink="(&H)..."
+sdxBuiltInPopupMenuCustomizeObject="Զ(&U)..."
+sdxBuiltInPopupMenuCut="(&T)"
+sdxBuiltInPopupMenuDelete="ɾ(&D)"
+sdxBuiltInPopupMenuDeleteComment="ɾע(&M)"
+sdxBuiltInPopupMenuDeleteDialog="ɾ(&D)..."
+sdxBuiltInPopupMenuEditComment="ע(&E)..."
+sdxBuiltInPopupMenuEditHyperlink="༭(&H)..."
+sdxBuiltInPopupMenuFormatCells="ʽԪ(&F)..."
+sdxBuiltInPopupMenuHide="(&H)"
+sdxBuiltInPopupMenuHideComment="ע(&H)"
+sdxBuiltInPopupMenuInsert="(&I)"
+sdxBuiltInPopupMenuInsertComment="ע(&M)..."
+sdxBuiltInPopupMenuInsertDialog="(&I)..."
+sdxBuiltInPopupMenuMergeCells="ϲԪ(&M)"
+sdxBuiltInPopupMenuOpenHyperlink="(&O)"
+sdxBuiltInPopupMenuPaste="ճ(&P)"
+sdxBuiltInPopupMenuPasteSpecial="ѡճ"
+sdxBuiltInPopupMenuPasteSpecialAll="ճ(&P)"
+sdxBuiltInPopupMenuPasteSpecialFormulas="ʽ(&F)"
+sdxBuiltInPopupMenuPasteSpecialFormulasAndColumnWidths="Դп(&W)"
+sdxBuiltInPopupMenuPasteSpecialFormulasAndFormatting="ʽָʽ(&O)"
+sdxBuiltInPopupMenuPasteSpecialFormulasAndStyles="Դʽ(&K)"
+sdxBuiltInPopupMenuPasteSpecialShowDialog="ѡճ..."
+sdxBuiltInPopupMenuPasteSpecialValues="ֵ(&V)"
+sdxBuiltInPopupMenuPasteSpecialValuesAndFormatting="ֵָʽ(&A)"
+sdxBuiltInPopupMenuPasteSpecialValuesAndStyles="ֵԴʽ(&E)"
+sdxBuiltInPopupMenuProtectSheet="(&P)..."
+sdxBuiltInPopupMenuRemoveHyperlink="ɾ(&R)"
+sdxBuiltInPopupMenuRename="(&R)..."
+sdxBuiltInPopupMenuSendToBack="ú(&K)"
+sdxBuiltInPopupMenuShowComment="ʾע(&O)"
+sdxBuiltInPopupMenuSplitCells="ȡԪϲ(&N)"
+sdxBuiltInPopupMenuUnhide="ȡ(&U)"
+sdxBuiltInPopupMenuUnhideDialog="ȡ(&U)..."
+sdxBuiltInPopupMenuUnprotectSheet="(&p)ȡ..."
+sdxButtons="ť"
+sdxByBands=""
+sdxByColumns=""
+sdxByRows="(&R)"
+sdxBytes="ֽ"
+sdxByTopLevelGroups=""
+sdxByWrapping="ͨ(&W)"
+sdxCameraControlSettingsFormDevice="豸"
+sdxCameraControlSettingsFormDevices="豸"
+sdxCameraControlSettingsFormResolution="ֱ"
+sdxCameraControlSettingsFormResolutions="ֱ"
+sdxCameraControlSettingsFormSettings=""
+sdxCameraDialogAssign="(&A)"
+sdxCameraDialogCancel="ȡ(&C)"
+sdxCameraDialogCaption="ͷԤ"
+sdxCameraDialogPause="ͣ(&P)"
+sdxCameraDialogPlay="(&P)"
+sdxCameraInactive="ǻ״̬"
+sdxCameraInitializing="ڳʼ..."
+sdxCameraIsBusy="ͷ.\\nԹرܻʹͷij"
+sdxCameraNotDetected="ûзͷ"
+sdxCameraPaused="ͣ"
+sdxCameraRunning=""
+sdxCancel="ȡ"
+sdxCannotFindView="ҵͼ IDֵ = %d."
+sdxCannotLoadImage="ɾͼ"%s""
+sdxCannotPrintNoItemsAvailable="ûпõָӡΧڵĿ."
+sdxCannotPrintNoSelectedItems="ܴӡûѡ.ѡһĿ,Ȼٴδӡ."
+sdxCannotRenameFolderText="ļ"%s"."%s"ļѾ.ָһͬ."
+sdxCannotRenameItemText="Ŀ"%s"."%s"ĿѴ.ָһͬ."
+sdxCannotUseOnEveryPageMode="ʹOnEveryPageģʽ\\n\\nӦ\\n - ۵¼\\n - л"Ϊ"ѡرշѭ"ѡ"
+sdxCannotUseOnEveryPageModeInAggregatedState="ʹOnEveryPageģʽ\\nִھۺģʽʱ"
+sdxCaption="(&C):"
+sdxCaptionColor="ɫ:"
+sdxCaptionNodeFont="㼶"
+sdxCaptionStyle=""
+sdxCaptionTransparent=""
+sdxCardCaptionRowStyle="Ƭ"
+sdxCardRowCaptionStyle="Ƭб"
+sdxCardsRows="Ƭ(&C)"
+sdxCardsTab="Ƭ"
+sdxCarEngine=""
+sdxCarIsSUVColumnCaption="SUV"
+sdxCarLevelCaption=""
+sdxCarManufacturer=""
+sdxCarManufacturerCountry1="¹"
+sdxCarManufacturerCountry2=""
+sdxCarManufacturerCountry3="¹"
+sdxCarManufacturerCountry4="Ӣ"
+sdxCarManufacturerCountry5="¹"
+sdxCarManufacturerName1=""
+sdxCarManufacturerName2=""
+sdxCarManufacturerName3="µ"
+sdxCarManufacturerName4="·"
+sdxCarManufacturerName5="ķտ˹ AG"
+sdxCarModel="ͺ"
+sdxCarModel1="X5 4.8is"
+sdxCarModel2="ƫ"
+sdxCarModel3="S8ȫʱϵͳ"
+sdxCarModel4="G4ս"
+sdxCarModel5="ͺ62"
+sdxCarModelColumnCaption="ͺ"
+sdxCarName=""
+sdxCarParking="ͣ"
+sdxCarPhotoColumnCaption="Ƭ"
+sdxCarSpeedCountColumnCaption="ٶȼ"
+sdxCarTires="̥"
+sdxCarTransmission=""
+sdxCashCaption="ֽ"
+sdxCategoryStyle=""
+sdxCell="Ԫ:"
+sdxCellFillStyleDiagCrossHatch="Խ"
+sdxCellFillStyleDiagonalStrip="Խ"
+sdxCellFillStyleGray12="Ҷ12%"
+sdxCellFillStyleGray25="Ҷ25%"
+sdxCellFillStyleGray50="Ҷ50%"
+sdxCellFillStyleGray6="Ҷ6%"
+sdxCellFillStyleGray75="Ҷ75%"
+sdxCellFillStyleHorzStrip="ˮƽ"
+sdxCellFillStyleRevDiagonalStrip="Խ"
+sdxCellFillStyleSolid="ʵ"
+sdxCellFillStyleThickDiagonalCrossHatch="ĽԽ"
+sdxCellFillStyleThinDiagCrossHatch="ĽԽ"
+sdxCellFillStyleThinDiagonalStrip="ĶԽ"
+sdxCellFillStyleThinHorzCrossHatch="ˮƽ"
+sdxCellFillStyleThinHorzStrip="ˮƽ"
+sdxCellFillStyleThinRevDiagonalStrip="ķԽ"
+sdxCellFillStyleThinVertStrip="Ĵֱ"
+sdxCellFillStyleVertStrip="ֱ"
+sdxCellsModificationDialogButtonCancel="ȡ"
+sdxCellsModificationDialogButtonOK="ȷ"
+sdxCellsModificationDialogDeleteCaption="ɾ"
+sdxCellsModificationDialogInsertCaption=""
+sdxCenterOnPage="зʽ"
+sdxChartControlAreaDisplayName=""
+sdxChartControlBarDisplayName="ͼ"
+sdxChartControlDesignerCaption="ͼʦ"
+sdxChartControlDesignerGridlinesCaption=""
+sdxChartControlDesignerLabelCaption="ǩ"
+sdxChartControlDonutDisplayName="Բ"
+sdxChartControlDoughnutDisplayName="״"
+sdxChartControlFullStackedAreaDisplayName=""
+sdxChartControlFullStackedBarDisplayName="ͼ"
+sdxChartControlFullStackedBarSideBySideDisplayName="еͼ"
+sdxChartControlFullStackedLineDisplayName=""
+sdxChartControlLineDisplayName=""
+sdxChartControlPieDisplayName="ͼ"
+sdxChartControlSimpleDiagramDisplayName="ͼ"
+sdxChartControlSimpleSeriesTotalCenteredLabel="ϼ: \n{TV}"
+sdxChartControlSimpleSeriesTotalLabel="ϼ: {TV}"
+sdxChartControlStackedAreaDisplayName="ѵ"
+sdxChartControlStackedBarDisplayName="ѵͼ"
+sdxChartControlStackedBarSideBySideDisplayName="Ŷѷͼ"
+sdxChartControlStackedLineDisplayName=""
+sdxChartControlXYDiagramDisplayName="XY-ͼ"
+sdxChartDesignerAddDiagramHint="ͷͼ"
+sdxChartDesignerAddSeriesHint="ϵ"
+sdxChartDesignerAddSeriesTemplate="% sϵ"
+sdxChartDesignerAddTitleHint="ӱ"
+sdxChartDesignerAlignmentCaption=":"
+sdxChartDesignerAppearanceCaption=""
+sdxChartDesignerAxisCaption=""
+sdxChartDesignerAxisGridlinesCaption=""
+sdxChartDesignerAxisInvertedCaption=":"
+sdxChartDesignerAxisMinorCountCaption="С:"
+sdxChartDesignerAxisMinorGridlinesCaption="С"
+sdxChartDesignerAxisRangeAutoCaption="Զ:"
+sdxChartDesignerAxisRangeMaxValueCaption="ֵ:"
+sdxChartDesignerAxisRangeMinValueCaption="Сֵ:"
+sdxChartDesignerAxisSideMarginCaption="߾:"
+sdxChartDesignerAxisTicksCrossKindCaption=":"
+sdxChartDesignerAxisTicksLengthCaption=":"
+sdxChartDesignerAxisValueLabelsAngleCaption="Ƕ:"
+sdxChartDesignerAxisValueLabelsResolveOverlappingIndentCaption=":"
+sdxChartDesignerAxisValueLabelsResolveOverlapsCaption="ص"
+sdxChartDesignerBackgroundCaption=""
+sdxChartDesignerBackgroundGradientModeBackwardDiagonalCaption="Խ"
+sdxChartDesignerBackgroundGradientModeForwardDiagonalCaption="Խ"
+sdxChartDesignerBackgroundGradientModeHorizontalCaption="ˮƽ"
+sdxChartDesignerBackgroundGradientModeVerticalCaption="ֱ"
+sdxChartDesignerBackgroundHatchStyleBackwardDiagonalCaption="б"
+sdxChartDesignerBackgroundHatchStyleDarkDownwardDiagonalCaption="ڰµĶԽ"
+sdxChartDesignerBackgroundHatchStyleDarkHorizontalCaption="ɫˮƽ"
+sdxChartDesignerBackgroundHatchStyleDarkUpwardDiagonalCaption="ڰϵĶԽ"
+sdxChartDesignerBackgroundHatchStyleDarkVerticalCaption="ɫֱ"
+sdxChartDesignerBackgroundHatchStyleDashedDownwardDiagonalCaption="µĶԽ"
+sdxChartDesignerBackgroundHatchStyleDashedHorizontalCaption="ˮƽ"
+sdxChartDesignerBackgroundHatchStyleDashedUpwardDiagonalCaption="ϵĶԽ"
+sdxChartDesignerBackgroundHatchStyleDashedVerticalCaption="ߴֱ"
+sdxChartDesignerBackgroundHatchStyleDiagonalBrickCaption="Խש"
+sdxChartDesignerBackgroundHatchStyleDiagonalCrossCaption="Խǽ"
+sdxChartDesignerBackgroundHatchStyleDivotCaption=""
+sdxChartDesignerBackgroundHatchStyleDottedDiamondCaption="״"
+sdxChartDesignerBackgroundHatchStyleDottedGridCaption="״"
+sdxChartDesignerBackgroundHatchStyleForwardDiagonalCaption="Խ"
+sdxChartDesignerBackgroundHatchStyleHorizontalBrickCaption="ˮƽש"
+sdxChartDesignerBackgroundHatchStyleHorizontalCaption=""
+sdxChartDesignerBackgroundHatchStyleLargeCheckerBoardCaption=""
+sdxChartDesignerBackgroundHatchStyleLargeConfettiCaption="ֽм"
+sdxChartDesignerBackgroundHatchStyleLightDownwardDiagonalCaption="б"
+sdxChartDesignerBackgroundHatchStyleLightHorizontalCaption="ˮƽ"
+sdxChartDesignerBackgroundHatchStyleLightUpwardDiagonalCaption="б"
+sdxChartDesignerBackgroundHatchStyleLightVerticalCaption="ⴹֱ"
+sdxChartDesignerBackgroundHatchStyleNarrowHorizontalCaption="խˮƽ"
+sdxChartDesignerBackgroundHatchStyleNarrowVerticalCaption="խֱ"
+sdxChartDesignerBackgroundHatchStyleOutlinedDiamondCaption="շ"
+sdxChartDesignerBackgroundHatchStylePlaidCaption="ͼ"
+sdxChartDesignerBackgroundHatchStyleShingleCaption=""
+sdxChartDesignerBackgroundHatchStyleSmallCheckerBoardCaption="СӰ"
+sdxChartDesignerBackgroundHatchStyleSmallConfettiCaption="Сֽм"
+sdxChartDesignerBackgroundHatchStyleSmallGridCaption="С"
+sdxChartDesignerBackgroundHatchStyleSolidDiamondCaption="ʵķ"
+sdxChartDesignerBackgroundHatchStyleSphereCaption=""
+sdxChartDesignerBackgroundHatchStyleTrellisCaption=""
+sdxChartDesignerBackgroundHatchStyleVerticalCaption="ֱ"
+sdxChartDesignerBackgroundHatchStyleWaveCaption=""
+sdxChartDesignerBackgroundHatchStyleWeaveCaption="֯"
+sdxChartDesignerBackgroundHatchStyleWideDownwardDiagonalCaption="б"
+sdxChartDesignerBackgroundHatchStyleWideUpwardDiagonalCaption="б"
+sdxChartDesignerBackgroundHatchStyleZigZagCaption="˾"
+sdxChartDesignerBackgroundModeClearCaption=""
+sdxChartDesignerBackgroundModeGradientCaption="ݶ"
+sdxChartDesignerBackgroundModeHatchCaption=""
+sdxChartDesignerBackgroundModeSolidCaption="ʵ"
+sdxChartDesignerBackgroundModeTextureCaption=""
+sdxChartDesignerBorderCaption="߿"
+sdxChartDesignerCaptionCaption=":"
+sdxChartDesignerCenterCaption=""
+sdxChartDesignerChangeViewHint="ͼ"
+sdxChartDesignerChangeViewSeriesTemplate="%s ϵ"
+sdxChartDesignerChangeVisibilityHint="ıܼ"
+sdxChartDesignerChartCaption="ͼ"
+sdxChartDesignerColorCaption="ɫ:"
+sdxChartDesignerCrossCaption=""
+sdxChartDesignerDefaultCaption="Ĭֵ"
+sdxChartDesignerDeleteHint="ɾ"
+sdxChartDesignerDimensionCaption="ߴ:"
+sdxChartDesignerEnabledCaption=":"
+sdxChartDesignerEntireRangeCaption="Χ"
+sdxChartDesignerFarCaption="ĩβ"
+sdxChartDesignerFontBoldCaption=""
+sdxChartDesignerFontCaption=""
+sdxChartDesignerFontItalicCaption="б"
+sdxChartDesignerFontNameCaption=":"
+sdxChartDesignerFontSizeCaption="С:"
+sdxChartDesignerFontStrikeoutCaption="ɾ"
+sdxChartDesignerFontUnderlineCaption="»"
+sdxChartDesignerFormatCaption="ʽ:"
+sdxChartDesignerGeneralCaption="һ"
+sdxChartDesignerGradientBeginColorCaption="ʼɫ:"
+sdxChartDesignerGradientCaption="ʽ:"
+sdxChartDesignerGradientEndColorCaption="ɫ:"
+sdxChartDesignerGridlinesShowMinorCaption="ʾС:"
+sdxChartDesignerHatchStyleCaption="ʽ:"
+sdxChartDesignerInsideCaption="ڲ"
+sdxChartDesignerInterlacedCaption=""
+sdxChartDesignerLayoutDirectionAutoCaption="Զ"
+sdxChartDesignerLayoutDirectionCaption="ַ:"
+sdxChartDesignerLayoutDirectionHorizontalCaption="ˮƽ"
+sdxChartDesignerLayoutDirectionVerticalCaption="ֱ"
+sdxChartDesignerLegendAlignmentFarOutsideCaption="Զ"
+sdxChartDesignerLegendAlignmentHorizontalCaption="ˮƽ:"
+sdxChartDesignerLegendAlignmentNearOutsideCaption=""
+sdxChartDesignerLegendAlignmentVerticalCaption="ֱ:"
+sdxChartDesignerLegendCaption="ͼ"
+sdxChartDesignerLegendDirectionBottomToTopCaption="µ"
+sdxChartDesignerLegendDirectionCaption=":"
+sdxChartDesignerLegendDirectionLeftToRightCaption=""
+sdxChartDesignerLegendDirectionRightToLeftCaption="ҵ"
+sdxChartDesignerLegendDirectionTopToBottomCaption="ϵ"
+sdxChartDesignerLegendMaxCaptionWidthCaption=":"
+sdxChartDesignerLegendShowCaptionsCaption="ʾ:"
+sdxChartDesignerLegendShowCheckBoxesCaption="ʾѡ:"
+sdxChartDesignerLegendShowImagesCaption="ʾͼƬ:"
+sdxChartDesignerLineLengthCaption="߳:"
+sdxChartDesignerMarginsCaption="ҳ߿"
+sdxChartDesignerMarkersCaption=""
+sdxChartDesignerMarkerSizeCaption="С:"
+sdxChartDesignerMarkerTypeCaption=":"
+sdxChartDesignerMarkerTypeCircleCaption="Բ"
+sdxChartDesignerMarkerTypeDiamondCaption=""
+sdxChartDesignerMarkerTypeHexagonCaption=""
+sdxChartDesignerMarkerTypeInvertedTriangleCaption=""
+sdxChartDesignerMarkerTypePentagonCaption=""
+sdxChartDesignerMarkerTypePlusCaption="Ӻ"
+sdxChartDesignerMarkerTypeSquareCaption=""
+sdxChartDesignerMarkerTypeStartCaption="ʼ"
+sdxChartDesignerMarkerTypeTriangleCaption=""
+sdxChartDesignerMaxLineCountCaption=":"
+sdxChartDesignerMaxWidthCaption=":"
+sdxChartDesignerMinorTicksCaption=""
+sdxChartDesignerModeCaption="ͺ:"
+sdxChartDesignerMoveDownHint=""
+sdxChartDesignerMoveUpHint=""
+sdxChartDesignerNearCaption=""
+sdxChartDesignerNoneCaption=""
+sdxChartDesignerOffsetAllCaption="ȫ:"
+sdxChartDesignerOffsetBottomCaption="ײ:"
+sdxChartDesignerOffsetLeftCaption=":"
+sdxChartDesignerOffsetRightCaption="ұ:"
+sdxChartDesignerOffsetTopCaption=":"
+sdxChartDesignerOptionsCaption="ѡ"
+sdxChartDesignerOtherCaption=""
+sdxChartDesignerOutsideCaption="Χ"
+sdxChartDesignerPaddingCaption=""
+sdxChartDesignerPatternColorCaption="ģʽ:"
+sdxChartDesignerPositionCaption="λ:"
+sdxChartDesignerPrimaryAxisXCaption="ҪX-"
+sdxChartDesignerPrimaryAxisYCaption="ҪY-"
+sdxChartDesignerRotatedCaption="ת:"
+sdxChartDesignerSeriesBarWidthCaption="ο:"
+sdxChartDesignerSeriesCaption="ϵ"
+sdxChartDesignerSeriesNameCaption="ϵ %d"
+sdxChartDesignerSeriesNodeCaption="ϵ - %s"
+sdxChartDesignerSeriesShowInLegendCaption="ͼʾ:"
+sdxChartDesignerSeriesSortByCaption="ʽ:"
+sdxChartDesignerSeriesSortOrderCaption="˳:"
+sdxChartDesignerSeriesViewExplodedValueModeAllCaption="ȫ"
+sdxChartDesignerSeriesViewExplodedValueModeCaption="ֵ:"
+sdxChartDesignerSeriesViewExplodedValueModeCustomCaption=""
+sdxChartDesignerSeriesViewExplodedValueModeMaxCaption=""
+sdxChartDesignerSeriesViewExplodedValueModeMinCaption="С"
+sdxChartDesignerSeriesViewHoleRadiusCaption="װ뾶:"
+sdxChartDesignerSeriesViewStartAngleCaption="Ƕ:"
+sdxChartDesignerSeriesViewSweepDirectionCaption="ɨ:"
+sdxChartDesignerSeriesViewSweepDirectionClockwiseCaption="˳ʱ"
+sdxChartDesignerSeriesViewSweepDirectionCounterClockwiseCaption="ʱ"
+sdxChartDesignerShowInLegendChartCaption="ͳͼ"
+sdxChartDesignerShowInLegendDiagramCaption="ͼ"
+sdxChartDesignerShowLinesCaption="ʾ:"
+sdxChartDesignerSortByArgumentCaption=""
+sdxChartDesignerSortByValueCaption="ֵ"
+sdxChartDesignerSortOrderAscendingCaption=""
+sdxChartDesignerSortOrderDescendingCaption=""
+sdxChartDesignerStrokeCaption="г"
+sdxChartDesignerStrokeStyleDashCaption="ۺ"
+sdxChartDesignerStrokeStyleDashDotCaption="㻭"
+sdxChartDesignerStrokeStyleDashDotDotCaption="˫㻮"
+sdxChartDesignerStrokeStyleDotCaption=""
+sdxChartDesignerStrokeStyleSolidCaption=""
+sdxChartDesignerStyleCaption="ʽ:"
+sdxChartDesignerTextCaption="ı:"
+sdxChartDesignerTextOptionsCaption="ı"
+sdxChartDesignerTextureCaption=": \n"
+sdxChartDesignerThicknessCaption=":"
+sdxChartDesignerTicksCaption="ʮֲ"
+sdxChartDesignerTitleCaption=""
+sdxChartDesignerTitlePositionBottomCaption="ײ"
+sdxChartDesignerTitlePositionLeftCaption=""
+sdxChartDesignerTitlePositionRightCaption="ұ"
+sdxChartDesignerTitlePositionTopCaption=""
+sdxChartDesignerTitlesCaption=""
+sdxChartDesignerTopNCaption="ǰN"
+sdxChartDesignerTopNCountCaption=":"
+sdxChartDesignerTopNModeCountCaption=""
+sdxChartDesignerTopNModeThresholdPercentCaption="ֵٷֱ"
+sdxChartDesignerTopNModeThresholdValueCaption="ֵ"
+sdxChartDesignerTopNShowOthersCaption="ʾ:"
+sdxChartDesignerTopNThresholdPercentCaption="ֵٷֱ:"
+sdxChartDesignerTopNThresholdValueCaption="ֵ:"
+sdxChartDesignerValueLabelsCaption="ֵǩ"
+sdxChartDesignerValueLabelsPositionRadialCaption=""
+sdxChartDesignerValueLabelsPositionTangentCaption=""
+sdxChartDesignerValueLabelsPositionTwoColumnsCaption=""
+sdxChartDesignerValueLabelsResolveOverlappingIndentCaption=":"
+sdxChartDesignerValueLabelsResolveOverlappingModeCaption="ģʽ:"
+sdxChartDesignerValueLabelsResolveOverlapsCaption="ص"
+sdxChartDesignerViewCaption="ͼ"
+sdxChartDesignerVisibleCaption="ɼ:"
+sdxChartDesignerVisibleRangeCaption="ɼ"
+sdxChartDesignerWordWrapCaption="Զ:"
+sdxChartDialogCancel="ȡ"
+sdxChartDialogClose="ر"
+sdxChartDialogCloseConfirmation="ӦЩ?"
+sdxChartDialogMoreColors="ɫ..."
+sdxChartDialogOk="ȷ"
+sdxChartOtherValueLabel=""
+sdxCharts="ͼ"
+sdxCheckAll="ȫѡ(&A)"
+sdxCheckAllChildren="(&C)"
+sdxCheckMarks="ıʾ"
+sdxCheckMarksAsText="ıʾ(&D)"
+sdxChooseDetails="ѡϸϢ"
+sdxCircle="Բ"
+sdxClear="(&L)..."
+sdxClipboardFormatHTML="HTML ʽ"
+sdxClipboardFormatImage="ͼƬ"
+sdxClipboardFormatText="ı"
+sdxCloneStyleCaptionPrefix=" (%D) "
+sdxCloseExplorerHint="ر"
+sdxColor="ɫ(&L):"
+sdxColorAqua="dzɫ"
+sdxColorBlack="ɫ"
+sdxColorBlue="ɫ"
+sdxColorBlueGray="ɫ"
+sdxColorBrighthGreen="ɫ"
+sdxColorBrown="ɫ"
+sdxColorDarkBlue="ɫ"
+sdxColorDarkGreen="ɫ"
+sdxColorDarkRed="ɫ"
+sdxColorDarkTeal="ɫ"
+sdxColorDialogAddToCustomColors="Զɫ(&A)"
+sdxColorDialogApply="ȷ(&O)"
+sdxColorDialogBasicColors="ɫ"
+sdxColorDialogCancel="ȡ(&C)"
+sdxColorDialogCaption="ɫ༭"
+sdxColorDialogCustomColors="Զɫ"
+sdxColorDialogDefineCustomColor="Զɫ(&D) >>"
+sdxColorDrakYellow="ɫ"
+sdxColorGalleryStandardColors="ɫ"
+sdxColorGalleryThemeColors="ɫ"
+sdxColorGold="ɫ"
+sdxColorGray25="ɫ-25%"
+sdxColorGray40="ɫ-40%"
+sdxColorGray50="ɫ-50%"
+sdxColorGray80="ɫ-80%"
+sdxColorGreen="ɫ"
+sdxColorIndigo="ɫ"
+sdxColorLavender="ɫ"
+sdxColorLightBlue="dzɫ"
+sdxColorLightGreen="dzɫ"
+sdxColorLightOrange="dzۻɫ"
+sdxColorLightTurquoise="dzɫ"
+sdxColorLightYellow="dzɫ"
+sdxColorLime="dzɫ"
+sdxColorOliveGreen="ɫ"
+sdxColorOrange="ۻɫ"
+sdxColorPaleBlue="ɫ"
+sdxColorPickerAlphaLabel="A:"
+sdxColorPickerBlueLabel="B:"
+sdxColorPickerGreenLabel="G:"
+sdxColorPickerHexCodeLabel="#"
+sdxColorPickerHueLabel="H:"
+sdxColorPickerLightnessLabel="L:"
+sdxColorPickerRedLabel="R:"
+sdxColorPickerSaturationLabel="S:"
+sdxColorPink="ۺɫ"
+sdxColorPlum="÷ɫ"
+sdxColorRed="ɫ"
+sdxColorRose="õ"
+sdxColors="ɫ"
+sdxColorSeaGreen="ɫ"
+sdxColorSkyBlue="ɫ"
+sdxColorTan="ػɫ"
+sdxColorTeal="ɫ"
+sdxColorTurquoise="ɫ"
+sdxColorViolet="ɫ"
+sdxColorWhite="ɫ"
+sdxColorYellow="ɫ"
+sdxColumnFields="ֶ(&C)"
+sdxColumnHeaders="б(&C)"
+sdxColumnHeadersOnEveryPage="б(&H)"
+sdxColumnWidthCaption="ѡеĿ():"
+sdxComment=":"
+sdxCompany1="ݹ˾."
+sdxCompany2="ķ-˹չ˾"
+sdxCompanyCaption="˾"
+sdxCompanyName="˾"
+sdxComponentAlreadyExists="Ϊ"%s"Ѵ"
+sdxComponentNotAssigned="%s\\nܷ"Component""
+sdxComponentNotSupported="ӡ֧"%s""
+sdxComponentNotSupportedByLink="ӡ֧"%s""
+sdxComposition=""
+sdxCompositionDesignerCaption="༭"
+sdxCompositionStartEachItemFromNewPage="ÿһµһҳʼ(&S)"
+sdxConditionalFormattingAboveAverage="ѡΧƽˮƽ"
+sdxConditionalFormattingAboveAverageOnStandardDeviation="%dѡΧƽˮƽ"
+sdxConditionalFormattingAboveOrEqualAverage="ڻƽΪѡķΧ"
+sdxConditionalFormattingBelowAverage="ѡΧƽˮƽ"
+sdxConditionalFormattingBelowAverageOnStandardDeviation="%d ƫƽˮƽΪѡķΧ"
+sdxConditionalFormattingBelowOrEqualAverage="ڻƽΪѡķΧ"
+sdxConditionalFormattingBottomValues=" %s"
+sdxConditionalFormattingCellIsRuleComparisonOperatorBetween=""
+sdxConditionalFormattingCellIsRuleComparisonOperatorEqual=""
+sdxConditionalFormattingCellIsRuleComparisonOperatorGreaterThan=""
+sdxConditionalFormattingCellIsRuleComparisonOperatorGreaterThanOrEqual="ڻ"
+sdxConditionalFormattingCellIsRuleComparisonOperatorLessThan="С"
+sdxConditionalFormattingCellIsRuleComparisonOperatorLessThanOrEqual="Сڻ"
+sdxConditionalFormattingCellIsRuleComparisonOperatorNotBetween=""
+sdxConditionalFormattingCellIsRuleComparisonOperatorNotEqual=""
+sdxConditionalFormattingCellIsRuleDetailsBetween="Ԫֵ"%s""%s"֮"
+sdxConditionalFormattingCellIsRuleDetailsEqual="Ԫֵ"%s""
+sdxConditionalFormattingCellIsRuleDetailsGreaterThan="Ԫֵ"%s""
+sdxConditionalFormattingCellIsRuleDetailsGreaterThanOrEqual="Ԫֵڻ"%s""
+sdxConditionalFormattingCellIsRuleDetailsLessThan="ԪֵС"%s""
+sdxConditionalFormattingCellIsRuleDetailsLessThanOrEqual="ԪֵСڻ"%s""
+sdxConditionalFormattingCellIsRuleDetailsNotBetween="Ԫֵ"%s""%s"֮"
+sdxConditionalFormattingCellIsRuleDetailsNotEqual="Ԫֵ"%s""
+sdxConditionalFormattingColorScale="ɫ"
+sdxConditionalFormattingDataBar=""
+sdxConditionalFormattingDataBarRuleStyleEditDialogAxis=""
+sdxConditionalFormattingDataBarRuleStyleEditDialogAxisAuto="Զ (ڸֵĿɱλʾ)(&U)"
+sdxConditionalFormattingDataBarRuleStyleEditDialogAxisColor="ɫ(&X):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogAxisMidpoint="Ԫе(&M)"
+sdxConditionalFormattingDataBarRuleStyleEditDialogAxisNone=" (ʾͬķĸֵͼ)(&E)"
+sdxConditionalFormattingDataBarRuleStyleEditDialogBarDirection="(&D):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogBarDirectionAuto="(&C):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogBarDirectionLeftToRight=""
+sdxConditionalFormattingDataBarRuleStyleEditDialogBarDirectionRightToLeft="ҵ"
+sdxConditionalFormattingDataBarRuleStyleEditDialogBordersNone=""
+sdxConditionalFormattingDataBarRuleStyleEditDialogBordersSolid="ʵ"
+sdxConditionalFormattingDataBarRuleStyleEditDialogButtonCancel="ȡ"
+sdxConditionalFormattingDataBarRuleStyleEditDialogButtonOk="ȷ"
+sdxConditionalFormattingDataBarRuleStyleEditDialogCaption="ʽ"
+sdxConditionalFormattingDataBarRuleStyleEditDialogCommon=""
+sdxConditionalFormattingDataBarRuleStyleEditDialogFillMode="ģʽ(&F):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogFillModeGradient=""
+sdxConditionalFormattingDataBarRuleStyleEditDialogFillModeSolid="ʵ"
+sdxConditionalFormattingDataBarRuleStyleEditDialogNegativeBar="ֵ"
+sdxConditionalFormattingDataBarRuleStyleEditDialogNegativeBarBorderColor="߿ɫ(&R):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogNegativeBarBorderColorAuto="Ӧͬı߿ɫΪ(&P)"
+sdxConditionalFormattingDataBarRuleStyleEditDialogNegativeBarColor="ɫ(&L):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogNegativeBarColorAuto="ӦͬɫΪ(&A)"
+sdxConditionalFormattingDataBarRuleStyleEditDialogPositiveBar=""
+sdxConditionalFormattingDataBarRuleStyleEditDialogPositiveBarBorderColor="߿ɫ(&D):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogPositiveBarBorderStyle="߿ʽ(&B):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogPositiveBarColor="ɫ(&C):"
+sdxConditionalFormattingDuplicateValuesRuleDetails="ظֵ"
+sdxConditionalFormattingExpressionRuleDetails="ʽ: %s"
+sdxConditionalFormattingIconSet="ͼ꼯"
+sdxConditionalFormattingRuleEditDialogAnd=""
+sdxConditionalFormattingRuleEditDialogButtonCancel="ȡ"
+sdxConditionalFormattingRuleEditDialogButtonFormat="ʽ(&F)..."
+sdxConditionalFormattingRuleEditDialogButtonOk="ȷ"
+sdxConditionalFormattingRuleEditDialogCaption="ʽ"
+sdxConditionalFormattingRuleEditDialogErrorIncorrectStopsOrder="վ˳ȷ"
+sdxConditionalFormattingRuleEditDialogErrorInvalidExpression="һʽȷ"
+sdxConditionalFormattingRuleEditDialogIconStyle="ͼʽ(&C):"
+sdxConditionalFormattingRuleEditDialogPercentsOfSelectedRange="%ѡΧ"
+sdxConditionalFormattingRuleEditDialogPreview="Ԥ:"
+sdxConditionalFormattingRuleEditDialogReverseIconOrder="ߵͼ˳(&D)"
+sdxConditionalFormattingRuleEditDialogRuleDescriptionAboveOrBelowAverage="ʽֵ:"
+sdxConditionalFormattingRuleEditDialogRuleDescriptionCellIs="ֻоֵĵԪøʽ:"
+sdxConditionalFormattingRuleEditDialogRuleDescriptionExpression="ʽֵøʽ:"
+sdxConditionalFormattingRuleEditDialogRuleDescriptionIconSet="ʾÿͼЩ:"
+sdxConditionalFormattingRuleEditDialogRuleDescriptionTopBottomValues="ʽֵǵȼ:"
+sdxConditionalFormattingRuleEditDialogRuleNameAboveOrBelowAverage="ֻǸڻƽֵֵøʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameCellIs="ΨһԪʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameDataBar="ֵͨеԪøʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameDuplicateValues="ֻظֵøʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameExpression="ʹùʽȷҪøʽĵԪ"
+sdxConditionalFormattingRuleEditDialogRuleNameIconSet="ڸֵͨͼ꼯еԪøʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameThreeColorScale="ͨɫ̶ֵеԪøʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameTopBottomValues="ֻжײֵøʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameTwoColorScale="ͨɫֵеԪøʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameUniqueValues="ֻΨһֵøʽ"
+sdxConditionalFormattingRuleEditDialogRuleType="ѡ(&S):"
+sdxConditionalFormattingRuleEditDialogScaleMaxStop="ֵ"
+sdxConditionalFormattingRuleEditDialogScaleMidStop="е"
+sdxConditionalFormattingRuleEditDialogScaleMinStop="Сֵ"
+sdxConditionalFormattingRuleEditDialogScaleValueTypeFormula="ʽ"
+sdxConditionalFormattingRuleEditDialogScaleValueTypeHighestValue="ֵ"
+sdxConditionalFormattingRuleEditDialogScaleValueTypeLowestValue="ֵ"
+sdxConditionalFormattingRuleEditDialogScaleValueTypePercent="ٷֱ"
+sdxConditionalFormattingRuleEditDialogScaleValueTypePercentile="ٷλ"
+sdxConditionalFormattingRuleEditDialogScaleValueTypeValue="ֵ"
+sdxConditionalFormattingRuleEditDialogShowBarOnly="ʾ(&B)"
+sdxConditionalFormattingRuleEditDialogShowIconOnly="ʾͼ(&I)"
+sdxConditionalFormattingRuleEditDialogWhenValueIs="ֵ"
+sdxConditionalFormattingRuleEditDialogWhenValueLess="ֵ< "%s""
+sdxConditionalFormattingRuleEditDialogWhenValueLessAnd="ֵ < "%s" "
+sdxConditionalFormattingRuleEditDialogWhenValueLessOrEqual="ֵ <= "%s""
+sdxConditionalFormattingRuleEditDialogWhenValueLessOrEqualAnd="ֵ <= "%s" "
+sdxConditionalFormattingRulesManagerDialogActionClone="(&C)¡"
+sdxConditionalFormattingRulesManagerDialogActionCreate="¹(&N)..."
+sdxConditionalFormattingRulesManagerDialogActionDelete="ɾ(&D)"
+sdxConditionalFormattingRulesManagerDialogActionEdit="༭(&E)..."
+sdxConditionalFormattingRulesManagerDialogActionMoveDown=""
+sdxConditionalFormattingRulesManagerDialogActionMoveUp=""
+sdxConditionalFormattingRulesManagerDialogButtonApply="Ӧ(&A)"
+sdxConditionalFormattingRulesManagerDialogButtonCancel="ȡ"
+sdxConditionalFormattingRulesManagerDialogButtonOk="ȷ"
+sdxConditionalFormattingRulesManagerDialogCaption="ʽ"
+sdxConditionalFormattingRulesManagerDialogColumnApplyToTheRecord="Ӧõ¼"
+sdxConditionalFormattingRulesManagerDialogColumnArea="Ӧ"
+sdxConditionalFormattingRulesManagerDialogColumnFormat="ʽ"
+sdxConditionalFormattingRulesManagerDialogColumnName=" (ʾ˳Ӧ)"
+sdxConditionalFormattingRulesManagerDialogColumnStopIfTrue="Ϊʱֹͣ"
+sdxConditionalFormattingRulesManagerDialogDisplayMode="ʾʽ(&S):"
+sdxConditionalFormattingRulesManagerDialogDisplayModeAll=""
+sdxConditionalFormattingRulesManagerDialogDisplayModeSelectedArea="ǰѡ"
+sdxConditionalFormattingRulesManagerDialogDisplayModeSheet="ҳ"
+sdxConditionalFormattingTopValues=" %s"
+sdxConditionalFormattingUniqueValuesRuleDetails="Ψһֵ"
+sdxConfidential=""
+sdxConfirmDeleteItem="ҪɾһĿ: %s ?"
+sdxConfirmOverWrite="ļ"%s"Ѵ.Ƿ ?"
+sdxConsumeSelectionStyle="ѡʽ"
+sdxContainerCustomizationDialogAbsolute="ҪƶԪߴ(&D)"
+sdxContainerCustomizationDialogButtonAdd="(&A)"
+sdxContainerCustomizationDialogButtonCancel="ȡ"
+sdxContainerCustomizationDialogButtonColor="ɫ(&C)"
+sdxContainerCustomizationDialogButtonLoad="ȡ(&L)"
+sdxContainerCustomizationDialogButtonOK="ȷ"
+sdxContainerCustomizationDialogButtonRemove="ɾ(&V)"
+sdxContainerCustomizationDialogButtonSave="(&S)"
+sdxContainerCustomizationDialogCaption="Զ"
+sdxContainerCustomizationDialogCropBottom="ײ(&M):"
+sdxContainerCustomizationDialogCropFrom="ü"
+sdxContainerCustomizationDialogCropLeft="(&L):"
+sdxContainerCustomizationDialogCropRight="(&G):"
+sdxContainerCustomizationDialogCropTop="(&P):"
+sdxContainerCustomizationDialogDirection="(&D):"
+sdxContainerCustomizationDialogGradientFill="(&G)"
+sdxContainerCustomizationDialogGradientLine="(&G)"
+sdxContainerCustomizationDialogGroupFill=""
+sdxContainerCustomizationDialogGroupProperties=""
+sdxContainerCustomizationDialogGroupSize="ߴ"
+sdxContainerCustomizationDialogHeight="߶(&E):"
+sdxContainerCustomizationDialogLine=""
+sdxContainerCustomizationDialogLineStyle="ʽ(&S):"
+sdxContainerCustomizationDialogLineWidth="(&W):"
+sdxContainerCustomizationDialogLockAspectRatio="ݺ(&A)"
+sdxContainerCustomizationDialogNoFill="(&N)"
+sdxContainerCustomizationDialogNoLine="(&N)"
+sdxContainerCustomizationDialogOneCells="ƶҪԪߴ(&M)"
+sdxContainerCustomizationDialogOriginalSize="ԭʼߴ"
+sdxContainerCustomizationDialogOriginalSizeFormatString=": %d, : %d"
+sdxContainerCustomizationDialogPositioning="λ"
+sdxContainerCustomizationDialogRelativeToPictureSize="ԭʼͼƬС(&R)"
+sdxContainerCustomizationDialogReset="(&S)"
+sdxContainerCustomizationDialogRotation="ת(&T):"
+sdxContainerCustomizationDialogScale=""
+sdxContainerCustomizationDialogScaleHeight="߶(&H):"
+sdxContainerCustomizationDialogScaleWidth="(&W):"
+sdxContainerCustomizationDialogSize="С"
+sdxContainerCustomizationDialogSizeAndRotate="ߴͽǶ"
+sdxContainerCustomizationDialogSolidFill="ʵ(&S)"
+sdxContainerCustomizationDialogSolidLine="ʵ(&S)"
+sdxContainerCustomizationDialogStops="ֹͣλ:"
+sdxContainerCustomizationDialogTextBoxAlignment=""
+sdxContainerCustomizationDialogTextBoxAlignmentBottom=""
+sdxContainerCustomizationDialogTextBoxAlignmentCenter="м"
+sdxContainerCustomizationDialogTextBoxAlignmentLeft=""
+sdxContainerCustomizationDialogTextBoxAlignmentRight=""
+sdxContainerCustomizationDialogTextBoxAlignmentTop=""
+sdxContainerCustomizationDialogTextBoxAutoSize="״СӦ(&F)"
+sdxContainerCustomizationDialogTextBoxCaption="ı"
+sdxContainerCustomizationDialogTextBoxHorizontal="ˮƽ(&H):"
+sdxContainerCustomizationDialogTextBoxPadding=""
+sdxContainerCustomizationDialogTextBoxPaddingBottom="(&M):"
+sdxContainerCustomizationDialogTextBoxPaddingLeft="(&L):"
+sdxContainerCustomizationDialogTextBoxPaddingRight="(&G):"
+sdxContainerCustomizationDialogTextBoxPaddingTop="(&P):"
+sdxContainerCustomizationDialogTextBoxVertical="ֱ(&V):"
+sdxContainerCustomizationDialogTextBoxWordWrap="״(&W)"
+sdxContainerCustomizationDialogTextButtonFont="(&F)"
+sdxContainerCustomizationDialogTextCaption="ı"
+sdxContainerCustomizationDialogTextureFill="(&T)"
+sdxContainerCustomizationDialogTwoCells="ƶԪߴ(&S)"
+sdxContainerCustomizationDialogWidth="(&D):"
+sdxContainers="(&O)"
+sdxContentEvenStyle="ż"
+sdxContentOddStyle=""
+sdxContentStyle=""
+sdxContinuedMessage=""
+sdxControls="ؼ(&C)"
+sdxControlsPlace="ؼĵط"
+sdxControlsTab="ؼ"
+sdxCopy="(&C)"
+sdxCopyOfItem=" "
+sdxCorporateHeadquarters="ҵ\\nܲ"
+sdxCountCaption=""
+sdxCountIs=":%d"
+sdxCreatedBy=" "
+sdxCreateDefinedNameFromSelectionDialogBottomRow=""
+sdxCreateDefinedNameFromSelectionDialogButtonCancel="ȡ"
+sdxCreateDefinedNameFromSelectionDialogButtonOK="ȷ"
+sdxCreateDefinedNameFromSelectionDialogCaption="ѡд"
+sdxCreateDefinedNameFromSelectionDialogHeader="ƴֵ:"
+sdxCreateDefinedNameFromSelectionDialogLeftColumn=""
+sdxCreateDefinedNameFromSelectionDialogRightColumn=""
+sdxCreateDefinedNameFromSelectionDialogTopRow=""
+sdxCreatedOn=" "
+sdxCreateNewStyleQueryNamePrompt="ʽ: "
+sdxCreationDate="Ѵ(&D):"
+sdxCreator="(&R):"
+sdxCrossFillPattern=""
+sdxCurrentDocumentHyperlinkTooltip="ǰĵ"
+sdxCurrentRecord="ǰ¼"
+sdxCustom="Զ"
+sdxCustomColorText="Զ..."
+sdxCustomSize="ԶС"
+sdxCyclicIDReferences="ѭID %s %s"
+sdxDashDotDotEdgePattern="̻--"
+sdxDashDotEdgePattern="̻-"
+sdxDashedEdgePattern="̻"
+sdxDataFields="ֶ(&D)"
+sdxDataLoadErrorText="ܼر"
+sdxDataProviderDontPresent="ûָе"
+sdxDataToPrintDoesNotExist="ܼ,ΪûݿԴӡ."
+sdxDateTimeWheelPickerHours="Сʱ"
+sdxDateTimeWheelPickerMinutes=""
+sdxDateTimeWheelPickerSeconds=""
+sdxDay=""
+sdxDBBasedExplorerItemDataLoadError="ܼر.\\n"
+sdxDecember="ʮ"
+sdxDecemberShort="ʮ"
+sdxDefaultHyperlinkScreenTip="%s - һθ.\\nסѡ˵Ԫ."
+sdxDefaultHyperlinkShortScreenTip="%s - һθ."
+sdxDefaultSheetCaption="%d"
+sdxDefaultToggleSwitchOffText=""
+sdxDefaultToggleSwitchOnText=""
+sdxDefaultTray="Ĭֽ"
+sdxDefinedNameEditorButtonCancel="ȡ"
+sdxDefinedNameEditorButtonOK="ȷ"
+sdxDefinedNameEditorCaptionEditName="༭"
+sdxDefinedNameEditorCaptionNewName=""
+sdxDefinedNameEditorComment=":"
+sdxDefinedNameEditorName=":"
+sdxDefinedNameEditorRefersTo="ο:"
+sdxDefinedNameEditorScope="Χ:"
+sdxDefinedNameManagerDialogButtonClose="ر"
+sdxDefinedNameManagerDialogButtonDelete="ɾ"
+sdxDefinedNameManagerDialogButtonEdit="༭..."
+sdxDefinedNameManagerDialogButtonNew="..."
+sdxDefinedNameManagerDialogCaption="ƹ"
+sdxDefinedNameManagerDialogColumnComment=""
+sdxDefinedNameManagerDialogColumnName=""
+sdxDefinedNameManagerDialogColumnReference="ο"
+sdxDefinedNameManagerDialogColumnScope="Χ"
+sdxDefinedNameManagerDialogColumnValue="ֵ"
+sdxDefinedNameManagerDialogDeleteSelectedNameConfirmation="ȷҪɾ"%s? "
+sdxDefinedNameManagerDialogDeleteSelectedNamesConfirmation="ȷҪɾѡ? "
+sdxDefinedNameManagerDialogRefersTo="ο:"
+sdxDefinedNameManagerDialogSaveConfirmation="ǷҪĸ? "
+sdxDefinedNameManagerDialogWorkbook=""
+sdxDefinePrintStylesCaption="ӡʽ"
+sdxDefinePrintStylesMenuItem="ӡʽ(&S)..."
+sdxDefinePrintStylesTitle="ӡʽ(&S):"
+sdxDefinePrintStylesWarningClear="Ҫɾзʽ ?"
+sdxDefinePrintStylesWarningDelete="Ƿɾ"%s" ?"
+sdxDeleteFolderMessageText="ɾļ"%s" ?"
+sdxDeleteItemMessageText="ɾ"%s" ?"
+sdxDeleteNonEmptyFolderMessageText="ļ"%s"ǿյ.ǷҪɾ?"
+sdxDeleteStyleSheet="ɾʽ"%s"?"
+sdxDepth="Ũ(&D):"
+sdxDescription="(&D):"
+sdxDetails="ϸϢ(&D)"
+sdxDeviceOnPort="%s %s "
+sdxDiagCrossFillPattern=""
+sdxDiagonalCrossHatchFillPattern="Խ"
+sdxDiagonalStripeFillPattern="Խ"
+sdxDisplayGraphicsAsText="ıʽʾͼ(&T)"
+sdxDisplayTrackBarsAsText="Ϊıʾ(&B)"
+sdxDocumentEncryptionQueryNewPasswordForm="ļѱ"
+sdxDocumentProtectionQueryNewPasswordForm="ǿƱ"
+sdxDocumentProtectionQueryPasswordForm="δĵ"
+sdxDottedEdgePattern="Բ"
+sdxDoubleLineEdgePattern="˫"
+sdxDownThenOver="к(&D)"
+sdxDrawBorder="Ʊ߿(&D)"
+sdxDrawMode="ģʽ(&M):"
+sdxDrawModeBorrow="Դ"
+sdxDrawModeChess="ģʽ"
+sdxDrawModeOddEven="/żģʽ"
+sdxDrawModeStrict="ȷ"
+sdxDTFormatsAutoUpdate="Զ(&U)"
+sdxDTFormatsAvailableDateFormats="Чڸʽ(&A):"
+sdxDTFormatsAvailableTimeFormats="Чʱʽ(&T):"
+sdxDTFormatsCaption="ʱ"
+sdxDTFormatsChangeDefaultFormat="ǷıĬںʱʽƥ"%s" - "%s" ?"
+sdxEast=""
+sdxEditDescription="༭"
+sdxEditReports="༭"
+sdxEllipse="Բ"
+sdxEnable="(&E)"
+sdxEndEllipsis="ʡԷ(&E)"
+sdxEndUserProgrammers="GUIԱ"
+sdxENFNCaption="ѡļ"
+sdxEngineering="̼"
+sdxEnterAutoTextEntriesHere=" Զͼļ(&U): "
+sdxEnterNewFileName="ļ"
+sdxEnv=""
+sdxErrorCannotChangePartOfArray="ܸһ."
+sdxErrorCannotExecuteActionOnProtectedSheet="ڱıʹø.ʹ,ȡ."
+sdxErrorCannotMoveBecauseOfMergedCells="˲ᵼһЩϲĵԪȡϲ."
+sdxErrorCannotRenameSheet="Ѵ."
+sdxErrorCannotSaveDocumentWithoutSheets="ĵ,Ϊйɼ. һɼ,Ȼһ."
+sdxErrorCellAlreadyExists="Ԫ"%d"Ѵ"
+sdxErrorCellProtected="ͼܱĵԪ,ֻ."
+sdxErrorCircularMessage="ע\\nһʽѭ,ҿȷ \n.ѭȡͬһʽκùʽ \n.,ԪָļֵһԪõԪ,ȡԭʼԪֵ \nѭ.\\n\\nһѭ,."
+sdxErrorCircularPathPrefix=""
+sdxErrorColorValueIsNotSpecified="ûָɫֵ"
+sdxErrorCommentAlreadyExists="Ϊ"%s"ĵԪѾ"
+sdxErrorDefinedNameAlreadyExists="ظ"%s""
+sdxErrorDocumentIsCorrupted="ĵ"
+sdxErrorExternalLinkAlreadyExists="ⲿ"%s"Ѵ"
+sdxErrorFieldNotFound="ûҵ%sֶ"
+sdxErrorFileCannotBeFoundInPackage="ûؼҵļ"%s""
+sdxErrorFileIsCorrupted="ļ"%s""
+sdxErrorInternal="ڲ: "%s""
+sdxErrorInvalidAnchorCell=""%s"ԪΪê"
+sdxErrorInvalidAnchorDefinition="Чê"
+sdxErrorInvalidCellReference=""%s" ԪЧ"
+sdxErrorInvalidCellsReference=""%s" ԪЧ"
+sdxErrorInvalidColor="֧"%s"ɫֵ"
+sdxErrorInvalidColorIndex="ɫ"%d"Ч"
+sdxErrorInvalidColumnIndex=""%s"Ч"
+sdxErrorInvalidDefinedNameSyntax="ֵȷ. \n \n֤: \nĸ»߿ͷ \nոַ \n빤ѴڵƲͻ. "
+sdxErrorInvalidDocumentType="ֵ֧ĵ"
+sdxErrorInvalidFormatCodeID="ʽĴID"%d"Ч"
+sdxErrorInvalidFormula="ʽ"%s"Ч"
+sdxErrorInvalidPasteArea="ճѡ,ΪĴС븴ƵСͬ"
+sdxErrorInvalidReference=""%s"õλ%dЧ"
+sdxErrorInvalidRelationshipId=""%s"ĹϵIDЧ"
+sdxErrorInvalidSelection="ڶѡݻյѡ"
+sdxErrorInvalidSharedStringIndex="ַ"%d"Ч"
+sdxErrorInvalidSheetId="ID="%s"ûҵ"
+sdxErrorInvalidStyleIndex="ʽ"%d"Ч"
+sdxErrorMaxOutlineLevel="ټкеĿܳ8."
+sdxErrorPictureCannotBeFound="ͼƬ"%s"ûҵ"
+sdxErrorPossibleDataLoss="Ϊ˷ֹܵݶʧ,תƹеķǿյԪѱȡ. \nѡһλ,µĵԪ,ӹɾ."
+sdxErrorUnsupportedDocumentFormat="ֵ֧ĵʽ"
+sdxErrorUnsupportedSheetType="ֵ֧Ĺ"
+sdxEvenColor="żɫ(&V):"
+sdxEvenFont="ż"
+sdxExcelFilterAboveAverageConditionText="ƽ"
+sdxExcelFilterAfterConditionText="֮"
+sdxExcelFilterBeforeConditionText="ǰ"
+sdxExcelFilterBeginsWithConditionText="ʼ"
+sdxExcelFilterBelowAverageConditionText="ƽ"
+sdxExcelFilterBetweenConditionText=""
+sdxExcelFilterBottomNConditionText="N"
+sdxExcelFilterContainsConditionText=""
+sdxExcelFilterCustomFilterAndOperatorLabel=""
+sdxExcelFilterCustomFilterConditionText="Զ"
+sdxExcelFilterCustomFilterFirstConditionLabel="һ"
+sdxExcelFilterCustomFilterOrOperatorLabel=""
+sdxExcelFilterCustomFilterSecondConditionLabel="ڶ"
+sdxExcelFilterDateFiltersTabCaption="ڹ"
+sdxExcelFilterDoesNotContainConditionText=""
+sdxExcelFilterDoesNotEqualConditionText=""
+sdxExcelFilterEndsWithConditionText="Խ"
+sdxExcelFilterEnterValueHintText="ֵ..."
+sdxExcelFilterEqualsConditionText=""
+sdxExcelFilterFromValueText=""
+sdxExcelFilterGreaterThanConditionText=""
+sdxExcelFilterGreaterThanOrEqualToConditionText="ڵ"
+sdxExcelFilterIsBlankConditionText="ǿհ"
+sdxExcelFilterIsNotBlankConditionText="ǿյ"
+sdxExcelFilterLastMonthConditionText="ϸ"
+sdxExcelFilterLastWeekConditionText=""
+sdxExcelFilterLastYearConditionText="ȥ"
+sdxExcelFilterLessEqualThanOrEqualToConditionText="Сڵ"
+sdxExcelFilterLessThanConditionText="С"
+sdxExcelFilterNextMonthConditionText="¸"
+sdxExcelFilterNextWeekConditionText=""
+sdxExcelFilterNextYearConditionText=""
+sdxExcelFilterNumericFiltersTabCaption="ֹ"
+sdxExcelFilterPredefinedFiltersConditionText="Ԥ"
+sdxExcelFilterSelectDateHintText="ѡ..."
+sdxExcelFilterSelectValueHintText="ѡһֵ..."
+sdxExcelFilterSpecificDatePeriodsConditionText="ضڶ"
+sdxExcelFilterTextFiltersTabCaption="ıɸѡ"
+sdxExcelFilterThisMonthConditionText=""
+sdxExcelFilterThisWeekConditionText=""
+sdxExcelFilterThisYearConditionText=""
+sdxExcelFilterTimeFiltersTabCaption="ʱ"
+sdxExcelFilterTodayConditionTypeText=""
+sdxExcelFilterTomorrowConditionText=""
+sdxExcelFilterTopNBottomNItemsText="Ŀ"
+sdxExcelFilterTopNBottomNPercentText="ٷֱ"
+sdxExcelFilterTopNBottomNTypeLabel=""
+sdxExcelFilterTopNBottomNValueLabel="б"
+sdxExcelFilterTopNConditionText="ǰN"
+sdxExcelFilterToValueText=""
+sdxExcelFilterValuesTabCaption="б"
+sdxExcelFilterYesterdayConditionText=""
+sdxExpandAll="ȫչ(&X)"
+sdxExpandButtons="չť(&X)"
+sdxExpandedGroups="չ"
+sdxExpandHeight="չ߶"
+sdxExpanding="չ"
+sdxExpandLevel="չ㼶(&L):"
+sdxExpandWidth="չ"
+sdxExplicitlyExpandNodes="ʽչڵ"
+sdxExplorerBar="Դ"
+sdxExplorerCaption="Դ"
+sdxExplorerRootFolderCaption=""
+sdxExplorerToolBar="Դ"
+sdxExpressionEditorButtonCancel="ȡ"
+sdxExpressionEditorButtonOK="ȷ"
+sdxExpressionEditorCaption="ʽ༭"
+sdxExpressionEditorCloseDialogConfirmation="ʽ.?"
+sdxExpressionEditorConstantsCategoryCaption=""
+sdxExpressionEditorFieldsCategoryCaption="ֶ"
+sdxExpressionEditorFilterTextHint="Ҫı..."
+sdxExpressionEditorFunctionGroupsCategoryCaption=""
+sdxExpressionEditorInvalidExpressionExceptionText="Чıʽ."
+sdxExpressionEditorMissingClosingFieldMark="ֶӦð[]"
+sdxExpressionEditorMissingClosingStringMark="ַӦõŻ˫"
+sdxExpressionEditorNoSuggestions=""
+sdxExpressionEditorOperatorAddDescription="һֵӵڶֵ."
+sdxExpressionEditorOperatorConcatDescription="ַӳһ."
+sdxExpressionEditorOperatorDivDescription="һֵԵڶֵ."
+sdxExpressionEditorOperatorEQDescription="ֵ,TRUE;."
+sdxExpressionEditorOperatorGEDescription="һֵڵڶֵ,TRUE;."
+sdxExpressionEditorOperatorGTDescription="һֵڵڶֵ,TRUE;."
+sdxExpressionEditorOperatorLEDescription="һֵСڵڶֵ,TRUE;."
+sdxExpressionEditorOperatorLTDescription="һֵСڵڶֵ,TRUE;."
+sdxExpressionEditorOperatorMulDescription="һֵԵڶֵ."
+sdxExpressionEditorOperatorNEDescription="һֵڵڶֵ,TRUE;."
+sdxExpressionEditorOperatorPercentDescription="ֵָΪٷֱ."
+sdxExpressionEditorOperatorPowerDescription="һֵߵڶֵ."
+sdxExpressionEditorOperatorsCategoryCaption="Ӫ"
+sdxExpressionEditorOperatorSubDescription="ӵһֵȥڶֵ."
+sdxExpressionEditorSyntaxError=""
+sdxExpressionEditorUnknownField="δ֪"
+sdxExpressionEditorUnknownFieldOrFunctionConfirmation="ʽδֶ֪λ.?"
+sdxExpressionEditorUnknownFunction="δ֪"
+sdxExtendedSelect="չѡ(&E)"
+sdxFalse=""
+sdxFDiagonalFillPattern="Խ"
+sdxFebruary=""
+sdxFebruaryShort=""
+sdxFEFCaption="Ч"
+sdxFieldOfficeCanada="ذ´:\\nô"
+sdxFileAlreadyExists="ļ"%s"Ѵ."
+sdxFileBasedExplorerItemDataLoadError="ܼر.\\nļ,һûӦó"
+sdxFileDialogAllSupported="֧"
+sdxFileDialogBackDisabledHint=""
+sdxFileDialogBackEnabledHint="%s (Alt+Left)"
+sdxFileDialogFileNameCaption="ļ:"
+sdxFileDialogFileNotExistWarning=" \nļδҵ. \nļ,Ȼ. "
+sdxFileDialogFilePreviewHidePaneHint="Ԥ."
+sdxFileDialogFilePreviewShowPaneHint="ʾԤ."
+sdxFileDialogForwardDisabledHint="ǰ"
+sdxFileDialogForwardEnabledHint="ת%s (Alt+Right)"
+sdxFileDialogHistoryHint="ҳ"
+sdxFileDialogNewFolderCaption="½ļ"
+sdxFileDialogNewFolderHint="һµĿļ."
+sdxFileDialogSearchNullstring="..."
+sdxFileDialogUpHint=""
+sdxFileDialogViewsHint="ıͼ."
+sdxFileName="ļ "
+sdxFileNameAndPath="ļƺ· "
+sdxFilePreviewPanePreviewMessageEmpty="ûпõԤ."
+sdxFilePreviewPanePreviewMessageNoFile="ѡҪԤļ."
+sdxFilterBar="(&F)"
+sdxFilterBarStyle=""
+sdxFilterPopupWindowCancelButtonCaption="ȡ"
+sdxFilterPopupWindowClearButtonCaption="չ"
+sdxFilterPopupWindowCloseButtonCaption="ر"
+sdxFilterPopupWindowOKButtonCaption="ȷ"
+sdxFindAndReplaceDialogButtonClose="ر"
+sdxFindAndReplaceDialogButtonFindAll="ȫ(&I)"
+sdxFindAndReplaceDialogButtonFindNext="һ(&F)"
+sdxFindAndReplaceDialogButtonReplace="滻(&R)"
+sdxFindAndReplaceDialogButtonReplaceAll="ȫ滻(&A)"
+sdxFindAndReplaceDialogCaption="滻"
+sdxFindAndReplaceDialogColumnCellCaption="Ԫ"
+sdxFindAndReplaceDialogColumnFormulaCaption="ʽ"
+sdxFindAndReplaceDialogColumnNameCaption=""
+sdxFindAndReplaceDialogColumnSheetCaption="ҳ"
+sdxFindAndReplaceDialogColumnValueCaption="ֵ"
+sdxFindAndReplaceDialogFindMatchNotFound="ҵƥ.ѡԶ."
+sdxFindAndReplaceDialogFindTabCaption=""
+sdxFindAndReplaceDialogFindWhat="(&N):"
+sdxFindAndReplaceDialogLessOptions="ѡ <<(&T)"
+sdxFindAndReplaceDialogLookIn="ҷΧ(&L):"
+sdxFindAndReplaceDialogLookInFormulas="ʽ"
+sdxFindAndReplaceDialogLookInValues="ֵ"
+sdxFindAndReplaceDialogMatchCase="ƥСд(&C)"
+sdxFindAndReplaceDialogMatchEntireCell="ȫƥ(&O)"
+sdxFindAndReplaceDialogMoreOptions="ѡ(&T) >>"
+sdxFindAndReplaceDialogReplaceMatchNotFound="ҵƥи.ѡԶ."
+sdxFindAndReplaceDialogReplacementResult="ȫ. 滻%d."
+sdxFindAndReplaceDialogReplaceTabCaption="滻"
+sdxFindAndReplaceDialogReplaceWith="滻Ϊ(&E):"
+sdxFindAndReplaceDialogSearchMode="(&S):"
+sdxFindAndReplaceDialogSearchModeByColumns="ͨ"
+sdxFindAndReplaceDialogSearchModeByRows="ͨ"
+sdxFindAndReplaceDialogStatusBarCellsFound="ҵ%dԪ"
+sdxFindAndReplaceDialogWithinRange="(&H):"
+sdxFindAndReplaceDialogWithinRangeSheet="ҳ"
+sdxFindAndReplaceDialogWithinRangeSpreadsheet="Excel"
+sdxFinishLabelCaption=":"
+sdxFiterFields="ֶ(&F)"
+sdxFitTo="ʺ(&F):"
+sdxFitToPageHorizontally=":"
+sdxFitToPageVertically="߶:"
+sdxFixedColor="̶ɫ(&I):"
+sdxFixedHorzLines="̶ˮƽ(&X)"
+sdxFixedRowOnEveryPage="̶ÿҳ"
+sdxFixedTransparent="̶(&X)"
+sdxFixedVertLines="̶ֱ(&D)"
+sdxFlatCheckMarks="ƽ(&L)"
+sdxFloatingObjectLayoutFormDialog=""
+sdxFloatingObjectLayoutFormDialogBottom="(&M)"
+sdxFloatingObjectLayoutFormDialogButtonReset="(&S)"
+sdxFloatingObjectLayoutFormDialogDistance="־"
+sdxFloatingObjectLayoutFormDialogHeight="߶"
+sdxFloatingObjectLayoutFormDialogHeightAbsolute="(&E):"
+sdxFloatingObjectLayoutFormDialogHorizontal="ˮƽ"
+sdxFloatingObjectLayoutFormDialogHorizontalAbsolutePosition="Ҳ(&T)"
+sdxFloatingObjectLayoutFormDialogHorizontalAbsolutePositionItem="λ(&P)"
+sdxFloatingObjectLayoutFormDialogHorizontalAlignmentItem="(&A)"
+sdxFloatingObjectLayoutFormDialogHorizontalPositionType="(&R)"
+sdxFloatingObjectLayoutFormDialogLeft="(&E)"
+sdxFloatingObjectLayoutFormDialogLock="(&L)"
+sdxFloatingObjectLayoutFormDialogLockAspectRatio="ݺ(&A)"
+sdxFloatingObjectLayoutFormDialogOptions="ѡ"
+sdxFloatingObjectLayoutFormDialogOriginalSize="ԭʼС"
+sdxFloatingObjectLayoutFormDialogOriginalSizeHeight="߶:"
+sdxFloatingObjectLayoutFormDialogOriginalSizeWidth=":"
+sdxFloatingObjectLayoutFormDialogPresetControlBehind="ı(&B)"
+sdxFloatingObjectLayoutFormDialogPresetControlInFrontOf="ıǰ(&F)"
+sdxFloatingObjectLayoutFormDialogPresetControlSquare="(&Q)"
+sdxFloatingObjectLayoutFormDialogPresetControlThought="(&H)"
+sdxFloatingObjectLayoutFormDialogPresetControlTight="(&T)"
+sdxFloatingObjectLayoutFormDialogPresetControlTopAndBottom="͵ײ(&O)"
+sdxFloatingObjectLayoutFormDialogRight="(&G)"
+sdxFloatingObjectLayoutFormDialogRotate="ת"
+sdxFloatingObjectLayoutFormDialogRotation="ת(&T):"
+sdxFloatingObjectLayoutFormDialogScale=""
+sdxFloatingObjectLayoutFormDialogTabPagePosition="λ"
+sdxFloatingObjectLayoutFormDialogTabPageSize="ߴ"
+sdxFloatingObjectLayoutFormDialogTabPageTextWrapping="Զ"
+sdxFloatingObjectLayoutFormDialogTextWrapSideBothSides="˫(&S)"
+sdxFloatingObjectLayoutFormDialogTextWrapSideLargestOnly="(&A)"
+sdxFloatingObjectLayoutFormDialogTextWrapSideLeftOnly="(&L)"
+sdxFloatingObjectLayoutFormDialogTextWrapSideRightOnly="ұ(&R)"
+sdxFloatingObjectLayoutFormDialogTop="(&P)"
+sdxFloatingObjectLayoutFormDialogVertical="ֱ"
+sdxFloatingObjectLayoutFormDialogVerticalAbsolutePosition="(&W)"
+sdxFloatingObjectLayoutFormDialogVerticalAbsolutePositionItem="λ(&S)"
+sdxFloatingObjectLayoutFormDialogVerticalAlignmentItem="(&G)"
+sdxFloatingObjectLayoutFormDialogVerticalPositionType="(&E)"
+sdxFloatingObjectLayoutFormDialogWidth=""
+sdxFloatingObjectLayoutFormDialogWidthAbsolute="(&B):"
+sdxFloatingObjectLayoutFormDialogWrappingStyle="Զ"
+sdxFloatingObjectLayoutFormDialogWrapText="Զ"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionAlignmentCenter="м"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionAlignmentLeft=""
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionAlignmentRight=""
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypeCharacter="ַ"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypeColumn=""
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypeInsideMargin="ڲ߽"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypeLeftMargin="߽"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypeMargin="߽"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypeOutsideMargin="ⲿ߽"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypePage="ҳ"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypeRightMargin="ұ߽"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionAlignmentBottom=""
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionAlignmentCenter="м"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionAlignmentInside="ڲ"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionAlignmentOutside="ⲿ"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionAlignmentTop=""
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypeBottomMargin="±߾"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypeInsideMargin="ڲ߽"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypeLine=""
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypeMargin="ҳ߿հ"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypeOutsideMargin="ⲿ߽"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypePage="ҳ"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypeParagraph=""
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypeTopMargin="ϱ߾"
+sdxFlowChart_Arrow_ClosedASMEArrow="رASMEͷ"
+sdxFlowChart_Arrow_ClosedDiamond="ر"
+sdxFlowChart_Arrow_ClosedDot="رյ"
+sdxFlowChart_Arrow_ClosedDoubleArrow="˫ͷ"
+sdxFlowChart_Arrow_Diamond=""
+sdxFlowChart_Arrow_Filled90="90ͷ"
+sdxFlowChart_Arrow_FilledDiamond=""
+sdxFlowChart_Arrow_FilledDot=""
+sdxFlowChart_Arrow_FilledDoubleArrow="˫ͷ"
+sdxFlowChart_Arrow_FilledFletch="ʽƬ"
+sdxFlowChart_Arrow_FilledSquare="䷽"
+sdxFlowChart_Arrow_IndentedFilledArrow="ͷ"
+sdxFlowChart_Arrow_Open90="90ͷ"
+sdxFlowChart_Arrow_OpenFletch="ʽ"
+sdxFlowChart_Arrow_OutdentedFilledArrow="ƽͷ"
+sdxFlowChart_ArrowShapes_BentArrow="ļ"
+sdxFlowChart_ArrowShapes_BlockArrow="״ͷ"
+sdxFlowChart_ArrowShapes_CircularArrow="Բμͷ"
+sdxFlowChart_ArrowShapes_CurvedLeftArrow="ͷ"
+sdxFlowChart_ArrowShapes_CurvedRightArrow="Ҽͷ"
+sdxFlowChart_ArrowShapes_FlexibleArrow="ͷ"
+sdxFlowChart_ArrowShapes_LeftRightArrowBlock="Ҽͷ"
+sdxFlowChart_ArrowShapes_LeftRightUpArrow="ϼͷ"
+sdxFlowChart_ArrowShapes_ModernArrow="ִͷ"
+sdxFlowChart_ArrowShapes_NotchedArrow="ȱڼͷ"
+sdxFlowChart_ArrowShapes_QuadArrow="ļͷ"
+sdxFlowChart_ArrowShapes_QuadArrowBlock="ķ"
+sdxFlowChart_ArrowShapes_SharpBentArrow=""
+sdxFlowChart_ArrowShapes_SimpleArrow="ͷ"
+sdxFlowChart_ArrowShapes_SimpleDoubleArrow="˫ͷ"
+sdxFlowChart_ArrowShapes_StripedArrow="Ƽ"
+sdxFlowChart_ArrowShapes_UTurnArrow="Uתͷ"
+sdxFlowChart_ArrowShapesCaption="ͷ״"
+sdxFlowChart_BasicFlowchartShapes_Custom1="1"
+sdxFlowChart_BasicFlowchartShapes_Custom2="2"
+sdxFlowChart_BasicFlowchartShapes_Custom3="3"
+sdxFlowChart_BasicFlowchartShapes_Custom4="4"
+sdxFlowChart_BasicFlowchartShapes_Data=""
+sdxFlowChart_BasicFlowchartShapes_Database="ݿ"
+sdxFlowChart_BasicFlowchartShapes_Decision=""
+sdxFlowChart_BasicFlowchartShapes_Document="ļ"
+sdxFlowChart_BasicFlowchartShapes_ExternalData="ⲿ"
+sdxFlowChart_BasicFlowchartShapes_OffPageReference="ҳο"
+sdxFlowChart_BasicFlowchartShapes_OnPageReference="ҳϲο"
+sdxFlowChart_BasicFlowchartShapes_Process=""
+sdxFlowChart_BasicFlowchartShapes_StartEnd="ʼ/"
+sdxFlowChart_BasicFlowchartShapes_Subprocess="ӹ"
+sdxFlowChart_BasicFlowchartShapesCaption="ͼ״"
+sdxFlowChart_BasicShapes_Can="Բ"
+sdxFlowChart_BasicShapes_Chevron="Vα־"
+sdxFlowChart_BasicShapes_Cross=""
+sdxFlowChart_BasicShapes_Cube=""
+sdxFlowChart_BasicShapes_Decagon="ʮ"
+sdxFlowChart_BasicShapes_DiagonalStripe="Խ"
+sdxFlowChart_BasicShapes_Diamond=""
+sdxFlowChart_BasicShapes_Donut="Բ"
+sdxFlowChart_BasicShapes_Ellipse="Բ"
+sdxFlowChart_BasicShapes_Frame=""
+sdxFlowChart_BasicShapes_FrameCorner="ܽ"
+sdxFlowChart_BasicShapes_Heptagon="߽"
+sdxFlowChart_BasicShapes_Hexagon=""
+sdxFlowChart_BasicShapes_LeftBrace="֧"
+sdxFlowChart_BasicShapes_LeftParenthesis=""
+sdxFlowChart_BasicShapes_LShape="L״"
+sdxFlowChart_BasicShapes_NoSymbol=""
+sdxFlowChart_BasicShapes_Octagon="˽"
+sdxFlowChart_BasicShapes_Parallelogram="ƽı"
+sdxFlowChart_BasicShapes_Pentagon=""
+sdxFlowChart_BasicShapes_Plaque=""
+sdxFlowChart_BasicShapes_Rectangle=""
+sdxFlowChart_BasicShapes_RightBrace="Ҳ֧"
+sdxFlowChart_BasicShapes_RightParenthesis=""
+sdxFlowChart_BasicShapes_RightTriangle=""
+sdxFlowChart_BasicShapes_RoundCornerRectangle="ԲǾ"
+sdxFlowChart_BasicShapes_RoundDiagonalCornerRectangle="ԲбǾ"
+sdxFlowChart_BasicShapes_RoundedRectangle="ԲǾ"
+sdxFlowChart_BasicShapes_RoundSameSideCornerRectangle="ԲͬǾ"
+sdxFlowChart_BasicShapes_SingleRoundCornerRectangle="ԲǾ"
+sdxFlowChart_BasicShapes_SingleSnipCornerRectangle="Ǿ"
+sdxFlowChart_BasicShapes_SnipAndRoundCornerRectangle="ѻԲǾ"
+sdxFlowChart_BasicShapes_SnipAndRoundSingleCornerRectangle="ѻԲεǾ"
+sdxFlowChart_BasicShapes_SnipCornerRectangle="ѻǾ"
+sdxFlowChart_BasicShapes_SnipDiagonalCornerRectangle="бǾ"
+sdxFlowChart_BasicShapes_SnipSameSideCornerRectangle="ͬǵľ"
+sdxFlowChart_BasicShapes_Star16="16"
+sdxFlowChart_BasicShapes_Star24="24"
+sdxFlowChart_BasicShapes_Star32="32"
+sdxFlowChart_BasicShapes_Star4="4"
+sdxFlowChart_BasicShapes_Star5="5"
+sdxFlowChart_BasicShapes_Star6="6"
+sdxFlowChart_BasicShapes_Star7="7"
+sdxFlowChart_BasicShapes_Trapezoid=""
+sdxFlowChart_BasicShapes_Triangle=""
+sdxFlowChart_BasicShapesCaption="״"
+sdxFlowChart_DecorativeShapes_Cloud=""
+sdxFlowChart_DecorativeShapes_DoubleWave="˫"
+sdxFlowChart_DecorativeShapes_DownRibbon="½"
+sdxFlowChart_DecorativeShapes_Heart=""
+sdxFlowChart_DecorativeShapes_HorizontalScroll=""
+sdxFlowChart_DecorativeShapes_LightningBolt=""
+sdxFlowChart_DecorativeShapes_Moon=""
+sdxFlowChart_DecorativeShapes_UpRibbon="̧ͷ"
+sdxFlowChart_DecorativeShapes_VerticalScroll="ֱ"
+sdxFlowChart_DecorativeShapes_Wave=""
+sdxFlowChart_DecorativeShapesCaption="װԵ״"
+sdxFlowChart_More_Shapes="״"
+sdxFlowChart_No_Shapes_Found="ûƥ"
+sdxFlowChart_No_Stencils_Open="ûпŵģ."
+sdxFlowChart_QuickShapesCaption="״"
+sdxFlowChart_SDLDiagramShapes_Alternative=""
+sdxFlowChart_SDLDiagramShapes_CreateRequest=""
+sdxFlowChart_SDLDiagramShapes_Decision1="1"
+sdxFlowChart_SDLDiagramShapes_Decision2="2"
+sdxFlowChart_SDLDiagramShapes_DiskStorage="̴洢"
+sdxFlowChart_SDLDiagramShapes_DividedEvent="ѵ¼"
+sdxFlowChart_SDLDiagramShapes_DividedProcess="ֻ"
+sdxFlowChart_SDLDiagramShapes_Document="ļ"
+sdxFlowChart_SDLDiagramShapes_MessageFromUser="ûϢ"
+sdxFlowChart_SDLDiagramShapes_MessageToUser="ûϢ"
+sdxFlowChart_SDLDiagramShapes_OffPageReference="ҳο"
+sdxFlowChart_SDLDiagramShapes_OnPageReference="ҳϲο"
+sdxFlowChart_SDLDiagramShapes_PrimitiveFromCallControl="ԺпԭʼϢ"
+sdxFlowChart_SDLDiagramShapes_PrimitiveToCallControl="пƻҪ"
+sdxFlowChart_SDLDiagramShapes_Procedure=""
+sdxFlowChart_SDLDiagramShapes_Return=""
+sdxFlowChart_SDLDiagramShapes_Save=""
+sdxFlowChart_SDLDiagramShapes_Start="ʼ"
+sdxFlowChart_SDLDiagramShapes_Terminator="ս"
+sdxFlowChart_SDLDiagramShapes_VariableProcedure=""
+sdxFlowChart_SDLDiagramShapes_VariableStart="ɱ俪ʼ"
+sdxFlowChart_SDLDiagramShapesCaption="SDLͼ״"
+sdxFlowChart_Search_Shapes_Null_Text="״..."
+sdxFlowChart_SoftwareIcons_Add=""
+sdxFlowChart_SoftwareIcons_Back=""
+sdxFlowChart_SoftwareIcons_Calendar=""
+sdxFlowChart_SoftwareIcons_Collapse="۵"
+sdxFlowChart_SoftwareIcons_Database="ݿ"
+sdxFlowChart_SoftwareIcons_Document="ļ"
+sdxFlowChart_SoftwareIcons_Expand="չ"
+sdxFlowChart_SoftwareIcons_Filter=""
+sdxFlowChart_SoftwareIcons_Forward="ǰ"
+sdxFlowChart_SoftwareIcons_HardDrive="Ӳ"
+sdxFlowChart_SoftwareIcons_Lock=""
+sdxFlowChart_SoftwareIcons_Network=""
+sdxFlowChart_SoftwareIcons_Permission=""
+sdxFlowChart_SoftwareIcons_Properties=""
+sdxFlowChart_SoftwareIcons_Remove="Ƴ"
+sdxFlowChart_SoftwareIcons_Sort=""
+sdxFlowChart_SoftwareIcons_Tools=""
+sdxFlowChart_SoftwareIcons_ZoomIn="Ŵ"
+sdxFlowChart_SoftwareIcons_ZoomOut="С"
+sdxFlowChart_SoftwareIconsCaption="ͼ"
+sdxFlowChartArrowSizeCustom="..."
+sdxFlowChartArrowSizeExtraLarge=""
+sdxFlowChartArrowSizeHuge=""
+sdxFlowChartArrowSizeLarge=""
+sdxFlowChartArrowSizeMedium=""
+sdxFlowChartArrowSizeSmall="С"
+sdxFlowChartArrowStyleArrow="ͷ"
+sdxFlowChartArrowStyleBackslash="б"
+sdxFlowChartArrowStyleClosedArrow="رյļͷ"
+sdxFlowChartArrowStyleClosedASMEarrow="ʽASMEͷ"
+sdxFlowChartArrowStyleClosedDiamond="ʽ"
+sdxFlowChartArrowStyleClosedDoubleArrow="ر˫ͷ"
+sdxFlowChartArrowStyleClosedOneDash="رһۺ"
+sdxFlowChartArrowStyleClosedThreeDash="ʽ"
+sdxFlowChartArrowStyleClosedTwoDash="ر̵"
+sdxFlowChartArrowStyleDiamond=""
+sdxFlowChartArrowStyleDimensionLine="ߴ"
+sdxFlowChartArrowStyleEllipseArrow="Բͷ"
+sdxFlowChartArrowStyleFilledArrow="ʵļͷ"
+sdxFlowChartArrowStyleFilledASMEarrow="ASMEͷ"
+sdxFlowChartArrowStyleFilledClosedDiamond=""
+sdxFlowChartArrowStyleFilledDiamond="ͷ"
+sdxFlowChartArrowStyleFilledDoubleArrow="ʵ˫ͷ"
+sdxFlowChartArrowStyleFilledOneDash="һۺ"
+sdxFlowChartArrowStyleFilledThreeDash="ۺ"
+sdxFlowChartArrowStyleFilledTwoDash="˫ۺ"
+sdxFlowChartArrowStyleIndentedClosedArrow="պϼͷ"
+sdxFlowChartArrowStyleIndentedFilledArrow="ʵļͷ"
+sdxFlowChartArrowStyleNone=""
+sdxFlowChartArrowStyleOpenOneDash="һ̻"
+sdxFlowChartArrowStyleOpenThreeDash="̻"
+sdxFlowChartArrowStyleOpenTwoDash="̻"
+sdxFlowChartArrowStyleOutdentedClosedArrow="յļͷ"
+sdxFlowChartArrowStyleOutdentedFilledArrow="˼"
+sdxFlowChartArrowStyleRectArrow="μͷ"
+sdxFlowChartBorderStyleAdjust=""
+sdxFlowChartBorderStyleBottom=""
+sdxFlowChartBorderStyleDiagonal="Խ"
+sdxFlowChartBorderStyleFlat="ƽ"
+sdxFlowChartBorderStyleLeft=""
+sdxFlowChartBorderStyleMiddle=""
+sdxFlowChartBorderStyleMono="һ"
+sdxFlowChartBorderStyleRight=""
+sdxFlowChartBorderStyleSoft=""
+sdxFlowChartBorderStyleTop=""
+sdxFlowChartConnectionEditorArrowColor="ͷɫ"
+sdxFlowChartConnectionEditorArrowSize="ͷС"
+sdxFlowChartConnectionEditorArrowStyle="ͷʽ"
+sdxFlowChartConnectionEditorCaption="༭"
+sdxFlowChartConnectionEditorColor="ɫ"
+sdxFlowChartConnectionEditorDestination="Ŀ"
+sdxFlowChartConnectionEditorLinkedPoint="ӵ"
+sdxFlowChartConnectionEditorSource="Դ"
+sdxFlowChartConnectionEditorText="ı"
+sdxFlowChartConnectionEditorTextFontHint="ı"
+sdxFlowChartConnectionStyleCurved=""
+sdxFlowChartConnectionStyleRectHorizontal="ˮƽ"
+sdxFlowChartConnectionStyleRectVertical="δֱ"
+sdxFlowChartConnectionStyleStraight="ֱ"
+sdxFlowChartDialogButtonCancel="ȡ(&C)"
+sdxFlowChartDialogButtonOk="ȷ(&O)"
+sdxFlowChartEdgeStyleRaisedIn=""
+sdxFlowChartEdgeStyleRaisedOut=""
+sdxFlowChartEdgeStyleSunkenIn=""
+sdxFlowChartEdgeStyleSunkenOut=""
+sdxFlowChartEditorChildItem="%s Ŀ"
+sdxFlowChartEditorConnection=""
+sdxFlowChartEditorConnectionArrowDestinationHint="Ŀͷ"
+sdxFlowChartEditorConnectionArrowDestinationSizeHint="ĿͷС"
+sdxFlowChartEditorConnectionArrowSourceHint="Դͷ"
+sdxFlowChartEditorConnectionArrowSourceSizeHint="ԴͷС"
+sdxFlowChartEditorConnectionLinkedPointDestinationHint="ӵĿĶ"
+sdxFlowChartEditorConnectionLinkedPointSourceHint="ӵĵԴ"
+sdxFlowChartEditorConnectionStyleHint="ʽ"
+sdxFlowChartEditorConnectionTextFontHint="ı"
+sdxFlowChartEditorCreate=""
+sdxFlowChartEditorCreateConnectionHint=""
+sdxFlowChartEditorCreateObjectHint=""
+sdxFlowChartEditorEdit="༭(&E)"
+sdxFlowChartEditorEditBringToFront="ǰ(&F)"
+sdxFlowChartEditorEditClearSelection="ȡѡ(&E)"
+sdxFlowChartEditorEditCopy="(&C)"
+sdxFlowChartEditorEditCut="(&T)"
+sdxFlowChartEditorEditDelete="ɾ(&D)"
+sdxFlowChartEditorEditPaste="ճ(&P)"
+sdxFlowChartEditorEditSelectAll="ȫѡ(&L)"
+sdxFlowChartEditorEditSendToBack="ú(&B)"
+sdxFlowChartEditorEditUndo="(&U)"
+sdxFlowChartEditorFile="ļ(&F)"
+sdxFlowChartEditorFileOpen="(&O)"
+sdxFlowChartEditorFileSave="Ϊ(&A)..."
+sdxFlowChartEditorFitHint=""
+sdxFlowChartEditorHelp="(&H)"
+sdxFlowChartEditorHelpContents="(&C)"
+sdxFlowChartEditorLineDashDotted="㻮"
+sdxFlowChartEditorLineDashDoubleDotted="ۺ˫"
+sdxFlowChartEditorLineDashed=""
+sdxFlowChartEditorLineDotted=""
+sdxFlowChartEditorLineSolid="ʵ"
+sdxFlowChartEditorMainItemOfUnion="%d ϵҪĿ"
+sdxFlowChartEditorObject=""
+sdxFlowChartEditorObjectImagePositionHint="ͼλ"
+sdxFlowChartEditorObjectLineWidthHint="߿"
+sdxFlowChartEditorObjectShapeStyleHint="״ʽ"
+sdxFlowChartEditorObjectTextFontHint="ı"
+sdxFlowChartEditorObjectTextPositionHint="ıλ"
+sdxFlowChartEditorOptions="ѡ(&O)"
+sdxFlowChartEditorOptionsDynamicMoving="̬ƶ(&M)"
+sdxFlowChartEditorOptionsDynamicSizing="̬С(&S)"
+sdxFlowChartEditorPixels="%d ."
+sdxFlowChartEditorPoint="%d "
+sdxFlowChartEditorProperties="(&P)"
+sdxFlowChartEditorUnions="(&U)"
+sdxFlowChartEditorUnionsAdd="ӵ"
+sdxFlowChartEditorUnionsClear=""
+sdxFlowChartEditorUnionsClearAll=""
+sdxFlowChartEditorUnionsNew="½"
+sdxFlowChartEditorUnionsRemove="ɾ"
+sdxFlowChartEditorView="ͼ(&V)"
+sdxFlowChartEditorViewActualSize="ʵʳߴ(&A)"
+sdxFlowChartEditorViewAntialiasing="(&A)"
+sdxFlowChartEditorViewFit="(&F)"
+sdxFlowChartEditorViewZoomIn="Ŵ(&I)"
+sdxFlowChartEditorViewZoomOut="С(&O)"
+sdxFlowChartEditorZoomHint=""
+sdxFlowChartLayoutBottom=""
+sdxFlowChartLayoutBottomLeft="½"
+sdxFlowChartLayoutBottomRight="½"
+sdxFlowChartLayoutCenter=""
+sdxFlowChartLayoutLeft=""
+sdxFlowChartLayoutRight=""
+sdxFlowChartLayoutTop=""
+sdxFlowChartLayoutTopLeft="Ͻ"
+sdxFlowChartLayoutTopRight="Ͻ"
+sdxFlowChartObjectEditorBackgroundColor="ɫ"
+sdxFlowChartObjectEditorBorderStyle="߿ʽ"
+sdxFlowChartObjectEditorCaption="༭"
+sdxFlowChartObjectEditorEdgeStyle="Եʽ"
+sdxFlowChartObjectEditorFrameTab=""
+sdxFlowChartObjectEditorGeneralTab=""
+sdxFlowChartObjectEditorHeight=""
+sdxFlowChartObjectEditorImageClear="ͼ"
+sdxFlowChartObjectEditorImageLayout="ͼ"
+sdxFlowChartObjectEditorImageTab="ͼ"
+sdxFlowChartObjectEditorLineWidth="߿"
+sdxFlowChartObjectEditorShapeColor="״ɫ"
+sdxFlowChartObjectEditorShapeType="״"
+sdxFlowChartObjectEditorText="ı"
+sdxFlowChartObjectEditorTextLayout="ı"
+sdxFlowChartObjectEditorTransparent=""
+sdxFlowChartObjectEditorWidth=""
+sdxFlowChartShapeTypeDiamond=""
+sdxFlowChartShapeTypeEastTriangle=""
+sdxFlowChartShapeTypeEllipse="Բ"
+sdxFlowChartShapeTypeHexagon=""
+sdxFlowChartShapeTypeNone=""
+sdxFlowChartShapeTypeNorthTriangle=""
+sdxFlowChartShapeTypeRect=""
+sdxFlowChartShapeTypeRoundRect="ԲǾ"
+sdxFlowChartShapeTypeSouthTriangle=""
+sdxFlowChartShapeTypeWestTriangle=""
+sdxFlowChartUnion=""
+sdxFlowChartUnionEditorCaption="ѡ"
+sdxFlowChartUnions=""
+sdxFont=""
+sdxFontColor="ɫ"
+sdxFonts=""
+sdxFontStyleBold=""
+sdxFontStyleBoldItalic="б"
+sdxFontStyleItalic="б"
+sdxFontStyleRegular=""
+sdxFontStyleStrikeOut="ɾ"
+sdxFontStyleUnderline="»"
+sdxFooter="ҳ "
+sdxFooter2="ҳ(&R):"
+sdxFooterColor="ҳɫ(&T):"
+sdxFooterFont="ҳ"
+sdxFooterMargin="ҳ"
+sdxFooterRowStyle="ҳ"
+sdxFooters="ҳ(&R)"
+sdxFootersOnEveryPage="ҳ"
+sdxFooterStyle="ҳ"
+sdxFootnotesModeNone=""
+sdxFootnotesModeOnEveryBottomPage="ÿҳײ"
+sdxFootnotesModeOnLastPage="һҳ"
+sdxForeground="ǰ(&F)"
+sdxFormatCellsDialogAuto="Զ"
+sdxFormatCellsDialogBackgroundColor="ɫ(&C):"
+sdxFormatCellsDialogBorder="߿"
+sdxFormatCellsDialogBorderInside="(&I)"
+sdxFormatCellsDialogBorderLine=""
+sdxFormatCellsDialogBorderLineColor="ɫ(&C):"
+sdxFormatCellsDialogBorderLineStyle="ʽ(&S):"
+sdxFormatCellsDialogBorderNone="(&N)"
+sdxFormatCellsDialogBorderOutline="(&O)"
+sdxFormatCellsDialogBorderPresets="Ԥ"
+sdxFormatCellsDialogBordersHint="Ԥ,Ԥͼİťѡı߿ʽ."
+sdxFormatCellsDialogButtonCancel="ȡ"
+sdxFormatCellsDialogButtonColorAuto="Զ"
+sdxFormatCellsDialogButtonOK="ȷ"
+sdxFormatCellsDialogButtonResetFont="(&R)"
+sdxFormatCellsDialogCaption="ʽԪ"
+sdxFormatCellsDialogCategory="(&C):"
+sdxFormatCellsDialogCategoryAccounting=""
+sdxFormatCellsDialogCategoryAccountingDescription="ƸʽӻҷźС."
+sdxFormatCellsDialogCategoryCurrency=""
+sdxFormatCellsDialogCategoryCurrencyDescription="Ҹʽʹõͨûֵ. \nʹûƸʽжС."
+sdxFormatCellsDialogCategoryCustom="Զ"
+sdxFormatCellsDialogCategoryCustomDescription="ָʽ,ʹдеһΪʼ."
+sdxFormatCellsDialogCategoryDate=""
+sdxFormatCellsDialogCategoryDateDescription="ڸʽʾںʱΪֵ."
+sdxFormatCellsDialogCategoryDateNote="Ǻ (*) ͷڸʽӦںʱΪϵͳָĸ."
+sdxFormatCellsDialogCategoryFraction=""
+sdxFormatCellsDialogCategoryGeneral=""
+sdxFormatCellsDialogCategoryGeneralNotes="浥Ԫʽûκضָʽ."
+sdxFormatCellsDialogCategoryNumber=""
+sdxFormatCellsDialogCategoryNumberDescription="ڳʾ. \nҺͻרøʽΪֵ."
+sdxFormatCellsDialogCategoryPercentage="ٷֱ"
+sdxFormatCellsDialogCategoryPercentageDescription="ٷֱȸʽԪֵ100ʾٷֱȷŵĽ."
+sdxFormatCellsDialogCategoryScientific="ѧ"
+sdxFormatCellsDialogCategoryText="ı"
+sdxFormatCellsDialogCategoryTextNotes="ıʽԪὫԪе \nݵı."
+sdxFormatCellsDialogCategoryTime="ʱ"
+sdxFormatCellsDialogCategoryTimeDescription="ʱʽںʱʾΪֵ."
+sdxFormatCellsDialogCustomCode="(&T):"
+sdxFormatCellsDialogDecimalPlaces="Сλ(&D):"
+sdxFormatCellsDialogFill=""
+sdxFormatCellsDialogFillSample="ʾ"
+sdxFormatCellsDialogFont=""
+sdxFormatCellsDialogFontColor="ɫ(&C):"
+sdxFormatCellsDialogFontName="(&F):"
+sdxFormatCellsDialogFontNotInstalled="ûаװϵͳ.ӡʱʹӽ."
+sdxFormatCellsDialogFontPreview="Ԥ"
+sdxFormatCellsDialogFontPrintNotes="һTrueType.ĴӡĻ,ʹͬ."
+sdxFormatCellsDialogFontSize="С(&S):"
+sdxFormatCellsDialogFontStrikethrough="ɾ(&K)"
+sdxFormatCellsDialogFontStyle="ʽ(&O):"
+sdxFormatCellsDialogFontUnderline="»(&U):"
+sdxFormatCellsDialogGroupFontEffects="Ч"
+sdxFormatCellsDialogGroupNumber=""
+sdxFormatCellsDialogGroupTextAlignment=""
+sdxFormatCellsDialogHidden="(&I)"
+sdxFormatCellsDialogLocked="(&L)"
+sdxFormatCellsDialogMergeCells="ϲԪ(&M)"
+sdxFormatCellsDialogMoreColors="ɫ(&M)..."
+sdxFormatCellsDialogNoColor="ûɫ"
+sdxFormatCellsDialogNone=""
+sdxFormatCellsDialogNumberFormatTemplates="(&T):"
+sdxFormatCellsDialogPatternColor="ͼɫ(&A):"
+sdxFormatCellsDialogPatternStyle="ͼʽ(&P):"
+sdxFormatCellsDialogPreviewText="ı"
+sdxFormatCellsDialogProtection=""
+sdxFormatCellsDialogProtectionNotes="ԪعʽԱĹûκӰ."
+sdxFormatCellsDialogSample="ʾ"
+sdxFormatCellsDialogShrinkToFit="(&K)"
+sdxFormatCellsDialogTextAlignHorz="ˮƽ(&H):"
+sdxFormatCellsDialogTextAlignHorzIndent="(&I):"
+sdxFormatCellsDialogTextAlignment="ı"
+sdxFormatCellsDialogTextAlignVert="ֱ(&V):"
+sdxFormatCellsDialogTextControl="ı"
+sdxFormatCellsDialogUnderlineNone=""
+sdxFormatCellsDialogUnderlineSingle=""
+sdxFormatCellsDialogUseThousandSeparator="ʹǧλָ(%s)(&U)"
+sdxFormatCellsDialogWrapText="Զ(&W)"
+sdxFormatting="ʽ"
+sdxFormulaBarCancelHint="ȡ"
+sdxFormulaBarEnterHint="ȷ"
+sdxFormulaBarFormulaBarHint="ʽ"
+sdxFormulaBarInsertFunctionHint="뺯"
+sdxFormulaBarNameBoxHint="ƿ"
+sdxFormulaBarSelectionInfo="%dR x %dC"
+sdxFourPages="ҳ"
+sdxFraming=""
+sdxFSPCaption="ͼԤ"
+sdxFullExpand="ȫչ(&E)"
+sdxGanttControl24HoursCalendarName="24 Сʱ"
+sdxGanttControlCaptionNone=""
+sdxGanttControlChooseDetailsDialogCaption="ѡϸ"
+sdxGanttControlChooseDetailsDialogColumnWidthDescription="п(صλ):"
+sdxGanttControlChooseDetailsDialogDescription="ѡҪʾ˹ĿϸϢ."
+sdxGanttControlChooseDetailsDialogDetails="ϸ:"
+sdxGanttControlCommandAddTaskToTimelineCaption="ӵʱ"
+sdxGanttControlCommandBestFitAllColumnsCaption="()"
+sdxGanttControlCommandBestFitColumnCaption=""
+sdxGanttControlCommandDeleteTaskCaption="ɾ"
+sdxGanttControlCommandDeleteTasksCaption="ɾ"
+sdxGanttControlCommandGoToTaskCaption="ת"
+sdxGanttControlCommandHideColumnCaption=""
+sdxGanttControlCommandInformationCaption="Ϣ..."
+sdxGanttControlCommandInsertColumnCaption=""
+sdxGanttControlCommandInsertRecurringTaskCaption="ظ..."
+sdxGanttControlCommandInsertTaskCaption=""
+sdxGanttControlCommandRemoveFromTimelineCaption="ʱɾ"
+sdxGanttControlCommandRenameColumnCaption=""
+sdxGanttControlCommandScrollToTaskCaption=""
+sdxGanttControlCommandShowChooseColumnDetailsDialogCaption="..."
+sdxGanttControlCommandWordWrapCaption="Զ"
+sdxGanttControlConfirmationDeleteLink="ȷʵҪɾ?"
+sdxGanttControlConfirmationDeleteResource="ȷʵҪɾ'%s'Դ?"
+sdxGanttControlConfirmationDeleteSummary=""%sժҪ.ɾ,Ҳɾ.?"
+sdxGanttControlConfirmationDeleteTask="ȷʵҪɾ"%s?"
+sdxGanttControlDialogCancel="ȡ"
+sdxGanttControlDialogDelete="ɾ"
+sdxGanttControlDialogOk="ȷ"
+sdxGanttControlDurationFormatDay=""
+sdxGanttControlDurationFormatDayExtraShort=""
+sdxGanttControlDurationFormatDays=""
+sdxGanttControlDurationFormatHour="Сʱ"
+sdxGanttControlDurationFormatHourExtraShort="Сʱ"
+sdxGanttControlDurationFormatHours="Сʱ"
+sdxGanttControlDurationFormatHourShort="Сʱ"
+sdxGanttControlDurationFormatHoursShort="Сʱ"
+sdxGanttControlDurationFormatMinute=""
+sdxGanttControlDurationFormatMinuteExtraShort=""
+sdxGanttControlDurationFormatMinutes=""
+sdxGanttControlDurationFormatMinuteShort=""
+sdxGanttControlDurationFormatMinutesShort=""
+sdxGanttControlDurationFormatMonth=""
+sdxGanttControlDurationFormatMonthExtraShort=""
+sdxGanttControlDurationFormatMonths=""
+sdxGanttControlDurationFormatMonthShort=""
+sdxGanttControlDurationFormatMonthsShort=""
+sdxGanttControlDurationFormatWeek=""
+sdxGanttControlDurationFormatWeekExtraShort=""
+sdxGanttControlDurationFormatWeeks=""
+sdxGanttControlDurationFormatWeekShort=""
+sdxGanttControlDurationFormatWeeksShort=""
+sdxGanttControlExceptionCannotLinkSummaryTaskToItsSubtask="ܽժҪӵ.ժҪĴټ,Ȼ."
+sdxGanttControlExceptionImageNotFound="Ҳͼ"
+sdxGanttControlExceptionInvalidDuration="%sijʱЧ"
+sdxGanttControlExceptionInvalidDurationFormat="Чijʱʽ"
+sdxGanttControlExceptionInvalidFileFormat="Чļʽ"
+sdxGanttControlExceptionOutlineChangeWouldCreateCircularRelationship="˴ٸĽѭϵ.Ҫ֮ڲĹϵ,Ҫϵ,Ȼ."
+sdxGanttControlExceptionPositionChangeWouldCreateCircularRelationship="λõı仯һѭϵ. Ҫ֮IJĹϵ,ص,Ȼһ ."
+sdxGanttControlExceptionTasksAreAlreadyLinked="ЩѾ."
+sdxGanttControlExceptionTasksAreAlreadyLinkedThroughAnotherTaskChain="Щ,Ϊͨһ."
+sdxGanttControlExceptionTasksCannotBeLinkedTwice="ܽǰӵͬһ."
+sdxGanttControlExceptionUnsupportedFileFormat="ָ֧ļʽ"
+sdxGanttControlMessageInvalidDurationFormat="Чijʱʽ.ʹñʽʾָʱ(,4Сʱ2)."
+sdxGanttControlMessageInvalidLagValue="ӳʱЧ. \n \nҪ,볢²: \n-̶ͺʱ:ͺֶֺͳʱʽ(,5d5edʾʱ). \n-һٷֱֵ(50%50e%ʾʱٷֱ),ͺʱʾΪǰʱİٷֱ. \n-ͺֵǰ"-,ָǰ."
+sdxGanttControlMessageInvalidMeasurementUnit=""%sЧĶλ."
+sdxGanttControlMessageInvalidPercentageCompletedValue="ɰٷֱ(%Complete)ֵ0100֮."
+sdxGanttControlMessageInvalidPredecessorInformation="ǰϢЧ. \nҪ,볢following:. \n-ΪͬһĿ֮Ĺϵ. \n-Ҫͺǰ,ָǰID"+ǰڻͺ(,2FS+3d)."
+sdxGanttControlMessageInvalidSummaryTaskLink="ĿժҪǰдɵʼӿʼʼϵ. \nѡҪ"ɵʼ"ʼʼϵӵ,Ȼ"ѡϵ"ť.ѡժҪҲ"
+sdxGanttControlMessageInvalidWeekSchedule="Ҫƻظ,Ϊظģʽָһ. \n \nѡСÿظҲʵѡ,ָڴظģʽ."
+sdxGanttControlMessageTwiceResourcesInformation="ܽͬһԴ.ҪͬԴ벻ͬ,ʹԴ."
+sdxGanttControlNightCalendarName="ҹ"
+sdxGanttControlRecurringTaskHint="%s%s֮䷢%d."
+sdxGanttControlRecurringTaskInformationDialogCaption="ֵϢ"
+sdxGanttControlRecurringTaskInformationDialogDaily="ճ"
+sdxGanttControlRecurringTaskInformationDialogDailyEvery="ÿһ"
+sdxGanttControlRecurringTaskInformationDialogDailyEveryDays=""
+sdxGanttControlRecurringTaskInformationDialogDay=""
+sdxGanttControlRecurringTaskInformationDialogFirst="һ"
+sdxGanttControlRecurringTaskInformationDialogFourth=""
+sdxGanttControlRecurringTaskInformationDialogLast=""
+sdxGanttControlRecurringTaskInformationDialogMonthly="ÿ"
+sdxGanttControlRecurringTaskInformationDialogMonths=""
+sdxGanttControlRecurringTaskInformationDialogOfEvery="ÿһ"
+sdxGanttControlRecurringTaskInformationDialogOn=""
+sdxGanttControlRecurringTaskInformationDialogRange="Χ"
+sdxGanttControlRecurringTaskInformationDialogRangeEndAfter="ֹں:"
+sdxGanttControlRecurringTaskInformationDialogRangeEndAfterOccurrences="ڷķΧڽ"
+sdxGanttControlRecurringTaskInformationDialogRangeEndBy=":"
+sdxGanttControlRecurringTaskInformationDialogRangeStart="ʼ:"
+sdxGanttControlRecurringTaskInformationDialogRecurrencePattern="ѭģʽ"
+sdxGanttControlRecurringTaskInformationDialogSchedulingCalendar="ȴ"
+sdxGanttControlRecurringTaskInformationDialogSchedulingCalendarName=":"
+sdxGanttControlRecurringTaskInformationDialogSecond="ڶ"
+sdxGanttControlRecurringTaskInformationDialogTaskDuration="ڼ:"
+sdxGanttControlRecurringTaskInformationDialogTaskName=":"
+sdxGanttControlRecurringTaskInformationDialogThird=""
+sdxGanttControlRecurringTaskInformationDialogWeekly="ÿ"
+sdxGanttControlRecurringTaskInformationDialogWeeklyRecurEvery="ÿһظ"
+sdxGanttControlRecurringTaskInformationDialogWeeklyRecurWeeksOn="ѭ:"
+sdxGanttControlRecurringTaskInformationDialogYearly="ÿһ"
+sdxGanttControlResourceTypeCost="ɱ"
+sdxGanttControlResourceTypeMaterial=""
+sdxGanttControlResourceTypeWork=""
+sdxGanttControlSheetExtendedAttributeCostColumnDescription="洢ɱϢԶֶ."
+sdxGanttControlSheetExtendedAttributeDateColumnDescription="洢ںʱϢԶֶ."
+sdxGanttControlSheetExtendedAttributeDurationColumnDescription="洢ʱϢԶֶ."
+sdxGanttControlSheetExtendedAttributeFinishColumnDescription="洢ںʱԶֶ."
+sdxGanttControlSheetExtendedAttributeFlagColumnDescription="һԶֶ,ָʾǷΪһij͵ıʶ."
+sdxGanttControlSheetExtendedAttributeNumberColumnDescription="洢ֵԶֶ."
+sdxGanttControlSheetExtendedAttributeStartColumnDescription="洢ʼںʱԶֶ."
+sdxGanttControlSheetExtendedAttributeTextColumnDescription="洢ıֵԶֶ."
+sdxGanttControlStandardCalendarName=""
+sdxGanttControlTaskCompletedHint=" \n%s"
+sdxGanttControlTaskConstraintTypeALAP=""
+sdxGanttControlTaskConstraintTypeASAP=""
+sdxGanttControlTaskConstraintTypeFNET=""
+sdxGanttControlTaskConstraintTypeFNLT=""
+sdxGanttControlTaskConstraintTypeMFO=""
+sdxGanttControlTaskConstraintTypeMSO="ӿʼ"
+sdxGanttControlTaskConstraintTypeSNET="ʼʱ䲻"
+sdxGanttControlTaskConstraintTypeSNLT=""
+sdxGanttControlTaskDependencyDialogCaption=""
+sdxGanttControlTaskDependencyDialogFrom=":"
+sdxGanttControlTaskDependencyDialogLag="ͺ:"
+sdxGanttControlTaskDependencyDialogLinkType=":"
+sdxGanttControlTaskDependencyDialogLinkTypeFF="浽(FF)"
+sdxGanttControlTaskDependencyDialogLinkTypeFS="ɵʼ(FS)"
+sdxGanttControlTaskDependencyDialogLinkTypeNone="()"
+sdxGanttControlTaskDependencyDialogLinkTypeSF="ӿʼ(SF)"
+sdxGanttControlTaskDependencyDialogLinkTypeSS="ʼʼ(SS)"
+sdxGanttControlTaskDependencyDialogTo="ռ:"
+sdxGanttControlTaskHasConstraintHint="%s'%s'Լ"
+sdxGanttControlTaskInformationDialogAdvancedTabCaption=""
+sdxGanttControlTaskInformationDialogAutoSchedule="Զ"
+sdxGanttControlTaskInformationDialogCalendar=""
+sdxGanttControlTaskInformationDialogCaption="Ϣ"
+sdxGanttControlTaskInformationDialogConstrainTask="Լ"
+sdxGanttControlTaskInformationDialogConstraintDate="Լ:"
+sdxGanttControlTaskInformationDialogConstraintType="Լ:"
+sdxGanttControlTaskInformationDialogDateFinish=":"
+sdxGanttControlTaskInformationDialogDates=""
+sdxGanttControlTaskInformationDialogDateStart="ʼ:"
+sdxGanttControlTaskInformationDialogDisplayOnTimeline="ճ̱ʾ"
+sdxGanttControlTaskInformationDialogDuration="ʱ:"
+sdxGanttControlTaskInformationDialogEstimated=""
+sdxGanttControlTaskInformationDialogGeneralTabCaption=""
+sdxGanttControlTaskInformationDialogManuallySchedule="ֶ"
+sdxGanttControlTaskInformationDialogAutoSchedule="Զ"
+sdxGanttControlTaskInformationDialogName=":"
+sdxGanttControlTaskInformationDialogPercentComplete="ɰٷֱ:"
+sdxGanttControlTaskInformationDialogScheduleMode="ճ̰ģʽ:"
+sdxGanttControlTaskInformationDialogSummaryCaption="ժҪϢ"
+sdxGanttControlTaskModeAutoScheduled="Զ"
+sdxGanttControlTaskModeManuallyScheduled="ֶ"
+sdxGanttControlTimelineTaskHintCompleteCaption="%:"
+sdxGanttControlTimelineTaskHintDurationCaption="ʱ:"
+sdxGanttControlTimelineTaskHintFinishCaption=":"
+sdxGanttControlTimelineTaskHintStartCaption="ʼ:"
+sdxGanttControlViewChartFirstQuarter="һ"
+sdxGanttControlViewChartFourthQuarter="ļ"
+sdxGanttControlViewChartHalfYears="Сʱ%d"
+sdxGanttControlViewChartQuarters=" %d"
+sdxGanttControlViewChartSecondQuarter=""
+sdxGanttControlViewChartSheetColumnIndicatorCaption="ָ"
+sdxGanttControlViewChartSheetColumnIndicatorDescription="ڴҪϢָ."
+sdxGanttControlViewChartSheetColumnPercentCompleteCaption="%"
+sdxGanttControlViewChartSheetColumnPercentCompleteDescription="ʱٷֱȱʾ."
+sdxGanttControlViewChartSheetColumnTaskDurationCaption="ʱ"
+sdxGanttControlViewChartSheetColumnTaskDurationDescription="ܹʱ."
+sdxGanttControlViewChartSheetColumnTaskFinishCaption=""
+sdxGanttControlViewChartSheetColumnTaskFinishDescription="ļƻںʱ."
+sdxGanttControlViewChartSheetColumnTaskModeCaption="ģʽ"
+sdxGanttControlViewChartSheetColumnTaskModeDescription="ֶƻ,ҲؼԶƻ. \n \nֶƻ:Ӧָʼ/ںͳʱ. \nؼЩֵ,ֵֶĿDZ,ᷢ. \nԶƻ:ؼĿеĸļ㿪ʼ/ںͳʱ."
+sdxGanttControlViewChartSheetColumnTaskNameCaption=""
+sdxGanttControlViewChartSheetColumnTaskNameDescription="."
+sdxGanttControlViewChartSheetColumnTaskPredecessorsCaption="ǰһ"
+sdxGanttControlViewChartSheetColumnTaskPredecessorsDescription="ǰID.ǰǷɴ."
+sdxGanttControlViewChartSheetColumnTaskResourceNameCaption="Դ"
+sdxGanttControlViewChartSheetColumnTaskResourceNameDescription="гԴ."
+sdxGanttControlViewChartSheetColumnTaskStartCaption="ʼ"
+sdxGanttControlViewChartSheetColumnTaskStartDescription="ļƻʼںʱ."
+sdxGanttControlViewChartThirdQuarter=""
+sdxGanttControlViewResourceSheetColumnBaseCalendarCaption=""
+sdxGanttControlViewResourceSheetColumnBaseCalendarDescription="ָԴĻ.ԴĹʱ."
+sdxGanttControlViewResourceSheetColumnGroupCaption=""
+sdxGanttControlViewResourceSheetColumnGroupDescription="Դ."
+sdxGanttControlViewResourceSheetColumnIndicatorCaption="ָʾ"
+sdxGanttControlViewResourceSheetColumnResourceNameCaption="Դ"
+sdxGanttControlViewResourceSheetColumnResourceNameDescription="Դ."
+sdxGanttControlViewResourceSheetColumnTypeCaption=""
+sdxGanttControlViewResourceSheetColumnTypeDescription="ָԴǷ빤ʱϻɱ. \n \nԴ-Ա豸. \nԴ-Ʒ. \nɱԴijɱһ(,һŻƱ)."
+sdxGanttControlViewTimelineFinishText=""
+sdxGanttControlViewTimelineStartText="ʼ"
+sdxGigaBytes="GB"
+sdxGradientModeBackwardDiagonal="б"
+sdxGradientModeForwardDiagonal="ǰб"
+sdxGradientModeHorizontal="ˮƽ"
+sdxGradientModeVertical="ֱ"
+sdxGraphicAsTextValue="(ͼ)"
+sdxGraphics="ͼ(&G)"
+sdxGray125FillPattern="12.5% ɫ"
+sdxGray25FillPattern="25% ɫ"
+sdxGray50FillPattern="50% ɫ"
+sdxGray625FillPattern="6.25% ɫ"
+sdxGray75FillPattern="75% ɫ"
+sdxGrid=""
+sdxGridLinesColor="ɫ(&D):"
+sdxGroupColor="ɫ(&P):"
+sdxGroupFooterColor="ɫ(&G):"
+sdxGroupFooterFont=""
+sdxGroupFooterGrid=""
+sdxGroupFooters="ҳ(&G)"
+sdxGroupImages="ͼ"
+sdxGroupNodeColor="ڵɫ(&N):"
+sdxGroupNodeFont="ڵ"
+sdxGroups="(&G)"
+sdxGroupStyle=""
+sdxGroupTransparent=""
+sdxGroupView="ͼ"
+sdxGutterMargin="װ"
+sdxHairEdgePattern="˿״"
+sdxHalf="һ"
+sdxHeader="ҳü "
+sdxHeader2="ҳü(&E):"
+sdxHeaderColor="ɫ(&E):"
+sdxHeaderFont="ҳü"
+sdxHeaderFooter="ҳͷ / ҳ"
+sdxHeaderFooterBar="ҳüҳ"
+sdxHeaderMargin="ҳü"
+sdxHeaders="ҳü(&E)"
+sdxHeadersOnEveryPage="ҳü"
+sdxHeadersTransparent="(&H)"
+sdxHeaderStyle="ҳü"
+sdxHeight=""
+sdxHFFunctionHintDate="ӡ"
+sdxHFFunctionHintDateTime="ӡںʱ"
+sdxHFFunctionHintImage="ͼ"
+sdxHFFunctionHintMachineName=""
+sdxHFFunctionHintPageNumber="ҳ"
+sdxHFFunctionHintPageOfPages=" # ҳ # ҳ"
+sdxHFFunctionHintTime="ӡʱ"
+sdxHFFunctionHintTotalPages="ҳ"
+sdxHFFunctionHintUserName="û"
+sdxHFFunctionNameDate=""
+sdxHFFunctionNameDateTime="ʱ"
+sdxHFFunctionNameImage="ͼ"
+sdxHFFunctionNameMachineName=""
+sdxHFFunctionNamePageNumber="ҳ"
+sdxHFFunctionNamePageOfPages=" # ҳ # ҳ"
+sdxHFFunctionNameTime="ʱ"
+sdxHFFunctionNameTotalPages="ҳ"
+sdxHFFunctionNameUnknown="δ֪"
+sdxHFFunctionNameUserName="û"
+sdxHFFunctionTemplateDate="ӡ"
+sdxHFFunctionTemplateDateTime="ӡںʱ"
+sdxHFFunctionTemplateImage="ͼ"
+sdxHFFunctionTemplateMachineName=""
+sdxHFFunctionTemplatePageNumber=" # ҳ"
+sdxHFFunctionTemplatePageOfPages=" # ҳ # ҳ"
+sdxHFFunctionTemplateTime="ӡʱ"
+sdxHFFunctionTemplateTotalPages="ҳ"
+sdxHFFunctionTemplateUserName="û"
+sdxHiddenControlsTab="ÿؼ"
+sdxHide=""
+sdxHideAlreadyIncludedItems="ѰĿ(&I)"
+sdxHideCustomContainers="Զ(&H)"
+sdxHideDetailsOfPrivateAppointments="˽Լϸ(&H)"
+sdxHighLight=""
+sdxHintActivePage="ǰҳ"
+sdxHintDoubleClickForChangeMargins="˫ıҳ߾"
+sdxHintDoubleClickForChangePaperSize="˫ıֽŴС"
+sdxHintEditFind=""
+sdxHintEditFindNext="һ"
+sdxHintEditReplace="滻"
+sdxHintExplorerChangeRootPath="ø·"
+sdxHintExplorerCreateFolder="½ļ"
+sdxHintExplorerDelete="ɾ"
+sdxHintExplorerGoToUpOneLevel="һ"
+sdxHintExplorerProperties=""
+sdxHintExplorerRefresh="ˢ"
+sdxHintExplorerRename=""
+sdxHintExplorerSetAsRoot="赱ǰ·Ϊ·"
+sdxHintExportToPDF="PDFʽ"
+sdxHintFileClose="رձ"
+sdxHintFileDesign="Ʊ"
+sdxHintFileExit="رԤ"
+sdxHintFileLoad=""
+sdxHintFilePageSetup="ҳ"
+sdxHintFilePrint="ӡ"
+sdxHintFilePrintDialog="ӡԻ"
+sdxHintFileSave="汨"
+sdxHintFileSaveAs="汨"
+sdxHintFormatDateTime="ʽںʱ"
+sdxHintFormatFootnotes="עʽ..."
+sdxHintFormatHFBackground="ҳü/ҳű"
+sdxHintFormatHFClear="ҳü/ҳı"
+sdxHintFormatPageBackground=""
+sdxHintFormatPageNumbering="ʽҳ"
+sdxHintFormatShrinkToPage="Ӧҳ"
+sdxHintFormatTitle="ʽ"
+sdxHintGotoPageFirst="ҳ"
+sdxHintGotoPageLast="βҳ"
+sdxHintGotoPageNext="һҳ"
+sdxHintGotoPagePrev="һҳ"
+sdxHintHelpAbout=""
+sdxHintHelpTopics=""
+sdxHintInsertDate=""
+sdxHintInsertDateTime="ںʱ"
+sdxHintInsertEditAutoTextEntries="༭Զͼļ"
+sdxHintInsertMachineName=""
+sdxHintInsertPageNumber="ҳ"
+sdxHintInsertPageOfPages="ҳ"
+sdxHintInsertTime="ʱ"
+sdxHintInsertTotalPages="ҳ"
+sdxHintInsertUserName="û"
+sdxHintListViewDesignerMessage=" ϸϢͼ,ֻǵڲȡѡ"
+sdxHintMoreHFFunctions="ຯ"
+sdxHintThumbnailsLarge="лΪͼ"
+sdxHintThumbnailsSmall="лΪСͼ"
+sdxHintToolsCustomize="Զ幤"
+sdxHintToolsOptions="ѡ"
+sdxHintViewExplorer="ʾ"
+sdxHintViewHFClose="ر"
+sdxHintViewHFSwitchHeaderFooter="ҳüҳ֮л"
+sdxHintViewLargeButtons="鿴ť"
+sdxHintViewMargins="鿴ҳ߾"
+sdxHintViewMarginsStatusBar="鿴ҳ߾״̬"
+sdxHintViewPagesFooters="鿴ҳ"
+sdxHintViewPagesHeaders="鿴ҳü"
+sdxHintViewPagesStatusBar="鿴ҳ״̬"
+sdxHintViewSwitchToCenterPart="лмҳü/ҳ"
+sdxHintViewSwitchToFooter="лҳ"
+sdxHintViewSwitchToHeader="лҳü"
+sdxHintViewSwitchToLeftPart="лߵҳü/ҳ"
+sdxHintViewSwitchToRightPart="лұߵҳü/ҳ"
+sdxHintViewThumbnails="ʾͼ"
+sdxHintViewZoom=""
+sdxHintZoomFourPages="ҳ"
+sdxHintZoomMultiplyPages="ҳ"
+sdxHintZoomPageWidth="ҳ"
+sdxHintZoomPercent100="ٷ100%"
+sdxHintZoomSetup="ű"
+sdxHintZoomTwoPages="ҳ"
+sdxHintZoomWholePage="ҳ"
+sdxHintZoomWidenToSourceWidth="չԭʼ"
+sdxHorizontal="ˮƽ(&O):"
+sdxHorizontalFillPattern="ˮƽ"
+sdxHorizontally="ˮƽ(&Z)"
+sdxHorizontalStripeFillPattern="ˮƽ"
+sdxHorzAlignCenter=""
+sdxHorzAlignDistributed="ɢ()"
+sdxHorzAlignFill=""
+sdxHorzAlignGeneral=""
+sdxHorzAlignJustify=""
+sdxHorzAlignLeft="()"
+sdxHorzAlignRight="()"
+sdxHorzLines="ˮƽ(&Z)"
+sdxHumanResourceDepartment="Դ"
+sdxHyperlinkEditorAddress="ַ:"
+sdxHyperlinkEditorCancel="ȡ"
+sdxHyperlinkEditorCellReference="뵥Ԫ:"
+sdxHyperlinkEditorCellReferenceNode="Ԫ"
+sdxHyperlinkEditorDefinedNamesNode=""
+sdxHyperlinkEditorEditCaption="༭(&H)..."
+sdxHyperlinkEditorEmailAddress="ʼַ:"
+sdxHyperlinkEditorEmailAddressLink="ʼַ"
+sdxHyperlinkEditorFileOrWebPageLink="Ѵڵļ\\nҳ"
+sdxHyperlinkEditorInsertCaption="볬..."
+sdxHyperlinkEditorLinkTo="ӵ:"
+sdxHyperlinkEditorOK="ȷ"
+sdxHyperlinkEditorPlaceInThisDocumentLink="ĵе\\nλ"
+sdxHyperlinkEditorRemoveLink="ɾ"
+sdxHyperlinkEditorScreenTip="Ļʾ:"
+sdxHyperlinkEditorSelectPlace="ڴĵѡһط:"
+sdxHyperlinkEditorSubject=":"
+sdxHyperlinkEditorTextToDisplay="Ҫʾı:"
+sdxHyperlinkExecuteError=""%s"."
+sdxImages="ͼ(&I)"
+sdxIncludeFixed="̶(&I)"
+sdxInconsistentTrifoldStyle="ʽҪһ. \nѡÿա ÿܻÿµ,ѡµIJ֮һ."
+sdxIncorrectBandHeadersState="ʹBandHeaders OnEveryPageģʽ\\n\\nӦ:\\n - ñΪOnEveryPageѡΪ\\n - ÿɼѡΪ"
+sdxIncorrectBandHeadersState2="ʹBandHeaders OnEveryPageģʽ\\n\\nӦ:\\n - ñOnEveryPageѡΪ\\n - ñɼΪ"
+sdxIncorrectFilterBarState="ʹùOnEveryPageģʽ\\n\\nӦ:\\n - ñΪOnEveryPageѡΪ\\n - ÿɼѡΪ"
+sdxIncorrectFootersState="ʹҳOnEveryPageģʽ\\n\\nӦ:\\n - ùOnEveryPageѡΪ\\n - ùɼѡΪ"
+sdxIncorrectHeadersState="ʹҲûOnEveryPageģʽ\\n\\nӦ:\\n - ñⲢOnEveryPageѡΪ\\n - ñⲢɼΪ"
+sdxIncorrectHeadersState2="ʹҲûOnEveryPageģʽ\\n\\nӦ:\\n -ñ⡢ʹOnEveryPageѡΪ\\n - ñ⡢ʹɼѡΪ"
+sdxIndentStyle=""
+sdxInsertFunctionDialogCaption="뺯"
+sdxInsertFunctionDialogCategory=":"
+sdxInsertFunctionDialogCategoryAll="ȫ"
+sdxInsertFunctionDialogFunctions="ѡ:"
+sdxInsertFunctionDialogSearchBoxTextHint=""
+sdxInternalErrorAutoHide="Զؿؼʱڲ."
+sdxInternalErrorCreateLayout="%sʱڲ."
+sdxInternalErrorDestroyLayout="%sʱڲ."
+sdxInternalErrorLayout="%sַڲ."
+sdxInternalErrorPainter="TdxCustomDockControlеڲ."
+sdxInvaldZoneOwner="ûTdxCustomDockControl´TdxZone."
+sdxInvalidComponentName=""%s"һЧ"
+sdxInvalidDockSiteParent="TdxDockSiteĸTdxCustomDockControl."
+sdxInvalideGroupControl="Чĵ鸸ؼ."
+sdxInvalideStyleCaption="ʽ"%s"Ѿ.ṩһ."
+sdxInvalidExternalStorage="Ƿⲿ洢"
+sdxInvalidFileName="Чļ"%s""
+sdxInvalidFloatingDeleting="ڸģʽɾTdxCustomDockSite."
+sdxInvalidFloatSiteDeleting="ɾTdxFloatDockSite."
+sdxInvalidFloatSiteParent="TdxFloatDockSiteĸֻTdxFloatForm."
+sdxInvalidFolderName="Чļ"%s""
+sdxInvalidLayoutSiteDeleting="ɾTdxLayoutDockSite."
+sdxInvalidLink="ܴ''%s'',''%s'',Ϊڲͬĵؼ"
+sdxInvalidMargins="һҳ߾Чֵ"
+sdxInvalidMarginsMessage="һҳ߾౻ΪЧֵ.\\nѡť.\\nѡԭť,ָԭʼֵ."
+sdxInvalidOwner="TdxCustomDockControlӵ߱TCustomForm."
+sdxInvalidPanelChild="ܽTdxCustomDockControlTdxDockPanel(%s )."
+sdxInvalidParent="%sĸTdxCustomDockControl."
+sdxInvalidParentAssigning="Ϊø."
+sdxInvalidPrintDevice="ѡӡЧ"
+sdxInvalidReportName="Ч"%s""
+sdxInvalidRootDirectory="ļ"%s",Ƿѡ ?"
+sdxInvalidSiteChild="ֻܽTdxCustomDockControlTdxCustomDockSite(%s)."
+sdxInvalidStorageVersion="ǷĴ洢汾: %d"
+sdxInvalidStreamFormat="Чݸʽ"
+sdxInvalidStreamVersion="Ч汾"
+sdxInvalidZoneOwner="ûӵеTdxCustomDockControl,ͲܴTdxZone. "
+sdxIrregular=""
+sdxItem1Name="Բ"
+sdxItem2Description="ԳƼͼ"
+sdxItem2Name="Բ"
+sdxItem3Description="ԳƼͼ"
+sdxItem3Name=""
+sdxItem4Description="Ǽͼ"
+sdxItem4Name=""
+sdxItem5Name="ɱ"
+sdxItem7Description="ѹ"
+sdxItemDescription=""
+sdxItemName=""
+sdxItems="(&I)"
+sdxItemShapeAsText="(ͼ)"
+sdxJanuary="һ"
+sdxJanuaryShort="һ"
+sdxJuly=""
+sdxJulyShort=""
+sdxJune=""
+sdxJuneShort=""
+sdxKeepSameHeight="ͬ߶(&H)"
+sdxKeepSameRecordWidths="¼ȿ(&K)"
+sdxKeepSameWidth="ͬ(&K)"
+sdxKiloBytes="KB"
+sdxLandscape="(&L)"
+sdxLastPrinted="ϴδӡʱ "
+sdxLayoutControlCollapseButtonHint="չ"
+sdxLayoutControlContainerCannotBeControl="ĿĿؼ."
+sdxLayoutControlControlIsUsed="%s ĿѾʹ %s ؼ."
+sdxLayoutControlCustomizeFormAddAuxiliaryItem="ӸĿ"
+sdxLayoutControlCustomizeFormAddCheckBoxItem="Ӹѡ"
+sdxLayoutControlCustomizeFormAddEmptySpaceItem="ӿհĿ"
+sdxLayoutControlCustomizeFormAddGroup="ӷ"
+sdxLayoutControlCustomizeFormAddImageItem="ͼƬĿ"
+sdxLayoutControlCustomizeFormAddItem="Ŀ"
+sdxLayoutControlCustomizeFormAddLabeledItem="ıǩ"
+sdxLayoutControlCustomizeFormAddRadioButtonItem="ӵѡť"
+sdxLayoutControlCustomizeFormAddSeparatorItem="ӷָ"
+sdxLayoutControlCustomizeFormAddSplitterItem="Ӳ"
+sdxLayoutControlCustomizeFormAlignBottomSide=""
+sdxLayoutControlCustomizeFormAlignBy="ͨ"
+sdxLayoutControlCustomizeFormAlignLeftSide=""
+sdxLayoutControlCustomizeFormAlignNone=""
+sdxLayoutControlCustomizeFormAlignRightSide="ұ"
+sdxLayoutControlCustomizeFormAlignTopSide=""
+sdxLayoutControlCustomizeFormCaption="Զ"
+sdxLayoutControlCustomizeFormCaptionAlignHorz="ˮƽ"
+sdxLayoutControlCustomizeFormCaptionAlignHorzCenter=""
+sdxLayoutControlCustomizeFormCaptionAlignHorzLeft=""
+sdxLayoutControlCustomizeFormCaptionAlignHorzRight=""
+sdxLayoutControlCustomizeFormCaptionAlignVert="ⴹֱ"
+sdxLayoutControlCustomizeFormCaptionAlignVertBottom=""
+sdxLayoutControlCustomizeFormCaptionAlignVertCenter=""
+sdxLayoutControlCustomizeFormCaptionAlignVertTop=""
+sdxLayoutControlCustomizeFormClose="ر(&C)"
+sdxLayoutControlCustomizeFormCollapseAll="ȫ۵"
+sdxLayoutControlCustomizeFormDelete="ɾ"
+sdxLayoutControlCustomizeFormDeleteHint="ɾ (Del)"
+sdxLayoutControlCustomizeFormDirection="ַ"
+sdxLayoutControlCustomizeFormDirectionHorizontal="ˮƽ"
+sdxLayoutControlCustomizeFormDirectionTabbed="ǩҳʽ"
+sdxLayoutControlCustomizeFormDirectionVertical="ֱ"
+sdxLayoutControlCustomizeFormExpandAll="ȫչ"
+sdxLayoutControlCustomizeFormGroup=""
+sdxLayoutControlCustomizeFormGroupBorder="߿"
+sdxLayoutControlCustomizeFormGroupExpandButton="չť"
+sdxLayoutControlCustomizeFormHAlign="ˮƽ"
+sdxLayoutControlCustomizeFormHAlignCenter=""
+sdxLayoutControlCustomizeFormHAlignClient="ͻ"
+sdxLayoutControlCustomizeFormHAlignLeft=""
+sdxLayoutControlCustomizeFormHAlignParent=""
+sdxLayoutControlCustomizeFormHAlignRight=""
+sdxLayoutControlCustomizeFormItemCaption=""
+sdxLayoutControlCustomizeFormListViewGroup="Ŀ(&A)"
+sdxLayoutControlCustomizeFormRedo=""
+sdxLayoutControlCustomizeFormRename=""
+sdxLayoutControlCustomizeFormRestore="ָ"
+sdxLayoutControlCustomizeFormShowBorder="ʾ߿"
+sdxLayoutControlCustomizeFormSplitterCollapsible="۵"
+sdxLayoutControlCustomizeFormStore="洢"
+sdxLayoutControlCustomizeFormTabbedView="ǩҳʽͼ(&T)"
+sdxLayoutControlCustomizeFormTextPosition="λ"
+sdxLayoutControlCustomizeFormTextPositionBottom=""
+sdxLayoutControlCustomizeFormTextPositionLeft=""
+sdxLayoutControlCustomizeFormTextPositionRight=""
+sdxLayoutControlCustomizeFormTextPositionTop=""
+sdxLayoutControlCustomizeFormTreeView="״/ƽб"
+sdxLayoutControlCustomizeFormTreeViewGroup="״ͼ(&L)"
+sdxLayoutControlCustomizeFormUndo=""
+sdxLayoutControlCustomizeFormUngroup="ȡ"
+sdxLayoutControlCustomizeFormVAlign="ֱ"
+sdxLayoutControlCustomizeFormVAlignBottom=""
+sdxLayoutControlCustomizeFormVAlignCenter=""
+sdxLayoutControlCustomizeFormVAlignClient="ͻ"
+sdxLayoutControlCustomizeFormVAlignParent=""
+sdxLayoutControlCustomizeFormVAlignTop=""
+sdxLayoutControlDesignerCaptionFormat="%s - "
+sdxLayoutControlEditFormCancel="ȡ"
+sdxLayoutControlEditFormOK="ȷ"
+sdxLayoutControlEmptyCaption="<>"
+sdxLayoutControlExpandButtonHint=""
+sdxLayoutControlHomeButtonHint="ֹͣ"
+sdxLayoutControlNewAutoCreatedGroup="Զ"
+sdxLayoutControlNewCheckBoxItemCaption="ѡ"
+sdxLayoutControlNewEmptySpaceItemCaption="հĿ"
+sdxLayoutControlNewGroupCaption="½"
+sdxLayoutControlNewHiddenGroup="ط"
+sdxLayoutControlNewImageItemCaption="ͼ"
+sdxLayoutControlNewItemCaption=""
+sdxLayoutControlNewLabeledItemCaption="ǩ"
+sdxLayoutControlNewRadioButtonItemCaption="ѡť"
+sdxLayoutControlNewSeparatorItemCaption="ָ"
+sdxLayoutControlNewSplitterItemCaption="ָ"
+sdxLayoutControlRoot=""
+sdxLayoutGroupDefaultCaption="鲼"
+sdxLayoutItemDefaultCaption="Ŀ"
+sdxLeft="(&L):"
+sdxLeftMargin="߽"
+sdxLevelCaption="(&C)"
+sdxLevelCaptionColor="㼶ɫ(&V):"
+sdxLevelCaptions="㼶(&C)"
+sdxLevels="㼶"
+sdxLineSpacing="м(&L):"
+sdxLinkIsNotIncludedInUsesClause="ReportFileReportLink "%0:s"\\nԪ"%0:s"usesӾ"
+sdxLoadBitmapDlgTitle=""
+sdxLoadedRecords="ؼ¼"
+sdxLoadReportDataToFileTitle=""
+sdxLocationLabelCaption="λ:"
+sdxLookAndFeel=""
+sdxLookAndFeelFlat="ƽ"
+sdxLookAndFeelStandard=""
+sdxLookAndFeelUltraFlat="ƽ"
+sdxLuxurySedans="γ"
+sdxManagerError="ֻܷһTdxDockingManagerʵ."
+sdxManufacturerBandCaption=""
+sdxManufacturerCountryColumnCaption=""
+sdxManufacturerLogoColumnCaption="־"
+sdxManufacturerNameColumnCaption=""
+sdxMapControlEast=""
+sdxMapControlNorth=""
+sdxMapControlSouth=""
+sdxMapControlWest=""
+sdxMarch=""
+sdxMarchShort=""
+sdxMargins="ҳ߾"
+sdxMay=""
+sdxMayShort=""
+sdxMediumDashDotDotEdgePattern="еȶ̻--"
+sdxMediumDashDotEdgePattern="еȶ̻-"
+sdxMediumDashedEdgePattern="еȶ̻"
+sdxMediumSolidEdgePattern="ʵ"
+sdxMegaBytes="MB"
+sdxMenuActivePage="ǰҳ(&A):"
+sdxMenuBar="˵"
+sdxMenuBuiltInMenus="ò˵"
+sdxMenuEdit="༭(&E)"
+sdxMenuEditCopy="(&C)"
+sdxMenuEditCut="(&T)"
+sdxMenuEditDelete="ɾ(&D)"
+sdxMenuEditFind="(&F)..."
+sdxMenuEditFindNext="һ(&X)"
+sdxMenuEditPaste="ճ(&P)"
+sdxMenuEditReplace="滻(&R)..."
+sdxMenuExplorer="Դ(&X)"
+sdxMenuExplorerChangeRootPath="ø·..."
+sdxMenuExplorerCreateFolder="ļ(&F)"
+sdxMenuExplorerDelete="ɾ(&D)..."
+sdxMenuExplorerGoToUpOneLevel="һ"
+sdxMenuExplorerProperties="(&P)..."
+sdxMenuExplorerRefresh="ˢ"
+sdxMenuExplorerRename="(&M)"
+sdxMenuExplorerSetAsRoot="Ϊ·"
+sdxMenuExportToPDF="PDFʽ"
+sdxMenuFile="ļ(&F)"
+sdxMenuFileClose="ر(&N)"
+sdxMenuFileDesign="(&D)..."
+sdxMenuFileExit="ر(&C)"
+sdxMenuFileLoad="ȡ(&L)"
+sdxMenuFileOptions="ѡ"
+sdxMenuFilePageSetup="ҳ(&U)..."
+sdxMenuFilePrint="ӡ(&P)..."
+sdxMenuFilePrintDialog="ӡԻ"
+sdxMenuFileRebuild="ؽ(&R)"
+sdxMenuFileSave="(&S)"
+sdxMenuFileSaveAs="Ϊ(&A)..."
+sdxMenuFormat="ʽ(&O)"
+sdxMenuFormatAutoTextEntries="Զͼļ(&A)..."
+sdxMenuFormatDateTime="ʱ(&T)..."
+sdxMenuFormatFootnotes="ע(&N)..."
+sdxMenuFormatHeaderAndFooter="ҳüҳ(&H)"
+sdxMenuFormatHFBackground="ҳü/ҳű..."
+sdxMenuFormatHFClear="ı"
+sdxMenuFormatPageBackground="(&K)..."
+sdxMenuFormatPageNumbering="ҳ(&N)..."
+sdxMenuFormatShrinkToPage="Ӧҳ(&F)"
+sdxMenuFormatTitle="(&I)..."
+sdxMenuGotoPage="ת(&G)"
+sdxMenuGotoPageFirst="ҳ(&F)"
+sdxMenuGotoPageLast="βҳ(&L)"
+sdxMenuGotoPageNext="һҳ(&N)"
+sdxMenuGotoPagePrev="һҳ(&P)"
+sdxMenuHelp="(&H)"
+sdxMenuHelpAbout="(&A)..."
+sdxMenuHelpTopics="(&T)..."
+sdxMenuInsert="(&I)"
+sdxMenuInsertAutoText="Զͼļ(&A)"
+sdxMenuInsertAutoTextEntries="Զͼļб"
+sdxMenuInsertAutoTextEntriesSubItem="Զͼļ(&S)"
+sdxMenuInsertDate="(&D)"
+sdxMenuInsertDateTime="ʱ"
+sdxMenuInsertEditAutoTextEntries="Զͼļ(&X)..."
+sdxMenuInsertMachineName="(&M)"
+sdxMenuInsertPageNumber="ҳ(&P)"
+sdxMenuInsertPageOfPages="ҳҳ(&G)"
+sdxMenuInsertTime="ʱ(&T)"
+sdxMenuInsertTotalPages="ҳ(&N)"
+sdxMenuInsertUserName="û(&U)"
+sdxMenuLoad="ȡ(&L)..."
+sdxMenuNewMenu="½˵"
+sdxMenuPages="ҳ(&P)"
+sdxMenuPreview="Ԥ(&V)..."
+sdxMenuPrintStyles="ӡʽ"
+sdxMenuShortcutAutoText="Զͼļ"
+sdxMenuShortcutExplorer="Դ"
+sdxMenuShortCutMenus="ݲ˵"
+sdxMenuShortcutPreview="Ԥ"
+sdxMenuShortcutThumbnails="ͼ"
+sdxMenuShowEmptyPages="ʾհҳ(&E)"
+sdxMenuThumbnailsLarge="ͼ(&L)"
+sdxMenuThumbnailsSmall="Сͼ(&S)"
+sdxMenuTools="(&T)"
+sdxMenuToolsCustomize="Զ(&C)..."
+sdxMenuToolsOptions="ѡ(&O)..."
+sdxMenuView="ͼ(&V)"
+sdxMenuViewExplorer="Դ(&X)"
+sdxMenuViewFlatToolBarButtons="ƽ湤ť(&F)"
+sdxMenuViewHFClose="ر(&C)"
+sdxMenuViewHFSwitchHeaderFooter="ʾҳü/ҳ(&S)"
+sdxMenuViewLargeToolBarButtons="ť(&L)"
+sdxMenuViewMargins="ҳ߾(&M)"
+sdxMenuViewMarginsStatusBar="ҳ߾(&A)"
+sdxMenuViewPagesFooters="ҳ(&R)"
+sdxMenuViewPagesHeaders="ҳü(&H)"
+sdxMenuViewPagesStatusBar="״̬(&S)"
+sdxMenuViewSwitchToCenterPart="лм"
+sdxMenuViewSwitchToFooter="ҳ"
+sdxMenuViewSwitchToHeader="ҳü"
+sdxMenuViewSwitchToLeftPart="л"
+sdxMenuViewSwitchToRightPart="лҲ"
+sdxMenuViewThumbnails="ͼ(&U)"
+sdxMenuViewToolBars="(&T)"
+sdxMenuZoom="(&Z)"
+sdxMenuZoomFourPages="ҳ(&F)"
+sdxMenuZoomMultiplyPages="ҳ(&M)"
+sdxMenuZoomPageWidth="ҳ(&W)"
+sdxMenuZoomPercent100="100%(&1)"
+sdxMenuZoomSetup="(&S)..."
+sdxMenuZoomTwoPages="ҳ(&T)"
+sdxMenuZoomWholePage="ҳ(&H)"
+sdxMenuZoomWidenToSourceWidth="չԭʼ(&O)"
+sdxMiscellaneous=""
+sdxMissingComponent="ȱ"""
+sdxMode="ģʽ(&M):"
+sdxModelBandCaption=""
+sdxMonth="·"
+sdxMoveDown=""
+sdxMoveUp=""
+sdxMultipleRecords="¼(&M)"
+sdxName="(&N):"
+sdxName1="˹"
+sdxName2=""
+sdxNameCaption=""
+sdxNavBarAddChildGroup=""
+sdxNavBarAddGroup="ӷ"
+sdxNavBarAddItem=""
+sdxNavBarAddSeparator="ӷָ"
+sdxNavBarClose="ر(&C)"
+sdxNavBarCollapseAll="ȫ۵"
+sdxNavBarCustomizationCaption="Զ"
+sdxNavBarDelete="ɾ"
+sdxNavBarExpandAll="ȫչ"
+sdxNavBarItemsDesignerCaptionFormat="%s - "
+sdxNavBarMoveDown="(&D)"
+sdxNavBarMoveUp="(&U)"
+sdxNavBarNewGroupCaption="½"
+sdxNavBarNewGroupsCaption=":"
+sdxNavBarNewItemsCaption=":"
+sdxNavBarOffice11AddRemoveButtons="ӻɾť(&A)"
+sdxNavBarOffice11ShowFewerButtons="ʾٵİť(&F)"
+sdxNavBarOffice11ShowMoreButtons="ʾ϶İť(&M)"
+sdxNavigationPaneCollapseBar=""
+sdxNavigationPaneCollapseBarHint="չ"
+sdxNavigationPaneExpandNavPaneSignHint="չ"
+sdxNavigationPaneMinimizeNavPaneSignHint="С"
+sdxNavigationPaneOverflowPanelCustomizeHint="ðť"
+sdxNewCompositionCaption="½"
+sdxNewExplorerFolderItem="½ļ"
+sdxNewReport="±"
+sdxNewStyleRepositoryWasCreated="µʽ"%s"Ѵ"
+sdxNodeAutoHeight="ڵԶ߶(&N)"
+sdxNodeExpanding="չڵ"
+sdxNoDefaultPrintDevice="ûѡĬϴӡ"
+sdxNodes="ڵ(&N)"
+sdxNodesGrid="ڵ"
+sdxNone="()"
+sdxNoPages="ûпʾҳ"
+sdxNorth=""
+sdxNotes="ע"
+sdxNotPrinting="ǰӡӡ"
+sdxNovember="ʮһ"
+sdxNovemberShort="ʮһ"
+sdxOctober="ʮ"
+sdxOctoberShort="ʮ"
+sdxOddColor="ɫ(&L):"
+sdxOddFont=""
+sdxOf=""
+sdxOfficeNavigationBarCancel="ȡ"
+sdxOfficeNavigationBarCompactNavigation="ർ(&C)"
+sdxOfficeNavigationBarCustomizationDlgCaption="ѡ"
+sdxOfficeNavigationBarDisplayInThisOrder="ʾ˳"
+sdxOfficeNavigationBarMaxVisibleItems="ҪʾĿ:"
+sdxOfficeNavigationBarNavigationOptionsMenuItem="ѡ(&V)..."
+sdxOfficeNavigationBarOk="ȷ"
+sdxOfficeNavigationBarReset="(&R)"
+sdxOldFormat="Ƥݰ汾ExpressSkins汾.\\nƤܶȡһƥİ汾."
+sdxOleCryptoContainerInternalError="뱣ĵʱڲ."
+sdxOleCryptoContainerInvalidPassword="ṩDzȷ."
+sdxOleCryptoContainerUnsupportedEncryptor="ֵ֧ļܳ(: %d)."
+sdxOneGroupPerPage="ÿҳһ"
+sdxOneResourcePerPage="ÿҳһԴ(&R)"
+sdxOnEveryPage="ÿҳ"
+sdxOneWrappingPerPage="ÿҳһ(&O)"
+sdxOnlyActiveDetails="ǰϸ"
+sdxOnlyComponentsInActiveForm="ֻʾǰ(&F)"
+sdxOnlyComponentsWithoutLinks="ֻʾб(&W)"
+sdxOnlySelected="ֻѡ(&S)"
+sdxOpenFileDialogDefaultTitle=""
+sdxOpenFileDialogOkCaption=""
+sdxOptions="ѡ"
+sdxOrderNoCaption=""
+sdxOrgChartEditorCancelButton="ȡ"
+sdxOrgChartEditorCaption="TdxOrgChart ༭"
+sdxOrgChartEditorChildAlign="Ӷ(&A)"
+sdxOrgChartEditorColor="ɫ(&C)"
+sdxOrgChartEditorHeight="߶(&H)"
+sdxOrgChartEditorHintAntialiasing="ݿ/"
+sdxOrgChartEditorHintApplyForAllChildren="ѡ"
+sdxOrgChartEditorHintDeleteItem="ɾĿ"
+sdxOrgChartEditorHintInsertItem="Ŀ"
+sdxOrgChartEditorHintInsertSubItem=""
+sdxOrgChartEditorHintRotate="90ת/"
+sdxOrgChartEditorHintZoom="/ر"
+sdxOrgChartEditorImageAlign="ͼ"
+sdxOrgChartEditorImageIndex="ͼ"
+sdxOrgChartEditorItems=""
+sdxOrgChartEditorProperties=""
+sdxOrgChartEditorShape="״(&S)"
+sdxOrgChartEditorText="ı"
+sdxOrgChartEditorWidth="(&W)"
+sdxOrientation=" "
+sdxOutOfResources="Դ"
+sdxOutsideMargins="һҳ߾೬ҳĿɴӡ"
+sdxOutsideMarginsMessage="һҳ߾೬ҳĿɴӡ.\\nǷ ?"
+sdxOutsideMarginsMessage2="һҳ߾೬ҳĿɴӡ.\\nѡť,ʵҳ߾."
+sdxOverThenDown="к(&V)"
+sdxOverwriteFolderMessageText="ļ"%s"ѰΪ"%s"ļ.\\n\\nеļͬ\\nƶƽ滻.㻹?\\nҪƶƸļ?"
+sdxOverwriteItemMessageText="ļ"%s"ѰĿ"%s".\\n\\n븲еĿ?"
+sdxPage="ҳ"
+sdxPageBackground=" ҳ汳"
+sdxPageNumbering="ҳ"
+sdxPages="ҳ"
+sdxPageSetupCaption="ҳ"
+sdxPageSetupDialogAlignWithMargins="ҳҳ߾"
+sdxPageSetupDialogBlackAndWhite="ֽ"
+sdxPageSetupDialogButtonCancel="ȡ"
+sdxPageSetupDialogButtonCustomHeaderFooter="Զ ҳͷ/ҳ"
+sdxPageSetupDialogButtonOK="ȷ"
+sdxPageSetupDialogButtonPrint="&Pӡ..."
+sdxPageSetupDialogButtonPrintPreview="ӡԤ&w..."
+sdxPageSetupDialogCaption="ҳ \n"
+sdxPageSetupDialogCenterHorizontally="ˮƽ"
+sdxPageSetupDialogCenterOnPage="ҳ"
+sdxPageSetupDialogCenterVertically="ֱ"
+sdxPageSetupDialogDownThenOver="к"
+sdxPageSetupDialogFooter="ҳ:"
+sdxPageSetupDialogHeader="ҳͷ:"
+sdxPageSetupDialogHeaderFooter="ҳͷ/ҳ"
+sdxPageSetupDialogMarginBottom=":"
+sdxPageSetupDialogMarginFooter=":"
+sdxPageSetupDialogMarginHeader="ͷ:"
+sdxPageSetupDialogMarginLeft=":"
+sdxPageSetupDialogMarginRight=":"
+sdxPageSetupDialogMargins="߾"
+sdxPageSetupDialogMarginTop=":"
+sdxPageSetupDialogOverThenDown="к"
+sdxPageSetupDialogPage="ҳ"
+sdxPageSetupDialogPageFirstPageNumber="һҳ:"
+sdxPageSetupDialogPageOrder="ӡ˳"
+sdxPageSetupDialogPageOrientation=""
+sdxPageSetupDialogPageOrientationLandscape="&L"
+sdxPageSetupDialogPageOrientationPortrait="&t"
+sdxPageSetupDialogPaperSize="ֽŴС:"
+sdxPageSetupDialogPrint="ӡ"
+sdxPageSetupDialogPrintArea="ӡ:"
+sdxPageSetupDialogPrintCellErrorsMode="Ԫ:"
+sdxPageSetupDialogPrintCellErrorsModeBlank="<հ>"
+sdxPageSetupDialogPrintCellErrorsModeDash="--"
+sdxPageSetupDialogPrintCellErrorsModeDisplayed="ʾ"
+sdxPageSetupDialogPrintCellErrorsModeNA="õЧֵ"
+sdxPageSetupDialogPrintCommentsMode="ע:"
+sdxPageSetupDialogPrintCommentsModeAsDisplayed="ʾ"
+sdxPageSetupDialogPrintCommentsModeAtEnd="ĩ"
+sdxPageSetupDialogPrintCommentsModeNode="()"
+sdxPageSetupDialogPrintDraftQuality="ݸ"
+sdxPageSetupDialogPrintGridlines=""
+sdxPageSetupDialogPrintRowAndColumnHeadings="кб"
+sdxPageSetupDialogPrintTitles="ӡ"
+sdxPageSetupDialogPrintTitlesColumnsToRepeat="Ҫظ:"
+sdxPageSetupDialogPrintTitlesRowsToRepeat="Ҫڶظ:"
+sdxPageSetupDialogScaleWithDocument="ĵ"
+sdxPageSetupDialogScaling=""
+sdxPageSetupDialogScalingAdjustTo="Ӧ:"
+sdxPageSetupDialogScalingAdjustToSuffix="% С"
+sdxPageSetupDialogScalingFitTo="ʺ:"
+sdxPageSetupDialogScalingFitToPageTall="ߵ"
+sdxPageSetupDialogScalingFitToPageWide="ҳ"
+sdxPageSetupDialogTabSheetCaption=" \n"
+sdxPageSetupDialogUnitsInches="Ӣ"
+sdxPageSetupDialogUnitsMillimeters=""
+sdxPageSetupHeaderFooterDialogButtonCancel="ȡ"
+sdxPageSetupHeaderFooterDialogButtonOK="ȷ"
+sdxPageSetupHeaderFooterDialogCaption="ҳͷ/ҳ"
+sdxPageSetupHeaderFooterDialogCenterFooter="ҳ:"
+sdxPageSetupHeaderFooterDialogCenterHeader="ҳͷ:"
+sdxPageSetupHeaderFooterDialogDescription="Ҫҳ롢ڡʱѡ:ڱ༭жλ,Ȼѡʵİť."
+sdxPageSetupHeaderFooterDialogHintInsertDate=""
+sdxPageSetupHeaderFooterDialogHintInsertPageNumber="ҳ"
+sdxPageSetupHeaderFooterDialogHintInsertPageTotal="ҳ"
+sdxPageSetupHeaderFooterDialogHintInsertSheetName="빤"
+sdxPageSetupHeaderFooterDialogHintInsertTime="ʱ"
+sdxPageSetupHeaderFooterDialogLeftFooter="ҳ:"
+sdxPageSetupHeaderFooterDialogLeftHeader="ҳͷ:"
+sdxPageSetupHeaderFooterDialogRightFooter="ҳ:"
+sdxPageSetupHeaderFooterDialogRightHeader="ҳͷ:"
+sdxPagesSuffix=" ҳ(s)"
+sdxPagesWideBy="ҳ(&W)"
+sdxPageWidth="ҳ"
+sdxPaginateByControlDetails="ؼϸϢ"
+sdxPaginateByControls="ؼ"
+sdxPaginateByGroups=""
+sdxPaginateByItems=""
+sdxPagination="ҳ"
+sdxPaintItemsGraphics="Ŀͼʾ(&P)"
+sdxPaintMode="ͼģʽ(&M)"
+sdxPaintModeCenter=""
+sdxPaintModeProportional=""
+sdxPaintModeStretch=""
+sdxPaintModeTile="ƽ"
+sdxPaper=" ֽŴС "
+sdxPaperDimension="ߴ"
+sdxPaperHeight="߶(&E):"
+sdxPaperSize="ֽŴС:"
+sdxPaperSource="ֽԴ(&U):"
+sdxPaperType="(&Y)"
+sdxPaperWidth="(&W):"
+sdxParagraphAlignmentCenter="м"
+sdxParagraphAlignmentJustify="˶"
+sdxParagraphAlignmentLeft=""
+sdxParagraphAlignmentRight=""
+sdxParagraphFirstLineIndentHanging=""
+sdxParagraphFirstLineIndentIndented=""
+sdxParagraphFirstLineIndentNone="()"
+sdxParagraphLineSpacingAtLeast=""
+sdxParagraphLineSpacingDouble="˫"
+sdxParagraphLineSpacingExactly="ȷ"
+sdxParagraphLineSpacingMultiple=""
+sdxParagraphLineSpacingSesquialteral="1.5"
+sdxParagraphLineSpacingSingle="һ"
+sdxParagraphOutlineLeve0="ı"
+sdxParagraphOutlineLeve1="1"
+sdxParagraphOutlineLeve2="2"
+sdxParagraphOutlineLeve3="3"
+sdxParagraphOutlineLeve4="4"
+sdxParagraphOutlineLeve5="5"
+sdxParagraphOutlineLeve6="6"
+sdxParagraphOutlineLeve7="7"
+sdxParagraphOutlineLeve8="8"
+sdxParagraphOutlineLeve9="9"
+sdxPark=""
+sdxPasswordDialogButtonCancel="ȡ"
+sdxPasswordDialogButtonOK="ȷ"
+sdxPasswordDialogCaption="뱣"
+sdxPasswordDialogCaptionConfirm="ȷ"
+sdxPasswordDialogPassword=" U(&E):"
+sdxPasswordDialogPasswordConfirmation="(&P):"
+sdxPasswordDialogPasswordNotes=": ʧ,ָܻ.ڰȫط."
+sdxPasswordDialogPasswordNotMatch="ȷ벻ƥ."
+sdxPasteSpecialDialogButtonCancel="ȡ"
+sdxPasteSpecialDialogButtonOK="ȷ"
+sdxPasteSpecialDialogCaption="ѡճ"
+sdxPasteSpecialDialogPasteColumnWidths="п(&W)"
+sdxPasteSpecialDialogPasteComments="ע(&M)"
+sdxPasteSpecialDialogPasteFormat="ճΪ(&A):"
+sdxPasteSpecialDialogPasteFormulas="ʽ(&F)"
+sdxPasteSpecialDialogPasteOptions="ճ"
+sdxPasteSpecialDialogPasteSkinBlanks="յԪ(&S)"
+sdxPasteSpecialDialogPasteStyles="ʽ(&S)"
+sdxPasteSpecialDialogPasteStylesAll="ȫ(&A)"
+sdxPasteSpecialDialogPasteStylesNumberFormatting="ָʽ(&N)"
+sdxPasteSpecialDialogPasteValues="ֵ(&V)"
+sdxPattern="ͼ(&P)"
+sdxPatternDarkDownwardDiagonal="¶Խɫ"
+sdxPatternDarkHorizontal="ɫ"
+sdxPatternDarkUpwardDiagonal="϶Խɫ"
+sdxPatternDarkVertical="ɫ"
+sdxPatternDashedDownward="¶Խ"
+sdxPatternDashedHorizontal=""
+sdxPatternDashedUpward="϶Խ"
+sdxPatternDashedVertical=""
+sdxPatternDiagonalBrick="Խש"
+sdxPatternDivot="Ƥ"
+sdxPatternDottedDiamond="ʽ"
+sdxPatternDottedGrid=""
+sdxPatternGray10="10%"
+sdxPatternGray20="20%"
+sdxPatternGray25="25%"
+sdxPatternGray30="30%"
+sdxPatternGray40="40%"
+sdxPatternGray5="5%"
+sdxPatternGray50="50%"
+sdxPatternGray60="60%"
+sdxPatternGray70="70%"
+sdxPatternGray75="75%"
+sdxPatternGray80="80%"
+sdxPatternGray90="90%"
+sdxPatternHorizantalBrick="ש"
+sdxPatternIsNotRegistered="ͼ"%s"ûע"
+sdxPatternLargeCheckedBoard=""
+sdxPatternLargeConfetti="ֽм"
+sdxPatternLargeGrid=""
+sdxPatternLightDownwardDiagonal="¶Խdzɫ"
+sdxPatternLightHorizontal="dzɫ"
+sdxPatternLightUpwardDiagonal="϶Խdzɫ"
+sdxPatternLightVertical="dzɫ"
+sdxPatternNarrowHorizontal="խ"
+sdxPatternNarrowVertical="խ"
+sdxPatternOutlinedDiamond=""
+sdxPatternPlaid="ͼ"
+sdxPatternShingle=""
+sdxPatternSmallCheckedBoard="С"
+sdxPatternSmallConfetti="Сֽм"
+sdxPatternSmallGrid="С"
+sdxPatternSolidDiamond="ʵ"
+sdxPatternSphere=""
+sdxPatternTrellis=""
+sdxPatternWave=""
+sdxPatternWeave="֯"
+sdxPatternWideDownwardDiagonal="¶Խ"
+sdxPatternWideUpwardDiagonal="϶Խ"
+sdxPatternZigZag="֮"
+sdxPaymentAmount=""
+sdxPaymentType="ʽ"
+sdxPDFDialogAuthor=""
+sdxPDFDialogCaption="PDF ѡ"
+sdxPDFDialogCompressed="ѹ"
+sdxPDFDialogCreator=""
+sdxPDFDialogDocumentInfoTabSheet="ĵϢ(&D)"
+sdxPDFDialogEmbedFonts="Ƕ"
+sdxPDFDialogExportSettings=""
+sdxPDFDialogExportTabSheet="(&E)"
+sdxPDFDialogKeywords="ؼ"
+sdxPDFDialogMaxCompression="ѹ"
+sdxPDFDialogMaxQuality=""
+sdxPDFDialogOpenAfterExport=""
+sdxPDFDialogPageRageTabSheet="ҳ(&P)"
+sdxPDFDialogSecurityAllowChanging="ĵ"
+sdxPDFDialogSecurityAllowComments=""
+sdxPDFDialogSecurityAllowCopy="ݸƺȡ"
+sdxPDFDialogSecurityAllowDocumentAssemble="ĵ"
+sdxPDFDialogSecurityAllowPrint="ӡ"
+sdxPDFDialogSecurityAllowPrintHiResolution="ʹø߷ֱʴӡ"
+sdxPDFDialogSecurityEnabled=""
+sdxPDFDialogSecurityMethod=":"
+sdxPDFDialogSecurityOwnerPassword=":"
+sdxPDFDialogSecuritySettings="ȫ"
+sdxPDFDialogSecurityUserPassword="û:"
+sdxPDFDialogSignatureContactInfo="ϵʽ:"
+sdxPDFDialogSignatureDetails="ϸ"
+sdxPDFDialogSignatureDigitalID="֤(ID)"
+sdxPDFDialogSignatureExpirationDateColumnCaption="ֹ"
+sdxPDFDialogSignatureFileName="ļ:"
+sdxPDFDialogSignatureIssuer=":"
+sdxPDFDialogSignatureIssuerColumnCaption=""
+sdxPDFDialogSignatureLocation="λ:"
+sdxPDFDialogSignatureOpenDlgDigitalIDFile="IDļ"
+sdxPDFDialogSignatureOpenDlgTitle="IDļ"
+sdxPDFDialogSignaturePasswordDialogCaption="˽Կ"
+sdxPDFDialogSignatureReason=":"
+sdxPDFDialogSignatureRequiredDigitalID="ûָ֤."
+sdxPDFDialogSignatureRequiredDigitalIDPassword="벻ȷ."
+sdxPDFDialogSignatureSettings="ǩ"
+sdxPDFDialogSignatureUseCertificateFromFileStore="ļʹ֤"
+sdxPDFDialogSignatureUseCertificateFromSystemStore="ʹϵͳ洢е֤"
+sdxPDFDialogSignatureViewCertificate="鿴֤..."
+sdxPDFDialogSubject=""
+sdxPDFDialogTabDocInfo="ĵϢ(&D)"
+sdxPDFDialogTabExport="(&E)"
+sdxPDFDialogTabPages="ҳ(&P)"
+sdxPDFDialogTabSecurity="ȫ(&S)"
+sdxPDFDialogTabSignature="ǩ"
+sdxPDFDialogTitle=""
+sdxPDFDialogUseCIDFonts="ʹ CID "
+sdxPDFDialogUseJPEGCompression="ʹ JPEG ѹͼ"
+sdxPDFDocumentIncorrectPassword="ṩ벻ȷ."
+sdxPDFDocumentInvalidFormatMessage="ĵʽܱʶΪЧPDF."
+sdxPDFViewerActionCloseDocumentCaption=""
+sdxPDFViewerActionCloseDocumentHint="رĵ"
+sdxPDFViewerActionFindCaption=""
+sdxPDFViewerActionFindHint="ı"
+sdxPDFViewerActionGoToFirstPageCaption="һҳ"
+sdxPDFViewerActionGoToFirstPageHint="ʾһҳ"
+sdxPDFViewerActionGoToLastPageCaption="һҳ \n"
+sdxPDFViewerActionGoToLastPageHint="ʾһҳ"
+sdxPDFViewerActionGoToNextPageCaption="һҳ"
+sdxPDFViewerActionGoToNextPageHint="ʾһҳ \n"
+sdxPDFViewerActionGoToNextViewCaption="һͼ"
+sdxPDFViewerActionGoToNextViewHint="תһͼ"
+sdxPDFViewerActionGoToPrevPageCaption="һҳ"
+sdxPDFViewerActionGoToPrevPageHint="ʾһҳ"
+sdxPDFViewerActionGoToPrevViewCaption="һͼ"
+sdxPDFViewerActionGoToPrevViewHint="صǰͼ"
+sdxPDFViewerActionHandToolCaption="ֹ"
+sdxPDFViewerActionNavigationCaption=""
+sdxPDFViewerActionOpenDocumentCaption=""
+sdxPDFViewerActionOpenDocumentHint="һ PDFļ"
+sdxPDFViewerActionPrintCaption="&ӡ"
+sdxPDFViewerActionPrintHint="ӡ"
+sdxPDFViewerActionRotateClockwiseCaption="˳ʱ뷽ת"
+sdxPDFViewerActionRotateClockwiseHint="˳ʱתǰͼ"
+sdxPDFViewerActionRotateCounterclockwiseCaption="ʱ뷽ת"
+sdxPDFViewerActionRotateCounterclockwiseHint="ʱתǰͼ"
+sdxPDFViewerActionRotateViewCaption="תͼ"
+sdxPDFViewerActionSelectAllCaption="ȫѡ"
+sdxPDFViewerActionSelectAllHint="ѡĵеı"
+sdxPDFViewerActionSelectToolCaption="ѡ"
+sdxPDFViewerActionZoomActualSizeCaption="ʵʳߴ"
+sdxPDFViewerActionZoomFitWidthCaption="ʿ"
+sdxPDFViewerActionZoomInCaption="Ŵ"
+sdxPDFViewerActionZoomInHint="ŴԻPDFĵдͼ"
+sdxPDFViewerActionZoomListCaption=""
+sdxPDFViewerActionZoomListHint="PDFĵż"
+sdxPDFViewerActionZoomOutCaption="С"
+sdxPDFViewerActionZoomOutHint="СԲ鿴Сҳ"
+sdxPDFViewerActionZoomToPageLevelCaption="Ŵҳ漶"
+sdxPDFViewerBookmarkPopupMenuGoToBookmark="תǩ"
+sdxPDFViewerBookmarkPopupMenuPrintPages="ӡҳ(s)"
+sdxPDFViewerBookmarkPopupMenuPrintSections="ӡ½(s)"
+sdxPDFViewerBookmarksOptionsPopupMenuCollapseTopLevelBookmarks="۵ǩ"
+sdxPDFViewerBookmarksOptionsPopupMenuExpandCurrentBookmark="չǰǩ"
+sdxPDFViewerBookmarksOptionsPopupMenuExpandTopLevelBookmarks="չǩ"
+sdxPDFViewerBookmarksOptionsPopupMenuHideAfterUse="ʹú"
+sdxPDFViewerBookmarksOptionsPopupMenuLargeTextSize=""
+sdxPDFViewerBookmarksOptionsPopupMenuMediumTextSize=""
+sdxPDFViewerBookmarksOptionsPopupMenuSmallTextSize="С"
+sdxPDFViewerBookmarksOptionsPopupMenuTextSize="ıС"
+sdxPDFViewerBytes="ֽ"
+sdxPDFViewerDocumentPropertiesDialogAdvanced=""
+sdxPDFViewerDocumentPropertiesDialogApplication="Ӧó:"
+sdxPDFViewerDocumentPropertiesDialogAuthor=":"
+sdxPDFViewerDocumentPropertiesDialogCaption="ĵ"
+sdxPDFViewerDocumentPropertiesDialogCreated=":"
+sdxPDFViewerDocumentPropertiesDialogDescription="˵"
+sdxPDFViewerDocumentPropertiesDialogFile="ļ:"
+sdxPDFViewerDocumentPropertiesDialogFileSize="ļС:"
+sdxPDFViewerDocumentPropertiesDialogKeywords="ؼ:"
+sdxPDFViewerDocumentPropertiesDialogLocation="ص:"
+sdxPDFViewerDocumentPropertiesDialogModified=":"
+sdxPDFViewerDocumentPropertiesDialogNumberOfPages="ҳ:"
+sdxPDFViewerDocumentPropertiesDialogPageSize="ҳС:"
+sdxPDFViewerDocumentPropertiesDialogProducer=":"
+sdxPDFViewerDocumentPropertiesDialogRevision=""
+sdxPDFViewerDocumentPropertiesDialogSubject=":"
+sdxPDFViewerDocumentPropertiesDialogTitle=":"
+sdxPDFViewerDocumentPropertiesDialogVersion="汾:"
+sdxPDFViewerFindPanelFindCaption=""
+sdxPDFViewerFindPanelNextButtonCaption="һ"
+sdxPDFViewerFindPanelPopupMenuCaseSensitive="ִСд"
+sdxPDFViewerFindPanelPopupMenuWholeWords="ֻ仰"
+sdxPDFViewerFindPanelPreviousButtonCaption="һ"
+sdxPDFViewerGoToFirstPageActionCaption="һҳ"
+sdxPDFViewerGoToFirstPageActionHint="ʾһҳ"
+sdxPDFViewerGoToLastPageActionCaption="һҳ"
+sdxPDFViewerGoToLastPageActionHint="ʾһҳ"
+sdxPDFViewerGoToNextPageActionCaption="һҳ"
+sdxPDFViewerGoToNextPageActionHint="ʾһҳ."
+sdxPDFViewerGoToPrevPageActionCaption="һҳ"
+sdxPDFViewerGoToPrevPageActionHint="ʾһҳ"
+sdxPDFViewerNavigationActionCaption=""
+sdxPDFViewerNavigationPageAttachmentDescriptionCaption="˵:"
+sdxPDFViewerNavigationPageAttachmentFileNameCaption=": "
+sdxPDFViewerNavigationPageAttachmentFileSizeCaption="С: "
+sdxPDFViewerNavigationPageAttachmentModifiedCaption=": "
+sdxPDFViewerNavigationPageAttachmentsCaption=""
+sdxPDFViewerNavigationPageBookmarksCaption="ǩ"
+sdxPDFViewerNavigationPageCollapseButtonHint="۵"
+sdxPDFViewerNavigationPageExpandBookmarkButtonHint="չǰǩ"
+sdxPDFViewerNavigationPageExpandButtonHint="չ"
+sdxPDFViewerNavigationPageHideButtonHint=""
+sdxPDFViewerNavigationPageOpenAttachmentButtonHint="ڱӦóдļ"
+sdxPDFViewerNavigationPageOptionsButtonHint="ѡ"
+sdxPDFViewerNavigationPageSaveAttachmentButtonHint="渽"
+sdxPDFViewerNavigationPageThumbnailsCaption="ҳͼ"
+sdxPDFViewerNavigationPageThumbnailsSizeTrackBarHint="ҳͼ"
+sdxPDFViewerOpenDocumentActionCaption=""
+sdxPDFViewerOpenDocumentActionHint="PDFļ"
+sdxPDFViewerPagePlacementAndScaling="ú"
+sdxPDFViewerPasswordDialogButtonCancel="ȡ"
+sdxPDFViewerPasswordDialogButtonOK="ȷ"
+sdxPDFViewerPasswordDialogCaption=""
+sdxPDFViewerPasswordDialogPassword=":"
+sdxPDFViewerPasswordDialogProtectedDocument="ĵ뱣.ЧûԴ."
+sdxPDFViewerPopupMenuCopyImage="ͼƬ"
+sdxPDFViewerPopupMenuCopyText=""
+sdxPDFViewerPopupMenuDocumentProperties="ĵ..."
+sdxPDFViewerPopupMenuOpenAttachmentFileText="ļ"
+sdxPDFViewerPopupMenuPrint="ӡ..."
+sdxPDFViewerPopupMenuSaveAttachmentFileText="Ƕļ浽..."
+sdxPDFViewerPrintAsImage="ӡΪͼ"
+sdxPDFViewerRotatePages180DegreesDirection="180"
+sdxPDFViewerRotatePagesAllOrientationSubset="κηҳ"
+sdxPDFViewerRotatePagesAllPagesSubset="ȫ"
+sdxPDFViewerRotatePagesClockwise90DegreesDirection="˳ʱת90"
+sdxPDFViewerRotatePagesCounterclockwise90DegreesDirection="ʱת90"
+sdxPDFViewerRotatePagesDialogCaption="תҳ"
+sdxPDFViewerRotatePagesEvenPagesSubset="żҳ"
+sdxPDFViewerRotatePagesLandscapeOrientationSubset=""
+sdxPDFViewerRotatePagesOddPagesSubset="ҳ"
+sdxPDFViewerRotatePagesPageNumbersSubset="&ҳ:"
+sdxPDFViewerRotatePagesPageOrientation="&:"
+sdxPDFViewerRotatePagesPageRange="ҳ淶Χ:ѡ%d%dҳ"
+sdxPDFViewerRotatePagesPageSubset="ҳӼ"
+sdxPDFViewerRotatePagesPortraitOrientationSubset=""
+sdxPDFViewerRotatePagesRotation="&ת:"
+sdxPDFViewerTextSearchingCompleteMessage="ɶĵ.Ҳƥ."
+sdxPDFViewerTextSearchingNoMatchesFoundMessage="ɶĵ.Ҳƥ."
+sdxPDFViewerThumbnailPopupMenuEnlargePageThumbnails="Ŵҳͼ"
+sdxPDFViewerThumbnailPopupMenuPrintPages="ӡҳ(s)"
+sdxPDFViewerThumbnailPopupMenuReducePageThumbnails="ҳͼ"
+sdxPDFViewerThumbnailPopupMenuRotatePages="תҳ..."
+sdxPDFViewerUnitsInches="Ӣ"
+sdxPDFViewerZoom100ActionCaption="100%"
+sdxPDFViewerZoom10ActionCaption="10%"
+sdxPDFViewerZoom125ActionCaption="125%"
+sdxPDFViewerZoom150ActionCaption="150%"
+sdxPDFViewerZoom200ActionCaption="200%"
+sdxPDFViewerZoom25ActionCaption="25%"
+sdxPDFViewerZoom400ActionCaption="400%"
+sdxPDFViewerZoom500ActionCaption="500%"
+sdxPDFViewerZoom50ActionCaption="50%"
+sdxPDFViewerZoom75ActionCaption="75%"
+sdxPDFViewerZoomActualSizeActionCaption="ʵʳߴ"
+sdxPDFViewerZoomFitVisible="ʺϿɼ"
+sdxPDFViewerZoomFitWidth="ʺϿ"
+sdxPDFViewerZoomInActionCaption="Ŵ"
+sdxPDFViewerZoomInActionHint="ŴPDFĵ"
+sdxPDFViewerZoomListActionCaption=""
+sdxPDFViewerZoomListActionHint="ıPDFĵż"
+sdxPDFViewerZoomOutActionCaption="С"
+sdxPDFViewerZoomOutActionHint="СPDFĵ"
+sdxPDFViewerZoomToPageLevel="Ŵҳȼ"
+sdxPenColor="ֱɫ"
+sdxPenStyleDash="ۺ"
+sdxPenStyleDashDot=""
+sdxPenStyleDashDotDot="ۺŵ"
+sdxPenStyleDot=""
+sdxPenStyleSolid="ʵ"
+sdxPercentOfNormalSize="% С"
+sdxPicture="ͼƬ(&I)"
+sdxPivotGridColumnHeader="ͷ"
+sdxPivotGridContent=""
+sdxPivotGridFieldHeader="ֶα"
+sdxPivotGridHeaderBackground="ⱳ"
+sdxPivotGridPrefilter="Ԥ"
+sdxPivotGridRowHeader="б"
+sdxPlan="ͼ"
+sdxPNFormatsCaption="ҳʽ"
+sdxPNFormatsChangeDefaultFormat="ǷıĬҳʽƥ"%s" ?"
+sdxPNFormatsContinueFromPrevious="ǰ(&C)"
+sdxPNFormatsNumberFormat="ָʽ(&F):"
+sdxPNFormatsStartAt="ʼҳ(&A):"
+sdxPopupMenuFlatButtons="ƽ水ť(&F)"
+sdxPopupMenuLargeButtons="ť(&L)"
+sdxPortrait="(&O)"
+sdxPosition="λ(&P)"
+sdxPositioning="λ"
+sdxPredefinedFunctions="Ԥ庯"
+sdxPreferenceDlgCaption="ѡ"
+sdxPreferenceDlgFlatBtns="ƽ湤ť(&F)"
+sdxPreferenceDlgLargeBtns="ť(&L)"
+sdxPreferenceDlgMargingWhileDragging="ҷʱʾҳ߾ʾ(&D)"
+sdxPreferenceDlgMargins="ҳ߾(&M) "
+sdxPreferenceDlgMarginsColor="ҳ߾ɫ(&C):"
+sdxPreferenceDlgMarginsHints="ҳ߾ʾ(&H)"
+sdxPreferenceDlgMeasurementUnits="λ(&U):"
+sdxPreferenceDlgSaveForRunTimeToo="(&R)"
+sdxPreferenceDlgShow=" ʾ(&S) "
+sdxPreferenceDlgTab1="(&G)"
+sdxPreferenceDlgZoomScroll="(&Z)"
+sdxPreferenceDlgZoomStep="ű(&P):"
+sdxPrefilter="Ԥ(&P)"
+sdxPressEscToCancel=""Escȡ"
+sdxPreview="Ԥ(&W)"
+sdxPreviewAutoHeight="Զ߶(&U)"
+sdxPreviewBottomMargin="±߾"
+sdxPreviewColor="Ԥɫ(&P):"
+sdxPreviewFont="Ԥ"
+sdxPreviewFooterMargin="ҳ"
+sdxPreviewHeaderMargin="ҳü"
+sdxPreviewLeftMargin="߽"
+sdxPreviewLineCount="Ԥ(&T):"
+sdxPreviewMaxLineCount="(&M): "
+sdxPreviewNoPages="ûпʾҳ"
+sdxPreviewNotRegistered="ûעԤ"
+sdxPreviewOutOfResources="Դ"
+sdxPreviewPage="ҳ(&P)"
+sdxPreviewRightMargin="ұ߽"
+sdxPreviewStyle="Ԥ"
+sdxPreviewTab="Ԥ"
+sdxPreviewText="AaBbCcYyZz"
+sdxPreviewTopMargin="ϱ߾"
+sdxPreviewUnitsCentimeters=""
+sdxPreviewUnitsInches="Ӣ"
+sdxPreviewUnitsMillimeters=""
+sdxPreviewUnitsPicas=""
+sdxPreviewUnitsPoints="pt"
+sdxPriceCaption="۸"
+sdxPrimaryTimeZone="Ҫ"
+sdxPrintDeviceError="ӡ !"
+sdxPrintDeviceIsBusy="ӡæ"
+sdxPrintDeviceNotReady="ӡδװûо"
+sdxPrintDialogAll="(&A)"
+sdxPrintDialogAllPages=""
+sdxPrintDialogCaption="ӡ"
+sdxPrintDialogCollateCopies="ݴӡ(&T)"
+sdxPrintDialogComment="ע:"
+sdxPrintDialogCopies=" "
+sdxPrintDialogCurrentPage="ǰҳ(&E)"
+sdxPrintDialogEvenPages="żҳ"
+sdxPrintDialogInPrintingState="ӡڴӡ.\\nԺ."
+sdxPrintDialogInvalidPageRanges="Чҳ뷶Χ"
+sdxPrintDialogName="(&N):"
+sdxPrintDialogNoPrinters="ûаװӡ. Ҫװӡ, \n[ʼ˵|||ӡ],˫[Ӵӡ]. \nĻϵָʾɴӡװ."
+sdxPrintDialogNumberOfCopies="(&C):"
+sdxPrintDialogNumberOfPages="ҳ(&U):"
+sdxPrintDialogOddPages="ҳ"
+sdxPrintDialogOpenDlgAllFiles="ļ"
+sdxPrintDialogOpenDlgPrinterFiles="ӡļ"
+sdxPrintDialogOpenDlgTitle="ѡļ"
+sdxPrintDialogPageNumbersOutOfRange="ҳ볬Χ (%d - %d)"
+sdxPrintDialogPageRange="ҳ淶Χ "
+sdxPrintDialogPages="ҳ(&P):"
+sdxPrintDialogPrinter="ӡ "
+sdxPrintDialogPrintStyles="ӡʽ(&Y) "
+sdxPrintDialogPrintToFile="ӡļ(&F)"
+sdxPrintDialogPSBusy="æ"
+sdxPrintDialogPSDoorOpen="ͨ"
+sdxPrintDialogPSError=""
+sdxPrintDialogPSInitializing="ڳʼ"
+sdxPrintDialogPSIOActive="Ч"
+sdxPrintDialogPSManualFeed="ֹֽ"
+sdxPrintDialogPSNotAvailable=""
+sdxPrintDialogPSNoToner="ûī"
+sdxPrintDialogPSOFFLine="ѻ"
+sdxPrintDialogPSOutBinFull=""
+sdxPrintDialogPSOutOfMemory="ڴ"
+sdxPrintDialogPSPagePunt="ҳƽ"
+sdxPrintDialogPSPaperJam="ֽ"
+sdxPrintDialogPSPaperOut="ֽ"
+sdxPrintDialogPSPaperProblem="ֽ"
+sdxPrintDialogPSPaused="ͣ"
+sdxPrintDialogPSPendingDeletion="ɾ"
+sdxPrintDialogPSPrinting="ڴӡ"
+sdxPrintDialogPSPrintingAndWaiting="ڴӡ:%dĵ,ȴ"
+sdxPrintDialogPSProcessing="ڴ"
+sdxPrintDialogPSReady=""
+sdxPrintDialogPSTonerLow="ī۽"
+sdxPrintDialogPSUserIntervention="û"
+sdxPrintDialogPSWaiting="ڵȴ"
+sdxPrintDialogPSWarningUp="Ԥ"
+sdxPrintDialogRangeLegend="ҳŻҳ淶Χö(,)ָ.: 1,3,5-12."
+sdxPrintDialogRequiredPageNumbers="ҳ"
+sdxPrintDialogSelection="ѡ(&S)"
+sdxPrintDialogStatus="״̬:"
+sdxPrintDialogType=":"
+sdxPrintDialogWhere="λ:"
+sdxPrintedBy="ӡ "
+sdxPrintedOn="ӡ "
+sdxPrinterIndexError="ӡΧ"
+sdxPrinting="ӡ"
+sdxPrintingReport="ڴӡ:%dҳ. ESCж'"
+sdxPrintingReportStatusText="ӡ - "Escȡ"
+sdxPrintOrder=" ӡ "
+sdxPrintPreview="ӡԤ"
+sdxPrintRangeEnd="(&E):"
+sdxPrintRanges="ӡΧ"
+sdxPrintRangeStart="ʼ(&S):"
+sdxPrintStyleCaptionAgenda="ʽ"
+sdxPrintStyleCaptionDaily="ÿʽ"
+sdxPrintStyleCaptionDetails="ϸʽ"
+sdxPrintStyleCaptionMemo="עʽ"
+sdxPrintStyleCaptionMonthly="ÿʽ"
+sdxPrintStyleCaptionTimeLine="ʱʽ"
+sdxPrintStyleCaptionTrifold="ʽ"
+sdxPrintStyleCaptionWeekly="ÿʽ"
+sdxPrintStyleCaptionYearly="ÿʽ"
+sdxPrintStyleDailyLayout1PPD="1 ҳ/"
+sdxPrintStyleDailyLayout2PPD="2 ҳ/"
+sdxPrintStyleDetailsStartNewPageEach="ʼһҳÿ:"
+sdxPrintStyleDontPrintWeekEnds="ӡĩ(&D)"
+sdxPrintStyleInclude=":"
+sdxPrintStyleIncludeNotesAreaBlank="ע(հ)(&B)"
+sdxPrintStyleIncludeNotesAreaLined="ע()(&L)"
+sdxPrintStyleIncludeTaskPad="(&P)"
+sdxPrintStyleLayout="(&L):"
+sdxPrintStyleMemoPrintOnlySelectedEvents="ӡѡ¼"
+sdxPrintStyleMemoStartEachItemOnNewPage="һҳϵÿĿ"
+sdxPrintStyleMonthlyLayout1PPM="1 ҳ/"
+sdxPrintStyleMonthlyLayout2PPM="2 ҳ/"
+sdxPrintStyleMonthlyPrintExactly1MPP="ӡÿҳһµ(&E)"
+sdxPrintStyleMonthPerPage="/ҳ(&M):"
+sdxPrintStyleNameDaily=""
+sdxPrintStyleNameDetails="ϸϢ"
+sdxPrintStyleNameMemo="ע"
+sdxPrintStyleNameMonthly=""
+sdxPrintStyleNameTrifold=""
+sdxPrintStyleNameWeekly=""
+sdxPrintStylePrimaryPageHeadersOnly="ҳ"
+sdxPrintStylePrimaryPageScalesOnly="ҳ"
+sdxPrintStylePrintFrom="ӡ(&F):"
+sdxPrintStylePrintTo="ӡ(&T):"
+sdxPrintStyleShowEventImages="ʾͼƬ"
+sdxPrintStyleShowResourceImages="ʾԴͼ"
+sdxPrintStyleTrifoldSectionLeft="IJ(&L):"
+sdxPrintStyleTrifoldSectionMiddle="мIJ(&M):"
+sdxPrintStyleTrifoldSectionModeDailyCalendar=""
+sdxPrintStyleTrifoldSectionModeMonthlyCalendar=""
+sdxPrintStyleTrifoldSectionModeNotesBlank="ע (հ)"
+sdxPrintStyleTrifoldSectionModeNotesLined="ע ()"
+sdxPrintStyleTrifoldSectionModeTaskPad=""
+sdxPrintStyleTrifoldSectionModeWeeklyCalendar=""
+sdxPrintStyleTrifoldSectionRight="Ҳಿ(&R):"
+sdxPrintStyleWeeklyArrange="(&A):"
+sdxPrintStyleWeeklyArrangeL2R=""
+sdxPrintStyleWeeklyArrangeT2B="ϵ"
+sdxPrintStyleWeeklyDaysLayout="첼(&D):"
+sdxPrintStyleWeeklyDaysLayoutOC="һ"
+sdxPrintStyleWeeklyDaysLayoutTC=""
+sdxPrintStyleWeeklyLayout1PPW="1 ҳ/"
+sdxPrintStyleWeeklyLayout2PPW="2 ҳ/"
+sdxPrintStyleWorkTimeOnly="ڹʱ(&W)"
+sdxPrintStyleYearly12MPP="12 /ҳ"
+sdxPrintStyleYearly1MPP="1 /ҳ"
+sdxPrintStyleYearly2MPP="2 /ҳ"
+sdxPrintStyleYearly3MPP="3 /ҳ"
+sdxPrintStyleYearly4MPP="4 /ҳ"
+sdxPrintStyleYearly6MPP="6 /ҳ"
+sdxPrintUsingGrayShading="ʹûɫӰӡ(&G)"
+sdxProcessExactSelection="ȷѡ(&X)"
+sdxProcessSelection="ѡ(&S)"
+sdxProperties="(&P)"
+sdxProtectSheetDialogAllowDeleteColumns="ɾ"
+sdxProtectSheetDialogAllowDeleteRows="ɾ"
+sdxProtectSheetDialogAllowEditContainers="༭"
+sdxProtectSheetDialogAllowEditHyperlinks="༭"
+sdxProtectSheetDialogAllowFormatCells="ʽ"
+sdxProtectSheetDialogAllowInsertColumns=""
+sdxProtectSheetDialogAllowInsertRows=""
+sdxProtectSheetDialogAllowResizeColumns="п"
+sdxProtectSheetDialogAllowResizeRows="и"
+sdxProtectSheetDialogAllowSelectLockedCells="ѡԪ"
+sdxProtectSheetDialogAllowSelectUnlockedCells="ѡδԪ"
+sdxProtectSheetDialogAllowSort=""
+sdxProtectSheetDialogButtonCancel="ȡ"
+sdxProtectSheetDialogButtonOK="ȷ"
+sdxProtectSheetDialogCaption="ҳ"
+sdxProtectSheetDialogPassword="(&P)δ"
+sdxProtectSheetDialogPermissions="˹û:"
+sdxProtectSheetDialogProtect="ԪĹ"
+sdxProtectWorkbookDialogButtonCancel="ȡ"
+sdxProtectWorkbookDialogButtonOK="ȷ"
+sdxProtectWorkbookDialogCaption="ṹ"
+sdxProtectWorkbookDialogPassword="(&P)(ѡ);"
+sdxProtectWorkbookDialogProtectionOptions=""
+sdxProtectWorkbookDialogProtectStructure="(&S)ṹ"
+sdxPSReportFiles="ļ"
+sdxPt="pt."
+sdxPurchaseMonth="·"
+sdxPurchaseQuarter=""
+sdxPureColorAqua="dzɫ"
+sdxPureColorBlack="ɫ"
+sdxPureColorBlue="ɫ"
+sdxPureColorCream="ɫ"
+sdxPureColorFuchsia="Ϻɫ"
+sdxPureColorGray="ɫ"
+sdxPureColorGreen="ɫ"
+sdxPureColorLime="dzɫ"
+sdxPureColorMaroon="ɫ"
+sdxPureColorMedGray="лɫ"
+sdxPureColorMoneyGreen="Ǯɫ"
+sdxPureColorNavy=""
+sdxPureColorOlive=""
+sdxPureColorPurple="ɫ"
+sdxPureColorRed="ɫ"
+sdxPureColorSilver="ɫ"
+sdxPureColorSkyBlue="ɫ"
+sdxPureColorTeal="ɫ"
+sdxPureColorWhite="ɫ"
+sdxPureColorYellow="ɫ"
+sdxQuantity=""
+sdxQuarter=""
+sdxQuarterAbbreviation1="Qtr"
+sdxQuarterAbbreviation2="Q"
+sdxQueryNewPasswordForm=""
+sdxQueryNewPasswordInvalidPasswordConfirmation="."
+sdxQueryNewPasswordPassword="(ѡ)(&E):"
+sdxQueryNewPasswordRepeatPassword="ٴ(&P):"
+sdxQueryPasswordForm=""
+sdxQueryPasswordPassword=":"
+sdxRangeControlRangeIsEmpty="ΧΪ"
+sdxRangeEditingPermissionsAddUsers="û"
+sdxRangeEditingPermissionsButtonApply="Ӧ"
+sdxRangeEditingPermissionsEnterUserNames="û,÷ֺŷָ:"
+sdxRangeEditingPermissionsForm="༭Ȩ"
+sdxRangeEditingPermissionsGroups=":"
+sdxRangeEditingPermissionsInvalidUserNames="Ϊʵǵ,˲бһЩû."
+sdxRangeEditingPermissionsMoreUsers="û..."
+sdxRangeEditingPermissionsUsers="û:"
+sdxRectangle=""
+sdxRecurrenceLabelCaption="ظ:"
+sdxRecurrenceNoneMessage="()"
+sdxRecurrencePatternLabelCaption="ѭģʽ:"
+sdxRefinements=""
+sdxRegular=""
+sdxRename="(&M)"
+sdxRenameDialogCaption=""
+sdxRenameDialogSheetName=":"
+sdxRepeatHeaderRowAtTop="ڶظ"
+sdxReplaceCellsDataConfirmation="Ѿ.Ҫ滻?"
+sdxReportCellClassNotRegistered="%sûע. \nȷӦıӵԪѾӵӦó"
+sdxReportDesignerCaption=""
+sdxReportDocumentIsCorrupted="(ļDZļ)"
+sdxReportExplorer=""
+sdxReportFileLoadError="ܶȡļ"%s".\\nļ,һûӦó.\\n\\nԭԭʼ."
+sdxReportFootnotesDlgCaption="ҳ"
+sdxReportGroupNullLookAndFeel=""
+sdxReportGroupOfficeLookAndFeel="칫"
+sdxReportGroupStandardLookAndFeel=""
+sdxReportGroupWebLookAndFeel="ҳ"
+sdxReportLinksTab="ʦ"
+sdxReportTitleDlgCaption=""
+sdxRequiredFileName="ļ."
+sdxResourceCountPerPage="Դ/ҳ(&R):"
+sdxReverseDiagonalStripeFillPattern="Խ"
+sdxReverseOnEvenPages="żҳ෴(&R)"
+sdxRibbonColorGalleryAutoColor="Զ"
+sdxRibbonColorGalleryGroupCustomColors="Զɫ"
+sdxRibbonColorGalleryGroupStandardColors="ɫ"
+sdxRibbonColorGalleryGroupThemeColors="ɫ"
+sdxRibbonColorGalleryMoreColors="ɫ(&M)..."
+sdxRibbonCustomizationFormAddErrorMsg="ҪӵԶ. \nҪһ,бѡһѡ,½."
+sdxRibbonCustomizationFormAllCommands=""
+sdxRibbonCustomizationFormAllTabs="ѡ"
+sdxRibbonCustomizationFormBeginGroup="<ָ>"
+sdxRibbonCustomizationFormCaptionAdd="(&A)"
+sdxRibbonCustomizationFormCaptionAddNewContext="µ(&C)"
+sdxRibbonCustomizationFormCaptionAddNewGroup="·(&G)"
+sdxRibbonCustomizationFormCaptionAddNewTab="ѡ(&T)"
+sdxRibbonCustomizationFormCaptionCancel="ȡ(&C)"
+sdxRibbonCustomizationFormCaptionCommandsSource="ѡ(&H):"
+sdxRibbonCustomizationFormCaptionMoveDown="(&D)"
+sdxRibbonCustomizationFormCaptionMoveUp="(&U)"
+sdxRibbonCustomizationFormCaptionNewElement="(&A)"
+sdxRibbonCustomizationFormCaptionOK="ȷ(&O)"
+sdxRibbonCustomizationFormCaptionQuickAccessToolbar="Զٷʹ(&Q):"
+sdxRibbonCustomizationFormCaptionQuickAccessToolbarShowBelowRibbon="ʾڹ·ٷʹ"
+sdxRibbonCustomizationFormCaptionQuickAccessToolbarTitle="Զٷʹ"
+sdxRibbonCustomizationFormCaptionRemove="ɾ(&R)"
+sdxRibbonCustomizationFormCaptionRename="(&M)..."
+sdxRibbonCustomizationFormCaptionReset="(&E)"
+sdxRibbonCustomizationFormCaptionResetAllCustomizations="Զ(&L)"
+sdxRibbonCustomizationFormCaptionResetOnlySelectedTab="ѡѡ(&S)"
+sdxRibbonCustomizationFormCaptionResetSelectedTab="ѡ(&B)"
+sdxRibbonCustomizationFormCaptionRibbonSource="Զ幦(&B):"
+sdxRibbonCustomizationFormCaptionRibbonTitle="Զ幦"
+sdxRibbonCustomizationFormCaptionShowTab="ʾѡ(&S)"
+sdxRibbonCustomizationFormCommandsNotInTheRibbon="ڹе"
+sdxRibbonCustomizationFormCustomElementSuffix=" (Զ)"
+sdxRibbonCustomizationFormCustomGroups="Զ"
+sdxRibbonCustomizationFormCustomTabsAndGroups="Զѡͷ"
+sdxRibbonCustomizationFormDelimiterContextTab=" | "
+sdxRibbonCustomizationFormDisplayName="ʾ"
+sdxRibbonCustomizationFormMainTabs="ѡ"
+sdxRibbonCustomizationFormNewContext="½"
+sdxRibbonCustomizationFormNewGroup="½"
+sdxRibbonCustomizationFormNewTab="½ѡ"
+sdxRibbonCustomizationFormRename=""
+sdxRibbonCustomizationFormTabSuffix=" ѡ"
+sdxRibbonCustomizationFormToolTabs="ѡ"
+sdxRibbonPrintPreviewClosePrintPreview="رմӡԤ"
+sdxRibbonPrintPreviewGroupFormat="ʽ"
+sdxRibbonPrintPreviewGroupInsertName=""
+sdxRibbonPrintPreviewGroupInsertPageNumber="ҳ"
+sdxRibbonPrintPreviewGroupNavigation=""
+sdxRibbonPrintPreviewGroupOutput=""
+sdxRibbonPrintPreviewGroupParts=""
+sdxRibbonPrintPreviewGroupReport=""
+sdxRibbonPrintPreviewGroupScaleToFit=""
+sdxRibbonPrintPreviewGroupZoom=""
+sdxRibbonPrintPreviewPagesSubItem="ҳ"
+sdxRichEditBookmarkDialogBookmarkName="ǩ(&B):"
+sdxRichEditBookmarkDialogButtonAdd="(&A)"
+sdxRichEditBookmarkDialogButtonCancel="ر"
+sdxRichEditBookmarkDialogButtonDelete="ɾ(&D)"
+sdxRichEditBookmarkDialogButtonGoTo="ת(&G)"
+sdxRichEditBookmarkDialogForm="ǩ"
+sdxRichEditBookmarkDialogSortBy=":"
+sdxRichEditBookmarkDialogSortByLocation="λ(&L)"
+sdxRichEditBookmarkDialogSortByName="(&N)"
+sdxRichEditBorderLineStyleNone=""
+sdxRichEditBorderShadingDialogAll="ȫ(&A)"
+sdxRichEditBorderShadingDialogApplyTo="Ӧõ(&L):"
+sdxRichEditBorderShadingDialogApplyToCell="Ԫ"
+sdxRichEditBorderShadingDialogApplyToTable=""
+sdxRichEditBorderShadingDialogBorderLineColor="ɫ(&C):"
+sdxRichEditBorderShadingDialogBorderLineStyle="ʽ(&Y):"
+sdxRichEditBorderShadingDialogBorderLineWeight="(&W):"
+sdxRichEditBorderShadingDialogBorders="߿(&B)"
+sdxRichEditBorderShadingDialogBox="(&X)"
+sdxRichEditBorderShadingDialogButtonOptions="ѡ(&O)..."
+sdxRichEditBorderShadingDialogCustom="Զ(&U)"
+sdxRichEditBorderShadingDialogForm="߿Ӱ"
+sdxRichEditBorderShadingDialogGrid="(&D)"
+sdxRichEditBorderShadingDialogNoColor="ûɫ"
+sdxRichEditBorderShadingDialogNone="(&N)"
+sdxRichEditBorderShadingDialogPreview="Ԥ"
+sdxRichEditBorderShadingDialogPreviewTxt="·ͼʾʹðťӦñ߿"
+sdxRichEditBorderShadingDialogShading="Ӱ(&S)"
+sdxRichEditBorderShadingDialogShadingFill=""
+sdxRichEditBulletedListDialogAlignedAt="(&A):"
+sdxRichEditBulletedListDialogBulletCharacter="Ŀַ(&U)"
+sdxRichEditBulletedListDialogBulletPosition="Ŀλ"
+sdxRichEditBulletedListDialogButtonCharacter="ַ(&C)..."
+sdxRichEditBulletedListDialogForm="ԶĿб"
+sdxRichEditBulletedListDialogIndentAt="(&I):"
+sdxRichEditBulletedListDialogTextPosition="ıλ"
+sdxRichEditCaption_EvenPageFooter="żҳҳ"
+sdxRichEditCaption_EvenPageHeader="żҳҳü"
+sdxRichEditCaption_FirstPageFooter="һҳҳ"
+sdxRichEditCaption_FirstPageHeader="һҳҳü"
+sdxRichEditCaption_OddPageFooter="ҳҳ"
+sdxRichEditCaption_OddPageHeader="ҳҳü"
+sdxRichEditCaption_PageFooter="ҳ(&F)"
+sdxRichEditCaption_PageHeader="ͷ"
+sdxRichEditCaption_SameAsPrevious="һͬ"
+sdxRichEditCaptionUnitCentimeters=""
+sdxRichEditCaptionUnitInches="Ӣ"
+sdxRichEditCaptionUnitMillimeters=""
+sdxRichEditCaptionUnitPercent="ٷֱ"
+sdxRichEditCaptionUnitPoints="pt"
+sdxRichEditColumnsSetupDialogApplyTo="Ӧõ(&A):"
+sdxRichEditColumnsSetupDialogColumnCount="(&N):"
+sdxRichEditColumnsSetupDialogColumnNumber=" #(&C):"
+sdxRichEditColumnsSetupDialogColumnsPresetLeft=""
+sdxRichEditColumnsSetupDialogColumnsPresetOne="һ(&O)"
+sdxRichEditColumnsSetupDialogColumnsPresetRight="(&R)"
+sdxRichEditColumnsSetupDialogColumnsPresetThree="(&T)"
+sdxRichEditColumnsSetupDialogColumnsPresetTwo="(&W)"
+sdxRichEditColumnsSetupDialogEqualColumnWidth="еȿ(&E)"
+sdxRichEditColumnsSetupDialogForm=""
+sdxRichEditColumnsSetupDialogLineBetween="м(&B)"
+sdxRichEditColumnsSetupDialogPresets="Ԥ"
+sdxRichEditColumnsSetupDialogSpacing="(&S)"
+sdxRichEditColumnsSetupDialogStartNewColumn="ʼ(&U)"
+sdxRichEditColumnsSetupDialogWidth="(&I)"
+sdxRichEditColumnsSetupDialogWidthSpacing="Ⱥͼ"
+sdxRichEditCommandAddParagraphsToTableOfContentsDescription="ǰΪݱеĿ."
+sdxRichEditCommandAddParagraphsToTableOfContentsMenuCaption="ı"
+sdxRichEditCommandAddSpacingAfterParagraphDescription=" "
+sdxRichEditCommandAddSpacingAfterParagraphMenuCaption="κӿո(&A)"
+sdxRichEditCommandAddSpacingBeforeParagraphDescription=" "
+sdxRichEditCommandAddSpacingBeforeParagraphMenuCaption="ǰӿո(&B)"
+sdxRichEditCommandAddWordToDictionaryDescription="ӵĿ¼"
+sdxRichEditCommandAddWordToDictionaryMenuCaption="ӵĿ¼"
+sdxRichEditCommandAutoCorrectPlaceholderDescription="Զ"
+sdxRichEditCommandAutoCorrectPlaceholderMenuCaption="Զ"
+sdxRichEditCommandBackSpaceKeyDescription="̨"
+sdxRichEditCommandBackSpaceKeyMenuCaption="̨"
+sdxRichEditCommandBookmarkDescription="ǩ..."
+sdxRichEditCommandBookmarkMenuCaption="ǩ..."
+sdxRichEditCommandBrowserPrintDescription="ӡĵӡ."
+sdxRichEditCommandBrowserPrintMenuCaption="ӡ"
+sdxRichEditCommandBrowserPrintPreviewDescription="ӡǰԤ."
+sdxRichEditCommandBrowserPrintPreviewMenuCaption="Ԥ"
+sdxRichEditCommandCapitalizeEachWordTextCaseDescription="ÿĸд."
+sdxRichEditCommandCapitalizeEachWordTextCaseMenuCaption="ÿĸд"
+sdxRichEditCommandCaptionPrefixEquation="ʽ"
+sdxRichEditCommandCaptionPrefixFigure=""
+sdxRichEditCommandCaptionPrefixTable=""
+sdxRichEditCommandChangeCharacterStyleDescription="ַʽ"
+sdxRichEditCommandChangeCharacterStyleMenuCaption="ַʽ"
+sdxRichEditCommandChangeColumnCountDescription=""
+sdxRichEditCommandChangeColumnCountMenuCaption=""
+sdxRichEditCommandChangeColumnSizeDescription="ı"
+sdxRichEditCommandChangeColumnSizeMenuCaption="дС"
+sdxRichEditCommandChangeCurrentBorderRepositoryItemColorDescription="ıʵɫ."
+sdxRichEditCommandChangeCurrentBorderRepositoryItemColorMenuCaption="ɫ"
+sdxRichEditCommandChangeCurrentBorderRepositoryItemLineStyleDescription="ı߿ʽ."
+sdxRichEditCommandChangeCurrentBorderRepositoryItemLineStyleMenuCaption="ʽ"
+sdxRichEditCommandChangeCurrentBorderRepositoryItemLineThicknessDescription="߿."
+sdxRichEditCommandChangeCurrentBorderRepositoryItemLineThicknessMenuCaption=""
+sdxRichEditCommandChangeFloatingObjectAlignmentDescription="ҳ϶λѡĶ.ԶΪƶ."
+sdxRichEditCommandChangeFloatingObjectAlignmentMenuCaption="λ"
+sdxRichEditCommandChangeFloatingObjectFillColorDescription="ôɫѡ״."
+sdxRichEditCommandChangeFloatingObjectFillColorMenuCaption="״"
+sdxRichEditCommandChangeFloatingObjectOutlineColorDescription="ָѡ״ɫ."
+sdxRichEditCommandChangeFloatingObjectOutlineColorMenuCaption="״"
+sdxRichEditCommandChangeFloatingObjectOutlineWidthDescription="ָѡ״Ŀ."
+sdxRichEditCommandChangeFloatingObjectOutlineWidthMenuCaption="״"
+sdxRichEditCommandChangeFloatingObjectTextWrapTypeDescription="ѡΧֻƷʽ.Ҫö,ԱΧһƶ,ѡ \"ı\"."
+sdxRichEditCommandChangeFloatingObjectTextWrapTypeMenuCaption="Զ"
+sdxRichEditCommandChangeFontColorDescription="ıɫ."
+sdxRichEditCommandChangeFontColorMenuCaption="ɫ"
+sdxRichEditCommandChangeFontNameDescription="ı."
+sdxRichEditCommandChangeFontNameMenuCaption=""
+sdxRichEditCommandChangeFontSizeDescription="ıС."
+sdxRichEditCommandChangeFontSizeMenuCaption="С"
+sdxRichEditCommandChangeIndentDescription=""
+sdxRichEditCommandChangeIndentMenuCaption=""
+sdxRichEditCommandChangeLanguageDescription="ƴдѡֵ."
+sdxRichEditCommandChangeLanguageMenuCaption=""
+sdxRichEditCommandChangeMistakenWordDescription="(ûƴд)"
+sdxRichEditCommandChangeMistakenWordMenuCaption="(ûƴд)"
+sdxRichEditCommandChangeNoProofDescription="û֤"
+sdxRichEditCommandChangeNoProofMenuCaption="δ"
+sdxRichEditCommandChangePageColorDescription="ѡҳıɫ."
+sdxRichEditCommandChangePageColorMenuCaption="ҳɫ"
+sdxRichEditCommandChangeParagraphBackColorDescription="ѡı."
+sdxRichEditCommandChangeParagraphBackColorMenuCaption="Ӱ"
+sdxRichEditCommandChangeParagraphFirstLineIndentDescription="һ"
+sdxRichEditCommandChangeParagraphFirstLineIndentMenuCaption="һ"
+sdxRichEditCommandChangeParagraphLeftIndentDescription="Ķ"
+sdxRichEditCommandChangeParagraphLeftIndentMenuCaption="Ķ"
+sdxRichEditCommandChangeParagraphLineSpacingDescription="ı֮ļ.\\n\\nԶӶ֮ǰ֮Ŀռ."
+sdxRichEditCommandChangeParagraphLineSpacingMenuCaption="м"
+sdxRichEditCommandChangeParagraphRightIndentDescription="Ķ"
+sdxRichEditCommandChangeParagraphRightIndentMenuCaption="Ķ"
+sdxRichEditCommandChangeParagraphStyleDescription="任ʽ"
+sdxRichEditCommandChangeParagraphStyleMenuCaption="任ʽ"
+sdxRichEditCommandChangeSectionLineNumberingDescription="к."
+sdxRichEditCommandChangeSectionLineNumberingMenuCaption="к"
+sdxRichEditCommandChangeSectionPageMarginsDescription="ѡĵǰڵı߾С."
+sdxRichEditCommandChangeSectionPageMarginsMenuCaption="߾"
+sdxRichEditCommandChangeSectionPageOrientationDescription="лҳͺʽ."
+sdxRichEditCommandChangeSectionPageOrientationMenuCaption=""
+sdxRichEditCommandChangeSectionPagePaperKindDescription="ѡǰڵֽŴС."
+sdxRichEditCommandChangeSectionPagePaperKindMenuCaption="ߴ"
+sdxRichEditCommandChangeStyleDescription="ʽӦúıʹôʽ."
+sdxRichEditCommandChangeStyleMenuCaption="ʽ"
+sdxRichEditCommandChangeTableBordersDescription="ԶѡԪı߿."
+sdxRichEditCommandChangeTableBordersMenuCaption="߿"
+sdxRichEditCommandChangeTableCellAlignmentPlaceholderDescription="ԶѡĵԪĶ뷽ʽ."
+sdxRichEditCommandChangeTableCellAlignmentPlaceholderMenuCaption=""
+sdxRichEditCommandChangeTableCellsContentAlignmentDescription="Ԫ뷽ʽ"
+sdxRichEditCommandChangeTableCellsContentAlignmentMenuCaption="Ԫ뷽ʽ"
+sdxRichEditCommandChangeTableCellShadingDescription="ѡԪıɫ."
+sdxRichEditCommandChangeTableCellShadingMenuCaption="Ӱ"
+sdxRichEditCommandChangeTextCaseDescription="ѡıΪȫд,Сдĸ,ͨôд."
+sdxRichEditCommandChangeTextCaseMenuCaption="ĴСд"
+sdxRichEditCommandCheckSpellingDescription="ĵеıƴд."
+sdxRichEditCommandCheckSpellingMenuCaption="ƴд"
+sdxRichEditCommandCheckSyntaxDescription=""
+sdxRichEditCommandCheckSyntaxMenuCaption=""
+sdxRichEditCommandClearFormattingDescription="ѡݸʽ,ֻ´ı."
+sdxRichEditCommandClearFormattingMenuCaption="ʽ"
+sdxRichEditCommandClearUndoDescription=""
+sdxRichEditCommandClearUndoMenuCaption=""
+sdxRichEditCommandClosePageHeaderFooterDescription="رҳüҳŹ.\\n\\nҲ˫Ҫصĵ༭."
+sdxRichEditCommandClosePageHeaderFooterMenuCaption="رҳüҳ"
+sdxRichEditCommandCollapseOrExpandFormulaBarDescription="۵չʽ(Ctrl+Shift+U)"
+sdxRichEditCommandCollapseOrExpandFormulaBarMenuCaption="۵չʽ"
+sdxRichEditCommandCommentDescription="ѡͻʾĵеע."
+sdxRichEditCommandCommentMenuCaption="鿴ע"
+sdxRichEditCommandCopySelectionDescription="ѡݲڼ."
+sdxRichEditCommandCopySelectionMenuCaption="(&C)"
+sdxRichEditCommandCreateBookmarkDescription="ǩ"
+sdxRichEditCommandCreateBookmarkMenuCaption="ǩ"
+sdxRichEditCommandCreateCommentDescription="ע"
+sdxRichEditCommandCreateCommentMenuCaption="ע"
+sdxRichEditCommandCreateFieldDescription=""
+sdxRichEditCommandCreateFieldMenuCaption=""
+sdxRichEditCommandCreateHyperlinkDescription=""
+sdxRichEditCommandCreateHyperlinkMenuCaption=""
+sdxRichEditCommandCutSelectionDescription="ѡݴĵڼ."
+sdxRichEditCommandCutSelectionMenuCaption="(&T)"
+sdxRichEditCommandDecreaseFontSizeDescription="СС."
+sdxRichEditCommandDecreaseFontSizeMenuCaption="С"
+sdxRichEditCommandDecrementFontSizeDescription="СС"
+sdxRichEditCommandDecrementFontSizeMenuCaption="СС"
+sdxRichEditCommandDecrementIndentDescription="ٶ."
+sdxRichEditCommandDecrementIndentMenuCaption=""
+sdxRichEditCommandDecrementNumerationFromParagraphDescription="Ӷ俪ʼݼ"
+sdxRichEditCommandDecrementNumerationFromParagraphMenuCaption="Ӷ俪ʼݼ"
+sdxRichEditCommandDecrementParagraphLeftIndentDescription="ݼ˵"
+sdxRichEditCommandDecrementParagraphLeftIndentMenuCaption="ٶ"
+sdxRichEditCommandDecrementParagraphOutlineLevelDescription="ʹټ"
+sdxRichEditCommandDecrementParagraphOutlineLevelMenuCaption="ʹټ"
+sdxRichEditCommandDeleteBackCoreDescription="ɾغ"
+sdxRichEditCommandDeleteBackCoreMenuCaption="ɾغ"
+sdxRichEditCommandDeleteBackDescription="ɾ"
+sdxRichEditCommandDeleteBackMenuCaption="ɾ"
+sdxRichEditCommandDeleteBookmarkDescription="ɾǩ"
+sdxRichEditCommandDeleteBookmarkMenuCaption="ɾǩ"
+sdxRichEditCommandDeleteCommentDescription="ɾע"
+sdxRichEditCommandDeleteCommentMenuCaption="ɾע"
+sdxRichEditCommandDeleteCoreDescription="ɾ"
+sdxRichEditCommandDeleteCoreMenuCaption="ɾ"
+sdxRichEditCommandDeleteDescription="ɾ"
+sdxRichEditCommandDeleteMenuCaption="ɾ"
+sdxRichEditCommandDeleteNumerationFromParagraphDescription="ɾе"
+sdxRichEditCommandDeleteNumerationFromParagraphMenuCaption="ɾе"
+sdxRichEditCommandDeleteRepeatedWordDescription="ɾظĵ"
+sdxRichEditCommandDeleteRepeatedWordMenuCaption="ɾظĵ"
+sdxRichEditCommandDeleteTableCellsDescription="ɾСлԪ."
+sdxRichEditCommandDeleteTableCellsMenuCaption="ɾԪ..."
+sdxRichEditCommandDeleteTableCellsMenuItem="ɾԪ..."
+sdxRichEditCommandDeleteTableColumnsDescription="ɾ"
+sdxRichEditCommandDeleteTableColumnsMenuCaption="ɾ"
+sdxRichEditCommandDeleteTableDescription="ɾ."
+sdxRichEditCommandDeleteTableElementsDescription="ɾССԪ."
+sdxRichEditCommandDeleteTableElementsMenuCaption="ɾ"
+sdxRichEditCommandDeleteTableMenuCaption="ɾ"
+sdxRichEditCommandDeleteTableRowsDescription="ɾ"
+sdxRichEditCommandDeleteTableRowsMenuCaption="ɾ"
+sdxRichEditCommandDeleteTableStyleMenuCaption="ɾʽ..."
+sdxRichEditCommandDeleteWordBackCoreDescription="ɾд"
+sdxRichEditCommandDeleteWordBackCoreMenuCaption="ɾд"
+sdxRichEditCommandDeleteWordBackDescription="ɾд"
+sdxRichEditCommandDeleteWordBackMenuCaption="ɾд"
+sdxRichEditCommandDeleteWordCoreDescription="ɾֻɾֺ"
+sdxRichEditCommandDeleteWordCoreMenuCaption="ɾо"
+sdxRichEditCommandDeleteWordDescription="ɾ"
+sdxRichEditCommandDeleteWordMenuCaption="ɾ"
+sdxRichEditCommandDeselectAllDescription="ĵѡ."
+sdxRichEditCommandDeselectAllMenuCaption="ȡȫѡ"
+sdxRichEditCommandDraftViewDescription="ݸͼ"
+sdxRichEditCommandDraftViewMenuCaption="ݸͼ"
+sdxRichEditCommandEditHyperlinkDescription="༭..."
+sdxRichEditCommandEditHyperlinkMenuCaption="༭..."
+sdxRichEditCommandEditPageFooterDescription="༭ĵҳ.\\n\\nҳеݽÿһҳĵײ."
+sdxRichEditCommandEditPageFooterMenuCaption="ҳ"
+sdxRichEditCommandEditPageHeaderDescription="༭ĵҳü.\\n\\nҳüеݽÿһҳĶ."
+sdxRichEditCommandEditPageHeaderMenuCaption="ͷ"
+sdxRichEditCommandEditTOCMenuCaption="༭..."
+sdxRichEditCommandEncryptDocumentDescription="ĵ뱣."
+sdxRichEditCommandEncryptDocumentMenuCaption=""
+sdxRichEditCommandEnsureCaretVisibleHorizontallyDescription="ȷˮƽɼ"
+sdxRichEditCommandEnsureCaretVisibleHorizontallyMenuCaption="ȷˮƽɼ"
+sdxRichEditCommandEnsureCaretVisibleVerticallyDescription="ȷֱɼ"
+sdxRichEditCommandEnsureCaretVisibleVerticallyMenuCaption="ȷֱɼ"
+sdxRichEditCommandEnterKeyDescription="Կ"
+sdxRichEditCommandEnterKeyMenuCaption="Կ"
+sdxRichEditCommandFindAndSelectBackwardDescription="Һѡ"
+sdxRichEditCommandFindAndSelectBackwardMenuCaption="Һѡ"
+sdxRichEditCommandFindAndSelectForwardDescription="Ҳѡǰ"
+sdxRichEditCommandFindAndSelectForwardMenuCaption="Ҳѡǰ"
+sdxRichEditCommandFindDescription="ĵвı."
+sdxRichEditCommandFindMenuCaption=""
+sdxRichEditCommandFindNextDescription="ظϴ."
+sdxRichEditCommandFindNextMenuCaption="һ"
+sdxRichEditCommandFindPrevDescription="ظϴ."
+sdxRichEditCommandFindPrevMenuCaption="һ"
+sdxRichEditCommandFirstDataRecordDescription="һ¼"
+sdxRichEditCommandFirstDataRecordMenuCaption="һ¼"
+sdxRichEditCommandFitHeightDescription="ĵű༭ߴʹҳ߶."
+sdxRichEditCommandFitHeightMenuCaption="Ӧ߶"
+sdxRichEditCommandFitToPageDescription="ĵű,Ӧҳ༭ߴ."
+sdxRichEditCommandFitToPageMenuCaption="ʺҳ"
+sdxRichEditCommandFitWidthDescription="ĵű,ӦҳȶԱ༭ıߴ."
+sdxRichEditCommandFitWidthMenuCaption="Ӧ"
+sdxRichEditCommandFloatingObjectBringForwardDescription="úѡĶ,֮ǰĶ."
+sdxRichEditCommandFloatingObjectBringForwardMenuCaption="ú"
+sdxRichEditCommandFloatingObjectBringForwardPlaceholderDescription="ǰѡĶ,֮Ķ."
+sdxRichEditCommandFloatingObjectBringForwardPlaceholderMenuCaption="ǰ"
+sdxRichEditCommandFloatingObjectBringInFrontOfTextDescription=" "
+sdxRichEditCommandFloatingObjectBringInFrontOfTextMenuCaption="Ϸ"
+sdxRichEditCommandFloatingObjectBringToFrontDescription="Ϸ."
+sdxRichEditCommandFloatingObjectBringToFrontMenuCaption="ǰ"
+sdxRichEditCommandFloatingObjectSendBackwardDescription="ѡĶ,ǰĶ."
+sdxRichEditCommandFloatingObjectSendBackwardMenuCaption="һ"
+sdxRichEditCommandFloatingObjectSendBackwardPlaceholderDescription="ѡĶ,ǰĶ."
+sdxRichEditCommandFloatingObjectSendBackwardPlaceholderMenuCaption="ú"
+sdxRichEditCommandFloatingObjectSendBehindTextDescription=" "
+sdxRichEditCommandFloatingObjectSendBehindTextMenuCaption="·"
+sdxRichEditCommandFloatingObjectSendToBackDescription="·."
+sdxRichEditCommandFloatingObjectSendToBackMenuCaption="ú"
+sdxRichEditCommandFontSubscriptDescription="ı·dzС."
+sdxRichEditCommandFontSubscriptMenuCaption="±"
+sdxRichEditCommandFontSuperscriptDescription="ıϷdzС."
+sdxRichEditCommandFontSuperscriptMenuCaption="ϱ"
+sdxRichEditCommandGoToNextHeaderFooterDescription="һڵҳüҳ."
+sdxRichEditCommandGoToNextHeaderFooterMenuCaption="ʾһ"
+sdxRichEditCommandGoToPageDescription="תҳ"
+sdxRichEditCommandGoToPageFooterDescription="ҳҳ,ԱԱ༭."
+sdxRichEditCommandGoToPageFooterMenuCaption="תҳ"
+sdxRichEditCommandGoToPageHeaderDescription="ҳϵı,ԱԱ༭."
+sdxRichEditCommandGoToPageHeaderMenuCaption="ת"
+sdxRichEditCommandGoToPageMenuCaption="תҳ"
+sdxRichEditCommandGoToPreviousHeaderFooterDescription="ǰһҳüҳ."
+sdxRichEditCommandGoToPreviousHeaderFooterMenuCaption="ʾһ"
+sdxRichEditCommandHighlightTextDescription="ʹıӫ˱."
+sdxRichEditCommandHighlightTextMenuCaption="ָɫ"
+sdxRichEditCommandHyperlinkDescription="..."
+sdxRichEditCommandHyperlinkMenuCaption="..."
+sdxRichEditCommandIgnoreAllMistakenWordsDescription="ȫ"
+sdxRichEditCommandIgnoreAllMistakenWordsMenuCaption="ȫ"
+sdxRichEditCommandIgnoreMistakenWordDescription=""
+sdxRichEditCommandIgnoreMistakenWordMenuCaption=""
+sdxRichEditCommandIncreaseFontSizeDescription="С."
+sdxRichEditCommandIncreaseFontSizeMenuCaption=""
+sdxRichEditCommandIncrementFontSizeDescription="С"
+sdxRichEditCommandIncrementFontSizeMenuCaption="С"
+sdxRichEditCommandIncrementIndentDescription="Ӷ."
+sdxRichEditCommandIncrementIndentMenuCaption=""
+sdxRichEditCommandIncrementNumerationFromParagraphDescription="еĵ"
+sdxRichEditCommandIncrementNumerationFromParagraphMenuCaption="еĵ"
+sdxRichEditCommandIncrementParagraphLeftIndentDescription=""
+sdxRichEditCommandIncrementParagraphLeftIndentMenuCaption=""
+sdxRichEditCommandIncrementParagraphOutlineLevelDescription="ߴټ"
+sdxRichEditCommandIncrementParagraphOutlineLevelMenuCaption="ߴټ"
+sdxRichEditCommandInsertBreakDescription="ĵҳڻ."
+sdxRichEditCommandInsertBreakMenuCaption=""
+sdxRichEditCommandInsertBulletListDescription="ʼĿб."
+sdxRichEditCommandInsertBulletListMenuCaption="Ŀ"
+sdxRichEditCommandInsertCaptionPlaceholderDescription="ΪͼƬͼע.\\nע·ı."
+sdxRichEditCommandInsertCaptionPlaceholderMenuCaption=""
+sdxRichEditCommandInsertClosingDoubleQuotationMarkDescription="˫"
+sdxRichEditCommandInsertClosingDoubleQuotationMarkMenuCaption="˫"
+sdxRichEditCommandInsertClosingSingleQuotationMarkDescription="뵥"
+sdxRichEditCommandInsertClosingSingleQuotationMarkMenuCaption="뵥"
+sdxRichEditCommandInsertColumnBreakDescription="ʾıһпʼ."
+sdxRichEditCommandInsertColumnBreakMenuCaption=""
+sdxRichEditCommandInsertCopyrightSymbolDescription="Ȩ"
+sdxRichEditCommandInsertCopyrightSymbolMenuCaption="Ȩ"
+sdxRichEditCommandInsertEllipsisDescription="ʡԺ"
+sdxRichEditCommandInsertEllipsisMenuCaption="ʡԺ"
+sdxRichEditCommandInsertEmDashDescription="̻"
+sdxRichEditCommandInsertEmDashMenuCaption="̻"
+sdxRichEditCommandInsertEnDashDescription="Ӻ"
+sdxRichEditCommandInsertEnDashMenuCaption="Ӻ"
+sdxRichEditCommandInsertEquationCaptionDescription="һȵı."
+sdxRichEditCommandInsertEquationCaptionMenuCaption="ȵı"
+sdxRichEditCommandInsertFieldDescription="ֶ"
+sdxRichEditCommandInsertFieldMenuCaption="ֶ"
+sdxRichEditCommandInsertFigureCaptionDescription="һͼ."
+sdxRichEditCommandInsertFigureCaptionMenuCaption="ͼ"
+sdxRichEditCommandInsertFloatingObjectPictureDescription="ļͼƬ."
+sdxRichEditCommandInsertFloatingObjectPictureMenuCaption="ͼƬ"
+sdxRichEditCommandInsertHyperlinkDescription="ʽ"
+sdxRichEditCommandInsertHyperlinkMenuCaption="볬"
+sdxRichEditCommandInsertLineBreakDescription="뻻з"
+sdxRichEditCommandInsertLineBreakMenuCaption="뻻з"
+sdxRichEditCommandInsertMergeFieldDescription="ϲ."
+sdxRichEditCommandInsertMergeFieldMenuCaption="ϲ"
+sdxRichEditCommandInsertMultilevelListDescription="༶б."
+sdxRichEditCommandInsertMultilevelListMenuCaption="༶б"
+sdxRichEditCommandInsertNonBreakingSpaceDescription="ǶϿռ"
+sdxRichEditCommandInsertNonBreakingSpaceMenuCaption="ǶϿռ"
+sdxRichEditCommandInsertOpeningDoubleQuotationMarkDescription="˫"
+sdxRichEditCommandInsertOpeningDoubleQuotationMarkMenuCaption="˫"
+sdxRichEditCommandInsertOpeningSingleQuotationMarkDescription=""
+sdxRichEditCommandInsertOpeningSingleQuotationMarkMenuCaption=""
+sdxRichEditCommandInsertPageBreak2Description="ӵǰλÿʼһҳ."
+sdxRichEditCommandInsertPageBreak2MenuCaption="ҳ"
+sdxRichEditCommandInsertPageBreakDescription="ӵǰλÿʼһҳ."
+sdxRichEditCommandInsertPageBreakMenuCaption="ҳ"
+sdxRichEditCommandInsertPageCountFieldDescription="ĵҳ."
+sdxRichEditCommandInsertPageCountFieldMenuCaption="ҳ"
+sdxRichEditCommandInsertPageNumberFieldDescription="ĵвҳ."
+sdxRichEditCommandInsertPageNumberFieldMenuCaption="ҳ"
+sdxRichEditCommandInsertParagraphDescription=""
+sdxRichEditCommandInsertParagraphMenuCaption=""
+sdxRichEditCommandInsertPictureDescription="ļвǶͼƬ."
+sdxRichEditCommandInsertPictureMenuCaption="ǶͼƬ"
+sdxRichEditCommandInsertRegisteredTrademarkSymbolDescription="ע̱"
+sdxRichEditCommandInsertRegisteredTrademarkSymbolMenuCaption="ע̱"
+sdxRichEditCommandInsertSectionBreakContinuousDescription="һֽڷͬһҳϿʼ½."
+sdxRichEditCommandInsertSectionBreakContinuousMenuCaption=" ()"
+sdxRichEditCommandInsertSectionBreakEvenPageDescription="һֽڷһżҳϿʼ½."
+sdxRichEditCommandInsertSectionBreakEvenPageMenuCaption=" (żҳ)"
+sdxRichEditCommandInsertSectionBreakNextPageDescription="һֽڷһҳϿʼ½."
+sdxRichEditCommandInsertSectionBreakNextPageMenuCaption=" (һҳ)"
+sdxRichEditCommandInsertSectionBreakOddPageDescription="һֽڷһҳϿʼ½."
+sdxRichEditCommandInsertSectionBreakOddPageMenuCaption=" (ҳ)"
+sdxRichEditCommandInsertSimpleListDescription="ʼŵб."
+sdxRichEditCommandInsertSimpleListMenuCaption=""
+sdxRichEditCommandInsertSymbolDescription="ü̲,Ȩš ̱š Ǻ Unicode ַķ."
+sdxRichEditCommandInsertSymbolMenuCaption=""
+sdxRichEditCommandInsertTabDescription="Ʊ"
+sdxRichEditCommandInsertTableCaptionDescription="ӱ."
+sdxRichEditCommandInsertTableCaptionMenuCaption=""
+sdxRichEditCommandInsertTableCellsDescription="뵥Ԫ"
+sdxRichEditCommandInsertTableCellsMenuCaption="뵥Ԫ"
+sdxRichEditCommandInsertTableColumnToTheLeftDescription="ֱѡеһ."
+sdxRichEditCommandInsertTableColumnToTheLeftMenuCaption="߲"
+sdxRichEditCommandInsertTableColumnToTheRightDescription="ֱѡеҲһ."
+sdxRichEditCommandInsertTableColumnToTheRightMenuCaption="ұ߲"
+sdxRichEditCommandInsertTableDescription="ĵвһ."
+sdxRichEditCommandInsertTableElementMenuCaption=""
+sdxRichEditCommandInsertTableMenuCaption=""
+sdxRichEditCommandInsertTableOfContentsDescription="ĵӱ.\\nһݱ,ıťĿ."
+sdxRichEditCommandInsertTableOfContentsMenuCaption=""
+sdxRichEditCommandInsertTableOfEquationsDescription="һ̱ĵ.\\ṉĵейʽб."
+sdxRichEditCommandInsertTableOfEquationsMenuCaption="ͬı"
+sdxRichEditCommandInsertTableOfFiguresDescription="ĵвһֱ.\\nֱĵеб."
+sdxRichEditCommandInsertTableOfFiguresMenuCaption="ͼĿ¼"
+sdxRichEditCommandInsertTableOfFiguresPlaceholderDescription="ĵвһֱ.\\nֱĵе ̵б."
+sdxRichEditCommandInsertTableOfFiguresPlaceholderMenuCaption="ͼĿ¼"
+sdxRichEditCommandInsertTableOfTablesDescription="ĵвб.\\nбĵебб."
+sdxRichEditCommandInsertTableOfTablesMenuCaption="б"
+sdxRichEditCommandInsertTableRowAboveDescription="ѡеϷ."
+sdxRichEditCommandInsertTableRowAboveMenuCaption="Ϸ"
+sdxRichEditCommandInsertTableRowBelowDescription="ѡе·."
+sdxRichEditCommandInsertTableRowBelowMenuCaption="·"
+sdxRichEditCommandInsertTablesCaptionDescription="ӱ."
+sdxRichEditCommandInsertTablesCaptionMenuCaption=""
+sdxRichEditCommandInsertTabMenuCaption="Ʊ"
+sdxRichEditCommandInsertTabToParagraphDescription="ڶ˵вƱ"
+sdxRichEditCommandInsertTabToParagraphMenuCaption="ƱΪ"
+sdxRichEditCommandInsertTextBoxDescription="һıĵ."
+sdxRichEditCommandInsertTextBoxMenuCaption="ı"
+sdxRichEditCommandInsertTextDescription="ı"
+sdxRichEditCommandInsertTextMenuCaption="ı"
+sdxRichEditCommandInsertTrademarkSymbolDescription="̱"
+sdxRichEditCommandInsertTrademarkSymbolMenuCaption="̱"
+sdxRichEditCommandLanguageDescription="ƴдѡֵ."
+sdxRichEditCommandLanguageMenuCaption=""
+sdxRichEditCommandLastDataRecordDescription="һ¼"
+sdxRichEditCommandLastDataRecordMenuCaption="һ¼"
+sdxRichEditCommandLoadDocumentDescription="һĵ."
+sdxRichEditCommandLoadDocumentMenuCaption=""
+sdxRichEditCommandMailMergeSaveDocumentAsCommandDescription="ʼϲ"
+sdxRichEditCommandMailMergeSaveDocumentAsCommandMenuCaption="ʼϲ"
+sdxRichEditCommandMakeTextLowerCaseDescription="ѡıΪСд."
+sdxRichEditCommandMakeTextLowerCaseMenuCaption="Сд"
+sdxRichEditCommandMakeTextUpperCaseDescription="ѡıΪȫд."
+sdxRichEditCommandMakeTextUpperCaseMenuCaption="д"
+sdxRichEditCommandMergeTableCellsDescription="ѡԪϲΪһԪ."
+sdxRichEditCommandMergeTableCellsMenuCaption="ϲԪ"
+sdxRichEditCommandModifyHyperlinkDescription="ij"
+sdxRichEditCommandModifyHyperlinkMenuCaption="ij"
+sdxRichEditCommandModifyTableStyleMenuCaption="ıʽ..."
+sdxRichEditCommandMoveBackwardDescription="ƶ"
+sdxRichEditCommandMoveBackwardMenuCaption="ƶ"
+sdxRichEditCommandMoveForwardDescription="ǰƶ"
+sdxRichEditCommandMoveForwardMenuCaption="ǰƶ"
+sdxRichEditCommandMoveLineDownDescription=""
+sdxRichEditCommandMoveLineDownMenuCaption=""
+sdxRichEditCommandMoveLineUpDescription=""
+sdxRichEditCommandMoveLineUpMenuCaption=""
+sdxRichEditCommandMoveNextPageDescription="ƶһҳ"
+sdxRichEditCommandMoveNextPageMenuCaption="ƶһҳ"
+sdxRichEditCommandMoveNextParagraphDescription="ƶһ"
+sdxRichEditCommandMoveNextParagraphMenuCaption="ƶһ"
+sdxRichEditCommandMoveNextWordDescription="ƶһ"
+sdxRichEditCommandMoveNextWordMenuCaption="ƶһ"
+sdxRichEditCommandMovePreviousPageDescription="ƶǰһҳ"
+sdxRichEditCommandMovePreviousPageMenuCaption="ƶǰһҳ"
+sdxRichEditCommandMovePreviousParagraphDescription="ƶǰһ"
+sdxRichEditCommandMovePreviousParagraphMenuCaption="ƶǰһ"
+sdxRichEditCommandMovePreviousWordDescription="ƶ֮ǰĵ"
+sdxRichEditCommandMovePreviousWordMenuCaption="ƶ֮ǰĵ"
+sdxRichEditCommandMoveScreenDownDescription="Ļƶ"
+sdxRichEditCommandMoveScreenDownMenuCaption="Ļƶ"
+sdxRichEditCommandMoveScreenUpDescription="Ļƶ"
+sdxRichEditCommandMoveScreenUpMenuCaption="Ļƶ"
+sdxRichEditCommandMoveToBeginOfDocumentDescription="ƶĵĿʼ"
+sdxRichEditCommandMoveToBeginOfDocumentMenuCaption="ƶĵĿʼ"
+sdxRichEditCommandMoveToEndOfDocumentDescription="ƶĵβ"
+sdxRichEditCommandMoveToEndOfDocumentMenuCaption="ƶĵβ"
+sdxRichEditCommandMoveToEndOfLineDescription="ƶյ"
+sdxRichEditCommandMoveToEndOfLineMenuCaption="ƶյ"
+sdxRichEditCommandMoveToStartOfLineDescription="ƶ߿ʼ"
+sdxRichEditCommandMoveToStartOfLineMenuCaption="ƶ߿ʼ"
+sdxRichEditCommandNewEmptyDocumentDescription="һµĵ."
+sdxRichEditCommandNewEmptyDocumentMenuCaption="½"
+sdxRichEditCommandNewTableStyleMenuCaption="½ʽ..."
+sdxRichEditCommandNextDataRecordDescription="һ¼"
+sdxRichEditCommandNextDataRecordMenuCaption="һ¼"
+sdxRichEditCommandOpenHyperlinkAtCaretPositionDescription="AtCaretλ"
+sdxRichEditCommandOpenHyperlinkAtCaretPositionMenuCaption="AtCaretλ"
+sdxRichEditCommandOpenHyperlinkDescription=""
+sdxRichEditCommandOpenHyperlinkMenuCaption=""
+sdxRichEditCommandOvertypeTextDescription="ı"
+sdxRichEditCommandOvertypeTextMenuCaption="ı"
+sdxRichEditCommandPageMarginsGalleryBottomPartCaption="ײ"
+sdxRichEditCommandPageMarginsGalleryCaption="߾"
+sdxRichEditCommandPageMarginsGalleryLeftPartCaption=""
+sdxRichEditCommandPageMarginsGalleryModerateMarginsCaption=""
+sdxRichEditCommandPageMarginsGalleryNarrowMarginsCaption="խ"
+sdxRichEditCommandPageMarginsGalleryNormalMarginsCaption=""
+sdxRichEditCommandPageMarginsGalleryRightPartCaption="ұ"
+sdxRichEditCommandPageMarginsGalleryTopPartCaption=""
+sdxRichEditCommandPageMarginsGalleryWideMarginsCaption="ſ"
+sdxRichEditCommandPaperSizeGalleryCaption="С"
+sdxRichEditCommandPaperSizeGalleryUnitsInchesCaption="Ӣ"
+sdxRichEditCommandPaperSizeGalleryUnitsMillimetersCaption=""
+sdxRichEditCommandParagraphAlignmentCenterDescription="ı."
+sdxRichEditCommandParagraphAlignmentCenterMenuCaption="(&C)"
+sdxRichEditCommandParagraphAlignmentJustifyDescription="ıҳ߾,ӶĿռ,ΪҪĵ֮.\\n\\n⽫һɾ,Ҳҳ."
+sdxRichEditCommandParagraphAlignmentJustifyMenuCaption="˶(&J)"
+sdxRichEditCommandParagraphAlignmentLeftDescription="ı."
+sdxRichEditCommandParagraphAlignmentLeftMenuCaption="ı(&L)"
+sdxRichEditCommandParagraphAlignmentRightDescription="ıҶ."
+sdxRichEditCommandParagraphAlignmentRightMenuCaption="Ҷı(&R)"
+sdxRichEditCommandParagraphSuppressHyphenationDescription="Ƶǰֹ"
+sdxRichEditCommandParagraphSuppressHyphenationMenuCaption="Ƶǰֹ"
+sdxRichEditCommandParagraphSuppressLineNumbersDescription="ȡǰ"
+sdxRichEditCommandParagraphSuppressLineNumbersMenuCaption="ȡǰ"
+sdxRichEditCommandPasteDescription="ճ."
+sdxRichEditCommandPasteFilesDescription="ΪǶʽļ."
+sdxRichEditCommandPasteFilesMenuCaption="ļ"
+sdxRichEditCommandPasteHtmlTextDescription="Ϊ HTML ʽ."
+sdxRichEditCommandPasteHtmlTextMenuCaption="HTMLʽ"
+sdxRichEditCommandPasteImageDescription="еΪͼƬ."
+sdxRichEditCommandPasteImageMenuCaption="ͼƬ"
+sdxRichEditCommandPasteMenuCaption="ճ(&P)"
+sdxRichEditCommandPasteMetafileImageDescription="ΪͼԪļ."
+sdxRichEditCommandPasteMetafileImageMenuCaption="ͼԪļ"
+sdxRichEditCommandPastePlainTextDescription="еΪı벻κθʽ."
+sdxRichEditCommandPastePlainTextMenuCaption="ʽı"
+sdxRichEditCommandPasteRtfTextDescription="еΪıͱʽ."
+sdxRichEditCommandPasteRtfTextMenuCaption="ʽı(RTF)"
+sdxRichEditCommandPasteSilverlightXamlTextDescription="еΪıʽ."
+sdxRichEditCommandPasteSilverlightXamlTextMenuCaption="ʽı(XAML)"
+sdxRichEditCommandPlaceCaretToPhysicalPointDescription="λû"
+sdxRichEditCommandPlaceCaretToPhysicalPointMenuCaption="λû"
+sdxRichEditCommandPreviousDataRecordDescription="һ¼"
+sdxRichEditCommandPreviousDataRecordMenuCaption="һ¼"
+sdxRichEditCommandPrintDescription="ѡһ̨ӡ,,Ŀӡѡӡǰ."
+sdxRichEditCommandPrintMenuCaption="ӡ(&P)"
+sdxRichEditCommandPrintPreviewDescription="ڴӡǰԤҳ."
+sdxRichEditCommandPrintPreviewMenuCaption="ӡԤ(&V)"
+sdxRichEditCommandPrintViewDescription="ӡͼ"
+sdxRichEditCommandPrintViewMenuCaption="ӡͼ"
+sdxRichEditCommandProtectDocumentDescription="ӱ༭ĵָͨƵ."
+sdxRichEditCommandProtectDocumentMenuCaption="ĵ"
+sdxRichEditCommandQuickPrintDescription="ļֱӷ͵ĬϴӡҪ."
+sdxRichEditCommandQuickPrintMenuCaption="ٴӡ(&Q)"
+sdxRichEditCommandQuickStylesGalleryCaption="ٷ"
+sdxRichEditCommandReadingViewDescription="Ķͼ"
+sdxRichEditCommandReadingViewMenuCaption="Ķͼ"
+sdxRichEditCommandRedoDescription="һβ."
+sdxRichEditCommandRedoMenuCaption="(&R)"
+sdxRichEditCommandRemoveHyperlinkDescription="ɾ"
+sdxRichEditCommandRemoveHyperlinkMenuCaption="ɾ"
+sdxRichEditCommandRemoveSpacingAfterParagraphDescription=" "
+sdxRichEditCommandRemoveSpacingAfterParagraphMenuCaption="ɾκĿո(&A)"
+sdxRichEditCommandRemoveSpacingBeforeParagraphDescription=" "
+sdxRichEditCommandRemoveSpacingBeforeParagraphMenuCaption="ɾǰĿո(&B)"
+sdxRichEditCommandReplaceAllBackwardDescription="滻ȫ"
+sdxRichEditCommandReplaceAllBackwardMenuCaption="滻ȫ"
+sdxRichEditCommandReplaceAllForwardDescription="滻ǰȫ"
+sdxRichEditCommandReplaceAllForwardMenuCaption="滻ǰȫ"
+sdxRichEditCommandReplaceBackwardDescription="滻"
+sdxRichEditCommandReplaceBackwardMenuCaption="滻"
+sdxRichEditCommandReplaceDescription="滻ĵе."
+sdxRichEditCommandReplaceForwardDescription="ǰ滻"
+sdxRichEditCommandReplaceForwardMenuCaption="ǰ滻"
+sdxRichEditCommandReplaceMenuCaption="滻"
+sdxRichEditCommandReplaceTextDescription="滻ı"
+sdxRichEditCommandReplaceTextMenuCaption="ı滻"
+sdxRichEditCommandResetCharacterFormattingDescription="ʹѡӦʽĬַʽ."
+sdxRichEditCommandResetCharacterFormattingMenuCaption="ַʽ"
+sdxRichEditCommandResetTableCellsBordersDescription="ԶѡԪı߿."
+sdxRichEditCommandResetTableCellsBordersMenuCaption="ޱ߿(&N)"
+sdxRichEditCommandReviewersDescription="ѡĵע,ĵͻʾ."
+sdxRichEditCommandReviewersMenuCaption=""
+sdxRichEditCommandReviewingPaneDescription="ʾһĴеĵע."
+sdxRichEditCommandReviewingPaneMenuCaption="Ĵ"
+sdxRichEditCommandSaveDocumentAsDescription="ΪԻѡһļʽ,ĵ浽µλ."
+sdxRichEditCommandSaveDocumentAsMenuCaption="Ϊ"
+sdxRichEditCommandSaveDocumentDescription="ĵ."
+sdxRichEditCommandSaveDocumentMenuCaption=""
+sdxRichEditCommandScrollDownDescription="¹"
+sdxRichEditCommandScrollDownMenuCaption="¹"
+sdxRichEditCommandScrollToPageDescription="ҳ"
+sdxRichEditCommandScrollToPageMenuCaption="ҳ"
+sdxRichEditCommandSelectAllDescription="ѡĵ."
+sdxRichEditCommandSelectAllMenuCaption="ȫѡ(&A)"
+sdxRichEditCommandSelectBookmarkDescription="ѡǩ"
+sdxRichEditCommandSelectBookmarkMenuCaption="ѡǩ"
+sdxRichEditCommandSelectCommentDescription="ѡע"
+sdxRichEditCommandSelectCommentMenuCaption="ѡע"
+sdxRichEditCommandSelectFieldNextToCaretDescription="ѡֶԱߵIJ"
+sdxRichEditCommandSelectFieldNextToCaretMenuCaption="ѡԱߵֶ"
+sdxRichEditCommandSelectFieldPrevToCaretDescription="ѡֶǰò"
+sdxRichEditCommandSelectFieldPrevToCaretMenuCaption="ѡֶǰò"
+sdxRichEditCommandSelectTableCellDescription="ѡԪ"
+sdxRichEditCommandSelectTableCellMenuCaption="ѡԪ"
+sdxRichEditCommandSelectTableColumnsDescription="ѡ"
+sdxRichEditCommandSelectTableColumnsMenuCaption="ѡ"
+sdxRichEditCommandSelectTableDescription="ѡ"
+sdxRichEditCommandSelectTableElementsDescription="ѡǰԪСл."
+sdxRichEditCommandSelectTableElementsMenuCaption="ѡ"
+sdxRichEditCommandSelectTableMenuCaption="ѡ"
+sdxRichEditCommandSelectTableRowDescription="ѡ"
+sdxRichEditCommandSelectTableRowMenuCaption="ѡ"
+sdxRichEditCommandSetDoubleParagraphSpacingDescription=" "
+sdxRichEditCommandSetDoubleParagraphSpacingMenuCaption="2.0"
+sdxRichEditCommandSetFloatingObjectBehindTextWrapTypeDescription=" "
+sdxRichEditCommandSetFloatingObjectBehindTextWrapTypeMenuCaption="ı"
+sdxRichEditCommandSetFloatingObjectBottomCenterAlignmentDescription="ײ,ֻ"
+sdxRichEditCommandSetFloatingObjectBottomCenterAlignmentMenuCaption="ײ"
+sdxRichEditCommandSetFloatingObjectBottomLeftAlignmentDescription="ڵײλֻ"
+sdxRichEditCommandSetFloatingObjectBottomLeftAlignmentMenuCaption=""
+sdxRichEditCommandSetFloatingObjectBottomRightAlignmentDescription="λڵ˾,ֻ"
+sdxRichEditCommandSetFloatingObjectBottomRightAlignmentMenuCaption=""
+sdxRichEditCommandSetFloatingObjectInFrontOfTextWrapTypeDescription=" "
+sdxRichEditCommandSetFloatingObjectInFrontOfTextWrapTypeMenuCaption="ıǰ"
+sdxRichEditCommandSetFloatingObjectMiddleCenterAlignmentDescription="в,ֻ"
+sdxRichEditCommandSetFloatingObjectMiddleCenterAlignmentMenuCaption="в"
+sdxRichEditCommandSetFloatingObjectMiddleLeftAlignmentDescription="λм,ֻ"
+sdxRichEditCommandSetFloatingObjectMiddleLeftAlignmentMenuCaption="в"
+sdxRichEditCommandSetFloatingObjectMiddleRightAlignmentDescription=",ֻмλ"
+sdxRichEditCommandSetFloatingObjectMiddleRightAlignmentMenuCaption="в"
+sdxRichEditCommandSetFloatingObjectSquareTextWrapTypeDescription=" "
+sdxRichEditCommandSetFloatingObjectSquareTextWrapTypeMenuCaption=""
+sdxRichEditCommandSetFloatingObjectThroughTextWrapTypeDescription=" "
+sdxRichEditCommandSetFloatingObjectThroughTextWrapTypeMenuCaption="ͨ"
+sdxRichEditCommandSetFloatingObjectTightTextWrapTypeDescription=" "
+sdxRichEditCommandSetFloatingObjectTightTextWrapTypeMenuCaption=""
+sdxRichEditCommandSetFloatingObjectTopAndBottomTextWrapTypeDescription=" "
+sdxRichEditCommandSetFloatingObjectTopAndBottomTextWrapTypeMenuCaption="͵ײ"
+sdxRichEditCommandSetFloatingObjectTopCenterAlignmentDescription=",ֻ"
+sdxRichEditCommandSetFloatingObjectTopCenterAlignmentMenuCaption=""
+sdxRichEditCommandSetFloatingObjectTopLeftAlignmentDescription="ڶλֻ"
+sdxRichEditCommandSetFloatingObjectTopLeftAlignmentMenuCaption=""
+sdxRichEditCommandSetFloatingObjectTopRightAlignmentDescription="˾,ֻ"
+sdxRichEditCommandSetFloatingObjectTopRightAlignmentMenuCaption=""
+sdxRichEditCommandSetLandscapePageOrientationDescription=" "
+sdxRichEditCommandSetLandscapePageOrientationMenuCaption=""
+sdxRichEditCommandSetModerateSectionPageMarginsDescription=" "
+sdxRichEditCommandSetModerateSectionPageMarginsMenuCaption="ж\\n:'#9'{1,10}'#9':'#9'{3,10}\\n:'#9'{0,10}'#9':'#9''#9'{2,10}"
+sdxRichEditCommandSetNarrowSectionPageMarginsDescription=" "
+sdxRichEditCommandSetNarrowSectionPageMarginsMenuCaption="խ\\n:'#9'{1,10}'#9':'#9'{3,10}\\n:'#9'{0,10}'#9':'#9''#9'{2,10}"
+sdxRichEditCommandSetNormalSectionPageMarginsDescription=" "
+sdxRichEditCommandSetNormalSectionPageMarginsMenuCaption="\\n:'#9'{1,10}'#9':'#9'{3,10}\\n:'#9'{0,10}'#9':'#9''#9'{2,10}"
+sdxRichEditCommandSetParagraphBodyTextLevelDescription="ڱʾ"
+sdxRichEditCommandSetParagraphBodyTextLevelMenuCaption="ڱʾ"
+sdxRichEditCommandSetParagraphHeadingLevelDescription="%d"
+sdxRichEditCommandSetParagraphHeadingLevelMenuCaption="%d"
+sdxRichEditCommandSetPortraitPageOrientationDescription=" "
+sdxRichEditCommandSetPortraitPageOrientationMenuCaption=""
+sdxRichEditCommandSetSectionColumnsDescription="ıΪ."
+sdxRichEditCommandSetSectionColumnsMenuCaption=""
+sdxRichEditCommandSetSectionLineNumberingContinuousDescription=""
+sdxRichEditCommandSetSectionLineNumberingContinuousMenuCaption=""
+sdxRichEditCommandSetSectionLineNumberingNoneDescription="к."
+sdxRichEditCommandSetSectionLineNumberingNoneMenuCaption=""
+sdxRichEditCommandSetSectionLineNumberingRestartNewPageDescription="ÿһҳ"
+sdxRichEditCommandSetSectionLineNumberingRestartNewPageMenuCaption="ÿһҳ"
+sdxRichEditCommandSetSectionLineNumberingRestartNewSectionDescription="ÿһ"
+sdxRichEditCommandSetSectionLineNumberingRestartNewSectionMenuCaption="ÿһ"
+sdxRichEditCommandSetSectionOneColumnDescription="һ."
+sdxRichEditCommandSetSectionOneColumnMenuCaption="һ"
+sdxRichEditCommandSetSectionThreeColumnsDescription="."
+sdxRichEditCommandSetSectionThreeColumnsMenuCaption=""
+sdxRichEditCommandSetSectionTwoColumnsDescription="."
+sdxRichEditCommandSetSectionTwoColumnsMenuCaption=""
+sdxRichEditCommandSetSesquialteralParagraphSpacingDescription=" "
+sdxRichEditCommandSetSesquialteralParagraphSpacingMenuCaption="1.5"
+sdxRichEditCommandSetSingleParagraphSpacingDescription=" "
+sdxRichEditCommandSetSingleParagraphSpacingMenuCaption="1.0"
+sdxRichEditCommandSetWideSectionPageMarginsDescription=" "
+sdxRichEditCommandSetWideSectionPageMarginsMenuCaption="\\n:'#9'{1,10}'#9':'#9'{3,10}\\n:'#9'{0,10}'#9':'#9''#9'{2,10}"
+sdxRichEditCommandShiftTabKeyDescription="ShiftTabKey"
+sdxRichEditCommandShiftTabKeyMenuCaption="ShiftTabKey"
+sdxRichEditCommandShowAllFieldCodesDescription="鿴ĵʾ主ıĶ̬Ԫ."
+sdxRichEditCommandShowAllFieldCodesMenuCaption="ʾе"
+sdxRichEditCommandShowAllFieldResultsDescription="鿴ļʾʵݵĶ̬Ԫ."
+sdxRichEditCommandShowAllFieldResultsMenuCaption="ʾ"
+sdxRichEditCommandShowBookmarkFormDescription="һǩ,Ʒĵеض\\n\\nֱתһǩλõij."
+sdxRichEditCommandShowBookmarkFormMenuCaption="ǩ"
+sdxRichEditCommandShowColumnsSetupFormDescription="ʾԶпжԻ."
+sdxRichEditCommandShowColumnsSetupFormMenuCaption="(&C)..."
+sdxRichEditCommandShowCommentFormDescription="ʾעͶԻ."
+sdxRichEditCommandShowCommentFormMenuCaption="ע"
+sdxRichEditCommandShowEditStyleFormDescription="ʾ༭ʽԻ."
+sdxRichEditCommandShowEditStyleFormMenuCaption="ʽ..."
+sdxRichEditCommandShowFloatingObjectLayoutOptionsFormDescription="ʾֶԻ."
+sdxRichEditCommandShowFloatingObjectLayoutOptionsFormMenuCaption="಼ѡ..."
+sdxRichEditCommandShowFontFormDescription="ʾԻ."
+sdxRichEditCommandShowFontFormMenuCaption="(&F)..."
+sdxRichEditCommandShowHyperlinkFormDescription="һӵһҳ ͼƬ ʼַ."
+sdxRichEditCommandShowHyperlinkFormMenuCaption=""
+sdxRichEditCommandShowInsertMergeFieldFormDescription="ĵռбһݱ."
+sdxRichEditCommandShowInsertMergeFieldFormMenuCaption="ϲ"
+sdxRichEditCommandShowLineNumberingFormDescription="кѡ..."
+sdxRichEditCommandShowLineNumberingFormMenuCaption="кѡ(&L)..."
+sdxRichEditCommandShowLineSpacingFormDescription=" "
+sdxRichEditCommandShowLineSpacingFormMenuCaption="мѡ..."
+sdxRichEditCommandShowMergeDatabaseRecordsFormDescription="ϲµĵ"
+sdxRichEditCommandShowMergeDatabaseRecordsFormMenuCaption="ϲµĵ"
+sdxRichEditCommandShowNumberingListDescription="ʾбԻ."
+sdxRichEditCommandShowNumberingListMenuCaption="Ŀźͱ(&B)..."
+sdxRichEditCommandShowPageMarginsSetupFormDescription=" "
+sdxRichEditCommandShowPageMarginsSetupFormMenuCaption="Զ߾(&A)..."
+sdxRichEditCommandShowPagePaperSetupFormDescription=" "
+sdxRichEditCommandShowPagePaperSetupFormMenuCaption="ֽŴС(&A)..."
+sdxRichEditCommandShowPageSetupFormDescription="ʾҳöԻ."
+sdxRichEditCommandShowPageSetupFormMenuCaption="ҳ"
+sdxRichEditCommandShowParagraphFormDescription="ʾԻ."
+sdxRichEditCommandShowParagraphFormMenuCaption="(&A)..."
+sdxRichEditCommandShowPasteSpecialFormDescription="ѡճ"
+sdxRichEditCommandShowPasteSpecialFormMenuCaption="ѡճ"
+sdxRichEditCommandShowRangeEditingPermissionsFormDescription="ûȨ༭ĵѡIJ."
+sdxRichEditCommandShowRangeEditingPermissionsFormMenuCaption="༭ȨķΧ"
+sdxRichEditCommandShowSpellingDialogDescription="ĵеıƴд."
+sdxRichEditCommandShowSpellingDialogMenuCaption="ƴд"
+sdxRichEditCommandShowSymbolDescription="ʾŶԻ."
+sdxRichEditCommandShowSymbolMenuCaption=""
+sdxRichEditCommandShowTableOptionsFormDescription="Զ嵥Ԫ߾͵Ԫ֮ļ."
+sdxRichEditCommandShowTableOptionsFormMenuCaption="Ԫϲ"
+sdxRichEditCommandShowTablePropertiesFormDescription="ʾԶԻĸı,ֻѡ."
+sdxRichEditCommandShowTablePropertiesFormDescriptionMenuItemMenuCaption="ʾԶԻ."
+sdxRichEditCommandShowTablePropertiesFormMenuCaption=""
+sdxRichEditCommandShowTablePropertiesFormMenuItemMenuCaption="..."
+sdxRichEditCommandShowTabsFormDescription="Ʊ"
+sdxRichEditCommandShowTabsFormMenuCaption="Ʊ..."
+sdxRichEditCommandSimpleViewDescription="ͼ"
+sdxRichEditCommandSimpleViewMenuCaption="ͼ"
+sdxRichEditCommandSplitTableCellsDescription="ѡԪΪµԪ."
+sdxRichEditCommandSplitTableCellsMenuCaption="ֵԪ"
+sdxRichEditCommandSplitTableCellsMenuItemMenuCaption="ֵԪ..."
+sdxRichEditCommandSplitTableDescription="Ϊ.\\n\\nѡнΪ±ĵһ."
+sdxRichEditCommandSplitTableMenuCaption="ֱ"
+sdxRichEditCommandSwitchToDraftViewDescription="ΪݰҪٱ༭ı鿴ĵ.\\n\\nijЩԪҳüҳŵĵڴͼпɼ."
+sdxRichEditCommandSwitchToDraftViewMenuCaption="ݸͼ"
+sdxRichEditCommandSwitchToPrintLayoutViewDescription="ڴӡҳϲ鿴ĵ."
+sdxRichEditCommandSwitchToPrintLayoutViewMenuCaption="ӡ"
+sdxRichEditCommandSwitchToSimpleViewDescription="Ϊһı¼鿴ĵ.\\n\\nͼҪעı༭ҳ沼."
+sdxRichEditCommandSwitchToSimpleViewMenuCaption="ͼ"
+sdxRichEditCommandSymbolFormInsertButtonMenuCaption=""
+sdxRichEditCommandTabKeyDescription="Ʊ"
+sdxRichEditCommandTabKeyMenuCaption="Ʊ"
+sdxRichEditCommandTableStylesGalleryCaption="ʽ"
+sdxRichEditCommandToggleAuthorVisibilityDescription="л߿ɼ"
+sdxRichEditCommandToggleAuthorVisibilityMenuCaption="л߿ɼ"
+sdxRichEditCommandToggleBandedColumnDescription="ʾߵ,Щϵżкеĸʽͬ.\\n\\nʹĶ."
+sdxRichEditCommandToggleBandedColumnMenuCaption=""
+sdxRichEditCommandToggleBandedRowsDescription="ʾߵ,Щϵżкеĸʽͬ.\\n\\nʹĶ."
+sdxRichEditCommandToggleBandedRowsMenuCaption=""
+sdxRichEditCommandToggleDifferentFirstPageDescription="ָĵΨһĵһҳҳüҳ."
+sdxRichEditCommandToggleDifferentFirstPageMenuCaption="ҳͬ"
+sdxRichEditCommandToggleDifferentOddAndEvenPagesDescription="ָҳӦвͬҳüҳŴżҳ."
+sdxRichEditCommandToggleDifferentOddAndEvenPagesMenuCaption="ͬҳżҳ"
+sdxRichEditCommandToggleFieldCodesDescription="л"
+sdxRichEditCommandToggleFieldCodesMenuCaption="л"
+sdxRichEditCommandToggleFirstColumnDescription="ʾĵһеʽ."
+sdxRichEditCommandToggleFirstColumnMenuCaption="һ"
+sdxRichEditCommandToggleFirstRowDescription="ʾĵһеʽ."
+sdxRichEditCommandToggleFirstRowMenuCaption=""
+sdxRichEditCommandToggleFontBoldDescription="ѡıΪ."
+sdxRichEditCommandToggleFontBoldMenuCaption="(&B)"
+sdxRichEditCommandToggleFontDoubleStrikeoutDescription="˫ɾ"
+sdxRichEditCommandToggleFontDoubleStrikeoutMenuCaption="˫ɾ"
+sdxRichEditCommandToggleFontDoubleUnderlineDescription="˫»"
+sdxRichEditCommandToggleFontDoubleUnderlineMenuCaption="˫»"
+sdxRichEditCommandToggleFontItalicDescription="ѡıΪб."
+sdxRichEditCommandToggleFontItalicMenuCaption="б(&I)"
+sdxRichEditCommandToggleFontStrikeoutDescription="һߴѡıм."
+sdxRichEditCommandToggleFontStrikeoutMenuCaption="ɾ"
+sdxRichEditCommandToggleFontUnderlineDescription="ѡı»."
+sdxRichEditCommandToggleFontUnderlineMenuCaption="»(&U)"
+sdxRichEditCommandToggleHeaderFooterLinkToPreviousDescription="ӵǰһڵҳüҳŵǰеİһͬ."
+sdxRichEditCommandToggleHeaderFooterLinkToPreviousMenuCaption="ӵǰһҳ"
+sdxRichEditCommandToggleHiddenTextDescription="."
+sdxRichEditCommandToggleHiddenTextMenuCaption=""
+sdxRichEditCommandToggleLastColumnDescription="ʾһеʽ."
+sdxRichEditCommandToggleLastColumnMenuCaption="һ"
+sdxRichEditCommandToggleLastRowDescription="ʾһеʽ."
+sdxRichEditCommandToggleLastRowMenuCaption=""
+sdxRichEditCommandToggleOvertypeDescription="д"
+sdxRichEditCommandToggleOvertypeMenuCaption="д"
+sdxRichEditCommandToggleShowHorizontalRulerDescription="鿴ˮƽ,ڲͶĵеĶ."
+sdxRichEditCommandToggleShowHorizontalRulerMenuCaption="ˮƽ"
+sdxRichEditCommandToggleShowTableGridLinesDescription="ʾرе."
+sdxRichEditCommandToggleShowTableGridLinesMenuCaption="鿴(&G)"
+sdxRichEditCommandToggleShowVerticalRulerDescription="鿴ֱ,ڲͶĵеĶ."
+sdxRichEditCommandToggleShowVerticalRulerMenuCaption="ֱ"
+sdxRichEditCommandToggleSpellCheckAsYouTypeDescription="ʱƴд"
+sdxRichEditCommandToggleSpellCheckAsYouTypeMenuCaption="ʱƴд"
+sdxRichEditCommandToggleTableAutoFitContentsDescription="Զ."
+sdxRichEditCommandToggleTableAutoFitContentsMenuCaption="Զ"
+sdxRichEditCommandToggleTableAutoFitPlaceholderDescription="Զпеı.\\n\\nñĿ,ڴڵĴСתʹù̶п."
+sdxRichEditCommandToggleTableAutoFitPlaceholderMenuCaption="Զ"
+sdxRichEditCommandToggleTableAutoFitWindowDescription="Զ."
+sdxRichEditCommandToggleTableAutoFitWindowMenuCaption="Զ"
+sdxRichEditCommandToggleTableCellsAllBordersDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsAllBordersMenuCaption="б߿(&A)"
+sdxRichEditCommandToggleTableCellsBottomBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsBottomBorderMenuCaption="±߿(&B)"
+sdxRichEditCommandToggleTableCellsBottomCenterAlignmentDescription="־,Ԫĵײ."
+sdxRichEditCommandToggleTableCellsBottomCenterAlignmentMenuCaption="ײж"
+sdxRichEditCommandToggleTableCellsBottomLeftAlignmentDescription="ı뵥Ԫ½Ƕ."
+sdxRichEditCommandToggleTableCellsBottomLeftAlignmentMenuCaption="ײ"
+sdxRichEditCommandToggleTableCellsBottomRightAlignmentDescription="ı뵥Ԫ½Ƕ."
+sdxRichEditCommandToggleTableCellsBottomRightAlignmentMenuCaption="ײҶ"
+sdxRichEditCommandToggleTableCellsInsideBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsInsideBorderMenuCaption="ڲ߽(&I)"
+sdxRichEditCommandToggleTableCellsInsideHorizontalBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsInsideHorizontalBorderMenuCaption="ڲ(&H)"
+sdxRichEditCommandToggleTableCellsInsideVerticalBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsInsideVerticalBorderMenuCaption="ڲ(&V)"
+sdxRichEditCommandToggleTableCellsLeftBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsLeftBorderMenuCaption="߿(&L)"
+sdxRichEditCommandToggleTableCellsMiddleCenterAlignmentDescription="ıڵԪˮƽʹֱ."
+sdxRichEditCommandToggleTableCellsMiddleCenterAlignmentMenuCaption="ж"
+sdxRichEditCommandToggleTableCellsMiddleLeftAlignmentDescription="ֱִ,뵽Ԫ."
+sdxRichEditCommandToggleTableCellsMiddleLeftAlignmentMenuCaption=""
+sdxRichEditCommandToggleTableCellsMiddleRightAlignmentDescription="ֱִ,뵽ԪҲ."
+sdxRichEditCommandToggleTableCellsMiddleRightAlignmentMenuCaption="Ҷ"
+sdxRichEditCommandToggleTableCellsOutsideBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsOutsideBorderMenuCaption="ⲿ߿(&S)"
+sdxRichEditCommandToggleTableCellsRightBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsRightBorderMenuCaption="ұ߿(&R)"
+sdxRichEditCommandToggleTableCellsTopBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsTopBorderMenuCaption="ϱ߿(&P)"
+sdxRichEditCommandToggleTableCellsTopCenterAlignmentDescription="־,ԪĶ."
+sdxRichEditCommandToggleTableCellsTopCenterAlignmentMenuCaption="ж"
+sdxRichEditCommandToggleTableCellsTopLeftAlignmentDescription="ı뵥ԪϽǶ."
+sdxRichEditCommandToggleTableCellsTopLeftAlignmentMenuCaption=""
+sdxRichEditCommandToggleTableCellsTopRightAlignmentDescription="ı뵥ԪϽǶ."
+sdxRichEditCommandToggleTableCellsTopRightAlignmentMenuCaption="Ҷ"
+sdxRichEditCommandToggleTableFixedColumnWidthDescription="СΪ̶."
+sdxRichEditCommandToggleTableFixedColumnWidthMenuCaption="̶п"
+sdxRichEditCommandToggleTextCaseDescription="лСд."
+sdxRichEditCommandToggleTextCaseMenuCaption="лСд"
+sdxRichEditCommandToggleViewMergedDataDescription="ĵеĺϲ滻ռбеʵ,Կʲô."
+sdxRichEditCommandToggleViewMergedDataMenuCaption="鿴ϲ"
+sdxRichEditCommandToggleWhitespaceDescription="ʾǺصĸʽ."
+sdxRichEditCommandToggleWhitespaceMenuCaption="ʾ/ ?"
+sdxRichEditCommandUndoDescription="ϴβ."
+sdxRichEditCommandUndoMenuCaption="(&U)"
+sdxRichEditCommandUnprotectDocumentDescription="ʹûܹ༭ĵ."
+sdxRichEditCommandUnprotectDocumentMenuCaption="ĵ"
+sdxRichEditCommandUpdateFieldDescription=""
+sdxRichEditCommandUpdateFieldMenuCaption=""
+sdxRichEditCommandUpdateFieldsDescription=""
+sdxRichEditCommandUpdateFieldsMenuCaption=""
+sdxRichEditCommandUpdateTableOfContentsDescription="±,ʹĿָȷҳ."
+sdxRichEditCommandUpdateTableOfContentsMenuCaption="±"
+sdxRichEditCommandUpdateTableOfFiguresDescription="ֱĵеĿ."
+sdxRichEditCommandUpdateTableOfFiguresMenuCaption="±"
+sdxRichEditCommandZoomDescription=""
+sdxRichEditCommandZoomInDescription="ŴԻĵдͼ."
+sdxRichEditCommandZoomInMenuCaption="Ŵ"
+sdxRichEditCommandZoomMenuCaption=""
+sdxRichEditCommandZoomOutDescription="СԲ鿴ҳԼСijߴ."
+sdxRichEditCommandZoomOutMenuCaption="С"
+sdxRichEditConfirmSaveDocumentWithPasswordProtection="ĵ뱣. Ϊ \nʽWordĵʧȥ.Ƿ?"
+sdxRichEditCustomNumberingListAlignedAt="(&A):"
+sdxRichEditCustomNumberingListButtonFont="(&F)..."
+sdxRichEditCustomNumberingListDisplayFormat="ָʽ(&O):"
+sdxRichEditCustomNumberingListIndentAt="(&I):"
+sdxRichEditCustomNumberingListNumberFormat="ָʽ(&O)"
+sdxRichEditCustomNumberingListNumberPosition="λ(&U)"
+sdxRichEditCustomNumberingListNumberStyle="ʽ(&N):"
+sdxRichEditCustomNumberingListStartAt="ʼ(&S):"
+sdxRichEditCustomNumberingListTextPosition="ıλ"
+sdxRichEditCustomTableOptionsDialogBottomMargin="(&B):"
+sdxRichEditCustomTableOptionsDialogLeftMargin="(&L):"
+sdxRichEditCustomTableOptionsDialogRightMargin="(&R):"
+sdxRichEditCustomTableOptionsDialogTopMargin="(&T):"
+sdxRichEditDeleteTableCellsDialogCellOperationDeleteColumn="ɾ(&C)"
+sdxRichEditDeleteTableCellsDialogCellOperationDeleteRow="ɾ(&R)"
+sdxRichEditDeleteTableCellsDialogCellOperationShiftLeft="Ԫ(&L)"
+sdxRichEditDeleteTableCellsDialogCellOperationShiftUp="Ԫ(&U)"
+sdxRichEditDeleteTableCellsDialogForm="ɾԪ"
+sdxRichEditDialogButtonCancel="ȡ"
+sdxRichEditDialogButtonOK="ȷ"
+sdxRichEditEditHyperlinkTitle="༭"
+sdxRichEditEditStyleDialogButtonFormat="ʽ(&O)"
+sdxRichEditEditStyleDialogCurrentParagraphText="ʾı "
+sdxRichEditEditStyleDialogCurrentStyle="ǰʽ:"
+sdxRichEditEditStyleDialogDecrementIndent=""
+sdxRichEditEditStyleDialogDecrementIndentHint=""
+sdxRichEditEditStyleDialogEmptyParentStyle="()"
+sdxRichEditEditStyleDialogFollowingParagraphText="һ "
+sdxRichEditEditStyleDialogFontDialog="..."
+sdxRichEditEditStyleDialogForm="ʽ"
+sdxRichEditEditStyleDialogFormatting="ڸʽ"
+sdxRichEditEditStyleDialogIncrementIndent=""
+sdxRichEditEditStyleDialogIncrementIndentHint=""
+sdxRichEditEditStyleDialogName="(&N):"
+sdxRichEditEditStyleDialogParagraphDialog="..."
+sdxRichEditEditStyleDialogPreviousParagraphText="ǰһ "
+sdxRichEditEditStyleDialogProperties=""
+sdxRichEditEditStyleDialogSelectedStyle="ѡʽ"
+sdxRichEditEditStyleDialogStyleBasedOn="ʽ(&B):"
+sdxRichEditEditStyleDialogStyleForFollowingParagraph="ʽ(&S):"
+sdxRichEditEditStyleDialogTabsDialog="Ʊ..."
+sdxRichEditEditStyleDialogToggleFontBold="(&B)"
+sdxRichEditEditStyleDialogToggleFontBoldHint=""
+sdxRichEditEditStyleDialogToggleFontItalic="б(&I)"
+sdxRichEditEditStyleDialogToggleFontItalicHint="б"
+sdxRichEditEditStyleDialogToggleFontUnderline="»(&U)"
+sdxRichEditEditStyleDialogToggleFontUnderlineHint="»"
+sdxRichEditEditStyleDialogToggleParagraphAlignmentCenter="м(&C)"
+sdxRichEditEditStyleDialogToggleParagraphAlignmentCenterHint="м"
+sdxRichEditEditStyleDialogToggleParagraphAlignmentJustify="˶(&J)"
+sdxRichEditEditStyleDialogToggleParagraphAlignmentJustifyHint="˶"
+sdxRichEditEditStyleDialogToggleParagraphAlignmentLeft="ı(&L)"
+sdxRichEditEditStyleDialogToggleParagraphAlignmentLeftHint=""
+sdxRichEditEditStyleDialogToggleParagraphAlignmentRight="ıҶ(&R)"
+sdxRichEditEditStyleDialogToggleParagraphAlignmentRightHint="Ҷ"
+sdxRichEditExceptionBookmarkCreationFailing="ѴھͬƵǩ.Ҫ滻?"
+sdxRichEditExceptionCannotInsertShapeIntoTextBox="ܽ״뵽TextBox.Document."
+sdxRichEditExceptionCannotRemoveCaret="ɾ."
+sdxRichEditExceptionCantDeleteDefaultStyle="ɾĬϵʽ."
+sdxRichEditExceptionCantResetDefaultProperties="ԲĬʽ."
+sdxRichEditExceptionClickToFollowHyperlink="Ը"
+sdxRichEditExceptionContinueSearchFromBeginningQuestion="ҪĵĿͷʼ?"
+sdxRichEditExceptionContinueSearchFromEndQuestion="Ҫĵĩβʼ?"
+sdxRichEditExceptionContinueSearchInRemainderQuestion="Ҫĵಿ?"
+sdxRichEditExceptionCreateHyperlinkError="ܴ.ָΧеijѴ."
+sdxRichEditExceptionCurrentSelectionAndSpecifiedSelectionIntersect="ǰѡָѡཻ."
+sdxRichEditExceptionDeleteTableStyleQuestion="Ҫĵɾʽ %s?"
+sdxRichEditExceptionDocumentPositionDoesntMatchDocument=": ָĵλûΧĵĵ"
+sdxRichEditExceptionDocumentProtectionInvalidPassword="벻ȷ!"
+sdxRichEditExceptionDocumentProtectionInvalidPasswordConfirmation="ȷ벻ƥ."
+sdxRichEditExceptionDuplicateBookmark="ĵѴھиƵǩ"
+sdxRichEditExceptionEmptyCollection="ӿռ."
+sdxRichEditExceptionEncryptedFile="ּ֧ļ"
+sdxRichEditExceptionErrorLinkDeletedStyle=": ɾʽ"
+sdxRichEditExceptionFirstCellContinuesVerticalMerge="ѡΧڵĵһԪдֱϲ,ѡDz."
+sdxRichEditExceptionIncorrectBookmarkName="ǩӦĸͷ,ֻܰĸַ»."
+sdxRichEditExceptionIncorrectNumericFieldFormat=": ָĸʽʾ."
+sdxRichEditExceptionIncorrectPattern="ȷģʽ."
+sdxRichEditExceptionInvalidBeginInit=": BeginInitBeginUpdate"
+sdxRichEditExceptionInvalidBeginUpdate=": BeginUpdateBeginInit"
+sdxRichEditExceptionInvalidCopyFromDocumentModel=": ԴĿĵģͲͬ"
+sdxRichEditExceptionInvalidDivisor="ֱ%sij."
+sdxRichEditExceptionInvalidDocumentModel=": ĵģͲͬ"
+sdxRichEditExceptionInvalidEndInit=": EndInitCancelInitûBeginInitBeginUpdate"
+sdxRichEditExceptionInvalidEndUpdate=": EndUpdateCancelUpateûBeginUpdateBeginInit"
+sdxRichEditExceptionInvalidFontSize="ֱ%s%s֮."
+sdxRichEditExceptionInvalidImageFile="ָͼЧ."
+sdxRichEditExceptionInvalidNavigateUri="վĵַЧ.ַ,Ȼ."
+sdxRichEditExceptionInvalidNumber="һЧ."
+sdxRichEditExceptionInvalidNumberingListIndex="NumberingListIndexָIJǴڵб."
+sdxRichEditExceptionInvalidNumberingListStartAtValue="˸ʽ''ʼ''%s%s֮"
+sdxRichEditExceptionInvalidParagraphContainNumbering=": Ѿ"
+sdxRichEditExceptionInvalidParentStyle=": Чĸʽѭ"
+sdxRichEditExceptionInvalidSetCharacterProperties=": ,ûBeginInitûӶĵ"
+sdxRichEditExceptionInvalidSetParagraphProperties=": ,ûBeginInitûӶĵ"
+sdxRichEditExceptionInvalidStyleName="Чʽ"
+sdxRichEditExceptionInvalidTabStop="ⲻһЧƱ."
+sdxRichEditExceptionInvalidValueRange="ֵ%s%s֮."
+sdxRichEditExceptionIsNotValid="''%s''Ч''%s''ֵ"
+sdxRichEditExceptionLastCellContinuesVerticalMerge="ѡΧڵһԪдֱϲ,ѡDz."
+sdxRichEditExceptionLeftRightSectionMarginsTooLarge="/ҳ߾̫,һЩεҳ߶."
+sdxRichEditExceptionMagicNumberNotFound="ͼļĸʽļչĸʽͬ."
+sdxRichEditExceptionMissingOperator="!ȱ."
+sdxRichEditExceptionNoDefaultTabs="ĬƱλ."
+sdxRichEditExceptionNoTocEntriesFound="ҵûбĿ¼Ŀ."
+sdxRichEditExceptionNumberingListNotInListCollection="ʹñŵб.ббӵ Document.NumberingLists "
+sdxRichEditExceptionOutOfRange="ָ˷Χ.ǷǸСѡϵĴС."
+sdxRichEditExceptionParagraphStyleNameAlreadyExists="ʽѾ."
+sdxRichEditExceptionPartiallySelectedCells="ѡеĵԪ."
+sdxRichEditExceptionRangeCannotBeEmpty="ΧΪ."
+sdxRichEditExceptionReplacementsCount="%s 滻."
+sdxRichEditExceptionSearchComplete="."
+sdxRichEditExceptionSearchInBackwardDirectionComplete="ѴﵽĵĿͷ."
+sdxRichEditExceptionSearchInForwardDirectionComplete="Ѵﵽĵĩβ."
+sdxRichEditExceptionSearchInSelectionComplete="ѡе."
+sdxRichEditExceptionSearchItemNotFound="δҵĿ."
+sdxRichEditExceptionSelectBookmarkError="ѡǻĵǩ."
+sdxRichEditExceptionSelectionExtendsOutsideTable="ѡչ֮,˱ѡ."
+sdxRichEditExceptionSelectionShouldContainAtLeastOneCharacter="ѡӦһַ."
+sdxRichEditExceptionSelectionShouldIncludeNotMoreThanOneRow="һѡΧӦðһ."
+sdxRichEditExceptionSpecifiedSelectionsIntersect="ָѡཻ."
+sdxRichEditExceptionStyleAlreadyLinked=": ʽѾӵʽ"
+sdxRichEditExceptionSyntaxErrorInFieldPattern=", %s."
+sdxRichEditExceptionTableIntegrityError=": "
+sdxRichEditExceptionThrowInternalException="һڲ"
+sdxRichEditExceptionTopBottomSectionMarginsTooLarge="/ײ߾̫,һЩεҳ߶."
+sdxRichEditExceptionUnexpectedEndOfFormula="!Ĺʽβ."
+sdxRichEditExceptionUnknownSwitchArgument="!δ֪Ŀز."
+sdxRichEditExceptionUnmatchedQuotesInFieldPattern=": ģʽַƥ."
+sdxRichEditExceptionUnsupportedDocVersion="֧MS Word 97֮İ汾"
+sdxRichEditExceptionUnsupportedFormatException="ļʽ֧"
+sdxRichEditExceptionUseDeletedBookmarkError=": ʹɾǩ"
+sdxRichEditExceptionUseDeletedFieldError=": ʹ"
+sdxRichEditExceptionUseDeletedHyperlinkError=": ʹɾ"
+sdxRichEditExceptionUseDeletedParagraphError=": ʹɾĶ"
+sdxRichEditExceptionUseDeletedSectionError=": ʹɾĽ"
+sdxRichEditExceptionUseDeletedStyleError=": ʹɾʽ"
+sdxRichEditExceptionUseDeletedTableCellError=": ʹɾıԪ"
+sdxRichEditExceptionUseDeletedTableError=": ʹɾı"
+sdxRichEditExceptionUseDeletedTableRowError=": ʹɾı"
+sdxRichEditExceptionUsedWrongUnit="δȷָĶλ."
+sdxRichEditExceptionUseInvalidCharacterProperties=": ַԲЧ"
+sdxRichEditExceptionUseInvalidDocument=": ĵѲЧ"
+sdxRichEditExceptionUseInvalidParagraphProperties=": ԲЧ"
+sdxRichEditExceptionVariableDeletedOrMissed=": ĵǶʧɾ(ӱ)"
+sdxRichEditExceptionZeroDivide="!Ϊ0."
+sdxRichEditFileFilterDescription_AllFiles="ļ"
+sdxRichEditFileFilterDescription_BitmapFiles="Windowsλͼ"
+sdxRichEditFileFilterDescription_DocFiles="word ĵ"
+sdxRichEditFileFilterDescription_EmfFiles="ǿͼԪļ"
+sdxRichEditFileFilterDescription_GifFiles="ͼνʽ"
+sdxRichEditFileFilterDescription_HtmlFiles="ıԸʽ"
+sdxRichEditFileFilterDescription_JPEGFiles="JPEGļʽ"
+sdxRichEditFileFilterDescription_OpenXmlFiles="Word 2007ĵ"
+sdxRichEditFileFilterDescription_PNGFiles="ֲͼ"
+sdxRichEditFileFilterDescription_RtfFiles="ıʽ"
+sdxRichEditFileFilterDescription_TextFiles="ıļ"
+sdxRichEditFileFilterDescription_TiffFiles="ͼļʽ"
+sdxRichEditFileFilterDescription_WmfFiles="WindowsԪļ"
+sdxRichEditFontDialogAllCaps="ȫд(&A)"
+sdxRichEditFontDialogButtonColorAuto="Զ"
+sdxRichEditFontDialogDoubleStrikeout="˫ɾ(&G)"
+sdxRichEditFontDialogEffects="Ч"
+sdxRichEditFontDialogFontColor="ɫ:"
+sdxRichEditFontDialogFontName=":"
+sdxRichEditFontDialogFontNotInstalled="ûаװϵͳ.ӡʱʹӽ."
+sdxRichEditFontDialogFontSize="ߴ:"
+sdxRichEditFontDialogFontStyle="ʽ:"
+sdxRichEditFontDialogFontStyleBold=""
+sdxRichEditFontDialogFontStyleBoldItalic="Ӵб"
+sdxRichEditFontDialogFontStyleImitated="ʽģʾ. ӡʱʹӽʽӡ."
+sdxRichEditFontDialogFontStyleItalic="б"
+sdxRichEditFontDialogFontStyleRegular=""
+sdxRichEditFontDialogForm=""
+sdxRichEditFontDialogHidden="(&H)"
+sdxRichEditFontDialogPreview="Ԥ"
+sdxRichEditFontDialogPrintNotes="һTrueType.ĴӡĻ,ʹͬ."
+sdxRichEditFontDialogStrikeout="ɾ(&K)"
+sdxRichEditFontDialogSubscript="±(&B)"
+sdxRichEditFontDialogSuperscript="ϱ(&P)"
+sdxRichEditFontDialogUnderlineColor="»ɫ:"
+sdxRichEditFontDialogUnderlineStyle="»ʽ:"
+sdxRichEditFontDialogUnderlineStyleDouble="˫"
+sdxRichEditFontDialogUnderlineStyleNone="()"
+sdxRichEditFontDialogUnderlineStyleSingle="һ"
+sdxRichEditFontDialogUnderlineWordsOnly="ֻд»(&U)"
+sdxRichEditHyperlinkDialogAddress="ַ:"
+sdxRichEditHyperlinkDialogBookmark="ǩ:"
+sdxRichEditHyperlinkDialogForm=""
+sdxRichEditHyperlinkDialogLinkTo="ӵ:"
+sdxRichEditHyperlinkDialogLinkToDocument="ĵ"
+sdxRichEditHyperlinkDialogLinkToWebPage="ļѴڻWebҳ"
+sdxRichEditHyperlinkDialogSelectionInDocument="ѡĵ"
+sdxRichEditHyperlinkDialogTarget="Ŀ:"
+sdxRichEditHyperlinkDialogTargetFrameDescription_Blank="´"
+sdxRichEditHyperlinkDialogTargetFrameDescription_Parent=""
+sdxRichEditHyperlinkDialogTargetFrameDescription_Self="ͬ"
+sdxRichEditHyperlinkDialogTargetFrameDescription_Top="ҳ"
+sdxRichEditHyperlinkDialogText="ıʾ:"
+sdxRichEditHyperlinkDialogTooltip="Ļʾ:"
+sdxRichEditHyperlinkSelectedBookmarkNone="<>"
+sdxRichEditHyperlinkSelectionInDocument="ĵѡ"
+sdxRichEditHyperlnkDialogAddress="ַ:"
+sdxRichEditHyperlnkDialogBookmark="ǩ(&O):"
+sdxRichEditHyperlnkDialogForm=""
+sdxRichEditHyperlnkDialogLinkTo="ӵ:"
+sdxRichEditHyperlnkDialogLinkToDocument="ĵеλ"
+sdxRichEditHyperlnkDialogLinkToWebPage="Ѵڵļҳ"
+sdxRichEditHyperlnkDialogSelectionInDocument="ĵѡ"
+sdxRichEditHyperlnkDialogTarget="Ŀ(&G):"
+sdxRichEditHyperlnkDialogTargetFrameDescription_Blank="´"
+sdxRichEditHyperlnkDialogTargetFrameDescription_Parent=""
+sdxRichEditHyperlnkDialogTargetFrameDescription_Self="ͬĿ"
+sdxRichEditHyperlnkDialogTargetFrameDescription_Top="ҳ"
+sdxRichEditHyperlnkDialogText="Ҫʾı(&T):"
+sdxRichEditHyperlnkDialogTooltip="Ļʾ(&P):"
+sdxRichEditHyperlnkEditHyperlinkTitle="༭(&H)..."
+sdxRichEditHyperlnkInsertHyperlinkTitle="볬..."
+sdxRichEditHyperlnkSelectedBookmarkNone="<>"
+sdxRichEditHyperlnkSelectionInDocument="ĵѡ"
+sdxRichEditInsertHyperlinkTitle="볬"
+sdxRichEditInsertMergeFieldAddressFieldsSource="ַ(&A)"
+sdxRichEditInsertMergeFieldButtonCancel="ر"
+sdxRichEditInsertMergeFieldButtonInsert="(&I)"
+sdxRichEditInsertMergeFieldDatabaseFieldsSource="ݿ(&D)"
+sdxRichEditInsertMergeFieldFields=":"
+sdxRichEditInsertMergeFieldForm="ϲ"
+sdxRichEditInsertMergeFieldInsert=":"
+sdxRichEditInsertTableCellsDialogCellOperationDeleteColumn="в(&C)"
+sdxRichEditInsertTableCellsDialogCellOperationDeleteRow="в(&R)"
+sdxRichEditInsertTableCellsDialogCellOperationShiftLeft="Ԫ(&I)"
+sdxRichEditInsertTableCellsDialogCellOperationShiftUp="Ԫ(&D)"
+sdxRichEditInsertTableCellsDialogForm="뵥Ԫ"
+sdxRichEditInsertTableColumns="(&C):"
+sdxRichEditInsertTableForm=""
+sdxRichEditInsertTableRows="(&R):"
+sdxRichEditInsertTableTableSize="С"
+sdxRichEditInvalidMeasurement="ⲻһЧijߴ"
+sdxRichEditInvalidMeasurementValue="ߴ%s%s֮."
+sdxRichEditInvalidNumber="һЧ."
+sdxRichEditInvalidSize="ֱ%d%d֮."
+sdxRichEditLineNumberingDialogAddLineNumbering="к(&L)"
+sdxRichEditLineNumberingDialogCountBy="(&B):"
+sdxRichEditLineNumberingDialogForm="к"
+sdxRichEditLineNumberingDialogFromText="ı(&T):"
+sdxRichEditLineNumberingDialogNumbering=":"
+sdxRichEditLineNumberingDialogNumberingRestartContinuous="(&C)"
+sdxRichEditLineNumberingDialogNumberingRestartEachPage="ÿһҳ(&P)"
+sdxRichEditLineNumberingDialogNumberingRestartEachSection="ÿһ(&S)"
+sdxRichEditLineNumberingDialogStartAt="ʼ(&A):"
+sdxRichEditMergeOptionsDialogForm="ϲѡ"
+sdxRichEditMergeOptionsDialogMergeAllRecords="ȫ(&A)"
+sdxRichEditMergeOptionsDialogMergeRecords="ϲ¼"
+sdxRichEditMergeOptionsDialogMergeSelectedRecords="ѡ(&S)"
+sdxRichEditMergeOptionsDialogMergeTo="ϲ"
+sdxRichEditMergeOptionsDialogMergeToFile="ļ(&F)"
+sdxRichEditMergeOptionsDialogMergeToWindow="(&W)"
+sdxRichEditMsg_EncryptedFile="ڲּ֧ļ"
+sdxRichEditMsg_Loading="ڶȡ..."
+sdxRichEditMsg_Saving="ڱ..."
+sdxRichEditMultiLevelNumberingListDialogFollowNumberWith="(&W):"
+sdxRichEditMultiLevelNumberingListDialogForm="Զ༶б"
+sdxRichEditMultiLevelNumberingListDialogLevel="(&V)"
+sdxRichEditMultiLevelNumberingListFollowNumberNothing=""
+sdxRichEditMultiLevelNumberingListFollowNumberSpace="ո"
+sdxRichEditMultiLevelNumberingListFollowNumberTabCharacter="Ʊ"
+sdxRichEditNumberingListBoxNone=""
+sdxRichEditNumberingListDialogBulleted="Ŀ(&B)"
+sdxRichEditNumberingListDialogButtonCustomize="Զ..."
+sdxRichEditNumberingListDialogContinuePreviousList="֮ǰб"
+sdxRichEditNumberingListDialogForm="Ŀźͱ"
+sdxRichEditNumberingListDialogNumbered="(&N)"
+sdxRichEditNumberingListDialogOutlineNumbered="༶(&U)"
+sdxRichEditNumberingListDialogRestartNumbering="¿ʼ"
+sdxRichEditPageSetupDialogApplyTo="Ӧõ(&Y):"
+sdxRichEditPageSetupDialogDifferentFirstPage="ҳͬ(&P)"
+sdxRichEditPageSetupDialogDifferentOddAndEvenPage="żҳͬ(&O)"
+sdxRichEditPageSetupDialogForm="ҳ"
+sdxRichEditPageSetupDialogHeadersAndFooters="ҳҳβ"
+sdxRichEditPageSetupDialogLandscape="(&S)"
+sdxRichEditPageSetupDialogMarginBottom="(&B):"
+sdxRichEditPageSetupDialogMarginLeft="(&L):"
+sdxRichEditPageSetupDialogMarginRight="(&R):"
+sdxRichEditPageSetupDialogMargins="߾"
+sdxRichEditPageSetupDialogMarginTop="(&T):"
+sdxRichEditPageSetupDialogOrientation=""
+sdxRichEditPageSetupDialogPageLayout=""
+sdxRichEditPageSetupDialogPageMargins="߾"
+sdxRichEditPageSetupDialogPagePaper="ֽ"
+sdxRichEditPageSetupDialogPaperHeight="߶(&H):"
+sdxRichEditPageSetupDialogPaperSize="ֽŴС(&R)"
+sdxRichEditPageSetupDialogPaperWidth="(&W):"
+sdxRichEditPageSetupDialogPortrait="(&P)"
+sdxRichEditPageSetupDialogSection="ֶ"
+sdxRichEditPageSetupDialogSectionStart="俪ʼ(&R):"
+sdxRichEditPageSetupSectionStartColumn=""
+sdxRichEditPageSetupSectionStartContinuous=""
+sdxRichEditPageSetupSectionStartEvenPage="żҳ"
+sdxRichEditPageSetupSectionStartNextPage="½ҳ"
+sdxRichEditPageSetupSectionStartOddPage="ҳ"
+sdxRichEditPaperKindA2="A2"
+sdxRichEditPaperKindA3="A3"
+sdxRichEditPaperKindA3Extra="شA3"
+sdxRichEditPaperKindA3ExtraTransverse="شA3"
+sdxRichEditPaperKindA3Rotated="A3 ת"
+sdxRichEditPaperKindA3Transverse="A3"
+sdxRichEditPaperKindA4="A4"
+sdxRichEditPaperKindA4Extra="شA4"
+sdxRichEditPaperKindA4Plus="A4 Plus"
+sdxRichEditPaperKindA4Rotated="A4 ת"
+sdxRichEditPaperKindA4Small="СA4"
+sdxRichEditPaperKindA4Transverse="A4"
+sdxRichEditPaperKindA5="A5"
+sdxRichEditPaperKindA5Extra="شA5"
+sdxRichEditPaperKindA5Rotated="A5 ת"
+sdxRichEditPaperKindA5Transverse="A5"
+sdxRichEditPaperKindA6="A6"
+sdxRichEditPaperKindA6Rotated="A6 ת"
+sdxRichEditPaperKindAPlus="A/A/A4"
+sdxRichEditPaperKindB4="B4"
+sdxRichEditPaperKindB4Envelope="B4ŷ"
+sdxRichEditPaperKindB4JisRotated="JIS B4ת"
+sdxRichEditPaperKindB5="B5"
+sdxRichEditPaperKindB5Envelope="B5ŷ"
+sdxRichEditPaperKindB5Extra="ISO B5ش"
+sdxRichEditPaperKindB5JisRotated="JIS B5ת"
+sdxRichEditPaperKindB5Transverse="JIS B5"
+sdxRichEditPaperKindB6Envelope="B6ŷ"
+sdxRichEditPaperKindB6Jis="JIS B6"
+sdxRichEditPaperKindB6JisRotated="JIS B6ת"
+sdxRichEditPaperKindBPlus="B/B/A3"
+sdxRichEditPaperKindC3Envelope="C3ŷ"
+sdxRichEditPaperKindC4Envelope="C4ŷ"
+sdxRichEditPaperKindC5Envelope="C5ŷ"
+sdxRichEditPaperKindC65Envelope="C65ŷ"
+sdxRichEditPaperKindC6Envelope="C6ŷ"
+sdxRichEditPaperKindCSheet="Cֽ"
+sdxRichEditPaperKindCustom="Զ"
+sdxRichEditPaperKindDLEnvelope="DLŷ"
+sdxRichEditPaperKindDSheet="Dֽ"
+sdxRichEditPaperKindESheet="Eֽ"
+sdxRichEditPaperKindExecutive="ֽ"
+sdxRichEditPaperKindFolio="Կ"
+sdxRichEditPaperKindGermanLegalFanfold="¹渴д"
+sdxRichEditPaperKindGermanStandardFanfold="¹дֽ"
+sdxRichEditPaperKindInviteEnvelope="뺯"
+sdxRichEditPaperKindIsoB4="Iso B4"
+sdxRichEditPaperKindItalyEnvelope="ŷ"
+sdxRichEditPaperKindJapaneseDoublePostcard="ձ˫Ƭ"
+sdxRichEditPaperKindJapaneseDoublePostcardRotated="ձ˫Ƭת"
+sdxRichEditPaperKindJapaneseEnvelopeChouNumber3="ձŷ3"
+sdxRichEditPaperKindJapaneseEnvelopeChouNumber3Rotated="ձŷ3תʽ"
+sdxRichEditPaperKindJapaneseEnvelopeChouNumber4="ձŷ4"
+sdxRichEditPaperKindJapaneseEnvelopeChouNumber4Rotated="ձŷ4תʽ"
+sdxRichEditPaperKindJapaneseEnvelopeKakuNumber2="ձŷ2"
+sdxRichEditPaperKindJapaneseEnvelopeKakuNumber2Rotated="ձŷ2תʽ"
+sdxRichEditPaperKindJapaneseEnvelopeKakuNumber3="ձŷ3"
+sdxRichEditPaperKindJapaneseEnvelopeKakuNumber3Rotated="ձŷ3תʽ"
+sdxRichEditPaperKindJapaneseEnvelopeYouNumber4="ձŷ4"
+sdxRichEditPaperKindJapaneseEnvelopeYouNumber4Rotated="ձŷ4תʽ"
+sdxRichEditPaperKindJapanesePostcard="ձƬ"
+sdxRichEditPaperKindJapanesePostcardRotated="ձƬ"
+sdxRichEditPaperKindLedger="ʲ"
+sdxRichEditPaperKindLegal=""
+sdxRichEditPaperKindLegalExtra="شֽ"
+sdxRichEditPaperKindLetter="ŷ"
+sdxRichEditPaperKindLetterExtra="شŷ"
+sdxRichEditPaperKindLetterExtraTransverse="شŷ"
+sdxRichEditPaperKindLetterPlus="ŷPlus"
+sdxRichEditPaperKindLetterRotated="ŷת"
+sdxRichEditPaperKindLetterSmall="Сŷ"
+sdxRichEditPaperKindLetterTransverse="ŷ"
+sdxRichEditPaperKindMonarchEnvelope="ŷ"
+sdxRichEditPaperKindNote="±"
+sdxRichEditPaperKindNumber10Envelope="10ŷ"
+sdxRichEditPaperKindNumber11Envelope="11ŷ"
+sdxRichEditPaperKindNumber12Envelope="12ŷ"
+sdxRichEditPaperKindNumber14Envelope="13ŷ"
+sdxRichEditPaperKindNumber9Envelope="9ŷ"
+sdxRichEditPaperKindPersonalEnvelope="˽ŷ(6 3/4)"
+sdxRichEditPaperKindPrc16K="16"
+sdxRichEditPaperKindPrc16KRotated="16 ת"
+sdxRichEditPaperKindPrc32K="32"
+sdxRichEditPaperKindPrc32KBig="32"
+sdxRichEditPaperKindPrc32KBigRotated="32 ת"
+sdxRichEditPaperKindPrc32KRotated="32 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber1="Prcŷ1"
+sdxRichEditPaperKindPrcEnvelopeNumber10="йŷ10"
+sdxRichEditPaperKindPrcEnvelopeNumber10Rotated="йŷ10 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber1Rotated="йŷ1 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber2="йŷ2"
+sdxRichEditPaperKindPrcEnvelopeNumber2Rotated="йŷ2 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber3="йŷ3"
+sdxRichEditPaperKindPrcEnvelopeNumber3Rotated="йŷ3 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber4="йŷ4"
+sdxRichEditPaperKindPrcEnvelopeNumber4Rotated="йŷ4 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber5="йŷ5"
+sdxRichEditPaperKindPrcEnvelopeNumber5Rotated="йŷ5 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber6="йŷ6"
+sdxRichEditPaperKindPrcEnvelopeNumber6Rotated="йŷ6 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber7="йŷ7"
+sdxRichEditPaperKindPrcEnvelopeNumber7Rotated="йŷ7 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber8="йŷ8"
+sdxRichEditPaperKindPrcEnvelopeNumber8Rotated="йŷ8 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber9="йŷ9"
+sdxRichEditPaperKindPrcEnvelopeNumber9Rotated="йŷ9 ת"
+sdxRichEditPaperKindQuarto="Ŀ"
+sdxRichEditPaperKindStandard10x11="10x11"
+sdxRichEditPaperKindStandard10x14="10x14"
+sdxRichEditPaperKindStandard11x17="11x17"
+sdxRichEditPaperKindStandard12x11=" 12x11"
+sdxRichEditPaperKindStandard15x11="15x11"
+sdxRichEditPaperKindStandard9x11="9x11"
+sdxRichEditPaperKindStatement="嵥"
+sdxRichEditPaperKindTabloid="ժ"
+sdxRichEditPaperKindTabloidExtra="شС"
+sdxRichEditPaperKindUSStandardFanfold="дֽ"
+sdxRichEditParagraphDialogAfter="֮(&E):"
+sdxRichEditParagraphDialogAlignment="(&G):"
+sdxRichEditParagraphDialogAt="(&A):"
+sdxRichEditParagraphDialogBefore="֮ǰ(&B):"
+sdxRichEditParagraphDialogButtonTabs="Ʊ(&T)..."
+sdxRichEditParagraphDialogBy="ͨ(&Y):"
+sdxRichEditParagraphDialogDontAddSpace="ͬʽĶ䲻ӿո(&C)"
+sdxRichEditParagraphDialogForm=""
+sdxRichEditParagraphDialogGeneral=""
+sdxRichEditParagraphDialogIndentation=""
+sdxRichEditParagraphDialogIndentsAndSpacing="ͼ(&I)"
+sdxRichEditParagraphDialogKeepLinesTogether="зһ(&K)"
+sdxRichEditParagraphDialogLeft="(&L):"
+sdxRichEditParagraphDialogLineAndPageBreaks="кͷҳ(&P)"
+sdxRichEditParagraphDialogLineSpacing="м(&N):"
+sdxRichEditParagraphDialogOutlinelevel="ټ(&O):"
+sdxRichEditParagraphDialogPageBreakBefore="ǰҳ(&B)"
+sdxRichEditParagraphDialogPagination="ҳ"
+sdxRichEditParagraphDialogRight="(&R):"
+sdxRichEditParagraphDialogSpacing=""
+sdxRichEditParagraphDialogSpecial="(&S):"
+sdxRichEditSearchTextDialogAnyOneCharacterInTheSet="еκһַ"
+sdxRichEditSearchTextDialogAnyOneCharacterNotInTheSet="ڼеκһַ"
+sdxRichEditSearchTextDialogAnySingleCharacter="κεַ"
+sdxRichEditSearchTextDialogBeginningOfLine="Ŀͷ"
+sdxRichEditSearchTextDialogBeginningOfWord="ʿͷ"
+sdxRichEditSearchTextDialogButtonFindNext="һ(&F)"
+sdxRichEditSearchTextDialogButtonReplaceAll="ȫ滻(&A)"
+sdxRichEditSearchTextDialogButtonReplaceNext="滻(&R)"
+sdxRichEditSearchTextDialogDirection="(&:):"
+sdxRichEditSearchTextDialogDirectionAll="ȫ"
+sdxRichEditSearchTextDialogDirectionDown=""
+sdxRichEditSearchTextDialogDirectionUp=""
+sdxRichEditSearchTextDialogEndOfLine="ĩ"
+sdxRichEditSearchTextDialogEndOfWord="ʽβ"
+sdxRichEditSearchTextDialogEscapeSpecialCharacter="תַ"
+sdxRichEditSearchTextDialogFind="(&D)"
+sdxRichEditSearchTextDialogFindWholeWord="ȫƥ(&Y)"
+sdxRichEditSearchTextDialogForm="滻"
+sdxRichEditSearchTextDialogInteger=""
+sdxRichEditSearchTextDialogMatchCase="ƥСд(&H)"
+sdxRichEditSearchTextDialogOneOrMore="һ"
+sdxRichEditSearchTextDialogOr=""
+sdxRichEditSearchTextDialogRegex="ʽ(&G)"
+sdxRichEditSearchTextDialogReplace="滻(&P)"
+sdxRichEditSearchTextDialogRplReplaceString="滻Ϊ(&I):"
+sdxRichEditSearchTextDialogSearchString="(&N):"
+sdxRichEditSearchTextDialogSpaceOrTab="ոƱ"
+sdxRichEditSearchTextDialogTagExpression="DZʽ"
+sdxRichEditSearchTextDialogTaggedExpression="ǵıʽ"
+sdxRichEditSearchTextDialogWordCharacter="ַ"
+sdxRichEditSearchTextDialogZeroOrMore=""
+sdxRichEditSimpleNumberingListDialogForm="Զб"
+sdxRichEditSplitTableCellsDialogForm="ֵԪ"
+sdxRichEditSplitTableCellsDialogMergeBeforeSplit="ϲԪǰ"
+sdxRichEditSplitTableCellsDialogNumberOfColumns="(&C):"
+sdxRichEditSplitTableCellsDialogNumberOfRows="(&R):"
+sdxRichEditSymbolDialogCharacterCode="ַ(&C):"
+sdxRichEditSymbolDialogFont="(&F):"
+sdxRichEditSymbolDialogForm=""
+sdxRichEditTabForm_All="ȫ"
+sdxRichEditTableCellOptionsDialogFitText="Ӧ(&F)"
+sdxRichEditTableCellOptionsDialogForm="Ԫѡ"
+sdxRichEditTableCellOptionsDialogMargins="Ԫϲ"
+sdxRichEditTableCellOptionsDialogOptions="ѡ"
+sdxRichEditTableCellOptionsDialogSameAsWholeTable="ͬ(&S)"
+sdxRichEditTableCellOptionsDialogWrapText="ı(&W)"
+sdxRichEditTableOfContentsEditShowLevels="ʾȼ:"
+sdxRichEditTableOfContentsForm=""
+sdxRichEditTableOfContentsListParagraphContent=""
+sdxRichEditTableOfContentsPrintPreview="ӡԤ"
+sdxRichEditTableOfContentsRightAlignPageNumbers="Ҷҳ"
+sdxRichEditTableOfContentsShowPageNumbers="ʾҳ"
+sdxRichEditTableOfContentsUseHyperlinks="ʹóӴҳ"
+sdxRichEditTableOptionsDialogAllowCellSpacing="ĵԪ֮ļ(&S)"
+sdxRichEditTableOptionsDialogDefaultCellSpacing="ĬϵԪ"
+sdxRichEditTableOptionsDialogForm="ѡ"
+sdxRichEditTableOptionsDialogMargins="ĬϵԪ߾"
+sdxRichEditTableOptionsDialogOptions="ѡ"
+sdxRichEditTableOptionsDialogResizeToFitContent="ԶСӦ(&Z)"
+sdxRichEditTablePropertiesDialogButtonBorder="߿Ӱ..."
+sdxRichEditTablePropertiesDialogButtonCellOptions="ѡ(&O)..."
+sdxRichEditTablePropertiesDialogButtonNextColumn="һ(&N)"
+sdxRichEditTablePropertiesDialogButtonNextRow="һ(&N)"
+sdxRichEditTablePropertiesDialogButtonPreviousColumn="һ(&P)"
+sdxRichEditTablePropertiesDialogButtonPreviousRow="һ(&P)"
+sdxRichEditTablePropertiesDialogButtonTableOptions="ѡ(&O)..."
+sdxRichEditTablePropertiesDialogCantSplit="ҳ(&K)"
+sdxRichEditTablePropertiesDialogCell="Ԫ(&E)"
+sdxRichEditTablePropertiesDialogCellVerticalAlighment="ֱ뷽ʽ"
+sdxRichEditTablePropertiesDialogCellVerticalAlignmentBottom="(&B)"
+sdxRichEditTablePropertiesDialogCellVerticalAlignmentCenter="м(&C)"
+sdxRichEditTablePropertiesDialogCellVerticalAlignmentTop="(&P)"
+sdxRichEditTablePropertiesDialogColumn="(&U)"
+sdxRichEditTablePropertiesDialogColumnNumber=""
+sdxRichEditTablePropertiesDialogForm=""
+sdxRichEditTablePropertiesDialogHeader="ΪÿҳĶظ(&H)"
+sdxRichEditTablePropertiesDialogIndentFromLeft="(&I):"
+sdxRichEditTablePropertiesDialogPreferredWidth="ѡ(&W):"
+sdxRichEditTablePropertiesDialogRow="(&R)"
+sdxRichEditTablePropertiesDialogRowHeightType="и(&I):"
+sdxRichEditTablePropertiesDialogRowNumber=""
+sdxRichEditTablePropertiesDialogRowOptions="ѡ(&O)"
+sdxRichEditTablePropertiesDialogSize="ߴ"
+sdxRichEditTablePropertiesDialogSpecifyHeight="ָ߶(&S):"
+sdxRichEditTablePropertiesDialogTable="(&T)"
+sdxRichEditTablePropertiesDialogTableAlignmenCenter="м(&C)"
+sdxRichEditTablePropertiesDialogTableAlignmenRight="(&H)"
+sdxRichEditTablePropertiesDialogTableAlignment=""
+sdxRichEditTablePropertiesDialogTableAlignmentLeft="(&L)"
+sdxRichEditTablePropertiesDialogWidthType="λ(&M):"
+sdxRichEditTablePropertiesHeightTypeExact="ȷ"
+sdxRichEditTablePropertiesHeightTypeMinimum=""
+sdxRichEditTableStyleDialogApplyFormattingTo="ʽӦ(&A):"
+sdxRichEditTableStyleDialogButtonFormat="ʽ(&O)"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_BottomLeftCell="µԪ"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_BottomRightCell="µԪ"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_EvenColumnBanding="ż"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_EvenRowBanding="ż"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_FirstColumn="һ"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_FirstRow=""
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_LastColumn="һ"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_LastRow="ϼ"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_OddColumnBanding=""
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_OddRowBanding=""
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_TopLeftCell="ϵԪ"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_TopRightCell="ϵԪ"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_WholeTable=""
+sdxRichEditTableStyleDialogCurrentStyle="ǰʽ:"
+sdxRichEditTableStyleDialogFontDialog="..."
+sdxRichEditTableStyleDialogForm="ʽ"
+sdxRichEditTableStyleDialogFormatting="ڸʽ"
+sdxRichEditTableStyleDialogName="(&N):"
+sdxRichEditTableStyleDialogParagraphDialog="..."
+sdxRichEditTableStyleDialogPreviewTableColumn1="һ"
+sdxRichEditTableStyleDialogPreviewTableColumn2=""
+sdxRichEditTableStyleDialogPreviewTableColumn3=""
+sdxRichEditTableStyleDialogPreviewTableRow1=""
+sdxRichEditTableStyleDialogPreviewTableRow2=""
+sdxRichEditTableStyleDialogPreviewTableRow3="Ϸ"
+sdxRichEditTableStyleDialogPreviewTableTotal="ϼ"
+sdxRichEditTableStyleDialogProperties=""
+sdxRichEditTableStyleDialogResetTableCellsBorders="ޱ߿(&N)"
+sdxRichEditTableStyleDialogSelectedStyle="ѡʽ"
+sdxRichEditTableStyleDialogStyleBasedOn="ʽ(&B):"
+sdxRichEditTableStyleDialogTabsDialog="Ʊ..."
+sdxRichEditTableStyleDialogToggleFontBoldHint=""
+sdxRichEditTableStyleDialogToggleFontItalicHint="б"
+sdxRichEditTableStyleDialogToggleFontUnderlineHint="»"
+sdxRichEditTableStyleDialogToggleTableCellsAllBorders="б߿(&A)"
+sdxRichEditTableStyleDialogToggleTableCellsBottomBorder="±߿(&B)"
+sdxRichEditTableStyleDialogToggleTableCellsBottomCenterAlignment="ײж"
+sdxRichEditTableStyleDialogToggleTableCellsBottomLeftAlignment="ײ"
+sdxRichEditTableStyleDialogToggleTableCellsBottomRightAlignment="ײҶ"
+sdxRichEditTableStyleDialogToggleTableCellsInsideBorder="ڲ߽(&I)"
+sdxRichEditTableStyleDialogToggleTableCellsInsideHorizontalBorder="ڲ(&H)"
+sdxRichEditTableStyleDialogToggleTableCellsInsideVerticalBorder="ڲ(&V)"
+sdxRichEditTableStyleDialogToggleTableCellsLeftBorder="߿(&L)"
+sdxRichEditTableStyleDialogToggleTableCellsMiddleCenterAlignment=""
+sdxRichEditTableStyleDialogToggleTableCellsMiddleLeftAlignment=""
+sdxRichEditTableStyleDialogToggleTableCellsMiddleRightAlignment="Ҷ"
+sdxRichEditTableStyleDialogToggleTableCellsOutsideBorder="ⲿ߿(&S)"
+sdxRichEditTableStyleDialogToggleTableCellsRightBorder="ұ߿(&R)"
+sdxRichEditTableStyleDialogToggleTableCellsTopBorder="ϱ߿(&P)"
+sdxRichEditTableStyleDialogToggleTableCellsTopCenterAlignment="ж"
+sdxRichEditTableStyleDialogToggleTableCellsTopLeftAlignment=""
+sdxRichEditTableStyleDialogToggleTableCellsTopRightAlignment="Ҷ"
+sdxRichEditTabsDialogAlignment=""
+sdxRichEditTabsDialogButtonClear="(&E)"
+sdxRichEditTabsDialogButtonClearAll="ȫ(&A)"
+sdxRichEditTabsDialogButtonSet="(&S)"
+sdxRichEditTabsDialogCenter="м(&C)"
+sdxRichEditTabsDialogDecimal="ʮ(&D)"
+sdxRichEditTabsDialogDefaultTabStops="ĬƱ(&F):"
+sdxRichEditTabsDialogDots="(&O)"
+sdxRichEditTabsDialogEqualSign="Ⱥ(&Q)"
+sdxRichEditTabsDialogForm="Ʊ"
+sdxRichEditTabsDialogHyphens="ӷ(&H)"
+sdxRichEditTabsDialogLeader=""
+sdxRichEditTabsDialogLeft="(&L)"
+sdxRichEditTabsDialogMiddleDots="м(&M)"
+sdxRichEditTabsDialogNone="()(&N)"
+sdxRichEditTabsDialogRight="(&R)"
+sdxRichEditTabsDialogTabStopPosition="Ʊλ(&T):"
+sdxRichEditTabsDialogTabStopsToBeCleared="Ʊ:"
+sdxRichEditTabsDialogThickLine="ʵ(&I)"
+sdxRichEditTabsDialogUnderline="»(&U)"
+sdxRichEditUnitsCentimeters=" "
+sdxRichEditUnitsInches="""
+sdxRichEditUnitsMillimeters=" "
+sdxRichEditUnitsPercent="%"
+sdxRichEditUnitsPicas=" "
+sdxRichEditUnitsPoints=" pt"
+sdxRight="ұ(&G):"
+sdxRightMargin="ұ߽"
+sdxRiseActiveToTop="㼶ʾڶ"
+sdxRoot="(&R)"
+sdxRootBorders="߿(&B)"
+sdxRoundRect="ԲǾ"
+sdxRoundSquare="Բ"
+sdxRowAutoHeight="Զи(&W)"
+sdxRowFields="ֶ(&R)"
+sdxRowHeadersOnEveryPage="б"
+sdxRows="(&R)"
+sdxSalesAndMarketing="ۺ\\nгӪ"
+sdxSample="ʾ:"
+sdxSampleText="ʾʾ"
+sdxSave="(&S)..."
+sdxSaveFileDialogDefaultTitle=""
+sdxSaveFileDialogOkCaption=""
+sdxSaveReportDataToFileTitle="汨"
+sdxScaleTo=":"
+sdxScaling=""
+sdxSchedulerActionAgendaViewCaption=""
+sdxSchedulerActionAgendaViewHint=""
+sdxSchedulerActionCompressWeekendsCaption="ѹĩ"
+sdxSchedulerActionCompressWeekendsHint="ѹĩ"
+sdxSchedulerActionDateNavigatorCaption="ѡ"
+sdxSchedulerActionDateNavigatorHint="ѡ"
+sdxSchedulerActionDayViewCaption=""
+sdxSchedulerActionDayViewHint=""
+sdxSchedulerActionGanttViewCaption="ͼ"
+sdxSchedulerActionGanttViewHint="ͼ"
+sdxSchedulerActionGoBackwardCaption=""
+sdxSchedulerActionGoBackwardHint=""
+sdxSchedulerActionGoForwardCaption="ǰ"
+sdxSchedulerActionGoForwardHint="ǰ"
+sdxSchedulerActionGoToDateCaption="ת"
+sdxSchedulerActionGoToDateHint="ת"
+sdxSchedulerActionGoToTodayCaption="ת"
+sdxSchedulerActionGoToTodayHint="ת"
+sdxSchedulerActionGroupByDateCaption="ͨڷ"
+sdxSchedulerActionGroupByDateHint="ͨڷ"
+sdxSchedulerActionGroupByNoneCaption="ͨշ"
+sdxSchedulerActionGroupByNoneHint="ͨշ"
+sdxSchedulerActionGroupByResourceCaption="ͨԴ"
+sdxSchedulerActionGroupByResourceHint="ͨԴ"
+sdxSchedulerActionMonthViewCaption=""
+sdxSchedulerActionMonthViewHint=""
+sdxSchedulerActionNewEventCaption="¼(&N)"
+sdxSchedulerActionNewEventHint="¼(&N)"
+sdxSchedulerActionNewRecurringEventCaption="¼(&R)"
+sdxSchedulerActionNewRecurringEventHint="¼(&R)"
+sdxSchedulerActionNextSevenDaysCaption="7"
+sdxSchedulerActionNextSevenDaysHint="7"
+sdxSchedulerActionPageSetupCaption="ҳ"
+sdxSchedulerActionPageSetupHint="ҳ"
+sdxSchedulerActionPrintCaption="ӡ(&P)"
+sdxSchedulerActionPrintHint="ӡ"
+sdxSchedulerActionPrintPreviewCaption="ӡԤ(&V)"
+sdxSchedulerActionPrintPreviewHint="ӡԤ"
+sdxSchedulerActionResourcesLayoutEditorCaption="Դֱ༭"
+sdxSchedulerActionResourcesLayoutEditorHint="Դֱ༭"
+sdxSchedulerActionSnapEventsToTimeSlotsCaption="ʱ۶¼"
+sdxSchedulerActionSnapEventsToTimeSlotsHint="ʱ۶¼"
+sdxSchedulerActionTimeGridViewCaption="ʱ"
+sdxSchedulerActionTimeGridViewHint="ʱ"
+sdxSchedulerActionTimeScale10MinutesCaption="10"
+sdxSchedulerActionTimeScale10MinutesHint="10"
+sdxSchedulerActionTimeScale15MinutesCaption="15"
+sdxSchedulerActionTimeScale15MinutesHint="15"
+sdxSchedulerActionTimeScale30MinutesCaption="30"
+sdxSchedulerActionTimeScale30MinutesHint="30"
+sdxSchedulerActionTimeScale5MinutesCaption="5"
+sdxSchedulerActionTimeScale5MinutesHint="5"
+sdxSchedulerActionTimeScale60MinutesCaption="60"
+sdxSchedulerActionTimeScale60MinutesHint="60"
+sdxSchedulerActionTimeScale6MinutesCaption="6"
+sdxSchedulerActionTimeScale6MinutesHint="6"
+sdxSchedulerActionWeekViewCaption=""
+sdxSchedulerActionWeekViewHint=""
+sdxSchedulerActionWorkTimeOnlyCaption="Сʱ"
+sdxSchedulerActionWorkTimeOnlyHint="Сʱ"
+sdxSchedulerActionWorkWeekViewCaption=""
+sdxSchedulerActionWorkWeekViewHint=""
+sdxSchedulerActionYearViewCaption=""
+sdxSchedulerActionYearViewHint=""
+sdxSchedulerContent=""
+sdxSchedulerDateNavigatorContent="ڵ"
+sdxSchedulerDateNavigatorHeader="ڵ"
+sdxSchedulerDayHeader="ձ"
+sdxSchedulerEvent="¼"
+sdxSchedulerNotesAreaBlank="ע(հ)"
+sdxSchedulerNotesAreaLined="ע()"
+sdxSchedulerResourceHeader="Դ"
+sdxSchedulerSchedulerHeader="ȼƻ"
+sdxSchedulerTaskPad=""
+sdxSchedulerTimeRuler="ʱ"
+sdxSecondaryTimeZone="Ҫ"
+sdxSectionPropertiesApplyThisPointForward="һ"
+sdxSectionPropertiesApplyToCurrentSection="ǰ"
+sdxSectionPropertiesApplyToSelectedSections="ѡ"
+sdxSectionPropertiesApplyToWholeDocument="ĵ"
+sdxSeeAboveMessage="μ"
+sdxSelectAll="ȫѡ(&S)"
+sdxSelectDetailsCaption="ѡҪʾļĿϸϢ."
+sdxSelection="ѡ"
+sdxSelectionStyle="ѡ"
+sdxSelectNewRoot="ѡĸ·"
+sdxSeparators="ָ"
+sdxSeptember=""
+sdxSeptemberShort=""
+sdxSetSingleCellAsPrintAreaConfirmation="ѡһԪΪӡ.ȷ,뵥ȷ.ѡ˵Ԫ,뵥ȡ,ѡҪĵԪ,Ȼٴεôӡ"
+sdxShading="Ӱ "
+sdxShadow="Ӱ"
+sdxShellDetailsCaption="ϸ"
+sdxShellExtraLargeIconsCaption="Ĵͼ"
+sdxShellIconsCaption="ͼ"
+sdxShellLargeIconsCaption="ͼ"
+sdxShellListCaption="б"
+sdxShellListViewMenuItemPaste="ճ"
+sdxShellListViewMenuItemRefresh=""
+sdxShellListViewMenuItemSort="ʽ"
+sdxShellListViewMenuItemSortAscending=""
+sdxShellListViewMenuItemSortDescending=""
+sdxShellListViewNoItemsMatch="ûƥĿ."
+sdxShellListViewWorkingOnIt="..."
+sdxShellMediumIconsCaption="еͼ"
+sdxShellSmallIconsCaption="Сͼ"
+sdxShellViewsCaption="ͼ"
+sdxShiftCellsDown="Ԫ(&D)"
+sdxShiftCellsLeft="Ԫ(&L)"
+sdxShiftCellsRight="Ԫ(&I)"
+sdxShiftCellsUp="Ԫ(&U)"
+sdxShiftColumn="(&C)"
+sdxShiftRow="(&R)"
+sdxShortcutMenusBar="ݲ˵"
+sdxShow="ʾ"
+sdxShowGridLines=""
+sdxShowRowAndColumnHeadings="кб(&R)"
+sdxShowTimeAsFreeMessage="ͷ"
+sdxShowTimeAsLabelCaption="ʱʾΪ:"
+sdxShowTimeAsOutOfOfficeMessage=""
+sdxShowTimeAsTentativeMessage="ݶ"
+sdxShrinkHeight="߶"
+sdxShrinkWidth=""
+sdxSize="ߴ"
+sdxSizes="С"
+sdxSkinElementNotFound="Ա"%s"ûҵ"
+sdxSkinGroupNotFound=""%s"ûҵ"
+sdxSkinInvalidStreamFormat="ʽЧ"
+sdxSkinParentNotFound="Ƥ"%s"ûҵ"
+sdxSkinsRootFolder="ҵDX_VCLƤ"
+sdxSkipEmptyGroups="շ"
+sdxSkipEmptyViews="ͼ"
+sdxSlantedDashDotEdgePattern="б̻-"
+sdxSoft3D="ά(&T)"
+sdxSoftwareDepartment=""
+sdxSolidEdgePattern="ʵ"
+sdxSolidFillPattern="ʵ"
+sdxSouth="Ϸ"
+sdxSpacing=""
+sdxSparklineNoData="<>"
+sdxSpellCheckerActive="(&A)"
+sdxSpellCheckerAddButton="(&A)"
+sdxSpellCheckerAddButton1="(&D)"
+sdxSpellCheckerApplylButton="Ӧ(&A)"
+sdxSpellCheckerAutoCorrect="Զ"
+sdxSpellCheckerAutoCorrectAutomaticallyUseSuggestions="ԶʹƴдṩĽ"
+sdxSpellCheckerAutoCorrectCapitalize="д"
+sdxSpellCheckerAutoCorrectCorrectCapsLock="У CAPS LOCK ÷(&L)"
+sdxSpellCheckerAutoCorrectCorrectInitialCaps="Удĸ(&I)"
+sdxSpellCheckerAutoCorrectCorrectSentenceCaps="ĸд(&S)"
+sdxSpellCheckerAutoCorrectDisableCapsLock="Caps Lock"
+sdxSpellCheckerAutoCorrectExceptionsFormCaption="쳣"
+sdxSpellCheckerAutoCorrectOptionsFormCaption="Զѡ"
+sdxSpellCheckerAutoCorrectReplace="滻(&R):"
+sdxSpellCheckerAutoCorrectReplacementExistMessageFormat="ԶУĿ %s Ѵ.ǷҪ¶?"
+sdxSpellCheckerAutoCorrectReplaceTextAsYouType="滻ı"
+sdxSpellCheckerAutoCorrectWith="(&W):"
+sdxSpellCheckerAutoInclude="Զ(&U)"
+sdxSpellCheckerAutoInclude1="Զ"
+sdxSpellCheckerCancelButton="ȡ"
+sdxSpellCheckerChangeAllButton="ı(&L)"
+sdxSpellCheckerChangeButton="ı(&C)"
+sdxSpellCheckerChangeTo="ıΪ(&T):"
+sdxSpellCheckerCloseButton="ر"
+sdxSpellCheckerConfirmUseUnknownWord="ѡҪĻԶʵҲĵ. \nҪʹʲ?"
+sdxSpellCheckerCustomDictionaryFormCaption="Զʵ"
+sdxSpellCheckerDeleteAllButton="ȫɾ(&L)"
+sdxSpellCheckerDeleteButton="ɾ(&D)"
+sdxSpellCheckerDeleteButton1="ɾ(&E)"
+sdxSpellCheckerDeleteButton2="ɾ(&L)"
+sdxSpellCheckerEditButton="༭..."
+sdxSpellCheckerExceptionsButton="쳣(&E)"
+sdxSpellCheckerFileFormatMismatch="ļʽƥ"
+sdxSpellCheckerFirstLetterExceptions="д (ûкĴд)"
+sdxSpellCheckerHunspellDictionary="ƴд"
+sdxSpellCheckerIgnoreAllButton="ȫ(&G)"
+sdxSpellCheckerIgnoreButton="(&I)"
+sdxSpellCheckerIgnoreEmails="Եʼ"
+sdxSpellCheckerIgnoreMixedCaseWords="Եĵ MiXeDcASe"
+sdxSpellCheckerIgnoreRepeatedWords="ظĵ"
+sdxSpellCheckerIgnoreUpperCaseWords="Դдĵ"
+sdxSpellCheckerIgnoreUrls="վ"
+sdxSpellCheckerIgnoreWordsWithNumbers="Դֵĵ"
+sdxSpellCheckerInitialCapsExceptions="ĸдĵ"
+sdxSpellCheckerISpellDictionary="ƽ"
+sdxSpellCheckerMoreThanOne="һִгֻһTdxSpellChecker"
+sdxSpellCheckerNoActiveDictionaries="ʵ䲻"
+sdxSpellCheckerNoSuggestions="()"
+sdxSpellCheckerNotInDictionary="ֵ:"
+sdxSpellCheckerNotUseChangeAll="ѡõ \nΪıƴд \nѡ仰,Ļָԭľ"
+sdxSpellCheckerOkButton="ȷ(&O)"
+sdxSpellCheckerOpenOfficeDictionary="칫"
+sdxSpellCheckerOptionsButton="ѡ..."
+sdxSpellCheckerRepeatedWord="ظĵ:"
+sdxSpellCheckerReplaceButton="滻(&A)"
+sdxSpellCheckerSelectionCheckIsFinished="ѡ.ǷҪĵಿ?"
+sdxSpellCheckerSpellingComplete="ƴд."
+sdxSpellCheckerSpellingFormCaption="ƴд"
+sdxSpellCheckerSpellingLanguage=":"
+sdxSpellCheckerSpellingOptionsEditCustomDictionaryGroupBox="༭Զʵ"
+sdxSpellCheckerSpellingOptionsEditCustomDictionaryText="ԶʵӡĻɾ."
+sdxSpellCheckerSpellingOptionsFormCaption="ƴдѡ"
+sdxSpellCheckerSpellingOptionsGeneralOptionsGroupBox="ѡ"
+sdxSpellCheckerSpellingOptionsInternationalDictionariesGroupBox="ֵ"
+sdxSpellCheckerSpellingOptionsInternationalDictionariesText="ѡƴдʱҪʹõĴʵ."
+sdxSpellCheckerSpellingOptionsMainGroupBox="ƴд"
+sdxSpellCheckerSuggestButton="(&S)"
+sdxSpellCheckerSuggestions="(&N):"
+sdxSpellCheckerUndoButton="(&U)"
+sdxSpellCheckerUndoEditButton="༭(&U)"
+sdxSpellCheckerUndoLastButton="ϴβ(&U)"
+sdxSpellCheckerUserDictionary="û"
+sdxSpreadSheetActionAlignHorizontalCenterCaption="жı"
+sdxSpreadSheetActionAlignHorizontalCenterHint="жı"
+sdxSpreadSheetActionAlignHorizontalLeftCaption="ı"
+sdxSpreadSheetActionAlignHorizontalLeftHint="ı"
+sdxSpreadSheetActionAlignHorizontalRightCaption="Ҷı"
+sdxSpreadSheetActionAlignHorizontalRightHint="Ҷı"
+sdxSpreadSheetActionAlignVerticalBottomCaption="ײ"
+sdxSpreadSheetActionAlignVerticalBottomHint="ײ"
+sdxSpreadSheetActionAlignVerticalCenterCaption="м"
+sdxSpreadSheetActionAlignVerticalCenterHint="м"
+sdxSpreadSheetActionAlignVerticalTopCaption="붥"
+sdxSpreadSheetActionAlignVerticalTopHint="붥"
+sdxSpreadSheetActionAutoFitColumnWidthCaption="Ӧп"
+sdxSpreadSheetActionAutoFitColumnWidthHint="Ӧп"
+sdxSpreadSheetActionAutoFitRowHeightCaption="Ӧи߶"
+sdxSpreadSheetActionAutoFitRowHeightHint="Ӧи߶"
+sdxSpreadSheetActionAutoSumGalleryAverageCaption="ƽ"
+sdxSpreadSheetActionAutoSumGalleryCaption=""
+sdxSpreadSheetActionAutoSumGalleryCountNumbersCaption=""
+sdxSpreadSheetActionAutoSumGalleryMaxCaption=""
+sdxSpreadSheetActionAutoSumGalleryMinCaption="С"
+sdxSpreadSheetActionAutoSumGallerySumCaption="ܺ"
+sdxSpreadSheetActionBordersAllCaption="б߿"
+sdxSpreadSheetActionBordersAllHint="б߿"
+sdxSpreadSheetActionBordersBottomCaption="±߿"
+sdxSpreadSheetActionBordersBottomDoubleCaption="˫"
+sdxSpreadSheetActionBordersBottomDoubleHint="˫"
+sdxSpreadSheetActionBordersBottomHint="±߿"
+sdxSpreadSheetActionBordersBottomThickCaption="ױ߿"
+sdxSpreadSheetActionBordersBottomThickHint="ױ߿"
+sdxSpreadSheetActionBordersLeftCaption="߿"
+sdxSpreadSheetActionBordersLeftHint="߿"
+sdxSpreadSheetActionBordersMoreCaption=".."
+sdxSpreadSheetActionBordersMoreHint=".."
+sdxSpreadSheetActionBordersNoneCaption="ޱ߿"
+sdxSpreadSheetActionBordersNoneHint="ޱ߿"
+sdxSpreadSheetActionBordersOutsideCaption="ⲿ߿"
+sdxSpreadSheetActionBordersOutsideHint="ⲿ߿"
+sdxSpreadSheetActionBordersOutsideThickCaption="߿"
+sdxSpreadSheetActionBordersOutsideThickHint="߿"
+sdxSpreadSheetActionBordersRightCaption="ұ߿"
+sdxSpreadSheetActionBordersRightHint="ұ߿"
+sdxSpreadSheetActionBordersTopAndBottomCaption="±߿"
+sdxSpreadSheetActionBordersTopAndBottomDoubleCaption="˫ױ߿"
+sdxSpreadSheetActionBordersTopAndBottomDoubleHint="˫ױ߿"
+sdxSpreadSheetActionBordersTopAndBottomHint="±߿"
+sdxSpreadSheetActionBordersTopAndBottomThickCaption="ͺĵײ߿"
+sdxSpreadSheetActionBordersTopAndBottomThickHint="ͺĵײ߿"
+sdxSpreadSheetActionBordersTopCaption="ϱ߿"
+sdxSpreadSheetActionBordersTopHint="ϱ߿"
+sdxSpreadSheetActionChangeFillColorCaption="ɫ(&F):"
+sdxSpreadSheetActionChangeFillColorHint="ɫ(&F):"
+sdxSpreadSheetActionChangeFontColorCaption="ɫ"
+sdxSpreadSheetActionChangeFontColorHint="ɫ"
+sdxSpreadSheetActionChangeFontNameCaption=""
+sdxSpreadSheetActionChangeFontNameHint=""
+sdxSpreadSheetActionChangeFontSizeCaption="С"
+sdxSpreadSheetActionChangeFontSizeHint="С"
+sdxSpreadSheetActionClearAllCaption="ȫ"
+sdxSpreadSheetActionClearAllHint="ȫ"
+sdxSpreadSheetActionClearContentsCaption=""
+sdxSpreadSheetActionClearContentsHint=""
+sdxSpreadSheetActionClearFormatsCaption="ʽ"
+sdxSpreadSheetActionClearFormatsHint="ʽ"
+sdxSpreadSheetActionClearPrintAreaCaption="&ӡ"
+sdxSpreadSheetActionClearPrintAreaHint="ӡ"
+sdxSpreadSheetActionConditionalFormattingClearRulesFromEntireSheetCaption=""
+sdxSpreadSheetActionConditionalFormattingClearRulesFromEntireSheetHint=""
+sdxSpreadSheetActionConditionalFormattingClearRulesFromSelectedCellsCaption="ѡԪеĹ"
+sdxSpreadSheetActionConditionalFormattingClearRulesFromSelectedCellsHint="ѡԪеĹ"
+sdxSpreadSheetActionConditionalFormattingColorScalesGalleryCaption="ɫ"
+sdxSpreadSheetActionConditionalFormattingDataBarsGalleryCaption=""
+sdxSpreadSheetActionConditionalFormattingDataBarsGalleryGradientFillGroupCaption=""
+sdxSpreadSheetActionConditionalFormattingDataBarsGallerySolidFillGroupCaption="ʵ"
+sdxSpreadSheetActionConditionalFormattingIconSetsGalleryCaption="ͼ꼯"
+sdxSpreadSheetActionConditionalFormattingIconSetsGalleryDirectionalGroupCaption=""
+sdxSpreadSheetActionConditionalFormattingIconSetsGalleryIndicatorsGroupCaption="ָ"
+sdxSpreadSheetActionConditionalFormattingIconSetsGalleryRatingsGroupCaption=""
+sdxSpreadSheetActionConditionalFormattingIconSetsGalleryShapesGroupCaption="״"
+sdxSpreadSheetActionConditionalFormattingMoreRulesCaption="..."
+sdxSpreadSheetActionConditionalFormattingMoreRulesHint="..."
+sdxSpreadSheetActionConditionalFormattingNewRuleCaption="¹..."
+sdxSpreadSheetActionConditionalFormattingNewRuleHint="¹..."
+sdxSpreadSheetActionConditionalFormattingTopBottomRulesGalleryAboveAverageCaption="ƽˮƽ"
+sdxSpreadSheetActionConditionalFormattingTopBottomRulesGalleryBelowAverageCaption="ƽˮƽ"
+sdxSpreadSheetActionConditionalFormattingTopBottomRulesGalleryBottom10ItemsCaption="10"
+sdxSpreadSheetActionConditionalFormattingTopBottomRulesGalleryBottom10PercentsCaption="10%"
+sdxSpreadSheetActionConditionalFormattingTopBottomRulesGalleryCaption="/ײ"
+sdxSpreadSheetActionConditionalFormattingTopBottomRulesGalleryTop10ItemsCaption="ǰ10"
+sdxSpreadSheetActionConditionalFormattingTopBottomRulesGalleryTop10PercentsCaption="ǰ10%"
+sdxSpreadSheetActionCopySelectionCaption=""
+sdxSpreadSheetActionCopySelectionHint=""
+sdxSpreadSheetActionCreateDefinedNameCaption=""
+sdxSpreadSheetActionCreateDefinedNamesFromSelectionCaption="ѡ"
+sdxSpreadSheetActionCutSelectionCaption=""
+sdxSpreadSheetActionCutSelectionHint=""
+sdxSpreadSheetActionDecreaseFontSizeCaption="СС"
+sdxSpreadSheetActionDecreaseFontSizeHint="СС"
+sdxSpreadSheetActionDeleteColumnsCaption="ɾ"
+sdxSpreadSheetActionDeleteColumnsHint="ɾ"
+sdxSpreadSheetActionDeleteCommentsCaption="ɾע"
+sdxSpreadSheetActionDeleteCommentsHint="ɾע"
+sdxSpreadSheetActionDeleteRowsCaption="ɾ"
+sdxSpreadSheetActionDeleteRowsHint="ɾ"
+sdxSpreadSheetActionDeleteSheetCaption="ɾ"
+sdxSpreadSheetActionDeleteSheetHint="ɾ"
+sdxSpreadSheetActionEditCommentCaption="༭ע"
+sdxSpreadSheetActionEditCommentHint="༭ע"
+sdxSpreadSheetActionFindAndReplaceCaption="滻(&&)"
+sdxSpreadSheetActionFindAndReplaceHint="滻"
+sdxSpreadSheetActionFreezeFirstColumnCaption="һ"
+sdxSpreadSheetActionFreezeFirstColumnHint="һ"
+sdxSpreadSheetActionFreezePanesCaption="ᴰ"
+sdxSpreadSheetActionFreezePanesHint="ᴰ"
+sdxSpreadSheetActionFreezeTopRowCaption="һ"
+sdxSpreadSheetActionFreezeTopRowHint="һ"
+sdxSpreadSheetActionGroupColumnsCaption="з"
+sdxSpreadSheetActionGroupColumnsHint="з"
+sdxSpreadSheetActionGroupRowsCaption="з"
+sdxSpreadSheetActionGroupRowsHint="з"
+sdxSpreadSheetActionHideColumnsCaption=""
+sdxSpreadSheetActionHideColumnsHint=""
+sdxSpreadSheetActionHideRowsCaption=""
+sdxSpreadSheetActionHideRowsHint=""
+sdxSpreadSheetActionHideSheetCaption="ع"
+sdxSpreadSheetActionHideSheetHint="ع"
+sdxSpreadSheetActionIncreaseFontSizeCaption="С"
+sdxSpreadSheetActionIncreaseFontSizeHint="С"
+sdxSpreadSheetActionInsertColumnsCaption="빤"
+sdxSpreadSheetActionInsertColumnsHint="빤"
+sdxSpreadSheetActionInsertPageBreakCaption="&Iҳ"
+sdxSpreadSheetActionInsertPageBreakHint="ҳ"
+sdxSpreadSheetActionInsertPictureCaption="ͼƬ"
+sdxSpreadSheetActionInsertPictureDialogTitle="ͼƬ"
+sdxSpreadSheetActionInsertPictureHint="ͼƬ"
+sdxSpreadSheetActionInsertRowsCaption="빤"
+sdxSpreadSheetActionInsertRowsHint="빤"
+sdxSpreadSheetActionInsertSheetCaption="빤"
+sdxSpreadSheetActionInsertSheetHint="빤"
+sdxSpreadSheetActionMergeCellsAcrossCaption="ϲ"
+sdxSpreadSheetActionMergeCellsAcrossHint="ϲ"
+sdxSpreadSheetActionMergeCellsAndCenterCaption="ϲ"
+sdxSpreadSheetActionMergeCellsAndCenterHint="ϲ"
+sdxSpreadSheetActionMergeCellsCaption="ϲԪ"
+sdxSpreadSheetActionMergeCellsHint="ϲԪ"
+sdxSpreadSheetActionMorePageMarginsCaption="ҳ߾..."
+sdxSpreadSheetActionMorePaperSizesCaption="ֽŴС..."
+sdxSpreadSheetActionNewCommentCaption="½ע"
+sdxSpreadSheetActionNewCommentHint="½ע"
+sdxSpreadSheetActionNewDocumentCaption="½(&N)"
+sdxSpreadSheetActionNewDocumentHint="½"
+sdxSpreadSheetActionNextCommentCaption="һע"
+sdxSpreadSheetActionNextCommentHint="һע"
+sdxSpreadSheetActionOpenDocumentCaption="(&O)"
+sdxSpreadSheetActionOpenDocumentHint=""
+sdxSpreadSheetActionPageMarginsGalleryBottomPartCaption="ײ"
+sdxSpreadSheetActionPageMarginsGalleryCaption="߾"
+sdxSpreadSheetActionPageMarginsGalleryFooterPartCaption="ҳ"
+sdxSpreadSheetActionPageMarginsGalleryHeaderPartCaption=""
+sdxSpreadSheetActionPageMarginsGalleryLeftPartCaption=""
+sdxSpreadSheetActionPageMarginsGalleryNarrowMarginsCaption="խ"
+sdxSpreadSheetActionPageMarginsGalleryNormalMarginsCaption=""
+sdxSpreadSheetActionPageMarginsGalleryRightPartCaption=""
+sdxSpreadSheetActionPageMarginsGalleryTopPartCaption=""
+sdxSpreadSheetActionPageMarginsGalleryWideMarginsCaption=""
+sdxSpreadSheetActionPageOrientationGalleryCaption=""
+sdxSpreadSheetActionPageSetupCaption="ҳ"
+sdxSpreadSheetActionPageSetupHint="ҳ"
+sdxSpreadSheetActionPaperSizeGalleryCaption="С"
+sdxSpreadSheetActionPasteSelectionCaption="ճ"
+sdxSpreadSheetActionPasteSelectionHint="ճ"
+sdxSpreadSheetActionPreviousCommentCaption="һע"
+sdxSpreadSheetActionPreviousCommentHint="һע"
+sdxSpreadSheetActionPrintCaption="ӡ(&P)"
+sdxSpreadSheetActionPrintHint="ӡ"
+sdxSpreadSheetActionPrintPreviewCaption="ӡԤ(&V)"
+sdxSpreadSheetActionPrintPreviewHint="ӡԤ"
+sdxSpreadSheetActionPrintTitlesCaption="&ӡ"
+sdxSpreadSheetActionPrintTitlesHint="ָҪÿӡҳظк."
+sdxSpreadSheetActionProtectSheetCaption=""
+sdxSpreadSheetActionProtectSheetHint="ͨ˵ı༭ֹҪĸ."
+sdxSpreadSheetActionProtectWorkbookCaption=""
+sdxSpreadSheetActionProtectWorkbookHint="ֹ˶Թнṹ,ƶɾӹ."
+sdxSpreadSheetActionRedoCaption=""
+sdxSpreadSheetActionRedoHint=""
+sdxSpreadSheetActionRemovePageBreakCaption="ɾҳ"
+sdxSpreadSheetActionRemovePageBreakHint="ɾҳ"
+sdxSpreadSheetActionResetAllPageBreaksCaption="зҳ"
+sdxSpreadSheetActionResetAllPageBreaksHint="зҳ"
+sdxSpreadSheetActionSaveDocumentAsCaption="Ϊ(&S)"
+sdxSpreadSheetActionSaveDocumentAsHint="Ϊ"
+sdxSpreadSheetActionSetLandscapePageOrientationCaption=""
+sdxSpreadSheetActionSetPortraitPageOrientationCaption=""
+sdxSpreadSheetActionSetPrintAreaCaption="&Sôӡ"
+sdxSpreadSheetActionSetPrintAreaHint="ôӡ"
+sdxSpreadSheetActionShowConditionalFormattingRulesManagerCaption=""
+sdxSpreadSheetActionShowConditionalFormattingRulesManagerHint=""
+sdxSpreadSheetActionShowDefinedNameManagerCaption="ѡ"
+sdxSpreadSheetActionShowHideCommentsCaption="ʾ/ע"
+sdxSpreadSheetActionShowHideCommentsHint="ʾ/ע"
+sdxSpreadSheetActionShowHyperlinkEditorCaption=""
+sdxSpreadSheetActionShowHyperlinkEditorHint=""
+sdxSpreadSheetActionSortAscendingCaption="AZ"
+sdxSpreadSheetActionSortAscendingHint="AZ"
+sdxSpreadSheetActionSortDescendingCaption="ZA"
+sdxSpreadSheetActionSortDescendingHint="ZA"
+sdxSpreadSheetActionTextIndentDecreaseCaption=""
+sdxSpreadSheetActionTextIndentDecreaseHint=""
+sdxSpreadSheetActionTextIndentIncreaseCaption=""
+sdxSpreadSheetActionTextIndentIncreaseHint=""
+sdxSpreadSheetActionTextWrapCaption="Զ(&X)"
+sdxSpreadSheetActionTextWrapHint="Զ(&X)"
+sdxSpreadSheetActionToggleFontBoldCaption="(&B)"
+sdxSpreadSheetActionToggleFontBoldHint=""
+sdxSpreadSheetActionToggleFontItalicCaption="б(&I)"
+sdxSpreadSheetActionToggleFontItalicHint="б"
+sdxSpreadSheetActionToggleFontStrikeoutCaption="ɾ"
+sdxSpreadSheetActionToggleFontStrikeoutHint="ɾ"
+sdxSpreadSheetActionToggleFontUnderlineCaption="»(&U)"
+sdxSpreadSheetActionToggleFontUnderlineHint="»"
+sdxSpreadSheetActionUndoCaption=""
+sdxSpreadSheetActionUndoHint=""
+sdxSpreadSheetActionUnfreezePanesCaption="ȡᴰ"
+sdxSpreadSheetActionUnfreezePanesHint="ȡᴰ"
+sdxSpreadSheetActionUngroupColumnsCaption="ȡ"
+sdxSpreadSheetActionUngroupColumnsHint="ȡ"
+sdxSpreadSheetActionUngroupRowsCaption="ȡ"
+sdxSpreadSheetActionUngroupRowsHint="ȡ"
+sdxSpreadSheetActionUnhideColumnsCaption="ʾ"
+sdxSpreadSheetActionUnhideColumnsHint="ʾ"
+sdxSpreadSheetActionUnhideRowsCaption="ʾ"
+sdxSpreadSheetActionUnhideRowsHint="ʾ"
+sdxSpreadSheetActionUnhideSheetCaption="ʾҳ"
+sdxSpreadSheetActionUnhideSheetHint="ʾҳ"
+sdxSpreadSheetActionUnmergeCellsCaption="ȡԪϲ"
+sdxSpreadSheetActionUnmergeCellsHint="ȡԪϲ"
+sdxSpreadSheetActionUseDefinedNameInFormulaCaption="ʹùʽ"
+sdxSpreadSheetActionZoomDefaultCaption="100%"
+sdxSpreadSheetActionZoomDefaultHint="100%"
+sdxSpreadSheetActionZoomInCaption="С"
+sdxSpreadSheetActionZoomInHint="С"
+sdxSpreadSheetActionZoomOutCaption="Ŵ"
+sdxSpreadSheetActionZoomOutHint="Ŵ"
+sdxSquare=""
+sdxStandardBar=""
+sdxStandardStyle="ʽ"
+sdxStartFromActiveDetails="ӵǰϸڿʼ"
+sdxStartLabelCaption="ʼ:"
+sdxStateImages="״̬ͼ(&S)"
+sdxStatus="״̬:"
+sdxStatusGenerateReport=". %d%%"
+sdxStatusPrinting="ڴӡ. %d ҳ"
+sdxStatusReady=""
+sdxStyle="ʽ(&S):"
+sdxStyleName="ʽ(&N):"
+sdxStyles="ʽ"
+sdxStyleSheetNameAlreadyExists="ʽ"%s"Ѵ"
+sdxStyleSheets="ʽ"
+sdxSubjectLabelCaption=":"
+sdxSummary="Ҫ"
+sdxSummaryFormat=" = 0"
+sdxSuppressBackgroundBitmaps="ѹ(&S)"
+sdxSuppressContentColoration="ֹݵɫ(&C)"
+sdxSuppressSourceFormats="ֹԴʽ(&S)"
+sdxSwimmingPool="Ӿ"
+sdxSysColor3DDkShadow="άӰ"
+sdxSysColor3DLight="ά"
+sdxSysColorActiveBorder="߿"
+sdxSysColorActiveCaption=""
+sdxSysColorAppWorkSpace="Ӧóռ"
+sdxSysColorBackground=""
+sdxSysColorBtnFace="ť"
+sdxSysColorBtnHighligh="ť"
+sdxSysColorBtnShadow="ťӰ"
+sdxSysColorBtnText="ťı"
+sdxSysColorCaptionText=""
+sdxSysColorGrayText="ɫ"
+sdxSysColorHighLight=""
+sdxSysColorHighLighText="ı"
+sdxSysColorInactiveBorder="ǻ߿"
+sdxSysColorInactiveCaption=""
+sdxSysColorInactiveCaptionText=""
+sdxSysColorInfoBk="Ϣ"
+sdxSysColorInfoText="Ϣı"
+sdxSysColorMenu="˵"
+sdxSysColorMenuText="˵"
+sdxSysColorScrollBar=""
+sdxSysColorWindow=""
+sdxSysColorWindowFrame="ڿ"
+sdxSysColorWindowText="ı"
+sdxSystemProgrammers="ϵͳԱ"
+sdxTabbedMDIManagerAlreadyExists="TabbedMDIManagerѴ"
+sdxTabbedMDIManagerFormIsNotMainForm="ѡʽMDI岻Ӧó"
+sdxTabbedMDIManagerFormIsNotMDIForm="ѡʽMDI岻MDI"
+sdxTabbedMDIOwnerIsNotForm="߲TForm"
+sdxTabPrintStyles="ӡʽ"
+sdxTabs="ǩҳ"
+sdxTall="ҳ(&T)"
+sdxTaskPad=""
+sdxTechnicalDepartment=""
+sdxText="ı(&T)"
+sdxTextAlign="ı(&A)"
+sdxTextAlignBottom=""
+sdxTextAlignCenter=""
+sdxTextAlignHorz="ˮƽ(&Z)"
+sdxTextAlignJustified=""
+sdxTextAlignLeft=""
+sdxTextAlignRight=""
+sdxTextAlignTop=""
+sdxTextAlignVCenter=""
+sdxTextAlignVert="ֱ(&V)"
+sdxTexture="(&T)"
+sdxTextureBlueTissuePaper="ɫɰֽ"
+sdxTextureBouquet=""
+sdxTextureBrownMarble="ɫʯ"
+sdxTextureCanvas=""
+sdxTextureCork="ľ"
+sdxTextureDenim="бƲ"
+sdxTextureFishFossil="ʯ"
+sdxTextureGranite=""
+sdxTextureGreenMarble="ɫʯ"
+sdxTextureMediumWood="ɫľ"
+sdxTextureNewSprint="ֽ"
+sdxTextureOak="ľ"
+sdxTexturePaperBag="ֽ"
+sdxTexturePapyrus="ֽɯֽ"
+sdxTextureParchment="Ƥֽ"
+sdxTexturePinkMarble="ɫɰֽ"
+sdxTexturePurpleMesh="ɫ"
+sdxTextureRecycledPaper="ֽ"
+sdxTextureSand="ɳ̲"
+sdxTextureStationary="ֽ"
+sdxTextureWalnut=""
+sdxTextureWaterDroplets="ˮ"
+sdxTextureWhiteMarble="ɫʯ"
+sdxTextureWonenMat="֯"
+sdxThereAreNowItemsForShow="ûĿ"
+sdxThereIsNoPictureToDisplay="ͼƬʾ"
+sdxThickCrossHatchFillPattern="ֶԽ"
+sdxThickness=":"
+sdxThickSolidEdgePattern="ʵ"
+sdxThinDiagonalCrossHatchFillPattern="ϸԽ"
+sdxThinDiagonalStripeFillPattern="ϸԽ"
+sdxThinHorizontalCrossHatchFillPattern="ϸˮƽ"
+sdxThinHorizontalStripeFillPattern="ϸˮƽ"
+sdxThinReverseDiagonalStripeFillPattern="ϸԽ"
+sdxThinSolidEdgePattern="ʵ"
+sdxThinVerticalStripeFillPattern="ϸֱ"
+sdxTitleModeNone=""
+sdxTitleModeOnEveryTopPage="ÿŶҳ"
+sdxTitleModeOnFirstPage="ڵһҳ"
+sdxTLBand="Ŀ"
+sdxTLColumnAxisymmetric="Գ"
+sdxTLColumnItemShape="״"
+sdxTLColumnName=""
+sdxTLIncorrectHeadersState="ʹҲûOnEveryPageģʽ\\n\\nӦ:\\n - ôΪOnEveryPageѡΪ\\n - ôɼѡΪ"
+sdxTokenEditMoreTokensHint="%d : \n(%s)"
+sdxTop="(&T):"
+sdxTopMargin="ϱ߾"
+sdxTotal="ϼ"
+sdxTPicture="ͼƬ"
+sdxTransparent="(&T)"
+sdxTransparentColumnGraphics="ͼ(&G)"
+sdxTransparentGraphics="ͼ(&T)"
+sdxTransparentRichEdits="RichEdit(&R)"
+sdxTransparents=""
+sdxTreeEffects="Ч"
+sdxTreeLines="(&T)"
+sdxTreeLinesColor="ɫ(&R):"
+sdxTrue=""
+sdxTwoPages="ҳ"
+sdxUnableToGenerateReport="ɱ"
+sdxUncheckAllChildren="ȡѡе(&A)"
+sdxUnhideSheetDialogCaption="ʾ"
+sdxUnhideSheetDialogHiddenSheets="ʾҳ(&U):"
+sdxUnitPrice="λ۸"
+sdxUnitsCentimeters=""
+sdxUnitsCentimetersName=""
+sdxUnitsDefaultName="Ĭ"
+sdxUnitsInches=".."
+sdxUnitsInchesName="Ӣ"
+sdxUnitsMillimeters=""
+sdxUnitsMillimetersName=""
+sdxUnitsPicas=""
+sdxUnitsPicasName=""
+sdxUnitsPoints="pt"
+sdxUnitsPointsName=""
+sdxUnmergeCellsConfirmation="ȷȡϲĵԪ?"
+sdxUnnamedStyleSheet="δ"
+sdxUnsupportedEncryption="ֵ֧ļ㷨"
+sdxUnwrap="Զ(&U)"
+sdxUnwrapTabs="еıǩҳ(&U)"
+sdxUnwrapTopLevel="ֹԶ(&W)"
+sdxUse3DEffects="ʹάЧ(&3)"
+sdxUseNativeStyles="ʹñʽ(&U)"
+sdxUserDefined="[Զ]"
+sdxVertAlignBottom="ײ"
+sdxVertAlignCenter=""
+sdxVertAlignDistributed="ɢ"
+sdxVertAlignJustify=""
+sdxVertAlignment=" ֱ "
+sdxVertAlignTop=""
+sdxVertical="ֱ(&E):"
+sdxVerticalFillPattern="ֱ"
+sdxVertically="ֱ(&V)"
+sdxVerticalStripeFillPattern="ֱ"
+sdxVertLines="ֱ(&V)"
+sdxViewAlreadyExists="ͬͼ = %d Ѿ."
+sdxViewTab="ͼ"
+sdxVisible="ɼ(&V)"
+sdxWeek=""
+sdxWest=""
+sdxWholePage="ҳ"
+sdxWidenToSourceWidth="չԭʼ"
+sdxWidth=""
+sdxWizardControlButtonBack="һ(&B)"
+sdxWizardControlButtonCancel="ȡ(&C)"
+sdxWizardControlButtonFinish="(&F)"
+sdxWizardControlButtonHelp="(&H)"
+sdxWizardControlButtonNext="һ(&N)"
+sdxWizardControlErrorWrongChild="ֻܲһTdxWizardControlPageTdxWizardControl."
+sdxWizardControlErrorWrongPageIndex="%dЧPageIndexֵ. PageIndex0%d֮"
+sdxWizardControlErrorWrongParent="ֻܲһTdxWizardControlPageTdxWizardControl."
+sdxWizardControlPageDefaultDescription="ҳ:⽫ûһ"
+sdxWizardControlPageDefaultTitle="ҳ"
+sdxWrapData="Զ(&W)"
+sdxWrapRecords="¼(&W)"
+sdxX509CertificatePasswordDialogCaption="˽Կ"
+sdxX509CertificatePasswordDialogPassword=":"
+sdxX509CertificatePasswordDialogPasswordNotes="Ϊ˱ְȫ,˽Կ뱣."
+sdxZoomDlgCaption=""
+sdxZoomDlgFontPreview="12pt "
+sdxZoomDlgFontPreviewString="AaBbCcDdEeXxYyZz"
+sdxZoomDlgFourPages="ҳ(&F)"
+sdxZoomDlgManyPages="ҳ(&M):"
+sdxZoomDlgPageWidth="ҳ(&W)"
+sdxZoomDlgPercent="ٷֱ(&E):"
+sdxZoomDlgPreview="Ԥ "
+sdxZoomDlgTwoPages="ҳ(&T)"
+sdxZoomDlgWholePage="ҳ(&H)"
+sdxZoomDlgZoomTo=" "
+sdxZoomParameters="(&P) "
+secxAllDay="ȫ"
+secxAlldayevent="ȫ¼"
+secxBillingInformation=""
+secxCategories=""
+secxDescription=""
+secxEndDate=""
+secxEndTime="ʱ"
+secxExportStorageInvalid="ûָɴ洢"
+secxFalse=""
+secxFinish=""
+secxLocation="λ"
+secxMeetingOrganizer="֯"
+secxMeetingResources="Դ"
+secxMileage="Ŀ"
+secxNo=""
+secxNormal="һ"
+secxOptionalAttendees="ѡ"
+secxPriority=""
+secxPrivate="˽"
+secxReminder=""
+secxReminderDate=""
+secxReminderonoff="ѿ"
+secxReminderTime="ʱ"
+secxRequiredAttendees="ѡ"
+secxSensitivity=""
+secxSetDateRangeAnd=""
+secxSetDateRangeCaption="ڷΧ"
+secxSetDateRangeText="Լ֮䷢¼:"
+secxShowtimeas="ʱʾ"
+secxStart="ʼ"
+secxStartDate="ʼ"
+secxStartTime="ʼʱ"
+secxState="״̬"
+secxSubject=""
+secxTimeRange="%s %s"
+secxTrue=""
+secxYes=""
+serDivZeroError="#DIV/0!"
+serNAError="#N/A"
+serNameError="#NAME?"
+serNullError="#NULL!"
+serNumError="#NUM!"
+serRefError="#REF!"
+serValueError="#VALUE!"
+sfnAbs="ABS"
+sfnAbsDescription="ؾֵ."
+sfnAccrInt="ACCRINT"
+sfnAccrIntDescription="֧Ϣ֤ȯӦϢ."
+sfnAccrIntM="ACCRINTM"
+sfnAccrIntMDescription="ص֧֤ȯӦϢ."
+sfnAcos="ACOS"
+sfnAcosDescription="ط."
+sfnAcosh="ACOSH"
+sfnAcoshDescription="ط˫."
+sfnAcot="ACOT"
+sfnAcotDescription="arccotangentֵ."
+sfnAcoth="ACOTH"
+sfnAcothDescription="ط˫ֵ."
+sfnAddress="ADDRESS"
+sfnAddressDescription="һеԪı."
+sfnAggregate="AGGREGATE"
+sfnAggregateDescription="ָбеľۺ,þۺϴккʹѡ. "
+sfnAmorDegr="AMORDEGRC"
+sfnAmorDegrDescription="ÿڼʲ۾.Ϊϵͳṩ."
+sfnAmorLinc="AMORLINC"
+sfnAmorLincDescription="ÿڼ۾ɶ."
+sfnAnd="AND"
+sfnAndDescription="ִͲ."
+sfnArabic="ARABIC"
+sfnArabicDescription="תΪ."
+sfnAreas="AREAS"
+sfnAreasDescription="һе."
+sfnASC="ASC"
+sfnASCDescription="ȫ(˫ֽ)ӢĸƬ滻ΪӦİ(ֽ)ַ."
+sfnAsin="ASIN"
+sfnAsinDescription="ػ."
+sfnAsinh="ASINH"
+sfnAsinhDescription="ط˫."
+sfnAtan="ATAN"
+sfnAtan2="ATAN2"
+sfnAtan2Description="ʹָXY귵ֵ."
+sfnAtanDescription="ֵ."
+sfnAtanh="ATANH"
+sfnAtanhDescription="ط˫ֵ."
+sfnAveDev="AVEDEV"
+sfnAveDevDescription="һֵϵǵƽֵľƫƽֵ.ֵǶݼԵһֺ."
+sfnAverage="AVERAGE"
+sfnAverageA="AVERAGEA"
+sfnAverageADescription="зǿյԪֵƽֵ."
+sfnAverageDescription="һֵϵеƽֵ."
+sfnAverageIF="AVERAGEIF"
+sfnAverageIFDescription="صԪΧзضĵԪƽֵ(ƽֵ)."
+sfnAverageIFS="AVERAGEIFS"
+sfnAverageIFSDescription="з϶ĵԪƽֵ(ƽֵ)."
+sfnBahtTextDescription="תΪı,ʹ "̩ "Ҹʽ."
+sfnBase="BASE"
+sfnBaseDescription="һתΪָ(С)ıʾ."
+sfnBathText="BAHTTEXT"
+sfnBesselI="BESSELI"
+sfnBesselJ="BESSELJ"
+sfnBesselK="BESSELK"
+sfnBesselY="BESSELY"
+sfnBeta_Dist="BETA.DIST"
+sfnBeta_DistDescription="ۻĦ¸ܶȷֲ.·ֲоһضָ(Ϊٷֱ)ڲͬеı仯Ǻõ."
+sfnBeta_Inv="BETA.INV"
+sfnBeta_InvDescription="ָ·ֲʵۻ¸ܶȺֵ."
+sfnBetaDist="BETADIST"
+sfnBetaDistDescription="ۻĦ¸ܶȺ.ֲоضָ(Ϊٷֱ)ڲͬеı仯dz."
+sfnBetaInv="BETAINV"
+sfnBetaInvDescription="ָ·ֲʵۻ¸ܶȺֵ. \n"
+sfnBin2Dec="BIN2DEC"
+sfnBin2Hex="BIN2HEX"
+sfnBin2Oct="BIN2OCT"
+sfnBinom_Dist="BINOM.DIST"
+sfnBinom_Dist_Range="BINOM.DIST.RANGE"
+sfnBinom_Dist_RangeDescription="ͨʹöֲһĸ."
+sfnBinom_DistDescription="ظֲ.һ̶Ķ,ЩĽֻdzɹʧ,ǰdzɹĸв仯."
+sfnBinom_Inv="BINOM.INV"
+sfnBinom_InvDescription="ۻֲڻһֵСֵ."
+sfnBinomDist="BINOMDIST"
+sfnBinomDistDescription="صֲ. ʵгɹĸʲ,ʹô˺ֻܵ³ɹʧܵĻĶ. "
+sfnBitAnd="BITAND"
+sfnBitLShift="BITLSHIFT"
+sfnBitOr="BITOR"
+sfnBitRShift="BITRSHIFT"
+sfnBitXor="BITXOR"
+sfnCategoryCommon="ͨ"
+sfnCategoryCompatibility=""
+sfnCategoryCube=""
+sfnCategoryDatabase="ݿ"
+sfnCategoryDateTime="ںʱ"
+sfnCategoryEngineering=""
+sfnCategoryFinancial=""
+sfnCategoryInformation="Ϣ"
+sfnCategoryLogical=""
+sfnCategoryLookupAndReference="Һ"
+sfnCategoryMath="ѧǺ"
+sfnCategoryStatistical="ͳ"
+sfnCategoryText="ı"
+sfnCeiling="CEILING"
+sfnCeiling_Math="CEILING.MATH"
+sfnCeiling_MathDescription="һ뵽ӽӽı."
+sfnCeiling_Precise="CEILING.PRECISE"
+sfnCeiling_PreciseDescription="һ뵽ӽӽı."
+sfnCeilingDescription="ָҪ,ֵ뵽ӽı."
+sfnCell="CELL"
+sfnCellDescription="йصԪĸʽλûݵϢ."
+sfnChar="CHAR"
+sfnCharDescription="ַָyһ.ʹCHARܴ͵ļļеõĴҳ뷭ַ."
+sfnChiDist="CHIDIST"
+sfnChiDistDescription="ؿֲ˫β.ijָʵеı仯."
+sfnChiInv="CHIINV"
+sfnChiInvDescription="㿨ֲβʵֵ."
+sfnChiSQ_Dist="CHISQ.DIST"
+sfnChiSQ_Dist_RT="CHISQ.DIST.RT"
+sfnChiSQ_Dist_RTDescription="chi-squaredֲβ.ijָʵеı仯."
+sfnChiSQ_DistDescription="chi-squaredֲ,ͨоضָڲͬеİٷֱȱ仯."
+sfnChiSQ_Inv="CHISQ.INV"
+sfnChiSQ_Inv_RT="CHISQ.INV.RT"
+sfnChiSQ_Inv_RTDescription="㿨ֲβʵֵ."
+sfnChiSQ_InvDescription="chi-squaredֲβʵֵ."
+sfnChiSQ_Test="CHISQ.TEST"
+sfnChiSQ_TestDescription="ضԵļ,ΪͳʵɶȵĿֲֵ.ȷضļǷʵ֤."
+sfnChiTest="CHITEST"
+sfnChiTestDescription="ضԵļ,ΪͳʵɶȵĿֲֵ.ȷָļǷʵ֤."
+sfnChoose="CHOOSE"
+sfnChooseDescription="ֵбзһֵ.ʹŴֵָѡһ."
+sfnClean="CLEAN"
+sfnCleanDescription="ɾıвɴӡַ.ԴӦóİڲϵͳдӡַı,ʹCLEAN."
+sfnCode="CODE"
+sfnCodeDescription="һıַеһִַ.صĴļʹõַӦ."
+sfnColumn="COLUMN"
+sfnColumnDescription="һõк."
+sfnColumns="COLUMNS"
+sfnColumnsDescription="һе."
+sfnCombin="COMBIN"
+sfnCombinA="COMBINA"
+sfnCombinADescription="ָĿ(ظ)."
+sfnCombinDescription="ָĿ."
+sfnComplex="COMPLEX"
+sfnConcatenate="CONCATENATE"
+sfnConcatenateDescription="ıַӳһıַ."&"Ʒ."
+sfnConfidence="CONFIDENCE"
+sfnConfidence_Norm="CONFIDENCE.NORM"
+sfnConfidence_NormDescription="ʹֲ̬˿ƽֵ."
+sfnConfidence_T="CONFIDENCE.T"
+sfnConfidence_TDescription="ʹѧTͷֲ˿ƽֵ. \n"
+sfnConvert="CONVERT"
+sfnCorrel="CORREL"
+sfnCorrelDescription="ֵָ֮ϵ.ʹȷݼ֮Ĺϵ."
+sfnCos="COS"
+sfnCosDescription="ֵ."
+sfnCosh="COSH"
+sfnCoshDescription="˫."
+sfnCot="COT"
+sfnCotDescription="ֵ."
+sfnCoth="COTH"
+sfnCothDescription="˫."
+sfnCount="COUNT"
+sfnCountA="COUNTA"
+sfnCountADescription="ָԪΧڷǿյԪ."
+sfnCountBlank="COUNTBLANK"
+sfnCountBlankDescription="ָԪΧڿհԪ."
+sfnCountDescription="ذֵĵԪֵָ."
+sfnCountIF="COUNTIF"
+sfnCountIFDescription="ָΧڷضĵԪ."
+sfnCountIFS="COUNTIFS"
+sfnCountIFSDescription="ָΧڷ϶ĵԪ."
+sfnCoupDayBS="COUPDAYBS"
+sfnCoupDayBSDescription="شϢƱڿʼյ."
+sfnCoupDays="COUPDAYS"
+sfnCoupDaysDescription="ذڵϢƱڵ."
+sfnCoupDaysNC="COUPDAYSNC"
+sfnCoupDaysNCDescription="شӽյһƱյ."
+sfnCoupIPMT="CUMIPMT"
+sfnCoupIPMTDescription="ָʱ֧֮ۼϢ."
+sfnCoupNCD="COUPNCD"
+sfnCoupNCDDescription="ؽ֮һƱ."
+sfnCoupNum="COUPNUM"
+sfnCoupNumDescription="ؽպ͵֮Ӧ֧ϢƱ."
+sfnCoupPCD="COUPPCD"
+sfnCoupPCDDescription="ؽ֮ǰǰһϢƱ."
+sfnCoupRINC="CUMPRINC"
+sfnCoupRINCDescription="ضʱ,һ֧ۼƱ."
+sfnCovar="COVAR"
+sfnCovarDescription="ָÿһֵƫ˻ƽֵ(Э).ȷֵ֮Ĺϵ."
+sfnCovariance_P="COVARIANCE.P"
+sfnCovariance_PDescription="ֵָϵÿһֵƫ˻˿ƽֵ(˿Э)."
+sfnCovariance_S="COVARIANCE.S"
+sfnCovariance_SDescription="ֵָϵÿһֵƫ˻(Э)ƽֵ."
+sfnCritBinom="CRITBINOM"
+sfnCritBinomDescription="ۻֲڻһضֵֵ."
+sfnCsc="CSC"
+sfnCscDescription="."
+sfnCsch="CSCH"
+sfnCschDescription="˫."
+sfnCubeKPIMember="CUBEKPIMEMBER"
+sfnCubeMember="CUBEMEMBER"
+sfnCubeMemberProperty="CUBEMEMBERPROPERTY"
+sfnCubeRankedMember="CUBERANKEDMEMBER"
+sfnCubeSet="CUBESET"
+sfnCubeSetCount="CUBESETCOUNT"
+sfnCubeValue="CUBEVALUE"
+sfnDate="DATE"
+sfnDateDescription="Ӧָڵк."
+sfnDateValue="DATEVALUE"
+sfnDateValueDescription="ָΪıַתΪӦк."
+sfnDAverage="DAVERAGE"
+sfnDay="DAY"
+sfnDayDescription="һкתΪӦ()."
+sfnDays="DAYS"
+sfnDays360="DAYS360"
+sfnDays360Description="ָ֮,360(1230),һЩƼʹ."
+sfnDaysDescription="ָ֮."
+sfnDB="DB"
+sfnDBCS="DBCS"
+sfnDBCSDescription="Ӧȫ(˫ֽ)ַ滻(ֽ)ӢַƬ."
+sfnDBDescription="ͨʹù̶ݼ,һʲضʱڵ۾."
+sfnDCount="DCOUNT"
+sfnDCountA="DCOUNTA"
+sfnDDB="DDB"
+sfnDDBDescription="ͨʹ˫ݼָ,ijʲָʱڵ۾ɶ."
+sfnDec2Bin="DEC2BIN"
+sfnDec2Hex="DEC2HEX"
+sfnDec2Oct="DEC2OCT"
+sfnDecimal="DECIMAL"
+sfnDecimalDescription="ʹָĻ(С)һֵıʾתΪһ."
+sfnDegrees="DEGREES"
+sfnDegreesDescription="תΪ."
+sfnDelta="DELTA"
+sfnDevSQ="DEVSQ"
+sfnDevSQDescription="еƫƽֵƽ֮."
+sfnDGet="DGET"
+sfnDisc="DISC"
+sfnDiscDescription="һ֤ȯ."
+sfnDMax="DMAX"
+sfnDMin="DMIN"
+sfnDollar="DOLLAR"
+sfnDollarDe="DOLLARDE"
+sfnDollarDeDescription="ʾΪԪ۸תɱʾΪСԪ۸."
+sfnDollarDescription="ʹûҸʽ$#,##0.00_);($#,##0.00)תΪı,С뵽ָλ."
+sfnDollarFr="DOLLARFR"
+sfnDollarFrDescription="СʾԪ۸תΪԷʾԪ۸."
+sfnDProduct="DPRODUCT"
+sfnDStDev="DSTDEV"
+sfnDStDevP="DSTDEVP"
+sfnDSum="DSUM"
+sfnDuration="DURATION"
+sfnDurationDescription="ضڸϢ֤ȯ."
+sfnDVar="DVAR"
+sfnDVarP="DVARP"
+sfnEDate="EDATE"
+sfnEDateDescription="ڿʼ֮ǰָ֮к."
+sfnEffect="EFFECT"
+sfnEffectDescription="ʵ."
+sfnEOMonth="EOMONTH"
+sfnEOMonthDescription="ָ֮ǰ֮һк."
+sfnERF="ERF"
+sfnERF_Precise="ERF.PRECISE"
+sfnERFC="ERFC"
+sfnERFC_Precise="ERFC.PRECISE"
+sfnError_Type="ERROR.TYPE"
+sfnError_TypeDescription="һָӦ."
+sfnEven="EVEN"
+sfnEvenDescription="ֵָ뵽ӽż."
+sfnExact="EXACT"
+sfnExactDescription="Ƚıַ,ȫͬTRUE,FALSE.EXACTǴСде,˸ʽϵIJ.ʹEXACT뵽ĵеı."
+sfnExp="EXP"
+sfnExpDescription="ֵָָ."
+sfnExpon_Dist="EXPON.DIST"
+sfnExpon_DistDescription="ֲָ.Ҫ̳ʱĸ,õ."
+sfnExponDist="EXPONDIST"
+sfnExponDistDescription="ֲָ.Ҫ̳ʱĸ,õ."
+sfnF_Dist="F.DIST"
+sfnF_Dist_RT="F.DIST.RT"
+sfnF_Dist_RTDescription="βFʷֲ.ҪʶݼǷв̶ͬȵĶ,."
+sfnF_DistDescription="Fʷֲ."
+sfnF_Inv="F.INV"
+sfnF_Inv_RT="F.INV.RT"
+sfnF_Inv_RTDescription="βFʷֲķֵ.FʹüȽݼı仯̶."
+sfnF_InvDescription="Fʷֲֵ."
+sfnF_Test="F.TEST"
+sfnF_TestDescription="ֵָ()F,зƵ˫β."
+sfnFact="FACT"
+sfnFactDescription="ؽ׳."
+sfnFactDouble="FACTDOUBLE"
+sfnFactDoubleDescription="˫׳."
+sfnFalse=""
+sfnFalseDescription="ֵFALSE."
+sfnFDist="FDIST"
+sfnFDistDescription="βFʷֲ.ҪʶݼǷв̶ͬȵĶ,."
+sfnFind="FIND"
+sfnFindB="FINDB"
+sfnFindBDescription="ڵڶıжλһı,صһıʼλڶıĵһַ.˫ֽڵİ汾."
+sfnFindDescription="ڵڶıжλһı,صһıʼλڶıĵһַ.ֽڰ汾."
+sfnFInv="FINV"
+sfnFInvDescription="βFʷֲķֵ.FʹüȽݼı仯̶."
+sfnFisher="FISHER"
+sfnFisherDescription="Fisher任."
+sfnFisherInv="FISHERINV"
+sfnFisherInvDescription="Fisher任ֵ."
+sfnFixed="FIXED"
+sfnFixedDescription="һλɵڶС,ַʽ.ָǷַʡԶ."
+sfnFloor="FLOOR"
+sfnFloor_Math="FLOOR.MATH"
+sfnFloor_MathDescription="뵽ӽӽı."
+sfnFloor_Precise="FLOOR.PRECISE"
+sfnFloor_PreciseDescription="һ뵽ӽӽı."
+sfnFloorDescription="ֵ뵽ӽָı."
+sfnForecast="FORECAST"
+sfnForecastDescription="ͨʹеXYֵ,ԤһƵδֵ."
+sfnFormulaText="FORMULATEXT"
+sfnFormulaTextDescription="ָʽʽıʾ."
+sfnFrequency="FREQUENCY"
+sfnFrequencyDescription="ƵʷֲΪһֱ鷵."
+sfnFTest="FTEST"
+sfnFTestDescription="ֵָ()F,зƵ˫β."
+sfnFV="FV"
+sfnFVDescription="㶨ں㶨ͺ㶨ʵͶʵδֵ."
+sfnFVSchedule="FVSCHEDULE"
+sfnFVScheduleDescription="Ӧһϵиʺ,سʼδֵ."
+sfnGamma="GAMMA"
+sfnGamma_Dist="GAMMA.DIST"
+sfnGamma_DistDescription="٤ֲ.оһϵпܾƫֲ̬.٤ֲͨŶӷ."
+sfnGamma_Inv="GAMMA.INV"
+sfnGamma_InvDescription="٤ۻֲֵ.٤ֲоƫֲֵ̬."
+sfnGammaDescription="Gammaֵ."
+sfnGammaDist="GAMMADIST"
+sfnGammaDistDescription="٤ֲ.оһϵпܾƫֲ̬.٤ֲͨŶӷ."
+sfnGammaInv="GAMMAINV"
+sfnGammaInvDescription=" ٤ۻֲֵ.٤ֲоƫֲֵ̬. سηֲ,ضС˿ڳɹ˿ڹģ,ָɹĸ. "
+sfnGammaLn="GAMMALN"
+sfnGammaLn_Precise="GAMMALN.PRECISE"
+sfnGammaLn_PreciseDescription="GammaȻ(һ߾ȵİ汾)."
+sfnGammaLnDescription="GammaȻ."
+sfnGauss="GAUSS"
+sfnGaussDescription="̬˿еһԱƽֵƽֵZ֮ĸ."
+sfnGCD="GCD"
+sfnGCDDescription="ֵ."
+sfnGeomean="GEOMEAN"
+sfnGeomeanDescription="һļƽֵ."
+sfnGestep="GESTEP"
+sfnGetPivotData="GETPIVOTDATA"
+sfnGetPivotDataDescription="ش洢Pivot Tableе."
+sfnGrowth="GROWTH"
+sfnGrowthDescription="ͨʹֵ֪Ԥָ."
+sfnHarmean="HARMEAN"
+sfnHarmeanDescription="һϵֵгƽ.ƽֵǵƽֵĵ."
+sfnHex2Bin="HEX2BIN"
+sfnHex2Dec="HEX2DEC"
+sfnHex2Oct="HEX2OCT"
+sfnHLookup="HLOOKUP"
+sfnHLookupDescription="ڵһвһֵ,һзͬһеһֵ."
+sfnHour="HOUR"
+sfnHourDescription="һкתΪӦСʱ."
+sfnHyperlink="HYPERLINK"
+sfnHyperlinkDescription="һ."
+sfnHypgeom_Dist="HYPGEOM.DIST"
+sfnHypgeom_DistDescription="سηֲ,ضС˿ڳɹ˿ڹģ,ָɹĸ."
+sfnHypgeomDist="HYPGEOMDIST"
+sfnHypgeomDistDescription="سηֲ,ضС˿ڳɹ˿ڹģ,ָɹĸ."
+sfnIF="IF"
+sfnIFDescription="ִһ,ݲԽֵָеκһ."
+sfnIfError="IFERROR"
+sfnIfErrorDescription="ָĹʽʽǷд,ִ,ֵǴ."
+sfnIfNA="IFNA"
+sfnIfNADescription="ָĹʽʽǷ#N/A벢ֵ."
+sfnImAbs="IMABS"
+sfnImAginary="IMAGINARY"
+sfnImArgument="IMARGUMENT"
+sfnImConjugate="IMCONJUGATE"
+sfnImCos="IMCOS"
+sfnImCosh="IMCOSH"
+sfnImCot="IMCOT"
+sfnImCsc="IMCSC"
+sfnImCsch="IMCSCH"
+sfnImDiv="IMDIV"
+sfnImExp="IMEXP"
+sfnImLn="IMLN"
+sfnImLog10="IMLOG10"
+sfnImLog2="IMLOG2"
+sfnImPower="IMPOWER"
+sfnImProduct="IMPRODUCT"
+sfnImReal="IMREAL"
+sfnImSec="IMSEC"
+sfnImSech="IMSECH"
+sfnImSin="IMSIN"
+sfnImSinh="IMSINH"
+sfnImSqrt="IMSQRT"
+sfnImSub="IMSUB"
+sfnImSum="IMSUM"
+sfnImTan="IMTAN"
+sfnIndex="INDEX"
+sfnIndexDescription="رеһԪصֵ,ͨкеıѡ."
+sfnIndirect="INDIRECT"
+sfnIndirectDescription="ıַָ."
+sfnInfo="INFO"
+sfnInfoDescription="йصǰϢ."
+sfnInt="INT"
+sfnIntDescription="ֵ뵽ӽ."
+sfnIntercept="INTERCEPT"
+sfnInterceptDescription="֪ͨXYֵ,ֱYཻĵ.ؾǻֵ֪ͨԻƵϻع."
+sfnIntRate="INTRATE"
+sfnIntRateDescription="ȫͶ֤ȯ."
+sfnIPMT="IPMT"
+sfnIPMTDescription="һͶһʱڵϢ֧,ں㶨֧ͺ㶨."
+sfnIRR="IRR"
+sfnIRRDescription="һϵֽڲ."
+sfnIsBlank="ISBLANK"
+sfnIsBlankDescription="Ԫǿյ,TRUE."
+sfnIsErr="ISERR"
+sfnIsErrDescription="Ԫ#N/Aκδ,TRUE."
+sfnIsError="ISERROR"
+sfnIsErrorDescription="Ԫκδ(#N/A,#VALUE!,#REF!,#DIV/0!,#NUM!,#NAME?,#NULL!),TRUE."
+sfnIsEven="ISEVEN"
+sfnIsEvenDescription="ż,TRUE."
+sfnIsFormula="ISFORMULA"
+sfnIsFormulaDescription="õԪһʽʽ,TRUE."
+sfnIsLogical="ISLOGICAL"
+sfnIsLogicalDescription="ֵָָһֵ,TRUE."
+sfnIsNA="ISNA"
+sfnIsNADescription="Ԫ#N/A(һֵ)Ĵ,TRUE."
+sfnIsNonText="ISNONTEXT"
+sfnIsNonTextDescription="Ԫı,TRUE.ڿհԪTRUE."
+sfnIsNumber="ISNUMBER"
+sfnIsNumberDescription="Ԫһ,TRUE."
+sfnIso_Ceiling="ISO.CEILING"
+sfnIso_CeilingDescription="ֵ뵽ӽӽҪ.úǽֵָ."
+sfnIsOdd="ISODD"
+sfnIsOddDescription=",TRUE."
+sfnIsoWeekNum="ISOWEEKNUM"
+sfnIsoWeekNumDescription="ָܵISO."
+sfnIsPMT="ISPMT"
+sfnIsPMTDescription="һͶضʱ֧Ϣ."
+sfnIsRef="ISREF"
+sfnIsRefDescription="Ԫһ,TRUE."
+sfnIsText="ISTEXT"
+sfnIsTextDescription="ָĵԪı,TRUE."
+sfnKurt="KURT"
+sfnKurtDescription="һϵֵķ.ȱһֲֲ̬ȵԷֵƽ̹.ķȱʾһԷֵķֲ.ķȶӦһƽ̹ķֲ."
+sfnLarge="LARGE"
+sfnLargeDescription="һϵֵеĵKֵ."
+sfnLCM="LCM"
+sfnLCMDescription="ֵС."
+sfnLeft="LEFT"
+sfnLeftB="LEFTB"
+sfnLeftBDescription="һıַеĵһַ.ڶҪȡַ.˫ֽڵİ汾."
+sfnLeftDescription="һıַеĵһַ.ڶҪȡַ.ֽڰ汾."
+sfnLen="LEN"
+sfnLenB="LENB"
+sfnLenBDescription="ָıַij,λַ.˫ֽڵİ汾."
+sfnLenDescription="ָıַij,λַ.ֽڵİ汾."
+sfnLinest="LINEST"
+sfnLinestDescription="ͨʹ "С˷ "һֱߵͳ,Լʺݵֱ,һֱߵ."
+sfnLn="LN"
+sfnLnDescription="Ȼ."
+sfnLog="LOG"
+sfnLog10="LOG10"
+sfnLog10Description="ظֵĻ-10Ķ."
+sfnLogDescription="ظֵĶָĻ."
+sfnLogest="LOGEST"
+sfnLogestDescription="һʺݵָ,һߵֵ.麯ڻعʹ."
+sfnLogInv="LOGINV"
+sfnLogInvDescription="̬ۻֲķֵ."
+sfnLogNorm_Dist="LOGNORM.DIST"
+sfnLogNorm_DistDescription="ۻֲ̬."
+sfnLogNorm_Inv="LOGNORM.INV"
+sfnLogNorm_InvDescription="̬ۻֲķֵ."
+sfnLogNormDist="LOGNORMDIST"
+sfnLogNormDistDescription="ۻֲ̬."
+sfnLookup="LOOKUP"
+sfnLookupDescription="ͨҵλõĵԪзһֵ."
+sfnLower="LOWER"
+sfnLowerDescription="һıַתΪСд."
+sfnMatch="MATCH"
+sfnMatchDescription="һԪΧһָĿ,ظĿڸ÷Χڵλ."
+sfnMax="MAX"
+sfnMaxA="MAXA"
+sfnMaxADescription="еֵ,ֵıֵ."
+sfnMaxDescription="һеֵ."
+sfnMDeterm="MDETERM"
+sfnMDetermDescription="ָʽ."
+sfnMDuration="MDURATION"
+sfnMDurationDescription="ؼֵΪ100Ԫ֤ȯMacauley."
+sfnMedian="MEDIAN"
+sfnMedianDescription="һϵֵλ."
+sfnMid="MID"
+sfnMidB="MIDB"
+sfnMidBDescription="ָıַӴ.˫ֽڵİ汾."
+sfnMidDescription="ָıַӴ.ֽڵİ汾."
+sfnMin="MIN"
+sfnMinA="MINA"
+sfnMinADescription="еСֵ,ֵıֵ."
+sfnMinDescription="һеСֵ."
+sfnMinute="MINUTE"
+sfnMinuteDescription="һкתΪӦķ."
+sfnMInverse="MINVERSE"
+sfnMInverseDescription="ش洢ָеľ."
+sfnMIRR="MIRR"
+sfnMIRRDescription="һϵжֽڲ,ͶʳɱֽͶʵϢ."
+sfnMMult="MMULT"
+sfnMMultDescription="ľ˻."
+sfnMod="MOD"
+sfnModDescription="һֳָһֺ."
+sfnMode="MODE"
+sfnMode_Mult="MODE.MULT"
+sfnMode_MultDescription="һֱ,ֵ(ظ)ֵ."
+sfnMode_SNGL="MODE.SNGL"
+sfnMode_SNGLDescription="һֵģʽ,ֵָ(ظ)ֵ."
+sfnModeDescription="һֵģʽ,ֵָ(ظ)ֵ."
+sfnMonth="MONTH"
+sfnMonthDescription="һкתΪӦ·."
+sfnMRound="MROUND"
+sfnMRoundDescription="һֵ뵽ָı."
+sfnMultiNomial=""
+sfnMultiNomialDescription="һֵĶʽ."
+sfnMultiNominal="MULTINOMIAL"
+sfnMUnit="MUNIT"
+sfnMUnitDescription="ָάȵĵλ."
+sfnN="N"
+sfnNA="NA"
+sfnNADescription="ش#N/A."
+sfnNDescription="һתΪֵֵ."
+sfnNegBinom_Dist="NEGBINOM.DIST"
+sfnNegBinom_DistDescription="ظֲ,Ҳ˵,ڳɹʲ,ڴﵽɹֵ֮ǰ,ضʧܵĸ."
+sfnNegBinomDist="NEGBINOMDIST"
+sfnNegBinomDistDescription="ظֲ,Ҳ˵,ڳɹʲ,ڴﵽɹֵ֮ǰ,ضʧܵĸ."
+sfnNetworkDays="NETWORKDAYS"
+sfnNetworkDays_Intl="NETWORKDAYS.INTL"
+sfnNetworkDays_IntlDescription="ָ֮յ."
+sfnNetworkDaysDescription="ܶڼضµĹۻĹԱ."
+sfnNominal="NOMINAL"
+sfnNominalDescription="."
+sfnNorm_Dist="NORM.DIST"
+sfnNorm_DistDescription="ָƽֵͱֲ̬.ͳѧб㷺ʹ,."
+sfnNorm_Inv="NORM.INV"
+sfnNorm_InvDescription="ָƽͱֲ̬ķֵ."
+sfnNorm_S_Dist="NORM.S.DIST"
+sfnNorm_S_DistDescription="ر̬ۻֲ.ֲƽֵͱƫֱΪ01."
+sfnNorm_S_Inv="NORM.S.INV"
+sfnNorm_S_InvDescription="̬ۻֲķֵ.ֲƽֵͱֱΪ01."
+sfnNormDist="NORMDIST"
+sfnNormDistDescription="ָƽֵͱֲֲ̬.ͳѧб㷺ʹ,."
+sfnNormInv="NORMINV"
+sfnNormInvDescription="ָƽͱֲ̬ķֵ."
+sfnNormSDist="NORMSDIST"
+sfnNormSDistDescription="ر̬ۻֲ.ֲƽֵͱƫֱΪ01."
+sfnNormSInv="NORMSINV"
+sfnNormSInvDescription="̬ۻֲķֵ.ֲƽֵͱֱΪ01."
+sfnNot="NOT"
+sfnNotDescription="ִϵķ."
+sfnNow="NOW"
+sfnNowDescription="ǰʱΪһ/ʱֵ."
+sfnNPer="NPER"
+sfnNPerDescription="ؾжں㶨ͺ㶨ʵͶʵ."
+sfnNPV="NPV"
+sfnNPVDescription="ṩʺһϵеδ,һͶʵľֵ."
+sfnNumberValue="NUMBERVALUE"
+sfnNumberValueDescription="ʹöڱص㷨ıתΪ."
+sfnOct2Bin="OCT2BIN"
+sfnOct2Dec="OCT2DEC"
+sfnOct2Hex="OCT2HEX"
+sfnOdd="ODD"
+sfnOddDescription="ֵ뵽ӽ."
+sfnOddFPrice="ҩƷ۸ָ"
+sfnOddFPriceDescription="Ϊ֤ȯÿ100Ԫֵļ۸."
+sfnOddFYield="չѵ"
+sfnOddFYieldDescription="صһΪ֤ȯ."
+sfnOddLPrice="ODDLPRICE"
+sfnOddLPriceDescription="ؾ֤ȯÿ100Ԫֵļ۸."
+sfnOddLYield="ODDLYIELD"
+sfnOddLYieldDescription="Ϊ֤ȯ."
+sfnOddPrice="ODDFPRICE"
+sfnOffset="OFFSET"
+sfnOffsetDescription="ضһԪԪָ."
+sfnOr="OR"
+sfnOrDescription="ִOR."
+sfnParamArray=""
+sfnParamValue="ֵ"
+sfnPDuration="PDURATION"
+sfnPDurationDescription="һͶʴﵽֵָ."
+sfnPearson="PEARSON"
+sfnPearsonDescription="Ƥѷ˻ϵ(R),һߴָ,Χ-1.01.0֮,,ӳݼ֮Թϵ̶."
+sfnPercentile="PERCENTILE"
+sfnPercentile_Exc="PERCENTILE.EXC"
+sfnPercentile_ExcDescription="һֵĵKٷλ,K01֮ķΧ,."
+sfnPercentile_Inc="PERCENTILE.INC"
+sfnPercentile_IncDescription="һֵĵKٷֵ."
+sfnPercentileDescription="һֵĵKٷֵ."
+sfnPercentRank="PERCENTRANK"
+sfnPercentRank_Exc="PERCENTRANK.EXC"
+sfnPercentRank_ExcDescription="һݼһֵĵȼ,Ϊһݼİٷֱ(0...1,)."
+sfnPercentRank_Inc="PERCENTRANK.INC"
+sfnPercentRank_IncDescription="ֵָһеİٷֱȵȼ."
+sfnPercentRankDescription="ֵָһеİٷֱȵȼ."
+sfnPermut="PERMUT"
+sfnPermutationA="PERMUTATIONA"
+sfnPermutationADescription="ָĶ(ظ)ϵ,ЩϿԴܵĶѡ."
+sfnPermutDescription="ָĶϵ."
+sfnPHI="PHI"
+sfnPHIDescription="رֲ̬ܶȺֵ."
+sfnPhonetic="PHONETIC"
+sfnPhoneticDescription="һıַȡ(furigana)ַ."
+sfnPi="PI"
+sfnPiDescription="Piֵ."
+sfnPMT="PMT"
+sfnPMTDescription="ٴĸ,ṩֵָδֵ."
+sfnPoisson="POISSON"
+sfnPoisson_Dist="POISSON.DIST"
+sfnPoisson_DistDescription="زɷֲ,ͨԤضʱڷ¼."
+sfnPoissonDescription="زɷֲ,ͨԤضʱڷ¼."
+sfnPower="POWER"
+sfnPowerDescription="ֵߵָ."
+sfnPPMT="PPMT"
+sfnPPMTDescription="Ͷʵı֧,ں㶨֧ͺ㶨."
+sfnPrice="PRICE"
+sfnPriceDescription="֧Ϣ֤ȯÿ100Ԫֵļ۸."
+sfnPriceDisc="PRICEDISC"
+sfnPriceDiscDescription="֤ȯÿ100Ԫֵļ۸."
+sfnPriceMat="PRICEMAT"
+sfnPriceMatDescription="ÿ100Ԫֵ֤ȯļ۸,֤ȯڵ֧Ϣ."
+sfnProb="PROB"
+sfnProbDescription="һΧڵֵ֮ĸ."
+sfnProduct="PRODUCT"
+sfnProductDescription="вֵ˲س˻."
+sfnProper="PROPER"
+sfnProperDescription="ıеĵһĸκηĸĸд.ĸתΪСд."
+sfnPV="PV"
+sfnPVDescription="һͶʵֵ(һϵδڵļֵܶ)."
+sfnQuartile="QUARTILE"
+sfnQuartile_Exc="QUARTILE.EXC"
+sfnQuartile_ExcDescription="һϵֵķλ,01֮İٷλ,."
+sfnQuartile_Inc="QUARTILE.INC"
+sfnQuartile_IncDescription="һϵֵķ֮һ."
+sfnQuartileDescription="һϵֵķ֮һ."
+sfnQuotient="QUOTIENT"
+sfnQuotientDescription="."
+sfnRadians="RADIANS"
+sfnRadiansDescription="תΪ."
+sfnRand="RAND"
+sfnRandBetween="RANDBETWEEN"
+sfnRandBetweenDescription="һָΧڵ."
+sfnRandDescription="һΧ01֮,."
+sfnRank="RANK"
+sfnRank_Avg="RANK.AVG"
+sfnRank_AvgDescription="һָһϵֵеĵȼ.ֵĵȼ(С)беֵԵ.һϵֵͬĵȼ,úƽȼ."
+sfnRank_Eq="RANK.EQ"
+sfnRank_EqDescription="һָһϵֵеĵȼ.һֵԴֵĴС.õȼֵеıƥ."
+sfnRankDescription="һضһϵֵеĵȼ.һֵԴֵĴС.ȼֵһеƥ."
+sfnRate="RATE"
+sfnRateDescription="һʱڻָĴﵽĿͶʽ."
+sfnReceived="RECEIVED"
+sfnReceivedDescription="ȫͶʵ֤ȯڵʱյĽ."
+sfnReplace="REPLACE"
+sfnReplaceB="REPLACEB"
+sfnReplaceBDescription="ṩıСַλ,ָı滻ıַһ.˫ֽڵİ汾."
+sfnReplaceDescription="ṩıСַλ,ָı滻ıַһ.ֽڵİ汾."
+sfnRept="REPT"
+sfnReptDescription="ظıַض."
+sfnRight="RIGHT"
+sfnRightB="RIGHTB"
+sfnRightBDescription="һıַһַ.˫ֽڵİ汾."
+sfnRightDescription="һıַһַ.ֽڵİ汾."
+sfnRoman="ROMAN"
+sfnRomanDescription="תΪ(Ϊһıַ)."
+sfnRound="ROUND"
+sfnRoundDescription="һֵ뵽ָλ."
+sfnRoundDown="ROUNDDOWN"
+sfnRoundDownDescription="һֵΪ."
+sfnRoundUp="ROUNDUP"
+sfnRoundUpDescription="һֵλ."
+sfnRow="ROW"
+sfnRowDescription="һõк."
+sfnRows="ROWS"
+sfnRowsDescription="һûе."
+sfnRPI="RRI"
+sfnRRIDescription="һͶĵЧ."
+sfnRSQ="RSQ"
+sfnRSQDescription="ͨݵƤѷϵƽ."
+sfnRTD="RTD"
+sfnRTDDescription="֧COMԶijмʵʱ."
+sfnSearch="SEARCH"
+sfnSearchB="SEARCHB"
+sfnSearchBDescription="һıַһıַ.˫ֽڵİ汾."
+sfnSearchDescription="һıַһıַ.ֽڵİ汾."
+sfnSec="SEC"
+sfnSecDescription="ֵ."
+sfnSech="SECH"
+sfnSechDescription="˫."
+sfnSecond="SECOND"
+sfnSecondDescription="һкתΪӦ."
+sfnSeriesSum="SERIESSUM"
+sfnSeriesSumDescription="ػָϵݼ֮."
+sfnSheet="SHEET"
+sfnSheetDescription="رùı."
+sfnSheets="SHEETS"
+sfnSheetsDescription="е."
+sfnSign="SIGN"
+sfnSignDescription="ֵָķ."
+sfnSin="SIN"
+sfnSinDescription="ֵ."
+sfnSinh="SINH"
+sfnSinhDescription="˫."
+sfnSkew="SKEW"
+sfnSkew_P="SKEW.P"
+sfnSkew_PDescription="ػ˿ڵķֲƫȣһֲΧƽֵIJԳƳ̶ȵ."
+sfnSkewDescription="һֲƫ.ƫȱֲΧƽֵIJԳƳ̶."
+sfnSLN="SLN"
+sfnSLNDescription="һʲһʱڵֱ۾."
+sfnSlope="SLOPE"
+sfnSlopeDescription="Իعߵб."
+sfnSmall="SMALL"
+sfnSmallDescription="һϵֵеĵKСֵ"
+sfnSqrt="SQRT"
+sfnSqrtDescription="ƽ."
+sfnSqrtPi="SQRTPI"
+sfnSqrtPiDescription="Piƽֵָ."
+sfnStandardize="STANDARDIZE"
+sfnStandardizeDescription="һƽֵͱƫֵɵķֲĹһֵ. \n"
+sfnStDev="STDEV"
+sfnStDev_P="STDEV.P"
+sfnStDev_PDescription="Ϊֵ鴫ݵ˿ڼ.ʾһϵеֵƽֵ(ƽֵ)ķɢ̶."
+sfnStDev_S="STDEV.S"
+sfnStDev_SDescription="ֵָ(˿ڵһ)Ʊ.ʾһϵеֵƽֵ(ƽֵ)ķɢ̶."
+sfnStDevA="STDEVA"
+sfnStDevADescription="ָ(˿ڵһ)Ʊ,ֵıֵ."
+sfnStDevDescription="ֵָ(˿ڵһ)Ʊ.ʾһϵеֵƽֵ(ƽֵ)ķɢ̶."
+sfnStDevP="STDEVP"
+sfnStDevPA="STDEVPA"
+sfnStDevPADescription="ʽݵȫ˿ڼ,ֵıֵ."
+sfnStDevPDescription="ָΪֵ˿ڼ.ʾһϵеֵƽֵ(ƽֵ)ķɢ̶."
+sfnSTEYX="STEYX"
+sfnSTEYXDescription="ػعÿXԤYֵı.ǶԵXYԤĺ."
+sfnSubstitute="SUBSTITUTE"
+sfnSubstituteDescription="һַеһı滻һضı."
+sfnSubTotal="SUBTOTAL"
+sfnSubTotalDescription="һС."
+sfnSum="SUM"
+sfnSumDescription="ֵָ."
+sfnSumIF="SUMIF"
+sfnSumIFDescription="һзضֵ."
+sfnSumIFS="SUMIFS"
+sfnSumIFSDescription="һз϶ֵ."
+sfnSumProduct="SUMPRODUCT"
+sfnSumProductDescription="ָеӦֵ,Գ˻."
+sfnSumSQ="SUMSQ"
+sfnSumSQDescription="һϵеֵƽ."
+sfnSumX2MY2="SUMX2MY2"
+sfnSumX2MY2Description="ָӦƽֵIJֵ."
+sfnSumX2PY2="SUMX2PY2"
+sfnSumX2PY2Description="ָӦƽֵ."
+sfnSumXMY2="SUMXMY2"
+sfnSumXMY2Description="ָеӦֵIJֵƽ."
+sfnSYD="SYD"
+sfnSYDDescription="ijʲضʱڵ۾ܺ."
+sfnT="T"
+sfnT_Dist="T.DIST"
+sfnT_Dist_2T="T.DIST.2T"
+sfnT_Dist_2TDescription="˫βѧTֲ.Tֲٽֵ."
+sfnT_Dist_RT="T.DIST.RT"
+sfnT_Dist_RTDescription="βTͷֲ."
+sfnT_DistDescription="ѧTͷֲİٷֱȵ().TͷֲСݼļ."
+sfnT_Inv="T.INV"
+sfnT_Inv_2T="T.INV.2T"
+sfnT_Inv_2TDescription="ѧTֲ˫β."
+sfnT_InvDescription="ѧTֲTֵ,Ϊʺɶȵĺ."
+sfnT_Test="T.TEST"
+sfnT_TestDescription="ѧTصĸ."
+sfnTan="TAN"
+sfnTanDescription="ֵ."
+sfnTanh="TANH"
+sfnTanhDescription="˫."
+sfnTBillEq="TBILLEQ"
+sfnTBillEqDescription="عȯծȯֵ."
+sfnTBillPrice="TBILLPRICE"
+sfnTBillPriceDescription="عȯÿ100Ԫֵļ۸."
+sfnTBillYield="TBILLYIELD"
+sfnTBillYieldDescription="عȯ."
+sfnTDescription="ֵָָı."
+sfnTDist="TDIST"
+sfnTDistDescription="ѧTͷֲİٷֱȵ().TͷֲСݼļ."
+sfnText="TEXT"
+sfnTextDescription="һضֵγı."
+sfnTime="TIME"
+sfnTimeDescription="ָʱתΪӦк."
+sfnTimeValue="TIMEVALUE"
+sfnTimeValueDescription="һıʱʾתһ/ʱֵ."
+sfnTInv="TINV"
+sfnTInvDescription="ѧTֲ˫β."
+sfnToday="TODAY"
+sfnTodayDescription="뵱ǰڶӦк."
+sfnTranspose="TRANSPOSE"
+sfnTransposeDescription="һˮƽĵԪתΪһֱ,֮Ȼ."
+sfnTrend="TREND"
+sfnTrendDescription="Ƶֵ."
+sfnTrim="TRIM"
+sfnTrimDescription="ɾıепո,˵֮ĵո."
+sfnTrimMean="TRIMMEAN"
+sfnTrimMeanDescription="һϵֵڲƽֵ.úһмƽֵ,Ķ͵ײβͱų."
+sfnTrue=""
+sfnTrueDescription="ֵTRUE."
+sfnTrunc="TRUNC"
+sfnTruncDescription="ضֵָС."
+sfnTTest="TTEST"
+sfnTTestDescription="ѧTصĸ."
+sfnType="TYPE"
+sfnTypeDescription="ֵָ."
+sfnUniChar="UNICHAR"
+sfnUniCharDescription="UnicodeָӦַ."
+sfnUniCode="UNICODE"
+sfnUniCodeDescription="ָıַеһַӦĴ."
+sfnUpper="UPPER"
+sfnUpperDescription="һıַתΪдĸ."
+sfnValue="VALUE"
+sfnValueDescription="һıַתΪһֵ."
+sfnVar="VAR"
+sfnVar_P="VAR.P"
+sfnVar_PDescription="˿ڵķ,ָΪһֵ."
+sfnVar_S="VAR.S"
+sfnVar_SDescription="ֵָ(˿ڵһ)Ʒ."
+sfnVarA="VARA"
+sfnVarADescription="ָ(˿ڵһ)Ʒ,ֵıֵ."
+sfnVarDescription="ֵָ(˿ڵһ)Ʒ."
+sfnVarP="VARP"
+sfnVarPA="VARPA"
+sfnVarPADescription="ָΪ˿ڼ㷽,ֵıֵ."
+sfnVarPDescription="˿ڵķ,ָΪһֵ."
+sfnVDB="VDB"
+sfnVDBDescription="ͨʹõݼƽⷨijʲضʱڻʱڵ۾."
+sfnVLookup="VLOOKUP"
+sfnVLookupDescription="ڱĵһвһֵ,һзͬһеһֵ."
+sfnWeekDay="WEEKDAY"
+sfnWeekDayDescription="ֵָӦ."
+sfnWeekNum="WEEKNUM"
+sfnWeekNumDescription="ָڶӦ."
+sfnWeibull="WEIBULL"
+sfnWeibull_Dist="WEIBULL.DIST"
+sfnWeibull_DistDescription="ؿɿԷʹõWeibullֲ.һ豸MBTF(ƽϼʱ)."
+sfnWeibullDescription="ؿɿԷʹõWeibullֲ.һ豸MBTF(ƽϼʱ)."
+sfnWorkDay="WORKDAY"
+sfnWorkDay_Intl="WORKDAY.INTL"
+sfnWorkDay_IntlDescription="ָ֮ǰ֮к,ǵһԶļ."
+sfnWorkDayDescription="ʼٸյĹ.صڳʼ֮ǰ֮,ȡռķ"
+sfnXIRR="XIRR"
+sfnXIRRDescription="زһǶڵֽڲ."
+sfnXNPV="XNPV"
+sfnXNPVDescription="ֽľֵ,ñһǶڵ."
+sfnXor="XOR"
+sfnXorDescription="ֵָԻ."
+sfnYear="YEAR"
+sfnYearDescription="ضӦָݵк."
+sfnYearFrac="YEARFRAC"
+sfnYearFracDescription="ָ֮ķΧһķ."
+sfnYield="YIELD"
+sfnYieldDescription="֧Ϣ֤ȯ."
+sfnYieldDisc="YIELDDISC"
+sfnYieldDiscDescription="֤ȯʣ,ȯ."
+sfnYieldMat="YIELDMAT"
+sfnYieldMatDescription="ڵ֧Ϣ֤ȯ."
+sfnZ_Test="Z.TEST"
+sfnZ_TestDescription="Zصĵβ,ƽֵԴֵƽֵĸ."
+sfnZTest="ZTEST"
+sfnZTestDescription="Zصĵβ,ƽֵԴֵƽֵĸ."
+SHintCaption="ʾ"
+SHintText="Ԥʾ"
+SInvalidInteger="''%s'' һЧֵ."
+SMsgDlgAbort="&ֹ"
+SMsgDlgAll="&ȫ"
+SMsgDlgCancel="ȡ"
+SMsgDlgClose="&ر"
+SMsgDlgConfirm="ȷ"
+SMsgDlgError=""
+SMsgDlgHelp="&"
+SMsgDlgIgnore="&"
+SMsgDlgInformation="Ϣ"
+SMsgDlgNo="&"
+SMsgDlgNoToAll="&ȫ"
+SMsgDlgOK="ȷ"
+SMsgDlgRetry="&"
+SMsgDlgWarning=""
+SMsgDlgYes="&"
+SMsgDlgYesToAll="&ȫ"
+SShellDefaultModifiedStr=""
+SShellDefaultNameStr=""
+SShellDefaultSizeStr="ߴ"
+SShellDefaultTypeStr=""
+SXmlBadAttributeChar="''%s'', ʮֵ%s,һЧַ."
+SXmlBadDecimalEntity="ʮʵõЧ."
+SXmlBadDTDLocation="λ쳣DTD."
+SXmlBadHexEntity="ʮʵõЧ."
+SXmlBadNameChar="ַ''%s'',ʮֵ%s,ܰ."
+SXmlBadNamespaceDecl="Чռ."
+SXmlBadStartNameChar="ƿʼַ''%s'',ʮֵ%s."
+SXmlCanNotBindToReservedNamespace="ռ."
+SXmlCannotStartDocumentOnFragment="ʹConformanceLevel.FragmentWriteStartDocumentܵ."
+SXmlCannotWriteXmlDecl="д XML .XML ԽĵĿͷ."
+SXmlCDATAEndInText="ַв'']>''."
+SXmlCharEntityOverflow="ַʵõֵЧ."
+SXmlClosedOrError="дѹرջڴ״̬."
+SXmlConformanceLevelFragment="ȷ ConformanceLevel ñΪ ConformanceLevel.Fragment \nConformanceLevel.Auto,鹵ҪдһXMLƬ."
+SXmlDefaultException="һXML."
+SXmlDupAttributeName=""%s"һظ."
+SXmlDupXmlDecl="д XML .WriteStartDocument Ѿд."
+SXmlEmptyLocalName="ַЧı."
+SXmlEmptyName="ַЧ."
+SXmlEncodingSwitchAfterResetState="''encoding''''%s''Ч. \nencodingлResetState"
+SXmlExpectExternalOrClose="ҪⲿID, ''['' or ''>''."
+SXmlExpectingWhiteSpace="''%s''ȷı,Ӧǿո."
+SXmlExpectSubOrClose="һڲӼDOCTYPE."
+SXmlIndentCharsNotWhitespace="XmlWriterSettings.CheckCharacters XmlWriterSettings.NewLineOnAttributes ʱ \nXmlWriterSettings.%s ֻЧ XML հַ."
+SXmlInternalError="ڲ."
+SXmlInvalidCharacter="''%s'',ʮֵ%s,Чַ."
+SXmlInvalidCharInThisEncoding="ڻȡıЧַ."
+SXmlInvalidCharsInIndent="XmlWriterSettings.CheckCharactersΪTrueʱ,WriterSettings.%sֻаЧXMLıַ. %s"
+SXmlInvalidCommentChars="XMLܰ''--'',''-''һַ."
+SXmlInvalidHighSurrogateChar="Чĸߴַ(%s).һߴַһֵ,Χ(0xD800 - 0xDBFF)."
+SXmlInvalidNameCharsDetail=""%s"Чַ. %dַ,ʮֵ%s,ܰһ."
+SXmlInvalidNodeType="''%s''ЧXmlNodeType."
+SXmlInvalidOperation="ڸöĵǰ״̬,Ч."
+SXmlInvalidPIName="''%s''ЧĴָ."
+SXmlInvalidRootData="Ч."
+SXmlInvalidSurrogateMissingLowChar="Ч.ȱһʹַ."
+SXmlInvalidSurrogatePair=" (%s,%s) Ч.һߴַ (0xD800-0xDBFF) DZ \nʹַ (0xDC00-0xDFFF)."
+SXmlInvalidTextDecl="Чı."
+SXmlInvalidVersionNumber="汾''%s''Ч."
+SXmlInvalidXmlDecl="XMLЧ."
+SXmlInvalidXmlSpace=""%s"һЧxml:ֵ."
+SXmlLimitExceeded="ĵѳõ%s."
+SXmlMessageWithErrorPosition="%s %d,λ%d"
+SXmlMissingRoot="ȱٸԪ."
+SXmlMultipleRoots="Ԫ."
+SXmlNamespaceDeclXmlXmlns="ǰ''&s''ӳ䵽''xml''''xmlns''ռ."
+SXmlNonWhitespace="ֻʹÿհַ."
+SXmlNoRoot="ĵûиԪ."
+SXmlNoStartTag="ûXMLʼǿŵ."
+SXmlNotImplemented="δʵ."
+SXmlNotSupported="֧."
+SXmlPrefixForEmptyNs="ʹÿյռǰ."
+SXmlReadOnlyProperty="''%s''ֻ."
+SXmlRedefinePrefix="ǰ"%s"¶"%s""%s"ͬĿʼԪر."
+SXmlTagMismatchEx="''%1:s''е''%2:s''λõĿʼ''%0:s''''%3:s''ƥ."
+SXmlUnclosedQuote="DZպϵַ."
+SXmlUndefNamespace="ռ"%s"û."
+SXmlUnexpectedEndTag="Ľ."
+SXmlUnexpectedEOF=" %s ʱļβ."
+SXmlUnexpectedEOF1="ļβ."
+SXmlUnexpectedEOFInElementContent="ļβ.ûйرԪ: %s"
+SXmlUnexpectedTokenEx="''%s''ı.Ҫı''%s''."
+SXmlUnexpectedTokens2="''%s''ı.Ҫı''%s''''%s''."
+SXmlUnknownNs="''%s''һδռ."
+SXmlUserException="%s"
+SXmlWrongToken=" ord = %d ״̬ ord = %d ᵼЧ XML ĵ."
+SXmlXmlDeclNotFirst="XML.XMLĵеĵһڵ, \nǰ治ֿհַ."
+SXmlXmlnsPrefix="ǰ''xmlns''DZXMLʹõ."
+SXmlXmlPrefix="ǰ''xmlns''DZXMLʹõ,ֻӳ䵽ռ \n''http://www.w3.org/XML/1998/namespace''."
+USA_STR=""
+
+[Custom Resource Strings]
+CHINA_STR="China"
+USA_STR="USA"
+
diff --git a/项目代码/RTBasicsV1/T02贸易汇总仓库/TradeTotalClothStk.dproj.local b/项目代码/RTBasicsV1/T02贸易汇总仓库/TradeTotalClothStk.dproj.local
index 4985eba..1248bc3 100644
--- a/项目代码/RTBasicsV1/T02贸易汇总仓库/TradeTotalClothStk.dproj.local
+++ b/项目代码/RTBasicsV1/T02贸易汇总仓库/TradeTotalClothStk.dproj.local
@@ -1,109 +1,109 @@
+ 1899-12-30 00:00:00.000.839,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_ClothPurchaseEnterList.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_ClothScheduleList.pas
+ 1899-12-30 00:00:00.000.465,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeFinishClothInEdit.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTotalInInput.pas
1899-12-30 00:00:00.000.734,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.pas
- 1899-12-30 00:00:00.000.630,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.pas
- 1899-12-30 00:00:00.000.692,D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.pas=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_ClothInfoSel.pas
+ 1899-12-30 00:00:00.000.883,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeFinishClothStkList.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothStkList.pas
1899-12-30 00:00:00.000.247,=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_ClothPurchaseEnterList.pas
- 1899-12-30 00:00:00.000.893,D:\Dp10Repo\项目代码\RTBasics\G02贸易汇总仓库\InformationBase.dproj=D:\Dp10Repo\项目代码\RTBasics\G02贸易汇总仓库\TradeTotalClothStk.dproj
- 1899-12-30 00:00:00.000.422,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.pas
- 1899-12-30 00:00:00.000.770,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothInList.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeFinishClothInList.pas
- 1899-12-30 00:00:00.000.545,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTransferInput.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessInput.pas
- 1899-12-30 00:00:00.000.736,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTransferInput.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeFinishClothOutEdit.pas
- 1899-12-30 00:00:00.000.881,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradePlanClothEnterInput.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_PurClothEnterInput.dfm
+ 1899-12-30 00:00:00.000.591,=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_ClothPurchaseEnterList.pas
1899-12-30 00:00:00.000.659,=D:\Dp10RepoV1\public10\design\U_cxGridCustomSet.pas
1899-12-30 00:00:00.000.092,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_EmployeeSel.pas
- 1899-12-30 00:00:00.000.591,=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_ClothPurchaseEnterList.pas
+ 1899-12-30 00:00:00.000.456,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothInList.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTotalInList.pas
+ 1899-12-30 00:00:00.000.630,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.pas
+ 1899-12-30 00:00:00.000.422,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.pas
+ 1899-12-30 00:00:00.000.616,D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.pas=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_LablePrint.pas
+ 1899-12-30 00:00:00.000.336,=D:\Dp10Repo\项目代码\RTBasics\T02贸易汇总仓库\U_TradeClothOutInspList.pas
+ 1899-12-30 00:00:00.000.692,D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_ClothInfoSel.pas=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.pas
+ 1899-12-30 00:00:00.000.339,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_ClothInfoSel.pas
+ 1899-12-30 00:00:00.000.327,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradePackClothInList.pas
+ 1899-12-30 00:00:00.000.890,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothOutList.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTotalOutList.pas
1899-12-30 00:00:00.000.795,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradeFtyClothInList.pas
1899-12-30 00:00:00.000.713,=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeSampleClothOutEdit.pas
- 1899-12-30 00:00:00.000.339,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_ClothInfoSel.pas
- 1899-12-30 00:00:00.000.493,=D:\Dp10Repo\项目代码\RTBasics\A00通用模板\Unit1.pas
- 1899-12-30 00:00:00.000.110,=D:\Dp10RepoV1\项目代码\花蝴蝶\T02贸易汇总仓库\U_TradeFinishClothOutList.pas
- 1899-12-30 00:00:00.000.215,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothOutList.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeFinishClothOutList.pas
1899-12-30 00:00:00.000.722,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradeFinishClothInEdit.pas
- 1899-12-30 00:00:00.000.215,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothOutList.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeFinishClothOutList.dfm
- 1899-12-30 00:00:00.000.336,=D:\Dp10Repo\项目代码\RTBasics\T02贸易汇总仓库\U_TradeClothOutInspList.pas
- 1899-12-30 00:00:00.000.327,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradePackClothInList.pas
+ 1899-12-30 00:00:00.000.890,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothOutList.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTotalOutList.dfm
+ 1899-12-30 00:00:00.000.908,D:\Dp10Repo\项目代码\雅尚\A00通用窗体\U_PictureList.dfm=D:\Dp10Repo\项目代码\雅尚\A00通用窗体\U_CompanySel.dfm
+ 1899-12-30 00:00:00.000.465,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeFinishClothInEdit.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTotalInInput.dfm
1899-12-30 00:00:00.000.123,=D:\Dp10Repo\public10\design\U_globalVar.pas
- 1899-12-30 00:00:00.000.465,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTotalInInput.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeFinishClothInEdit.dfm
- 1899-12-30 00:00:00.000.716,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_ProcessSel.pas
- 1899-12-30 00:00:00.000.939,=D:\Dp10Repo\public10\design\U_BaseInput.pas
- 1899-12-30 00:00:00.000.136,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTotalStkList.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothStkList.pas
- 1899-12-30 00:00:00.000.456,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTotalInList.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothInList.pas
- 1899-12-30 00:00:00.000.135,D:\Dp10Repo\项目代码\睿特\新DLL初始化(CSH.dll)\U_ZDYHelp.pas=
+ 1899-12-30 00:00:00.000.647,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessOutInput.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessCastingInput.dfm
+ 1899-12-30 00:00:00.000.736,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeFinishClothOutEdit.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTransferInput.dfm
+ 1899-12-30 00:00:00.000.908,D:\Dp10Repo\项目代码\雅尚\A00通用窗体\U_PictureList.pas=D:\Dp10Repo\项目代码\雅尚\A00通用窗体\U_CompanySel.pas
+ 1899-12-30 00:00:00.000.010,D:\Dp10Repo\项目代码\RTBasics\G00贸易通用窗体\U_TradePlanSel.pas=D:\Dp10Repo\项目代码\RTBasics\G00贸易通用窗体\U_TradeSalesContractSel.pas
+ 1899-12-30 00:00:00.000.266,=D:\Dp10RepoV1\public10\design\U_BaseDataLink.pas
1899-12-30 00:00:00.000.033,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradePackClothOutEdit.pas
1899-12-30 00:00:00.000.389,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradeFinishClothStkList.pas
+ 1899-12-30 00:00:00.000.939,=D:\Dp10Repo\public10\design\U_BaseInput.pas
1899-12-30 00:00:00.000.929,=D:\Dp10RepoV1\public10\design\U_FormLayOutDesign.pas
1899-12-30 00:00:00.000.282,=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeSampleClothOutList.pas
1899-12-30 00:00:00.000.018,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradeGreyClothOutEdit.pas
- 1899-12-30 00:00:00.000.266,=D:\Dp10RepoV1\public10\design\U_BaseDataLink.pas
+ 1899-12-30 00:00:00.000.545,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessInput.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTransferInput.pas
1899-12-30 00:00:00.000.484,=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessInput.pas
- 1899-12-30 00:00:00.000.591,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessInput.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothCompleteInput.pas
- 1899-12-30 00:00:00.000.585,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradePackClothStkSel.pas
+ 1899-12-30 00:00:00.000.472,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessInput.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessCastingInput.pas
+ 1899-12-30 00:00:00.000.135,D:\Dp10Repo\项目代码\睿特\新DLL初始化(CSH.dll)\U_ZDYHelp.pas=
1899-12-30 00:00:00.000.295,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_LbaelMapSet.pas
- 1899-12-30 00:00:00.000.839,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_ClothScheduleList.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_ClothPurchaseEnterList.pas
- 1899-12-30 00:00:00.000.692,D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.dfm=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_ClothInfoSel.dfm
- 1899-12-30 00:00:00.000.136,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTotalStkList.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothStkList.dfm
- 1899-12-30 00:00:00.000.839,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_ClothScheduleList.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_ClothPurchaseEnterList.dfm
+ 1899-12-30 00:00:00.000.616,D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.dfm=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_LablePrint.dfm
+ 1899-12-30 00:00:00.000.832,=D:\Dp10Repo\public10\design\U_BaseHelp.pas
+ 1899-12-30 00:00:00.000.591,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothCompleteInput.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessInput.dfm
+ 1899-12-30 00:00:00.000.716,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_ProcessSel.pas
1899-12-30 00:00:00.000.801,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradePackClothStkList.pas
- 1899-12-30 00:00:00.000.883,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothStkList.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeFinishClothStkList.dfm
+ 1899-12-30 00:00:00.000.585,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradePackClothStkSel.pas
1899-12-30 00:00:00.000.484,=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeSampleClothInEdit.pas
1899-12-30 00:00:00.000.048,=D:\Dp10Repo\public10\design\U_BaseList.pas
- 1899-12-30 00:00:00.000.832,=D:\Dp10Repo\public10\design\U_BaseHelp.pas
- 1899-12-30 00:00:00.000.465,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTotalInInput.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeFinishClothInEdit.pas
- 1899-12-30 00:00:00.000.770,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothInList.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeFinishClothInList.dfm
- 1899-12-30 00:00:00.000.149,=D:\Dp10Repo\public10\ThreeFun\Form\U_ZDYHelp.pas
- 1899-12-30 00:00:00.000.908,D:\Dp10Repo\项目代码\雅尚\A00通用窗体\U_CompanySel.dfm=D:\Dp10Repo\项目代码\雅尚\A00通用窗体\U_PictureList.dfm
- 1899-12-30 00:00:00.000.465,=D:\Dp10Repo\项目代码\RTBasics\T00贸易通用窗体\U_TradeSalesContractSel.pas
- 1899-12-30 00:00:00.000.010,D:\Dp10Repo\项目代码\RTBasics\G00贸易通用窗体\U_TradeSalesContractSel.dfm=D:\Dp10Repo\项目代码\RTBasics\G00贸易通用窗体\U_TradePlanSel.dfm
- 1899-12-30 00:00:00.000.178,=D:\Dp10Repo\public10\design\U_WindowFormdesign.pas
- 1899-12-30 00:00:00.000.736,D:\Dp10Repo\项目代码\睿特\新DLL初始化(CSH.dll)\U_ModuleNote.pas=
- 1899-12-30 00:00:00.000.881,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradePlanClothEnterInput.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_PurClothEnterInput.pas
+ 1899-12-30 00:00:00.000.456,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothInList.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTotalInList.dfm
+ 1899-12-30 00:00:00.000.136,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothStkList.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTotalStkList.dfm
+ 1899-12-30 00:00:00.000.881,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_PurClothEnterInput.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradePlanClothEnterInput.dfm
+ 1899-12-30 00:00:00.000.647,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessOutInput.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessCastingInput.pas
1899-12-30 00:00:00.000.699,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_LabelPrint.pas
1899-12-30 00:00:00.000.350,=D:\Dp10RepoV1\项目代码\永亮\T02贸易汇总仓库\U_TradeGreyClothInList.pas
1899-12-30 00:00:00.000.487,D:\Dp10Repo\项目代码\睿特\新DLL初始化(CSH.dll)\U_ZDYHelpSel.pas=
- 1899-12-30 00:00:00.000.647,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessCastingInput.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessOutInput.dfm
- 1899-12-30 00:00:00.000.473,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessCastingInput.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessInput.dfm
- 1899-12-30 00:00:00.000.616,D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_LablePrint.pas=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.pas
- 1899-12-30 00:00:00.000.558,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradeFtyClothOutEdit.pas
- 1899-12-30 00:00:00.000.010,D:\Dp10Repo\项目代码\RTBasics\G00贸易通用窗体\U_TradeSalesContractSel.pas=D:\Dp10Repo\项目代码\RTBasics\G00贸易通用窗体\U_TradePlanSel.pas
- 1899-12-30 00:00:00.000.202,=D:\Dp10Repo\项目代码\RTBasics\G00贸易通用窗体\U_TradeSalesContractSel.pas
- 1899-12-30 00:00:00.000.616,D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_LablePrint.dfm=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.dfm
- 1899-12-30 00:00:00.000.890,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTotalOutList.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothOutList.pas
- 1899-12-30 00:00:00.000.908,D:\Dp10Repo\项目代码\雅尚\A00通用窗体\U_CompanySel.pas=D:\Dp10Repo\项目代码\雅尚\A00通用窗体\U_PictureList.pas
- 1899-12-30 00:00:00.000.892,=D:\Dp10Repo\项目代码\雅尚\A00通用窗体\U_CompanySel.pas
- 1899-12-30 00:00:00.000.889,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradeFtyClothOutList.pas
- 1899-12-30 00:00:00.000.086,=D:\Dp10Repo\public10\design\U_cxGridCustomCss.pas
+ 1899-12-30 00:00:00.000.893,D:\Dp10Repo\项目代码\RTBasics\G02贸易汇总仓库\TradeTotalClothStk.dproj=D:\Dp10Repo\项目代码\RTBasics\G02贸易汇总仓库\InformationBase.dproj
1899-12-30 00:00:00.000.129,=D:\Dp10Repo\项目代码\路尚\T00贸易通用窗体\U_PurchaseContractSel.pas
+ 1899-12-30 00:00:00.000.465,=D:\Dp10Repo\项目代码\RTBasics\T00贸易通用窗体\U_TradeSalesContractSel.pas
+ 1899-12-30 00:00:00.000.323,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradePackClothOutList.pas
+ 1899-12-30 00:00:00.000.780,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradePackClothInEdit.pas
+ 1899-12-30 00:00:00.000.975,=D:\Dp10Repo\public10\ThreeFun\Fun\U_CompressionFun.pas
+ 1899-12-30 00:00:00.000.621,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradeFtyClothStkList.pas
+ 1899-12-30 00:00:00.000.908,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradeGreyClothOutList.pas
+ 1899-12-30 00:00:00.000.224,=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeSampleClothStkList.pas
+ 1899-12-30 00:00:00.000.558,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradeFtyClothOutEdit.pas
1899-12-30 00:00:00.000.029,=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeSampleClothStkSel.pas
1899-12-30 00:00:00.000.015,=D:\Dp10Repo\public10\ThreeFun\Fun\U_RTFun.pas
1899-12-30 00:00:00.000.478,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_LabelMapSet.pas
- 1899-12-30 00:00:00.000.621,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradeFtyClothStkList.pas
+ 1899-12-30 00:00:00.000.889,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradeFtyClothOutList.pas
+ 1899-12-30 00:00:00.000.202,=D:\Dp10Repo\项目代码\RTBasics\G00贸易通用窗体\U_TradeSalesContractSel.pas
+ 1899-12-30 00:00:00.000.892,=D:\Dp10Repo\项目代码\雅尚\A00通用窗体\U_CompanySel.pas
+ 1899-12-30 00:00:00.000.215,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeFinishClothOutList.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothOutList.pas
+ 1899-12-30 00:00:00.000.178,=D:\Dp10Repo\public10\design\U_WindowFormdesign.pas
+ 1899-12-30 00:00:00.000.736,D:\Dp10Repo\项目代码\睿特\新DLL初始化(CSH.dll)\U_ModuleNote.pas=
+ 1899-12-30 00:00:00.000.839,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_ClothPurchaseEnterList.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_ClothScheduleList.dfm
+ 1899-12-30 00:00:00.000.770,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeFinishClothInList.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothInList.dfm
+ 1899-12-30 00:00:00.000.086,=D:\Dp10Repo\public10\design\U_cxGridCustomCss.pas
+ 1899-12-30 00:00:00.000.215,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeFinishClothOutList.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothOutList.dfm
+ 1899-12-30 00:00:00.000.692,D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_ClothInfoSel.dfm=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.dfm
+ 1899-12-30 00:00:00.000.473,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessInput.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessCastingInput.dfm
+ 1899-12-30 00:00:00.000.545,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessInput.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTransferInput.dfm
+ 1899-12-30 00:00:00.000.046,=D:\Dp10RepoV1\public10\ThreeFun\Fun\U_printPdf.pas
+ 1899-12-30 00:00:00.000.883,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeFinishClothStkList.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothStkList.dfm
+ 1899-12-30 00:00:00.000.010,D:\Dp10Repo\项目代码\RTBasics\G00贸易通用窗体\U_TradePlanSel.dfm=D:\Dp10Repo\项目代码\RTBasics\G00贸易通用窗体\U_TradeSalesContractSel.dfm
+ 1899-12-30 00:00:00.000.149,=D:\Dp10Repo\public10\ThreeFun\Form\U_ZDYHelp.pas
+ 1899-12-30 00:00:00.000.307,=D:\Dp10RepoV1\项目代码\花蝴蝶\T02贸易汇总仓库\U_TradeFinishClothOutEdit.pas
+ 1899-12-30 00:00:00.000.110,=D:\Dp10RepoV1\项目代码\花蝴蝶\T02贸易汇总仓库\U_TradeFinishClothOutList.pas
+ 1899-12-30 00:00:00.000.736,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeFinishClothOutEdit.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTransferInput.pas
+ 1899-12-30 00:00:00.000.493,=D:\Dp10Repo\项目代码\RTBasics\A00通用模板\Unit1.pas
+ 1899-12-30 00:00:00.000.736,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradeFtyClothInEdit.pas
+ 1899-12-30 00:00:00.000.136,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothStkList.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTotalStkList.pas
+ 1899-12-30 00:00:00.000.656,=D:\RTFormwork\public10\ThreeFun\Form\U_SysLogHelp.pas
+ 1899-12-30 00:00:00.000.889,=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeTotallClothStkSel.pas
+ 1899-12-30 00:00:00.000.210,=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeSampleClothInList.pas
+ 1899-12-30 00:00:00.000.844,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_AttachmentUpload.pas
+ 1899-12-30 00:00:00.000.770,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeFinishClothInList.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothInList.pas
+ 1899-12-30 00:00:00.000.226,=D:\Dp10Repo\项目代码\RTBasics\T00贸易通用窗体\U_TradePlanSel.pas
1899-12-30 00:00:00.000.549,=D:\Dp10RepoV1\项目代码\须上\A00通用组件\FrameDateSel.pas
1899-12-30 00:00:00.000.435,=D:\Dp10Repo\项目代码\RTBasics\T02贸易汇总仓库\U_TradeGreyClothInEdit.pas
- 1899-12-30 00:00:00.000.252,=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_PurClothEnterInput.pas
- 1899-12-30 00:00:00.000.656,=D:\RTFormwork\public10\ThreeFun\Form\U_SysLogHelp.pas
+ 1899-12-30 00:00:00.000.591,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothCompleteInput.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessInput.pas
1899-12-30 00:00:00.000.038,=D:\Dp10RepoV1\项目代码\花蝴蝶\T02贸易汇总仓库\U_TradeFinishClothInList.pas
- 1899-12-30 00:00:00.000.046,=D:\Dp10RepoV1\public10\ThreeFun\Fun\U_printPdf.pas
- 1899-12-30 00:00:00.000.736,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradeFtyClothInEdit.pas
- 1899-12-30 00:00:00.000.472,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessCastingInput.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessInput.pas
- 1899-12-30 00:00:00.000.647,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessCastingInput.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessOutInput.pas
- 1899-12-30 00:00:00.000.883,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothStkList.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeFinishClothStkList.pas
- 1899-12-30 00:00:00.000.591,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessInput.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothCompleteInput.dfm
- 1899-12-30 00:00:00.000.307,=D:\Dp10RepoV1\项目代码\花蝴蝶\T02贸易汇总仓库\U_TradeFinishClothOutEdit.pas
- 1899-12-30 00:00:00.000.889,=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeTotallClothStkSel.pas
- 1899-12-30 00:00:00.000.456,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTotalInList.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothInList.dfm
- 1899-12-30 00:00:00.000.323,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradePackClothOutList.pas
- 1899-12-30 00:00:00.000.780,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradePackClothInEdit.pas
- 1899-12-30 00:00:00.000.908,=D:\Dp10RepoV1\项目代码\RTBasicsV1\T02贸易汇总仓库\U_TradeGreyClothOutList.pas
- 1899-12-30 00:00:00.000.224,=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeSampleClothStkList.pas
- 1899-12-30 00:00:00.000.890,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTotalOutList.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothOutList.dfm
- 1899-12-30 00:00:00.000.545,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTransferInput.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothProcessInput.dfm
- 1899-12-30 00:00:00.000.226,=D:\Dp10Repo\项目代码\RTBasics\T00贸易通用窗体\U_TradePlanSel.pas
- 1899-12-30 00:00:00.000.210,=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeSampleClothInList.pas
- 1899-12-30 00:00:00.000.975,=D:\Dp10Repo\public10\ThreeFun\Fun\U_CompressionFun.pas
- 1899-12-30 00:00:00.000.844,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_AttachmentUpload.pas
- 1899-12-30 00:00:00.000.736,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeClothTransferInput.dfm=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradeFinishClothOutEdit.dfm
+ 1899-12-30 00:00:00.000.881,D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_PurClothEnterInput.pas=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_TradePlanClothEnterInput.pas
+ 1899-12-30 00:00:00.000.252,=D:\Dp10RepoV1\项目代码\须上\T02贸易汇总仓库\U_PurClothEnterInput.pas
diff --git a/项目代码/RTBasicsV1/T02贸易汇总仓库/TradeTotalClothStk.identcache b/项目代码/RTBasicsV1/T02贸易汇总仓库/TradeTotalClothStk.identcache
index b81c85e..341f252 100644
Binary files a/项目代码/RTBasicsV1/T02贸易汇总仓库/TradeTotalClothStk.identcache and b/项目代码/RTBasicsV1/T02贸易汇总仓库/TradeTotalClothStk.identcache differ
diff --git a/项目代码/RTBasicsV1/T02贸易汇总仓库/U_TradeReturnClothInEdit.dfm b/项目代码/RTBasicsV1/T02贸易汇总仓库/U_TradeReturnClothInEdit.dfm
index 00363c3..e12c99f 100644
--- a/项目代码/RTBasicsV1/T02贸易汇总仓库/U_TradeReturnClothInEdit.dfm
+++ b/项目代码/RTBasicsV1/T02贸易汇总仓库/U_TradeReturnClothInEdit.dfm
@@ -18,13 +18,20 @@ inherited frmTradeReturnClothInEdit: TfrmTradeReturnClothInEdit
object cxGrid2: TcxGrid [0]
Tag = 2
Left = 0
- Top = 132
+ Top = 116
Width = 992
- Height = 432
+ Height = 448
Align = alClient
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentFont = False
TabOrder = 0
object Tv1: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
+ ScrollbarAnnotations.CustomAnnotations = <>
OnFocusedRecordChanged = Tv1FocusedRecordChanged
DataController.DataSource = DataSource3
DataController.Summary.DefaultGroupSummaryItems = <>
@@ -51,23 +58,18 @@ inherited frmTradeReturnClothInEdit: TfrmTradeReturnClothInEdit
OptionsView.Footer = True
OptionsView.GroupByBox = False
OptionsView.Indicator = True
- Styles.IncSearch = DataLink_TradeTotalClothStk.SHuangSe
- Styles.Header = DataLink_TradeTotalClothStk.Default
- Styles.Inactive = DataLink_TradeTotalClothStk.SHuangSe
- Styles.Selection = DataLink_TradeTotalClothStk.SHuangSe
object v1Column6: TcxGridDBColumn
Caption = #20837#24211#21333#21495
DataBinding.FieldName = 'BCIOID'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 83
end
object Tv1Column8: TcxGridDBColumn
Caption = #32534#21495
DataBinding.FieldName = 'C_Code'
+ DataBinding.IsNullValueType = True
PropertiesClassName = 'TcxButtonEditProperties'
Properties.Buttons = <
item
@@ -76,13 +78,11 @@ inherited frmTradeReturnClothInEdit: TfrmTradeReturnClothInEdit
end>
Properties.OnButtonClick = ButtonEdit
HeaderAlignmentHorz = taCenter
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
end
object v1SPName: TcxGridDBColumn
Caption = #21697#21517
DataBinding.FieldName = 'C_Name'
+ DataBinding.IsNullValueType = True
PropertiesClassName = 'TcxButtonEditProperties'
Properties.Buttons = <
item
@@ -91,14 +91,12 @@ inherited frmTradeReturnClothInEdit: TfrmTradeReturnClothInEdit
end>
Properties.OnButtonClick = v2Column1PropertiesButtonClick
HeaderAlignmentHorz = taCenter
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 101
end
object v1SPSpec: TcxGridDBColumn
Caption = #35268#26684
DataBinding.FieldName = 'C_Spec'
+ DataBinding.IsNullValueType = True
PropertiesClassName = 'TcxButtonEditProperties'
Properties.Buttons = <
item
@@ -108,61 +106,49 @@ inherited frmTradeReturnClothInEdit: TfrmTradeReturnClothInEdit
Properties.OnButtonClick = v1Column8PropertiesButtonClick
HeaderAlignmentHorz = taCenter
HeaderGlyphAlignmentHorz = taCenter
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 112
end
object v1SPMF: TcxGridDBColumn
Caption = #38376#24133
DataBinding.FieldName = 'C_Width'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 75
end
object v1Column8: TcxGridDBColumn
Caption = #20811#37325
DataBinding.FieldName = 'C_GramWeight'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 73
end
object Tv1Column7: TcxGridDBColumn
Caption = #26579#21378#32568#21495
DataBinding.FieldName = 'FtyPCId'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 81
end
object v1Column9: TcxGridDBColumn
Caption = #21305#25968
DataBinding.FieldName = 'Piece'
+ DataBinding.IsNullValueType = True
PropertiesClassName = 'TcxTextEditProperties'
HeaderAlignmentHorz = taCenter
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 68
end
object v2Column6: TcxGridDBColumn
Caption = #38271#24230
DataBinding.FieldName = 'Qty'
+ DataBinding.IsNullValueType = True
PropertiesClassName = 'TcxTextEditProperties'
HeaderAlignmentHorz = taCenter
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 92
end
object v1QtyUnit: TcxGridDBColumn
Caption = #21333#20301
DataBinding.FieldName = 'QtyUnit'
+ DataBinding.IsNullValueType = True
PropertiesClassName = 'TcxComboBoxProperties'
Properties.DropDownListStyle = lsEditFixedList
Properties.Items.Strings = (
@@ -170,23 +156,19 @@ inherited frmTradeReturnClothInEdit: TfrmTradeReturnClothInEdit
'Y'
'Kg')
HeaderAlignmentHorz = taCenter
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 64
end
object Tv1Column1: TcxGridDBColumn
Caption = #37325#37327
DataBinding.FieldName = 'KGQty'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 80
end
object v1Column5: TcxGridDBColumn
Caption = #24211#20301
DataBinding.FieldName = 'StkPosition'
+ DataBinding.IsNullValueType = True
PropertiesClassName = 'TcxButtonEditProperties'
Properties.Buttons = <
item
@@ -196,86 +178,67 @@ inherited frmTradeReturnClothInEdit: TfrmTradeReturnClothInEdit
Properties.ReadOnly = False
Properties.OnButtonClick = v1Column5PropertiesButtonClick
HeaderAlignmentHorz = taCenter
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 79
end
object v1Column7: TcxGridDBColumn
Caption = #36710#38388
DataBinding.FieldName = 'Workshop'
+ DataBinding.IsNullValueType = True
PropertiesClassName = 'TcxComboBoxProperties'
Properties.DropDownListStyle = lsFixedList
Properties.Items.Strings = (
#19968#36710#38388
#20108#36710#38388)
HeaderAlignmentHorz = taCenter
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 70
end
object Tv1Column2: TcxGridDBColumn
Caption = #39068#33394
DataBinding.FieldName = 'C_Color'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 68
end
object Tv1Column6: TcxGridDBColumn
Caption = #33394#21495
DataBinding.FieldName = 'C_ColorNo'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 67
end
object Tv1Column9: TcxGridDBColumn
Caption = #27454#21495
DataBinding.FieldName = 'C_StyleNo'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 66
end
object Tv1Column10: TcxGridDBColumn
Caption = #25104#20998
DataBinding.FieldName = 'C_Composition'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 66
end
object Tv1Column13: TcxGridDBColumn
Caption = #26412#21378#32568#21495
DataBinding.FieldName = 'BatchNo'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 68
end
object Tv1Column11: TcxGridDBColumn
Caption = #33457#22411
DataBinding.FieldName = 'C_Pattern'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 66
end
object v1Column12: TcxGridDBColumn
Caption = #22791#27880
DataBinding.FieldName = 'Note'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 66
end
end
@@ -288,18 +251,18 @@ inherited frmTradeReturnClothInEdit: TfrmTradeReturnClothInEdit
Left = 0
Top = 0
Width = 1465
- Height = 38
+ Height = 30
AutoSize = True
- ButtonHeight = 38
- ButtonWidth = 91
+ ButtonHeight = 30
+ ButtonWidth = 99
Caption = 'ToolBar1'
Color = clSkyBlue
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
Font.Style = []
- Images = DataLink_TradeTotalClothStk.ImageList_new32
+ Images = DataLink_TradeTotalClothStk.cxImageList_bar
List = True
ParentColor = False
ParentFont = False
@@ -322,7 +285,7 @@ inherited frmTradeReturnClothInEdit: TfrmTradeReturnClothInEdit
OnClick = ToolButton1Click
end
object TBClose: TToolButton
- Left = 166
+ Left = 174
Top = 0
AutoSize = True
Caption = #20851#38381
@@ -330,7 +293,7 @@ inherited frmTradeReturnClothInEdit: TfrmTradeReturnClothInEdit
OnClick = TBCloseClick
end
object ToolButton2: TToolButton
- Left = 237
+ Left = 245
Top = 0
AutoSize = True
Caption = #25209#37327#25171#21360
@@ -341,23 +304,30 @@ inherited frmTradeReturnClothInEdit: TfrmTradeReturnClothInEdit
end
object GroupBox1: TGroupBox [2]
Left = 992
- Top = 132
+ Top = 116
Width = 473
- Height = 432
+ Height = 448
Align = alRight
Caption = #22238#20179#26126#32454#20449#24687'('#21452#20987#21024#38500#26126#32454#20449#24687')'
TabOrder = 2
object cxGrid1: TcxGrid
Left = 2
- Top = 52
+ Top = 44
Width = 469
- Height = 378
+ Height = 402
Align = alClient
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentFont = False
PopupMenu = PopupMenu1
TabOrder = 0
object Tv2: TcxGridDBTableView
OnMouseDown = Tv2MouseDown
Navigator.Buttons.CustomButtons = <>
+ ScrollbarAnnotations.CustomAnnotations = <>
OnCellDblClick = Tv2CellDblClick
OnCustomDrawCell = Tv2CustomDrawCell
DataController.DataSource = DSMX
@@ -393,86 +363,68 @@ inherited frmTradeReturnClothInEdit: TfrmTradeReturnClothInEdit
OptionsView.GroupByBox = False
OptionsView.Indicator = True
OptionsView.IndicatorWidth = 40
- Styles.Content = DataLink_TradeTotalClothStk.Default
- Styles.Header = DataLink_TradeTotalClothStk.Default
object Tv2Column4: TcxGridDBColumn
Caption = #36873#25321
DataBinding.FieldName = 'Ssel'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 41
end
object v2Column5: TcxGridDBColumn
Caption = #21367#21495
DataBinding.FieldName = 'Pieceno'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 43
end
object v2Column3: TcxGridDBColumn
Caption = #21367#26465#30721
DataBinding.FieldName = 'CIID'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 80
end
object v2Column4: TcxGridDBColumn
Caption = #38271#24230
DataBinding.FieldName = 'InputLen'
+ DataBinding.IsNullValueType = True
PropertiesClassName = 'TcxTextEditProperties'
Properties.OnEditValueChanged = v2Column4PropertiesEditValueChanged
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 67
end
object Tv2Column2: TcxGridDBColumn
Caption = #38271#24230#21333#20301
DataBinding.FieldName = 'LenUnit'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 70
end
object Tv2Column1: TcxGridDBColumn
Caption = #20928#37325
DataBinding.FieldName = 'NetWeight'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 80
end
object Tv2Column3: TcxGridDBColumn
Caption = #30382#37325
DataBinding.FieldName = 'Tare'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 65
end
object Tv2Column5: TcxGridDBColumn
Caption = #25171#21360#27425#25968
DataBinding.FieldName = 'PrtCount'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
- Styles.Content = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Footer = DataLink_TradeTotalClothStk.cxStyle1
- Styles.Header = DataLink_TradeTotalClothStk.cxStyle1
Width = 60
end
end
@@ -485,18 +437,18 @@ inherited frmTradeReturnClothInEdit: TfrmTradeReturnClothInEdit
Left = 2
Top = 14
Width = 469
- Height = 38
+ Height = 30
AutoSize = True
- ButtonHeight = 38
- ButtonWidth = 75
+ ButtonHeight = 30
+ ButtonWidth = 67
Caption = 'ToolBar1'
Color = clSkyBlue
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
Font.Style = []
- Images = DataLink_TradeTotalClothStk.ImageList_new32
+ Images = DataLink_TradeTotalClothStk.cxImageList_bar
List = True
ParentColor = False
ParentFont = False
@@ -514,86 +466,54 @@ inherited frmTradeReturnClothInEdit: TfrmTradeReturnClothInEdit
end
object Panel1: TPanel [3]
Left = 0
- Top = 38
+ Top = 30
Width = 1465
Height = 56
Align = alTop
BevelInner = bvRaised
BevelOuter = bvLowered
Color = clSkyBlue
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentFont = False
TabOrder = 3
object Label1: TLabel
- Left = 36
- Top = 20
- Width = 48
- Height = 12
+ Left = 26
+ Top = 17
+ Width = 64
+ Height = 21
Caption = #20837#24211#26085#26399
end
object Label8: TLabel
Left = 116
Top = 120
- Width = 48
- Height = 12
+ Width = 64
+ Height = 21
Caption = #20837#24211#21333#21495
end
object Label2: TLabel
- Left = 232
- Top = 20
- Width = 48
- Height = 12
+ Left = 231
+ Top = 17
+ Width = 64
+ Height = 21
Caption = #20837#24211#31867#22411
end
object Label4: TLabel
- Left = 440
- Top = 20
- Width = 48
- Height = 12
+ Left = 436
+ Top = 17
+ Width = 64
+ Height = 21
Caption = #26469#33258#21333#20301
end
- object IOTime: TDateTimePicker
- Left = 90
- Top = 17
- Width = 100
- Height = 20
- Date = 41509.000000000000000000
- Format = 'yyyy-MM-dd'
- Time = 0.970132187503622800
- TabOrder = 0
- end
- object InoutNo: TEdit
+ object InoutNo: TcxTextEdit
Left = 164
Top = 116
+ ParentFont = False
+ TabOrder = 0
Width = 100
- Height = 20
- TabOrder = 1
- end
- object IOType: TComboBox
- Left = 284
- Top = 16
- Width = 117
- Height = 20
- Style = csDropDownList
- ItemIndex = 0
- TabOrder = 2
- Text = #21152#24037#23436#25104
- Items.Strings = (
- #21152#24037#23436#25104
- #22238#20462#23436#25104
- #26816#39564#36864#22238
- #26399#21021#20837#24211
- #25104#21697#37319#36141
- #21152#24037#36180#27454
- #26579#21378#26399#21021#20837#24211
- #23458#25143#36864#36135
- #26679#21697#35843#25320#20837#24211)
- end
- object FromCoName: TBtnEditA
- Left = 494
- Top = 16
- Width = 213
- Height = 20
- TabOrder = 3
- OnBtnClick = FromCoNameBtnClick
end
object Panel3: TPanel
Left = 883
@@ -603,73 +523,49 @@ inherited frmTradeReturnClothInEdit: TfrmTradeReturnClothInEdit
Align = alRight
BevelOuter = bvNone
Color = clSkyBlue
- TabOrder = 4
+ TabOrder = 1
+ ExplicitLeft = 885
+ ExplicitTop = -2
object Label3: TLabel
Left = 297
Top = 16
- Width = 44
+ Width = 32
Height = 21
Caption = #25968#37327
- Font.Charset = GB2312_CHARSET
- Font.Color = clRed
- Font.Height = -21
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
end
object Label5: TLabel
- Left = 466
- Top = 21
- Width = 24
- Height = 12
+ Left = 470
+ Top = 16
+ Width = 32
+ Height = 21
Caption = #30382#37325
end
object Label6: TLabel
Left = 32
- Top = 21
- Width = 24
- Height = 12
+ Top = 16
+ Width = 32
+ Height = 21
Caption = #21367#25968
end
- object QtyMX: TEdit
- Left = 347
- Top = 15
- Width = 65
- Height = 22
- Font.Charset = GB2312_CHARSET
- Font.Color = clRed
- Font.Height = -14
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
+ object QtyMX: TcxTextEdit
+ Left = 339
+ Top = 10
TabOrder = 0
OnKeyPress = QtyMXKeyPress
- end
- object QtyFJ: TEdit
- Left = 494
- Top = 15
Width = 65
- Height = 22
- Font.Charset = GB2312_CHARSET
- Font.Color = clRed
- Font.Height = -14
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
+ end
+ object QtyFJ: TcxTextEdit
+ Left = 512
+ Top = 10
TabOrder = 1
+ Width = 65
end
object LenUnit: TComboBox
Left = 414
- Top = 15
+ Top = 12
Width = 46
- Height = 23
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = #23435#20307
- Font.Style = []
+ Height = 29
ItemIndex = 0
- ParentFont = False
TabOrder = 2
Text = 'M'
Items.Strings = (
@@ -677,68 +573,84 @@ inherited frmTradeReturnClothInEdit: TfrmTradeReturnClothInEdit
'Y'
'KG')
end
- object edtMJXH: TEdit
- Left = 210
- Top = 15
- Width = 65
- Height = 22
- Font.Charset = GB2312_CHARSET
- Font.Color = clRed
- Font.Height = -14
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
+ object edtMJXH: TcxTextEdit
+ Left = 222
+ Top = 10
TabOrder = 3
+ Width = 65
end
object chkMJJH: TCheckBox
- Left = 141
+ Left = 149
Top = 11
Width = 63
Height = 32
Caption = #21367#21495
Color = clWindow
- Font.Charset = GB2312_CHARSET
- Font.Color = clRed
- Font.Height = -21
- Font.Name = #23435#20307
- Font.Style = [fsBold]
ParentColor = False
- ParentFont = False
TabOrder = 4
OnClick = chkMJJHClick
end
- object CountMX: TEdit
- Left = 62
- Top = 15
- Width = 65
- Height = 22
- Font.Charset = GB2312_CHARSET
- Font.Color = clRed
- Font.Height = -14
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
+ object CountMX: TcxTextEdit
+ Left = 74
+ Top = 10
TabOrder = 5
+ Width = 65
end
end
+ object IOTime: TcxDateEdit
+ Left = 100
+ Top = 11
+ TabOrder = 2
+ Width = 121
+ end
+ object IOType: TcxComboBox
+ Left = 305
+ Top = 11
+ Properties.Items.Strings = (
+ #21152#24037#23436#25104
+ #22238#20462#23436#25104
+ #26816#39564#36864#22238
+ #26399#21021#20837#24211
+ #25104#21697#37319#36141
+ #21152#24037#36180#27454
+ #26579#21378#26399#21021#20837#24211
+ #23458#25143#36864#36135
+ #26679#21697#35843#25320#20837#24211)
+ TabOrder = 3
+ Text = #21152#24037#23436#25104
+ Width = 121
+ end
+ object FromCoName: TcxButtonEdit
+ Left = 510
+ Top = 11
+ Properties.Buttons = <
+ item
+ Default = True
+ Kind = bkEllipsis
+ end>
+ Properties.OnButtonClick = FromCoNamePropertiesButtonClick
+ TabOrder = 4
+ OnDblClick = FromCoNameDblClick
+ Width = 213
+ end
end
object ToolBar2: TToolBar [4]
Tag = 1
Left = 0
- Top = 94
+ Top = 86
Width = 1465
- Height = 38
+ Height = 30
AutoSize = True
- ButtonHeight = 38
- ButtonWidth = 75
+ ButtonHeight = 30
+ ButtonWidth = 67
Caption = 'ToolBar1'
Color = clSkyBlue
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
Font.Style = []
- Images = DataLink_TradeTotalClothStk.ImageList_new32
+ Images = DataLink_TradeTotalClothStk.cxImageList_bar
List = True
ParentColor = False
ParentFont = False
diff --git a/项目代码/RTBasicsV1/T02贸易汇总仓库/U_TradeReturnClothInEdit.pas b/项目代码/RTBasicsV1/T02贸易汇总仓库/U_TradeReturnClothInEdit.pas
index be86759..ec2b1c5 100644
--- a/项目代码/RTBasicsV1/T02贸易汇总仓库/U_TradeReturnClothInEdit.pas
+++ b/项目代码/RTBasicsV1/T02贸易汇总仓库/U_TradeReturnClothInEdit.pas
@@ -12,7 +12,24 @@ uses
cxLookAndFeels, cxLookAndFeelPainters, cxNavigator, dxSkinsCore,
dxSkinsDefaultPainters, dxDateRanges, dxBarBuiltInMenu, U_BaseInput,
System.ImageList, Vcl.ImgList, BtnEdit, Vcl.Menus, RM_Common, RM_Class,
- RM_GridReport, RM_Dataset;
+ RM_GridReport, RM_Dataset, dxSkinBasic, dxSkinBlack, dxSkinBlue,
+ dxSkinBlueprint, dxSkinCaramel, dxSkinCoffee, dxSkinDarkroom, dxSkinDarkSide,
+ dxSkinDevExpressDarkStyle, dxSkinDevExpressStyle, dxSkinFoggy,
+ dxSkinGlassOceans, dxSkinHighContrast, dxSkiniMaginary, dxSkinLilian,
+ dxSkinLiquidSky, dxSkinLondonLiquidSky, dxSkinMcSkin, dxSkinMetropolis,
+ dxSkinMetropolisDark, dxSkinMoneyTwins, dxSkinOffice2007Black,
+ dxSkinOffice2007Blue, dxSkinOffice2007Green, dxSkinOffice2007Pink,
+ dxSkinOffice2007Silver, dxSkinOffice2010Black, dxSkinOffice2010Blue,
+ dxSkinOffice2010Silver, dxSkinOffice2013DarkGray, dxSkinOffice2013LightGray,
+ dxSkinOffice2013White, dxSkinOffice2016Colorful, dxSkinOffice2016Dark,
+ dxSkinOffice2019Black, dxSkinOffice2019Colorful, dxSkinOffice2019DarkGray,
+ dxSkinOffice2019White, dxSkinPumpkin, dxSkinSeven, dxSkinSevenClassic,
+ dxSkinSharp, dxSkinSharpPlus, dxSkinSilver, dxSkinSpringtime, dxSkinStardust,
+ dxSkinSummer2008, dxSkinTheAsphaltWorld, dxSkinTheBezier, dxSkinValentine,
+ dxSkinVisualStudio2013Blue, dxSkinVisualStudio2013Dark,
+ dxSkinVisualStudio2013Light, dxSkinVS2010, dxSkinWhiteprint, dxSkinWXI,
+ dxSkinXmas2008Blue, dxScrollbarAnnotations, cxContainer, dxCore, cxDateUtils,
+ cxMaskEdit;
type
TfrmTradeReturnClothInEdit = class(TfrmBaseInput)
@@ -60,15 +77,12 @@ type
Label8: TLabel;
Label2: TLabel;
Label4: TLabel;
- IOTime: TDateTimePicker;
- InoutNo: TEdit;
- IOType: TComboBox;
- FromCoName: TBtnEditA;
+ InoutNo: TcxTextEdit;
Panel3: TPanel;
Label3: TLabel;
Label5: TLabel;
- QtyMX: TEdit;
- QtyFJ: TEdit;
+ QtyMX: TcxTextEdit;
+ QtyFJ: TcxTextEdit;
ToolBar2: TToolBar;
TBAdd: TToolButton;
TBDel: TToolButton;
@@ -80,13 +94,13 @@ type
LenUnit: TComboBox;
Tv1Column1: TcxGridDBColumn;
Tv2Column3: TcxGridDBColumn;
- edtMJXH: TEdit;
+ edtMJXH: TcxTextEdit;
chkMJJH: TCheckBox;
ToolButton2: TToolButton;
ToolBar3: TToolBar;
ToolButton6: TToolButton;
Label6: TLabel;
- CountMX: TEdit;
+ CountMX: TcxTextEdit;
Tv2Column4: TcxGridDBColumn;
PopupMenu1: TPopupMenu;
N1: TMenuItem;
@@ -95,6 +109,9 @@ type
RMDB_1: TRMDBDataSet;
RM1: TRMGridReport;
Tv2Column5: TcxGridDBColumn;
+ IOTime: TcxDateEdit;
+ IOType: TcxComboBox;
+ FromCoName: TcxButtonEdit;
procedure FormClose(Sender: TObject; var Action: TCloseAction);
procedure TBAddClick(Sender: TObject);
procedure TBCloseClick(Sender: TObject);
@@ -120,17 +137,20 @@ type
procedure Tv1FocusedRecordChanged(Sender: TcxCustomGridTableView; APrevFocusedRecord, AFocusedRecord: TcxCustomGridRecord; ANewItemRecordFocusingChanged: Boolean);
procedure ToolButton2Click(Sender: TObject);
procedure ToolButton6Click(Sender: TObject);
- procedure FromCoNameBtnClick(Sender: TObject);
+ procedure FromCoName1BtnClick(Sender: TObject);
procedure N1Click(Sender: TObject);
procedure N2Click(Sender: TObject);
procedure Tv2CellDblClick(Sender: TcxCustomGridTableView; ACellViewInfo: TcxGridTableDataCellViewInfo; AButton: TMouseButton; AShift: TShiftState; var AHandled: Boolean);
procedure Tv2CustomDrawCell(Sender: TcxCustomGridTableView; ACanvas: TcxCanvas; AViewInfo: TcxGridTableDataCellViewInfo; var ADone: Boolean);
+ procedure FromCoNamePropertiesButtonClick(Sender: TObject;
+ AButtonIndex: Integer);
+ procedure FromCoNameClick(Sender: TObject);
+ procedure FromCoNameDblClick(Sender: TObject);
private
{ Private declarations }
Printsavefalg: Integer;
function SaveCKData(): Boolean;
procedure initMJID();
-
public
{ Public declarations }
FBCId, canshu3, FSTKName, FKHName: string;
@@ -195,7 +215,7 @@ end;
procedure TfrmTradeReturnClothInEdit.FormCreate(Sender: TObject);
begin
inherited;
- IOTime.DateTime := now();
+ IOTime.Date := now();
end;
procedure TfrmTradeReturnClothInEdit.TBAddClick(Sender: TObject);
@@ -276,11 +296,11 @@ begin
end;
RTSetSaveDataCDS(ADOQueryCmd, Tv1, CDS_Sub, 'BS_Cloth_IO', 0);
- FieldByName('IOTime').Value := IOTime.DateTime;
+ FieldByName('IOTime').Value := IOTime.Date;
FieldByName('IOType').Value := IOType.Text;
FieldByName('FromCoName').Value := FromCoName.Text;
- FieldByName('FromCoNo').Value := FromCoName.TxtCode;
+ FieldByName('FromCoNo').Value := FromCoName.Properties.LookupItems.Text;
FieldByName('StkCoNo').Value := CDS_Sub.fieldbyname('StkCoNo').Value;
FieldByName('FromMainId').Value := CDS_Sub.fieldbyname('FromMainId').Value;
@@ -421,9 +441,9 @@ begin
if not CDS_Sub.IsEmpty then
begin
IOTime.Date := CDS_Sub.fieldbyname('IOTime').AsDateTime;
- IOType.ItemIndex := IOType.Items.IndexOf(trim(CDS_Sub.fieldbyname('IOType').AsString));
+ IOType.ItemIndex := IOType.properties.Items.IndexOf(trim(CDS_Sub.fieldbyname('IOType').AsString));
FromCoName.Text := trim(CDS_Sub.fieldbyname('FromCoName').AsString);
- FromCoName.TxtCode := trim(CDS_Sub.fieldbyname('FromCoNo').AsString);
+ FromCoName.Properties.LookupItems.Text := trim(CDS_Sub.fieldbyname('FromCoNo').AsString);
end;
chkMJJH.Checked := True;
@@ -432,7 +452,60 @@ begin
end;
-procedure TfrmTradeReturnClothInEdit.FromCoNameBtnClick(Sender: TObject);
+procedure TfrmTradeReturnClothInEdit.FromCoName1BtnClick(Sender: TObject);
+begin
+ inherited;
+ if iotype.Text = 'ͻ˻' then
+ begin
+ try
+ frmCompanySel := TfrmCompanySel.Create(Application);
+ with frmCompanySel do
+ begin
+ FCoType := 'ͻ';
+ if ShowModal = 1 then
+ begin
+ FromCoName.Text := Trim(CDS_1.fieldbyname('CoName').AsString);
+ end;
+ end;
+ finally
+ frmCompanySel.Free;
+ end;
+ end
+ else
+ begin
+ try
+ frmZDYHelp := TfrmZDYHelp.Create(Application);
+ with frmZDYHelp do
+ begin
+ flag := 'GYSName';
+ flagname := 'Ӧ';
+ MainType := FSTKName;
+ if ShowModal = 1 then
+ begin
+ FromCoName.Text := Trim(frmZDYHelp.ClientDataSet1.fieldbyname('ZdyName').AsString);
+ end;
+ end;
+ finally
+ frmZDYHelp.Free;
+ end;
+ end;
+
+end;
+
+procedure TfrmTradeReturnClothInEdit.FromCoNameClick(Sender: TObject);
+begin
+ TcxButtonEdit(Sender).Text := '';
+ TcxButtonEdit(Sender).Properties.LookupItems.Text := '';
+end;
+
+procedure TfrmTradeReturnClothInEdit.FromCoNameDblClick(Sender: TObject);
+begin
+ TcxButtonEdit(Sender).Text := '';
+ TcxButtonEdit(Sender).Properties.LookupItems.Text := '';
+end;
+
+procedure TfrmTradeReturnClothInEdit.FromCoNamePropertiesButtonClick(
+ Sender: TObject; AButtonIndex: Integer);
begin
inherited;
if iotype.Text = 'ͻ˻' then
@@ -762,7 +835,7 @@ procedure TfrmTradeReturnClothInEdit.TBSaveClick(Sender: TObject);
begin
if CDS_Sub.IsEmpty then
Exit;
- if IOTime.DateTime = null then
+ if IOTime.Date = null then
begin
Application.MessageBox('ʱ䲻Ϊ!', 'ʾ', 0);
Exit;
@@ -1107,7 +1180,6 @@ begin
// sql.Add(',Qty=Qty-(select InputLen from Trade_Cloth_Inspect X where X.CIID=''' + trim(CDS_MX.fieldbyName('CIID').AsString) + ''' ) ');
// sql.Add(',KGQty=KGQty-(select NetWeight from Trade_Cloth_Inspect X where X.CIID=''' + trim(CDS_MX.fieldbyName('CIID').AsString) + ''' ) ');
// sql.Add(' where BCIOID=''' + trim(CDS_Sub.fieldbyname('BCIOID').AsString) + '''');
-
// sql.Add('insert into SY_SysLog(operor,opertime,Model,acction,opevent,result) values( ');
// sql.Add(' ' + quotedstr(trim(DName)));
// sql.Add(',getdate() ');
diff --git a/项目代码/RTBasicsV1/T02贸易汇总仓库/U_TradeReturnClothInList.dfm b/项目代码/RTBasicsV1/T02贸易汇总仓库/U_TradeReturnClothInList.dfm
index 5a781c0..2bf514c 100644
--- a/项目代码/RTBasicsV1/T02贸易汇总仓库/U_TradeReturnClothInList.dfm
+++ b/项目代码/RTBasicsV1/T02贸易汇总仓库/U_TradeReturnClothInList.dfm
@@ -2,29 +2,29 @@
Left = 165
Top = 111
Caption = #22238#20179#20837#24211#21015#34920
- ClientHeight = 478
- ClientWidth = 1374
- ExplicitWidth = 1390
- ExplicitHeight = 517
+ ClientHeight = 538
+ ClientWidth = 1386
+ ExplicitWidth = 1402
+ ExplicitHeight = 577
PixelsPerInch = 96
TextHeight = 17
object ToolBar1: TToolBar [0]
Tag = 1
Left = 0
Top = 0
- Width = 1374
- Height = 38
+ Width = 1386
+ Height = 30
AutoSize = True
- ButtonHeight = 38
- ButtonWidth = 91
+ ButtonHeight = 30
+ ButtonWidth = 99
Caption = 'ToolBar1'
Color = clSkyBlue
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
Font.Style = []
- Images = DataLink_TradeTotalClothStk.ImageList_new32
+ Images = DataLink_TradeTotalClothStk.cxImageList_bar
List = True
ParentColor = False
ParentFont = False
@@ -104,7 +104,7 @@
OnClick = ToolButton1Click
end
object ToolButton4: TToolButton
- Left = 663
+ Left = 671
Top = 0
AutoSize = True
Caption = #22238#20179#26085#24535
@@ -112,7 +112,7 @@
OnClick = ToolButton4Click
end
object TBClose: TToolButton
- Left = 758
+ Left = 774
Top = 0
AutoSize = True
Caption = #20851#38381
@@ -122,253 +122,153 @@
end
object Panel1: TPanel [1]
Left = 0
- Top = 38
- Width = 1374
- Height = 75
+ Top = 30
+ Width = 1386
+ Height = 120
Align = alTop
BevelInner = bvRaised
BevelOuter = bvLowered
Color = clWhite
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
ParentBackground = False
+ ParentFont = False
TabOrder = 1
- object Label1: TLabel
- Left = 28
- Top = 12
- Width = 64
- Height = 16
- Caption = #26597#35810#26102#38388
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 64
- Top = 41
- Width = 16
- Height = 16
- Caption = #33267
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- end
object Label3: TLabel
- Left = 391
- Top = 12
+ Left = 225
+ Top = 48
Width = 32
- Height = 16
+ Height = 21
Caption = #21697#21517
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
end
object Label4: TLabel
- Left = 540
- Top = 12
+ Left = 377
+ Top = 48
Width = 64
- Height = 16
+ Height = 21
Caption = #26469#33258#21333#20301
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
end
object Label5: TLabel
- Left = 199
- Top = 12
+ Left = 19
+ Top = 48
Width = 64
- Height = 16
+ Height = 21
Caption = #20837#24211#21333#21495
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
end
object Label8: TLabel
- Left = 391
- Top = 41
+ Left = 225
+ Top = 87
Width = 32
- Height = 16
+ Height = 21
Caption = #35268#26684
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
end
object Label12: TLabel
- Left = 200
- Top = 41
+ Left = 20
+ Top = 87
Width = 64
- Height = 16
+ Height = 21
Caption = #20837#24211#31867#22411
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
end
object Label10: TLabel
- Left = 540
- Top = 41
+ Left = 377
+ Top = 87
Width = 64
- Height = 16
+ Height = 21
Caption = #26412#21378#32568#21495
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
end
object 已打印: TLabel
- Left = 919
- Top = 16
- Width = 51
- Height = 16
+ Left = 733
+ Top = 48
+ Width = 48
+ Height = 21
Hint = '1'
Caption = #24050#25171#21360
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
end
object Label6: TLabel
- Left = 718
- Top = 12
- Width = 64
- Height = 16
+ Left = 561
+ Top = 48
+ Width = 52
+ Height = 21
Caption = #33457' '#22411
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
end
- object BegDate: TDateTimePicker
- Left = 98
- Top = 8
- Width = 87
- Height = 24
- Date = 40768.000000000000000000
- Time = 0.458268587972270300
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
+ object C_name: TcxTextEdit
+ Tag = 2
+ Left = 267
+ Top = 42
TabOrder = 0
+ Width = 100
end
- object EndDate: TDateTimePicker
- Left = 98
- Top = 37
- Width = 87
- Height = 24
- Date = 40768.000000000000000000
- Time = 0.458268587972270300
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
+ object FromCoName: TcxTextEdit
+ Tag = 2
+ Left = 451
+ Top = 42
TabOrder = 1
- end
- object C_name: TEdit
- Tag = 2
- Left = 426
- Top = 8
Width = 100
- Height = 24
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
+ end
+ object BCIOID: TcxTextEdit
+ Tag = 2
+ Left = 93
+ Top = 42
TabOrder = 2
- OnChange = TBFindClick
+ Width = 122
end
- object FromCoName: TEdit
+ object C_spec: TcxTextEdit
Tag = 2
- Left = 608
- Top = 8
- Width = 100
- Height = 24
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
+ Left = 267
+ Top = 81
TabOrder = 3
- OnChange = FromCoNameChange
- end
- object BCIOID: TEdit
- Tag = 2
- Left = 268
- Top = 8
- Width = 109
- Height = 24
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnChange = BCIOIDChange
- end
- object C_spec: TEdit
- Tag = 2
- Left = 426
- Top = 37
Width = 100
- Height = 24
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnChange = C_specChange
end
- object IOType: TComboBox
+ object BatchNo: TcxTextEdit
Tag = 2
- Left = 268
- Top = 37
- Width = 109
- Height = 24
- Style = csDropDownList
- DropDownCount = 20
- Font.Charset = GB2312_CHARSET
+ Left = 451
+ Top = 81
+ TabOrder = 4
+ Width = 100
+ end
+ object Panel3: TPanel
+ Left = 791
+ Top = 45
+ Width = 57
+ Height = 27
+ Color = 15659150
+ ParentBackground = False
+ TabOrder = 5
+ end
+ object C_Pattern: TcxTextEdit
+ Tag = 2
+ Left = 623
+ Top = 42
+ TabOrder = 6
+ Width = 100
+ end
+ inline frmFrameDateSel1: TfrmFrameDateSel
+ Left = 2
+ Top = 2
+ Width = 1382
+ Height = 37
+ Align = alTop
+ Color = clWhite
+ Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
- Font.Name = #23435#20307
+ Font.Name = #24494#36719#38597#40657
Font.Style = []
+ ParentBackground = False
+ ParentColor = False
ParentFont = False
- TabOrder = 6
- OnChange = TBFindClick
- Items.Strings = (
+ TabOrder = 7
+ ExplicitLeft = 2
+ ExplicitTop = 2
+ ExplicitWidth = 1583
+ end
+ object IOType: TcxComboBox
+ Left = 94
+ Top = 81
+ Properties.Items.Strings = (
''
#37319#36141#20837#24211
#21152#24037#20837#24211
@@ -376,55 +276,26 @@
#38144#21806#36864#22238
#30424#30408#20837#24211
#26399#21021#20837#24211)
- end
- object BatchNo: TEdit
- Tag = 2
- Left = 608
- Top = 36
- Width = 100
- Height = 24
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- OnChange = FromCoNameChange
- end
- object Panel3: TPanel
- Left = 976
- Top = 11
- Width = 57
- Height = 27
- Color = 15659150
- ParentBackground = False
TabOrder = 8
- end
- object C_Pattern: TEdit
- Tag = 2
- Left = 787
- Top = 8
- Width = 100
- Height = 24
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 9
- OnChange = FromCoNameChange
+ Width = 121
end
end
object cxGrid1: TcxGrid [2]
Left = 0
- Top = 113
- Width = 906
- Height = 365
+ Top = 150
+ Width = 918
+ Height = 388
Align = alClient
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentFont = False
PopupMenu = PopupMenu1
TabOrder = 2
+ ExplicitTop = 204
+ ExplicitHeight = 334
object Tv1: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
ScrollbarAnnotations.CustomAnnotations = <>
@@ -464,10 +335,6 @@
OptionsView.GroupByBox = False
OptionsView.Indicator = True
OptionsView.IndicatorWidth = 40
- Styles.IncSearch = DataLink_TradeTotalClothStk.SHuangSe
- Styles.Header = DataLink_TradeTotalClothStk.Default
- Styles.Inactive = DataLink_TradeTotalClothStk.SHuangSe
- Styles.Selection = DataLink_TradeTotalClothStk.SHuangSe
object Tv1Column7: TcxGridDBColumn
Caption = #36873#25321
DataBinding.FieldName = 'ssel'
@@ -754,21 +621,30 @@
end
end
object Panel2: TPanel [3]
- Left = 906
- Top = 113
+ Left = 918
+ Top = 150
Width = 468
- Height = 365
+ Height = 388
Align = alRight
Caption = 'Panel2'
TabOrder = 3
+ ExplicitTop = 204
+ ExplicitHeight = 334
object cxGrid2: TcxGrid
Left = 1
- Top = 39
+ Top = 31
Width = 466
- Height = 325
+ Height = 356
Align = alClient
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentFont = False
PopupMenu = PopupMenu2
TabOrder = 0
+ ExplicitHeight = 302
object Tv2: TcxGridDBTableView
PopupMenu = PopupMenu2
Navigator.Buttons.CustomButtons = <>
@@ -807,8 +683,6 @@
OptionsView.GroupByBox = False
OptionsView.Indicator = True
OptionsView.IndicatorWidth = 30
- Styles.Content = DataLink_TradeTotalClothStk.Default
- Styles.Header = DataLink_TradeTotalClothStk.Default
object Tv2Column4: TcxGridDBColumn
Caption = #36873#25321
DataBinding.FieldName = 'ssel'
@@ -882,18 +756,18 @@
Left = 1
Top = 1
Width = 466
- Height = 38
+ Height = 30
AutoSize = True
- ButtonHeight = 38
- ButtonWidth = 75
+ ButtonHeight = 30
+ ButtonWidth = 67
Caption = 'ToolBar1'
Color = clSkyBlue
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
Font.Style = []
- Images = DataLink_TradeTotalClothStk.ImageList_new32
+ Images = DataLink_TradeTotalClothStk.cxImageList_bar
List = True
ParentColor = False
ParentFont = False
diff --git a/项目代码/RTBasicsV1/T02贸易汇总仓库/U_TradeReturnClothInList.pas b/项目代码/RTBasicsV1/T02贸易汇总仓库/U_TradeReturnClothInList.pas
index d8d6ccd..89930a4 100644
--- a/项目代码/RTBasicsV1/T02贸易汇总仓库/U_TradeReturnClothInList.pas
+++ b/项目代码/RTBasicsV1/T02贸易汇总仓库/U_TradeReturnClothInList.pas
@@ -28,7 +28,8 @@ uses
dxSkinSpringtime, dxSkinStardust, dxSkinSummer2008, dxSkinTheAsphaltWorld,
dxSkinTheBezier, dxSkinValentine, dxSkinVisualStudio2013Blue,
dxSkinVisualStudio2013Dark, dxSkinVisualStudio2013Light, dxSkinVS2010,
- dxSkinWhiteprint, dxSkinWXI, dxSkinXmas2008Blue, dxScrollbarAnnotations;
+ dxSkinWhiteprint, dxSkinWXI, dxSkinXmas2008Blue, dxScrollbarAnnotations,
+ cxContainer, FrameDateSel, cxMaskEdit;
type
TfrmTradeReturnClothInList = class(TfrmBaseList)
@@ -43,10 +44,6 @@ type
ADOQueryTemp: TADOQuery;
DataSource1: TDataSource;
cxGridPopupMenu1: TcxGridPopupMenu;
- Label1: TLabel;
- Label2: TLabel;
- BegDate: TDateTimePicker;
- EndDate: TDateTimePicker;
CDS_Main: TClientDataSet;
TBDel: TToolButton;
PopupMenu1: TPopupMenu;
@@ -59,11 +56,10 @@ type
Label5: TLabel;
Label8: TLabel;
Label12: TLabel;
- C_name: TEdit;
- FromCoName: TEdit;
- BCIOID: TEdit;
- C_spec: TEdit;
- IOType: TComboBox;
+ C_name: TcxTextEdit;
+ FromCoName: TcxTextEdit;
+ BCIOID: TcxTextEdit;
+ C_spec: TcxTextEdit;
cxGrid1: TcxGrid;
Tv1: TcxGridDBTableView;
v1Column6: TcxGridDBColumn;
@@ -78,7 +74,7 @@ type
v1Column12: TcxGridDBColumn;
cxGrid1Level1: TcxGridLevel;
Label10: TLabel;
- BatchNo: TEdit;
+ BatchNo: TcxTextEdit;
v1Column11: TcxGridDBColumn;
v1Column13: TcxGridDBColumn;
v1Column15: TcxGridDBColumn;
@@ -127,10 +123,12 @@ type
Ѵӡ: TLabel;
Tv2Column5: TcxGridDBColumn;
Label6: TLabel;
- C_Pattern: TEdit;
+ C_Pattern: TcxTextEdit;
cxStyleRepository1: TcxStyleRepository;
cxStyle1: TcxStyle;
ToolButton4: TToolButton;
+ frmFrameDateSel1: TfrmFrameDateSel;
+ IOType: TcxComboBox;
procedure FormClose(Sender: TObject; var Action: TCloseAction);
procedure FormCreate(Sender: TObject);
procedure TBRafreshClick(Sender: TObject);
@@ -189,8 +187,8 @@ end;
procedure TfrmTradeReturnClothInList.FormCreate(Sender: TObject);
begin
inherited;
- EndDate.DateTime := SGetServerDate(ADOQueryTemp);
- BegDate.DateTime := EndDate.DateTime - 30;
+ frmFrameDateSel1.EndDate.Date := SGetServerDate(ADOQueryTemp);
+ frmFrameDateSel1.BegDate.Date := frmFrameDateSel1.EndDate.Date - 30;
canshu1 := Trim(self.fParameters1);
canshu2 := Trim(self.fParameters2);
canshu3 := Trim(self.fParameters3);
@@ -209,8 +207,8 @@ begin
sql.Add(',FJFlag=CAST((CASE WHEN (SELECT COUNT(X.FileName) FROM FJ_File X where X.TFType=''óܲ'' and X.WBID=A.BCIOID)>0 THEN 1 ELSE 0 END) AS BIT) ');
sql.Add(' from BS_Cloth_IO A');
- sql.add(' where A.IOTime>=''' + Trim(FormatDateTime('yyyy-MM-dd', BegDate.DateTime)) + '''');
- sql.Add(' and A.IOTime<''' + Trim(FormatDateTime('yyyy-MM-dd', enddate.DateTime + 1)) + '''');
+ sql.add(' where A.IOTime>=''' + Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.BegDate.Date)) + '''');
+ sql.Add(' and A.IOTime<''' + Trim(FormatDateTime('yyyy-MM-dd',frmFrameDateSel1. enddate.Date + 1)) + '''');
sql.Add(' and isnull(STKNAME,'''')=''' + Trim(FSTKNAME) + '''');
SQL.Add(' and IOFlag='''' ');
SQL.Add(' order by IOTime desc');
@@ -226,7 +224,7 @@ end;
procedure TfrmTradeReturnClothInList.TBRafreshClick(Sender: TObject);
begin
- BegDate.SetFocus;
+ frmFrameDateSel1.BegDate.SetFocus;
InitGrid();
end;
diff --git a/项目代码/RTBasicsV1/T02贸易汇总仓库/devchs.ini b/项目代码/RTBasicsV1/T02贸易汇总仓库/devchs.ini
new file mode 100644
index 0000000..697b32a
--- /dev/null
+++ b/项目代码/RTBasicsV1/T02贸易汇总仓库/devchs.ini
@@ -0,0 +1,8069 @@
+[2052]
+CHINA_STR="й"
+cxExportListIndexError="бΧ(%d)"
+cxNavigator_DeleteRecordQuestion="ɾ¼?"
+cxNavigatorHint_Append="Ӽ¼"
+cxNavigatorHint_Cancel="ȡ"
+cxNavigatorHint_Delete="ɾ¼"
+cxNavigatorHint_Edit="ļ¼"
+cxNavigatorHint_Filter="ݹ"
+cxNavigatorHint_First="һ¼"
+cxNavigatorHint_GotoBookmark="תǩ"
+cxNavigatorHint_Insert="¼"
+cxNavigatorHint_Last="һ¼"
+cxNavigatorHint_Next="һ¼"
+cxNavigatorHint_NextPage="ҳ"
+cxNavigatorHint_Post="ύ"
+cxNavigatorHint_Prior="һ¼"
+cxNavigatorHint_PriorPage="ҳ"
+cxNavigatorHint_Refresh="ˢ"
+cxNavigatorHint_SaveBookmark="ǩ"
+cxNavigatorInfoPanelDefaultDisplayMask="[RecordIndex],[RecordCount]"
+cxPreviewDescription="Ԥʽ"
+cxSBlobButtonCancel="ȡ(&C)"
+cxSBlobButtonClose="ر(&C)"
+cxSBlobButtonOK="ȷ(&O)"
+cxSBlobMemo="()"
+cxSBlobMemoEmpty="()"
+cxSBlobPicture="(ͼƬ)"
+cxSBlobPictureEmpty="(ͼƬ)"
+cxSCantDeleteAncestor="ѡݰһȴõ,ɾ"
+cxSCheckComboBoxEmptySelectionText="δѡ"
+cxSCheckComboBoxStatesItemsPropertyDlgCaption="cxCheckComboBox - CheckStates ༭"
+cxSCheckControlIncorrectItemCount="EditValueFormatcvfIntegerĿܴ64"
+cxSCheckGroupStatesItemsPropertyDlgCaption="cxCheckGroup - ѡ״̬༭"
+cxSColorComboBoxDefaultDescription="ûѡɫ"
+cxSContainerPanelStyle=""
+cxSDataCustomDataSourceInvalidCompare="GetInfoForCompareûʵ"
+cxSDataInvalidStreamFormat="ʽЧ"
+cxSDataItemExistError="ĿѾ"
+cxSDataItemIndexError="ĿΧ"
+cxSDataProviderModeError="ṩģʽִ֧˲"
+cxSDataReadError="ȡ"
+cxSDataRecordIndexError="¼Χ"
+cxSDataRowIndexError="Χ"
+cxSDataWriteError="д"
+cxSDateBOM="³"
+cxSDateEOM="µ"
+cxSDateError="Ч"
+cxSDateFifth=""
+cxSDateFirst="һ"
+cxSDateFourth=""
+cxSDateFriday=""
+cxSDateMonday="һ"
+cxSDateNow=""
+cxSDatePopupCancel="ȡ"
+cxSDatePopupClear=""
+cxSDatePopupNow=""
+cxSDatePopupOK="ȷ"
+cxSDatePopupToday=""
+cxSDateSaturday=""
+cxSDateSecond="ڶ"
+cxSDateSeventh=""
+cxSDateSixth=""
+cxSDateSunday=""
+cxSDateThird=""
+cxSDateThursday=""
+cxSDateToday=""
+cxSDateTomorrow=""
+cxSDateTuesday=""
+cxSDateWednesday=""
+cxSDateYesterday=""
+cxSDBDetailFilterControllerNotFound="DetailFilterControllerûҵ"
+cxSDBKeyFieldNotFound="δ"
+cxSDBNotInGridMode="DataControllerûGridMode"
+cxSEditButtonCancel="ȡ"
+cxSEditButtonOK="ȷ"
+cxSEditCheckBoxChecked=""
+cxSEditCheckBoxUnchecked=""
+cxSEditCheckGroupCaptionStateDelimiter=":"
+cxSEditCheckGroupChecked="ѡ"
+cxSEditCheckGroupFilterColumnSeparator="; "
+cxSEditCheckGroupGrayed="ɫ"
+cxSEditCheckGroupUnchecked="δѡ"
+cxSEditDateConvertError="תΪ"
+cxSEditInvalidRepositoryItem="ԴĿϸ"
+cxSEditNumericValueConvertError="תΪֵ"
+cxSEditPopupCircularReferencingError="ѭ"
+cxSEditPostError="ύֵʱ"
+cxSEditRepositoryExtLookupComboBoxItem="ExtLookupComboBox|һʹQuantumGridΪؼĸ"
+cxSEditRichEditCallBackFail="RichEdit: ûص"
+cxSEditRichEditCopyCaption="(&C)"
+cxSEditRichEditCutCaption="(&T)"
+cxSEditRichEditDeleteCaption="ɾ(&D)"
+cxSEditRichEditLibraryError=" RichEdit "
+cxSEditRichEditLineInsertionError="RichEditв"
+cxSEditRichEditLinkFail="RichEdit:ӵЧԴ"
+cxSEditRichEditLoadFail="ȡʧ"
+cxSEditRichEditOleInterfaceFail="RichEdit: δܻȡ IRichEditOle ӿ"
+cxSEditRichEditPasteCaption="ճ(&P)"
+cxSEditRichEditRedoCaption="(&R)"
+cxSEditRichEditSaveFail="ʧ"
+cxSEditRichEditSelectAllCaption="ȫѡ(&A)"
+cxSEditRichEditSelectionSaveFail="ѡʧ"
+cxSEditRichEditUndoCaption="(&U)"
+cxSEditTimeConvertError="ܹתΪʱ"
+cxSEditValidateErrorText="Ƿֵ,밴ESC"
+cxSEditValueOutOfBounds="ֵԽ"
+cxSFilterAddCondition="(&C)"
+cxSFilterAddGroup="(&G)"
+cxSFilterAndCaption=""
+cxSFilterBlankCaption="հ"
+cxSFilterBoolOperatorAnd=""
+cxSFilterBoolOperatorNotAnd="Dz"
+cxSFilterBoolOperatorNotOr="ǻ"
+cxSFilterBoolOperatorOr=""
+cxSFilterBoxAllCaption="(ȫ)"
+cxSFilterBoxBlanksCaption="(հ)"
+cxSFilterBoxCustomCaption="(Զ...)"
+cxSFilterBoxNonBlanksCaption="(ǿ)"
+cxSFilterClearAll="ȫ(&A)"
+cxSFilterControlDialogActionApplyCaption="Ӧ(&A)"
+cxSFilterControlDialogActionCancelCaption="ȡ"
+cxSFilterControlDialogActionOkCaption="ȷ"
+cxSFilterControlDialogActionOpenCaption="(&O)..."
+cxSFilterControlDialogActionOpenHint="|еĹ"
+cxSFilterControlDialogActionSaveCaption="Ϊ(&S)..."
+cxSFilterControlDialogActionSaveHint="Ϊ|µֱ浱ǰĹ"
+cxSFilterControlDialogCaption=""
+cxSFilterControlDialogFileExt=""
+cxSFilterControlDialogFileFilter="˷(*.flt)|*.flt"
+cxSFilterControlDialogNewFile="δ.flt"
+cxSFilterControlDialogOpenDialogCaption="һѾڵļ"
+cxSFilterControlDialogSaveDialogCaption="浱ǰļ"
+cxSFilterControlNullString="<>"
+cxSFilterDialogCaption="Զ"
+cxSFilterDialogCharactersSeries="ַ"
+cxSFilterDialogInvalidValue="Чֵ"
+cxSFilterDialogOperationAnd=""
+cxSFilterDialogOperationOr=""
+cxSFilterDialogRows="ʾ:"
+cxSFilterDialogSingleCharacter="κεַ"
+cxSFilterDialogUse="ʹ"
+cxSFilterErrorBuilding="Դ빹"
+cxSFilterFooterAddCondition="˰ť"
+cxSFilterFromCaption=""
+cxSFilterGroupCaption="ʹ"
+cxSFilterNotCaption=""
+cxSFilterOperatorBeginsWith="ʼΪ"
+cxSFilterOperatorBetween=""
+cxSFilterOperatorContains=""
+cxSFilterOperatorDoesNotBeginWith="ʼΪ"
+cxSFilterOperatorDoesNotContain=""
+cxSFilterOperatorDoesNotEndWith="βΪ"
+cxSFilterOperatorEndsWith="βΪ"
+cxSFilterOperatorEqual=""
+cxSFilterOperatorFuture="Ժ"
+cxSFilterOperatorGreater=""
+cxSFilterOperatorGreaterEqual="ڻ"
+cxSFilterOperatorInList=".."
+cxSFilterOperatorIsNotNull="Ϊ"
+cxSFilterOperatorIsNull="Ϊ"
+cxSFilterOperatorLast14Days="14ǰ"
+cxSFilterOperatorLast30Days="30ǰ"
+cxSFilterOperatorLast7Days="7ǰ"
+cxSFilterOperatorLastMonth="һǰ"
+cxSFilterOperatorLastTwoWeeks="ǰ"
+cxSFilterOperatorLastWeek="һǰ"
+cxSFilterOperatorLastYear="һǰ"
+cxSFilterOperatorLess="С"
+cxSFilterOperatorLessEqual="Сڻ"
+cxSFilterOperatorLike=""
+cxSFilterOperatorNext14Days="14"
+cxSFilterOperatorNext30Days="30"
+cxSFilterOperatorNext7Days="7"
+cxSFilterOperatorNextMonth=""
+cxSFilterOperatorNextTwoWeeks=""
+cxSFilterOperatorNextWeek=""
+cxSFilterOperatorNextYear=""
+cxSFilterOperatorNotBetween=""
+cxSFilterOperatorNotEqual=""
+cxSFilterOperatorNotInList=".."
+cxSFilterOperatorNotLike=""
+cxSFilterOperatorPast="ȥ"
+cxSFilterOperatorThisMonth=""
+cxSFilterOperatorThisWeek=""
+cxSFilterOperatorThisYear=""
+cxSFilterOperatorToday=""
+cxSFilterOperatorTomorrow=""
+cxSFilterOperatorYesterday=""
+cxSFilterOrCaption=""
+cxSFilterRemoveRow="ɾ(&R)"
+cxSFilterRootButtonCaption=""
+cxSFilterRootGroupCaption="<>"
+cxSFilterToCaption=""
+cxSGridAlignCenter=""
+cxSGridAlignLeft=""
+cxSGridAlignmentSubMenu=""
+cxSGridAlignRight="Ҷ"
+cxSGridAvgMenuItem="ƽ"
+cxSGridBestFit="Ӧ"
+cxSGridBestFitAllColumns="Ӧ(ȫ)"
+cxSGridClearGrouping="շ"
+cxSGridClearSorting=""
+cxSGridCountMenuItem=""
+cxSGridFieldChooser="ֶѡ"
+cxSGridFullCollapse="ȫ۵"
+cxSGridFullExpand="ȫչ"
+cxSGridGroupByBox=""
+cxSGridGroupByThisField="ֶη"
+cxSGridHideGroupByBox="ط"
+cxSGridMaxMenuItem=""
+cxSGridMinMenuItem="С"
+cxSGridNone=""
+cxSGridNoneMenuItem=""
+cxSGridRemoveColumn="ɾ"
+cxSGridRemoveThisGroupItem="Ƴ˷"
+cxSGridShowExpressionEditor="ʽ༭..."
+cxSGridShowFindPanel=""
+cxSGridShowFooter="ҳ"
+cxSGridShowGroupFooter="ҳ"
+cxSGridSortByGroupValues="ֵ"
+cxSGridSortBySummary="%s %s"
+cxSGridSortBySummaryCaption=":"
+cxSGridSortColumnAsc=""
+cxSGridSortColumnDesc=""
+cxSGridSumMenuItem=""
+cxSKeyboardStatePanelStyle="״̬"
+cxSMenuItemCaptionAssignFromWebCam="ͷ(&M)..."
+cxSMenuItemCaptionCopy="(&C)"
+cxSMenuItemCaptionCut="(&T)"
+cxSMenuItemCaptionDelete="ɾ(&D)"
+cxSMenuItemCaptionLoad="ȡ(&L)..."
+cxSMenuItemCaptionPaste="ճ(&P)"
+cxSMenuItemCaptionSave="Ϊ(&A)..."
+cxSNoMatchesFound="ûҵƥ"
+cxSSpinEditInvalidNumericValue="ֵЧ"
+cxSStateIndicatorPanelStyle="״ָ̬ʾ"
+cxSTextFalse=""
+cxSTextPanelStyle="ı"
+cxSTextTrue=""
+cxSToolbarPanelStyle=""
+cxSvgAssignRowsError="ܷ"
+cxSvgCancelCaption="ȡ"
+cxSvgCustomizeCaption="Զ"
+cxSvgCustomizeCategoriesCaption=""
+cxSvgCustomizeDeleteCategory="ɾ(&D)"
+cxSvgCustomizeNewCategory="½(&N)..."
+cxSvgCustomizeRowsCaption=""
+cxSvgDeletingConfirmationCaption="ȷ"
+cxSvgDeletingFocusedConfirmationText="ɾ¼?"
+cxSvgExportNotVisibleControl="ؿؼ"
+cxSvgFilterApplyButtonCaption="Ӧɸѡ"
+cxSvgFilterCustomizeButtonCaption="..."
+cxSvgFilterIsEmpty="<ɸѡΪ>"
+cxSvgFuture="δ"
+cxSvgIndexError=""
+cxSvgInvalidRowClass="½"
+cxSvgLast14Days="14"
+cxSvgLast30Days="30"
+cxSvgLast7Days="7"
+cxSvgLastMonth="ϸ"
+cxSvgLastTwoWeeks="ȥ"
+cxSvgLastWeek=""
+cxSvgLastYear="ȥ"
+cxSvgLayoutEditorCaption="ֱ༭"
+cxSvgLayoutEditorCustomize="Զ(&C)"
+cxSvgNewCategoryCaption="½"
+cxSvgNewCategoryLabelCaption="(&C):"
+cxSvgNext14Days="һ14"
+cxSvgNext30Days="һ30"
+cxSvgNext7Days="һ7"
+cxSvgNextMonth="¸"
+cxSvgNextTwoWeeks=""
+cxSvgNextWeek=""
+cxSvgNextYear=""
+cxSvgOKCaption="ȷ"
+cxSvgPast="ȥ"
+cxSvgRTTICollectionAdd="(&A)"
+cxSvgRTTICollectionAddHint="½"
+cxSvgRTTICollectionDelete="ɾ(&D)"
+cxSvgRTTICollectionDeleteHint="ɾѡ"
+cxSvgRTTICollectionEditCaption="ڱ༭ %s%s%s"
+cxSvgRTTICollectionMoveDown="(&N)"
+cxSvgRTTICollectionMoveDownHint="ѡ"
+cxSvgRTTICollectionMoveUp="(&U)"
+cxSvgRTTICollectionMoveUpHint="ѡ"
+cxSvgRTTICollectionSelectAll="ȫѡ(&S)"
+cxSvgRTTICollectionTextLabel="ıǩ(&L)"
+cxSvgRTTICollectionToolbar="(&T)"
+cxSvgRTTIInspectorEmptyGlyph="()"
+cxSvgThisMonth=""
+cxSvgThisWeek=""
+cxSvgThisYear=""
+cxSvgToday=""
+cxSvgTomorrow=""
+cxSvgUnknown="(δ֪)"
+cxSvgYesterday=""
+cxTextDescription="ABC"
+dtlOcxPage="ActiveX"
+dtlServerPage="ActiveX"
+dxDBTreeViewSmartLoadS="ѡtrSmartRecordLoadٶȡʱ,Ƿ?"
+dxSBAR_ACCESSIBILITY_RIBBONNAME=""
+dxSBAR_ACCESSIBILITY_RIBBONTABCOLLECTIONNAME="ѡҳ"
+dxSBAR_ADDEX="..."
+dxSBAR_ADDGALLERYNAME="ͼ"
+dxSBAR_ADDREMOVEBUTTONS="ӻɾť(&A)"
+dxSBAR_ADDTOQAT="ӵٷʹ(&A)"
+dxSBAR_ADDTOQATITEMNAME="%s ӵٷʹ(&A)"
+dxSBAR_APPMENUOUTSIDERIBBON="Ӧó˵ʾڹ"
+dxSBAR_BARMANAGERBADOWNER="TdxBarManagerӦ TWinControl"
+dxSBAR_BARMANAGERMORETHANONE="һؼֻܰһTdxBarManager"
+dxSBAR_BTNCAPTION_APPEND=""
+dxSBAR_BTNCAPTION_CANCEL="ȡ"
+dxSBAR_BTNCAPTION_DELETE="ɾ"
+dxSBAR_BTNCAPTION_EDIT=""
+dxSBAR_BTNCAPTION_FIRST="һ"
+dxSBAR_BTNCAPTION_INSERT=""
+dxSBAR_BTNCAPTION_LAST="һ"
+dxSBAR_BTNCAPTION_NEXT="һ"
+dxSBAR_BTNCAPTION_POST="ύ"
+dxSBAR_BTNCAPTION_PRIOR="һ"
+dxSBAR_BTNCAPTION_REFRESH="ˢ"
+dxSBAR_BUTTONDEFAULTACTIONDESCRIPTION=""
+dxSBAR_CANCEL="ȡ"
+dxSBAR_CANTASSIGNCONTROL="ܷTdxBarControlContainerItemؼ"
+dxSBAR_CANTFINDBARMANAGERFORSTATUSBAR="ûҵ״̬"
+dxSBAR_CANTMERGEBARMANAGER="ָܶĹкϲ"
+dxSBAR_CANTMERGETOOLBAR="ָܶĹкϲ"
+dxSBAR_CANTMERGEWITHMERGEDTOOLBAR="ѱϲĹϲ"
+dxSBAR_CANTPLACEQUICKACCESSGROUPBUTTON="ֻܽTdxRibbonQuickAccessGroupButtonTdxRibbonQuickAccessToolbar"
+dxSBAR_CANTPLACERIBBONGALLERY="TdxRibbonGalleryItemֻܷõһӲ˵ؼ"
+dxSBAR_CANTPLACESEPARATOR="ָָ"
+dxSBAR_CANTPLACESKINCHOOSERGALLERY="TdxSkinChooserGalleryItemֻܷõһӲ˵ؼ"
+dxSBAR_CANTUNMERGETOOLBAR="ָܷĹ"
+dxSBAR_CAPTION="Զ"
+dxSBAR_CATEGORIES="(&G):"
+dxSBAR_CATEGORYADD=""
+dxSBAR_CATEGORYINSERT=""
+dxSBAR_CATEGORYNAME="(&C):"
+dxSBAR_CATEGORYRENAME=""
+dxSBAR_CLEAR=""
+dxSBAR_CLEARGALLERYFILTER="չ"
+dxSBAR_CLOSE="ر"
+dxSBAR_COLOR_STR_0="ɫ"
+dxSBAR_COLOR_STR_1="ɫ"
+dxSBAR_COLOR_STR_10="dzɫ"
+dxSBAR_COLOR_STR_11="ɫ"
+dxSBAR_COLOR_STR_12="ɫ"
+dxSBAR_COLOR_STR_13="Ϻɫ"
+dxSBAR_COLOR_STR_14="dzɫ"
+dxSBAR_COLOR_STR_15="ɫ"
+dxSBAR_COLOR_STR_2="ɫ"
+dxSBAR_COLOR_STR_3=""
+dxSBAR_COLOR_STR_4=""
+dxSBAR_COLOR_STR_5="ɫ"
+dxSBAR_COLOR_STR_6="ɫ"
+dxSBAR_COLOR_STR_7="ɫ"
+dxSBAR_COLOR_STR_8="ɫ"
+dxSBAR_COLOR_STR_9="ɫ"
+dxSBAR_COLORAUTOTEXT="(Զ)"
+dxSBAR_COLORCUSTOMTEXT="(Զ)"
+dxSBAR_COMMANDNAMECANNOTBEBLANK="ƲΪ.һ."
+dxSBAR_COMMANDS="(&D):"
+dxSBAR_CP_ADDBUTTON="Ӱť(&B)"
+dxSBAR_CP_ADDCXITEM="(&C)"
+dxSBAR_CP_ADDDXITEM="Ŀ(&I)"
+dxSBAR_CP_ADDGROUPBUTTON="ӷ鰴ť(&U)"
+dxSBAR_CP_ADDLARGEBUTTON="Ӵͼ(&A)"
+dxSBAR_CP_ADDSEPARATOR="ӷָ(&S)"
+dxSBAR_CP_ADDSUBITEM="Ŀ(&S)"
+dxSBAR_CP_ALLVIEWLEVELS=""
+dxSBAR_CP_BEGINAGROUP="ʼ(&G)"
+dxSBAR_CP_BUTTONGROUP=""
+dxSBAR_CP_BUTTONGROUPMENU="ť(&R)"
+dxSBAR_CP_BUTTONPAINTSTYLEMENU="ť(&S)"
+dxSBAR_CP_BUTTONUNGROUP="ȡ"
+dxSBAR_CP_CAPTION="(&C):"
+dxSBAR_CP_DEFAULTSTYLE="ĬϷ(&U)"
+dxSBAR_CP_DELETE="ɾ(&D)"
+dxSBAR_CP_DELETEITEM="ɾĿ"
+dxSBAR_CP_DELETELINK="ɾ"
+dxSBAR_CP_DISTRIBUTED="ֲʽ(&T)"
+dxSBAR_CP_IMAGEANDTEXT="ͼı(&A)"
+dxSBAR_CP_MOSTRECENTLYUSED="ʹù(&M)"
+dxSBAR_CP_NAME="(&N):"
+dxSBAR_CP_POSITIONMENU="λ(&P)"
+dxSBAR_CP_RESET="(&R)"
+dxSBAR_CP_SINGLEVIEWLEVELITEMSUFFIX="Ψһ"
+dxSBAR_CP_TEXTONLYALWAYS="ı()(&T)"
+dxSBAR_CP_TEXTONLYINMENUS="ı(˵)(&O)"
+dxSBAR_CP_VIEWLEVELSMENU="鿴(&L)"
+dxSBAR_CP_VISIBLE="ɼ(&V)"
+dxSBAR_CUSTOMIZE="Զ(&C)..."
+dxSBAR_CUSTOMIZEQAT="Զٷʹ"
+dxSBAR_CUSTOMIZERIBBON="Զ幦(&R)..."
+dxSBAR_CUSTOMIZERIBBONQAT="Զٷʹ(&C)..."
+dxSBAR_CUSTOMIZINGFORM="Զ崰..."
+dxSBAR_CXEDITVALUEDIALOGCAPTION="ֵ"
+dxSBAR_DATECLEAR=""
+dxSBAR_DATEDIALOGCAPTION="ѡ"
+dxSBAR_DATETODAY=""
+dxSBAR_DBNAVERROR1="Ѿһͬݵť"
+dxSBAR_DBNAVIGATORCATEGORYNAME="ݵ"
+dxSBAR_DEFAULTCATEGORYNAME="Ĭ"
+dxSBAR_DELETE="ɾ"
+dxSBAR_DELETERECORD="ǷҪɾǰ¼?"
+dxSBAR_DESCRIPTION="˵ "
+dxSBAR_DIALOGCANCEL="ȡ"
+dxSBAR_DIALOGOK="ȷ"
+dxSBAR_DRAGTOMAKEMENUFLOAT="϶,ʹ˵"
+dxSBAR_EXPAND="չ(Ctrl+Down)"
+dxSBAR_EXTRAPANEHEADER="ĵ"
+dxSBAR_GALLERYEMPTYFILTERCAPTION="<>"
+dxSBAR_GALLERYITEMLINKPOSITIONINDROPDOWN="&λ"
+dxSBAR_GDIPLUSNEEDED="%s Ҫװ GDI+ ӿ"
+dxSBAR_HIDEALLGALLERYGROUPS="ȫ"
+dxSBAR_HINTOPT1="ڹʾʾ(&T)"
+dxSBAR_HINTOPT2="ڹʾʾݼ(&H)"
+dxSBAR_IMAGEDIALOGCAPTION="ѡĿ"
+dxSBAR_IMAGEINDEX="ͼƬ"
+dxSBAR_IMAGETEXT="ı"
+dxSBAR_INSERTEX="..."
+dxSBAR_LARGEICONS="ͼ(&L)"
+dxSBAR_LOOKUPDIALOGCANCEL="ȡ"
+dxSBAR_LOOKUPDIALOGCAPTION="ѡֵ"
+dxSBAR_LOOKUPDIALOGOK="ȷ"
+dxSBAR_MDICLOSE="رմ"
+dxSBAR_MDIMINIMIZE="С"
+dxSBAR_MDIRESTORE="ԭ"
+dxSBAR_MENUANIM1="()"
+dxSBAR_MENUANIM2=""
+dxSBAR_MENUANIM3="۵"
+dxSBAR_MENUANIM4=""
+dxSBAR_MENUANIM5=""
+dxSBAR_MENUANIMATIONS="˵(&M):"
+dxSBAR_MENUSSHOWRECENTITEMS="˵ʾʹù(&N)"
+dxSBAR_MINIMIZERIBBON="С(&N)"
+dxSBAR_MODIFY="..."
+dxSBAR_MOREBUTTONS="ఴť"
+dxSBAR_MORECOMMANDS="(&M)..."
+dxSBAR_MOVEDOWN=""
+dxSBAR_MOVEUP=""
+dxSBAR_NEWBUTTONCAPTION="½ť"
+dxSBAR_NEWITEMCAPTION="½"
+dxSBAR_NEWRIBBONGALLERYITEMCAPTION="½"
+dxSBAR_NEWSEPARATORCAPTION="½ָ"
+dxSBAR_NEWSUBITEMCAPTION="½Ŀ"
+dxSBAR_NOBARMANAGERS="ûЧTdxBarManagers"
+dxSBAR_OK="ȷ"
+dxSBAR_ONEOFTOOLBARSALREADYMERGED="ָѾϲ"
+dxSBAR_ONEOFTOOLBARSHASMERGEDTOOLBARS="ָѾϲ"
+dxSBAR_OTHEROPTIONS=" "
+dxSBAR_PERSMENUSANDTOOLBARS="Ի˵ "
+dxSBAR_PIN="̶б"
+dxSBAR_PLACEFORCONTROL="תĵط "
+dxSBAR_POPUPMENUEDITOR="˵༭..."
+dxSBAR_QUICKACCESSALREADYHASGROUPBUTTON="ٷʹѾͬĹķ鰴ť"
+dxSBAR_QUICKACCESSGROUPBUTTONTOOLBARNOTDOCKEDINRIBBON="ٴȡ鰴ťĹͣ Ribbon"
+dxSBAR_RECURSIVEGROUPS="ܴѭķ"
+dxSBAR_RECURSIVEMENUS="ܴѭIJ˵"
+dxSBAR_REMOVEFROMQAT="ӿٷʹɾ(&R)"
+dxSBAR_RENAMEEX="..."
+dxSBAR_RESETTOOLBAR="ù(&R)"
+dxSBAR_RESETUSAGEDATA="ʹõ(&R)"
+dxSBAR_RIBBON_MINIMIZERIBBON=""
+dxSBAR_RIBBON_PINRIBBON="̶"
+dxSBAR_RIBBON_QUICKACCESSTOOLBARNAME="ٷʹ"
+dxSBAR_RIBBON_RESTORERIBBON="չ"
+dxSBAR_RIBBON_TABAREASEARCHTOOLBARNAME="ѡ"
+dxSBAR_RIBBON_TABAREATOOLBARNAME="ѡ"
+dxSBAR_RIBBONADDEMPTYGROUP="ӿշ"
+dxSBAR_RIBBONADDGROUPWITHTOOLBAR=""
+dxSBAR_RIBBONADDTAB="ѡ"
+dxSBAR_RIBBONBADOWNER="%s Ӧ TCustomForm Ϊӵ"
+dxSBAR_RIBBONBADPARENT="%s Ӧ TCustomForm Ϊĸ"
+dxSBAR_RIBBONCANTMERGE="ܺϲָĹ"
+dxSBAR_RIBBONCANTMERGETAB="ܺϲָĹҳ"
+dxSBAR_RIBBONCANTMERGEWITHOUTBARMANAGER="ܺϲָ"
+dxSBAR_RIBBONCANTUNMERGE="ָܲĹ"
+dxSBAR_RIBBONCANTUNMERGETAB="ָܲĹҳ"
+dxSBAR_RIBBONDELETEGROUP="ɾ"
+dxSBAR_RIBBONDELETETAB="ɾѡ"
+dxSBAR_RIBBONDISPLAYOPTIONS_AUTOHIDERIBBON_CAPTION="Զع"
+dxSBAR_RIBBONDISPLAYOPTIONS_AUTOHIDERIBBON_DESCRIPTION="ع.Ӧóʾ."
+dxSBAR_RIBBONDISPLAYOPTIONS_SHOWTABS_CAPTION="ʾѡ"
+dxSBAR_RIBBONDISPLAYOPTIONS_SHOWTABS_DESCRIPTION="ֻʾѡ.һѡʾ."
+dxSBAR_RIBBONDISPLAYOPTIONS_SHOWTABSANDCOMMANDS_CAPTION="ʾѡ"
+dxSBAR_RIBBONDISPLAYOPTIONS_SHOWTABSANDCOMMANDS_DESCRIPTION="ʾѡ."
+dxSBAR_RIBBONFORM_CLOSE="ر"
+dxSBAR_RIBBONFORM_DISPLAYOPTIONS="ʾѡ"
+dxSBAR_RIBBONFORM_HELP=""
+dxSBAR_RIBBONFORM_MAXIMIZE=""
+dxSBAR_RIBBONFORM_MINIMIZE="С"
+dxSBAR_RIBBONFORM_RESTOREDOWN="»ԭ"
+dxSBAR_RIBBONFORM_RESTOREUP="ϻԭ"
+dxSBAR_RIBBONMORETHANONE="ֻһ%sʵ"
+dxSBAR_RIBBONONEOFTABGROUPSALREADYMERGED="һָĹҳеĹҳѾϲ"
+dxSBAR_RIBBONSARENOTMERGED="''%s''û빦''%s''ϲ"
+dxSBAR_RIBBONTABSARENOTMERGED="ҳ''%s''û빦ҳ''%s''ϲ"
+dxSBAR_SHOWABOVERIBBON="ʾٷʹϷ(&S)"
+dxSBAR_SHOWALLGALLERYGROUPS="ʾз"
+dxSBAR_SHOWBELOWRIBBON="ʾڹ·ٷʹ(&S)"
+dxSBAR_SHOWFULLMENUSAFTERDELAY="ӳٺʾȫ˵(&U)"
+dxSBAR_SUBMENUEDITOR="Ӳ˵༭..."
+dxSBAR_SUBMENUEDITORCAPTION="ExpressBarsӲ˵༭"
+dxSBAR_TABSHEET1=" "
+dxSBAR_TABSHEET2=" "
+dxSBAR_TABSHEET3=" ѡ "
+dxSBAR_TDELETE="ɾ(&D)"
+dxSBAR_TNEW="½(&N)..."
+dxSBAR_TOOLBARADD="ӹ"
+dxSBAR_TOOLBAREXISTS="''%s''Ѵ.."
+dxSBAR_TOOLBARHASMERGEDTOOLBARS="''%s''Ѻϲ"
+dxSBAR_TOOLBARNAME="(&T):"
+dxSBAR_TOOLBARNEWNAME="Զ "
+dxSBAR_TOOLBARRENAME=""
+dxSBAR_TOOLBARS="(&A):"
+dxSBAR_TOOLBARSALREADYMERGED="''%s''Ѿϲڹ''%s''"
+dxSBAR_TOOLBARSARENOTMERGED="''%s''û빤''%s''ϲ"
+dxSBAR_TREEVIEWDIALOGCAPTION="ѡĿ"
+dxSBAR_TRENAME="(&E)..."
+dxSBAR_TRESET="(&R)..."
+dxSBAR_UNPIN="бȡĹ̶"
+dxSBAR_VISIBLE="ɼ"
+dxSBAR_WANTTOCLEARCOMMANDS="Ƿɾ''%s''е?"
+dxSBAR_WANTTODELETECATEGORY="Ƿɾ''%s''?"
+dxSBAR_WANTTODELETECOMPLEXITEM="ѡкжӵĿ.ȷǷɾЩ?"
+dxSBAR_WANTTODELETETOOLBAR="Ƿɾ''%s''?"
+dxSBAR_WANTTODELETETOOLBARS="ǷɾѡĹ?"
+dxSBAR_WANTTORESETTOOLBAR="Ƿù''%s''?"
+dxSBAR_WANTTORESETUSAGEDATA="ɾӦóʹù,Ĭϵԭ˵.᳷κʽԶ.ȷҪ?"
+dxTileControlDefaultGroupCaptionHint="Ʒ"
+dxTreeViewDelConfirm="ǷɾĿ"%s""
+SBlob="(ƶ)"
+scxActionClose="ر"
+scxActionRecurrence="ظ"
+scxActions=""
+scxActualFinishField="ʵ"
+scxActualStartField="ʵʿʼ"
+scxAdd="(&A)"
+scxAdd1=""
+scxAdd1Hint="(Ins)"
+scxAddedHolidayDisplayFormat="%s - %s (%s)"
+scxAddedHolidaysGroupBox="ӵĽڼ"
+scxAddTo="ӵ"
+scxAdvance0h="뿪ʼ1Сʱ"
+scxAdvance10m="뿪ʼ10"
+scxAdvance15m="뿪ʼ15"
+scxAdvance5m="뿪ʼ5"
+scxAdvancedCustomizationFormBottomPanelOnly1by4=" (1 by 4)"
+scxAdvancedCustomizationFormBottomPanelOnly2by2=" (2 by 2)"
+scxAdvancedCustomizationFormColumnAreaCaption=""
+scxAdvancedCustomizationFormDataAreaCaption=""
+scxAdvancedCustomizationFormFieldsCaption="֮϶ֶ:"
+scxAdvancedCustomizationFormFilterAreaCaption=""
+scxAdvancedCustomizationFormMainCaption="ֶϵӱ"
+scxAdvancedCustomizationFormRowAreaCaption=""
+scxAdvancedCustomizationFormStackedDefault="ֶκֲ"
+scxAdvancedCustomizationFormStackedSideBySide="ֶκֲ"
+scxAdvancedCustomizationFormTopPanelOnly="ֶβ"
+scxAgendaCalendar="Լ"
+scxAllDayEvent="ȫ¼(&A)"
+scxAllDayEventField="ȫ¼"
+scxAnalysisServer=""
+scxApply="Ӧ(&A)"
+scxAppointment="Լ \n"
+scxBands="..."
+scxBandsCaption=" "
+scxBoolFalse=""
+scxBoolTrue=""
+scxBuiltInLookAndFeelStyles="ʽ"
+scxBusy="æ"
+scxCaclulatorConstructFormula="Ĺʽ.ƫ"
+scxCaclulatorCyclingError=".ʽ´ǰ"
+scxCaclulatorDivByZero="ܱ!"
+scxCaclulatorErrorString="-δַֹ!"
+scxCaclulatorErrorSymbol=" - symbol ')' expected!"
+scxCaclulatorFuncInvalidIndex="Чĺ"
+scxCaclulatorFuncInvalidName="ĺ"
+scxCaclulatorFuncNeedResult="Ҫֵ"
+scxCaclulatorMissingParamters="ʧѲ"
+scxCaclulatorMissingTokens="ȱٱ"
+scxCaclulatorParseFormula="ʽַλʱ"
+scxCaclulatorStringExpression="ַʽе"
+scxCaclulatorTypeErr="ݵIJ!"
+scxCaclulatorUnknownExpression="δַ֪ʽ"
+scxCaclulatorUnknownToken="ڱʽеδ֪"
+scxCancel="ȡ(&C)"
+scxCannotRescheduleOccurrence="°ŶԼ"%s"ķ,ͬһԼԺ."
+scxCantCreateExportOutputFile="ܴļ"
+scxCantCreateRegistryKey="ܴע: \%s"
+scxCantOpenRegistryKey="ܴע: \%s"
+scxCaptionField=""
+scxChangeCellsData="ı䵥Ԫ"
+scxChangeCellsStyle="ʽԪ"
+scxChangeDeleteCells="ɾԪ"
+scxChangeInsertCells="뵥Ԫ"
+scxChangePartOfMergeCells="ܸĺϲԪIJ"
+scxClearAllAction=""
+scxClearCells="еԪ"
+scxClose="ر(&C)"
+scxCollapse="۵"
+scxCollapseAll="ȫ۵"
+scxColorBoxAutomatic="Զ"
+scxColorBoxNone=""
+scxColorEditorCaption="ɫ༭"
+scxColumnArea=""
+scxColumns="..."
+scxColumnsCaption=" "
+scxComplete=""
+scxCompleteDisplayFormat="0 %"
+scxConfirmLostExceptions="˶¼κ⽫ᶪʧ.ȷ?"
+scxConnectUsing="ʹ"
+scxContinueFrom=""
+scxContinueTo=""
+scxConverterCantCreateStyleRepository="ʽ"
+scxCreateAllItems="ȫ"
+scxCreateMissingItems="ȱٵ"
+scxCube=""
+scxCubeFile="ļ"
+scxCurrencyStyleDescription="ҸʽһĻҽ."
+scxCustom="Զ¼"
+scxCustomizeCaption="Զ"
+scxCutCommand="еԪ"
+scxDaily="(&D)"
+scxDataArea=""
+scxDatabase="ݿ"
+scxDataField=""
+scxDataStorageErrorReadCellRecord="ȡԪ¼"
+scxDataStorageErrorSetCellRecord="õԪ¼"
+scxDate="(&D):"
+scxDateTimeStyleDescription="/ʱ ʽΪ /ʱ ֵںʱ."
+scxDay="(&A)"
+scxDay1=""
+scxDayCalendar=""
+scxDays=""
+scxDefaultSheetCaption=""
+scxDeferLayoutUpdate="Ƴٲָ"
+scxDeferred="Ƴ"
+scxDelete="ɾ(&D)"
+scxDelete1="ɾ"
+scxDelete1Hint="ɾ (Del)"
+scxDeleteAllItems="ɾȫ"
+scxDeleteConfirmation="ĿѸı,ȷҪɾ?"
+scxDeleteRecurringEventDescription="ظ¼.ϣɾλе¼?"
+scxDeleteTypeDialogCaption="ȷɾ"
+scxDeleteTypeOccurrenceLabel="ɾ"
+scxDeleteTypeSeriesLabel="ɾ"
+scxDesignerCaption="TreeList༭ - "
+scxDown="(&D)"
+scxDragItems="϶Ŀ PivotGrid"
+scxDropColumnFields="ֶ˴"
+scxDropDataItems="ֶ˴"
+scxDropFilterFields="ֶ˴"
+scxDropRowFields="ֶ˴"
+scxDuration="ʱ(&U):"
+scxEdit="༭(&E)"
+scxEdit1=""
+scxEditDotted="༭..."
+scxEditRecurringEventDescription="ظ¼.ϣλе¼?"
+scxEditTypeDialogCaption="ظĿ"
+scxEditTypeOccurrenceLabel="¼"
+scxEditTypeSeriesLabel=""
+scxEmptyDayCaption="û¼"
+scxEmptyExportCache="Ϊ"
+scxEnabledField=""
+scxEnd="(&E):"
+scxEndAfter="ظ(&F):"
+scxEndBy="(&B):"
+scxEndTime="ʱ(&E):"
+scxErrorStoreObject="Ĵ洢%s"
+scxEvent="¼"
+scxEventLabel0="Ҫ"
+scxEventLabel1="ҵ"
+scxEventLabel2=""
+scxEventLabel3="ݼ"
+scxEventLabel4="μ"
+scxEventLabel5="ת"
+scxEventLabel6=""
+scxEventLabel7=""
+scxEventLabel8=""
+scxEventLabel9="绰"
+scxEventLabelNone=""
+scxEventsConflict="һճﰲŵ¼ͻ."
+scxEventTime=" ¼ʱ "
+scxEventTypeField=""
+scxEvery="ÿ(&V)"
+scxEveryWeekDay="ÿ(&K)"
+scxExcelImportUndefinedString="ַδַ!"
+scxException="¼"
+scxExceptionEvent="¼"
+scxExitConfirmation="?"
+scxExpand="չ"
+scxExpandAll="ȫչ"
+scxExport="(&E)"
+scxExportHint=""
+scxExportNotVisibleControl="ʾ"
+scxExportToCSV="ŷָı(*.csv)"
+scxExportToExcel="ӱExcel(*.xls)"
+scxExportToHtml="ҳ(*.html)"
+scxExportToText="ıļ(*.txt)"
+scxExportToXlsx="MS Excel 2007 (*.xlsx)ʽ"
+scxExportToXml="XMLĵ(*.xml)"
+scxFieldListCaption="PivotGrid ֶб"
+scxFieldNotADataField="ֶα!"
+scxFile="ļ"
+scxFilterArea=""
+scxFindAvailableTime="ҿʱ"
+scxFinishField=""
+scxFinishToFinish=""
+scxFinishToFinishLong=" (FF)"
+scxFinishToFinishShort="FF"
+scxFinishToStart="ʼ"
+scxFinishToStartLong="ʼ (FS)"
+scxFinishToStartShort="FS"
+scxFirst="һ"
+scxFirstButtonHint="һԴ"
+scxFormApply="Ӧ"
+scxFormatCellStyle="Ԫʽ"
+scxFormatCellStyleType="ʽ"
+scxFormatDialogAllBorder="б߿"
+scxFormatDialogBorder="߿(&B)"
+scxFormatDialogBottom=""
+scxFormatDialogCellShading="Ԫ"
+scxFormatDialogCenter=""
+scxFormatDialogColor="ɫ(&C)"
+scxFormatDialogFill=""
+scxFormatDialogFont="(&F)"
+scxFormatDialogFormatCaption="ʽԪ"
+scxFormatDialogGeneral=""
+scxFormatDialogHorzAlign="ˮƽ(&H)"
+scxFormatDialogInside="(&I)"
+scxFormatDialogItems="Ŀ"
+scxFormatDialogJustify=""
+scxFormatDialogLeft=""
+scxFormatDialogLine=""
+scxFormatDialogNone="(&N)"
+scxFormatDialogNone2=""
+scxFormatDialogOutline="(&I)"
+scxFormatDialogPattern="ģʽ(&P):"
+scxFormatDialogPatterns="ģʽ(&P)"
+scxFormatDialogRight=""
+scxFormatDialogSample="ʾ"
+scxFormatDialogSampleText="ٵɫ"
+scxFormatDialogStyle="ʽ(&S)"
+scxFormatDialogText="(&A)"
+scxFormatDialogTextAlignment="ı"
+scxFormatDialogTextControl="ı"
+scxFormatDialogTextStr="ı"
+scxFormatDialogTop=""
+scxFormatDialogVertAlign="ֱ(&V)"
+scxFormatDialogWrap="Զ(&W)"
+scxFormatStyleCurrency="(&C)"
+scxFormatStyleDateTime="/ʱ(&D)"
+scxFormatStyleGeneral="(&G)"
+scxFormatStyleNumber="(&N)"
+scxFormatStyleStyleSettings="ʽ"
+scxFormatStyleText="ı(&T)"
+scxFormCancel=""
+scxFormOk=""
+scxFourth=""
+scxFree="ͷ"
+scxFrom=":"
+scxFullYear="ȫ"
+scxGanttEventHint=": %s\\n: %d %%\\nʼ: %s\\n: %s"
+scxGdipInvalidOperation="GDI+еIJЧ (: %d)"
+scxGdipInvalidOperationWin32Error="GDI+еIJЧ (Win32: %d)"
+scxGeneralStyleDescription="õԪʽһûκʽ."
+scxGoToDateDialogCaption="ת"
+scxGrandTotal="ܼ"
+scxGridBandsQuickCustomizationHint="ʾ//ƶ "
+scxGridChartAlignment=""
+scxGridChartAlignmentCenter=""
+scxGridChartAlignmentDefault="Ĭ"
+scxGridChartAlignmentEnd=""
+scxGridChartAlignmentStart="ʼ"
+scxGridChartAreaDiagramDisplayText="ͼ"
+scxGridChartBarDiagramDisplayText="ͼ"
+scxGridChartBorder="߿"
+scxGridChartCategoriesDisplayText=""
+scxGridChartColumnDiagramDisplayText="ֱͼ"
+scxGridChartCustomizationFormDataGroupsPageCaption=""
+scxGridChartCustomizationFormNoSortedSeries="<ϵ>"
+scxGridChartCustomizationFormOptionsPageCaption="ѡ"
+scxGridChartCustomizationFormSeriesPageCaption="ϵ"
+scxGridChartCustomizationFormSortBySeries="ͨ:"
+scxGridChartDiagramSelector="ѡͼ"
+scxGridChartLegend="ͼ"
+scxGridChartLegendKeyBorder="߿"
+scxGridChartLineDiagramDisplayText="ͼ"
+scxGridChartNoneDiagramDisplayText="ͼ"
+scxGridChartOrientation=""
+scxGridChartOrientationDefault="Ĭ"
+scxGridChartOrientationHorizontal="ˮƽ"
+scxGridChartOrientationVertical="ֱ"
+scxGridChartOther=""
+scxGridChartPercentValueTickMarkLabelFormat="0%"
+scxGridChartPieDiagramDisplayText="״ͼ"
+scxGridChartPosition="λ"
+scxGridChartPositionBottom=""
+scxGridChartPositionDefault="Ĭ"
+scxGridChartPositionLeft=""
+scxGridChartPositionNone=""
+scxGridChartPositionRight=""
+scxGridChartPositionTop=""
+scxGridChartStackedAreaDiagramDisplayText="ͼ"
+scxGridChartStackedBarDiagramDisplayText="ͼ"
+scxGridChartStackedColumnDiagramDisplayText="ͼ"
+scxGridChartTitle=""
+scxGridChartToolBox=""
+scxGridChartToolBoxCustomizeButtonCaption="Զͼ"
+scxGridChartToolBoxDataLevels="ݲ:"
+scxGridChartToolBoxDataLevelSelectValue="ѡֵ"
+scxGridChartValueHintFormat="%s %s %s'"
+scxGridChartValueHints="ʾֵ"
+scxGridColumnsQuickCustomizationHint=" ʾ//ƶ "
+scxGridConverterIntermediaryMissing="ȱн!\\n뽫 %s ӵ."
+scxGridConverterNotExistComponent="ؼ"
+scxGridConverterNotExistGrid="cxGrid "
+scxGridCustomizationFormBandsPageCaption=""
+scxGridCustomizationFormCaption="Զ"
+scxGridCustomizationFormColumnsPageCaption=""
+scxGridCustomizationFormRowsPageCaption=""
+scxGridDataRowFixingPopupCommandFixToBottom="̶ײ"
+scxGridDataRowFixingPopupCommandFixToTop="̶ڶ"
+scxGridDataRowFixingPopupCommandUnfix="ȡ̶"
+scxGridDeletingConfirmationCaption="ȷ"
+scxGridDeletingFocusedConfirmationText="ɾ¼?"
+scxGridDeletingSelectedConfirmationText="ɾѡļ¼?"
+scxGridFilterApplyButtonCaption="Ӧù"
+scxGridFilterCustomizeButtonCaption="Զ..."
+scxGridFilterIsEmpty="<Ϊ>"
+scxGridFilterRowInfoText="˶һɸѡ"
+scxGridFindPanelClearButtonCaption=""
+scxGridFindPanelFindButtonCaption=""
+scxGridFindPanelInfoText="Ҫ..."
+scxGridFindPanelNextButtonCaption="һ"
+scxGridFindPanelPreviousButtonCaption="ǰһ"
+scxGridFuture=""
+scxGridGroupByBoxCaption="ҷϸ"
+scxGridInplaceEditFormButtonCancel="ȡ"
+scxGridInplaceEditFormButtonClose="ر"
+scxGridInplaceEditFormButtonUpdate=""
+scxGridInplaceEditFormSaveChangesQuery="Ѹı,Ƿ?"
+scxGridLast14Days="14ǰ"
+scxGridLast30Days="30ǰ"
+scxGridLast7Days="7ǰ"
+scxGridLastMonth="ϸ"
+scxGridLastTwoWeeks="ǰ"
+scxGridLastWeek=""
+scxGridLastYear="ȥ"
+scxGridLayoutViewCustomizeFormApply="Ӧ"
+scxGridLayoutViewCustomizeFormCancel="ȡ"
+scxGridLayoutViewCustomizeFormOk="ȷ"
+scxGridLayoutViewCustomizeFormTemplateCard="ģ忨"
+scxGridLayoutViewCustomizeFormViewLayout="ͼ"
+scxGridLayoutViewCustomizeLayoutButtonCaption="ֱ༭"
+scxGridLayoutViewCustomizeWarningDialogCaption=""
+scxGridLayoutViewCustomizeWarningDialogMessage="ѸIJ.ǷҪ?"
+scxGridLayoutViewRecordCaptionDefaultMask="[RecordIndex],[RecordCount]"
+scxGridLockedStateImageText="Ժ..."
+scxGridMonthFormat="mmmm yyyy"
+scxGridNewItemRowInfoText=""
+scxGridNext14Days="14"
+scxGridNext30Days="30"
+scxGridNext7Days="7"
+scxGridNextMonth="¸"
+scxGridNextTwoWeeks="ܺ"
+scxGridNextWeek="һ"
+scxGridNextYear="һ"
+scxGridNoDataInfoText="<ʾ>"
+scxGridPast="ȥ"
+scxGridRecursiveLevels="ܴݹ"
+scxGridThisMonth=""
+scxGridThisWeek=""
+scxGridThisYear=""
+scxGridToday=""
+scxGridTomorrow=""
+scxGridWizardChartViewOptionsViewSettingsPageDescription="ChartViewOptionsViewSettingsPage"
+scxGridWizardChartViewOptionsViewSettingsPageTitle="ͼ"
+scxGridWizardOptionCaptionAntialiasing=""
+scxGridWizardOptionCaptionCustomizationOptions="Զѡ"
+scxGridWizardOptionCaptionDataDrillDown="ȡ"
+scxGridWizardOptionCaptionDataGroupHiding=""
+scxGridWizardOptionCaptionDataGroupMoving="ƶ"
+scxGridWizardOptionCaptionDataGroupOptions="ѡ"
+scxGridWizardOptionCaptionOptionsCustomization="Զѡ"
+scxGridWizardOptionCaptionSeriesCustomization="Զ"
+scxGridWizardOptionCaptionToolBoxCustomizeButton="Զ尴ť"
+scxGridWizardOptionCaptionTransparentCaption=""
+scxGridYearFormat="yyyy"
+scxGridYesterday=""
+scxGroupAverage="%s ƽֵ"
+scxGroupCount="%s ֵ"
+scxGroupCountDistinct="%s ͬ"
+scxGroupCustom="%s Զ"
+scxGroupIDField=""
+scxGroupMax="%s ֵ"
+scxGroupMin="%s Сֵ"
+scxGroupStdDev="%s ƫֵ"
+scxGroupStdDevP="%s ƫ"
+scxGroupSum="%s С"
+scxGroupTotal="%s ܼ"
+scxGroupVariance="%s "
+scxGroupVarianceP="%s ָ"
+scxgsUnboundsSelectColumnsForDisplayPageInputQueryCaptionAdd=""
+scxgsUnboundsSelectColumnsForDisplayPageInputQueryCaptionEdit=""
+scxgsUnboundsSelectItemsForDisplayPageInputQueryCaptionAdd="Ŀ"
+scxgsUnboundsSelectItemsForDisplayPageInputQueryCaptionEdit="༭Ŀ"
+scxgsUnboundsSelectRowsForDisplayPageInputQueryCaptionAdd=""
+scxgsUnboundsSelectRowsForDisplayPageInputQueryCaptionEdit=""
+scxgwBandsPageDescription=",ָǵ˳"
+scxgwBandsPageInputQueryCaptionAdd=""
+scxgwBandsPageInputQueryCaptionEdit=""
+scxgwBandsPageTitle=""
+scxgwBehaviorPageCardViewCardExpanding="չƬ"
+scxgwBehaviorPageCardViewCardExpandingHint="չƬ"
+scxgwBehaviorPageCardViewExpandRowOnDblClick="˫չ"
+scxgwBehaviorPageCardViewExpandRowOnDblClickHint="˫չ\\n"
+scxgwBehaviorPageCardViewRowExpanding="չ"
+scxgwBehaviorPageCardViewRowExpandingHint="ڷʾչť"
+scxgwBehaviorPageCardViewRowHiding=""
+scxgwBehaviorPageCardViewRowHidingHint="ָؿƬͼ"
+scxgwBehaviorPageCardViewRowMoving="ƶ"
+scxgwBehaviorPageCardViewRowMovingHint="϶ƶ"
+scxgwBehaviorPageCardViewRowOptions="ѡ"
+scxgwBehaviorPageCellMultiSelect="Ԫѡ"
+scxgwBehaviorPageCellMultiSelectHint="ѡԪ"
+scxgwBehaviorPageCellSelect="Ԫѡ"
+scxgwBehaviorPageCellSelectHint="ѡһеijԪ"
+scxgwBehaviorPageDescription="ԶͼΪ"
+scxgwBehaviorPageExpandingOptions="չѡ"
+scxgwBehaviorPageExpandRecordOnDblClick="˫չ¼"
+scxgwBehaviorPageExpandRecordOnDblClickHint="˫Ƭʱչ¼"
+scxgwBehaviorPageFocusCellOnCycle="ڵԪѭ"
+scxgwBehaviorPageFocusCellOnCycleHint="ȷǷƶ㵽һ/һ,\\nͨڵǰұ/ߵĵԪʱ"
+scxgwBehaviorPageFocusCellOnTab="ڵԪʹTabƶ"
+scxgwBehaviorPageFocusCellOnTabHint="ڵԪʹTabƶ"
+scxgwBehaviorPageFocusFirstCellOnNewRecord="ý¼¼ĵһԪ"
+scxgwBehaviorPageFocusFirstCellOnNewRecordHint="ý¼¼ĵһԪ"
+scxgwBehaviorPageFocusingOptions="ѡ"
+scxgwBehaviorPageGoToNextCellOnEnter="سתһԪ"
+scxgwBehaviorPageGoToNextCellOnEnterHint="سתһԪ"
+scxgwBehaviorPageGridLines=""
+scxgwBehaviorPageGridLinesHorizontal="ˮƽ"
+scxgwBehaviorPageGridLinesHorizontalHint="Ƿʾˮƽ"
+scxgwBehaviorPageGridLinesVertical="ֱ"
+scxgwBehaviorPageGridLinesVerticalHint="Ƿʾֱ"
+scxgwBehaviorPageGroupExpanding="չ"
+scxgwBehaviorPageGroupExpandingHint="Ƿ\\nIJ˵ʾչť"
+scxgwBehaviorPageHideSelection="ѡ"
+scxgwBehaviorPageHideSelectionHint="Ƿڱؼʧȥʱ\\nѡнȾ"
+scxgwBehaviorPageItemHotTrack="ȸ"
+scxgwBehaviorPageItemHotTrackHint="ȸ"
+scxgwBehaviorPageRecordExpanding="¼չ"
+scxgwBehaviorPageRecordExpandingHint="ǷڿƬʾչť"
+scxgwBehaviorPageRecordMultiSelect="¼ѡ"
+scxgwBehaviorPageRecordMultiSelectHint="ѡ¼"
+scxgwBehaviorPageRowMultiSelect="жѡ"
+scxgwBehaviorPageRowMultiSelectHint="ѡ"
+scxgwBehaviorPageSelectionOptions="ѡѡ"
+scxgwBehaviorPageTitle="Ϊ"
+scxgwCardViewTreeViewFrameAddCaptionRow="б(&P)"
+scxgwCardViewTreeViewFrameAddCaptionRowHint="б(Alt+P)"
+scxgwCardViewTreeViewFrameAddCategoryRow="з(&T)"
+scxgwCardViewTreeViewFrameAddCategoryRowHint="з(Alt+T)"
+scxgwCardViewTreeViewFrameDefaultCaptionRowCaption=""
+scxgwCardViewTreeViewFrameDefaultCategoryRowCaption=""
+scxgwCardViewTreeViewFrameEditRow="(&E)"
+scxgwCardViewTreeViewFrameEditRowHint="(Alt+E)"
+scxgwCardViewTreeViewFrameInputQueryCaptionAddCaptionRow="б"
+scxgwCardViewTreeViewFrameInputQueryCaptionAddCategoryRow="з"
+scxgwCardViewTreeViewFrameInputQueryCaptionEditRow=""
+scxgwCommonAdd="(&A)"
+scxgwCommonAddAll="(&L)"
+scxgwCommonAddSelected="ѡ(&S)"
+scxgwCommonCancel="ȡ(&C)"
+scxgwCommonCaptionPrompt=":"
+scxgwCommonCheckSelected="ѡ"
+scxgwCommonCloseQuery="ҪֹDevExpress. \nرձ,бϢʧ,Ƿ?"
+scxgwCommonCreateDetailLevelQuery="Ƿһµϸͼ?"
+scxgwCommonDataSource="Դ:"
+scxgwCommonDataSourceHint="'"
+scxgwCommonDeleteAll="ȫɾ(&E)"
+scxgwCommonDeleteSelected="ɾ(&D)"
+scxgwCommonDeselectAll="ȡѡ"
+scxgwCommonEdit="༭(&I)"
+scxgwCommonGroupCaptionCommon=""
+scxgwCommonGroupCaptionOthers=""
+scxgwCommonKeyFields="ؼֶ:"
+scxgwCommonKeyFieldsHint="ؼֶָһɷֺŷָļб\\nֶÿ¼Ψһʶ"
+scxgwCommonKind=":"
+scxgwCommonMoveDown="(&W)"
+scxgwCommonMoveSelectedDown="ѡ"
+scxgwCommonMoveSelectedUp="ѡ"
+scxgwCommonMoveUp="(&U)"
+scxgwCommonNoneSelected="<ûѡκ>"
+scxgwCommonOK="ȷ(&O)"
+scxgwCommonProperties=":"
+scxgwCommonSelectAll="ȫѡ"
+scxgwCommonUncheckSelected="ȡѡ"
+scxgwCommonWizardCaption=""
+scxgwCommonWizardCaptionEditing="-%s"
+scxgwCustomizationFormBandsTab=""
+scxgwCustomizationFormCardTreeViewTab="Ƭͼ"
+scxgwCustomizationFormColumnsTab=""
+scxgwCustomizationFormRowsTab=""
+scxgwCustomizeItemsPageDescriptionDB="ΪĽԪṩIJ"
+scxgwCustomizeItemsPageDescriptionUnbound="ΪĽԪṩIJֺͼ"
+scxgwCustomizeItemsPageTitleDB="Զ岼"
+scxgwCustomizeItemsPageTitleUnbound="Զ岼ֺ"
+scxgwDataSettingsPageDescription="Ϊѡʵ"
+scxgwDataSettingsPageGridMode="ģʽ"
+scxgwDataSettingsPageGridModeBufferCount="ģʽ"
+scxgwDataSettingsPageMultiThreadedOptionsFiltering="̹߳"
+scxgwDataSettingsPageMultiThreadedOptionsSorting="߳"
+scxgwDataSettingsPageSmartRefresh="ˢ"
+scxgwDataSettingsPageSmartRefreshHint="'"
+scxgwDataSettingsPageSynchronization="ϸͼͬ"
+scxgwDataSettingsPageSynchronizationHint="ϸͼͬȷǷ\\nǰͼ"¡"ͼ\\n"ģʽ"ͼԶͬ"
+scxgwDataSettingsPageSyncMode="ͬģʽ"
+scxgwDataSettingsPageSyncModeHint="ͬģʽָǷ\\nؼƥTDataSetͬ"
+scxgwDataSettingsPageTitle="ݴ"
+scxgwDataSourcePageDescription="ָһԴ. \nȷԴӵݼ"
+scxgwDataSourcePageDetailKeyFieldNames="ϸؼֶ: "
+scxgwDataSourcePageDetailKeyFieldNamesHint="ϸؼֶοָһֶ\\nϸϢݼ,Ψһʶÿϸ¼"
+scxgwDataSourcePageIsDetailView="ϸͼ"
+scxgwDataSourcePageMasterView="ͼ"
+scxgwDataSourcePageMasterViewHint="'"
+scxgwDataSourcePageMasterViewKeyFieldNames="ؼֶ: "
+scxgwDataSourcePageMasterViewKeyFieldNamesHint="ؼֶָݼеֶб\\nݼ֮/ӹϵ."
+scxgwDataSourcePageTitle="Դ"
+scxgwFilteringSortingPageColumnFiltering="й"
+scxgwFilteringSortingPageColumnFilteringHint="ָǷʾť"
+scxgwFilteringSortingPageColumnSorting=""
+scxgwFilteringSortingPageColumnSortingHint="ֵ"
+scxgwFilteringSortingPageDescription="Ϊ˺ָܺԪ"
+scxgwFilteringSortingPageFilterBoxVisible="ɼ"
+scxgwFilteringSortingPageFilterBoxVisibleAlways=""
+scxgwFilteringSortingPageFilterBoxVisibleAlwaysHint="ʾ"
+scxgwFilteringSortingPageFilterBoxVisibleHint="ɼ"
+scxgwFilteringSortingPageFilterBoxVisibleNonEmpty="Ӧùʱ"
+scxgwFilteringSortingPageFilterBoxVisibleNonEmptyHint="ڶͼйʱʾ"
+scxgwFilteringSortingPageHeaderFilterButtonShowMode="ťʾģʽ"
+scxgwFilteringSortingPageHeaderFilterButtonShowModeButton="ť"
+scxgwFilteringSortingPageHeaderFilterButtonShowModeButtonHint="ͨĹ˰ťڽ\\nֵʱṩ˵"
+scxgwFilteringSortingPageHeaderFilterButtonShowModeHint="ָťʾģʽ"
+scxgwFilteringSortingPageHeaderFilterButtonShowModeSmartTag="ܱ"
+scxgwFilteringSortingPageHeaderFilterButtonShowModeSmartTagHint="˰ťһСרƵ\\nͼ,ͼ\\nбʱʾ,û\\nжЩDZ˵."
+scxgwFilteringSortingPageIncSearch=""
+scxgwFilteringSortingPageIncSearchHint="ûڱؼͨƥ\\n¼ֶεĸм¼λ"
+scxgwFilteringSortingPageShowColumnFilterButton="ťɼ"
+scxgwFilteringSortingPageShowColumnFilterButtonAlways=""
+scxgwFilteringSortingPageShowColumnFilterButtonAlwaysHint="˰ť()һֱʾ"
+scxgwFilteringSortingPageShowColumnFilterButtonWhenSelected="ѡʱ"
+scxgwFilteringSortingPageShowColumnFilterButtonWhenSelectedHint="ѡ()ʱʾ˰ť"
+scxgwFilteringSortingPageTitle="˺"
+scxgwFinishPageDescription="Զıͼ.ҪȥһЩ, \nʹú˰ť,뵥Աĸ"
+scxgwFinishPageTitle=""
+scxgwInplaceEditFormLayoutPageDescription="Զ༭IJ"
+scxgwInplaceEditFormLayoutPageTitle="ԭر༭岼"
+scxgwInplaceEditFormPageClient="ͻ'"
+scxgwInplaceEditFormPageClientHint="'"
+scxgwInplaceEditFormPageDefaultColumnCount=""
+scxgwInplaceEditFormPageDefaultColumnCountHint="༭ָ"
+scxgwInplaceEditFormPageDefaultStretch=""
+scxgwInplaceEditFormPageDescription="ԭر༭"
+scxgwInplaceEditFormPageHorizontal="ˮƽ'"
+scxgwInplaceEditFormPageHorizontalHint="'"
+scxgwInplaceEditFormPageMasterRowDblClickAction="˫"
+scxgwInplaceEditFormPageNone="'"
+scxgwInplaceEditFormPageNoneHint="'"
+scxgwInplaceEditFormPageShowEditForm="ʾ༭"
+scxgwInplaceEditFormPageShowEditFormHint="'"
+scxgwInplaceEditFormPageSwitchExpandedState="лչ״̬"
+scxgwInplaceEditFormPageSwitchExpandedStateHint="'"
+scxgwInplaceEditFormPageTitle="ԭر༭"
+scxgwInplaceEditFormPageUseDefaultLayout="ʹĬϲ"
+scxgwInplaceEditFormPageUseDefaultLayoutHint="ʹԶɵIJڱ༭, Զ"
+scxgwInplaceEditFormPageVertical="ֱ'"
+scxgwInplaceEditFormPageVerticalHint="'"
+scxgwLayoutViewCarouselAngleOptions="Ƕѡ"
+scxgwLayoutViewCarouselAnimationInterval=":"
+scxgwLayoutViewCarouselAnimationIntervalHint="ָתʱ,λ:"
+scxgwLayoutViewCarouselAutoPitchAngle="Զ"
+scxgwLayoutViewCarouselAutoPitchAngleHint="ָԶ\\nתľбǶ"
+scxgwLayoutViewCarouselBackgroundRecordAlphaLevel=":"
+scxgwLayoutViewCarouselBackgroundRecordAlphaLevelHint="ָƬ"
+scxgwLayoutViewCarouselBackgroundRecordEndScale=":"
+scxgwLayoutViewCarouselBackgroundRecordEndScaleHint="ָƬĽ,ٷֱ"
+scxgwLayoutViewCarouselBackgroundRecordOptions="¼ѡ"
+scxgwLayoutViewCarouselBackgroundRecordStartScale="ʼ:"
+scxgwLayoutViewCarouselBackgroundRecordStartScaleHint="ָƬĿʼ,ٷֱ"
+scxgwLayoutViewCarouselPageDescription="תģʽ"
+scxgwLayoutViewCarouselPageTitle="תģʽ"
+scxgwLayoutViewCarouselPitchAngle="бǶ"
+scxgwLayoutViewCarouselPitchAngleHint="ָתľбǶ,λ"
+scxgwLayoutViewCarouselRadius="뾶:"
+scxgwLayoutViewCarouselRadiusHint="ָԲ뾶,λ:"
+scxgwLayoutViewCarouselRecordCount="¼:"
+scxgwLayoutViewCarouselRecordCountHint="ָͬʱʾļ¼\\nڲͼڵĿƬ(¼)"
+scxgwLayoutViewCarouselRollAngle="תǶ"
+scxgwLayoutViewCarouselRollAngleHint="ָתĽǶ,λ:"
+scxgwLayoutViewCustomizeItemsPageDescription="ΪѡʵIJ"
+scxgwLayoutViewCustomizeItemsPageTitle="ԶĿ"
+scxgwLayoutViewOptionsViewPageCenterRecords="Ƭ"
+scxgwLayoutViewOptionsViewPageCenterRecordsHint="ָƬʾͼм"
+scxgwLayoutViewOptionsViewPageDescription="ָôпƬк"
+scxgwLayoutViewOptionsViewPageSingleRecordStretch="Ƭ"
+scxgwLayoutViewOptionsViewPageSingleRecordStretchClient="ͻ"
+scxgwLayoutViewOptionsViewPageSingleRecordStretchClientHint="Ƭռֱͻʱ"
+scxgwLayoutViewOptionsViewPageSingleRecordStretchHint="ָƬŷʽ"
+scxgwLayoutViewOptionsViewPageSingleRecordStretchHorizontal="ˮƽ"
+scxgwLayoutViewOptionsViewPageSingleRecordStretchHorizontalHint="ƬﵽͼĿʱ"
+scxgwLayoutViewOptionsViewPageSingleRecordStretchNone=""
+scxgwLayoutViewOptionsViewPageSingleRecordStretchNoneHint="Ƭ."
+scxgwLayoutViewOptionsViewPageSingleRecordStretchVertical="ֱ"
+scxgwLayoutViewOptionsViewPageSingleRecordStretchVerticalHint="Ƭﵽͼĸ߶ʱ"
+scxgwLayoutViewOptionsViewPageTitle="ͼ"
+scxgwLayoutViewOptionsViewPageViewMode="ͼģʽ"
+scxgwLayoutViewOptionsViewPageViewModeCarousel="ת"
+scxgwLayoutViewOptionsViewPageViewModeCarouselHint="ƬһԲ,ģתľЧ"
+scxgwLayoutViewOptionsViewPageViewModeHint="ָƬʾģʽ"
+scxgwLayoutViewOptionsViewPageViewModeMultiColumn=""
+scxgwLayoutViewOptionsViewPageViewModeMultiColumnHint="Ƭʶ"
+scxgwLayoutViewOptionsViewPageViewModeMultiRow=""
+scxgwLayoutViewOptionsViewPageViewModeMultiRowHint="ʾƬ"
+scxgwLayoutViewOptionsViewPageViewModeSingleColumn=""
+scxgwLayoutViewOptionsViewPageViewModeSingleColumnHint="Ƭֻʾһ"
+scxgwLayoutViewOptionsViewPageViewModeSingleRecord="һƬ"
+scxgwLayoutViewOptionsViewPageViewModeSingleRecordHint="ֻʾһſƬ"
+scxgwLayoutViewOptionsViewPageViewModeSingleRow=""
+scxgwLayoutViewOptionsViewPageViewModeSingleRowHint="ֻʾһпƬ"
+scxgwSelectItemsForDisplayDataSetFields="ݼеֶ"
+scxgwSelectItemsForDisplayGridViewFields="ͼеֶ"
+scxgwSelectItemsForDisplayPageDescription="ѡҪʾڱͼеֶβָǵ˳"
+scxgwSelectItemsForDisplayPageTitle="Ҫʾֶ"
+scxgwSelectViewPageDescription="ΪԴѡʵıͼ"
+scxgwSelectViewPageGroupHeaderDBViews="ͼ"
+scxgwSelectViewPageGroupHeaderServerModeViews="ģʽͼ"
+scxgwSelectViewPageGroupHeaderUnboundViews="δͼ"
+scxgwSelectViewPageTitle="ͼ"
+scxgwServerModeDataSourcePageActivate=""
+scxgwServerModeDataSourcePageDescription="ָԴ.ȷȷúӵһЧ"
+scxgwServerModeDataSourcePageTitle="Դ"
+scxgwSizingPageCardAutoWidth="ƬԶ"
+scxgwSizingPageCardAutoWidthHint="ԶÿƬ"
+scxgwSizingPageCardSizing="Ƭߴ"
+scxgwSizingPageCardSizingHint="ûԼÿƬߴ"
+scxgwSizingPageCellAutoHeight="ԪԶ߶"
+scxgwSizingPageCellAutoHeightHint="ʾ\\nԶõԪ߶"
+scxgwSizingPageCellEndEllipsis="ԪʡԺ"
+scxgwSizingPageCellEndEllipsisHint="ԪıʱʾʡԺ"
+scxgwSizingPageColumnAutoWidth="Զ"
+scxgwSizingPageColumnAutoWidthHint="ʾ\\nԶеĿ"
+scxgwSizingPageDataRowSizing="гߴ"
+scxgwSizingPageDataRowSizingHint="ûԸıеijߴ"
+scxgwSizingPageDescription="Զߴѡ"
+scxgwSizingPageFooterAutoHeight="ԶҳŸ߶"
+scxgwSizingPageFooterAutoHeightHint="ʾ\\nԶͼҳŵĸ߶"
+scxgwSizingPageGroupAutoSizingOptions="Զóߴѡ"
+scxgwSizingPageGroupManualSizingOptions="ֶóߴѡ"
+scxgwSizingPageGroupRowSizing="гߴ"
+scxgwSizingPageGroupRowSizingHint="ûıеijߴ"
+scxgwSizingPageHeaderAutoHeight="ͷԶ߶"
+scxgwSizingPageHeaderAutoHeightHint="ʾ\\nԶñͷ߶"
+scxgwSizingPageRowCaptionAutoHeight="бԶ߶"
+scxgwSizingPageRowCaptionAutoHeightHint="ʾԶ\\nƬбĸ߶"
+scxgwSizingPageRowCaptionEndEllipsis="бʡԺ"
+scxgwSizingPageRowCaptionEndEllipsisHint="бⳬʱʾʡԺ"
+scxgwSizingPageTitle="ߴ"
+scxgwSummaryPageAllRecords="Ϊм¼"
+scxgwSummaryPageAllRecordsHint="Ҫм¼"
+scxgwSummaryPageDescription="ҳŻҳһָеĸҪ"
+scxgwSummaryPageMultipleSelectedRecords="Ϊ߶ѡļ¼"
+scxgwSummaryPageMultipleSelectedRecordsHint="Ҫֻ ѡļ¼"
+scxgwSummaryPageNullIgnore="Կֵ"
+scxgwSummaryPageNullIgnoreHint="ԸҪмĿֵ"
+scxgwSummaryPageSelectedRecords="Ϊѡļ¼"
+scxgwSummaryPageSelectedRecordsHint="Ҫֻѡļ¼"
+scxgwSummaryPageTitle="Ҫ"
+scxgwUIElementsCardViewEmptyRows=""
+scxgwUIElementsCardViewEmptyRowsHint="һʾչť"
+scxgwUIElementsCardViewExpandButtonAlignment="չť"
+scxgwUIElementsCardViewExpandButtonAlignmentHint="ָƬչťˮƽ"
+scxgwUIElementsCardViewExpandButtonAlignmentLeft=""
+scxgwUIElementsCardViewExpandButtonAlignmentLeftHint="չťڱ"
+scxgwUIElementsCardViewExpandButtonAlignmentRight=""
+scxgwUIElementsCardViewExpandButtonAlignmentRightHint="չťڱұ"
+scxgwUIElementsCardViewRowLayout="в"
+scxgwUIElementsCardViewRowLayoutHint="ָƬв"
+scxgwUIElementsCardViewRowLayoutHorizontal="ˮƽ"
+scxgwUIElementsCardViewRowLayoutHorizontalHint="Ƭʾһ"
+scxgwUIElementsCardViewRowLayoutVertical="ֱ"
+scxgwUIElementsCardViewRowLayoutVerticalHint="Ƭϵʾһ"
+scxgwUIElementsPageBandsQuickCustomization="Զ"
+scxgwUIElementsPageBandsQuickCustomizationHint="Զһб\\nڸбתĿɼԼ\\nͨ϶"
+scxgwUIElementsPageColumnsQuickCustomization="Զ"
+scxgwUIElementsPageColumnsQuickCustomizationHint="Զлһб\\nڸбתеĿɼԼ\\nͨ϶жн"
+scxgwUIElementsPageDescription="ָûԷʵĽԪ"
+scxgwUIElementsPageFilterButton="ťɼ"
+scxgwUIElementsPageFilterButtonHint="ʾİť"
+scxgwUIElementsPageFilterRowVisible=""
+scxgwUIElementsPageFilterRowVisibleHint="ͼһ,ṩһĹб"
+scxgwUIElementsPageFooter="ҳ"
+scxgwUIElementsPageFooterHint="ҳʾҳŸҪ"
+scxgwUIElementsPageGroupBox=""
+scxgwUIElementsPageGroupBoxHint="ʱз鲢ʾ"
+scxgwUIElementsPageGroupFooter="ҳ"
+scxgwUIElementsPageGroupFooterHint="ҳʾڷײһҪ"
+scxgwUIElementsPageGroupFooterModeAlwaysVisible="ǿɼ"
+scxgwUIElementsPageGroupFooterModeVisibleWhenExpanded="չʱɼ"
+scxgwUIElementsPageGroupInterfaceElements="Ԫ"
+scxgwUIElementsPageHeader="ҳü"
+scxgwUIElementsPageHeaderHint="ѡȷǷʾͼб\\nʱнƶȲ"
+scxgwUIElementsPageHideCurrentRow="صǰ"
+scxgwUIElementsPageHideCurrentRowHint="ԭر༭崦ڻ״̬ʱڱ༭"
+scxgwUIElementsPageIndicator="ָʾ"
+scxgwUIElementsPageIndicatorHint="ָʾȷǷʾָʾ"
+scxgwUIElementsPageInplaceEditForm="ԭر༭"
+scxgwUIElementsPageInplaceEditFormHint="ʹԭر༭ʱü¼༭"
+scxgwUIElementsPageNavigator=""
+scxgwUIElementsPageNavigatorButtons="ť'"
+scxgwUIElementsPageNavigatorButtonsHint="'"
+scxgwUIElementsPageNavigatorHint="ṩ˼¼Ĺ"
+scxgwUIElementsPageNewItemRow="½"
+scxgwUIElementsPageNewItemRowHint="ʾһ½еġ½һС\\n½вݼ"
+scxgwUIElementsPagePreview="Ԥ"
+scxgwUIElementsPagePreviewHint="MS-OutlookʽԤʾ¼ıעֶε\\nԶıעϢ\\nʾÿкǵĿƥп"
+scxgwUIElementsPageRecordCaption="¼"
+scxgwUIElementsPageRecordCaptionHint="ָƬı"
+scxgwUIElementsPageTitle="Ԫ"
+scxgwUnboundsSelectColumnsForDisplayPageDescription="С,ָǵ˳"
+scxgwUnboundsSelectColumnsForDisplayPageTitle=""
+scxgwUnboundsSelectItemsForDisplayPageDescription="Ŀ,ָǵ˳"
+scxgwUnboundsSelectItemsForDisplayPageTitle=""
+scxgwUnboundsSelectRowsForDisplayPageDescription="СƲָǵ˳"
+scxgwUnboundsSelectRowsForDisplayPageTitle=""
+scxgwWizardModePageDeletePresentStructure="ɾĿǰIJνṹ"
+scxgwWizardModePageDescription="Ϊѡʵ"
+scxgwWizardModePageMultiLevelStructure=""
+scxgwWizardModePageSingleLevelStructure=""
+scxgwWizardModePageTitle=""
+scxHalfYear=""
+scxHalfYearShort="H"
+scxHide=""
+scxHideCustomization="ֶб"
+scxHolidayDate=":"
+scxHolidayDisplayFormat="%s (%s)"
+scxHolidayName=":"
+scxHolidaysEditorCaption="ڼձ༭"
+scxHolidaysGroupBox="ڼ"
+scxHolidaysLocationEditorCaption="ر༭"
+scxHolidaysLocationHolidayEditorCaption="ڼձ༭"
+scxHorizontal="ˮƽ"
+scxHotZoneStyleMediaPlayer8="MediaPlayer8"
+scxHotZoneStyleMediaPlayer9="MediaPlayer9"
+scxHotZoneStyleSimple=""
+scxHotZoneStyleXPTaskBar="XPTaskBar"
+scxHour="Сʱ"
+scxHours="Сʱ"
+scxIDField=""
+scxIllegalHeight="и߶ֵǷ"
+scxIllegalWidth="пֵǷ"
+scxImport="(&I)"
+scxImportErrorCaption=""
+scxImportHint=""
+scxIncorrectUnion="ϲԪ"
+scxIndexOutOfBounds="ָ%d"
+scxInProgress="ڽ"
+scxInvalidCellDimension="ЧԪС"
+scxInvalidColumnIndex="ֵ %d "
+scxInvalidColumnRowCount="Ч"
+scxInvalidCubeName="Ч%sCube."
+scxInvalidCustomField="ǷԶֶ"
+scxInvalidFieldName="Ƿֶ"
+scxInvalidLayout="ЧIJ!"
+scxInvalidNumber="һЧ."
+scxInvalidProviderVersion="ṩ汾ƥ OLAP Դ汾"
+scxInvalidRecurrenceDuration="¼ʱСظ. ̳ʱ,ĶԻеĶģʽ."
+scxInvalidRowIndex="ֵ %d "
+scxInvalidStreamFormat="ʽЧ"
+scxInvalidStyleIndex="Чʽֵ %d"
+scxItems="༭..."
+scxKPIs="ؼЧָ"
+scxKPIStatusBad=""
+scxKPIStatusGood=""
+scxKPIStatusNeutral=""
+scxKPITrendGoingDown="ȥ"
+scxKPITrendGoingUp="ȥ"
+scxKPITrendNoChange="ı"
+scxLabel="ǩ(&B):"
+scxLabelAs="ǩΪ:"
+scxLabelField="ǩ"
+scxLast=""
+scxLastButtonHint="Դ"
+scxLinkHint=": %s (%s)\\n: %s\\n: %s"
+scxLoadingFonts="ڶȡ ..."
+scxLocation="λ(&L):"
+scxLocationField="λ"
+scxLocationName=":"
+scxLocationsGroupBox=""
+scxLockedStateText="Ժ..."
+scxMaskEditEmptyMaskCollectionFile="ʽļΪ"
+scxMaskEditIllegalFileFormat="ļʽǷ"
+scxMaskEditInvalidEditValue="༭ֵǷ"
+scxMaskEditMaskCollectionFiles="ʽļ"
+scxMaskEditNoMask=""
+scxMaskEditRegExprError="ʽ:"
+scxMeasureGroups="ֵ"
+scxMeasures="ʩ"
+scxMergeCells="ϲԪ"
+scxMessageField="Ϣ"
+scxMinute=""
+scxMinutes=""
+scxModernStyleHintComplete=":"
+scxModernStyleHintEnd=":"
+scxModernStyleHintLocation="λ:"
+scxModernStyleHintReminder="ʾ:"
+scxModernStyleHintReminderNone=""
+scxModernStyleHintResources=":"
+scxModernStyleHintStart="ʼ:"
+scxMonthCalendar=""
+scxMonthly="(&M)"
+scxMonths=""
+scxMoveToBeginning="ͷ"
+scxMoveToEnd="β"
+scxMoveToLeft="ƶ"
+scxMoveToRight="ƶ"
+scxMultiSelectRequired="ѡ"
+scxNextAppointment="һ¼"
+scxNextButtonHint="һԴ"
+scxNextPageButtonHint="һҳ"
+scxNoAvailableFreeTime="ûпʱ."
+scxNoDataToDisplay="<ʾ>"
+scxNoEndDate="(&N)"
+scxNone="ͨ¼"
+scxNoneEvent="ͨ¼"
+scxNotExistGridLevel="Ŀ㲻"
+scxNotExistGridView="ͼ"
+scxNotImplemented="δʵ!"
+scxNotStarted="δʼ"
+scxNumberStyleDescription="ڳʾ."
+scxOccurenceEvent="¼"
+scxOccurences="κ"
+scxOccurrence="ͨ¼"
+scxOf=""
+scxOfEvery="ÿ"
+scxOk="ȷ(&O)"
+scxOneDay="һ"
+scxOperationNotSupported="ִ֧˲"
+scxOptions="ѡ"
+scxOrder="˳"
+scxOthers=""
+scxOutlookFormatMismatch="ڼոʽƥ"
+scxOutOfOffice=""
+scxParentIDField=""
+scxPasteCommand="ճԪ"
+scxPattern=""
+scxPCAllowRotateError="%sʽ֧תѡ"
+scxPCDefaultHintBottomRightButton="һҳ"
+scxPCDefaultHintCloseButton="رռѡ"
+scxPCDefaultHintGoDialogButton="ôԻ"
+scxPCDefaultHintNewButton="½ѡ"
+scxPCDefaultHintTabCloseButton="ر"
+scxPCDefaultHintTopLeftButton="һҳ"
+scxPCImageListIndexError="(%d)0%d֮"
+scxPCNoBaseImages="δͼƬ"
+scxPCNoRegisteredStyles="ʽδע"
+scxPCPageIndexError="%dһЧҳֵ.Ҳ 0%d֮"
+scxPCPainterClassError="PCPainterClassΪ"
+scxPCStandardStyleError="%sһֵ֧ıʽ"
+scxPCStyleNameError="%sһδעʽ"
+scxPCTabCountEqualsZero="ǩ. = 0"
+scxPCTabIndexError="ǰѡ(%d)"
+scxPCTabVisibleIndexOutsOfBounds="TabVisibleIndex(%d)0%d֮"
+scxPCVisibleTabListEmpty="Ƿǿɼѡ"
+scxPivotGridCancel="ȡ"
+scxPivotGridOk="ȷ"
+scxPivotGridShowAll="(ȫʾ)"
+scxpm10Minutes="10 (&M)"
+scxpm15Minutes="15 (&1)"
+scxpm30Minutes="30 (&3)"
+scxpm5Minutes="5 (&5)"
+scxpm60Minutes="60 (&0)"
+scxpm6Minutes="6 (&6)"
+scxpmBusy="æ(&B)"
+scxpmDelete="ɾ(&D)"
+scxpmEditSeries="༭(&R)"
+scxpmFree="(&F)"
+scxpmFullYear="ȫ(&F)"
+scxpmGoToDate="ת(&T)..."
+scxpmGotoThisDay="ת(&D)"
+scxpmHalfYear="(&H)"
+scxpmLabel="ǩ(&L)"
+scxpmNewAllDayEvent="ȫ¼(&E)"
+scxpmNewEvent="¼(&N)"
+scxpmNewRecurringEvent="¼(&R)"
+scxpmOpen="(&O)"
+scxpmOutOfOffice="(&O)"
+scxpmQuarter="(&Q)"
+scxpmResourcesLayout="ڱ༭..."
+scxpmShowTimeAs="ʱʾΪ(&H)"
+scxpmTentative="ݶ(&T)"
+scxpmTimeZone="ıʱ(&G)"
+scxpmToday="(&O)"
+scxPopupMenuFormatCells="ʽԪ"
+scxPopupMenuHideCols=""
+scxPopupMenuHideRows=""
+scxPopupMenuMergeCells="ϲԪ"
+scxPopupMenuSplitCells="ֵԪ"
+scxPopupMenuUnhideCols="ȡ"
+scxPopupMenuUnhideRows="ȡ"
+scxPrefilterCustomizeButtonCaption="Ԥ..."
+scxPrefilterIsEmpty="<ԤΪ>"
+scxPrevAppointment="һ¼"
+scxPrevButtonHint="ǰһԴ"
+scxPrevPageButtonHint="һҳ"
+scxQuarter=""
+scxQuarterFormat=" %d"
+scxQuarterly="(&Q)"
+scxQuarterShort="Q"
+scxQuickCustomizationAllCommandCaption="(ȫ)"
+scxQuickCustomizationSortedCommandCaption="()"
+scxRangeOfRecurrence=" ظΧ "
+scxrCaptionReminder=""
+scxrCaptionReminders="%d "
+scxrDismissAllButton="ɢ(&A)"
+scxrDismissButton="ɢ(&D)"
+scxrDueIn="Ԥ"
+scxRecurEvery="ظΪ(&U)"
+scxRecurrence="ظ(&R)"
+scxRecurrenceCaption="¼"
+scxRecurrenceDailyMessage=""
+scxRecurrenceEvent="ظ¼"
+scxRecurrenceField="ѭģʽ"
+scxRecurrenceHolidayCaption="ڼظ"
+scxRecurrenceIndexField="ظ"
+scxRecurrenceLabel="ظ:"
+scxRecurrenceMonthlyMessage=""
+scxRecurrencePattern=" ѭģʽ "
+scxRecurrenceWeeklyMessage=""
+scxRecurrenceYearlyMessage=""
+scxRegExprCantCreateEmptyAlt="һֲӦÿ"
+scxRegExprCantCreateEmptyBlock="˿ӦΪ"
+scxRegExprCantCreateEmptyEnum="ܴյö"
+scxRegExprCantUseParameterQuantifier="ʲӦ"
+scxRegExprCantUsePlusQuantifier="'\\n'ŲӦ"
+scxRegExprCantUseStarQuantifier="''*''ŲӦ"
+scxRegExprChar="ַ"
+scxRegExprEmptySourceStream="ԴΪ"
+scxRegExprHexNumberExpected=" ''%s'' ʮƵ"
+scxRegExprHexNumberExpected0="Ҫʮ"
+scxRegExprIllegalIntegerValue="Ƿֵ"
+scxRegExprIllegalQuantifier="Ƿ ''%s''"
+scxRegExprIllegalSymbol="Ƿ''%s''"
+scxRegExprIncorrectParameterQuantifier="ȷIJ"
+scxRegExprIncorrectSpace="''\''ո"
+scxRegExprLine=""
+scxRegExprMissing="ʧ ''%s''"
+scxRegExprNotAssignedSourceStream="δԴ"
+scxRegExprNotCompiled="δʽ"
+scxRegExprNotSupportQuantifier="ֵ֧IJ"
+scxRegExprSubrangeOrder="ӷΧʼַСڽַ"
+scxRegExprTooBigReferenceNumber="̫"
+scxRegExprUnnecessary="Ҫ ''%s''"
+scxReminder=":"
+scxReminderDateField=""
+scxReminderField=""
+scxReminderMinutesBeforeStartField="ڿʼ֮ǰʱ ()"
+scxRemoveAllSorting="ȡ"
+scxRemoveRecur="ɾ(&R)"
+scxReplaceOccurrenceDate="ijЩ·ݲ%s,Щ·,¼ڸµһ."
+scxRequiredFieldsNeeded="Ҫֶ\\n%sδֵ!"
+scxResource="Դ"
+scxResourceField="Դ"
+scxResourceLayoutCaption="ڱ༭"
+scxrOpenItemButton="Ŀ(&O)"
+scxRowArea=""
+scxrSelected="ѡ %d "
+scxrSnoozeButton="Ժ(&S)"
+scxrSnoozeLabel="Ժ(&S)"
+scxrStartTime="ʼʱ: %s"
+scxrSubject=""
+scxSave=""
+scxSaveAndClose="沢ر"
+scxSaveAndCloseHint="沢ر"
+scxSCalcError=""
+scxSecond="ڶ"
+scxSEditRepositoryBarCodeItem="|ʾ༭"
+scxSEditRepositoryBlobItem="BlobEdit| BLOB ༭"
+scxSEditRepositoryButtonItem="ButtonEdit|Ƕʽť༭ؼ"
+scxSEditRepositoryCalcItem="CalcEdit|һ༭ؼһб"
+scxSEditRepositoryCheckBoxItem="CheckBox|һѡؼ"
+scxSEditRepositoryCheckComboBox="CheckComboBox|ʾһѡб"
+scxSEditRepositoryCheckGroupItem="CheckGroup|ʾһṩѡı༭"
+scxSEditRepositoryColorComboBoxItem="ColorComboBox|ʾһѡɫ"
+scxSEditRepositoryColorEditItem="ColorEdit|ʾһɫ༭һɫ"
+scxSEditRepositoryComboBoxItem="ComboBox|Ͽ༭"
+scxSEditRepositoryCurrencyItem="CurrencyEdit|һ༭༭"
+scxSEditRepositoryDateItem="DateEdit|һ༭ؼһ"
+scxSEditRepositoryDateTimeWheelPickerItem="DateTimeWheelPicker|ʾ༭ؼ,ʹһתѡȡʱֵĿؼ"
+scxSEditRepositoryFontNameComboBoxItem="FontNameComboBox|ʾһѡ"
+scxSEditRepositoryFormattedLabelItem="FormattedLabel|ʾһǩ,ʾʹbbcodeıDZǸʽı "
+scxSEditRepositoryHyperLinkItem="HyperLink|һгӹܵı༭"
+scxSEditRepositoryImageComboBoxItem="ImageComboBox|беͼıַбڵʾ༭"
+scxSEditRepositoryImageItem="Image|ͼ༭"
+scxSEditRepositoryLabelItem="Label|ʾһǩ"
+scxSEditRepositoryLookupComboBoxItem="LookupComboBox|Ͽؼ"
+scxSEditRepositoryLookupSparklineItem="LookupSparkline|ʾͼ༭"
+scxSEditRepositoryMaskItem="MaskEdit|һͨõ༭ؼ."
+scxSEditRepositoryMemoItem="Memo|༭עݱ༭ؼ"
+scxSEditRepositoryMRUItem="MRUEdit|бʾʹõĿ (MRU) беı༭"
+scxSEditRepositoryNumericWheelPickerItem="NumericWheelPicker|༭ؼ,ͨתѡֵĿؼ"
+scxSEditRepositoryPopupItem="PopupEdit|һбı༭ؼ"
+scxSEditRepositoryProgressBarItem="ProgressBar|ʾһؼ"
+scxSEditRepositoryRadioGroupItem="RadioGroup|һ鵥ѡť"
+scxSEditRepositoryRangeTrackBarItem="RangeTrackBar|ʾһѡһֵķΧ"
+scxSEditRepositoryRatingControlItem="RatingControl|ʾһȼؼ"
+scxSEditRepositoryRichEditItem="RichEdit|RichEditؼ"
+scxSEditRepositoryShellComboBoxItem="ShellComboBox|ʾһϿһͼ"
+scxSEditRepositorySparklineItem="Sparkline|ʾһͼ༭"
+scxSEditRepositorySpinButtonItem="SpinButton|ʾһתť"
+scxSEditRepositorySpinItem="SpinEdit|һֵڱ༭"
+scxSEditRepositoryTextItem="TextEdit|һһı༭"
+scxSEditRepositoryTimeItem="TimeEdit|ʱֵʾ༭"
+scxSEditRepositoryToggleSwitchItem="ToggleSwitch|ʾһؿؼ,ѡһѡ"
+scxSEditRepositoryTokenItem="TokenEdit|ʾһ༭,ıбӻΪı "
+scxSEditRepositoryTrackBarItem="TrackBar|ʾһûѡֵ"
+scxSelectAll="ȫѡ(&A)"
+scxSelectionInDocument="<<ĵѡ>>"
+scxSelectNone="ȡѡ(&N)"
+scxSeparator="-"
+scxServer=""
+scxSets="װ"
+scxShedulerEditorFormNotRegistered="ûעı༭"
+scxSheetName=""
+scxShellBrowserDlgCaption="ļ"
+scxShellBrowserDlgCurrentFolderCaption="ǰļ"
+scxShowAs="ʾΪ:"
+scxShowCustomization="ʾֶб"
+scxShowFewerResourcesButtonHint="ʾԴ"
+scxShowIn="ʾ(&S):"
+scxShowMoreResourcesButtonHint="ʾԴ"
+scxShowPrefilterDialog="ʾԤ˶Ի"
+scxShowTimeAs="ʱʾΪ(&W):"
+scxSHyperLinkDoubleSlash="//"
+scxSHyperLinkPrefix="http://"
+scxSortCellsAction="ԵԪй"
+scxSortGroupByThisColumn="ͨ"%s""
+scxSortGroupByThisRow="ͨ"%s""
+scxSplitCells="ֵԪ"
+scxSpreadSheetAllColumn=""
+scxSpreadSheetAllRow=""
+scxSpreadSheetDefineNameError=",Ѿ"
+scxSpreadSheetDefineNameError2=",кзǷַ"
+scxSpreadSheetDeleteCells="ɾ"
+scxSpreadSheetDeleteLastSheet="ܹɾΨһһű"
+scxSpreadSheetErrorReadSST="ڶȡSSTļ¼ʱ"
+scxSpreadSheetInsertCells=""
+scxSpreadSheetInvalidFileFormat="Ч %s ļʽ"
+scxSpreadSheetInvalidFileName="%s Чļ"
+scxSpreadSheetInvalidSheetCaption="ǷѾ"
+scxSpreadSheetInvalidSheetNumber="Ƿҳ"
+scxSpreadSheetInvalidStreamFormat="ʽЧ"
+scxSpreadSheetMergeCellError="ںϲԪʱ, ЩԪѾִ˺ϲ"
+scxSpreadSheetMergeCellError2="ڶһЩϲĵԪ"
+scxSpreadSheetSheetPageExist="ҳѾ"
+scxSpreadSheetShiftCellBottom="Ԫ"
+scxSpreadSheetShiftCellLeft="Ԫ"
+scxSpreadSheetShiftCellRight="Ԫ"
+scxSpreadSheetShiftCellTop="Ԫ"
+scxStart="ʼ(&S):"
+scxStart1="ʼ(&T):"
+scxStartField="ʼ"
+scxStartTime="ʼʱ(&T):"
+scxStartToFinish="ʼ "
+scxStartToFinishLong="ʼ (SF)"
+scxStartToFinishShort="SF"
+scxStartToStart="ʼʼ"
+scxStartToStartLong="ʼʼ (SS)"
+scxStartToStartShort="SS"
+scxStateField="״̬"
+scxStyleInvalidCellStyle="ЧĵԪʽ"
+scxStyleInvalidColorIndex="Чɫ"
+scxStyleManagerCreate="ʽ"
+scxStyleManagerKill="ڿʼʹ,ڴ˶ηͷ"
+scxSubject="(&S):"
+scxSuffixDay=""
+scxSuffixDays=""
+scxSuffixHour="Сʱ"
+scxSuffixHours="Сʱ"
+scxSuffixMinute=""
+scxSuffixMinutes=""
+scxSuffixWeek=""
+scxSuffixWeeks=""
+scxSummaryType="ժҪ"
+scxSvgFindPanelClearButtonCaption=""
+scxSvgFindPanelFindButtonCaption=""
+scxSvgFindPanelInfoText="Ҫı..."
+scxTaskComplete="(&M):"
+scxTaskCompleteField=""
+scxTaskDependencyEditorCaption=""
+scxTaskIndexField=""
+scxTaskLinksField=""
+scxTaskStatus="״̬"
+scxTaskStatusField="״̬"
+scxTaskWrongTimeBounds="Ҫһ %s - %s ֮."
+scxTentative="ݶ"
+scxTextStyleDescription="ʽĵԪΪı,ʹڵԪֵı.ȫʾԪ."
+scxThe="(&H)"
+scxThird=""
+scxTime0m="0 "
+scxTime10h="10 Сʱ"
+scxTime10m="10 "
+scxTime11h="11 Сʱ"
+scxTime12h="12 Сʱ"
+scxTime15m="15 "
+scxTime18h="18 Сʱ"
+scxTime1d="1 "
+scxTime1h="1 Сʱ"
+scxTime1w="1 "
+scxTime20m="20 "
+scxTime2d="2 "
+scxTime2h="2 Сʱ"
+scxTime2w="2 "
+scxTime30m="30 "
+scxTime3d="3 "
+scxTime3h="3 Сʱ"
+scxTime4d="4 "
+scxTime4h="4 Сʱ"
+scxTime5h="5 Сʱ"
+scxTime5m="5 "
+scxTime6h="6 Сʱ"
+scxTime7h="7 Сʱ"
+scxTime8h="8 Сʱ"
+scxTime9h="9 Сʱ"
+scxTimeGrid="ʱ"
+scxTLPrefixName="TcxTreeList"
+scxTo=":"
+scxTreeListAllNodesMenuItem="нڵ"
+scxTreeListAvgMenuItem="ƽ"
+scxTreeListBestFitAllColumnsMenuItem="Ӧ(ȫ)(&T)"
+scxTreeListBestFitMenuItem="ʺ(&B)"
+scxTreeListClearSortingMenuItem="(&C)"
+scxTreeListCountMenuItem=""
+scxTreeListDeletingConfirmationCaption="ȷ"
+scxTreeListDeletingFocusedConfirmationText="ɾ¼?"
+scxTreeListFieldChooserMenuItem="ֶѡ(&I)"
+scxTreeListFilterApplyButtonCaption="Ӧɸѡ"
+scxTreeListFilterCustomizeButtonCaption="..."
+scxTreeListFilterIsEmpty="<ɸѡΪ>"
+scxTreeListFindPanelClearButtonCaption=""
+scxTreeListFindPanelFindButtonCaption=""
+scxTreeListFindPanelInfoText="Ҫı..."
+scxTreeListFindPanelNextButtonCaption="һ"
+scxTreeListFindPanelPreviousButtonCaption="ǰһ"
+scxTreeListFooterMenuItem="ҳ(&F)"
+scxTreeListFuture="δ"
+scxTreeListGroupFootersAlwaysVisibleMenuItem="ʼտɼ(&A)"
+scxTreeListGroupFootersInvisibleMenuItem="(&H)"
+scxTreeListGroupFootersMenuItem="ҳ(&G)"
+scxTreeListGroupFootersVisibleWhenExpandedMenuItem="չʱɼ(&V)"
+scxTreeListHorizontalAlignmentCenterMenuItem="(&N)"
+scxTreeListHorizontalAlignmentLeftMenuItem="(&L)"
+scxTreeListHorizontalAlignmentMenuItem="ˮƽ(&R)"
+scxTreeListHorizontalAlignmentRightMenuItem="(&R)"
+scxTreeListLast14Days="ȥ14"
+scxTreeListLast30Days="ȥ30"
+scxTreeListLast7Days="ȥ7"
+scxTreeListLastMonth="ϸ"
+scxTreeListLastTwoWeeks="ȥ"
+scxTreeListLastWeek=""
+scxTreeListLastYear="ȥ"
+scxTreeListMaxMenuItem=""
+scxTreeListMinMenuItem="С"
+scxTreeListNext14Days="14"
+scxTreeListNext30Days="30"
+scxTreeListNext7Days="7"
+scxTreeListNextMonth="¸"
+scxTreeListNextTwoWeeks=""
+scxTreeListNextWeek="¸"
+scxTreeListNextYear=""
+scxTreeListNoneMenuItem=""
+scxTreeListPast="ȥ"
+scxTreeListRemoveThisColumnMenuItem="ɾ(&E)"
+scxTreeListSortAscendingMenuItem="(&S)"
+scxTreeListSortDescendingMenuItem="(&O)"
+scxTreeListSumMenuItem="ܺ"
+scxTreeListThisMonth=""
+scxTreeListThisWeek=""
+scxTreeListThisYear=""
+scxTreeListToday=""
+scxTreeListTomorrow=""
+scxTreeListVerticalAlignmentBottomMenuItem="(&B)"
+scxTreeListVerticalAlignmentCenterMenuItem="(&N)"
+scxTreeListVerticalAlignmentMenuItem="ֱ(&T)"
+scxTreeListVerticalAlignmentTopMenuItem="(&T)"
+scxTreeListYesterday=""
+scxTwoOccurrencesPerDay=""%s"¼ͬһ췢."
+scxType="(&T):"
+scxUDAssociated=" Ѿ "
+scxUnsupportedExport="ֵ֧ĵ:%d"
+scxUnsupportedProviderVersion="ֵ֧ṩ汾: %d"
+scxUntitled="ޱ"
+scxUntitledEvent="ޱ¼"
+scxUp="(&U)"
+scxUpdate=""
+scxUseDefaultColor="ʹĬϵɫ"
+scxVertical="ֱ"
+scxWaiting="ڵȴ"
+scxWeekCalendar=""
+scxWeekday=""
+scxWeekendday="ĩ"
+scxWeekly="(&W)"
+scxWeeksOn="ܺ:"
+scxWorkbookRead="ȡļʱ"
+scxWorkbookWrite="дXLSļ"
+scxWorkWeekCalendar=""
+scxWrongPattern="ģʽϷ."
+scxWrongTimeBounds="ʼ."
+scxXLSFileHasUnknownFunction="δ֪"
+scxXLSNameRef="Ч: "
+scxYearly="(&Y)"
+SDTDNotImplemented="DTDûʵ"
+sdx3DEffects="άЧ"
+sdx760V12Engine="6.0˫V12 43848Vֱ12,6.0,˫Ż"
+sdx760V12Manufacturer=""
+sdx760V12Model="760Li V12"
+sdx760V12Tires="P245/45R19 Fr-P275/40R19 Rr.245mm19.0ĵͶ̥"
+sdx760V12Transmission="6Զw/Steptronic"
+sdxAbortPrinting="Ҫжϴӡ ?"
+sdxActionAddGroup=""
+sdxActionAutoFill="Զ"
+sdxActionCellEditing="ĵԪ"
+sdxActionCellsMerge="Ԫϲ"
+sdxActionChangeConditionalFormatting="ʽ"
+sdxActionChangeContainer=""
+sdxActionChangeDefinedName="Ķ"
+sdxActionChangeGroup="ı"
+sdxActionChangeHyperlink="ı䳬"
+sdxActionChangePrintingOptions="Ĵӡѡ"
+sdxActionChangeRowColumn="л"
+sdxActionClearCells="յԪ"
+sdxActionCreateDefinedName=""
+sdxActionCutCells="еԪ"
+sdxActionDeleteCells="ɾԪ"
+sdxActionDeleteComment="ɾע"
+sdxActionDeleteDefinedName="ɾ(s)"
+sdxActionDeleteGroup="ȡ"
+sdxActionDragAndDrop="Ϸ"
+sdxActionEditComment="༭ע"
+sdxActionExpandCollapseGroup="ʾ/ϸϢ"
+sdxActionFillCells="䵥Ԫ"
+sdxActionFormatCells="ʽԪ"
+sdxActionInsertCells="뵥Ԫ"
+sdxActionMoveCells="ƶԪ"
+sdxActionPasteCells="ճԪ"
+sdxActionReplace="滻"
+sdxActionSortCells="Ԫ"
+sdxActiveTabToTop="ڶʾǩҳ"
+sdxAddAndDesignReport="ӲƱ(&E)..."
+sdxAddItemsToComposition="Ŀ"
+sdxAddReport="ӱ"
+sdxAddress1="123"
+sdxAddress2="9333 ķ˹ʿ."
+sdxAddressCaption="ַ"
+sdxAdjustOnScale="ʺҳ(&A)"
+sdxAdjustTo="(&A):"
+sdxAdministration="Ա"
+sdxAggregatedLinks="ۺ(&G):"
+sdxAlertWindowClose="ر"
+sdxAlertWindowDropdown="ʾ˵"
+sdxAlertWindowNavigationPanelDefaultDisplayMask="[MessageIndex],[MessageCount]"
+sdxAlertWindowNextMessage="һϢ"
+sdxAlertWindowPin=""
+sdxAlertWindowPreviousMessage="һϢ"
+sdxAlignment=""
+sdxAllDayMessage=""
+sdxAllRecords="м¼"
+sdxAncestorError="ͣԼԶصIJʹΪģĴ."
+sdxAppearance=""
+sdxApril=""
+sdxAprilShort=""
+sdxAugust=""
+sdxAugustShort=""
+sdxAuto="Զ"
+sdxAutoCalcPreviewLineCount="ԶԤ(&U)"
+sdxAutoColorText="Զ"
+sdxAutoColumnsExpand="Զչ(&U)"
+sdxAutomatic="Զ"
+sdxAutoNodesExpand="Զչڵ(&U)"
+sdxAutoOrientation="Զ"
+sdxAutoRowsExpand="Զչ(&R)"
+sdxAutoTextBar="Զͼļ"
+sdxAutoTextDialogCaption="༭Զͼļ"
+sdxAutoWidth="Զ(&W)"
+sdxAvailableItems="Ŀ(&V)"
+sdxAvailableLinks="(&A):"
+sdxAvailableReportLinks="ñ"
+sdxAvailableSources="õԴ(&A)"
+sdxBackground="(&B)"
+sdxBadDatePrintRange="еڲڿʼǰ."
+sdxBadTimePrintRange="ӡʱ䲻Ч.ʼʱڽʱǰ."
+sdxBandBackgroundStyle=""
+sdxBandColor="ɫ(&B):"
+sdxBandFont=""
+sdxBandHeaderStyle="ͷ"
+sdxBands="(&B)"
+sdxBandsOnEveryPage=""
+sdxBarCodeControlTooNarrowError="ؼ̫խ,ʾ"
+sdxBarCodeInvalidCharactersError="ıЧַ"
+sdxBarCodeInvalidTextFormatError="Чı"
+sdxBaseStyle=""
+sdxBDiagonalFillPattern="Խ"
+sdxBehaviors="Ϊ"
+sdxBehaviorsGroups=""
+sdxBehaviorsTab="Ϊ"
+sdxBestFit="Ӧ(&B)"
+sdxBetaTesters="Ա"
+sdxBorderColor="߿ɫ(&B):"
+sdxBorderLines="߿(&B)"
+sdxBorders="߿"
+sdxBottom="(&B):"
+sdxBottomMargin="±߾"
+sdxBreadcrumbEditInvalidPath="ҵ"%s".ƴд."
+sdxBreadcrumbEditInvalidStreamVersion="Чݰ汾:%d"
+sdxBrushColor="ˢɫ"
+sdxBrushDlgCaption=""
+sdxBrushStyleBDiagonal="Խ"
+sdxBrushStyleClear=""
+sdxBrushStyleCross=""
+sdxBrushStyleDiagCross="бʮ"
+sdxBrushStyleFDiagonal="Խ"
+sdxBrushStyleHorizontal="ˮƽ"
+sdxBrushStyleSolid="ʵ"
+sdxBrushStyleVertical="ֱ"
+sdxBtnAdd="(&A)"
+sdxBtnAddComposition="(&C)"
+sdxBtnApply="Ӧ(&A)"
+sdxBtnAutomatic="Զ(&A)"
+sdxBtnBackground=""
+sdxBtnBrowse="(&B)..."
+sdxBtnCancel="ȡ"
+sdxBtnChangeFont="(&N)..."
+sdxBtnClose="ر"
+sdxBtnColor="ɫ(&L)..."
+sdxBtnCopy="(&C)..."
+sdxBtnDefault="Ĭ(&D)..."
+sdxBtnDefinePrintStyles="ʽ(&D)..."
+sdxBtnDelete="ɾ(&D)..."
+sdxBtnDescription="(&D)..."
+sdxBtnDesign="(&E)..."
+sdxBtnEdit="༭(&E)..."
+sdxBtnEvenFont="ż(&V)..."
+sdxBtnFillEffects="Ч(&F)..."
+sdxBtnFix="(&F)"
+sdxBtnFixedFont="̶(&I)..."
+sdxBtnFont="(&N)..."
+sdxBtnFooterBackground="(&G)"
+sdxBtnFooterFont="(&N)..."
+sdxBtnFootnoteProperties="ҳԡ..."
+sdxBtnGroupFont="(&P)..."
+sdxBtnHeaderBackground="(&B)"
+sdxBtnHeaderFont="(&F)..."
+sdxBtnHeadersFont="(&H)..."
+sdxBtnHelp="(&H)"
+sdxBtnIgnore="(&I)"
+sdxBtnInvertColors="תɫ(&N)"
+sdxBtnMoreColors="ɫ(&M)..."
+sdxBtnMoveDown="(&N)"
+sdxBtnMoveUp="(&U)"
+sdxBtnNetwork="(&W)..."
+sdxBtnNew="½(&N)..."
+sdxBtnNo="(&N)"
+sdxBtnNoFill="(&N)"
+sdxBtnNone="(&N)"
+sdxBtnOddFont="(&N)..."
+sdxBtnOK="ȷ"
+sdxBtnOKAccelerated="ȷ(&O)"
+sdxBtnOptions="ѡ(&O)..."
+sdxBtnOtherTexture="(&X)..."
+sdxBtnPageSetup="ҳ(&G)..."
+sdxBtnPreview="Ԥ(&V)..."
+sdxBtnPrint="ӡ..."
+sdxBtnPrintPreview="ӡԤ(&V)..."
+sdxBtnPrintStyles="ӡʽ"
+sdxBtnProperties="(&R)..."
+sdxBtnRemoveInconsistents="ɾҪ"
+sdxBtnRename="(&M)..."
+sdxBtnReset="(&R)"
+sdxBtnRestoreDefaults="ָĬֵ(&R)"
+sdxBtnRestoreOriginal="ԭ(&O)"
+sdxBtnSaveAs="Ϊ(&A)..."
+sdxBtnSelectPicture="ѡͼƬ(&L)..."
+sdxBtnShowToolBar="ʾ(&T)"
+sdxBtnStyleOptions="ʽѡ..."
+sdxBtnTexture="(&T)..."
+sdxBtnTextureClear="(&E)"
+sdxBtnTitleProperties="..."
+sdxBtnYes="(&Y)"
+sdxBtnYesToAll="ȫ(&A)"
+sdxBuildingReport=": %d%%'"
+sdxBuildingReportStatusText="ɱ - "Escȡ"
+sdxBuiltIn="[ڽ]"
+sdxBuiltInPopupMenuBringToFront="ǰ(&R)"
+sdxBuiltInPopupMenuClearContents="(&N)"
+sdxBuiltInPopupMenuCopy="(&C)"
+sdxBuiltInPopupMenuCreateHyperlink="(&H)..."
+sdxBuiltInPopupMenuCustomizeObject="Զ(&U)..."
+sdxBuiltInPopupMenuCut="(&T)"
+sdxBuiltInPopupMenuDelete="ɾ(&D)"
+sdxBuiltInPopupMenuDeleteComment="ɾע(&M)"
+sdxBuiltInPopupMenuDeleteDialog="ɾ(&D)..."
+sdxBuiltInPopupMenuEditComment="ע(&E)..."
+sdxBuiltInPopupMenuEditHyperlink="༭(&H)..."
+sdxBuiltInPopupMenuFormatCells="ʽԪ(&F)..."
+sdxBuiltInPopupMenuHide="(&H)"
+sdxBuiltInPopupMenuHideComment="ע(&H)"
+sdxBuiltInPopupMenuInsert="(&I)"
+sdxBuiltInPopupMenuInsertComment="ע(&M)..."
+sdxBuiltInPopupMenuInsertDialog="(&I)..."
+sdxBuiltInPopupMenuMergeCells="ϲԪ(&M)"
+sdxBuiltInPopupMenuOpenHyperlink="(&O)"
+sdxBuiltInPopupMenuPaste="ճ(&P)"
+sdxBuiltInPopupMenuPasteSpecial="ѡճ"
+sdxBuiltInPopupMenuPasteSpecialAll="ճ(&P)"
+sdxBuiltInPopupMenuPasteSpecialFormulas="ʽ(&F)"
+sdxBuiltInPopupMenuPasteSpecialFormulasAndColumnWidths="Դп(&W)"
+sdxBuiltInPopupMenuPasteSpecialFormulasAndFormatting="ʽָʽ(&O)"
+sdxBuiltInPopupMenuPasteSpecialFormulasAndStyles="Դʽ(&K)"
+sdxBuiltInPopupMenuPasteSpecialShowDialog="ѡճ..."
+sdxBuiltInPopupMenuPasteSpecialValues="ֵ(&V)"
+sdxBuiltInPopupMenuPasteSpecialValuesAndFormatting="ֵָʽ(&A)"
+sdxBuiltInPopupMenuPasteSpecialValuesAndStyles="ֵԴʽ(&E)"
+sdxBuiltInPopupMenuProtectSheet="(&P)..."
+sdxBuiltInPopupMenuRemoveHyperlink="ɾ(&R)"
+sdxBuiltInPopupMenuRename="(&R)..."
+sdxBuiltInPopupMenuSendToBack="ú(&K)"
+sdxBuiltInPopupMenuShowComment="ʾע(&O)"
+sdxBuiltInPopupMenuSplitCells="ȡԪϲ(&N)"
+sdxBuiltInPopupMenuUnhide="ȡ(&U)"
+sdxBuiltInPopupMenuUnhideDialog="ȡ(&U)..."
+sdxBuiltInPopupMenuUnprotectSheet="(&p)ȡ..."
+sdxButtons="ť"
+sdxByBands=""
+sdxByColumns=""
+sdxByRows="(&R)"
+sdxBytes="ֽ"
+sdxByTopLevelGroups=""
+sdxByWrapping="ͨ(&W)"
+sdxCameraControlSettingsFormDevice="豸"
+sdxCameraControlSettingsFormDevices="豸"
+sdxCameraControlSettingsFormResolution="ֱ"
+sdxCameraControlSettingsFormResolutions="ֱ"
+sdxCameraControlSettingsFormSettings=""
+sdxCameraDialogAssign="(&A)"
+sdxCameraDialogCancel="ȡ(&C)"
+sdxCameraDialogCaption="ͷԤ"
+sdxCameraDialogPause="ͣ(&P)"
+sdxCameraDialogPlay="(&P)"
+sdxCameraInactive="ǻ״̬"
+sdxCameraInitializing="ڳʼ..."
+sdxCameraIsBusy="ͷ.\\nԹرܻʹͷij"
+sdxCameraNotDetected="ûзͷ"
+sdxCameraPaused="ͣ"
+sdxCameraRunning=""
+sdxCancel="ȡ"
+sdxCannotFindView="ҵͼ IDֵ = %d."
+sdxCannotLoadImage="ɾͼ"%s""
+sdxCannotPrintNoItemsAvailable="ûпõָӡΧڵĿ."
+sdxCannotPrintNoSelectedItems="ܴӡûѡ.ѡһĿ,Ȼٴδӡ."
+sdxCannotRenameFolderText="ļ"%s"."%s"ļѾ.ָһͬ."
+sdxCannotRenameItemText="Ŀ"%s"."%s"ĿѴ.ָһͬ."
+sdxCannotUseOnEveryPageMode="ʹOnEveryPageģʽ\\n\\nӦ\\n - ۵¼\\n - л"Ϊ"ѡرշѭ"ѡ"
+sdxCannotUseOnEveryPageModeInAggregatedState="ʹOnEveryPageģʽ\\nִھۺģʽʱ"
+sdxCaption="(&C):"
+sdxCaptionColor="ɫ:"
+sdxCaptionNodeFont="㼶"
+sdxCaptionStyle=""
+sdxCaptionTransparent=""
+sdxCardCaptionRowStyle="Ƭ"
+sdxCardRowCaptionStyle="Ƭб"
+sdxCardsRows="Ƭ(&C)"
+sdxCardsTab="Ƭ"
+sdxCarEngine=""
+sdxCarIsSUVColumnCaption="SUV"
+sdxCarLevelCaption=""
+sdxCarManufacturer=""
+sdxCarManufacturerCountry1="¹"
+sdxCarManufacturerCountry2=""
+sdxCarManufacturerCountry3="¹"
+sdxCarManufacturerCountry4="Ӣ"
+sdxCarManufacturerCountry5="¹"
+sdxCarManufacturerName1=""
+sdxCarManufacturerName2=""
+sdxCarManufacturerName3="µ"
+sdxCarManufacturerName4="·"
+sdxCarManufacturerName5="ķտ˹ AG"
+sdxCarModel="ͺ"
+sdxCarModel1="X5 4.8is"
+sdxCarModel2="ƫ"
+sdxCarModel3="S8ȫʱϵͳ"
+sdxCarModel4="G4ս"
+sdxCarModel5="ͺ62"
+sdxCarModelColumnCaption="ͺ"
+sdxCarName=""
+sdxCarParking="ͣ"
+sdxCarPhotoColumnCaption="Ƭ"
+sdxCarSpeedCountColumnCaption="ٶȼ"
+sdxCarTires="̥"
+sdxCarTransmission=""
+sdxCashCaption="ֽ"
+sdxCategoryStyle=""
+sdxCell="Ԫ:"
+sdxCellFillStyleDiagCrossHatch="Խ"
+sdxCellFillStyleDiagonalStrip="Խ"
+sdxCellFillStyleGray12="Ҷ12%"
+sdxCellFillStyleGray25="Ҷ25%"
+sdxCellFillStyleGray50="Ҷ50%"
+sdxCellFillStyleGray6="Ҷ6%"
+sdxCellFillStyleGray75="Ҷ75%"
+sdxCellFillStyleHorzStrip="ˮƽ"
+sdxCellFillStyleRevDiagonalStrip="Խ"
+sdxCellFillStyleSolid="ʵ"
+sdxCellFillStyleThickDiagonalCrossHatch="ĽԽ"
+sdxCellFillStyleThinDiagCrossHatch="ĽԽ"
+sdxCellFillStyleThinDiagonalStrip="ĶԽ"
+sdxCellFillStyleThinHorzCrossHatch="ˮƽ"
+sdxCellFillStyleThinHorzStrip="ˮƽ"
+sdxCellFillStyleThinRevDiagonalStrip="ķԽ"
+sdxCellFillStyleThinVertStrip="Ĵֱ"
+sdxCellFillStyleVertStrip="ֱ"
+sdxCellsModificationDialogButtonCancel="ȡ"
+sdxCellsModificationDialogButtonOK="ȷ"
+sdxCellsModificationDialogDeleteCaption="ɾ"
+sdxCellsModificationDialogInsertCaption=""
+sdxCenterOnPage="зʽ"
+sdxChartControlAreaDisplayName=""
+sdxChartControlBarDisplayName="ͼ"
+sdxChartControlDesignerCaption="ͼʦ"
+sdxChartControlDesignerGridlinesCaption=""
+sdxChartControlDesignerLabelCaption="ǩ"
+sdxChartControlDonutDisplayName="Բ"
+sdxChartControlDoughnutDisplayName="״"
+sdxChartControlFullStackedAreaDisplayName=""
+sdxChartControlFullStackedBarDisplayName="ͼ"
+sdxChartControlFullStackedBarSideBySideDisplayName="еͼ"
+sdxChartControlFullStackedLineDisplayName=""
+sdxChartControlLineDisplayName=""
+sdxChartControlPieDisplayName="ͼ"
+sdxChartControlSimpleDiagramDisplayName="ͼ"
+sdxChartControlSimpleSeriesTotalCenteredLabel="ϼ: \n{TV}"
+sdxChartControlSimpleSeriesTotalLabel="ϼ: {TV}"
+sdxChartControlStackedAreaDisplayName="ѵ"
+sdxChartControlStackedBarDisplayName="ѵͼ"
+sdxChartControlStackedBarSideBySideDisplayName="Ŷѷͼ"
+sdxChartControlStackedLineDisplayName=""
+sdxChartControlXYDiagramDisplayName="XY-ͼ"
+sdxChartDesignerAddDiagramHint="ͷͼ"
+sdxChartDesignerAddSeriesHint="ϵ"
+sdxChartDesignerAddSeriesTemplate="% sϵ"
+sdxChartDesignerAddTitleHint="ӱ"
+sdxChartDesignerAlignmentCaption=":"
+sdxChartDesignerAppearanceCaption=""
+sdxChartDesignerAxisCaption=""
+sdxChartDesignerAxisGridlinesCaption=""
+sdxChartDesignerAxisInvertedCaption=":"
+sdxChartDesignerAxisMinorCountCaption="С:"
+sdxChartDesignerAxisMinorGridlinesCaption="С"
+sdxChartDesignerAxisRangeAutoCaption="Զ:"
+sdxChartDesignerAxisRangeMaxValueCaption="ֵ:"
+sdxChartDesignerAxisRangeMinValueCaption="Сֵ:"
+sdxChartDesignerAxisSideMarginCaption="߾:"
+sdxChartDesignerAxisTicksCrossKindCaption=":"
+sdxChartDesignerAxisTicksLengthCaption=":"
+sdxChartDesignerAxisValueLabelsAngleCaption="Ƕ:"
+sdxChartDesignerAxisValueLabelsResolveOverlappingIndentCaption=":"
+sdxChartDesignerAxisValueLabelsResolveOverlapsCaption="ص"
+sdxChartDesignerBackgroundCaption=""
+sdxChartDesignerBackgroundGradientModeBackwardDiagonalCaption="Խ"
+sdxChartDesignerBackgroundGradientModeForwardDiagonalCaption="Խ"
+sdxChartDesignerBackgroundGradientModeHorizontalCaption="ˮƽ"
+sdxChartDesignerBackgroundGradientModeVerticalCaption="ֱ"
+sdxChartDesignerBackgroundHatchStyleBackwardDiagonalCaption="б"
+sdxChartDesignerBackgroundHatchStyleDarkDownwardDiagonalCaption="ڰµĶԽ"
+sdxChartDesignerBackgroundHatchStyleDarkHorizontalCaption="ɫˮƽ"
+sdxChartDesignerBackgroundHatchStyleDarkUpwardDiagonalCaption="ڰϵĶԽ"
+sdxChartDesignerBackgroundHatchStyleDarkVerticalCaption="ɫֱ"
+sdxChartDesignerBackgroundHatchStyleDashedDownwardDiagonalCaption="µĶԽ"
+sdxChartDesignerBackgroundHatchStyleDashedHorizontalCaption="ˮƽ"
+sdxChartDesignerBackgroundHatchStyleDashedUpwardDiagonalCaption="ϵĶԽ"
+sdxChartDesignerBackgroundHatchStyleDashedVerticalCaption="ߴֱ"
+sdxChartDesignerBackgroundHatchStyleDiagonalBrickCaption="Խש"
+sdxChartDesignerBackgroundHatchStyleDiagonalCrossCaption="Խǽ"
+sdxChartDesignerBackgroundHatchStyleDivotCaption=""
+sdxChartDesignerBackgroundHatchStyleDottedDiamondCaption="״"
+sdxChartDesignerBackgroundHatchStyleDottedGridCaption="״"
+sdxChartDesignerBackgroundHatchStyleForwardDiagonalCaption="Խ"
+sdxChartDesignerBackgroundHatchStyleHorizontalBrickCaption="ˮƽש"
+sdxChartDesignerBackgroundHatchStyleHorizontalCaption=""
+sdxChartDesignerBackgroundHatchStyleLargeCheckerBoardCaption=""
+sdxChartDesignerBackgroundHatchStyleLargeConfettiCaption="ֽм"
+sdxChartDesignerBackgroundHatchStyleLightDownwardDiagonalCaption="б"
+sdxChartDesignerBackgroundHatchStyleLightHorizontalCaption="ˮƽ"
+sdxChartDesignerBackgroundHatchStyleLightUpwardDiagonalCaption="б"
+sdxChartDesignerBackgroundHatchStyleLightVerticalCaption="ⴹֱ"
+sdxChartDesignerBackgroundHatchStyleNarrowHorizontalCaption="խˮƽ"
+sdxChartDesignerBackgroundHatchStyleNarrowVerticalCaption="խֱ"
+sdxChartDesignerBackgroundHatchStyleOutlinedDiamondCaption="շ"
+sdxChartDesignerBackgroundHatchStylePlaidCaption="ͼ"
+sdxChartDesignerBackgroundHatchStyleShingleCaption=""
+sdxChartDesignerBackgroundHatchStyleSmallCheckerBoardCaption="СӰ"
+sdxChartDesignerBackgroundHatchStyleSmallConfettiCaption="Сֽм"
+sdxChartDesignerBackgroundHatchStyleSmallGridCaption="С"
+sdxChartDesignerBackgroundHatchStyleSolidDiamondCaption="ʵķ"
+sdxChartDesignerBackgroundHatchStyleSphereCaption=""
+sdxChartDesignerBackgroundHatchStyleTrellisCaption=""
+sdxChartDesignerBackgroundHatchStyleVerticalCaption="ֱ"
+sdxChartDesignerBackgroundHatchStyleWaveCaption=""
+sdxChartDesignerBackgroundHatchStyleWeaveCaption="֯"
+sdxChartDesignerBackgroundHatchStyleWideDownwardDiagonalCaption="б"
+sdxChartDesignerBackgroundHatchStyleWideUpwardDiagonalCaption="б"
+sdxChartDesignerBackgroundHatchStyleZigZagCaption="˾"
+sdxChartDesignerBackgroundModeClearCaption=""
+sdxChartDesignerBackgroundModeGradientCaption="ݶ"
+sdxChartDesignerBackgroundModeHatchCaption=""
+sdxChartDesignerBackgroundModeSolidCaption="ʵ"
+sdxChartDesignerBackgroundModeTextureCaption=""
+sdxChartDesignerBorderCaption="߿"
+sdxChartDesignerCaptionCaption=":"
+sdxChartDesignerCenterCaption=""
+sdxChartDesignerChangeViewHint="ͼ"
+sdxChartDesignerChangeViewSeriesTemplate="%s ϵ"
+sdxChartDesignerChangeVisibilityHint="ıܼ"
+sdxChartDesignerChartCaption="ͼ"
+sdxChartDesignerColorCaption="ɫ:"
+sdxChartDesignerCrossCaption=""
+sdxChartDesignerDefaultCaption="Ĭֵ"
+sdxChartDesignerDeleteHint="ɾ"
+sdxChartDesignerDimensionCaption="ߴ:"
+sdxChartDesignerEnabledCaption=":"
+sdxChartDesignerEntireRangeCaption="Χ"
+sdxChartDesignerFarCaption="ĩβ"
+sdxChartDesignerFontBoldCaption=""
+sdxChartDesignerFontCaption=""
+sdxChartDesignerFontItalicCaption="б"
+sdxChartDesignerFontNameCaption=":"
+sdxChartDesignerFontSizeCaption="С:"
+sdxChartDesignerFontStrikeoutCaption="ɾ"
+sdxChartDesignerFontUnderlineCaption="»"
+sdxChartDesignerFormatCaption="ʽ:"
+sdxChartDesignerGeneralCaption="һ"
+sdxChartDesignerGradientBeginColorCaption="ʼɫ:"
+sdxChartDesignerGradientCaption="ʽ:"
+sdxChartDesignerGradientEndColorCaption="ɫ:"
+sdxChartDesignerGridlinesShowMinorCaption="ʾС:"
+sdxChartDesignerHatchStyleCaption="ʽ:"
+sdxChartDesignerInsideCaption="ڲ"
+sdxChartDesignerInterlacedCaption=""
+sdxChartDesignerLayoutDirectionAutoCaption="Զ"
+sdxChartDesignerLayoutDirectionCaption="ַ:"
+sdxChartDesignerLayoutDirectionHorizontalCaption="ˮƽ"
+sdxChartDesignerLayoutDirectionVerticalCaption="ֱ"
+sdxChartDesignerLegendAlignmentFarOutsideCaption="Զ"
+sdxChartDesignerLegendAlignmentHorizontalCaption="ˮƽ:"
+sdxChartDesignerLegendAlignmentNearOutsideCaption=""
+sdxChartDesignerLegendAlignmentVerticalCaption="ֱ:"
+sdxChartDesignerLegendCaption="ͼ"
+sdxChartDesignerLegendDirectionBottomToTopCaption="µ"
+sdxChartDesignerLegendDirectionCaption=":"
+sdxChartDesignerLegendDirectionLeftToRightCaption=""
+sdxChartDesignerLegendDirectionRightToLeftCaption="ҵ"
+sdxChartDesignerLegendDirectionTopToBottomCaption="ϵ"
+sdxChartDesignerLegendMaxCaptionWidthCaption=":"
+sdxChartDesignerLegendShowCaptionsCaption="ʾ:"
+sdxChartDesignerLegendShowCheckBoxesCaption="ʾѡ:"
+sdxChartDesignerLegendShowImagesCaption="ʾͼƬ:"
+sdxChartDesignerLineLengthCaption="߳:"
+sdxChartDesignerMarginsCaption="ҳ߿"
+sdxChartDesignerMarkersCaption=""
+sdxChartDesignerMarkerSizeCaption="С:"
+sdxChartDesignerMarkerTypeCaption=":"
+sdxChartDesignerMarkerTypeCircleCaption="Բ"
+sdxChartDesignerMarkerTypeDiamondCaption=""
+sdxChartDesignerMarkerTypeHexagonCaption=""
+sdxChartDesignerMarkerTypeInvertedTriangleCaption=""
+sdxChartDesignerMarkerTypePentagonCaption=""
+sdxChartDesignerMarkerTypePlusCaption="Ӻ"
+sdxChartDesignerMarkerTypeSquareCaption=""
+sdxChartDesignerMarkerTypeStartCaption="ʼ"
+sdxChartDesignerMarkerTypeTriangleCaption=""
+sdxChartDesignerMaxLineCountCaption=":"
+sdxChartDesignerMaxWidthCaption=":"
+sdxChartDesignerMinorTicksCaption=""
+sdxChartDesignerModeCaption="ͺ:"
+sdxChartDesignerMoveDownHint=""
+sdxChartDesignerMoveUpHint=""
+sdxChartDesignerNearCaption=""
+sdxChartDesignerNoneCaption=""
+sdxChartDesignerOffsetAllCaption="ȫ:"
+sdxChartDesignerOffsetBottomCaption="ײ:"
+sdxChartDesignerOffsetLeftCaption=":"
+sdxChartDesignerOffsetRightCaption="ұ:"
+sdxChartDesignerOffsetTopCaption=":"
+sdxChartDesignerOptionsCaption="ѡ"
+sdxChartDesignerOtherCaption=""
+sdxChartDesignerOutsideCaption="Χ"
+sdxChartDesignerPaddingCaption=""
+sdxChartDesignerPatternColorCaption="ģʽ:"
+sdxChartDesignerPositionCaption="λ:"
+sdxChartDesignerPrimaryAxisXCaption="ҪX-"
+sdxChartDesignerPrimaryAxisYCaption="ҪY-"
+sdxChartDesignerRotatedCaption="ת:"
+sdxChartDesignerSeriesBarWidthCaption="ο:"
+sdxChartDesignerSeriesCaption="ϵ"
+sdxChartDesignerSeriesNameCaption="ϵ %d"
+sdxChartDesignerSeriesNodeCaption="ϵ - %s"
+sdxChartDesignerSeriesShowInLegendCaption="ͼʾ:"
+sdxChartDesignerSeriesSortByCaption="ʽ:"
+sdxChartDesignerSeriesSortOrderCaption="˳:"
+sdxChartDesignerSeriesViewExplodedValueModeAllCaption="ȫ"
+sdxChartDesignerSeriesViewExplodedValueModeCaption="ֵ:"
+sdxChartDesignerSeriesViewExplodedValueModeCustomCaption=""
+sdxChartDesignerSeriesViewExplodedValueModeMaxCaption=""
+sdxChartDesignerSeriesViewExplodedValueModeMinCaption="С"
+sdxChartDesignerSeriesViewHoleRadiusCaption="װ뾶:"
+sdxChartDesignerSeriesViewStartAngleCaption="Ƕ:"
+sdxChartDesignerSeriesViewSweepDirectionCaption="ɨ:"
+sdxChartDesignerSeriesViewSweepDirectionClockwiseCaption="˳ʱ"
+sdxChartDesignerSeriesViewSweepDirectionCounterClockwiseCaption="ʱ"
+sdxChartDesignerShowInLegendChartCaption="ͳͼ"
+sdxChartDesignerShowInLegendDiagramCaption="ͼ"
+sdxChartDesignerShowLinesCaption="ʾ:"
+sdxChartDesignerSortByArgumentCaption=""
+sdxChartDesignerSortByValueCaption="ֵ"
+sdxChartDesignerSortOrderAscendingCaption=""
+sdxChartDesignerSortOrderDescendingCaption=""
+sdxChartDesignerStrokeCaption="г"
+sdxChartDesignerStrokeStyleDashCaption="ۺ"
+sdxChartDesignerStrokeStyleDashDotCaption="㻭"
+sdxChartDesignerStrokeStyleDashDotDotCaption="˫㻮"
+sdxChartDesignerStrokeStyleDotCaption=""
+sdxChartDesignerStrokeStyleSolidCaption=""
+sdxChartDesignerStyleCaption="ʽ:"
+sdxChartDesignerTextCaption="ı:"
+sdxChartDesignerTextOptionsCaption="ı"
+sdxChartDesignerTextureCaption=": \n"
+sdxChartDesignerThicknessCaption=":"
+sdxChartDesignerTicksCaption="ʮֲ"
+sdxChartDesignerTitleCaption=""
+sdxChartDesignerTitlePositionBottomCaption="ײ"
+sdxChartDesignerTitlePositionLeftCaption=""
+sdxChartDesignerTitlePositionRightCaption="ұ"
+sdxChartDesignerTitlePositionTopCaption=""
+sdxChartDesignerTitlesCaption=""
+sdxChartDesignerTopNCaption="ǰN"
+sdxChartDesignerTopNCountCaption=":"
+sdxChartDesignerTopNModeCountCaption=""
+sdxChartDesignerTopNModeThresholdPercentCaption="ֵٷֱ"
+sdxChartDesignerTopNModeThresholdValueCaption="ֵ"
+sdxChartDesignerTopNShowOthersCaption="ʾ:"
+sdxChartDesignerTopNThresholdPercentCaption="ֵٷֱ:"
+sdxChartDesignerTopNThresholdValueCaption="ֵ:"
+sdxChartDesignerValueLabelsCaption="ֵǩ"
+sdxChartDesignerValueLabelsPositionRadialCaption=""
+sdxChartDesignerValueLabelsPositionTangentCaption=""
+sdxChartDesignerValueLabelsPositionTwoColumnsCaption=""
+sdxChartDesignerValueLabelsResolveOverlappingIndentCaption=":"
+sdxChartDesignerValueLabelsResolveOverlappingModeCaption="ģʽ:"
+sdxChartDesignerValueLabelsResolveOverlapsCaption="ص"
+sdxChartDesignerViewCaption="ͼ"
+sdxChartDesignerVisibleCaption="ɼ:"
+sdxChartDesignerVisibleRangeCaption="ɼ"
+sdxChartDesignerWordWrapCaption="Զ:"
+sdxChartDialogCancel="ȡ"
+sdxChartDialogClose="ر"
+sdxChartDialogCloseConfirmation="ӦЩ?"
+sdxChartDialogMoreColors="ɫ..."
+sdxChartDialogOk="ȷ"
+sdxChartOtherValueLabel=""
+sdxCharts="ͼ"
+sdxCheckAll="ȫѡ(&A)"
+sdxCheckAllChildren="(&C)"
+sdxCheckMarks="ıʾ"
+sdxCheckMarksAsText="ıʾ(&D)"
+sdxChooseDetails="ѡϸϢ"
+sdxCircle="Բ"
+sdxClear="(&L)..."
+sdxClipboardFormatHTML="HTML ʽ"
+sdxClipboardFormatImage="ͼƬ"
+sdxClipboardFormatText="ı"
+sdxCloneStyleCaptionPrefix=" (%D) "
+sdxCloseExplorerHint="ر"
+sdxColor="ɫ(&L):"
+sdxColorAqua="dzɫ"
+sdxColorBlack="ɫ"
+sdxColorBlue="ɫ"
+sdxColorBlueGray="ɫ"
+sdxColorBrighthGreen="ɫ"
+sdxColorBrown="ɫ"
+sdxColorDarkBlue="ɫ"
+sdxColorDarkGreen="ɫ"
+sdxColorDarkRed="ɫ"
+sdxColorDarkTeal="ɫ"
+sdxColorDialogAddToCustomColors="Զɫ(&A)"
+sdxColorDialogApply="ȷ(&O)"
+sdxColorDialogBasicColors="ɫ"
+sdxColorDialogCancel="ȡ(&C)"
+sdxColorDialogCaption="ɫ༭"
+sdxColorDialogCustomColors="Զɫ"
+sdxColorDialogDefineCustomColor="Զɫ(&D) >>"
+sdxColorDrakYellow="ɫ"
+sdxColorGalleryStandardColors="ɫ"
+sdxColorGalleryThemeColors="ɫ"
+sdxColorGold="ɫ"
+sdxColorGray25="ɫ-25%"
+sdxColorGray40="ɫ-40%"
+sdxColorGray50="ɫ-50%"
+sdxColorGray80="ɫ-80%"
+sdxColorGreen="ɫ"
+sdxColorIndigo="ɫ"
+sdxColorLavender="ɫ"
+sdxColorLightBlue="dzɫ"
+sdxColorLightGreen="dzɫ"
+sdxColorLightOrange="dzۻɫ"
+sdxColorLightTurquoise="dzɫ"
+sdxColorLightYellow="dzɫ"
+sdxColorLime="dzɫ"
+sdxColorOliveGreen="ɫ"
+sdxColorOrange="ۻɫ"
+sdxColorPaleBlue="ɫ"
+sdxColorPickerAlphaLabel="A:"
+sdxColorPickerBlueLabel="B:"
+sdxColorPickerGreenLabel="G:"
+sdxColorPickerHexCodeLabel="#"
+sdxColorPickerHueLabel="H:"
+sdxColorPickerLightnessLabel="L:"
+sdxColorPickerRedLabel="R:"
+sdxColorPickerSaturationLabel="S:"
+sdxColorPink="ۺɫ"
+sdxColorPlum="÷ɫ"
+sdxColorRed="ɫ"
+sdxColorRose="õ"
+sdxColors="ɫ"
+sdxColorSeaGreen="ɫ"
+sdxColorSkyBlue="ɫ"
+sdxColorTan="ػɫ"
+sdxColorTeal="ɫ"
+sdxColorTurquoise="ɫ"
+sdxColorViolet="ɫ"
+sdxColorWhite="ɫ"
+sdxColorYellow="ɫ"
+sdxColumnFields="ֶ(&C)"
+sdxColumnHeaders="б(&C)"
+sdxColumnHeadersOnEveryPage="б(&H)"
+sdxColumnWidthCaption="ѡеĿ():"
+sdxComment=":"
+sdxCompany1="ݹ˾."
+sdxCompany2="ķ-˹չ˾"
+sdxCompanyCaption="˾"
+sdxCompanyName="˾"
+sdxComponentAlreadyExists="Ϊ"%s"Ѵ"
+sdxComponentNotAssigned="%s\\nܷ"Component""
+sdxComponentNotSupported="ӡ֧"%s""
+sdxComponentNotSupportedByLink="ӡ֧"%s""
+sdxComposition=""
+sdxCompositionDesignerCaption="༭"
+sdxCompositionStartEachItemFromNewPage="ÿһµһҳʼ(&S)"
+sdxConditionalFormattingAboveAverage="ѡΧƽˮƽ"
+sdxConditionalFormattingAboveAverageOnStandardDeviation="%dѡΧƽˮƽ"
+sdxConditionalFormattingAboveOrEqualAverage="ڻƽΪѡķΧ"
+sdxConditionalFormattingBelowAverage="ѡΧƽˮƽ"
+sdxConditionalFormattingBelowAverageOnStandardDeviation="%d ƫƽˮƽΪѡķΧ"
+sdxConditionalFormattingBelowOrEqualAverage="ڻƽΪѡķΧ"
+sdxConditionalFormattingBottomValues=" %s"
+sdxConditionalFormattingCellIsRuleComparisonOperatorBetween=""
+sdxConditionalFormattingCellIsRuleComparisonOperatorEqual=""
+sdxConditionalFormattingCellIsRuleComparisonOperatorGreaterThan=""
+sdxConditionalFormattingCellIsRuleComparisonOperatorGreaterThanOrEqual="ڻ"
+sdxConditionalFormattingCellIsRuleComparisonOperatorLessThan="С"
+sdxConditionalFormattingCellIsRuleComparisonOperatorLessThanOrEqual="Сڻ"
+sdxConditionalFormattingCellIsRuleComparisonOperatorNotBetween=""
+sdxConditionalFormattingCellIsRuleComparisonOperatorNotEqual=""
+sdxConditionalFormattingCellIsRuleDetailsBetween="Ԫֵ"%s""%s"֮"
+sdxConditionalFormattingCellIsRuleDetailsEqual="Ԫֵ"%s""
+sdxConditionalFormattingCellIsRuleDetailsGreaterThan="Ԫֵ"%s""
+sdxConditionalFormattingCellIsRuleDetailsGreaterThanOrEqual="Ԫֵڻ"%s""
+sdxConditionalFormattingCellIsRuleDetailsLessThan="ԪֵС"%s""
+sdxConditionalFormattingCellIsRuleDetailsLessThanOrEqual="ԪֵСڻ"%s""
+sdxConditionalFormattingCellIsRuleDetailsNotBetween="Ԫֵ"%s""%s"֮"
+sdxConditionalFormattingCellIsRuleDetailsNotEqual="Ԫֵ"%s""
+sdxConditionalFormattingColorScale="ɫ"
+sdxConditionalFormattingDataBar=""
+sdxConditionalFormattingDataBarRuleStyleEditDialogAxis=""
+sdxConditionalFormattingDataBarRuleStyleEditDialogAxisAuto="Զ (ڸֵĿɱλʾ)(&U)"
+sdxConditionalFormattingDataBarRuleStyleEditDialogAxisColor="ɫ(&X):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogAxisMidpoint="Ԫе(&M)"
+sdxConditionalFormattingDataBarRuleStyleEditDialogAxisNone=" (ʾͬķĸֵͼ)(&E)"
+sdxConditionalFormattingDataBarRuleStyleEditDialogBarDirection="(&D):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogBarDirectionAuto="(&C):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogBarDirectionLeftToRight=""
+sdxConditionalFormattingDataBarRuleStyleEditDialogBarDirectionRightToLeft="ҵ"
+sdxConditionalFormattingDataBarRuleStyleEditDialogBordersNone=""
+sdxConditionalFormattingDataBarRuleStyleEditDialogBordersSolid="ʵ"
+sdxConditionalFormattingDataBarRuleStyleEditDialogButtonCancel="ȡ"
+sdxConditionalFormattingDataBarRuleStyleEditDialogButtonOk="ȷ"
+sdxConditionalFormattingDataBarRuleStyleEditDialogCaption="ʽ"
+sdxConditionalFormattingDataBarRuleStyleEditDialogCommon=""
+sdxConditionalFormattingDataBarRuleStyleEditDialogFillMode="ģʽ(&F):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogFillModeGradient=""
+sdxConditionalFormattingDataBarRuleStyleEditDialogFillModeSolid="ʵ"
+sdxConditionalFormattingDataBarRuleStyleEditDialogNegativeBar="ֵ"
+sdxConditionalFormattingDataBarRuleStyleEditDialogNegativeBarBorderColor="߿ɫ(&R):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogNegativeBarBorderColorAuto="Ӧͬı߿ɫΪ(&P)"
+sdxConditionalFormattingDataBarRuleStyleEditDialogNegativeBarColor="ɫ(&L):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogNegativeBarColorAuto="ӦͬɫΪ(&A)"
+sdxConditionalFormattingDataBarRuleStyleEditDialogPositiveBar=""
+sdxConditionalFormattingDataBarRuleStyleEditDialogPositiveBarBorderColor="߿ɫ(&D):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogPositiveBarBorderStyle="߿ʽ(&B):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogPositiveBarColor="ɫ(&C):"
+sdxConditionalFormattingDuplicateValuesRuleDetails="ظֵ"
+sdxConditionalFormattingExpressionRuleDetails="ʽ: %s"
+sdxConditionalFormattingIconSet="ͼ꼯"
+sdxConditionalFormattingRuleEditDialogAnd=""
+sdxConditionalFormattingRuleEditDialogButtonCancel="ȡ"
+sdxConditionalFormattingRuleEditDialogButtonFormat="ʽ(&F)..."
+sdxConditionalFormattingRuleEditDialogButtonOk="ȷ"
+sdxConditionalFormattingRuleEditDialogCaption="ʽ"
+sdxConditionalFormattingRuleEditDialogErrorIncorrectStopsOrder="վ˳ȷ"
+sdxConditionalFormattingRuleEditDialogErrorInvalidExpression="һʽȷ"
+sdxConditionalFormattingRuleEditDialogIconStyle="ͼʽ(&C):"
+sdxConditionalFormattingRuleEditDialogPercentsOfSelectedRange="%ѡΧ"
+sdxConditionalFormattingRuleEditDialogPreview="Ԥ:"
+sdxConditionalFormattingRuleEditDialogReverseIconOrder="ߵͼ˳(&D)"
+sdxConditionalFormattingRuleEditDialogRuleDescriptionAboveOrBelowAverage="ʽֵ:"
+sdxConditionalFormattingRuleEditDialogRuleDescriptionCellIs="ֻоֵĵԪøʽ:"
+sdxConditionalFormattingRuleEditDialogRuleDescriptionExpression="ʽֵøʽ:"
+sdxConditionalFormattingRuleEditDialogRuleDescriptionIconSet="ʾÿͼЩ:"
+sdxConditionalFormattingRuleEditDialogRuleDescriptionTopBottomValues="ʽֵǵȼ:"
+sdxConditionalFormattingRuleEditDialogRuleNameAboveOrBelowAverage="ֻǸڻƽֵֵøʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameCellIs="ΨһԪʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameDataBar="ֵͨеԪøʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameDuplicateValues="ֻظֵøʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameExpression="ʹùʽȷҪøʽĵԪ"
+sdxConditionalFormattingRuleEditDialogRuleNameIconSet="ڸֵͨͼ꼯еԪøʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameThreeColorScale="ͨɫ̶ֵеԪøʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameTopBottomValues="ֻжײֵøʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameTwoColorScale="ͨɫֵеԪøʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameUniqueValues="ֻΨһֵøʽ"
+sdxConditionalFormattingRuleEditDialogRuleType="ѡ(&S):"
+sdxConditionalFormattingRuleEditDialogScaleMaxStop="ֵ"
+sdxConditionalFormattingRuleEditDialogScaleMidStop="е"
+sdxConditionalFormattingRuleEditDialogScaleMinStop="Сֵ"
+sdxConditionalFormattingRuleEditDialogScaleValueTypeFormula="ʽ"
+sdxConditionalFormattingRuleEditDialogScaleValueTypeHighestValue="ֵ"
+sdxConditionalFormattingRuleEditDialogScaleValueTypeLowestValue="ֵ"
+sdxConditionalFormattingRuleEditDialogScaleValueTypePercent="ٷֱ"
+sdxConditionalFormattingRuleEditDialogScaleValueTypePercentile="ٷλ"
+sdxConditionalFormattingRuleEditDialogScaleValueTypeValue="ֵ"
+sdxConditionalFormattingRuleEditDialogShowBarOnly="ʾ(&B)"
+sdxConditionalFormattingRuleEditDialogShowIconOnly="ʾͼ(&I)"
+sdxConditionalFormattingRuleEditDialogWhenValueIs="ֵ"
+sdxConditionalFormattingRuleEditDialogWhenValueLess="ֵ< "%s""
+sdxConditionalFormattingRuleEditDialogWhenValueLessAnd="ֵ < "%s" "
+sdxConditionalFormattingRuleEditDialogWhenValueLessOrEqual="ֵ <= "%s""
+sdxConditionalFormattingRuleEditDialogWhenValueLessOrEqualAnd="ֵ <= "%s" "
+sdxConditionalFormattingRulesManagerDialogActionClone="(&C)¡"
+sdxConditionalFormattingRulesManagerDialogActionCreate="¹(&N)..."
+sdxConditionalFormattingRulesManagerDialogActionDelete="ɾ(&D)"
+sdxConditionalFormattingRulesManagerDialogActionEdit="༭(&E)..."
+sdxConditionalFormattingRulesManagerDialogActionMoveDown=""
+sdxConditionalFormattingRulesManagerDialogActionMoveUp=""
+sdxConditionalFormattingRulesManagerDialogButtonApply="Ӧ(&A)"
+sdxConditionalFormattingRulesManagerDialogButtonCancel="ȡ"
+sdxConditionalFormattingRulesManagerDialogButtonOk="ȷ"
+sdxConditionalFormattingRulesManagerDialogCaption="ʽ"
+sdxConditionalFormattingRulesManagerDialogColumnApplyToTheRecord="Ӧõ¼"
+sdxConditionalFormattingRulesManagerDialogColumnArea="Ӧ"
+sdxConditionalFormattingRulesManagerDialogColumnFormat="ʽ"
+sdxConditionalFormattingRulesManagerDialogColumnName=" (ʾ˳Ӧ)"
+sdxConditionalFormattingRulesManagerDialogColumnStopIfTrue="Ϊʱֹͣ"
+sdxConditionalFormattingRulesManagerDialogDisplayMode="ʾʽ(&S):"
+sdxConditionalFormattingRulesManagerDialogDisplayModeAll=""
+sdxConditionalFormattingRulesManagerDialogDisplayModeSelectedArea="ǰѡ"
+sdxConditionalFormattingRulesManagerDialogDisplayModeSheet="ҳ"
+sdxConditionalFormattingTopValues=" %s"
+sdxConditionalFormattingUniqueValuesRuleDetails="Ψһֵ"
+sdxConfidential=""
+sdxConfirmDeleteItem="ҪɾһĿ: %s ?"
+sdxConfirmOverWrite="ļ"%s"Ѵ.Ƿ ?"
+sdxConsumeSelectionStyle="ѡʽ"
+sdxContainerCustomizationDialogAbsolute="ҪƶԪߴ(&D)"
+sdxContainerCustomizationDialogButtonAdd="(&A)"
+sdxContainerCustomizationDialogButtonCancel="ȡ"
+sdxContainerCustomizationDialogButtonColor="ɫ(&C)"
+sdxContainerCustomizationDialogButtonLoad="ȡ(&L)"
+sdxContainerCustomizationDialogButtonOK="ȷ"
+sdxContainerCustomizationDialogButtonRemove="ɾ(&V)"
+sdxContainerCustomizationDialogButtonSave="(&S)"
+sdxContainerCustomizationDialogCaption="Զ"
+sdxContainerCustomizationDialogCropBottom="ײ(&M):"
+sdxContainerCustomizationDialogCropFrom="ü"
+sdxContainerCustomizationDialogCropLeft="(&L):"
+sdxContainerCustomizationDialogCropRight="(&G):"
+sdxContainerCustomizationDialogCropTop="(&P):"
+sdxContainerCustomizationDialogDirection="(&D):"
+sdxContainerCustomizationDialogGradientFill="(&G)"
+sdxContainerCustomizationDialogGradientLine="(&G)"
+sdxContainerCustomizationDialogGroupFill=""
+sdxContainerCustomizationDialogGroupProperties=""
+sdxContainerCustomizationDialogGroupSize="ߴ"
+sdxContainerCustomizationDialogHeight="߶(&E):"
+sdxContainerCustomizationDialogLine=""
+sdxContainerCustomizationDialogLineStyle="ʽ(&S):"
+sdxContainerCustomizationDialogLineWidth="(&W):"
+sdxContainerCustomizationDialogLockAspectRatio="ݺ(&A)"
+sdxContainerCustomizationDialogNoFill="(&N)"
+sdxContainerCustomizationDialogNoLine="(&N)"
+sdxContainerCustomizationDialogOneCells="ƶҪԪߴ(&M)"
+sdxContainerCustomizationDialogOriginalSize="ԭʼߴ"
+sdxContainerCustomizationDialogOriginalSizeFormatString=": %d, : %d"
+sdxContainerCustomizationDialogPositioning="λ"
+sdxContainerCustomizationDialogRelativeToPictureSize="ԭʼͼƬС(&R)"
+sdxContainerCustomizationDialogReset="(&S)"
+sdxContainerCustomizationDialogRotation="ת(&T):"
+sdxContainerCustomizationDialogScale=""
+sdxContainerCustomizationDialogScaleHeight="߶(&H):"
+sdxContainerCustomizationDialogScaleWidth="(&W):"
+sdxContainerCustomizationDialogSize="С"
+sdxContainerCustomizationDialogSizeAndRotate="ߴͽǶ"
+sdxContainerCustomizationDialogSolidFill="ʵ(&S)"
+sdxContainerCustomizationDialogSolidLine="ʵ(&S)"
+sdxContainerCustomizationDialogStops="ֹͣλ:"
+sdxContainerCustomizationDialogTextBoxAlignment=""
+sdxContainerCustomizationDialogTextBoxAlignmentBottom=""
+sdxContainerCustomizationDialogTextBoxAlignmentCenter="м"
+sdxContainerCustomizationDialogTextBoxAlignmentLeft=""
+sdxContainerCustomizationDialogTextBoxAlignmentRight=""
+sdxContainerCustomizationDialogTextBoxAlignmentTop=""
+sdxContainerCustomizationDialogTextBoxAutoSize="״СӦ(&F)"
+sdxContainerCustomizationDialogTextBoxCaption="ı"
+sdxContainerCustomizationDialogTextBoxHorizontal="ˮƽ(&H):"
+sdxContainerCustomizationDialogTextBoxPadding=""
+sdxContainerCustomizationDialogTextBoxPaddingBottom="(&M):"
+sdxContainerCustomizationDialogTextBoxPaddingLeft="(&L):"
+sdxContainerCustomizationDialogTextBoxPaddingRight="(&G):"
+sdxContainerCustomizationDialogTextBoxPaddingTop="(&P):"
+sdxContainerCustomizationDialogTextBoxVertical="ֱ(&V):"
+sdxContainerCustomizationDialogTextBoxWordWrap="״(&W)"
+sdxContainerCustomizationDialogTextButtonFont="(&F)"
+sdxContainerCustomizationDialogTextCaption="ı"
+sdxContainerCustomizationDialogTextureFill="(&T)"
+sdxContainerCustomizationDialogTwoCells="ƶԪߴ(&S)"
+sdxContainerCustomizationDialogWidth="(&D):"
+sdxContainers="(&O)"
+sdxContentEvenStyle="ż"
+sdxContentOddStyle=""
+sdxContentStyle=""
+sdxContinuedMessage=""
+sdxControls="ؼ(&C)"
+sdxControlsPlace="ؼĵط"
+sdxControlsTab="ؼ"
+sdxCopy="(&C)"
+sdxCopyOfItem=" "
+sdxCorporateHeadquarters="ҵ\\nܲ"
+sdxCountCaption=""
+sdxCountIs=":%d"
+sdxCreatedBy=" "
+sdxCreateDefinedNameFromSelectionDialogBottomRow=""
+sdxCreateDefinedNameFromSelectionDialogButtonCancel="ȡ"
+sdxCreateDefinedNameFromSelectionDialogButtonOK="ȷ"
+sdxCreateDefinedNameFromSelectionDialogCaption="ѡд"
+sdxCreateDefinedNameFromSelectionDialogHeader="ƴֵ:"
+sdxCreateDefinedNameFromSelectionDialogLeftColumn=""
+sdxCreateDefinedNameFromSelectionDialogRightColumn=""
+sdxCreateDefinedNameFromSelectionDialogTopRow=""
+sdxCreatedOn=" "
+sdxCreateNewStyleQueryNamePrompt="ʽ: "
+sdxCreationDate="Ѵ(&D):"
+sdxCreator="(&R):"
+sdxCrossFillPattern=""
+sdxCurrentDocumentHyperlinkTooltip="ǰĵ"
+sdxCurrentRecord="ǰ¼"
+sdxCustom="Զ"
+sdxCustomColorText="Զ..."
+sdxCustomSize="ԶС"
+sdxCyclicIDReferences="ѭID %s %s"
+sdxDashDotDotEdgePattern="̻--"
+sdxDashDotEdgePattern="̻-"
+sdxDashedEdgePattern="̻"
+sdxDataFields="ֶ(&D)"
+sdxDataLoadErrorText="ܼر"
+sdxDataProviderDontPresent="ûָе"
+sdxDataToPrintDoesNotExist="ܼ,ΪûݿԴӡ."
+sdxDateTimeWheelPickerHours="Сʱ"
+sdxDateTimeWheelPickerMinutes=""
+sdxDateTimeWheelPickerSeconds=""
+sdxDay=""
+sdxDBBasedExplorerItemDataLoadError="ܼر.\\n"
+sdxDecember="ʮ"
+sdxDecemberShort="ʮ"
+sdxDefaultHyperlinkScreenTip="%s - һθ.\\nסѡ˵Ԫ."
+sdxDefaultHyperlinkShortScreenTip="%s - һθ."
+sdxDefaultSheetCaption="%d"
+sdxDefaultToggleSwitchOffText=""
+sdxDefaultToggleSwitchOnText=""
+sdxDefaultTray="Ĭֽ"
+sdxDefinedNameEditorButtonCancel="ȡ"
+sdxDefinedNameEditorButtonOK="ȷ"
+sdxDefinedNameEditorCaptionEditName="༭"
+sdxDefinedNameEditorCaptionNewName=""
+sdxDefinedNameEditorComment=":"
+sdxDefinedNameEditorName=":"
+sdxDefinedNameEditorRefersTo="ο:"
+sdxDefinedNameEditorScope="Χ:"
+sdxDefinedNameManagerDialogButtonClose="ر"
+sdxDefinedNameManagerDialogButtonDelete="ɾ"
+sdxDefinedNameManagerDialogButtonEdit="༭..."
+sdxDefinedNameManagerDialogButtonNew="..."
+sdxDefinedNameManagerDialogCaption="ƹ"
+sdxDefinedNameManagerDialogColumnComment=""
+sdxDefinedNameManagerDialogColumnName=""
+sdxDefinedNameManagerDialogColumnReference="ο"
+sdxDefinedNameManagerDialogColumnScope="Χ"
+sdxDefinedNameManagerDialogColumnValue="ֵ"
+sdxDefinedNameManagerDialogDeleteSelectedNameConfirmation="ȷҪɾ"%s? "
+sdxDefinedNameManagerDialogDeleteSelectedNamesConfirmation="ȷҪɾѡ? "
+sdxDefinedNameManagerDialogRefersTo="ο:"
+sdxDefinedNameManagerDialogSaveConfirmation="ǷҪĸ? "
+sdxDefinedNameManagerDialogWorkbook=""
+sdxDefinePrintStylesCaption="ӡʽ"
+sdxDefinePrintStylesMenuItem="ӡʽ(&S)..."
+sdxDefinePrintStylesTitle="ӡʽ(&S):"
+sdxDefinePrintStylesWarningClear="Ҫɾзʽ ?"
+sdxDefinePrintStylesWarningDelete="Ƿɾ"%s" ?"
+sdxDeleteFolderMessageText="ɾļ"%s" ?"
+sdxDeleteItemMessageText="ɾ"%s" ?"
+sdxDeleteNonEmptyFolderMessageText="ļ"%s"ǿյ.ǷҪɾ?"
+sdxDeleteStyleSheet="ɾʽ"%s"?"
+sdxDepth="Ũ(&D):"
+sdxDescription="(&D):"
+sdxDetails="ϸϢ(&D)"
+sdxDeviceOnPort="%s %s "
+sdxDiagCrossFillPattern=""
+sdxDiagonalCrossHatchFillPattern="Խ"
+sdxDiagonalStripeFillPattern="Խ"
+sdxDisplayGraphicsAsText="ıʽʾͼ(&T)"
+sdxDisplayTrackBarsAsText="Ϊıʾ(&B)"
+sdxDocumentEncryptionQueryNewPasswordForm="ļѱ"
+sdxDocumentProtectionQueryNewPasswordForm="ǿƱ"
+sdxDocumentProtectionQueryPasswordForm="δĵ"
+sdxDottedEdgePattern="Բ"
+sdxDoubleLineEdgePattern="˫"
+sdxDownThenOver="к(&D)"
+sdxDrawBorder="Ʊ߿(&D)"
+sdxDrawMode="ģʽ(&M):"
+sdxDrawModeBorrow="Դ"
+sdxDrawModeChess="ģʽ"
+sdxDrawModeOddEven="/żģʽ"
+sdxDrawModeStrict="ȷ"
+sdxDTFormatsAutoUpdate="Զ(&U)"
+sdxDTFormatsAvailableDateFormats="Чڸʽ(&A):"
+sdxDTFormatsAvailableTimeFormats="Чʱʽ(&T):"
+sdxDTFormatsCaption="ʱ"
+sdxDTFormatsChangeDefaultFormat="ǷıĬںʱʽƥ"%s" - "%s" ?"
+sdxEast=""
+sdxEditDescription="༭"
+sdxEditReports="༭"
+sdxEllipse="Բ"
+sdxEnable="(&E)"
+sdxEndEllipsis="ʡԷ(&E)"
+sdxEndUserProgrammers="GUIԱ"
+sdxENFNCaption="ѡļ"
+sdxEngineering="̼"
+sdxEnterAutoTextEntriesHere=" Զͼļ(&U): "
+sdxEnterNewFileName="ļ"
+sdxEnv=""
+sdxErrorCannotChangePartOfArray="ܸһ."
+sdxErrorCannotExecuteActionOnProtectedSheet="ڱıʹø.ʹ,ȡ."
+sdxErrorCannotMoveBecauseOfMergedCells="˲ᵼһЩϲĵԪȡϲ."
+sdxErrorCannotRenameSheet="Ѵ."
+sdxErrorCannotSaveDocumentWithoutSheets="ĵ,Ϊйɼ. һɼ,Ȼһ."
+sdxErrorCellAlreadyExists="Ԫ"%d"Ѵ"
+sdxErrorCellProtected="ͼܱĵԪ,ֻ."
+sdxErrorCircularMessage="ע\\nһʽѭ,ҿȷ \n.ѭȡͬһʽκùʽ \n.,ԪָļֵһԪõԪ,ȡԭʼԪֵ \nѭ.\\n\\nһѭ,."
+sdxErrorCircularPathPrefix=""
+sdxErrorColorValueIsNotSpecified="ûָɫֵ"
+sdxErrorCommentAlreadyExists="Ϊ"%s"ĵԪѾ"
+sdxErrorDefinedNameAlreadyExists="ظ"%s""
+sdxErrorDocumentIsCorrupted="ĵ"
+sdxErrorExternalLinkAlreadyExists="ⲿ"%s"Ѵ"
+sdxErrorFieldNotFound="ûҵ%sֶ"
+sdxErrorFileCannotBeFoundInPackage="ûؼҵļ"%s""
+sdxErrorFileIsCorrupted="ļ"%s""
+sdxErrorInternal="ڲ: "%s""
+sdxErrorInvalidAnchorCell=""%s"ԪΪê"
+sdxErrorInvalidAnchorDefinition="Чê"
+sdxErrorInvalidCellReference=""%s" ԪЧ"
+sdxErrorInvalidCellsReference=""%s" ԪЧ"
+sdxErrorInvalidColor="֧"%s"ɫֵ"
+sdxErrorInvalidColorIndex="ɫ"%d"Ч"
+sdxErrorInvalidColumnIndex=""%s"Ч"
+sdxErrorInvalidDefinedNameSyntax="ֵȷ. \n \n֤: \nĸ»߿ͷ \nոַ \n빤ѴڵƲͻ. "
+sdxErrorInvalidDocumentType="ֵ֧ĵ"
+sdxErrorInvalidFormatCodeID="ʽĴID"%d"Ч"
+sdxErrorInvalidFormula="ʽ"%s"Ч"
+sdxErrorInvalidPasteArea="ճѡ,ΪĴС븴ƵСͬ"
+sdxErrorInvalidReference=""%s"õλ%dЧ"
+sdxErrorInvalidRelationshipId=""%s"ĹϵIDЧ"
+sdxErrorInvalidSelection="ڶѡݻյѡ"
+sdxErrorInvalidSharedStringIndex="ַ"%d"Ч"
+sdxErrorInvalidSheetId="ID="%s"ûҵ"
+sdxErrorInvalidStyleIndex="ʽ"%d"Ч"
+sdxErrorMaxOutlineLevel="ټкеĿܳ8."
+sdxErrorPictureCannotBeFound="ͼƬ"%s"ûҵ"
+sdxErrorPossibleDataLoss="Ϊ˷ֹܵݶʧ,תƹеķǿյԪѱȡ. \nѡһλ,µĵԪ,ӹɾ."
+sdxErrorUnsupportedDocumentFormat="ֵ֧ĵʽ"
+sdxErrorUnsupportedSheetType="ֵ֧Ĺ"
+sdxEvenColor="żɫ(&V):"
+sdxEvenFont="ż"
+sdxExcelFilterAboveAverageConditionText="ƽ"
+sdxExcelFilterAfterConditionText="֮"
+sdxExcelFilterBeforeConditionText="ǰ"
+sdxExcelFilterBeginsWithConditionText="ʼ"
+sdxExcelFilterBelowAverageConditionText="ƽ"
+sdxExcelFilterBetweenConditionText=""
+sdxExcelFilterBottomNConditionText="N"
+sdxExcelFilterContainsConditionText=""
+sdxExcelFilterCustomFilterAndOperatorLabel=""
+sdxExcelFilterCustomFilterConditionText="Զ"
+sdxExcelFilterCustomFilterFirstConditionLabel="һ"
+sdxExcelFilterCustomFilterOrOperatorLabel=""
+sdxExcelFilterCustomFilterSecondConditionLabel="ڶ"
+sdxExcelFilterDateFiltersTabCaption="ڹ"
+sdxExcelFilterDoesNotContainConditionText=""
+sdxExcelFilterDoesNotEqualConditionText=""
+sdxExcelFilterEndsWithConditionText="Խ"
+sdxExcelFilterEnterValueHintText="ֵ..."
+sdxExcelFilterEqualsConditionText=""
+sdxExcelFilterFromValueText=""
+sdxExcelFilterGreaterThanConditionText=""
+sdxExcelFilterGreaterThanOrEqualToConditionText="ڵ"
+sdxExcelFilterIsBlankConditionText="ǿհ"
+sdxExcelFilterIsNotBlankConditionText="ǿյ"
+sdxExcelFilterLastMonthConditionText="ϸ"
+sdxExcelFilterLastWeekConditionText=""
+sdxExcelFilterLastYearConditionText="ȥ"
+sdxExcelFilterLessEqualThanOrEqualToConditionText="Сڵ"
+sdxExcelFilterLessThanConditionText="С"
+sdxExcelFilterNextMonthConditionText="¸"
+sdxExcelFilterNextWeekConditionText=""
+sdxExcelFilterNextYearConditionText=""
+sdxExcelFilterNumericFiltersTabCaption="ֹ"
+sdxExcelFilterPredefinedFiltersConditionText="Ԥ"
+sdxExcelFilterSelectDateHintText="ѡ..."
+sdxExcelFilterSelectValueHintText="ѡһֵ..."
+sdxExcelFilterSpecificDatePeriodsConditionText="ضڶ"
+sdxExcelFilterTextFiltersTabCaption="ıɸѡ"
+sdxExcelFilterThisMonthConditionText=""
+sdxExcelFilterThisWeekConditionText=""
+sdxExcelFilterThisYearConditionText=""
+sdxExcelFilterTimeFiltersTabCaption="ʱ"
+sdxExcelFilterTodayConditionTypeText=""
+sdxExcelFilterTomorrowConditionText=""
+sdxExcelFilterTopNBottomNItemsText="Ŀ"
+sdxExcelFilterTopNBottomNPercentText="ٷֱ"
+sdxExcelFilterTopNBottomNTypeLabel=""
+sdxExcelFilterTopNBottomNValueLabel="б"
+sdxExcelFilterTopNConditionText="ǰN"
+sdxExcelFilterToValueText=""
+sdxExcelFilterValuesTabCaption="б"
+sdxExcelFilterYesterdayConditionText=""
+sdxExpandAll="ȫչ(&X)"
+sdxExpandButtons="չť(&X)"
+sdxExpandedGroups="չ"
+sdxExpandHeight="չ߶"
+sdxExpanding="չ"
+sdxExpandLevel="չ㼶(&L):"
+sdxExpandWidth="չ"
+sdxExplicitlyExpandNodes="ʽչڵ"
+sdxExplorerBar="Դ"
+sdxExplorerCaption="Դ"
+sdxExplorerRootFolderCaption=""
+sdxExplorerToolBar="Դ"
+sdxExpressionEditorButtonCancel="ȡ"
+sdxExpressionEditorButtonOK="ȷ"
+sdxExpressionEditorCaption="ʽ༭"
+sdxExpressionEditorCloseDialogConfirmation="ʽ.?"
+sdxExpressionEditorConstantsCategoryCaption=""
+sdxExpressionEditorFieldsCategoryCaption="ֶ"
+sdxExpressionEditorFilterTextHint="Ҫı..."
+sdxExpressionEditorFunctionGroupsCategoryCaption=""
+sdxExpressionEditorInvalidExpressionExceptionText="Чıʽ."
+sdxExpressionEditorMissingClosingFieldMark="ֶӦð[]"
+sdxExpressionEditorMissingClosingStringMark="ַӦõŻ˫"
+sdxExpressionEditorNoSuggestions=""
+sdxExpressionEditorOperatorAddDescription="һֵӵڶֵ."
+sdxExpressionEditorOperatorConcatDescription="ַӳһ."
+sdxExpressionEditorOperatorDivDescription="һֵԵڶֵ."
+sdxExpressionEditorOperatorEQDescription="ֵ,TRUE;."
+sdxExpressionEditorOperatorGEDescription="һֵڵڶֵ,TRUE;."
+sdxExpressionEditorOperatorGTDescription="һֵڵڶֵ,TRUE;."
+sdxExpressionEditorOperatorLEDescription="һֵСڵڶֵ,TRUE;."
+sdxExpressionEditorOperatorLTDescription="һֵСڵڶֵ,TRUE;."
+sdxExpressionEditorOperatorMulDescription="һֵԵڶֵ."
+sdxExpressionEditorOperatorNEDescription="һֵڵڶֵ,TRUE;."
+sdxExpressionEditorOperatorPercentDescription="ֵָΪٷֱ."
+sdxExpressionEditorOperatorPowerDescription="һֵߵڶֵ."
+sdxExpressionEditorOperatorsCategoryCaption="Ӫ"
+sdxExpressionEditorOperatorSubDescription="ӵһֵȥڶֵ."
+sdxExpressionEditorSyntaxError=""
+sdxExpressionEditorUnknownField="δ֪"
+sdxExpressionEditorUnknownFieldOrFunctionConfirmation="ʽδֶ֪λ.?"
+sdxExpressionEditorUnknownFunction="δ֪"
+sdxExtendedSelect="չѡ(&E)"
+sdxFalse=""
+sdxFDiagonalFillPattern="Խ"
+sdxFebruary=""
+sdxFebruaryShort=""
+sdxFEFCaption="Ч"
+sdxFieldOfficeCanada="ذ´:\\nô"
+sdxFileAlreadyExists="ļ"%s"Ѵ."
+sdxFileBasedExplorerItemDataLoadError="ܼر.\\nļ,һûӦó"
+sdxFileDialogAllSupported="֧"
+sdxFileDialogBackDisabledHint=""
+sdxFileDialogBackEnabledHint="%s (Alt+Left)"
+sdxFileDialogFileNameCaption="ļ:"
+sdxFileDialogFileNotExistWarning=" \nļδҵ. \nļ,Ȼ. "
+sdxFileDialogFilePreviewHidePaneHint="Ԥ."
+sdxFileDialogFilePreviewShowPaneHint="ʾԤ."
+sdxFileDialogForwardDisabledHint="ǰ"
+sdxFileDialogForwardEnabledHint="ת%s (Alt+Right)"
+sdxFileDialogHistoryHint="ҳ"
+sdxFileDialogNewFolderCaption="½ļ"
+sdxFileDialogNewFolderHint="һµĿļ."
+sdxFileDialogSearchNullstring="..."
+sdxFileDialogUpHint=""
+sdxFileDialogViewsHint="ıͼ."
+sdxFileName="ļ "
+sdxFileNameAndPath="ļƺ· "
+sdxFilePreviewPanePreviewMessageEmpty="ûпõԤ."
+sdxFilePreviewPanePreviewMessageNoFile="ѡҪԤļ."
+sdxFilterBar="(&F)"
+sdxFilterBarStyle=""
+sdxFilterPopupWindowCancelButtonCaption="ȡ"
+sdxFilterPopupWindowClearButtonCaption="չ"
+sdxFilterPopupWindowCloseButtonCaption="ر"
+sdxFilterPopupWindowOKButtonCaption="ȷ"
+sdxFindAndReplaceDialogButtonClose="ر"
+sdxFindAndReplaceDialogButtonFindAll="ȫ(&I)"
+sdxFindAndReplaceDialogButtonFindNext="һ(&F)"
+sdxFindAndReplaceDialogButtonReplace="滻(&R)"
+sdxFindAndReplaceDialogButtonReplaceAll="ȫ滻(&A)"
+sdxFindAndReplaceDialogCaption="滻"
+sdxFindAndReplaceDialogColumnCellCaption="Ԫ"
+sdxFindAndReplaceDialogColumnFormulaCaption="ʽ"
+sdxFindAndReplaceDialogColumnNameCaption=""
+sdxFindAndReplaceDialogColumnSheetCaption="ҳ"
+sdxFindAndReplaceDialogColumnValueCaption="ֵ"
+sdxFindAndReplaceDialogFindMatchNotFound="ҵƥ.ѡԶ."
+sdxFindAndReplaceDialogFindTabCaption=""
+sdxFindAndReplaceDialogFindWhat="(&N):"
+sdxFindAndReplaceDialogLessOptions="ѡ <<(&T)"
+sdxFindAndReplaceDialogLookIn="ҷΧ(&L):"
+sdxFindAndReplaceDialogLookInFormulas="ʽ"
+sdxFindAndReplaceDialogLookInValues="ֵ"
+sdxFindAndReplaceDialogMatchCase="ƥСд(&C)"
+sdxFindAndReplaceDialogMatchEntireCell="ȫƥ(&O)"
+sdxFindAndReplaceDialogMoreOptions="ѡ(&T) >>"
+sdxFindAndReplaceDialogReplaceMatchNotFound="ҵƥи.ѡԶ."
+sdxFindAndReplaceDialogReplacementResult="ȫ. 滻%d."
+sdxFindAndReplaceDialogReplaceTabCaption="滻"
+sdxFindAndReplaceDialogReplaceWith="滻Ϊ(&E):"
+sdxFindAndReplaceDialogSearchMode="(&S):"
+sdxFindAndReplaceDialogSearchModeByColumns="ͨ"
+sdxFindAndReplaceDialogSearchModeByRows="ͨ"
+sdxFindAndReplaceDialogStatusBarCellsFound="ҵ%dԪ"
+sdxFindAndReplaceDialogWithinRange="(&H):"
+sdxFindAndReplaceDialogWithinRangeSheet="ҳ"
+sdxFindAndReplaceDialogWithinRangeSpreadsheet="Excel"
+sdxFinishLabelCaption=":"
+sdxFiterFields="ֶ(&F)"
+sdxFitTo="ʺ(&F):"
+sdxFitToPageHorizontally=":"
+sdxFitToPageVertically="߶:"
+sdxFixedColor="̶ɫ(&I):"
+sdxFixedHorzLines="̶ˮƽ(&X)"
+sdxFixedRowOnEveryPage="̶ÿҳ"
+sdxFixedTransparent="̶(&X)"
+sdxFixedVertLines="̶ֱ(&D)"
+sdxFlatCheckMarks="ƽ(&L)"
+sdxFloatingObjectLayoutFormDialog=""
+sdxFloatingObjectLayoutFormDialogBottom="(&M)"
+sdxFloatingObjectLayoutFormDialogButtonReset="(&S)"
+sdxFloatingObjectLayoutFormDialogDistance="־"
+sdxFloatingObjectLayoutFormDialogHeight="߶"
+sdxFloatingObjectLayoutFormDialogHeightAbsolute="(&E):"
+sdxFloatingObjectLayoutFormDialogHorizontal="ˮƽ"
+sdxFloatingObjectLayoutFormDialogHorizontalAbsolutePosition="Ҳ(&T)"
+sdxFloatingObjectLayoutFormDialogHorizontalAbsolutePositionItem="λ(&P)"
+sdxFloatingObjectLayoutFormDialogHorizontalAlignmentItem="(&A)"
+sdxFloatingObjectLayoutFormDialogHorizontalPositionType="(&R)"
+sdxFloatingObjectLayoutFormDialogLeft="(&E)"
+sdxFloatingObjectLayoutFormDialogLock="(&L)"
+sdxFloatingObjectLayoutFormDialogLockAspectRatio="ݺ(&A)"
+sdxFloatingObjectLayoutFormDialogOptions="ѡ"
+sdxFloatingObjectLayoutFormDialogOriginalSize="ԭʼС"
+sdxFloatingObjectLayoutFormDialogOriginalSizeHeight="߶:"
+sdxFloatingObjectLayoutFormDialogOriginalSizeWidth=":"
+sdxFloatingObjectLayoutFormDialogPresetControlBehind="ı(&B)"
+sdxFloatingObjectLayoutFormDialogPresetControlInFrontOf="ıǰ(&F)"
+sdxFloatingObjectLayoutFormDialogPresetControlSquare="(&Q)"
+sdxFloatingObjectLayoutFormDialogPresetControlThought="(&H)"
+sdxFloatingObjectLayoutFormDialogPresetControlTight="(&T)"
+sdxFloatingObjectLayoutFormDialogPresetControlTopAndBottom="͵ײ(&O)"
+sdxFloatingObjectLayoutFormDialogRight="(&G)"
+sdxFloatingObjectLayoutFormDialogRotate="ת"
+sdxFloatingObjectLayoutFormDialogRotation="ת(&T):"
+sdxFloatingObjectLayoutFormDialogScale=""
+sdxFloatingObjectLayoutFormDialogTabPagePosition="λ"
+sdxFloatingObjectLayoutFormDialogTabPageSize="ߴ"
+sdxFloatingObjectLayoutFormDialogTabPageTextWrapping="Զ"
+sdxFloatingObjectLayoutFormDialogTextWrapSideBothSides="˫(&S)"
+sdxFloatingObjectLayoutFormDialogTextWrapSideLargestOnly="(&A)"
+sdxFloatingObjectLayoutFormDialogTextWrapSideLeftOnly="(&L)"
+sdxFloatingObjectLayoutFormDialogTextWrapSideRightOnly="ұ(&R)"
+sdxFloatingObjectLayoutFormDialogTop="(&P)"
+sdxFloatingObjectLayoutFormDialogVertical="ֱ"
+sdxFloatingObjectLayoutFormDialogVerticalAbsolutePosition="(&W)"
+sdxFloatingObjectLayoutFormDialogVerticalAbsolutePositionItem="λ(&S)"
+sdxFloatingObjectLayoutFormDialogVerticalAlignmentItem="(&G)"
+sdxFloatingObjectLayoutFormDialogVerticalPositionType="(&E)"
+sdxFloatingObjectLayoutFormDialogWidth=""
+sdxFloatingObjectLayoutFormDialogWidthAbsolute="(&B):"
+sdxFloatingObjectLayoutFormDialogWrappingStyle="Զ"
+sdxFloatingObjectLayoutFormDialogWrapText="Զ"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionAlignmentCenter="м"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionAlignmentLeft=""
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionAlignmentRight=""
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypeCharacter="ַ"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypeColumn=""
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypeInsideMargin="ڲ߽"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypeLeftMargin="߽"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypeMargin="߽"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypeOutsideMargin="ⲿ߽"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypePage="ҳ"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypeRightMargin="ұ߽"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionAlignmentBottom=""
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionAlignmentCenter="м"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionAlignmentInside="ڲ"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionAlignmentOutside="ⲿ"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionAlignmentTop=""
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypeBottomMargin="±߾"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypeInsideMargin="ڲ߽"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypeLine=""
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypeMargin="ҳ߿հ"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypeOutsideMargin="ⲿ߽"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypePage="ҳ"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypeParagraph=""
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypeTopMargin="ϱ߾"
+sdxFlowChart_Arrow_ClosedASMEArrow="رASMEͷ"
+sdxFlowChart_Arrow_ClosedDiamond="ر"
+sdxFlowChart_Arrow_ClosedDot="رյ"
+sdxFlowChart_Arrow_ClosedDoubleArrow="˫ͷ"
+sdxFlowChart_Arrow_Diamond=""
+sdxFlowChart_Arrow_Filled90="90ͷ"
+sdxFlowChart_Arrow_FilledDiamond=""
+sdxFlowChart_Arrow_FilledDot=""
+sdxFlowChart_Arrow_FilledDoubleArrow="˫ͷ"
+sdxFlowChart_Arrow_FilledFletch="ʽƬ"
+sdxFlowChart_Arrow_FilledSquare="䷽"
+sdxFlowChart_Arrow_IndentedFilledArrow="ͷ"
+sdxFlowChart_Arrow_Open90="90ͷ"
+sdxFlowChart_Arrow_OpenFletch="ʽ"
+sdxFlowChart_Arrow_OutdentedFilledArrow="ƽͷ"
+sdxFlowChart_ArrowShapes_BentArrow="ļ"
+sdxFlowChart_ArrowShapes_BlockArrow="״ͷ"
+sdxFlowChart_ArrowShapes_CircularArrow="Բμͷ"
+sdxFlowChart_ArrowShapes_CurvedLeftArrow="ͷ"
+sdxFlowChart_ArrowShapes_CurvedRightArrow="Ҽͷ"
+sdxFlowChart_ArrowShapes_FlexibleArrow="ͷ"
+sdxFlowChart_ArrowShapes_LeftRightArrowBlock="Ҽͷ"
+sdxFlowChart_ArrowShapes_LeftRightUpArrow="ϼͷ"
+sdxFlowChart_ArrowShapes_ModernArrow="ִͷ"
+sdxFlowChart_ArrowShapes_NotchedArrow="ȱڼͷ"
+sdxFlowChart_ArrowShapes_QuadArrow="ļͷ"
+sdxFlowChart_ArrowShapes_QuadArrowBlock="ķ"
+sdxFlowChart_ArrowShapes_SharpBentArrow=""
+sdxFlowChart_ArrowShapes_SimpleArrow="ͷ"
+sdxFlowChart_ArrowShapes_SimpleDoubleArrow="˫ͷ"
+sdxFlowChart_ArrowShapes_StripedArrow="Ƽ"
+sdxFlowChart_ArrowShapes_UTurnArrow="Uתͷ"
+sdxFlowChart_ArrowShapesCaption="ͷ״"
+sdxFlowChart_BasicFlowchartShapes_Custom1="1"
+sdxFlowChart_BasicFlowchartShapes_Custom2="2"
+sdxFlowChart_BasicFlowchartShapes_Custom3="3"
+sdxFlowChart_BasicFlowchartShapes_Custom4="4"
+sdxFlowChart_BasicFlowchartShapes_Data=""
+sdxFlowChart_BasicFlowchartShapes_Database="ݿ"
+sdxFlowChart_BasicFlowchartShapes_Decision=""
+sdxFlowChart_BasicFlowchartShapes_Document="ļ"
+sdxFlowChart_BasicFlowchartShapes_ExternalData="ⲿ"
+sdxFlowChart_BasicFlowchartShapes_OffPageReference="ҳο"
+sdxFlowChart_BasicFlowchartShapes_OnPageReference="ҳϲο"
+sdxFlowChart_BasicFlowchartShapes_Process=""
+sdxFlowChart_BasicFlowchartShapes_StartEnd="ʼ/"
+sdxFlowChart_BasicFlowchartShapes_Subprocess="ӹ"
+sdxFlowChart_BasicFlowchartShapesCaption="ͼ״"
+sdxFlowChart_BasicShapes_Can="Բ"
+sdxFlowChart_BasicShapes_Chevron="Vα־"
+sdxFlowChart_BasicShapes_Cross=""
+sdxFlowChart_BasicShapes_Cube=""
+sdxFlowChart_BasicShapes_Decagon="ʮ"
+sdxFlowChart_BasicShapes_DiagonalStripe="Խ"
+sdxFlowChart_BasicShapes_Diamond=""
+sdxFlowChart_BasicShapes_Donut="Բ"
+sdxFlowChart_BasicShapes_Ellipse="Բ"
+sdxFlowChart_BasicShapes_Frame=""
+sdxFlowChart_BasicShapes_FrameCorner="ܽ"
+sdxFlowChart_BasicShapes_Heptagon="߽"
+sdxFlowChart_BasicShapes_Hexagon=""
+sdxFlowChart_BasicShapes_LeftBrace="֧"
+sdxFlowChart_BasicShapes_LeftParenthesis=""
+sdxFlowChart_BasicShapes_LShape="L״"
+sdxFlowChart_BasicShapes_NoSymbol=""
+sdxFlowChart_BasicShapes_Octagon="˽"
+sdxFlowChart_BasicShapes_Parallelogram="ƽı"
+sdxFlowChart_BasicShapes_Pentagon=""
+sdxFlowChart_BasicShapes_Plaque=""
+sdxFlowChart_BasicShapes_Rectangle=""
+sdxFlowChart_BasicShapes_RightBrace="Ҳ֧"
+sdxFlowChart_BasicShapes_RightParenthesis=""
+sdxFlowChart_BasicShapes_RightTriangle=""
+sdxFlowChart_BasicShapes_RoundCornerRectangle="ԲǾ"
+sdxFlowChart_BasicShapes_RoundDiagonalCornerRectangle="ԲбǾ"
+sdxFlowChart_BasicShapes_RoundedRectangle="ԲǾ"
+sdxFlowChart_BasicShapes_RoundSameSideCornerRectangle="ԲͬǾ"
+sdxFlowChart_BasicShapes_SingleRoundCornerRectangle="ԲǾ"
+sdxFlowChart_BasicShapes_SingleSnipCornerRectangle="Ǿ"
+sdxFlowChart_BasicShapes_SnipAndRoundCornerRectangle="ѻԲǾ"
+sdxFlowChart_BasicShapes_SnipAndRoundSingleCornerRectangle="ѻԲεǾ"
+sdxFlowChart_BasicShapes_SnipCornerRectangle="ѻǾ"
+sdxFlowChart_BasicShapes_SnipDiagonalCornerRectangle="бǾ"
+sdxFlowChart_BasicShapes_SnipSameSideCornerRectangle="ͬǵľ"
+sdxFlowChart_BasicShapes_Star16="16"
+sdxFlowChart_BasicShapes_Star24="24"
+sdxFlowChart_BasicShapes_Star32="32"
+sdxFlowChart_BasicShapes_Star4="4"
+sdxFlowChart_BasicShapes_Star5="5"
+sdxFlowChart_BasicShapes_Star6="6"
+sdxFlowChart_BasicShapes_Star7="7"
+sdxFlowChart_BasicShapes_Trapezoid=""
+sdxFlowChart_BasicShapes_Triangle=""
+sdxFlowChart_BasicShapesCaption="״"
+sdxFlowChart_DecorativeShapes_Cloud=""
+sdxFlowChart_DecorativeShapes_DoubleWave="˫"
+sdxFlowChart_DecorativeShapes_DownRibbon="½"
+sdxFlowChart_DecorativeShapes_Heart=""
+sdxFlowChart_DecorativeShapes_HorizontalScroll=""
+sdxFlowChart_DecorativeShapes_LightningBolt=""
+sdxFlowChart_DecorativeShapes_Moon=""
+sdxFlowChart_DecorativeShapes_UpRibbon="̧ͷ"
+sdxFlowChart_DecorativeShapes_VerticalScroll="ֱ"
+sdxFlowChart_DecorativeShapes_Wave=""
+sdxFlowChart_DecorativeShapesCaption="װԵ״"
+sdxFlowChart_More_Shapes="״"
+sdxFlowChart_No_Shapes_Found="ûƥ"
+sdxFlowChart_No_Stencils_Open="ûпŵģ."
+sdxFlowChart_QuickShapesCaption="״"
+sdxFlowChart_SDLDiagramShapes_Alternative=""
+sdxFlowChart_SDLDiagramShapes_CreateRequest=""
+sdxFlowChart_SDLDiagramShapes_Decision1="1"
+sdxFlowChart_SDLDiagramShapes_Decision2="2"
+sdxFlowChart_SDLDiagramShapes_DiskStorage="̴洢"
+sdxFlowChart_SDLDiagramShapes_DividedEvent="ѵ¼"
+sdxFlowChart_SDLDiagramShapes_DividedProcess="ֻ"
+sdxFlowChart_SDLDiagramShapes_Document="ļ"
+sdxFlowChart_SDLDiagramShapes_MessageFromUser="ûϢ"
+sdxFlowChart_SDLDiagramShapes_MessageToUser="ûϢ"
+sdxFlowChart_SDLDiagramShapes_OffPageReference="ҳο"
+sdxFlowChart_SDLDiagramShapes_OnPageReference="ҳϲο"
+sdxFlowChart_SDLDiagramShapes_PrimitiveFromCallControl="ԺпԭʼϢ"
+sdxFlowChart_SDLDiagramShapes_PrimitiveToCallControl="пƻҪ"
+sdxFlowChart_SDLDiagramShapes_Procedure=""
+sdxFlowChart_SDLDiagramShapes_Return=""
+sdxFlowChart_SDLDiagramShapes_Save=""
+sdxFlowChart_SDLDiagramShapes_Start="ʼ"
+sdxFlowChart_SDLDiagramShapes_Terminator="ս"
+sdxFlowChart_SDLDiagramShapes_VariableProcedure=""
+sdxFlowChart_SDLDiagramShapes_VariableStart="ɱ俪ʼ"
+sdxFlowChart_SDLDiagramShapesCaption="SDLͼ״"
+sdxFlowChart_Search_Shapes_Null_Text="״..."
+sdxFlowChart_SoftwareIcons_Add=""
+sdxFlowChart_SoftwareIcons_Back=""
+sdxFlowChart_SoftwareIcons_Calendar=""
+sdxFlowChart_SoftwareIcons_Collapse="۵"
+sdxFlowChart_SoftwareIcons_Database="ݿ"
+sdxFlowChart_SoftwareIcons_Document="ļ"
+sdxFlowChart_SoftwareIcons_Expand="չ"
+sdxFlowChart_SoftwareIcons_Filter=""
+sdxFlowChart_SoftwareIcons_Forward="ǰ"
+sdxFlowChart_SoftwareIcons_HardDrive="Ӳ"
+sdxFlowChart_SoftwareIcons_Lock=""
+sdxFlowChart_SoftwareIcons_Network=""
+sdxFlowChart_SoftwareIcons_Permission=""
+sdxFlowChart_SoftwareIcons_Properties=""
+sdxFlowChart_SoftwareIcons_Remove="Ƴ"
+sdxFlowChart_SoftwareIcons_Sort=""
+sdxFlowChart_SoftwareIcons_Tools=""
+sdxFlowChart_SoftwareIcons_ZoomIn="Ŵ"
+sdxFlowChart_SoftwareIcons_ZoomOut="С"
+sdxFlowChart_SoftwareIconsCaption="ͼ"
+sdxFlowChartArrowSizeCustom="..."
+sdxFlowChartArrowSizeExtraLarge=""
+sdxFlowChartArrowSizeHuge=""
+sdxFlowChartArrowSizeLarge=""
+sdxFlowChartArrowSizeMedium=""
+sdxFlowChartArrowSizeSmall="С"
+sdxFlowChartArrowStyleArrow="ͷ"
+sdxFlowChartArrowStyleBackslash="б"
+sdxFlowChartArrowStyleClosedArrow="رյļͷ"
+sdxFlowChartArrowStyleClosedASMEarrow="ʽASMEͷ"
+sdxFlowChartArrowStyleClosedDiamond="ʽ"
+sdxFlowChartArrowStyleClosedDoubleArrow="ر˫ͷ"
+sdxFlowChartArrowStyleClosedOneDash="رһۺ"
+sdxFlowChartArrowStyleClosedThreeDash="ʽ"
+sdxFlowChartArrowStyleClosedTwoDash="ر̵"
+sdxFlowChartArrowStyleDiamond=""
+sdxFlowChartArrowStyleDimensionLine="ߴ"
+sdxFlowChartArrowStyleEllipseArrow="Բͷ"
+sdxFlowChartArrowStyleFilledArrow="ʵļͷ"
+sdxFlowChartArrowStyleFilledASMEarrow="ASMEͷ"
+sdxFlowChartArrowStyleFilledClosedDiamond=""
+sdxFlowChartArrowStyleFilledDiamond="ͷ"
+sdxFlowChartArrowStyleFilledDoubleArrow="ʵ˫ͷ"
+sdxFlowChartArrowStyleFilledOneDash="һۺ"
+sdxFlowChartArrowStyleFilledThreeDash="ۺ"
+sdxFlowChartArrowStyleFilledTwoDash="˫ۺ"
+sdxFlowChartArrowStyleIndentedClosedArrow="պϼͷ"
+sdxFlowChartArrowStyleIndentedFilledArrow="ʵļͷ"
+sdxFlowChartArrowStyleNone=""
+sdxFlowChartArrowStyleOpenOneDash="һ̻"
+sdxFlowChartArrowStyleOpenThreeDash="̻"
+sdxFlowChartArrowStyleOpenTwoDash="̻"
+sdxFlowChartArrowStyleOutdentedClosedArrow="յļͷ"
+sdxFlowChartArrowStyleOutdentedFilledArrow="˼"
+sdxFlowChartArrowStyleRectArrow="μͷ"
+sdxFlowChartBorderStyleAdjust=""
+sdxFlowChartBorderStyleBottom=""
+sdxFlowChartBorderStyleDiagonal="Խ"
+sdxFlowChartBorderStyleFlat="ƽ"
+sdxFlowChartBorderStyleLeft=""
+sdxFlowChartBorderStyleMiddle=""
+sdxFlowChartBorderStyleMono="һ"
+sdxFlowChartBorderStyleRight=""
+sdxFlowChartBorderStyleSoft=""
+sdxFlowChartBorderStyleTop=""
+sdxFlowChartConnectionEditorArrowColor="ͷɫ"
+sdxFlowChartConnectionEditorArrowSize="ͷС"
+sdxFlowChartConnectionEditorArrowStyle="ͷʽ"
+sdxFlowChartConnectionEditorCaption="༭"
+sdxFlowChartConnectionEditorColor="ɫ"
+sdxFlowChartConnectionEditorDestination="Ŀ"
+sdxFlowChartConnectionEditorLinkedPoint="ӵ"
+sdxFlowChartConnectionEditorSource="Դ"
+sdxFlowChartConnectionEditorText="ı"
+sdxFlowChartConnectionEditorTextFontHint="ı"
+sdxFlowChartConnectionStyleCurved=""
+sdxFlowChartConnectionStyleRectHorizontal="ˮƽ"
+sdxFlowChartConnectionStyleRectVertical="δֱ"
+sdxFlowChartConnectionStyleStraight="ֱ"
+sdxFlowChartDialogButtonCancel="ȡ(&C)"
+sdxFlowChartDialogButtonOk="ȷ(&O)"
+sdxFlowChartEdgeStyleRaisedIn=""
+sdxFlowChartEdgeStyleRaisedOut=""
+sdxFlowChartEdgeStyleSunkenIn=""
+sdxFlowChartEdgeStyleSunkenOut=""
+sdxFlowChartEditorChildItem="%s Ŀ"
+sdxFlowChartEditorConnection=""
+sdxFlowChartEditorConnectionArrowDestinationHint="Ŀͷ"
+sdxFlowChartEditorConnectionArrowDestinationSizeHint="ĿͷС"
+sdxFlowChartEditorConnectionArrowSourceHint="Դͷ"
+sdxFlowChartEditorConnectionArrowSourceSizeHint="ԴͷС"
+sdxFlowChartEditorConnectionLinkedPointDestinationHint="ӵĿĶ"
+sdxFlowChartEditorConnectionLinkedPointSourceHint="ӵĵԴ"
+sdxFlowChartEditorConnectionStyleHint="ʽ"
+sdxFlowChartEditorConnectionTextFontHint="ı"
+sdxFlowChartEditorCreate=""
+sdxFlowChartEditorCreateConnectionHint=""
+sdxFlowChartEditorCreateObjectHint=""
+sdxFlowChartEditorEdit="༭(&E)"
+sdxFlowChartEditorEditBringToFront="ǰ(&F)"
+sdxFlowChartEditorEditClearSelection="ȡѡ(&E)"
+sdxFlowChartEditorEditCopy="(&C)"
+sdxFlowChartEditorEditCut="(&T)"
+sdxFlowChartEditorEditDelete="ɾ(&D)"
+sdxFlowChartEditorEditPaste="ճ(&P)"
+sdxFlowChartEditorEditSelectAll="ȫѡ(&L)"
+sdxFlowChartEditorEditSendToBack="ú(&B)"
+sdxFlowChartEditorEditUndo="(&U)"
+sdxFlowChartEditorFile="ļ(&F)"
+sdxFlowChartEditorFileOpen="(&O)"
+sdxFlowChartEditorFileSave="Ϊ(&A)..."
+sdxFlowChartEditorFitHint=""
+sdxFlowChartEditorHelp="(&H)"
+sdxFlowChartEditorHelpContents="(&C)"
+sdxFlowChartEditorLineDashDotted="㻮"
+sdxFlowChartEditorLineDashDoubleDotted="ۺ˫"
+sdxFlowChartEditorLineDashed=""
+sdxFlowChartEditorLineDotted=""
+sdxFlowChartEditorLineSolid="ʵ"
+sdxFlowChartEditorMainItemOfUnion="%d ϵҪĿ"
+sdxFlowChartEditorObject=""
+sdxFlowChartEditorObjectImagePositionHint="ͼλ"
+sdxFlowChartEditorObjectLineWidthHint="߿"
+sdxFlowChartEditorObjectShapeStyleHint="״ʽ"
+sdxFlowChartEditorObjectTextFontHint="ı"
+sdxFlowChartEditorObjectTextPositionHint="ıλ"
+sdxFlowChartEditorOptions="ѡ(&O)"
+sdxFlowChartEditorOptionsDynamicMoving="̬ƶ(&M)"
+sdxFlowChartEditorOptionsDynamicSizing="̬С(&S)"
+sdxFlowChartEditorPixels="%d ."
+sdxFlowChartEditorPoint="%d "
+sdxFlowChartEditorProperties="(&P)"
+sdxFlowChartEditorUnions="(&U)"
+sdxFlowChartEditorUnionsAdd="ӵ"
+sdxFlowChartEditorUnionsClear=""
+sdxFlowChartEditorUnionsClearAll=""
+sdxFlowChartEditorUnionsNew="½"
+sdxFlowChartEditorUnionsRemove="ɾ"
+sdxFlowChartEditorView="ͼ(&V)"
+sdxFlowChartEditorViewActualSize="ʵʳߴ(&A)"
+sdxFlowChartEditorViewAntialiasing="(&A)"
+sdxFlowChartEditorViewFit="(&F)"
+sdxFlowChartEditorViewZoomIn="Ŵ(&I)"
+sdxFlowChartEditorViewZoomOut="С(&O)"
+sdxFlowChartEditorZoomHint=""
+sdxFlowChartLayoutBottom=""
+sdxFlowChartLayoutBottomLeft="½"
+sdxFlowChartLayoutBottomRight="½"
+sdxFlowChartLayoutCenter=""
+sdxFlowChartLayoutLeft=""
+sdxFlowChartLayoutRight=""
+sdxFlowChartLayoutTop=""
+sdxFlowChartLayoutTopLeft="Ͻ"
+sdxFlowChartLayoutTopRight="Ͻ"
+sdxFlowChartObjectEditorBackgroundColor="ɫ"
+sdxFlowChartObjectEditorBorderStyle="߿ʽ"
+sdxFlowChartObjectEditorCaption="༭"
+sdxFlowChartObjectEditorEdgeStyle="Եʽ"
+sdxFlowChartObjectEditorFrameTab=""
+sdxFlowChartObjectEditorGeneralTab=""
+sdxFlowChartObjectEditorHeight=""
+sdxFlowChartObjectEditorImageClear="ͼ"
+sdxFlowChartObjectEditorImageLayout="ͼ"
+sdxFlowChartObjectEditorImageTab="ͼ"
+sdxFlowChartObjectEditorLineWidth="߿"
+sdxFlowChartObjectEditorShapeColor="״ɫ"
+sdxFlowChartObjectEditorShapeType="״"
+sdxFlowChartObjectEditorText="ı"
+sdxFlowChartObjectEditorTextLayout="ı"
+sdxFlowChartObjectEditorTransparent=""
+sdxFlowChartObjectEditorWidth=""
+sdxFlowChartShapeTypeDiamond=""
+sdxFlowChartShapeTypeEastTriangle=""
+sdxFlowChartShapeTypeEllipse="Բ"
+sdxFlowChartShapeTypeHexagon=""
+sdxFlowChartShapeTypeNone=""
+sdxFlowChartShapeTypeNorthTriangle=""
+sdxFlowChartShapeTypeRect=""
+sdxFlowChartShapeTypeRoundRect="ԲǾ"
+sdxFlowChartShapeTypeSouthTriangle=""
+sdxFlowChartShapeTypeWestTriangle=""
+sdxFlowChartUnion=""
+sdxFlowChartUnionEditorCaption="ѡ"
+sdxFlowChartUnions=""
+sdxFont=""
+sdxFontColor="ɫ"
+sdxFonts=""
+sdxFontStyleBold=""
+sdxFontStyleBoldItalic="б"
+sdxFontStyleItalic="б"
+sdxFontStyleRegular=""
+sdxFontStyleStrikeOut="ɾ"
+sdxFontStyleUnderline="»"
+sdxFooter="ҳ "
+sdxFooter2="ҳ(&R):"
+sdxFooterColor="ҳɫ(&T):"
+sdxFooterFont="ҳ"
+sdxFooterMargin="ҳ"
+sdxFooterRowStyle="ҳ"
+sdxFooters="ҳ(&R)"
+sdxFootersOnEveryPage="ҳ"
+sdxFooterStyle="ҳ"
+sdxFootnotesModeNone=""
+sdxFootnotesModeOnEveryBottomPage="ÿҳײ"
+sdxFootnotesModeOnLastPage="һҳ"
+sdxForeground="ǰ(&F)"
+sdxFormatCellsDialogAuto="Զ"
+sdxFormatCellsDialogBackgroundColor="ɫ(&C):"
+sdxFormatCellsDialogBorder="߿"
+sdxFormatCellsDialogBorderInside="(&I)"
+sdxFormatCellsDialogBorderLine=""
+sdxFormatCellsDialogBorderLineColor="ɫ(&C):"
+sdxFormatCellsDialogBorderLineStyle="ʽ(&S):"
+sdxFormatCellsDialogBorderNone="(&N)"
+sdxFormatCellsDialogBorderOutline="(&O)"
+sdxFormatCellsDialogBorderPresets="Ԥ"
+sdxFormatCellsDialogBordersHint="Ԥ,Ԥͼİťѡı߿ʽ."
+sdxFormatCellsDialogButtonCancel="ȡ"
+sdxFormatCellsDialogButtonColorAuto="Զ"
+sdxFormatCellsDialogButtonOK="ȷ"
+sdxFormatCellsDialogButtonResetFont="(&R)"
+sdxFormatCellsDialogCaption="ʽԪ"
+sdxFormatCellsDialogCategory="(&C):"
+sdxFormatCellsDialogCategoryAccounting=""
+sdxFormatCellsDialogCategoryAccountingDescription="ƸʽӻҷźС."
+sdxFormatCellsDialogCategoryCurrency=""
+sdxFormatCellsDialogCategoryCurrencyDescription="Ҹʽʹõͨûֵ. \nʹûƸʽжС."
+sdxFormatCellsDialogCategoryCustom="Զ"
+sdxFormatCellsDialogCategoryCustomDescription="ָʽ,ʹдеһΪʼ."
+sdxFormatCellsDialogCategoryDate=""
+sdxFormatCellsDialogCategoryDateDescription="ڸʽʾںʱΪֵ."
+sdxFormatCellsDialogCategoryDateNote="Ǻ (*) ͷڸʽӦںʱΪϵͳָĸ."
+sdxFormatCellsDialogCategoryFraction=""
+sdxFormatCellsDialogCategoryGeneral=""
+sdxFormatCellsDialogCategoryGeneralNotes="浥Ԫʽûκضָʽ."
+sdxFormatCellsDialogCategoryNumber=""
+sdxFormatCellsDialogCategoryNumberDescription="ڳʾ. \nҺͻרøʽΪֵ."
+sdxFormatCellsDialogCategoryPercentage="ٷֱ"
+sdxFormatCellsDialogCategoryPercentageDescription="ٷֱȸʽԪֵ100ʾٷֱȷŵĽ."
+sdxFormatCellsDialogCategoryScientific="ѧ"
+sdxFormatCellsDialogCategoryText="ı"
+sdxFormatCellsDialogCategoryTextNotes="ıʽԪὫԪе \nݵı."
+sdxFormatCellsDialogCategoryTime="ʱ"
+sdxFormatCellsDialogCategoryTimeDescription="ʱʽںʱʾΪֵ."
+sdxFormatCellsDialogCustomCode="(&T):"
+sdxFormatCellsDialogDecimalPlaces="Сλ(&D):"
+sdxFormatCellsDialogFill=""
+sdxFormatCellsDialogFillSample="ʾ"
+sdxFormatCellsDialogFont=""
+sdxFormatCellsDialogFontColor="ɫ(&C):"
+sdxFormatCellsDialogFontName="(&F):"
+sdxFormatCellsDialogFontNotInstalled="ûаװϵͳ.ӡʱʹӽ."
+sdxFormatCellsDialogFontPreview="Ԥ"
+sdxFormatCellsDialogFontPrintNotes="һTrueType.ĴӡĻ,ʹͬ."
+sdxFormatCellsDialogFontSize="С(&S):"
+sdxFormatCellsDialogFontStrikethrough="ɾ(&K)"
+sdxFormatCellsDialogFontStyle="ʽ(&O):"
+sdxFormatCellsDialogFontUnderline="»(&U):"
+sdxFormatCellsDialogGroupFontEffects="Ч"
+sdxFormatCellsDialogGroupNumber=""
+sdxFormatCellsDialogGroupTextAlignment=""
+sdxFormatCellsDialogHidden="(&I)"
+sdxFormatCellsDialogLocked="(&L)"
+sdxFormatCellsDialogMergeCells="ϲԪ(&M)"
+sdxFormatCellsDialogMoreColors="ɫ(&M)..."
+sdxFormatCellsDialogNoColor="ûɫ"
+sdxFormatCellsDialogNone=""
+sdxFormatCellsDialogNumberFormatTemplates="(&T):"
+sdxFormatCellsDialogPatternColor="ͼɫ(&A):"
+sdxFormatCellsDialogPatternStyle="ͼʽ(&P):"
+sdxFormatCellsDialogPreviewText="ı"
+sdxFormatCellsDialogProtection=""
+sdxFormatCellsDialogProtectionNotes="ԪعʽԱĹûκӰ."
+sdxFormatCellsDialogSample="ʾ"
+sdxFormatCellsDialogShrinkToFit="(&K)"
+sdxFormatCellsDialogTextAlignHorz="ˮƽ(&H):"
+sdxFormatCellsDialogTextAlignHorzIndent="(&I):"
+sdxFormatCellsDialogTextAlignment="ı"
+sdxFormatCellsDialogTextAlignVert="ֱ(&V):"
+sdxFormatCellsDialogTextControl="ı"
+sdxFormatCellsDialogUnderlineNone=""
+sdxFormatCellsDialogUnderlineSingle=""
+sdxFormatCellsDialogUseThousandSeparator="ʹǧλָ(%s)(&U)"
+sdxFormatCellsDialogWrapText="Զ(&W)"
+sdxFormatting="ʽ"
+sdxFormulaBarCancelHint="ȡ"
+sdxFormulaBarEnterHint="ȷ"
+sdxFormulaBarFormulaBarHint="ʽ"
+sdxFormulaBarInsertFunctionHint="뺯"
+sdxFormulaBarNameBoxHint="ƿ"
+sdxFormulaBarSelectionInfo="%dR x %dC"
+sdxFourPages="ҳ"
+sdxFraming=""
+sdxFSPCaption="ͼԤ"
+sdxFullExpand="ȫչ(&E)"
+sdxGanttControl24HoursCalendarName="24 Сʱ"
+sdxGanttControlCaptionNone=""
+sdxGanttControlChooseDetailsDialogCaption="ѡϸ"
+sdxGanttControlChooseDetailsDialogColumnWidthDescription="п(صλ):"
+sdxGanttControlChooseDetailsDialogDescription="ѡҪʾ˹ĿϸϢ."
+sdxGanttControlChooseDetailsDialogDetails="ϸ:"
+sdxGanttControlCommandAddTaskToTimelineCaption="ӵʱ"
+sdxGanttControlCommandBestFitAllColumnsCaption="()"
+sdxGanttControlCommandBestFitColumnCaption=""
+sdxGanttControlCommandDeleteTaskCaption="ɾ"
+sdxGanttControlCommandDeleteTasksCaption="ɾ"
+sdxGanttControlCommandGoToTaskCaption="ת"
+sdxGanttControlCommandHideColumnCaption=""
+sdxGanttControlCommandInformationCaption="Ϣ..."
+sdxGanttControlCommandInsertColumnCaption=""
+sdxGanttControlCommandInsertRecurringTaskCaption="ظ..."
+sdxGanttControlCommandInsertTaskCaption=""
+sdxGanttControlCommandRemoveFromTimelineCaption="ʱɾ"
+sdxGanttControlCommandRenameColumnCaption=""
+sdxGanttControlCommandScrollToTaskCaption=""
+sdxGanttControlCommandShowChooseColumnDetailsDialogCaption="..."
+sdxGanttControlCommandWordWrapCaption="Զ"
+sdxGanttControlConfirmationDeleteLink="ȷʵҪɾ?"
+sdxGanttControlConfirmationDeleteResource="ȷʵҪɾ'%s'Դ?"
+sdxGanttControlConfirmationDeleteSummary=""%sժҪ.ɾ,Ҳɾ.?"
+sdxGanttControlConfirmationDeleteTask="ȷʵҪɾ"%s?"
+sdxGanttControlDialogCancel="ȡ"
+sdxGanttControlDialogDelete="ɾ"
+sdxGanttControlDialogOk="ȷ"
+sdxGanttControlDurationFormatDay=""
+sdxGanttControlDurationFormatDayExtraShort=""
+sdxGanttControlDurationFormatDays=""
+sdxGanttControlDurationFormatHour="Сʱ"
+sdxGanttControlDurationFormatHourExtraShort="Сʱ"
+sdxGanttControlDurationFormatHours="Сʱ"
+sdxGanttControlDurationFormatHourShort="Сʱ"
+sdxGanttControlDurationFormatHoursShort="Сʱ"
+sdxGanttControlDurationFormatMinute=""
+sdxGanttControlDurationFormatMinuteExtraShort=""
+sdxGanttControlDurationFormatMinutes=""
+sdxGanttControlDurationFormatMinuteShort=""
+sdxGanttControlDurationFormatMinutesShort=""
+sdxGanttControlDurationFormatMonth=""
+sdxGanttControlDurationFormatMonthExtraShort=""
+sdxGanttControlDurationFormatMonths=""
+sdxGanttControlDurationFormatMonthShort=""
+sdxGanttControlDurationFormatMonthsShort=""
+sdxGanttControlDurationFormatWeek=""
+sdxGanttControlDurationFormatWeekExtraShort=""
+sdxGanttControlDurationFormatWeeks=""
+sdxGanttControlDurationFormatWeekShort=""
+sdxGanttControlDurationFormatWeeksShort=""
+sdxGanttControlExceptionCannotLinkSummaryTaskToItsSubtask="ܽժҪӵ.ժҪĴټ,Ȼ."
+sdxGanttControlExceptionImageNotFound="Ҳͼ"
+sdxGanttControlExceptionInvalidDuration="%sijʱЧ"
+sdxGanttControlExceptionInvalidDurationFormat="Чijʱʽ"
+sdxGanttControlExceptionInvalidFileFormat="Чļʽ"
+sdxGanttControlExceptionOutlineChangeWouldCreateCircularRelationship="˴ٸĽѭϵ.Ҫ֮ڲĹϵ,Ҫϵ,Ȼ."
+sdxGanttControlExceptionPositionChangeWouldCreateCircularRelationship="λõı仯һѭϵ. Ҫ֮IJĹϵ,ص,Ȼһ ."
+sdxGanttControlExceptionTasksAreAlreadyLinked="ЩѾ."
+sdxGanttControlExceptionTasksAreAlreadyLinkedThroughAnotherTaskChain="Щ,Ϊͨһ."
+sdxGanttControlExceptionTasksCannotBeLinkedTwice="ܽǰӵͬһ."
+sdxGanttControlExceptionUnsupportedFileFormat="ָ֧ļʽ"
+sdxGanttControlMessageInvalidDurationFormat="Чijʱʽ.ʹñʽʾָʱ(,4Сʱ2)."
+sdxGanttControlMessageInvalidLagValue="ӳʱЧ. \n \nҪ,볢²: \n-̶ͺʱ:ͺֶֺͳʱʽ(,5d5edʾʱ). \n-һٷֱֵ(50%50e%ʾʱٷֱ),ͺʱʾΪǰʱİٷֱ. \n-ͺֵǰ"-,ָǰ."
+sdxGanttControlMessageInvalidMeasurementUnit=""%sЧĶλ."
+sdxGanttControlMessageInvalidPercentageCompletedValue="ɰٷֱ(%Complete)ֵ0100֮."
+sdxGanttControlMessageInvalidPredecessorInformation="ǰϢЧ. \nҪ,볢following:. \n-ΪͬһĿ֮Ĺϵ. \n-Ҫͺǰ,ָǰID"+ǰڻͺ(,2FS+3d)."
+sdxGanttControlMessageInvalidSummaryTaskLink="ĿժҪǰдɵʼӿʼʼϵ. \nѡҪ"ɵʼ"ʼʼϵӵ,Ȼ"ѡϵ"ť.ѡժҪҲ"
+sdxGanttControlMessageInvalidWeekSchedule="Ҫƻظ,Ϊظģʽָһ. \n \nѡСÿظҲʵѡ,ָڴظģʽ."
+sdxGanttControlMessageTwiceResourcesInformation="ܽͬһԴ.ҪͬԴ벻ͬ,ʹԴ."
+sdxGanttControlNightCalendarName="ҹ"
+sdxGanttControlRecurringTaskHint="%s%s֮䷢%d."
+sdxGanttControlRecurringTaskInformationDialogCaption="ֵϢ"
+sdxGanttControlRecurringTaskInformationDialogDaily="ճ"
+sdxGanttControlRecurringTaskInformationDialogDailyEvery="ÿһ"
+sdxGanttControlRecurringTaskInformationDialogDailyEveryDays=""
+sdxGanttControlRecurringTaskInformationDialogDay=""
+sdxGanttControlRecurringTaskInformationDialogFirst="һ"
+sdxGanttControlRecurringTaskInformationDialogFourth=""
+sdxGanttControlRecurringTaskInformationDialogLast=""
+sdxGanttControlRecurringTaskInformationDialogMonthly="ÿ"
+sdxGanttControlRecurringTaskInformationDialogMonths=""
+sdxGanttControlRecurringTaskInformationDialogOfEvery="ÿһ"
+sdxGanttControlRecurringTaskInformationDialogOn=""
+sdxGanttControlRecurringTaskInformationDialogRange="Χ"
+sdxGanttControlRecurringTaskInformationDialogRangeEndAfter="ֹں:"
+sdxGanttControlRecurringTaskInformationDialogRangeEndAfterOccurrences="ڷķΧڽ"
+sdxGanttControlRecurringTaskInformationDialogRangeEndBy=":"
+sdxGanttControlRecurringTaskInformationDialogRangeStart="ʼ:"
+sdxGanttControlRecurringTaskInformationDialogRecurrencePattern="ѭģʽ"
+sdxGanttControlRecurringTaskInformationDialogSchedulingCalendar="ȴ"
+sdxGanttControlRecurringTaskInformationDialogSchedulingCalendarName=":"
+sdxGanttControlRecurringTaskInformationDialogSecond="ڶ"
+sdxGanttControlRecurringTaskInformationDialogTaskDuration="ڼ:"
+sdxGanttControlRecurringTaskInformationDialogTaskName=":"
+sdxGanttControlRecurringTaskInformationDialogThird=""
+sdxGanttControlRecurringTaskInformationDialogWeekly="ÿ"
+sdxGanttControlRecurringTaskInformationDialogWeeklyRecurEvery="ÿһظ"
+sdxGanttControlRecurringTaskInformationDialogWeeklyRecurWeeksOn="ѭ:"
+sdxGanttControlRecurringTaskInformationDialogYearly="ÿһ"
+sdxGanttControlResourceTypeCost="ɱ"
+sdxGanttControlResourceTypeMaterial=""
+sdxGanttControlResourceTypeWork=""
+sdxGanttControlSheetExtendedAttributeCostColumnDescription="洢ɱϢԶֶ."
+sdxGanttControlSheetExtendedAttributeDateColumnDescription="洢ںʱϢԶֶ."
+sdxGanttControlSheetExtendedAttributeDurationColumnDescription="洢ʱϢԶֶ."
+sdxGanttControlSheetExtendedAttributeFinishColumnDescription="洢ںʱԶֶ."
+sdxGanttControlSheetExtendedAttributeFlagColumnDescription="һԶֶ,ָʾǷΪһij͵ıʶ."
+sdxGanttControlSheetExtendedAttributeNumberColumnDescription="洢ֵԶֶ."
+sdxGanttControlSheetExtendedAttributeStartColumnDescription="洢ʼںʱԶֶ."
+sdxGanttControlSheetExtendedAttributeTextColumnDescription="洢ıֵԶֶ."
+sdxGanttControlStandardCalendarName=""
+sdxGanttControlTaskCompletedHint=" \n%s"
+sdxGanttControlTaskConstraintTypeALAP=""
+sdxGanttControlTaskConstraintTypeASAP=""
+sdxGanttControlTaskConstraintTypeFNET=""
+sdxGanttControlTaskConstraintTypeFNLT=""
+sdxGanttControlTaskConstraintTypeMFO=""
+sdxGanttControlTaskConstraintTypeMSO="ӿʼ"
+sdxGanttControlTaskConstraintTypeSNET="ʼʱ䲻"
+sdxGanttControlTaskConstraintTypeSNLT=""
+sdxGanttControlTaskDependencyDialogCaption=""
+sdxGanttControlTaskDependencyDialogFrom=":"
+sdxGanttControlTaskDependencyDialogLag="ͺ:"
+sdxGanttControlTaskDependencyDialogLinkType=":"
+sdxGanttControlTaskDependencyDialogLinkTypeFF="浽(FF)"
+sdxGanttControlTaskDependencyDialogLinkTypeFS="ɵʼ(FS)"
+sdxGanttControlTaskDependencyDialogLinkTypeNone="()"
+sdxGanttControlTaskDependencyDialogLinkTypeSF="ӿʼ(SF)"
+sdxGanttControlTaskDependencyDialogLinkTypeSS="ʼʼ(SS)"
+sdxGanttControlTaskDependencyDialogTo="ռ:"
+sdxGanttControlTaskHasConstraintHint="%s'%s'Լ"
+sdxGanttControlTaskInformationDialogAdvancedTabCaption=""
+sdxGanttControlTaskInformationDialogAutoSchedule="Զ"
+sdxGanttControlTaskInformationDialogCalendar=""
+sdxGanttControlTaskInformationDialogCaption="Ϣ"
+sdxGanttControlTaskInformationDialogConstrainTask="Լ"
+sdxGanttControlTaskInformationDialogConstraintDate="Լ:"
+sdxGanttControlTaskInformationDialogConstraintType="Լ:"
+sdxGanttControlTaskInformationDialogDateFinish=":"
+sdxGanttControlTaskInformationDialogDates=""
+sdxGanttControlTaskInformationDialogDateStart="ʼ:"
+sdxGanttControlTaskInformationDialogDisplayOnTimeline="ճ̱ʾ"
+sdxGanttControlTaskInformationDialogDuration="ʱ:"
+sdxGanttControlTaskInformationDialogEstimated=""
+sdxGanttControlTaskInformationDialogGeneralTabCaption=""
+sdxGanttControlTaskInformationDialogManuallySchedule="ֶ"
+sdxGanttControlTaskInformationDialogAutoSchedule="Զ"
+sdxGanttControlTaskInformationDialogName=":"
+sdxGanttControlTaskInformationDialogPercentComplete="ɰٷֱ:"
+sdxGanttControlTaskInformationDialogScheduleMode="ճ̰ģʽ:"
+sdxGanttControlTaskInformationDialogSummaryCaption="ժҪϢ"
+sdxGanttControlTaskModeAutoScheduled="Զ"
+sdxGanttControlTaskModeManuallyScheduled="ֶ"
+sdxGanttControlTimelineTaskHintCompleteCaption="%:"
+sdxGanttControlTimelineTaskHintDurationCaption="ʱ:"
+sdxGanttControlTimelineTaskHintFinishCaption=":"
+sdxGanttControlTimelineTaskHintStartCaption="ʼ:"
+sdxGanttControlViewChartFirstQuarter="һ"
+sdxGanttControlViewChartFourthQuarter="ļ"
+sdxGanttControlViewChartHalfYears="Сʱ%d"
+sdxGanttControlViewChartQuarters=" %d"
+sdxGanttControlViewChartSecondQuarter=""
+sdxGanttControlViewChartSheetColumnIndicatorCaption="ָ"
+sdxGanttControlViewChartSheetColumnIndicatorDescription="ڴҪϢָ."
+sdxGanttControlViewChartSheetColumnPercentCompleteCaption="%"
+sdxGanttControlViewChartSheetColumnPercentCompleteDescription="ʱٷֱȱʾ."
+sdxGanttControlViewChartSheetColumnTaskDurationCaption="ʱ"
+sdxGanttControlViewChartSheetColumnTaskDurationDescription="ܹʱ."
+sdxGanttControlViewChartSheetColumnTaskFinishCaption=""
+sdxGanttControlViewChartSheetColumnTaskFinishDescription="ļƻںʱ."
+sdxGanttControlViewChartSheetColumnTaskModeCaption="ģʽ"
+sdxGanttControlViewChartSheetColumnTaskModeDescription="ֶƻ,ҲؼԶƻ. \n \nֶƻ:Ӧָʼ/ںͳʱ. \nؼЩֵ,ֵֶĿDZ,ᷢ. \nԶƻ:ؼĿеĸļ㿪ʼ/ںͳʱ."
+sdxGanttControlViewChartSheetColumnTaskNameCaption=""
+sdxGanttControlViewChartSheetColumnTaskNameDescription="."
+sdxGanttControlViewChartSheetColumnTaskPredecessorsCaption="ǰһ"
+sdxGanttControlViewChartSheetColumnTaskPredecessorsDescription="ǰID.ǰǷɴ."
+sdxGanttControlViewChartSheetColumnTaskResourceNameCaption="Դ"
+sdxGanttControlViewChartSheetColumnTaskResourceNameDescription="гԴ."
+sdxGanttControlViewChartSheetColumnTaskStartCaption="ʼ"
+sdxGanttControlViewChartSheetColumnTaskStartDescription="ļƻʼںʱ."
+sdxGanttControlViewChartThirdQuarter=""
+sdxGanttControlViewResourceSheetColumnBaseCalendarCaption=""
+sdxGanttControlViewResourceSheetColumnBaseCalendarDescription="ָԴĻ.ԴĹʱ."
+sdxGanttControlViewResourceSheetColumnGroupCaption=""
+sdxGanttControlViewResourceSheetColumnGroupDescription="Դ."
+sdxGanttControlViewResourceSheetColumnIndicatorCaption="ָʾ"
+sdxGanttControlViewResourceSheetColumnResourceNameCaption="Դ"
+sdxGanttControlViewResourceSheetColumnResourceNameDescription="Դ."
+sdxGanttControlViewResourceSheetColumnTypeCaption=""
+sdxGanttControlViewResourceSheetColumnTypeDescription="ָԴǷ빤ʱϻɱ. \n \nԴ-Ա豸. \nԴ-Ʒ. \nɱԴijɱһ(,һŻƱ)."
+sdxGanttControlViewTimelineFinishText=""
+sdxGanttControlViewTimelineStartText="ʼ"
+sdxGigaBytes="GB"
+sdxGradientModeBackwardDiagonal="б"
+sdxGradientModeForwardDiagonal="ǰб"
+sdxGradientModeHorizontal="ˮƽ"
+sdxGradientModeVertical="ֱ"
+sdxGraphicAsTextValue="(ͼ)"
+sdxGraphics="ͼ(&G)"
+sdxGray125FillPattern="12.5% ɫ"
+sdxGray25FillPattern="25% ɫ"
+sdxGray50FillPattern="50% ɫ"
+sdxGray625FillPattern="6.25% ɫ"
+sdxGray75FillPattern="75% ɫ"
+sdxGrid=""
+sdxGridLinesColor="ɫ(&D):"
+sdxGroupColor="ɫ(&P):"
+sdxGroupFooterColor="ɫ(&G):"
+sdxGroupFooterFont=""
+sdxGroupFooterGrid=""
+sdxGroupFooters="ҳ(&G)"
+sdxGroupImages="ͼ"
+sdxGroupNodeColor="ڵɫ(&N):"
+sdxGroupNodeFont="ڵ"
+sdxGroups="(&G)"
+sdxGroupStyle=""
+sdxGroupTransparent=""
+sdxGroupView="ͼ"
+sdxGutterMargin="װ"
+sdxHairEdgePattern="˿״"
+sdxHalf="һ"
+sdxHeader="ҳü "
+sdxHeader2="ҳü(&E):"
+sdxHeaderColor="ɫ(&E):"
+sdxHeaderFont="ҳü"
+sdxHeaderFooter="ҳͷ / ҳ"
+sdxHeaderFooterBar="ҳüҳ"
+sdxHeaderMargin="ҳü"
+sdxHeaders="ҳü(&E)"
+sdxHeadersOnEveryPage="ҳü"
+sdxHeadersTransparent="(&H)"
+sdxHeaderStyle="ҳü"
+sdxHeight=""
+sdxHFFunctionHintDate="ӡ"
+sdxHFFunctionHintDateTime="ӡںʱ"
+sdxHFFunctionHintImage="ͼ"
+sdxHFFunctionHintMachineName=""
+sdxHFFunctionHintPageNumber="ҳ"
+sdxHFFunctionHintPageOfPages=" # ҳ # ҳ"
+sdxHFFunctionHintTime="ӡʱ"
+sdxHFFunctionHintTotalPages="ҳ"
+sdxHFFunctionHintUserName="û"
+sdxHFFunctionNameDate=""
+sdxHFFunctionNameDateTime="ʱ"
+sdxHFFunctionNameImage="ͼ"
+sdxHFFunctionNameMachineName=""
+sdxHFFunctionNamePageNumber="ҳ"
+sdxHFFunctionNamePageOfPages=" # ҳ # ҳ"
+sdxHFFunctionNameTime="ʱ"
+sdxHFFunctionNameTotalPages="ҳ"
+sdxHFFunctionNameUnknown="δ֪"
+sdxHFFunctionNameUserName="û"
+sdxHFFunctionTemplateDate="ӡ"
+sdxHFFunctionTemplateDateTime="ӡںʱ"
+sdxHFFunctionTemplateImage="ͼ"
+sdxHFFunctionTemplateMachineName=""
+sdxHFFunctionTemplatePageNumber=" # ҳ"
+sdxHFFunctionTemplatePageOfPages=" # ҳ # ҳ"
+sdxHFFunctionTemplateTime="ӡʱ"
+sdxHFFunctionTemplateTotalPages="ҳ"
+sdxHFFunctionTemplateUserName="û"
+sdxHiddenControlsTab="ÿؼ"
+sdxHide=""
+sdxHideAlreadyIncludedItems="ѰĿ(&I)"
+sdxHideCustomContainers="Զ(&H)"
+sdxHideDetailsOfPrivateAppointments="˽Լϸ(&H)"
+sdxHighLight=""
+sdxHintActivePage="ǰҳ"
+sdxHintDoubleClickForChangeMargins="˫ıҳ߾"
+sdxHintDoubleClickForChangePaperSize="˫ıֽŴС"
+sdxHintEditFind=""
+sdxHintEditFindNext="һ"
+sdxHintEditReplace="滻"
+sdxHintExplorerChangeRootPath="ø·"
+sdxHintExplorerCreateFolder="½ļ"
+sdxHintExplorerDelete="ɾ"
+sdxHintExplorerGoToUpOneLevel="һ"
+sdxHintExplorerProperties=""
+sdxHintExplorerRefresh="ˢ"
+sdxHintExplorerRename=""
+sdxHintExplorerSetAsRoot="赱ǰ·Ϊ·"
+sdxHintExportToPDF="PDFʽ"
+sdxHintFileClose="رձ"
+sdxHintFileDesign="Ʊ"
+sdxHintFileExit="رԤ"
+sdxHintFileLoad=""
+sdxHintFilePageSetup="ҳ"
+sdxHintFilePrint="ӡ"
+sdxHintFilePrintDialog="ӡԻ"
+sdxHintFileSave="汨"
+sdxHintFileSaveAs="汨"
+sdxHintFormatDateTime="ʽںʱ"
+sdxHintFormatFootnotes="עʽ..."
+sdxHintFormatHFBackground="ҳü/ҳű"
+sdxHintFormatHFClear="ҳü/ҳı"
+sdxHintFormatPageBackground=""
+sdxHintFormatPageNumbering="ʽҳ"
+sdxHintFormatShrinkToPage="Ӧҳ"
+sdxHintFormatTitle="ʽ"
+sdxHintGotoPageFirst="ҳ"
+sdxHintGotoPageLast="βҳ"
+sdxHintGotoPageNext="һҳ"
+sdxHintGotoPagePrev="һҳ"
+sdxHintHelpAbout=""
+sdxHintHelpTopics=""
+sdxHintInsertDate=""
+sdxHintInsertDateTime="ںʱ"
+sdxHintInsertEditAutoTextEntries="༭Զͼļ"
+sdxHintInsertMachineName=""
+sdxHintInsertPageNumber="ҳ"
+sdxHintInsertPageOfPages="ҳ"
+sdxHintInsertTime="ʱ"
+sdxHintInsertTotalPages="ҳ"
+sdxHintInsertUserName="û"
+sdxHintListViewDesignerMessage=" ϸϢͼ,ֻǵڲȡѡ"
+sdxHintMoreHFFunctions="ຯ"
+sdxHintThumbnailsLarge="лΪͼ"
+sdxHintThumbnailsSmall="лΪСͼ"
+sdxHintToolsCustomize="Զ幤"
+sdxHintToolsOptions="ѡ"
+sdxHintViewExplorer="ʾ"
+sdxHintViewHFClose="ر"
+sdxHintViewHFSwitchHeaderFooter="ҳüҳ֮л"
+sdxHintViewLargeButtons="鿴ť"
+sdxHintViewMargins="鿴ҳ߾"
+sdxHintViewMarginsStatusBar="鿴ҳ߾״̬"
+sdxHintViewPagesFooters="鿴ҳ"
+sdxHintViewPagesHeaders="鿴ҳü"
+sdxHintViewPagesStatusBar="鿴ҳ״̬"
+sdxHintViewSwitchToCenterPart="лмҳü/ҳ"
+sdxHintViewSwitchToFooter="лҳ"
+sdxHintViewSwitchToHeader="лҳü"
+sdxHintViewSwitchToLeftPart="лߵҳü/ҳ"
+sdxHintViewSwitchToRightPart="лұߵҳü/ҳ"
+sdxHintViewThumbnails="ʾͼ"
+sdxHintViewZoom=""
+sdxHintZoomFourPages="ҳ"
+sdxHintZoomMultiplyPages="ҳ"
+sdxHintZoomPageWidth="ҳ"
+sdxHintZoomPercent100="ٷ100%"
+sdxHintZoomSetup="ű"
+sdxHintZoomTwoPages="ҳ"
+sdxHintZoomWholePage="ҳ"
+sdxHintZoomWidenToSourceWidth="չԭʼ"
+sdxHorizontal="ˮƽ(&O):"
+sdxHorizontalFillPattern="ˮƽ"
+sdxHorizontally="ˮƽ(&Z)"
+sdxHorizontalStripeFillPattern="ˮƽ"
+sdxHorzAlignCenter=""
+sdxHorzAlignDistributed="ɢ()"
+sdxHorzAlignFill=""
+sdxHorzAlignGeneral=""
+sdxHorzAlignJustify=""
+sdxHorzAlignLeft="()"
+sdxHorzAlignRight="()"
+sdxHorzLines="ˮƽ(&Z)"
+sdxHumanResourceDepartment="Դ"
+sdxHyperlinkEditorAddress="ַ:"
+sdxHyperlinkEditorCancel="ȡ"
+sdxHyperlinkEditorCellReference="뵥Ԫ:"
+sdxHyperlinkEditorCellReferenceNode="Ԫ"
+sdxHyperlinkEditorDefinedNamesNode=""
+sdxHyperlinkEditorEditCaption="༭(&H)..."
+sdxHyperlinkEditorEmailAddress="ʼַ:"
+sdxHyperlinkEditorEmailAddressLink="ʼַ"
+sdxHyperlinkEditorFileOrWebPageLink="Ѵڵļ\\nҳ"
+sdxHyperlinkEditorInsertCaption="볬..."
+sdxHyperlinkEditorLinkTo="ӵ:"
+sdxHyperlinkEditorOK="ȷ"
+sdxHyperlinkEditorPlaceInThisDocumentLink="ĵе\\nλ"
+sdxHyperlinkEditorRemoveLink="ɾ"
+sdxHyperlinkEditorScreenTip="Ļʾ:"
+sdxHyperlinkEditorSelectPlace="ڴĵѡһط:"
+sdxHyperlinkEditorSubject=":"
+sdxHyperlinkEditorTextToDisplay="Ҫʾı:"
+sdxHyperlinkExecuteError=""%s"."
+sdxImages="ͼ(&I)"
+sdxIncludeFixed="̶(&I)"
+sdxInconsistentTrifoldStyle="ʽҪһ. \nѡÿա ÿܻÿµ,ѡµIJ֮һ."
+sdxIncorrectBandHeadersState="ʹBandHeaders OnEveryPageģʽ\\n\\nӦ:\\n - ñΪOnEveryPageѡΪ\\n - ÿɼѡΪ"
+sdxIncorrectBandHeadersState2="ʹBandHeaders OnEveryPageģʽ\\n\\nӦ:\\n - ñOnEveryPageѡΪ\\n - ñɼΪ"
+sdxIncorrectFilterBarState="ʹùOnEveryPageģʽ\\n\\nӦ:\\n - ñΪOnEveryPageѡΪ\\n - ÿɼѡΪ"
+sdxIncorrectFootersState="ʹҳOnEveryPageģʽ\\n\\nӦ:\\n - ùOnEveryPageѡΪ\\n - ùɼѡΪ"
+sdxIncorrectHeadersState="ʹҲûOnEveryPageģʽ\\n\\nӦ:\\n - ñⲢOnEveryPageѡΪ\\n - ñⲢɼΪ"
+sdxIncorrectHeadersState2="ʹҲûOnEveryPageģʽ\\n\\nӦ:\\n -ñ⡢ʹOnEveryPageѡΪ\\n - ñ⡢ʹɼѡΪ"
+sdxIndentStyle=""
+sdxInsertFunctionDialogCaption="뺯"
+sdxInsertFunctionDialogCategory=":"
+sdxInsertFunctionDialogCategoryAll="ȫ"
+sdxInsertFunctionDialogFunctions="ѡ:"
+sdxInsertFunctionDialogSearchBoxTextHint=""
+sdxInternalErrorAutoHide="Զؿؼʱڲ."
+sdxInternalErrorCreateLayout="%sʱڲ."
+sdxInternalErrorDestroyLayout="%sʱڲ."
+sdxInternalErrorLayout="%sַڲ."
+sdxInternalErrorPainter="TdxCustomDockControlеڲ."
+sdxInvaldZoneOwner="ûTdxCustomDockControl´TdxZone."
+sdxInvalidComponentName=""%s"һЧ"
+sdxInvalidDockSiteParent="TdxDockSiteĸTdxCustomDockControl."
+sdxInvalideGroupControl="Чĵ鸸ؼ."
+sdxInvalideStyleCaption="ʽ"%s"Ѿ.ṩһ."
+sdxInvalidExternalStorage="Ƿⲿ洢"
+sdxInvalidFileName="Чļ"%s""
+sdxInvalidFloatingDeleting="ڸģʽɾTdxCustomDockSite."
+sdxInvalidFloatSiteDeleting="ɾTdxFloatDockSite."
+sdxInvalidFloatSiteParent="TdxFloatDockSiteĸֻTdxFloatForm."
+sdxInvalidFolderName="Чļ"%s""
+sdxInvalidLayoutSiteDeleting="ɾTdxLayoutDockSite."
+sdxInvalidLink="ܴ''%s'',''%s'',Ϊڲͬĵؼ"
+sdxInvalidMargins="һҳ߾Чֵ"
+sdxInvalidMarginsMessage="һҳ߾౻ΪЧֵ.\\nѡť.\\nѡԭť,ָԭʼֵ."
+sdxInvalidOwner="TdxCustomDockControlӵ߱TCustomForm."
+sdxInvalidPanelChild="ܽTdxCustomDockControlTdxDockPanel(%s )."
+sdxInvalidParent="%sĸTdxCustomDockControl."
+sdxInvalidParentAssigning="Ϊø."
+sdxInvalidPrintDevice="ѡӡЧ"
+sdxInvalidReportName="Ч"%s""
+sdxInvalidRootDirectory="ļ"%s",Ƿѡ ?"
+sdxInvalidSiteChild="ֻܽTdxCustomDockControlTdxCustomDockSite(%s)."
+sdxInvalidStorageVersion="ǷĴ洢汾: %d"
+sdxInvalidStreamFormat="Чݸʽ"
+sdxInvalidStreamVersion="Ч汾"
+sdxInvalidZoneOwner="ûӵеTdxCustomDockControl,ͲܴTdxZone. "
+sdxIrregular=""
+sdxItem1Name="Բ"
+sdxItem2Description="ԳƼͼ"
+sdxItem2Name="Բ"
+sdxItem3Description="ԳƼͼ"
+sdxItem3Name=""
+sdxItem4Description="Ǽͼ"
+sdxItem4Name=""
+sdxItem5Name="ɱ"
+sdxItem7Description="ѹ"
+sdxItemDescription=""
+sdxItemName=""
+sdxItems="(&I)"
+sdxItemShapeAsText="(ͼ)"
+sdxJanuary="һ"
+sdxJanuaryShort="һ"
+sdxJuly=""
+sdxJulyShort=""
+sdxJune=""
+sdxJuneShort=""
+sdxKeepSameHeight="ͬ߶(&H)"
+sdxKeepSameRecordWidths="¼ȿ(&K)"
+sdxKeepSameWidth="ͬ(&K)"
+sdxKiloBytes="KB"
+sdxLandscape="(&L)"
+sdxLastPrinted="ϴδӡʱ "
+sdxLayoutControlCollapseButtonHint="չ"
+sdxLayoutControlContainerCannotBeControl="ĿĿؼ."
+sdxLayoutControlControlIsUsed="%s ĿѾʹ %s ؼ."
+sdxLayoutControlCustomizeFormAddAuxiliaryItem="ӸĿ"
+sdxLayoutControlCustomizeFormAddCheckBoxItem="Ӹѡ"
+sdxLayoutControlCustomizeFormAddEmptySpaceItem="ӿհĿ"
+sdxLayoutControlCustomizeFormAddGroup="ӷ"
+sdxLayoutControlCustomizeFormAddImageItem="ͼƬĿ"
+sdxLayoutControlCustomizeFormAddItem="Ŀ"
+sdxLayoutControlCustomizeFormAddLabeledItem="ıǩ"
+sdxLayoutControlCustomizeFormAddRadioButtonItem="ӵѡť"
+sdxLayoutControlCustomizeFormAddSeparatorItem="ӷָ"
+sdxLayoutControlCustomizeFormAddSplitterItem="Ӳ"
+sdxLayoutControlCustomizeFormAlignBottomSide=""
+sdxLayoutControlCustomizeFormAlignBy="ͨ"
+sdxLayoutControlCustomizeFormAlignLeftSide=""
+sdxLayoutControlCustomizeFormAlignNone=""
+sdxLayoutControlCustomizeFormAlignRightSide="ұ"
+sdxLayoutControlCustomizeFormAlignTopSide=""
+sdxLayoutControlCustomizeFormCaption="Զ"
+sdxLayoutControlCustomizeFormCaptionAlignHorz="ˮƽ"
+sdxLayoutControlCustomizeFormCaptionAlignHorzCenter=""
+sdxLayoutControlCustomizeFormCaptionAlignHorzLeft=""
+sdxLayoutControlCustomizeFormCaptionAlignHorzRight=""
+sdxLayoutControlCustomizeFormCaptionAlignVert="ⴹֱ"
+sdxLayoutControlCustomizeFormCaptionAlignVertBottom=""
+sdxLayoutControlCustomizeFormCaptionAlignVertCenter=""
+sdxLayoutControlCustomizeFormCaptionAlignVertTop=""
+sdxLayoutControlCustomizeFormClose="ر(&C)"
+sdxLayoutControlCustomizeFormCollapseAll="ȫ۵"
+sdxLayoutControlCustomizeFormDelete="ɾ"
+sdxLayoutControlCustomizeFormDeleteHint="ɾ (Del)"
+sdxLayoutControlCustomizeFormDirection="ַ"
+sdxLayoutControlCustomizeFormDirectionHorizontal="ˮƽ"
+sdxLayoutControlCustomizeFormDirectionTabbed="ǩҳʽ"
+sdxLayoutControlCustomizeFormDirectionVertical="ֱ"
+sdxLayoutControlCustomizeFormExpandAll="ȫչ"
+sdxLayoutControlCustomizeFormGroup=""
+sdxLayoutControlCustomizeFormGroupBorder="߿"
+sdxLayoutControlCustomizeFormGroupExpandButton="չť"
+sdxLayoutControlCustomizeFormHAlign="ˮƽ"
+sdxLayoutControlCustomizeFormHAlignCenter=""
+sdxLayoutControlCustomizeFormHAlignClient="ͻ"
+sdxLayoutControlCustomizeFormHAlignLeft=""
+sdxLayoutControlCustomizeFormHAlignParent=""
+sdxLayoutControlCustomizeFormHAlignRight=""
+sdxLayoutControlCustomizeFormItemCaption=""
+sdxLayoutControlCustomizeFormListViewGroup="Ŀ(&A)"
+sdxLayoutControlCustomizeFormRedo=""
+sdxLayoutControlCustomizeFormRename=""
+sdxLayoutControlCustomizeFormRestore="ָ"
+sdxLayoutControlCustomizeFormShowBorder="ʾ߿"
+sdxLayoutControlCustomizeFormSplitterCollapsible="۵"
+sdxLayoutControlCustomizeFormStore="洢"
+sdxLayoutControlCustomizeFormTabbedView="ǩҳʽͼ(&T)"
+sdxLayoutControlCustomizeFormTextPosition="λ"
+sdxLayoutControlCustomizeFormTextPositionBottom=""
+sdxLayoutControlCustomizeFormTextPositionLeft=""
+sdxLayoutControlCustomizeFormTextPositionRight=""
+sdxLayoutControlCustomizeFormTextPositionTop=""
+sdxLayoutControlCustomizeFormTreeView="״/ƽб"
+sdxLayoutControlCustomizeFormTreeViewGroup="״ͼ(&L)"
+sdxLayoutControlCustomizeFormUndo=""
+sdxLayoutControlCustomizeFormUngroup="ȡ"
+sdxLayoutControlCustomizeFormVAlign="ֱ"
+sdxLayoutControlCustomizeFormVAlignBottom=""
+sdxLayoutControlCustomizeFormVAlignCenter=""
+sdxLayoutControlCustomizeFormVAlignClient="ͻ"
+sdxLayoutControlCustomizeFormVAlignParent=""
+sdxLayoutControlCustomizeFormVAlignTop=""
+sdxLayoutControlDesignerCaptionFormat="%s - "
+sdxLayoutControlEditFormCancel="ȡ"
+sdxLayoutControlEditFormOK="ȷ"
+sdxLayoutControlEmptyCaption="<>"
+sdxLayoutControlExpandButtonHint=""
+sdxLayoutControlHomeButtonHint="ֹͣ"
+sdxLayoutControlNewAutoCreatedGroup="Զ"
+sdxLayoutControlNewCheckBoxItemCaption="ѡ"
+sdxLayoutControlNewEmptySpaceItemCaption="հĿ"
+sdxLayoutControlNewGroupCaption="½"
+sdxLayoutControlNewHiddenGroup="ط"
+sdxLayoutControlNewImageItemCaption="ͼ"
+sdxLayoutControlNewItemCaption=""
+sdxLayoutControlNewLabeledItemCaption="ǩ"
+sdxLayoutControlNewRadioButtonItemCaption="ѡť"
+sdxLayoutControlNewSeparatorItemCaption="ָ"
+sdxLayoutControlNewSplitterItemCaption="ָ"
+sdxLayoutControlRoot=""
+sdxLayoutGroupDefaultCaption="鲼"
+sdxLayoutItemDefaultCaption="Ŀ"
+sdxLeft="(&L):"
+sdxLeftMargin="߽"
+sdxLevelCaption="(&C)"
+sdxLevelCaptionColor="㼶ɫ(&V):"
+sdxLevelCaptions="㼶(&C)"
+sdxLevels="㼶"
+sdxLineSpacing="м(&L):"
+sdxLinkIsNotIncludedInUsesClause="ReportFileReportLink "%0:s"\\nԪ"%0:s"usesӾ"
+sdxLoadBitmapDlgTitle=""
+sdxLoadedRecords="ؼ¼"
+sdxLoadReportDataToFileTitle=""
+sdxLocationLabelCaption="λ:"
+sdxLookAndFeel=""
+sdxLookAndFeelFlat="ƽ"
+sdxLookAndFeelStandard=""
+sdxLookAndFeelUltraFlat="ƽ"
+sdxLuxurySedans="γ"
+sdxManagerError="ֻܷһTdxDockingManagerʵ."
+sdxManufacturerBandCaption=""
+sdxManufacturerCountryColumnCaption=""
+sdxManufacturerLogoColumnCaption="־"
+sdxManufacturerNameColumnCaption=""
+sdxMapControlEast=""
+sdxMapControlNorth=""
+sdxMapControlSouth=""
+sdxMapControlWest=""
+sdxMarch=""
+sdxMarchShort=""
+sdxMargins="ҳ߾"
+sdxMay=""
+sdxMayShort=""
+sdxMediumDashDotDotEdgePattern="еȶ̻--"
+sdxMediumDashDotEdgePattern="еȶ̻-"
+sdxMediumDashedEdgePattern="еȶ̻"
+sdxMediumSolidEdgePattern="ʵ"
+sdxMegaBytes="MB"
+sdxMenuActivePage="ǰҳ(&A):"
+sdxMenuBar="˵"
+sdxMenuBuiltInMenus="ò˵"
+sdxMenuEdit="༭(&E)"
+sdxMenuEditCopy="(&C)"
+sdxMenuEditCut="(&T)"
+sdxMenuEditDelete="ɾ(&D)"
+sdxMenuEditFind="(&F)..."
+sdxMenuEditFindNext="һ(&X)"
+sdxMenuEditPaste="ճ(&P)"
+sdxMenuEditReplace="滻(&R)..."
+sdxMenuExplorer="Դ(&X)"
+sdxMenuExplorerChangeRootPath="ø·..."
+sdxMenuExplorerCreateFolder="ļ(&F)"
+sdxMenuExplorerDelete="ɾ(&D)..."
+sdxMenuExplorerGoToUpOneLevel="һ"
+sdxMenuExplorerProperties="(&P)..."
+sdxMenuExplorerRefresh="ˢ"
+sdxMenuExplorerRename="(&M)"
+sdxMenuExplorerSetAsRoot="Ϊ·"
+sdxMenuExportToPDF="PDFʽ"
+sdxMenuFile="ļ(&F)"
+sdxMenuFileClose="ر(&N)"
+sdxMenuFileDesign="(&D)..."
+sdxMenuFileExit="ر(&C)"
+sdxMenuFileLoad="ȡ(&L)"
+sdxMenuFileOptions="ѡ"
+sdxMenuFilePageSetup="ҳ(&U)..."
+sdxMenuFilePrint="ӡ(&P)..."
+sdxMenuFilePrintDialog="ӡԻ"
+sdxMenuFileRebuild="ؽ(&R)"
+sdxMenuFileSave="(&S)"
+sdxMenuFileSaveAs="Ϊ(&A)..."
+sdxMenuFormat="ʽ(&O)"
+sdxMenuFormatAutoTextEntries="Զͼļ(&A)..."
+sdxMenuFormatDateTime="ʱ(&T)..."
+sdxMenuFormatFootnotes="ע(&N)..."
+sdxMenuFormatHeaderAndFooter="ҳüҳ(&H)"
+sdxMenuFormatHFBackground="ҳü/ҳű..."
+sdxMenuFormatHFClear="ı"
+sdxMenuFormatPageBackground="(&K)..."
+sdxMenuFormatPageNumbering="ҳ(&N)..."
+sdxMenuFormatShrinkToPage="Ӧҳ(&F)"
+sdxMenuFormatTitle="(&I)..."
+sdxMenuGotoPage="ת(&G)"
+sdxMenuGotoPageFirst="ҳ(&F)"
+sdxMenuGotoPageLast="βҳ(&L)"
+sdxMenuGotoPageNext="һҳ(&N)"
+sdxMenuGotoPagePrev="һҳ(&P)"
+sdxMenuHelp="(&H)"
+sdxMenuHelpAbout="(&A)..."
+sdxMenuHelpTopics="(&T)..."
+sdxMenuInsert="(&I)"
+sdxMenuInsertAutoText="Զͼļ(&A)"
+sdxMenuInsertAutoTextEntries="Զͼļб"
+sdxMenuInsertAutoTextEntriesSubItem="Զͼļ(&S)"
+sdxMenuInsertDate="(&D)"
+sdxMenuInsertDateTime="ʱ"
+sdxMenuInsertEditAutoTextEntries="Զͼļ(&X)..."
+sdxMenuInsertMachineName="(&M)"
+sdxMenuInsertPageNumber="ҳ(&P)"
+sdxMenuInsertPageOfPages="ҳҳ(&G)"
+sdxMenuInsertTime="ʱ(&T)"
+sdxMenuInsertTotalPages="ҳ(&N)"
+sdxMenuInsertUserName="û(&U)"
+sdxMenuLoad="ȡ(&L)..."
+sdxMenuNewMenu="½˵"
+sdxMenuPages="ҳ(&P)"
+sdxMenuPreview="Ԥ(&V)..."
+sdxMenuPrintStyles="ӡʽ"
+sdxMenuShortcutAutoText="Զͼļ"
+sdxMenuShortcutExplorer="Դ"
+sdxMenuShortCutMenus="ݲ˵"
+sdxMenuShortcutPreview="Ԥ"
+sdxMenuShortcutThumbnails="ͼ"
+sdxMenuShowEmptyPages="ʾհҳ(&E)"
+sdxMenuThumbnailsLarge="ͼ(&L)"
+sdxMenuThumbnailsSmall="Сͼ(&S)"
+sdxMenuTools="(&T)"
+sdxMenuToolsCustomize="Զ(&C)..."
+sdxMenuToolsOptions="ѡ(&O)..."
+sdxMenuView="ͼ(&V)"
+sdxMenuViewExplorer="Դ(&X)"
+sdxMenuViewFlatToolBarButtons="ƽ湤ť(&F)"
+sdxMenuViewHFClose="ر(&C)"
+sdxMenuViewHFSwitchHeaderFooter="ʾҳü/ҳ(&S)"
+sdxMenuViewLargeToolBarButtons="ť(&L)"
+sdxMenuViewMargins="ҳ߾(&M)"
+sdxMenuViewMarginsStatusBar="ҳ߾(&A)"
+sdxMenuViewPagesFooters="ҳ(&R)"
+sdxMenuViewPagesHeaders="ҳü(&H)"
+sdxMenuViewPagesStatusBar="״̬(&S)"
+sdxMenuViewSwitchToCenterPart="лм"
+sdxMenuViewSwitchToFooter="ҳ"
+sdxMenuViewSwitchToHeader="ҳü"
+sdxMenuViewSwitchToLeftPart="л"
+sdxMenuViewSwitchToRightPart="лҲ"
+sdxMenuViewThumbnails="ͼ(&U)"
+sdxMenuViewToolBars="(&T)"
+sdxMenuZoom="(&Z)"
+sdxMenuZoomFourPages="ҳ(&F)"
+sdxMenuZoomMultiplyPages="ҳ(&M)"
+sdxMenuZoomPageWidth="ҳ(&W)"
+sdxMenuZoomPercent100="100%(&1)"
+sdxMenuZoomSetup="(&S)..."
+sdxMenuZoomTwoPages="ҳ(&T)"
+sdxMenuZoomWholePage="ҳ(&H)"
+sdxMenuZoomWidenToSourceWidth="չԭʼ(&O)"
+sdxMiscellaneous=""
+sdxMissingComponent="ȱ"""
+sdxMode="ģʽ(&M):"
+sdxModelBandCaption=""
+sdxMonth="·"
+sdxMoveDown=""
+sdxMoveUp=""
+sdxMultipleRecords="¼(&M)"
+sdxName="(&N):"
+sdxName1="˹"
+sdxName2=""
+sdxNameCaption=""
+sdxNavBarAddChildGroup=""
+sdxNavBarAddGroup="ӷ"
+sdxNavBarAddItem=""
+sdxNavBarAddSeparator="ӷָ"
+sdxNavBarClose="ر(&C)"
+sdxNavBarCollapseAll="ȫ۵"
+sdxNavBarCustomizationCaption="Զ"
+sdxNavBarDelete="ɾ"
+sdxNavBarExpandAll="ȫչ"
+sdxNavBarItemsDesignerCaptionFormat="%s - "
+sdxNavBarMoveDown="(&D)"
+sdxNavBarMoveUp="(&U)"
+sdxNavBarNewGroupCaption="½"
+sdxNavBarNewGroupsCaption=":"
+sdxNavBarNewItemsCaption=":"
+sdxNavBarOffice11AddRemoveButtons="ӻɾť(&A)"
+sdxNavBarOffice11ShowFewerButtons="ʾٵİť(&F)"
+sdxNavBarOffice11ShowMoreButtons="ʾ϶İť(&M)"
+sdxNavigationPaneCollapseBar=""
+sdxNavigationPaneCollapseBarHint="չ"
+sdxNavigationPaneExpandNavPaneSignHint="չ"
+sdxNavigationPaneMinimizeNavPaneSignHint="С"
+sdxNavigationPaneOverflowPanelCustomizeHint="ðť"
+sdxNewCompositionCaption="½"
+sdxNewExplorerFolderItem="½ļ"
+sdxNewReport="±"
+sdxNewStyleRepositoryWasCreated="µʽ"%s"Ѵ"
+sdxNodeAutoHeight="ڵԶ߶(&N)"
+sdxNodeExpanding="չڵ"
+sdxNoDefaultPrintDevice="ûѡĬϴӡ"
+sdxNodes="ڵ(&N)"
+sdxNodesGrid="ڵ"
+sdxNone="()"
+sdxNoPages="ûпʾҳ"
+sdxNorth=""
+sdxNotes="ע"
+sdxNotPrinting="ǰӡӡ"
+sdxNovember="ʮһ"
+sdxNovemberShort="ʮһ"
+sdxOctober="ʮ"
+sdxOctoberShort="ʮ"
+sdxOddColor="ɫ(&L):"
+sdxOddFont=""
+sdxOf=""
+sdxOfficeNavigationBarCancel="ȡ"
+sdxOfficeNavigationBarCompactNavigation="ർ(&C)"
+sdxOfficeNavigationBarCustomizationDlgCaption="ѡ"
+sdxOfficeNavigationBarDisplayInThisOrder="ʾ˳"
+sdxOfficeNavigationBarMaxVisibleItems="ҪʾĿ:"
+sdxOfficeNavigationBarNavigationOptionsMenuItem="ѡ(&V)..."
+sdxOfficeNavigationBarOk="ȷ"
+sdxOfficeNavigationBarReset="(&R)"
+sdxOldFormat="Ƥݰ汾ExpressSkins汾.\\nƤܶȡһƥİ汾."
+sdxOleCryptoContainerInternalError="뱣ĵʱڲ."
+sdxOleCryptoContainerInvalidPassword="ṩDzȷ."
+sdxOleCryptoContainerUnsupportedEncryptor="ֵ֧ļܳ(: %d)."
+sdxOneGroupPerPage="ÿҳһ"
+sdxOneResourcePerPage="ÿҳһԴ(&R)"
+sdxOnEveryPage="ÿҳ"
+sdxOneWrappingPerPage="ÿҳһ(&O)"
+sdxOnlyActiveDetails="ǰϸ"
+sdxOnlyComponentsInActiveForm="ֻʾǰ(&F)"
+sdxOnlyComponentsWithoutLinks="ֻʾб(&W)"
+sdxOnlySelected="ֻѡ(&S)"
+sdxOpenFileDialogDefaultTitle=""
+sdxOpenFileDialogOkCaption=""
+sdxOptions="ѡ"
+sdxOrderNoCaption=""
+sdxOrgChartEditorCancelButton="ȡ"
+sdxOrgChartEditorCaption="TdxOrgChart ༭"
+sdxOrgChartEditorChildAlign="Ӷ(&A)"
+sdxOrgChartEditorColor="ɫ(&C)"
+sdxOrgChartEditorHeight="߶(&H)"
+sdxOrgChartEditorHintAntialiasing="ݿ/"
+sdxOrgChartEditorHintApplyForAllChildren="ѡ"
+sdxOrgChartEditorHintDeleteItem="ɾĿ"
+sdxOrgChartEditorHintInsertItem="Ŀ"
+sdxOrgChartEditorHintInsertSubItem=""
+sdxOrgChartEditorHintRotate="90ת/"
+sdxOrgChartEditorHintZoom="/ر"
+sdxOrgChartEditorImageAlign="ͼ"
+sdxOrgChartEditorImageIndex="ͼ"
+sdxOrgChartEditorItems=""
+sdxOrgChartEditorProperties=""
+sdxOrgChartEditorShape="״(&S)"
+sdxOrgChartEditorText="ı"
+sdxOrgChartEditorWidth="(&W)"
+sdxOrientation=" "
+sdxOutOfResources="Դ"
+sdxOutsideMargins="һҳ߾೬ҳĿɴӡ"
+sdxOutsideMarginsMessage="һҳ߾೬ҳĿɴӡ.\\nǷ ?"
+sdxOutsideMarginsMessage2="һҳ߾೬ҳĿɴӡ.\\nѡť,ʵҳ߾."
+sdxOverThenDown="к(&V)"
+sdxOverwriteFolderMessageText="ļ"%s"ѰΪ"%s"ļ.\\n\\nеļͬ\\nƶƽ滻.㻹?\\nҪƶƸļ?"
+sdxOverwriteItemMessageText="ļ"%s"ѰĿ"%s".\\n\\n븲еĿ?"
+sdxPage="ҳ"
+sdxPageBackground=" ҳ汳"
+sdxPageNumbering="ҳ"
+sdxPages="ҳ"
+sdxPageSetupCaption="ҳ"
+sdxPageSetupDialogAlignWithMargins="ҳҳ߾"
+sdxPageSetupDialogBlackAndWhite="ֽ"
+sdxPageSetupDialogButtonCancel="ȡ"
+sdxPageSetupDialogButtonCustomHeaderFooter="Զ ҳͷ/ҳ"
+sdxPageSetupDialogButtonOK="ȷ"
+sdxPageSetupDialogButtonPrint="&Pӡ..."
+sdxPageSetupDialogButtonPrintPreview="ӡԤ&w..."
+sdxPageSetupDialogCaption="ҳ \n"
+sdxPageSetupDialogCenterHorizontally="ˮƽ"
+sdxPageSetupDialogCenterOnPage="ҳ"
+sdxPageSetupDialogCenterVertically="ֱ"
+sdxPageSetupDialogDownThenOver="к"
+sdxPageSetupDialogFooter="ҳ:"
+sdxPageSetupDialogHeader="ҳͷ:"
+sdxPageSetupDialogHeaderFooter="ҳͷ/ҳ"
+sdxPageSetupDialogMarginBottom=":"
+sdxPageSetupDialogMarginFooter=":"
+sdxPageSetupDialogMarginHeader="ͷ:"
+sdxPageSetupDialogMarginLeft=":"
+sdxPageSetupDialogMarginRight=":"
+sdxPageSetupDialogMargins="߾"
+sdxPageSetupDialogMarginTop=":"
+sdxPageSetupDialogOverThenDown="к"
+sdxPageSetupDialogPage="ҳ"
+sdxPageSetupDialogPageFirstPageNumber="һҳ:"
+sdxPageSetupDialogPageOrder="ӡ˳"
+sdxPageSetupDialogPageOrientation=""
+sdxPageSetupDialogPageOrientationLandscape="&L"
+sdxPageSetupDialogPageOrientationPortrait="&t"
+sdxPageSetupDialogPaperSize="ֽŴС:"
+sdxPageSetupDialogPrint="ӡ"
+sdxPageSetupDialogPrintArea="ӡ:"
+sdxPageSetupDialogPrintCellErrorsMode="Ԫ:"
+sdxPageSetupDialogPrintCellErrorsModeBlank="<հ>"
+sdxPageSetupDialogPrintCellErrorsModeDash="--"
+sdxPageSetupDialogPrintCellErrorsModeDisplayed="ʾ"
+sdxPageSetupDialogPrintCellErrorsModeNA="õЧֵ"
+sdxPageSetupDialogPrintCommentsMode="ע:"
+sdxPageSetupDialogPrintCommentsModeAsDisplayed="ʾ"
+sdxPageSetupDialogPrintCommentsModeAtEnd="ĩ"
+sdxPageSetupDialogPrintCommentsModeNode="()"
+sdxPageSetupDialogPrintDraftQuality="ݸ"
+sdxPageSetupDialogPrintGridlines=""
+sdxPageSetupDialogPrintRowAndColumnHeadings="кб"
+sdxPageSetupDialogPrintTitles="ӡ"
+sdxPageSetupDialogPrintTitlesColumnsToRepeat="Ҫظ:"
+sdxPageSetupDialogPrintTitlesRowsToRepeat="Ҫڶظ:"
+sdxPageSetupDialogScaleWithDocument="ĵ"
+sdxPageSetupDialogScaling=""
+sdxPageSetupDialogScalingAdjustTo="Ӧ:"
+sdxPageSetupDialogScalingAdjustToSuffix="% С"
+sdxPageSetupDialogScalingFitTo="ʺ:"
+sdxPageSetupDialogScalingFitToPageTall="ߵ"
+sdxPageSetupDialogScalingFitToPageWide="ҳ"
+sdxPageSetupDialogTabSheetCaption=" \n"
+sdxPageSetupDialogUnitsInches="Ӣ"
+sdxPageSetupDialogUnitsMillimeters=""
+sdxPageSetupHeaderFooterDialogButtonCancel="ȡ"
+sdxPageSetupHeaderFooterDialogButtonOK="ȷ"
+sdxPageSetupHeaderFooterDialogCaption="ҳͷ/ҳ"
+sdxPageSetupHeaderFooterDialogCenterFooter="ҳ:"
+sdxPageSetupHeaderFooterDialogCenterHeader="ҳͷ:"
+sdxPageSetupHeaderFooterDialogDescription="Ҫҳ롢ڡʱѡ:ڱ༭жλ,Ȼѡʵİť."
+sdxPageSetupHeaderFooterDialogHintInsertDate=""
+sdxPageSetupHeaderFooterDialogHintInsertPageNumber="ҳ"
+sdxPageSetupHeaderFooterDialogHintInsertPageTotal="ҳ"
+sdxPageSetupHeaderFooterDialogHintInsertSheetName="빤"
+sdxPageSetupHeaderFooterDialogHintInsertTime="ʱ"
+sdxPageSetupHeaderFooterDialogLeftFooter="ҳ:"
+sdxPageSetupHeaderFooterDialogLeftHeader="ҳͷ:"
+sdxPageSetupHeaderFooterDialogRightFooter="ҳ:"
+sdxPageSetupHeaderFooterDialogRightHeader="ҳͷ:"
+sdxPagesSuffix=" ҳ(s)"
+sdxPagesWideBy="ҳ(&W)"
+sdxPageWidth="ҳ"
+sdxPaginateByControlDetails="ؼϸϢ"
+sdxPaginateByControls="ؼ"
+sdxPaginateByGroups=""
+sdxPaginateByItems=""
+sdxPagination="ҳ"
+sdxPaintItemsGraphics="Ŀͼʾ(&P)"
+sdxPaintMode="ͼģʽ(&M)"
+sdxPaintModeCenter=""
+sdxPaintModeProportional=""
+sdxPaintModeStretch=""
+sdxPaintModeTile="ƽ"
+sdxPaper=" ֽŴС "
+sdxPaperDimension="ߴ"
+sdxPaperHeight="߶(&E):"
+sdxPaperSize="ֽŴС:"
+sdxPaperSource="ֽԴ(&U):"
+sdxPaperType="(&Y)"
+sdxPaperWidth="(&W):"
+sdxParagraphAlignmentCenter="м"
+sdxParagraphAlignmentJustify="˶"
+sdxParagraphAlignmentLeft=""
+sdxParagraphAlignmentRight=""
+sdxParagraphFirstLineIndentHanging=""
+sdxParagraphFirstLineIndentIndented=""
+sdxParagraphFirstLineIndentNone="()"
+sdxParagraphLineSpacingAtLeast=""
+sdxParagraphLineSpacingDouble="˫"
+sdxParagraphLineSpacingExactly="ȷ"
+sdxParagraphLineSpacingMultiple=""
+sdxParagraphLineSpacingSesquialteral="1.5"
+sdxParagraphLineSpacingSingle="һ"
+sdxParagraphOutlineLeve0="ı"
+sdxParagraphOutlineLeve1="1"
+sdxParagraphOutlineLeve2="2"
+sdxParagraphOutlineLeve3="3"
+sdxParagraphOutlineLeve4="4"
+sdxParagraphOutlineLeve5="5"
+sdxParagraphOutlineLeve6="6"
+sdxParagraphOutlineLeve7="7"
+sdxParagraphOutlineLeve8="8"
+sdxParagraphOutlineLeve9="9"
+sdxPark=""
+sdxPasswordDialogButtonCancel="ȡ"
+sdxPasswordDialogButtonOK="ȷ"
+sdxPasswordDialogCaption="뱣"
+sdxPasswordDialogCaptionConfirm="ȷ"
+sdxPasswordDialogPassword=" U(&E):"
+sdxPasswordDialogPasswordConfirmation="(&P):"
+sdxPasswordDialogPasswordNotes=": ʧ,ָܻ.ڰȫط."
+sdxPasswordDialogPasswordNotMatch="ȷ벻ƥ."
+sdxPasteSpecialDialogButtonCancel="ȡ"
+sdxPasteSpecialDialogButtonOK="ȷ"
+sdxPasteSpecialDialogCaption="ѡճ"
+sdxPasteSpecialDialogPasteColumnWidths="п(&W)"
+sdxPasteSpecialDialogPasteComments="ע(&M)"
+sdxPasteSpecialDialogPasteFormat="ճΪ(&A):"
+sdxPasteSpecialDialogPasteFormulas="ʽ(&F)"
+sdxPasteSpecialDialogPasteOptions="ճ"
+sdxPasteSpecialDialogPasteSkinBlanks="յԪ(&S)"
+sdxPasteSpecialDialogPasteStyles="ʽ(&S)"
+sdxPasteSpecialDialogPasteStylesAll="ȫ(&A)"
+sdxPasteSpecialDialogPasteStylesNumberFormatting="ָʽ(&N)"
+sdxPasteSpecialDialogPasteValues="ֵ(&V)"
+sdxPattern="ͼ(&P)"
+sdxPatternDarkDownwardDiagonal="¶Խɫ"
+sdxPatternDarkHorizontal="ɫ"
+sdxPatternDarkUpwardDiagonal="϶Խɫ"
+sdxPatternDarkVertical="ɫ"
+sdxPatternDashedDownward="¶Խ"
+sdxPatternDashedHorizontal=""
+sdxPatternDashedUpward="϶Խ"
+sdxPatternDashedVertical=""
+sdxPatternDiagonalBrick="Խש"
+sdxPatternDivot="Ƥ"
+sdxPatternDottedDiamond="ʽ"
+sdxPatternDottedGrid=""
+sdxPatternGray10="10%"
+sdxPatternGray20="20%"
+sdxPatternGray25="25%"
+sdxPatternGray30="30%"
+sdxPatternGray40="40%"
+sdxPatternGray5="5%"
+sdxPatternGray50="50%"
+sdxPatternGray60="60%"
+sdxPatternGray70="70%"
+sdxPatternGray75="75%"
+sdxPatternGray80="80%"
+sdxPatternGray90="90%"
+sdxPatternHorizantalBrick="ש"
+sdxPatternIsNotRegistered="ͼ"%s"ûע"
+sdxPatternLargeCheckedBoard=""
+sdxPatternLargeConfetti="ֽм"
+sdxPatternLargeGrid=""
+sdxPatternLightDownwardDiagonal="¶Խdzɫ"
+sdxPatternLightHorizontal="dzɫ"
+sdxPatternLightUpwardDiagonal="϶Խdzɫ"
+sdxPatternLightVertical="dzɫ"
+sdxPatternNarrowHorizontal="խ"
+sdxPatternNarrowVertical="խ"
+sdxPatternOutlinedDiamond=""
+sdxPatternPlaid="ͼ"
+sdxPatternShingle=""
+sdxPatternSmallCheckedBoard="С"
+sdxPatternSmallConfetti="Сֽм"
+sdxPatternSmallGrid="С"
+sdxPatternSolidDiamond="ʵ"
+sdxPatternSphere=""
+sdxPatternTrellis=""
+sdxPatternWave=""
+sdxPatternWeave="֯"
+sdxPatternWideDownwardDiagonal="¶Խ"
+sdxPatternWideUpwardDiagonal="϶Խ"
+sdxPatternZigZag="֮"
+sdxPaymentAmount=""
+sdxPaymentType="ʽ"
+sdxPDFDialogAuthor=""
+sdxPDFDialogCaption="PDF ѡ"
+sdxPDFDialogCompressed="ѹ"
+sdxPDFDialogCreator=""
+sdxPDFDialogDocumentInfoTabSheet="ĵϢ(&D)"
+sdxPDFDialogEmbedFonts="Ƕ"
+sdxPDFDialogExportSettings=""
+sdxPDFDialogExportTabSheet="(&E)"
+sdxPDFDialogKeywords="ؼ"
+sdxPDFDialogMaxCompression="ѹ"
+sdxPDFDialogMaxQuality=""
+sdxPDFDialogOpenAfterExport=""
+sdxPDFDialogPageRageTabSheet="ҳ(&P)"
+sdxPDFDialogSecurityAllowChanging="ĵ"
+sdxPDFDialogSecurityAllowComments=""
+sdxPDFDialogSecurityAllowCopy="ݸƺȡ"
+sdxPDFDialogSecurityAllowDocumentAssemble="ĵ"
+sdxPDFDialogSecurityAllowPrint="ӡ"
+sdxPDFDialogSecurityAllowPrintHiResolution="ʹø߷ֱʴӡ"
+sdxPDFDialogSecurityEnabled=""
+sdxPDFDialogSecurityMethod=":"
+sdxPDFDialogSecurityOwnerPassword=":"
+sdxPDFDialogSecuritySettings="ȫ"
+sdxPDFDialogSecurityUserPassword="û:"
+sdxPDFDialogSignatureContactInfo="ϵʽ:"
+sdxPDFDialogSignatureDetails="ϸ"
+sdxPDFDialogSignatureDigitalID="֤(ID)"
+sdxPDFDialogSignatureExpirationDateColumnCaption="ֹ"
+sdxPDFDialogSignatureFileName="ļ:"
+sdxPDFDialogSignatureIssuer=":"
+sdxPDFDialogSignatureIssuerColumnCaption=""
+sdxPDFDialogSignatureLocation="λ:"
+sdxPDFDialogSignatureOpenDlgDigitalIDFile="IDļ"
+sdxPDFDialogSignatureOpenDlgTitle="IDļ"
+sdxPDFDialogSignaturePasswordDialogCaption="˽Կ"
+sdxPDFDialogSignatureReason=":"
+sdxPDFDialogSignatureRequiredDigitalID="ûָ֤."
+sdxPDFDialogSignatureRequiredDigitalIDPassword="벻ȷ."
+sdxPDFDialogSignatureSettings="ǩ"
+sdxPDFDialogSignatureUseCertificateFromFileStore="ļʹ֤"
+sdxPDFDialogSignatureUseCertificateFromSystemStore="ʹϵͳ洢е֤"
+sdxPDFDialogSignatureViewCertificate="鿴֤..."
+sdxPDFDialogSubject=""
+sdxPDFDialogTabDocInfo="ĵϢ(&D)"
+sdxPDFDialogTabExport="(&E)"
+sdxPDFDialogTabPages="ҳ(&P)"
+sdxPDFDialogTabSecurity="ȫ(&S)"
+sdxPDFDialogTabSignature="ǩ"
+sdxPDFDialogTitle=""
+sdxPDFDialogUseCIDFonts="ʹ CID "
+sdxPDFDialogUseJPEGCompression="ʹ JPEG ѹͼ"
+sdxPDFDocumentIncorrectPassword="ṩ벻ȷ."
+sdxPDFDocumentInvalidFormatMessage="ĵʽܱʶΪЧPDF."
+sdxPDFViewerActionCloseDocumentCaption=""
+sdxPDFViewerActionCloseDocumentHint="رĵ"
+sdxPDFViewerActionFindCaption=""
+sdxPDFViewerActionFindHint="ı"
+sdxPDFViewerActionGoToFirstPageCaption="һҳ"
+sdxPDFViewerActionGoToFirstPageHint="ʾһҳ"
+sdxPDFViewerActionGoToLastPageCaption="һҳ \n"
+sdxPDFViewerActionGoToLastPageHint="ʾһҳ"
+sdxPDFViewerActionGoToNextPageCaption="һҳ"
+sdxPDFViewerActionGoToNextPageHint="ʾһҳ \n"
+sdxPDFViewerActionGoToNextViewCaption="һͼ"
+sdxPDFViewerActionGoToNextViewHint="תһͼ"
+sdxPDFViewerActionGoToPrevPageCaption="һҳ"
+sdxPDFViewerActionGoToPrevPageHint="ʾһҳ"
+sdxPDFViewerActionGoToPrevViewCaption="һͼ"
+sdxPDFViewerActionGoToPrevViewHint="صǰͼ"
+sdxPDFViewerActionHandToolCaption="ֹ"
+sdxPDFViewerActionNavigationCaption=""
+sdxPDFViewerActionOpenDocumentCaption=""
+sdxPDFViewerActionOpenDocumentHint="һ PDFļ"
+sdxPDFViewerActionPrintCaption="&ӡ"
+sdxPDFViewerActionPrintHint="ӡ"
+sdxPDFViewerActionRotateClockwiseCaption="˳ʱ뷽ת"
+sdxPDFViewerActionRotateClockwiseHint="˳ʱתǰͼ"
+sdxPDFViewerActionRotateCounterclockwiseCaption="ʱ뷽ת"
+sdxPDFViewerActionRotateCounterclockwiseHint="ʱתǰͼ"
+sdxPDFViewerActionRotateViewCaption="תͼ"
+sdxPDFViewerActionSelectAllCaption="ȫѡ"
+sdxPDFViewerActionSelectAllHint="ѡĵеı"
+sdxPDFViewerActionSelectToolCaption="ѡ"
+sdxPDFViewerActionZoomActualSizeCaption="ʵʳߴ"
+sdxPDFViewerActionZoomFitWidthCaption="ʿ"
+sdxPDFViewerActionZoomInCaption="Ŵ"
+sdxPDFViewerActionZoomInHint="ŴԻPDFĵдͼ"
+sdxPDFViewerActionZoomListCaption=""
+sdxPDFViewerActionZoomListHint="PDFĵż"
+sdxPDFViewerActionZoomOutCaption="С"
+sdxPDFViewerActionZoomOutHint="СԲ鿴Сҳ"
+sdxPDFViewerActionZoomToPageLevelCaption="Ŵҳ漶"
+sdxPDFViewerBookmarkPopupMenuGoToBookmark="תǩ"
+sdxPDFViewerBookmarkPopupMenuPrintPages="ӡҳ(s)"
+sdxPDFViewerBookmarkPopupMenuPrintSections="ӡ½(s)"
+sdxPDFViewerBookmarksOptionsPopupMenuCollapseTopLevelBookmarks="۵ǩ"
+sdxPDFViewerBookmarksOptionsPopupMenuExpandCurrentBookmark="չǰǩ"
+sdxPDFViewerBookmarksOptionsPopupMenuExpandTopLevelBookmarks="չǩ"
+sdxPDFViewerBookmarksOptionsPopupMenuHideAfterUse="ʹú"
+sdxPDFViewerBookmarksOptionsPopupMenuLargeTextSize=""
+sdxPDFViewerBookmarksOptionsPopupMenuMediumTextSize=""
+sdxPDFViewerBookmarksOptionsPopupMenuSmallTextSize="С"
+sdxPDFViewerBookmarksOptionsPopupMenuTextSize="ıС"
+sdxPDFViewerBytes="ֽ"
+sdxPDFViewerDocumentPropertiesDialogAdvanced=""
+sdxPDFViewerDocumentPropertiesDialogApplication="Ӧó:"
+sdxPDFViewerDocumentPropertiesDialogAuthor=":"
+sdxPDFViewerDocumentPropertiesDialogCaption="ĵ"
+sdxPDFViewerDocumentPropertiesDialogCreated=":"
+sdxPDFViewerDocumentPropertiesDialogDescription="˵"
+sdxPDFViewerDocumentPropertiesDialogFile="ļ:"
+sdxPDFViewerDocumentPropertiesDialogFileSize="ļС:"
+sdxPDFViewerDocumentPropertiesDialogKeywords="ؼ:"
+sdxPDFViewerDocumentPropertiesDialogLocation="ص:"
+sdxPDFViewerDocumentPropertiesDialogModified=":"
+sdxPDFViewerDocumentPropertiesDialogNumberOfPages="ҳ:"
+sdxPDFViewerDocumentPropertiesDialogPageSize="ҳС:"
+sdxPDFViewerDocumentPropertiesDialogProducer=":"
+sdxPDFViewerDocumentPropertiesDialogRevision=""
+sdxPDFViewerDocumentPropertiesDialogSubject=":"
+sdxPDFViewerDocumentPropertiesDialogTitle=":"
+sdxPDFViewerDocumentPropertiesDialogVersion="汾:"
+sdxPDFViewerFindPanelFindCaption=""
+sdxPDFViewerFindPanelNextButtonCaption="һ"
+sdxPDFViewerFindPanelPopupMenuCaseSensitive="ִСд"
+sdxPDFViewerFindPanelPopupMenuWholeWords="ֻ仰"
+sdxPDFViewerFindPanelPreviousButtonCaption="һ"
+sdxPDFViewerGoToFirstPageActionCaption="һҳ"
+sdxPDFViewerGoToFirstPageActionHint="ʾһҳ"
+sdxPDFViewerGoToLastPageActionCaption="һҳ"
+sdxPDFViewerGoToLastPageActionHint="ʾһҳ"
+sdxPDFViewerGoToNextPageActionCaption="һҳ"
+sdxPDFViewerGoToNextPageActionHint="ʾһҳ."
+sdxPDFViewerGoToPrevPageActionCaption="һҳ"
+sdxPDFViewerGoToPrevPageActionHint="ʾһҳ"
+sdxPDFViewerNavigationActionCaption=""
+sdxPDFViewerNavigationPageAttachmentDescriptionCaption="˵:"
+sdxPDFViewerNavigationPageAttachmentFileNameCaption=": "
+sdxPDFViewerNavigationPageAttachmentFileSizeCaption="С: "
+sdxPDFViewerNavigationPageAttachmentModifiedCaption=": "
+sdxPDFViewerNavigationPageAttachmentsCaption=""
+sdxPDFViewerNavigationPageBookmarksCaption="ǩ"
+sdxPDFViewerNavigationPageCollapseButtonHint="۵"
+sdxPDFViewerNavigationPageExpandBookmarkButtonHint="չǰǩ"
+sdxPDFViewerNavigationPageExpandButtonHint="չ"
+sdxPDFViewerNavigationPageHideButtonHint=""
+sdxPDFViewerNavigationPageOpenAttachmentButtonHint="ڱӦóдļ"
+sdxPDFViewerNavigationPageOptionsButtonHint="ѡ"
+sdxPDFViewerNavigationPageSaveAttachmentButtonHint="渽"
+sdxPDFViewerNavigationPageThumbnailsCaption="ҳͼ"
+sdxPDFViewerNavigationPageThumbnailsSizeTrackBarHint="ҳͼ"
+sdxPDFViewerOpenDocumentActionCaption=""
+sdxPDFViewerOpenDocumentActionHint="PDFļ"
+sdxPDFViewerPagePlacementAndScaling="ú"
+sdxPDFViewerPasswordDialogButtonCancel="ȡ"
+sdxPDFViewerPasswordDialogButtonOK="ȷ"
+sdxPDFViewerPasswordDialogCaption=""
+sdxPDFViewerPasswordDialogPassword=":"
+sdxPDFViewerPasswordDialogProtectedDocument="ĵ뱣.ЧûԴ."
+sdxPDFViewerPopupMenuCopyImage="ͼƬ"
+sdxPDFViewerPopupMenuCopyText=""
+sdxPDFViewerPopupMenuDocumentProperties="ĵ..."
+sdxPDFViewerPopupMenuOpenAttachmentFileText="ļ"
+sdxPDFViewerPopupMenuPrint="ӡ..."
+sdxPDFViewerPopupMenuSaveAttachmentFileText="Ƕļ浽..."
+sdxPDFViewerPrintAsImage="ӡΪͼ"
+sdxPDFViewerRotatePages180DegreesDirection="180"
+sdxPDFViewerRotatePagesAllOrientationSubset="κηҳ"
+sdxPDFViewerRotatePagesAllPagesSubset="ȫ"
+sdxPDFViewerRotatePagesClockwise90DegreesDirection="˳ʱת90"
+sdxPDFViewerRotatePagesCounterclockwise90DegreesDirection="ʱת90"
+sdxPDFViewerRotatePagesDialogCaption="תҳ"
+sdxPDFViewerRotatePagesEvenPagesSubset="żҳ"
+sdxPDFViewerRotatePagesLandscapeOrientationSubset=""
+sdxPDFViewerRotatePagesOddPagesSubset="ҳ"
+sdxPDFViewerRotatePagesPageNumbersSubset="&ҳ:"
+sdxPDFViewerRotatePagesPageOrientation="&:"
+sdxPDFViewerRotatePagesPageRange="ҳ淶Χ:ѡ%d%dҳ"
+sdxPDFViewerRotatePagesPageSubset="ҳӼ"
+sdxPDFViewerRotatePagesPortraitOrientationSubset=""
+sdxPDFViewerRotatePagesRotation="&ת:"
+sdxPDFViewerTextSearchingCompleteMessage="ɶĵ.Ҳƥ."
+sdxPDFViewerTextSearchingNoMatchesFoundMessage="ɶĵ.Ҳƥ."
+sdxPDFViewerThumbnailPopupMenuEnlargePageThumbnails="Ŵҳͼ"
+sdxPDFViewerThumbnailPopupMenuPrintPages="ӡҳ(s)"
+sdxPDFViewerThumbnailPopupMenuReducePageThumbnails="ҳͼ"
+sdxPDFViewerThumbnailPopupMenuRotatePages="תҳ..."
+sdxPDFViewerUnitsInches="Ӣ"
+sdxPDFViewerZoom100ActionCaption="100%"
+sdxPDFViewerZoom10ActionCaption="10%"
+sdxPDFViewerZoom125ActionCaption="125%"
+sdxPDFViewerZoom150ActionCaption="150%"
+sdxPDFViewerZoom200ActionCaption="200%"
+sdxPDFViewerZoom25ActionCaption="25%"
+sdxPDFViewerZoom400ActionCaption="400%"
+sdxPDFViewerZoom500ActionCaption="500%"
+sdxPDFViewerZoom50ActionCaption="50%"
+sdxPDFViewerZoom75ActionCaption="75%"
+sdxPDFViewerZoomActualSizeActionCaption="ʵʳߴ"
+sdxPDFViewerZoomFitVisible="ʺϿɼ"
+sdxPDFViewerZoomFitWidth="ʺϿ"
+sdxPDFViewerZoomInActionCaption="Ŵ"
+sdxPDFViewerZoomInActionHint="ŴPDFĵ"
+sdxPDFViewerZoomListActionCaption=""
+sdxPDFViewerZoomListActionHint="ıPDFĵż"
+sdxPDFViewerZoomOutActionCaption="С"
+sdxPDFViewerZoomOutActionHint="СPDFĵ"
+sdxPDFViewerZoomToPageLevel="Ŵҳȼ"
+sdxPenColor="ֱɫ"
+sdxPenStyleDash="ۺ"
+sdxPenStyleDashDot=""
+sdxPenStyleDashDotDot="ۺŵ"
+sdxPenStyleDot=""
+sdxPenStyleSolid="ʵ"
+sdxPercentOfNormalSize="% С"
+sdxPicture="ͼƬ(&I)"
+sdxPivotGridColumnHeader="ͷ"
+sdxPivotGridContent=""
+sdxPivotGridFieldHeader="ֶα"
+sdxPivotGridHeaderBackground="ⱳ"
+sdxPivotGridPrefilter="Ԥ"
+sdxPivotGridRowHeader="б"
+sdxPlan="ͼ"
+sdxPNFormatsCaption="ҳʽ"
+sdxPNFormatsChangeDefaultFormat="ǷıĬҳʽƥ"%s" ?"
+sdxPNFormatsContinueFromPrevious="ǰ(&C)"
+sdxPNFormatsNumberFormat="ָʽ(&F):"
+sdxPNFormatsStartAt="ʼҳ(&A):"
+sdxPopupMenuFlatButtons="ƽ水ť(&F)"
+sdxPopupMenuLargeButtons="ť(&L)"
+sdxPortrait="(&O)"
+sdxPosition="λ(&P)"
+sdxPositioning="λ"
+sdxPredefinedFunctions="Ԥ庯"
+sdxPreferenceDlgCaption="ѡ"
+sdxPreferenceDlgFlatBtns="ƽ湤ť(&F)"
+sdxPreferenceDlgLargeBtns="ť(&L)"
+sdxPreferenceDlgMargingWhileDragging="ҷʱʾҳ߾ʾ(&D)"
+sdxPreferenceDlgMargins="ҳ߾(&M) "
+sdxPreferenceDlgMarginsColor="ҳ߾ɫ(&C):"
+sdxPreferenceDlgMarginsHints="ҳ߾ʾ(&H)"
+sdxPreferenceDlgMeasurementUnits="λ(&U):"
+sdxPreferenceDlgSaveForRunTimeToo="(&R)"
+sdxPreferenceDlgShow=" ʾ(&S) "
+sdxPreferenceDlgTab1="(&G)"
+sdxPreferenceDlgZoomScroll="(&Z)"
+sdxPreferenceDlgZoomStep="ű(&P):"
+sdxPrefilter="Ԥ(&P)"
+sdxPressEscToCancel=""Escȡ"
+sdxPreview="Ԥ(&W)"
+sdxPreviewAutoHeight="Զ߶(&U)"
+sdxPreviewBottomMargin="±߾"
+sdxPreviewColor="Ԥɫ(&P):"
+sdxPreviewFont="Ԥ"
+sdxPreviewFooterMargin="ҳ"
+sdxPreviewHeaderMargin="ҳü"
+sdxPreviewLeftMargin="߽"
+sdxPreviewLineCount="Ԥ(&T):"
+sdxPreviewMaxLineCount="(&M): "
+sdxPreviewNoPages="ûпʾҳ"
+sdxPreviewNotRegistered="ûעԤ"
+sdxPreviewOutOfResources="Դ"
+sdxPreviewPage="ҳ(&P)"
+sdxPreviewRightMargin="ұ߽"
+sdxPreviewStyle="Ԥ"
+sdxPreviewTab="Ԥ"
+sdxPreviewText="AaBbCcYyZz"
+sdxPreviewTopMargin="ϱ߾"
+sdxPreviewUnitsCentimeters=""
+sdxPreviewUnitsInches="Ӣ"
+sdxPreviewUnitsMillimeters=""
+sdxPreviewUnitsPicas=""
+sdxPreviewUnitsPoints="pt"
+sdxPriceCaption="۸"
+sdxPrimaryTimeZone="Ҫ"
+sdxPrintDeviceError="ӡ !"
+sdxPrintDeviceIsBusy="ӡæ"
+sdxPrintDeviceNotReady="ӡδװûо"
+sdxPrintDialogAll="(&A)"
+sdxPrintDialogAllPages=""
+sdxPrintDialogCaption="ӡ"
+sdxPrintDialogCollateCopies="ݴӡ(&T)"
+sdxPrintDialogComment="ע:"
+sdxPrintDialogCopies=" "
+sdxPrintDialogCurrentPage="ǰҳ(&E)"
+sdxPrintDialogEvenPages="żҳ"
+sdxPrintDialogInPrintingState="ӡڴӡ.\\nԺ."
+sdxPrintDialogInvalidPageRanges="Чҳ뷶Χ"
+sdxPrintDialogName="(&N):"
+sdxPrintDialogNoPrinters="ûаװӡ. Ҫװӡ, \n[ʼ˵|||ӡ],˫[Ӵӡ]. \nĻϵָʾɴӡװ."
+sdxPrintDialogNumberOfCopies="(&C):"
+sdxPrintDialogNumberOfPages="ҳ(&U):"
+sdxPrintDialogOddPages="ҳ"
+sdxPrintDialogOpenDlgAllFiles="ļ"
+sdxPrintDialogOpenDlgPrinterFiles="ӡļ"
+sdxPrintDialogOpenDlgTitle="ѡļ"
+sdxPrintDialogPageNumbersOutOfRange="ҳ볬Χ (%d - %d)"
+sdxPrintDialogPageRange="ҳ淶Χ "
+sdxPrintDialogPages="ҳ(&P):"
+sdxPrintDialogPrinter="ӡ "
+sdxPrintDialogPrintStyles="ӡʽ(&Y) "
+sdxPrintDialogPrintToFile="ӡļ(&F)"
+sdxPrintDialogPSBusy="æ"
+sdxPrintDialogPSDoorOpen="ͨ"
+sdxPrintDialogPSError=""
+sdxPrintDialogPSInitializing="ڳʼ"
+sdxPrintDialogPSIOActive="Ч"
+sdxPrintDialogPSManualFeed="ֹֽ"
+sdxPrintDialogPSNotAvailable=""
+sdxPrintDialogPSNoToner="ûī"
+sdxPrintDialogPSOFFLine="ѻ"
+sdxPrintDialogPSOutBinFull=""
+sdxPrintDialogPSOutOfMemory="ڴ"
+sdxPrintDialogPSPagePunt="ҳƽ"
+sdxPrintDialogPSPaperJam="ֽ"
+sdxPrintDialogPSPaperOut="ֽ"
+sdxPrintDialogPSPaperProblem="ֽ"
+sdxPrintDialogPSPaused="ͣ"
+sdxPrintDialogPSPendingDeletion="ɾ"
+sdxPrintDialogPSPrinting="ڴӡ"
+sdxPrintDialogPSPrintingAndWaiting="ڴӡ:%dĵ,ȴ"
+sdxPrintDialogPSProcessing="ڴ"
+sdxPrintDialogPSReady=""
+sdxPrintDialogPSTonerLow="ī۽"
+sdxPrintDialogPSUserIntervention="û"
+sdxPrintDialogPSWaiting="ڵȴ"
+sdxPrintDialogPSWarningUp="Ԥ"
+sdxPrintDialogRangeLegend="ҳŻҳ淶Χö(,)ָ.: 1,3,5-12."
+sdxPrintDialogRequiredPageNumbers="ҳ"
+sdxPrintDialogSelection="ѡ(&S)"
+sdxPrintDialogStatus="״̬:"
+sdxPrintDialogType=":"
+sdxPrintDialogWhere="λ:"
+sdxPrintedBy="ӡ "
+sdxPrintedOn="ӡ "
+sdxPrinterIndexError="ӡΧ"
+sdxPrinting="ӡ"
+sdxPrintingReport="ڴӡ:%dҳ. ESCж'"
+sdxPrintingReportStatusText="ӡ - "Escȡ"
+sdxPrintOrder=" ӡ "
+sdxPrintPreview="ӡԤ"
+sdxPrintRangeEnd="(&E):"
+sdxPrintRanges="ӡΧ"
+sdxPrintRangeStart="ʼ(&S):"
+sdxPrintStyleCaptionAgenda="ʽ"
+sdxPrintStyleCaptionDaily="ÿʽ"
+sdxPrintStyleCaptionDetails="ϸʽ"
+sdxPrintStyleCaptionMemo="עʽ"
+sdxPrintStyleCaptionMonthly="ÿʽ"
+sdxPrintStyleCaptionTimeLine="ʱʽ"
+sdxPrintStyleCaptionTrifold="ʽ"
+sdxPrintStyleCaptionWeekly="ÿʽ"
+sdxPrintStyleCaptionYearly="ÿʽ"
+sdxPrintStyleDailyLayout1PPD="1 ҳ/"
+sdxPrintStyleDailyLayout2PPD="2 ҳ/"
+sdxPrintStyleDetailsStartNewPageEach="ʼһҳÿ:"
+sdxPrintStyleDontPrintWeekEnds="ӡĩ(&D)"
+sdxPrintStyleInclude=":"
+sdxPrintStyleIncludeNotesAreaBlank="ע(հ)(&B)"
+sdxPrintStyleIncludeNotesAreaLined="ע()(&L)"
+sdxPrintStyleIncludeTaskPad="(&P)"
+sdxPrintStyleLayout="(&L):"
+sdxPrintStyleMemoPrintOnlySelectedEvents="ӡѡ¼"
+sdxPrintStyleMemoStartEachItemOnNewPage="һҳϵÿĿ"
+sdxPrintStyleMonthlyLayout1PPM="1 ҳ/"
+sdxPrintStyleMonthlyLayout2PPM="2 ҳ/"
+sdxPrintStyleMonthlyPrintExactly1MPP="ӡÿҳһµ(&E)"
+sdxPrintStyleMonthPerPage="/ҳ(&M):"
+sdxPrintStyleNameDaily=""
+sdxPrintStyleNameDetails="ϸϢ"
+sdxPrintStyleNameMemo="ע"
+sdxPrintStyleNameMonthly=""
+sdxPrintStyleNameTrifold=""
+sdxPrintStyleNameWeekly=""
+sdxPrintStylePrimaryPageHeadersOnly="ҳ"
+sdxPrintStylePrimaryPageScalesOnly="ҳ"
+sdxPrintStylePrintFrom="ӡ(&F):"
+sdxPrintStylePrintTo="ӡ(&T):"
+sdxPrintStyleShowEventImages="ʾͼƬ"
+sdxPrintStyleShowResourceImages="ʾԴͼ"
+sdxPrintStyleTrifoldSectionLeft="IJ(&L):"
+sdxPrintStyleTrifoldSectionMiddle="мIJ(&M):"
+sdxPrintStyleTrifoldSectionModeDailyCalendar=""
+sdxPrintStyleTrifoldSectionModeMonthlyCalendar=""
+sdxPrintStyleTrifoldSectionModeNotesBlank="ע (հ)"
+sdxPrintStyleTrifoldSectionModeNotesLined="ע ()"
+sdxPrintStyleTrifoldSectionModeTaskPad=""
+sdxPrintStyleTrifoldSectionModeWeeklyCalendar=""
+sdxPrintStyleTrifoldSectionRight="Ҳಿ(&R):"
+sdxPrintStyleWeeklyArrange="(&A):"
+sdxPrintStyleWeeklyArrangeL2R=""
+sdxPrintStyleWeeklyArrangeT2B="ϵ"
+sdxPrintStyleWeeklyDaysLayout="첼(&D):"
+sdxPrintStyleWeeklyDaysLayoutOC="һ"
+sdxPrintStyleWeeklyDaysLayoutTC=""
+sdxPrintStyleWeeklyLayout1PPW="1 ҳ/"
+sdxPrintStyleWeeklyLayout2PPW="2 ҳ/"
+sdxPrintStyleWorkTimeOnly="ڹʱ(&W)"
+sdxPrintStyleYearly12MPP="12 /ҳ"
+sdxPrintStyleYearly1MPP="1 /ҳ"
+sdxPrintStyleYearly2MPP="2 /ҳ"
+sdxPrintStyleYearly3MPP="3 /ҳ"
+sdxPrintStyleYearly4MPP="4 /ҳ"
+sdxPrintStyleYearly6MPP="6 /ҳ"
+sdxPrintUsingGrayShading="ʹûɫӰӡ(&G)"
+sdxProcessExactSelection="ȷѡ(&X)"
+sdxProcessSelection="ѡ(&S)"
+sdxProperties="(&P)"
+sdxProtectSheetDialogAllowDeleteColumns="ɾ"
+sdxProtectSheetDialogAllowDeleteRows="ɾ"
+sdxProtectSheetDialogAllowEditContainers="༭"
+sdxProtectSheetDialogAllowEditHyperlinks="༭"
+sdxProtectSheetDialogAllowFormatCells="ʽ"
+sdxProtectSheetDialogAllowInsertColumns=""
+sdxProtectSheetDialogAllowInsertRows=""
+sdxProtectSheetDialogAllowResizeColumns="п"
+sdxProtectSheetDialogAllowResizeRows="и"
+sdxProtectSheetDialogAllowSelectLockedCells="ѡԪ"
+sdxProtectSheetDialogAllowSelectUnlockedCells="ѡδԪ"
+sdxProtectSheetDialogAllowSort=""
+sdxProtectSheetDialogButtonCancel="ȡ"
+sdxProtectSheetDialogButtonOK="ȷ"
+sdxProtectSheetDialogCaption="ҳ"
+sdxProtectSheetDialogPassword="(&P)δ"
+sdxProtectSheetDialogPermissions="˹û:"
+sdxProtectSheetDialogProtect="ԪĹ"
+sdxProtectWorkbookDialogButtonCancel="ȡ"
+sdxProtectWorkbookDialogButtonOK="ȷ"
+sdxProtectWorkbookDialogCaption="ṹ"
+sdxProtectWorkbookDialogPassword="(&P)(ѡ);"
+sdxProtectWorkbookDialogProtectionOptions=""
+sdxProtectWorkbookDialogProtectStructure="(&S)ṹ"
+sdxPSReportFiles="ļ"
+sdxPt="pt."
+sdxPurchaseMonth="·"
+sdxPurchaseQuarter=""
+sdxPureColorAqua="dzɫ"
+sdxPureColorBlack="ɫ"
+sdxPureColorBlue="ɫ"
+sdxPureColorCream="ɫ"
+sdxPureColorFuchsia="Ϻɫ"
+sdxPureColorGray="ɫ"
+sdxPureColorGreen="ɫ"
+sdxPureColorLime="dzɫ"
+sdxPureColorMaroon="ɫ"
+sdxPureColorMedGray="лɫ"
+sdxPureColorMoneyGreen="Ǯɫ"
+sdxPureColorNavy=""
+sdxPureColorOlive=""
+sdxPureColorPurple="ɫ"
+sdxPureColorRed="ɫ"
+sdxPureColorSilver="ɫ"
+sdxPureColorSkyBlue="ɫ"
+sdxPureColorTeal="ɫ"
+sdxPureColorWhite="ɫ"
+sdxPureColorYellow="ɫ"
+sdxQuantity=""
+sdxQuarter=""
+sdxQuarterAbbreviation1="Qtr"
+sdxQuarterAbbreviation2="Q"
+sdxQueryNewPasswordForm=""
+sdxQueryNewPasswordInvalidPasswordConfirmation="."
+sdxQueryNewPasswordPassword="(ѡ)(&E):"
+sdxQueryNewPasswordRepeatPassword="ٴ(&P):"
+sdxQueryPasswordForm=""
+sdxQueryPasswordPassword=":"
+sdxRangeControlRangeIsEmpty="ΧΪ"
+sdxRangeEditingPermissionsAddUsers="û"
+sdxRangeEditingPermissionsButtonApply="Ӧ"
+sdxRangeEditingPermissionsEnterUserNames="û,÷ֺŷָ:"
+sdxRangeEditingPermissionsForm="༭Ȩ"
+sdxRangeEditingPermissionsGroups=":"
+sdxRangeEditingPermissionsInvalidUserNames="Ϊʵǵ,˲бһЩû."
+sdxRangeEditingPermissionsMoreUsers="û..."
+sdxRangeEditingPermissionsUsers="û:"
+sdxRectangle=""
+sdxRecurrenceLabelCaption="ظ:"
+sdxRecurrenceNoneMessage="()"
+sdxRecurrencePatternLabelCaption="ѭģʽ:"
+sdxRefinements=""
+sdxRegular=""
+sdxRename="(&M)"
+sdxRenameDialogCaption=""
+sdxRenameDialogSheetName=":"
+sdxRepeatHeaderRowAtTop="ڶظ"
+sdxReplaceCellsDataConfirmation="Ѿ.Ҫ滻?"
+sdxReportCellClassNotRegistered="%sûע. \nȷӦıӵԪѾӵӦó"
+sdxReportDesignerCaption=""
+sdxReportDocumentIsCorrupted="(ļDZļ)"
+sdxReportExplorer=""
+sdxReportFileLoadError="ܶȡļ"%s".\\nļ,һûӦó.\\n\\nԭԭʼ."
+sdxReportFootnotesDlgCaption="ҳ"
+sdxReportGroupNullLookAndFeel=""
+sdxReportGroupOfficeLookAndFeel="칫"
+sdxReportGroupStandardLookAndFeel=""
+sdxReportGroupWebLookAndFeel="ҳ"
+sdxReportLinksTab="ʦ"
+sdxReportTitleDlgCaption=""
+sdxRequiredFileName="ļ."
+sdxResourceCountPerPage="Դ/ҳ(&R):"
+sdxReverseDiagonalStripeFillPattern="Խ"
+sdxReverseOnEvenPages="żҳ෴(&R)"
+sdxRibbonColorGalleryAutoColor="Զ"
+sdxRibbonColorGalleryGroupCustomColors="Զɫ"
+sdxRibbonColorGalleryGroupStandardColors="ɫ"
+sdxRibbonColorGalleryGroupThemeColors="ɫ"
+sdxRibbonColorGalleryMoreColors="ɫ(&M)..."
+sdxRibbonCustomizationFormAddErrorMsg="ҪӵԶ. \nҪһ,бѡһѡ,½."
+sdxRibbonCustomizationFormAllCommands=""
+sdxRibbonCustomizationFormAllTabs="ѡ"
+sdxRibbonCustomizationFormBeginGroup="<ָ>"
+sdxRibbonCustomizationFormCaptionAdd="(&A)"
+sdxRibbonCustomizationFormCaptionAddNewContext="µ(&C)"
+sdxRibbonCustomizationFormCaptionAddNewGroup="·(&G)"
+sdxRibbonCustomizationFormCaptionAddNewTab="ѡ(&T)"
+sdxRibbonCustomizationFormCaptionCancel="ȡ(&C)"
+sdxRibbonCustomizationFormCaptionCommandsSource="ѡ(&H):"
+sdxRibbonCustomizationFormCaptionMoveDown="(&D)"
+sdxRibbonCustomizationFormCaptionMoveUp="(&U)"
+sdxRibbonCustomizationFormCaptionNewElement="(&A)"
+sdxRibbonCustomizationFormCaptionOK="ȷ(&O)"
+sdxRibbonCustomizationFormCaptionQuickAccessToolbar="Զٷʹ(&Q):"
+sdxRibbonCustomizationFormCaptionQuickAccessToolbarShowBelowRibbon="ʾڹ·ٷʹ"
+sdxRibbonCustomizationFormCaptionQuickAccessToolbarTitle="Զٷʹ"
+sdxRibbonCustomizationFormCaptionRemove="ɾ(&R)"
+sdxRibbonCustomizationFormCaptionRename="(&M)..."
+sdxRibbonCustomizationFormCaptionReset="(&E)"
+sdxRibbonCustomizationFormCaptionResetAllCustomizations="Զ(&L)"
+sdxRibbonCustomizationFormCaptionResetOnlySelectedTab="ѡѡ(&S)"
+sdxRibbonCustomizationFormCaptionResetSelectedTab="ѡ(&B)"
+sdxRibbonCustomizationFormCaptionRibbonSource="Զ幦(&B):"
+sdxRibbonCustomizationFormCaptionRibbonTitle="Զ幦"
+sdxRibbonCustomizationFormCaptionShowTab="ʾѡ(&S)"
+sdxRibbonCustomizationFormCommandsNotInTheRibbon="ڹе"
+sdxRibbonCustomizationFormCustomElementSuffix=" (Զ)"
+sdxRibbonCustomizationFormCustomGroups="Զ"
+sdxRibbonCustomizationFormCustomTabsAndGroups="Զѡͷ"
+sdxRibbonCustomizationFormDelimiterContextTab=" | "
+sdxRibbonCustomizationFormDisplayName="ʾ"
+sdxRibbonCustomizationFormMainTabs="ѡ"
+sdxRibbonCustomizationFormNewContext="½"
+sdxRibbonCustomizationFormNewGroup="½"
+sdxRibbonCustomizationFormNewTab="½ѡ"
+sdxRibbonCustomizationFormRename=""
+sdxRibbonCustomizationFormTabSuffix=" ѡ"
+sdxRibbonCustomizationFormToolTabs="ѡ"
+sdxRibbonPrintPreviewClosePrintPreview="رմӡԤ"
+sdxRibbonPrintPreviewGroupFormat="ʽ"
+sdxRibbonPrintPreviewGroupInsertName=""
+sdxRibbonPrintPreviewGroupInsertPageNumber="ҳ"
+sdxRibbonPrintPreviewGroupNavigation=""
+sdxRibbonPrintPreviewGroupOutput=""
+sdxRibbonPrintPreviewGroupParts=""
+sdxRibbonPrintPreviewGroupReport=""
+sdxRibbonPrintPreviewGroupScaleToFit=""
+sdxRibbonPrintPreviewGroupZoom=""
+sdxRibbonPrintPreviewPagesSubItem="ҳ"
+sdxRichEditBookmarkDialogBookmarkName="ǩ(&B):"
+sdxRichEditBookmarkDialogButtonAdd="(&A)"
+sdxRichEditBookmarkDialogButtonCancel="ر"
+sdxRichEditBookmarkDialogButtonDelete="ɾ(&D)"
+sdxRichEditBookmarkDialogButtonGoTo="ת(&G)"
+sdxRichEditBookmarkDialogForm="ǩ"
+sdxRichEditBookmarkDialogSortBy=":"
+sdxRichEditBookmarkDialogSortByLocation="λ(&L)"
+sdxRichEditBookmarkDialogSortByName="(&N)"
+sdxRichEditBorderLineStyleNone=""
+sdxRichEditBorderShadingDialogAll="ȫ(&A)"
+sdxRichEditBorderShadingDialogApplyTo="Ӧõ(&L):"
+sdxRichEditBorderShadingDialogApplyToCell="Ԫ"
+sdxRichEditBorderShadingDialogApplyToTable=""
+sdxRichEditBorderShadingDialogBorderLineColor="ɫ(&C):"
+sdxRichEditBorderShadingDialogBorderLineStyle="ʽ(&Y):"
+sdxRichEditBorderShadingDialogBorderLineWeight="(&W):"
+sdxRichEditBorderShadingDialogBorders="߿(&B)"
+sdxRichEditBorderShadingDialogBox="(&X)"
+sdxRichEditBorderShadingDialogButtonOptions="ѡ(&O)..."
+sdxRichEditBorderShadingDialogCustom="Զ(&U)"
+sdxRichEditBorderShadingDialogForm="߿Ӱ"
+sdxRichEditBorderShadingDialogGrid="(&D)"
+sdxRichEditBorderShadingDialogNoColor="ûɫ"
+sdxRichEditBorderShadingDialogNone="(&N)"
+sdxRichEditBorderShadingDialogPreview="Ԥ"
+sdxRichEditBorderShadingDialogPreviewTxt="·ͼʾʹðťӦñ߿"
+sdxRichEditBorderShadingDialogShading="Ӱ(&S)"
+sdxRichEditBorderShadingDialogShadingFill=""
+sdxRichEditBulletedListDialogAlignedAt="(&A):"
+sdxRichEditBulletedListDialogBulletCharacter="Ŀַ(&U)"
+sdxRichEditBulletedListDialogBulletPosition="Ŀλ"
+sdxRichEditBulletedListDialogButtonCharacter="ַ(&C)..."
+sdxRichEditBulletedListDialogForm="ԶĿб"
+sdxRichEditBulletedListDialogIndentAt="(&I):"
+sdxRichEditBulletedListDialogTextPosition="ıλ"
+sdxRichEditCaption_EvenPageFooter="żҳҳ"
+sdxRichEditCaption_EvenPageHeader="żҳҳü"
+sdxRichEditCaption_FirstPageFooter="һҳҳ"
+sdxRichEditCaption_FirstPageHeader="һҳҳü"
+sdxRichEditCaption_OddPageFooter="ҳҳ"
+sdxRichEditCaption_OddPageHeader="ҳҳü"
+sdxRichEditCaption_PageFooter="ҳ(&F)"
+sdxRichEditCaption_PageHeader="ͷ"
+sdxRichEditCaption_SameAsPrevious="һͬ"
+sdxRichEditCaptionUnitCentimeters=""
+sdxRichEditCaptionUnitInches="Ӣ"
+sdxRichEditCaptionUnitMillimeters=""
+sdxRichEditCaptionUnitPercent="ٷֱ"
+sdxRichEditCaptionUnitPoints="pt"
+sdxRichEditColumnsSetupDialogApplyTo="Ӧõ(&A):"
+sdxRichEditColumnsSetupDialogColumnCount="(&N):"
+sdxRichEditColumnsSetupDialogColumnNumber=" #(&C):"
+sdxRichEditColumnsSetupDialogColumnsPresetLeft=""
+sdxRichEditColumnsSetupDialogColumnsPresetOne="һ(&O)"
+sdxRichEditColumnsSetupDialogColumnsPresetRight="(&R)"
+sdxRichEditColumnsSetupDialogColumnsPresetThree="(&T)"
+sdxRichEditColumnsSetupDialogColumnsPresetTwo="(&W)"
+sdxRichEditColumnsSetupDialogEqualColumnWidth="еȿ(&E)"
+sdxRichEditColumnsSetupDialogForm=""
+sdxRichEditColumnsSetupDialogLineBetween="м(&B)"
+sdxRichEditColumnsSetupDialogPresets="Ԥ"
+sdxRichEditColumnsSetupDialogSpacing="(&S)"
+sdxRichEditColumnsSetupDialogStartNewColumn="ʼ(&U)"
+sdxRichEditColumnsSetupDialogWidth="(&I)"
+sdxRichEditColumnsSetupDialogWidthSpacing="Ⱥͼ"
+sdxRichEditCommandAddParagraphsToTableOfContentsDescription="ǰΪݱеĿ."
+sdxRichEditCommandAddParagraphsToTableOfContentsMenuCaption="ı"
+sdxRichEditCommandAddSpacingAfterParagraphDescription=" "
+sdxRichEditCommandAddSpacingAfterParagraphMenuCaption="κӿո(&A)"
+sdxRichEditCommandAddSpacingBeforeParagraphDescription=" "
+sdxRichEditCommandAddSpacingBeforeParagraphMenuCaption="ǰӿո(&B)"
+sdxRichEditCommandAddWordToDictionaryDescription="ӵĿ¼"
+sdxRichEditCommandAddWordToDictionaryMenuCaption="ӵĿ¼"
+sdxRichEditCommandAutoCorrectPlaceholderDescription="Զ"
+sdxRichEditCommandAutoCorrectPlaceholderMenuCaption="Զ"
+sdxRichEditCommandBackSpaceKeyDescription="̨"
+sdxRichEditCommandBackSpaceKeyMenuCaption="̨"
+sdxRichEditCommandBookmarkDescription="ǩ..."
+sdxRichEditCommandBookmarkMenuCaption="ǩ..."
+sdxRichEditCommandBrowserPrintDescription="ӡĵӡ."
+sdxRichEditCommandBrowserPrintMenuCaption="ӡ"
+sdxRichEditCommandBrowserPrintPreviewDescription="ӡǰԤ."
+sdxRichEditCommandBrowserPrintPreviewMenuCaption="Ԥ"
+sdxRichEditCommandCapitalizeEachWordTextCaseDescription="ÿĸд."
+sdxRichEditCommandCapitalizeEachWordTextCaseMenuCaption="ÿĸд"
+sdxRichEditCommandCaptionPrefixEquation="ʽ"
+sdxRichEditCommandCaptionPrefixFigure=""
+sdxRichEditCommandCaptionPrefixTable=""
+sdxRichEditCommandChangeCharacterStyleDescription="ַʽ"
+sdxRichEditCommandChangeCharacterStyleMenuCaption="ַʽ"
+sdxRichEditCommandChangeColumnCountDescription=""
+sdxRichEditCommandChangeColumnCountMenuCaption=""
+sdxRichEditCommandChangeColumnSizeDescription="ı"
+sdxRichEditCommandChangeColumnSizeMenuCaption="дС"
+sdxRichEditCommandChangeCurrentBorderRepositoryItemColorDescription="ıʵɫ."
+sdxRichEditCommandChangeCurrentBorderRepositoryItemColorMenuCaption="ɫ"
+sdxRichEditCommandChangeCurrentBorderRepositoryItemLineStyleDescription="ı߿ʽ."
+sdxRichEditCommandChangeCurrentBorderRepositoryItemLineStyleMenuCaption="ʽ"
+sdxRichEditCommandChangeCurrentBorderRepositoryItemLineThicknessDescription="߿."
+sdxRichEditCommandChangeCurrentBorderRepositoryItemLineThicknessMenuCaption=""
+sdxRichEditCommandChangeFloatingObjectAlignmentDescription="ҳ϶λѡĶ.ԶΪƶ."
+sdxRichEditCommandChangeFloatingObjectAlignmentMenuCaption="λ"
+sdxRichEditCommandChangeFloatingObjectFillColorDescription="ôɫѡ״."
+sdxRichEditCommandChangeFloatingObjectFillColorMenuCaption="״"
+sdxRichEditCommandChangeFloatingObjectOutlineColorDescription="ָѡ״ɫ."
+sdxRichEditCommandChangeFloatingObjectOutlineColorMenuCaption="״"
+sdxRichEditCommandChangeFloatingObjectOutlineWidthDescription="ָѡ״Ŀ."
+sdxRichEditCommandChangeFloatingObjectOutlineWidthMenuCaption="״"
+sdxRichEditCommandChangeFloatingObjectTextWrapTypeDescription="ѡΧֻƷʽ.Ҫö,ԱΧһƶ,ѡ \"ı\"."
+sdxRichEditCommandChangeFloatingObjectTextWrapTypeMenuCaption="Զ"
+sdxRichEditCommandChangeFontColorDescription="ıɫ."
+sdxRichEditCommandChangeFontColorMenuCaption="ɫ"
+sdxRichEditCommandChangeFontNameDescription="ı."
+sdxRichEditCommandChangeFontNameMenuCaption=""
+sdxRichEditCommandChangeFontSizeDescription="ıС."
+sdxRichEditCommandChangeFontSizeMenuCaption="С"
+sdxRichEditCommandChangeIndentDescription=""
+sdxRichEditCommandChangeIndentMenuCaption=""
+sdxRichEditCommandChangeLanguageDescription="ƴдѡֵ."
+sdxRichEditCommandChangeLanguageMenuCaption=""
+sdxRichEditCommandChangeMistakenWordDescription="(ûƴд)"
+sdxRichEditCommandChangeMistakenWordMenuCaption="(ûƴд)"
+sdxRichEditCommandChangeNoProofDescription="û֤"
+sdxRichEditCommandChangeNoProofMenuCaption="δ"
+sdxRichEditCommandChangePageColorDescription="ѡҳıɫ."
+sdxRichEditCommandChangePageColorMenuCaption="ҳɫ"
+sdxRichEditCommandChangeParagraphBackColorDescription="ѡı."
+sdxRichEditCommandChangeParagraphBackColorMenuCaption="Ӱ"
+sdxRichEditCommandChangeParagraphFirstLineIndentDescription="һ"
+sdxRichEditCommandChangeParagraphFirstLineIndentMenuCaption="һ"
+sdxRichEditCommandChangeParagraphLeftIndentDescription="Ķ"
+sdxRichEditCommandChangeParagraphLeftIndentMenuCaption="Ķ"
+sdxRichEditCommandChangeParagraphLineSpacingDescription="ı֮ļ.\\n\\nԶӶ֮ǰ֮Ŀռ."
+sdxRichEditCommandChangeParagraphLineSpacingMenuCaption="м"
+sdxRichEditCommandChangeParagraphRightIndentDescription="Ķ"
+sdxRichEditCommandChangeParagraphRightIndentMenuCaption="Ķ"
+sdxRichEditCommandChangeParagraphStyleDescription="任ʽ"
+sdxRichEditCommandChangeParagraphStyleMenuCaption="任ʽ"
+sdxRichEditCommandChangeSectionLineNumberingDescription="к."
+sdxRichEditCommandChangeSectionLineNumberingMenuCaption="к"
+sdxRichEditCommandChangeSectionPageMarginsDescription="ѡĵǰڵı߾С."
+sdxRichEditCommandChangeSectionPageMarginsMenuCaption="߾"
+sdxRichEditCommandChangeSectionPageOrientationDescription="лҳͺʽ."
+sdxRichEditCommandChangeSectionPageOrientationMenuCaption=""
+sdxRichEditCommandChangeSectionPagePaperKindDescription="ѡǰڵֽŴС."
+sdxRichEditCommandChangeSectionPagePaperKindMenuCaption="ߴ"
+sdxRichEditCommandChangeStyleDescription="ʽӦúıʹôʽ."
+sdxRichEditCommandChangeStyleMenuCaption="ʽ"
+sdxRichEditCommandChangeTableBordersDescription="ԶѡԪı߿."
+sdxRichEditCommandChangeTableBordersMenuCaption="߿"
+sdxRichEditCommandChangeTableCellAlignmentPlaceholderDescription="ԶѡĵԪĶ뷽ʽ."
+sdxRichEditCommandChangeTableCellAlignmentPlaceholderMenuCaption=""
+sdxRichEditCommandChangeTableCellsContentAlignmentDescription="Ԫ뷽ʽ"
+sdxRichEditCommandChangeTableCellsContentAlignmentMenuCaption="Ԫ뷽ʽ"
+sdxRichEditCommandChangeTableCellShadingDescription="ѡԪıɫ."
+sdxRichEditCommandChangeTableCellShadingMenuCaption="Ӱ"
+sdxRichEditCommandChangeTextCaseDescription="ѡıΪȫд,Сдĸ,ͨôд."
+sdxRichEditCommandChangeTextCaseMenuCaption="ĴСд"
+sdxRichEditCommandCheckSpellingDescription="ĵеıƴд."
+sdxRichEditCommandCheckSpellingMenuCaption="ƴд"
+sdxRichEditCommandCheckSyntaxDescription=""
+sdxRichEditCommandCheckSyntaxMenuCaption=""
+sdxRichEditCommandClearFormattingDescription="ѡݸʽ,ֻ´ı."
+sdxRichEditCommandClearFormattingMenuCaption="ʽ"
+sdxRichEditCommandClearUndoDescription=""
+sdxRichEditCommandClearUndoMenuCaption=""
+sdxRichEditCommandClosePageHeaderFooterDescription="رҳüҳŹ.\\n\\nҲ˫Ҫصĵ༭."
+sdxRichEditCommandClosePageHeaderFooterMenuCaption="رҳüҳ"
+sdxRichEditCommandCollapseOrExpandFormulaBarDescription="۵չʽ(Ctrl+Shift+U)"
+sdxRichEditCommandCollapseOrExpandFormulaBarMenuCaption="۵չʽ"
+sdxRichEditCommandCommentDescription="ѡͻʾĵеע."
+sdxRichEditCommandCommentMenuCaption="鿴ע"
+sdxRichEditCommandCopySelectionDescription="ѡݲڼ."
+sdxRichEditCommandCopySelectionMenuCaption="(&C)"
+sdxRichEditCommandCreateBookmarkDescription="ǩ"
+sdxRichEditCommandCreateBookmarkMenuCaption="ǩ"
+sdxRichEditCommandCreateCommentDescription="ע"
+sdxRichEditCommandCreateCommentMenuCaption="ע"
+sdxRichEditCommandCreateFieldDescription=""
+sdxRichEditCommandCreateFieldMenuCaption=""
+sdxRichEditCommandCreateHyperlinkDescription=""
+sdxRichEditCommandCreateHyperlinkMenuCaption=""
+sdxRichEditCommandCutSelectionDescription="ѡݴĵڼ."
+sdxRichEditCommandCutSelectionMenuCaption="(&T)"
+sdxRichEditCommandDecreaseFontSizeDescription="СС."
+sdxRichEditCommandDecreaseFontSizeMenuCaption="С"
+sdxRichEditCommandDecrementFontSizeDescription="СС"
+sdxRichEditCommandDecrementFontSizeMenuCaption="СС"
+sdxRichEditCommandDecrementIndentDescription="ٶ."
+sdxRichEditCommandDecrementIndentMenuCaption=""
+sdxRichEditCommandDecrementNumerationFromParagraphDescription="Ӷ俪ʼݼ"
+sdxRichEditCommandDecrementNumerationFromParagraphMenuCaption="Ӷ俪ʼݼ"
+sdxRichEditCommandDecrementParagraphLeftIndentDescription="ݼ˵"
+sdxRichEditCommandDecrementParagraphLeftIndentMenuCaption="ٶ"
+sdxRichEditCommandDecrementParagraphOutlineLevelDescription="ʹټ"
+sdxRichEditCommandDecrementParagraphOutlineLevelMenuCaption="ʹټ"
+sdxRichEditCommandDeleteBackCoreDescription="ɾغ"
+sdxRichEditCommandDeleteBackCoreMenuCaption="ɾغ"
+sdxRichEditCommandDeleteBackDescription="ɾ"
+sdxRichEditCommandDeleteBackMenuCaption="ɾ"
+sdxRichEditCommandDeleteBookmarkDescription="ɾǩ"
+sdxRichEditCommandDeleteBookmarkMenuCaption="ɾǩ"
+sdxRichEditCommandDeleteCommentDescription="ɾע"
+sdxRichEditCommandDeleteCommentMenuCaption="ɾע"
+sdxRichEditCommandDeleteCoreDescription="ɾ"
+sdxRichEditCommandDeleteCoreMenuCaption="ɾ"
+sdxRichEditCommandDeleteDescription="ɾ"
+sdxRichEditCommandDeleteMenuCaption="ɾ"
+sdxRichEditCommandDeleteNumerationFromParagraphDescription="ɾе"
+sdxRichEditCommandDeleteNumerationFromParagraphMenuCaption="ɾе"
+sdxRichEditCommandDeleteRepeatedWordDescription="ɾظĵ"
+sdxRichEditCommandDeleteRepeatedWordMenuCaption="ɾظĵ"
+sdxRichEditCommandDeleteTableCellsDescription="ɾСлԪ."
+sdxRichEditCommandDeleteTableCellsMenuCaption="ɾԪ..."
+sdxRichEditCommandDeleteTableCellsMenuItem="ɾԪ..."
+sdxRichEditCommandDeleteTableColumnsDescription="ɾ"
+sdxRichEditCommandDeleteTableColumnsMenuCaption="ɾ"
+sdxRichEditCommandDeleteTableDescription="ɾ."
+sdxRichEditCommandDeleteTableElementsDescription="ɾССԪ."
+sdxRichEditCommandDeleteTableElementsMenuCaption="ɾ"
+sdxRichEditCommandDeleteTableMenuCaption="ɾ"
+sdxRichEditCommandDeleteTableRowsDescription="ɾ"
+sdxRichEditCommandDeleteTableRowsMenuCaption="ɾ"
+sdxRichEditCommandDeleteTableStyleMenuCaption="ɾʽ..."
+sdxRichEditCommandDeleteWordBackCoreDescription="ɾд"
+sdxRichEditCommandDeleteWordBackCoreMenuCaption="ɾд"
+sdxRichEditCommandDeleteWordBackDescription="ɾд"
+sdxRichEditCommandDeleteWordBackMenuCaption="ɾд"
+sdxRichEditCommandDeleteWordCoreDescription="ɾֻɾֺ"
+sdxRichEditCommandDeleteWordCoreMenuCaption="ɾо"
+sdxRichEditCommandDeleteWordDescription="ɾ"
+sdxRichEditCommandDeleteWordMenuCaption="ɾ"
+sdxRichEditCommandDeselectAllDescription="ĵѡ."
+sdxRichEditCommandDeselectAllMenuCaption="ȡȫѡ"
+sdxRichEditCommandDraftViewDescription="ݸͼ"
+sdxRichEditCommandDraftViewMenuCaption="ݸͼ"
+sdxRichEditCommandEditHyperlinkDescription="༭..."
+sdxRichEditCommandEditHyperlinkMenuCaption="༭..."
+sdxRichEditCommandEditPageFooterDescription="༭ĵҳ.\\n\\nҳеݽÿһҳĵײ."
+sdxRichEditCommandEditPageFooterMenuCaption="ҳ"
+sdxRichEditCommandEditPageHeaderDescription="༭ĵҳü.\\n\\nҳüеݽÿһҳĶ."
+sdxRichEditCommandEditPageHeaderMenuCaption="ͷ"
+sdxRichEditCommandEditTOCMenuCaption="༭..."
+sdxRichEditCommandEncryptDocumentDescription="ĵ뱣."
+sdxRichEditCommandEncryptDocumentMenuCaption=""
+sdxRichEditCommandEnsureCaretVisibleHorizontallyDescription="ȷˮƽɼ"
+sdxRichEditCommandEnsureCaretVisibleHorizontallyMenuCaption="ȷˮƽɼ"
+sdxRichEditCommandEnsureCaretVisibleVerticallyDescription="ȷֱɼ"
+sdxRichEditCommandEnsureCaretVisibleVerticallyMenuCaption="ȷֱɼ"
+sdxRichEditCommandEnterKeyDescription="Կ"
+sdxRichEditCommandEnterKeyMenuCaption="Կ"
+sdxRichEditCommandFindAndSelectBackwardDescription="Һѡ"
+sdxRichEditCommandFindAndSelectBackwardMenuCaption="Һѡ"
+sdxRichEditCommandFindAndSelectForwardDescription="Ҳѡǰ"
+sdxRichEditCommandFindAndSelectForwardMenuCaption="Ҳѡǰ"
+sdxRichEditCommandFindDescription="ĵвı."
+sdxRichEditCommandFindMenuCaption=""
+sdxRichEditCommandFindNextDescription="ظϴ."
+sdxRichEditCommandFindNextMenuCaption="һ"
+sdxRichEditCommandFindPrevDescription="ظϴ."
+sdxRichEditCommandFindPrevMenuCaption="һ"
+sdxRichEditCommandFirstDataRecordDescription="һ¼"
+sdxRichEditCommandFirstDataRecordMenuCaption="һ¼"
+sdxRichEditCommandFitHeightDescription="ĵű༭ߴʹҳ߶."
+sdxRichEditCommandFitHeightMenuCaption="Ӧ߶"
+sdxRichEditCommandFitToPageDescription="ĵű,Ӧҳ༭ߴ."
+sdxRichEditCommandFitToPageMenuCaption="ʺҳ"
+sdxRichEditCommandFitWidthDescription="ĵű,ӦҳȶԱ༭ıߴ."
+sdxRichEditCommandFitWidthMenuCaption="Ӧ"
+sdxRichEditCommandFloatingObjectBringForwardDescription="úѡĶ,֮ǰĶ."
+sdxRichEditCommandFloatingObjectBringForwardMenuCaption="ú"
+sdxRichEditCommandFloatingObjectBringForwardPlaceholderDescription="ǰѡĶ,֮Ķ."
+sdxRichEditCommandFloatingObjectBringForwardPlaceholderMenuCaption="ǰ"
+sdxRichEditCommandFloatingObjectBringInFrontOfTextDescription=" "
+sdxRichEditCommandFloatingObjectBringInFrontOfTextMenuCaption="Ϸ"
+sdxRichEditCommandFloatingObjectBringToFrontDescription="Ϸ."
+sdxRichEditCommandFloatingObjectBringToFrontMenuCaption="ǰ"
+sdxRichEditCommandFloatingObjectSendBackwardDescription="ѡĶ,ǰĶ."
+sdxRichEditCommandFloatingObjectSendBackwardMenuCaption="һ"
+sdxRichEditCommandFloatingObjectSendBackwardPlaceholderDescription="ѡĶ,ǰĶ."
+sdxRichEditCommandFloatingObjectSendBackwardPlaceholderMenuCaption="ú"
+sdxRichEditCommandFloatingObjectSendBehindTextDescription=" "
+sdxRichEditCommandFloatingObjectSendBehindTextMenuCaption="·"
+sdxRichEditCommandFloatingObjectSendToBackDescription="·."
+sdxRichEditCommandFloatingObjectSendToBackMenuCaption="ú"
+sdxRichEditCommandFontSubscriptDescription="ı·dzС."
+sdxRichEditCommandFontSubscriptMenuCaption="±"
+sdxRichEditCommandFontSuperscriptDescription="ıϷdzС."
+sdxRichEditCommandFontSuperscriptMenuCaption="ϱ"
+sdxRichEditCommandGoToNextHeaderFooterDescription="һڵҳüҳ."
+sdxRichEditCommandGoToNextHeaderFooterMenuCaption="ʾһ"
+sdxRichEditCommandGoToPageDescription="תҳ"
+sdxRichEditCommandGoToPageFooterDescription="ҳҳ,ԱԱ༭."
+sdxRichEditCommandGoToPageFooterMenuCaption="תҳ"
+sdxRichEditCommandGoToPageHeaderDescription="ҳϵı,ԱԱ༭."
+sdxRichEditCommandGoToPageHeaderMenuCaption="ת"
+sdxRichEditCommandGoToPageMenuCaption="תҳ"
+sdxRichEditCommandGoToPreviousHeaderFooterDescription="ǰһҳüҳ."
+sdxRichEditCommandGoToPreviousHeaderFooterMenuCaption="ʾһ"
+sdxRichEditCommandHighlightTextDescription="ʹıӫ˱."
+sdxRichEditCommandHighlightTextMenuCaption="ָɫ"
+sdxRichEditCommandHyperlinkDescription="..."
+sdxRichEditCommandHyperlinkMenuCaption="..."
+sdxRichEditCommandIgnoreAllMistakenWordsDescription="ȫ"
+sdxRichEditCommandIgnoreAllMistakenWordsMenuCaption="ȫ"
+sdxRichEditCommandIgnoreMistakenWordDescription=""
+sdxRichEditCommandIgnoreMistakenWordMenuCaption=""
+sdxRichEditCommandIncreaseFontSizeDescription="С."
+sdxRichEditCommandIncreaseFontSizeMenuCaption=""
+sdxRichEditCommandIncrementFontSizeDescription="С"
+sdxRichEditCommandIncrementFontSizeMenuCaption="С"
+sdxRichEditCommandIncrementIndentDescription="Ӷ."
+sdxRichEditCommandIncrementIndentMenuCaption=""
+sdxRichEditCommandIncrementNumerationFromParagraphDescription="еĵ"
+sdxRichEditCommandIncrementNumerationFromParagraphMenuCaption="еĵ"
+sdxRichEditCommandIncrementParagraphLeftIndentDescription=""
+sdxRichEditCommandIncrementParagraphLeftIndentMenuCaption=""
+sdxRichEditCommandIncrementParagraphOutlineLevelDescription="ߴټ"
+sdxRichEditCommandIncrementParagraphOutlineLevelMenuCaption="ߴټ"
+sdxRichEditCommandInsertBreakDescription="ĵҳڻ."
+sdxRichEditCommandInsertBreakMenuCaption=""
+sdxRichEditCommandInsertBulletListDescription="ʼĿб."
+sdxRichEditCommandInsertBulletListMenuCaption="Ŀ"
+sdxRichEditCommandInsertCaptionPlaceholderDescription="ΪͼƬͼע.\\nע·ı."
+sdxRichEditCommandInsertCaptionPlaceholderMenuCaption=""
+sdxRichEditCommandInsertClosingDoubleQuotationMarkDescription="˫"
+sdxRichEditCommandInsertClosingDoubleQuotationMarkMenuCaption="˫"
+sdxRichEditCommandInsertClosingSingleQuotationMarkDescription="뵥"
+sdxRichEditCommandInsertClosingSingleQuotationMarkMenuCaption="뵥"
+sdxRichEditCommandInsertColumnBreakDescription="ʾıһпʼ."
+sdxRichEditCommandInsertColumnBreakMenuCaption=""
+sdxRichEditCommandInsertCopyrightSymbolDescription="Ȩ"
+sdxRichEditCommandInsertCopyrightSymbolMenuCaption="Ȩ"
+sdxRichEditCommandInsertEllipsisDescription="ʡԺ"
+sdxRichEditCommandInsertEllipsisMenuCaption="ʡԺ"
+sdxRichEditCommandInsertEmDashDescription="̻"
+sdxRichEditCommandInsertEmDashMenuCaption="̻"
+sdxRichEditCommandInsertEnDashDescription="Ӻ"
+sdxRichEditCommandInsertEnDashMenuCaption="Ӻ"
+sdxRichEditCommandInsertEquationCaptionDescription="һȵı."
+sdxRichEditCommandInsertEquationCaptionMenuCaption="ȵı"
+sdxRichEditCommandInsertFieldDescription="ֶ"
+sdxRichEditCommandInsertFieldMenuCaption="ֶ"
+sdxRichEditCommandInsertFigureCaptionDescription="һͼ."
+sdxRichEditCommandInsertFigureCaptionMenuCaption="ͼ"
+sdxRichEditCommandInsertFloatingObjectPictureDescription="ļͼƬ."
+sdxRichEditCommandInsertFloatingObjectPictureMenuCaption="ͼƬ"
+sdxRichEditCommandInsertHyperlinkDescription="ʽ"
+sdxRichEditCommandInsertHyperlinkMenuCaption="볬"
+sdxRichEditCommandInsertLineBreakDescription="뻻з"
+sdxRichEditCommandInsertLineBreakMenuCaption="뻻з"
+sdxRichEditCommandInsertMergeFieldDescription="ϲ."
+sdxRichEditCommandInsertMergeFieldMenuCaption="ϲ"
+sdxRichEditCommandInsertMultilevelListDescription="༶б."
+sdxRichEditCommandInsertMultilevelListMenuCaption="༶б"
+sdxRichEditCommandInsertNonBreakingSpaceDescription="ǶϿռ"
+sdxRichEditCommandInsertNonBreakingSpaceMenuCaption="ǶϿռ"
+sdxRichEditCommandInsertOpeningDoubleQuotationMarkDescription="˫"
+sdxRichEditCommandInsertOpeningDoubleQuotationMarkMenuCaption="˫"
+sdxRichEditCommandInsertOpeningSingleQuotationMarkDescription=""
+sdxRichEditCommandInsertOpeningSingleQuotationMarkMenuCaption=""
+sdxRichEditCommandInsertPageBreak2Description="ӵǰλÿʼһҳ."
+sdxRichEditCommandInsertPageBreak2MenuCaption="ҳ"
+sdxRichEditCommandInsertPageBreakDescription="ӵǰλÿʼһҳ."
+sdxRichEditCommandInsertPageBreakMenuCaption="ҳ"
+sdxRichEditCommandInsertPageCountFieldDescription="ĵҳ."
+sdxRichEditCommandInsertPageCountFieldMenuCaption="ҳ"
+sdxRichEditCommandInsertPageNumberFieldDescription="ĵвҳ."
+sdxRichEditCommandInsertPageNumberFieldMenuCaption="ҳ"
+sdxRichEditCommandInsertParagraphDescription=""
+sdxRichEditCommandInsertParagraphMenuCaption=""
+sdxRichEditCommandInsertPictureDescription="ļвǶͼƬ."
+sdxRichEditCommandInsertPictureMenuCaption="ǶͼƬ"
+sdxRichEditCommandInsertRegisteredTrademarkSymbolDescription="ע̱"
+sdxRichEditCommandInsertRegisteredTrademarkSymbolMenuCaption="ע̱"
+sdxRichEditCommandInsertSectionBreakContinuousDescription="һֽڷͬһҳϿʼ½."
+sdxRichEditCommandInsertSectionBreakContinuousMenuCaption=" ()"
+sdxRichEditCommandInsertSectionBreakEvenPageDescription="һֽڷһżҳϿʼ½."
+sdxRichEditCommandInsertSectionBreakEvenPageMenuCaption=" (żҳ)"
+sdxRichEditCommandInsertSectionBreakNextPageDescription="һֽڷһҳϿʼ½."
+sdxRichEditCommandInsertSectionBreakNextPageMenuCaption=" (һҳ)"
+sdxRichEditCommandInsertSectionBreakOddPageDescription="һֽڷһҳϿʼ½."
+sdxRichEditCommandInsertSectionBreakOddPageMenuCaption=" (ҳ)"
+sdxRichEditCommandInsertSimpleListDescription="ʼŵб."
+sdxRichEditCommandInsertSimpleListMenuCaption=""
+sdxRichEditCommandInsertSymbolDescription="ü̲,Ȩš ̱š Ǻ Unicode ַķ."
+sdxRichEditCommandInsertSymbolMenuCaption=""
+sdxRichEditCommandInsertTabDescription="Ʊ"
+sdxRichEditCommandInsertTableCaptionDescription="ӱ."
+sdxRichEditCommandInsertTableCaptionMenuCaption=""
+sdxRichEditCommandInsertTableCellsDescription="뵥Ԫ"
+sdxRichEditCommandInsertTableCellsMenuCaption="뵥Ԫ"
+sdxRichEditCommandInsertTableColumnToTheLeftDescription="ֱѡеһ."
+sdxRichEditCommandInsertTableColumnToTheLeftMenuCaption="߲"
+sdxRichEditCommandInsertTableColumnToTheRightDescription="ֱѡеҲһ."
+sdxRichEditCommandInsertTableColumnToTheRightMenuCaption="ұ߲"
+sdxRichEditCommandInsertTableDescription="ĵвһ."
+sdxRichEditCommandInsertTableElementMenuCaption=""
+sdxRichEditCommandInsertTableMenuCaption=""
+sdxRichEditCommandInsertTableOfContentsDescription="ĵӱ.\\nһݱ,ıťĿ."
+sdxRichEditCommandInsertTableOfContentsMenuCaption=""
+sdxRichEditCommandInsertTableOfEquationsDescription="һ̱ĵ.\\ṉĵейʽб."
+sdxRichEditCommandInsertTableOfEquationsMenuCaption="ͬı"
+sdxRichEditCommandInsertTableOfFiguresDescription="ĵвһֱ.\\nֱĵеб."
+sdxRichEditCommandInsertTableOfFiguresMenuCaption="ͼĿ¼"
+sdxRichEditCommandInsertTableOfFiguresPlaceholderDescription="ĵвһֱ.\\nֱĵе ̵б."
+sdxRichEditCommandInsertTableOfFiguresPlaceholderMenuCaption="ͼĿ¼"
+sdxRichEditCommandInsertTableOfTablesDescription="ĵвб.\\nбĵебб."
+sdxRichEditCommandInsertTableOfTablesMenuCaption="б"
+sdxRichEditCommandInsertTableRowAboveDescription="ѡеϷ."
+sdxRichEditCommandInsertTableRowAboveMenuCaption="Ϸ"
+sdxRichEditCommandInsertTableRowBelowDescription="ѡе·."
+sdxRichEditCommandInsertTableRowBelowMenuCaption="·"
+sdxRichEditCommandInsertTablesCaptionDescription="ӱ."
+sdxRichEditCommandInsertTablesCaptionMenuCaption=""
+sdxRichEditCommandInsertTabMenuCaption="Ʊ"
+sdxRichEditCommandInsertTabToParagraphDescription="ڶ˵вƱ"
+sdxRichEditCommandInsertTabToParagraphMenuCaption="ƱΪ"
+sdxRichEditCommandInsertTextBoxDescription="һıĵ."
+sdxRichEditCommandInsertTextBoxMenuCaption="ı"
+sdxRichEditCommandInsertTextDescription="ı"
+sdxRichEditCommandInsertTextMenuCaption="ı"
+sdxRichEditCommandInsertTrademarkSymbolDescription="̱"
+sdxRichEditCommandInsertTrademarkSymbolMenuCaption="̱"
+sdxRichEditCommandLanguageDescription="ƴдѡֵ."
+sdxRichEditCommandLanguageMenuCaption=""
+sdxRichEditCommandLastDataRecordDescription="һ¼"
+sdxRichEditCommandLastDataRecordMenuCaption="һ¼"
+sdxRichEditCommandLoadDocumentDescription="һĵ."
+sdxRichEditCommandLoadDocumentMenuCaption=""
+sdxRichEditCommandMailMergeSaveDocumentAsCommandDescription="ʼϲ"
+sdxRichEditCommandMailMergeSaveDocumentAsCommandMenuCaption="ʼϲ"
+sdxRichEditCommandMakeTextLowerCaseDescription="ѡıΪСд."
+sdxRichEditCommandMakeTextLowerCaseMenuCaption="Сд"
+sdxRichEditCommandMakeTextUpperCaseDescription="ѡıΪȫд."
+sdxRichEditCommandMakeTextUpperCaseMenuCaption="д"
+sdxRichEditCommandMergeTableCellsDescription="ѡԪϲΪһԪ."
+sdxRichEditCommandMergeTableCellsMenuCaption="ϲԪ"
+sdxRichEditCommandModifyHyperlinkDescription="ij"
+sdxRichEditCommandModifyHyperlinkMenuCaption="ij"
+sdxRichEditCommandModifyTableStyleMenuCaption="ıʽ..."
+sdxRichEditCommandMoveBackwardDescription="ƶ"
+sdxRichEditCommandMoveBackwardMenuCaption="ƶ"
+sdxRichEditCommandMoveForwardDescription="ǰƶ"
+sdxRichEditCommandMoveForwardMenuCaption="ǰƶ"
+sdxRichEditCommandMoveLineDownDescription=""
+sdxRichEditCommandMoveLineDownMenuCaption=""
+sdxRichEditCommandMoveLineUpDescription=""
+sdxRichEditCommandMoveLineUpMenuCaption=""
+sdxRichEditCommandMoveNextPageDescription="ƶһҳ"
+sdxRichEditCommandMoveNextPageMenuCaption="ƶһҳ"
+sdxRichEditCommandMoveNextParagraphDescription="ƶһ"
+sdxRichEditCommandMoveNextParagraphMenuCaption="ƶһ"
+sdxRichEditCommandMoveNextWordDescription="ƶһ"
+sdxRichEditCommandMoveNextWordMenuCaption="ƶһ"
+sdxRichEditCommandMovePreviousPageDescription="ƶǰһҳ"
+sdxRichEditCommandMovePreviousPageMenuCaption="ƶǰһҳ"
+sdxRichEditCommandMovePreviousParagraphDescription="ƶǰһ"
+sdxRichEditCommandMovePreviousParagraphMenuCaption="ƶǰһ"
+sdxRichEditCommandMovePreviousWordDescription="ƶ֮ǰĵ"
+sdxRichEditCommandMovePreviousWordMenuCaption="ƶ֮ǰĵ"
+sdxRichEditCommandMoveScreenDownDescription="Ļƶ"
+sdxRichEditCommandMoveScreenDownMenuCaption="Ļƶ"
+sdxRichEditCommandMoveScreenUpDescription="Ļƶ"
+sdxRichEditCommandMoveScreenUpMenuCaption="Ļƶ"
+sdxRichEditCommandMoveToBeginOfDocumentDescription="ƶĵĿʼ"
+sdxRichEditCommandMoveToBeginOfDocumentMenuCaption="ƶĵĿʼ"
+sdxRichEditCommandMoveToEndOfDocumentDescription="ƶĵβ"
+sdxRichEditCommandMoveToEndOfDocumentMenuCaption="ƶĵβ"
+sdxRichEditCommandMoveToEndOfLineDescription="ƶյ"
+sdxRichEditCommandMoveToEndOfLineMenuCaption="ƶյ"
+sdxRichEditCommandMoveToStartOfLineDescription="ƶ߿ʼ"
+sdxRichEditCommandMoveToStartOfLineMenuCaption="ƶ߿ʼ"
+sdxRichEditCommandNewEmptyDocumentDescription="һµĵ."
+sdxRichEditCommandNewEmptyDocumentMenuCaption="½"
+sdxRichEditCommandNewTableStyleMenuCaption="½ʽ..."
+sdxRichEditCommandNextDataRecordDescription="һ¼"
+sdxRichEditCommandNextDataRecordMenuCaption="һ¼"
+sdxRichEditCommandOpenHyperlinkAtCaretPositionDescription="AtCaretλ"
+sdxRichEditCommandOpenHyperlinkAtCaretPositionMenuCaption="AtCaretλ"
+sdxRichEditCommandOpenHyperlinkDescription=""
+sdxRichEditCommandOpenHyperlinkMenuCaption=""
+sdxRichEditCommandOvertypeTextDescription="ı"
+sdxRichEditCommandOvertypeTextMenuCaption="ı"
+sdxRichEditCommandPageMarginsGalleryBottomPartCaption="ײ"
+sdxRichEditCommandPageMarginsGalleryCaption="߾"
+sdxRichEditCommandPageMarginsGalleryLeftPartCaption=""
+sdxRichEditCommandPageMarginsGalleryModerateMarginsCaption=""
+sdxRichEditCommandPageMarginsGalleryNarrowMarginsCaption="խ"
+sdxRichEditCommandPageMarginsGalleryNormalMarginsCaption=""
+sdxRichEditCommandPageMarginsGalleryRightPartCaption="ұ"
+sdxRichEditCommandPageMarginsGalleryTopPartCaption=""
+sdxRichEditCommandPageMarginsGalleryWideMarginsCaption="ſ"
+sdxRichEditCommandPaperSizeGalleryCaption="С"
+sdxRichEditCommandPaperSizeGalleryUnitsInchesCaption="Ӣ"
+sdxRichEditCommandPaperSizeGalleryUnitsMillimetersCaption=""
+sdxRichEditCommandParagraphAlignmentCenterDescription="ı."
+sdxRichEditCommandParagraphAlignmentCenterMenuCaption="(&C)"
+sdxRichEditCommandParagraphAlignmentJustifyDescription="ıҳ߾,ӶĿռ,ΪҪĵ֮.\\n\\n⽫һɾ,Ҳҳ."
+sdxRichEditCommandParagraphAlignmentJustifyMenuCaption="˶(&J)"
+sdxRichEditCommandParagraphAlignmentLeftDescription="ı."
+sdxRichEditCommandParagraphAlignmentLeftMenuCaption="ı(&L)"
+sdxRichEditCommandParagraphAlignmentRightDescription="ıҶ."
+sdxRichEditCommandParagraphAlignmentRightMenuCaption="Ҷı(&R)"
+sdxRichEditCommandParagraphSuppressHyphenationDescription="Ƶǰֹ"
+sdxRichEditCommandParagraphSuppressHyphenationMenuCaption="Ƶǰֹ"
+sdxRichEditCommandParagraphSuppressLineNumbersDescription="ȡǰ"
+sdxRichEditCommandParagraphSuppressLineNumbersMenuCaption="ȡǰ"
+sdxRichEditCommandPasteDescription="ճ."
+sdxRichEditCommandPasteFilesDescription="ΪǶʽļ."
+sdxRichEditCommandPasteFilesMenuCaption="ļ"
+sdxRichEditCommandPasteHtmlTextDescription="Ϊ HTML ʽ."
+sdxRichEditCommandPasteHtmlTextMenuCaption="HTMLʽ"
+sdxRichEditCommandPasteImageDescription="еΪͼƬ."
+sdxRichEditCommandPasteImageMenuCaption="ͼƬ"
+sdxRichEditCommandPasteMenuCaption="ճ(&P)"
+sdxRichEditCommandPasteMetafileImageDescription="ΪͼԪļ."
+sdxRichEditCommandPasteMetafileImageMenuCaption="ͼԪļ"
+sdxRichEditCommandPastePlainTextDescription="еΪı벻κθʽ."
+sdxRichEditCommandPastePlainTextMenuCaption="ʽı"
+sdxRichEditCommandPasteRtfTextDescription="еΪıͱʽ."
+sdxRichEditCommandPasteRtfTextMenuCaption="ʽı(RTF)"
+sdxRichEditCommandPasteSilverlightXamlTextDescription="еΪıʽ."
+sdxRichEditCommandPasteSilverlightXamlTextMenuCaption="ʽı(XAML)"
+sdxRichEditCommandPlaceCaretToPhysicalPointDescription="λû"
+sdxRichEditCommandPlaceCaretToPhysicalPointMenuCaption="λû"
+sdxRichEditCommandPreviousDataRecordDescription="һ¼"
+sdxRichEditCommandPreviousDataRecordMenuCaption="һ¼"
+sdxRichEditCommandPrintDescription="ѡһ̨ӡ,,Ŀӡѡӡǰ."
+sdxRichEditCommandPrintMenuCaption="ӡ(&P)"
+sdxRichEditCommandPrintPreviewDescription="ڴӡǰԤҳ."
+sdxRichEditCommandPrintPreviewMenuCaption="ӡԤ(&V)"
+sdxRichEditCommandPrintViewDescription="ӡͼ"
+sdxRichEditCommandPrintViewMenuCaption="ӡͼ"
+sdxRichEditCommandProtectDocumentDescription="ӱ༭ĵָͨƵ."
+sdxRichEditCommandProtectDocumentMenuCaption="ĵ"
+sdxRichEditCommandQuickPrintDescription="ļֱӷ͵ĬϴӡҪ."
+sdxRichEditCommandQuickPrintMenuCaption="ٴӡ(&Q)"
+sdxRichEditCommandQuickStylesGalleryCaption="ٷ"
+sdxRichEditCommandReadingViewDescription="Ķͼ"
+sdxRichEditCommandReadingViewMenuCaption="Ķͼ"
+sdxRichEditCommandRedoDescription="һβ."
+sdxRichEditCommandRedoMenuCaption="(&R)"
+sdxRichEditCommandRemoveHyperlinkDescription="ɾ"
+sdxRichEditCommandRemoveHyperlinkMenuCaption="ɾ"
+sdxRichEditCommandRemoveSpacingAfterParagraphDescription=" "
+sdxRichEditCommandRemoveSpacingAfterParagraphMenuCaption="ɾκĿո(&A)"
+sdxRichEditCommandRemoveSpacingBeforeParagraphDescription=" "
+sdxRichEditCommandRemoveSpacingBeforeParagraphMenuCaption="ɾǰĿո(&B)"
+sdxRichEditCommandReplaceAllBackwardDescription="滻ȫ"
+sdxRichEditCommandReplaceAllBackwardMenuCaption="滻ȫ"
+sdxRichEditCommandReplaceAllForwardDescription="滻ǰȫ"
+sdxRichEditCommandReplaceAllForwardMenuCaption="滻ǰȫ"
+sdxRichEditCommandReplaceBackwardDescription="滻"
+sdxRichEditCommandReplaceBackwardMenuCaption="滻"
+sdxRichEditCommandReplaceDescription="滻ĵе."
+sdxRichEditCommandReplaceForwardDescription="ǰ滻"
+sdxRichEditCommandReplaceForwardMenuCaption="ǰ滻"
+sdxRichEditCommandReplaceMenuCaption="滻"
+sdxRichEditCommandReplaceTextDescription="滻ı"
+sdxRichEditCommandReplaceTextMenuCaption="ı滻"
+sdxRichEditCommandResetCharacterFormattingDescription="ʹѡӦʽĬַʽ."
+sdxRichEditCommandResetCharacterFormattingMenuCaption="ַʽ"
+sdxRichEditCommandResetTableCellsBordersDescription="ԶѡԪı߿."
+sdxRichEditCommandResetTableCellsBordersMenuCaption="ޱ߿(&N)"
+sdxRichEditCommandReviewersDescription="ѡĵע,ĵͻʾ."
+sdxRichEditCommandReviewersMenuCaption=""
+sdxRichEditCommandReviewingPaneDescription="ʾһĴеĵע."
+sdxRichEditCommandReviewingPaneMenuCaption="Ĵ"
+sdxRichEditCommandSaveDocumentAsDescription="ΪԻѡһļʽ,ĵ浽µλ."
+sdxRichEditCommandSaveDocumentAsMenuCaption="Ϊ"
+sdxRichEditCommandSaveDocumentDescription="ĵ."
+sdxRichEditCommandSaveDocumentMenuCaption=""
+sdxRichEditCommandScrollDownDescription="¹"
+sdxRichEditCommandScrollDownMenuCaption="¹"
+sdxRichEditCommandScrollToPageDescription="ҳ"
+sdxRichEditCommandScrollToPageMenuCaption="ҳ"
+sdxRichEditCommandSelectAllDescription="ѡĵ."
+sdxRichEditCommandSelectAllMenuCaption="ȫѡ(&A)"
+sdxRichEditCommandSelectBookmarkDescription="ѡǩ"
+sdxRichEditCommandSelectBookmarkMenuCaption="ѡǩ"
+sdxRichEditCommandSelectCommentDescription="ѡע"
+sdxRichEditCommandSelectCommentMenuCaption="ѡע"
+sdxRichEditCommandSelectFieldNextToCaretDescription="ѡֶԱߵIJ"
+sdxRichEditCommandSelectFieldNextToCaretMenuCaption="ѡԱߵֶ"
+sdxRichEditCommandSelectFieldPrevToCaretDescription="ѡֶǰò"
+sdxRichEditCommandSelectFieldPrevToCaretMenuCaption="ѡֶǰò"
+sdxRichEditCommandSelectTableCellDescription="ѡԪ"
+sdxRichEditCommandSelectTableCellMenuCaption="ѡԪ"
+sdxRichEditCommandSelectTableColumnsDescription="ѡ"
+sdxRichEditCommandSelectTableColumnsMenuCaption="ѡ"
+sdxRichEditCommandSelectTableDescription="ѡ"
+sdxRichEditCommandSelectTableElementsDescription="ѡǰԪСл."
+sdxRichEditCommandSelectTableElementsMenuCaption="ѡ"
+sdxRichEditCommandSelectTableMenuCaption="ѡ"
+sdxRichEditCommandSelectTableRowDescription="ѡ"
+sdxRichEditCommandSelectTableRowMenuCaption="ѡ"
+sdxRichEditCommandSetDoubleParagraphSpacingDescription=" "
+sdxRichEditCommandSetDoubleParagraphSpacingMenuCaption="2.0"
+sdxRichEditCommandSetFloatingObjectBehindTextWrapTypeDescription=" "
+sdxRichEditCommandSetFloatingObjectBehindTextWrapTypeMenuCaption="ı"
+sdxRichEditCommandSetFloatingObjectBottomCenterAlignmentDescription="ײ,ֻ"
+sdxRichEditCommandSetFloatingObjectBottomCenterAlignmentMenuCaption="ײ"
+sdxRichEditCommandSetFloatingObjectBottomLeftAlignmentDescription="ڵײλֻ"
+sdxRichEditCommandSetFloatingObjectBottomLeftAlignmentMenuCaption=""
+sdxRichEditCommandSetFloatingObjectBottomRightAlignmentDescription="λڵ˾,ֻ"
+sdxRichEditCommandSetFloatingObjectBottomRightAlignmentMenuCaption=""
+sdxRichEditCommandSetFloatingObjectInFrontOfTextWrapTypeDescription=" "
+sdxRichEditCommandSetFloatingObjectInFrontOfTextWrapTypeMenuCaption="ıǰ"
+sdxRichEditCommandSetFloatingObjectMiddleCenterAlignmentDescription="в,ֻ"
+sdxRichEditCommandSetFloatingObjectMiddleCenterAlignmentMenuCaption="в"
+sdxRichEditCommandSetFloatingObjectMiddleLeftAlignmentDescription="λм,ֻ"
+sdxRichEditCommandSetFloatingObjectMiddleLeftAlignmentMenuCaption="в"
+sdxRichEditCommandSetFloatingObjectMiddleRightAlignmentDescription=",ֻмλ"
+sdxRichEditCommandSetFloatingObjectMiddleRightAlignmentMenuCaption="в"
+sdxRichEditCommandSetFloatingObjectSquareTextWrapTypeDescription=" "
+sdxRichEditCommandSetFloatingObjectSquareTextWrapTypeMenuCaption=""
+sdxRichEditCommandSetFloatingObjectThroughTextWrapTypeDescription=" "
+sdxRichEditCommandSetFloatingObjectThroughTextWrapTypeMenuCaption="ͨ"
+sdxRichEditCommandSetFloatingObjectTightTextWrapTypeDescription=" "
+sdxRichEditCommandSetFloatingObjectTightTextWrapTypeMenuCaption=""
+sdxRichEditCommandSetFloatingObjectTopAndBottomTextWrapTypeDescription=" "
+sdxRichEditCommandSetFloatingObjectTopAndBottomTextWrapTypeMenuCaption="͵ײ"
+sdxRichEditCommandSetFloatingObjectTopCenterAlignmentDescription=",ֻ"
+sdxRichEditCommandSetFloatingObjectTopCenterAlignmentMenuCaption=""
+sdxRichEditCommandSetFloatingObjectTopLeftAlignmentDescription="ڶλֻ"
+sdxRichEditCommandSetFloatingObjectTopLeftAlignmentMenuCaption=""
+sdxRichEditCommandSetFloatingObjectTopRightAlignmentDescription="˾,ֻ"
+sdxRichEditCommandSetFloatingObjectTopRightAlignmentMenuCaption=""
+sdxRichEditCommandSetLandscapePageOrientationDescription=" "
+sdxRichEditCommandSetLandscapePageOrientationMenuCaption=""
+sdxRichEditCommandSetModerateSectionPageMarginsDescription=" "
+sdxRichEditCommandSetModerateSectionPageMarginsMenuCaption="ж\\n:'#9'{1,10}'#9':'#9'{3,10}\\n:'#9'{0,10}'#9':'#9''#9'{2,10}"
+sdxRichEditCommandSetNarrowSectionPageMarginsDescription=" "
+sdxRichEditCommandSetNarrowSectionPageMarginsMenuCaption="խ\\n:'#9'{1,10}'#9':'#9'{3,10}\\n:'#9'{0,10}'#9':'#9''#9'{2,10}"
+sdxRichEditCommandSetNormalSectionPageMarginsDescription=" "
+sdxRichEditCommandSetNormalSectionPageMarginsMenuCaption="\\n:'#9'{1,10}'#9':'#9'{3,10}\\n:'#9'{0,10}'#9':'#9''#9'{2,10}"
+sdxRichEditCommandSetParagraphBodyTextLevelDescription="ڱʾ"
+sdxRichEditCommandSetParagraphBodyTextLevelMenuCaption="ڱʾ"
+sdxRichEditCommandSetParagraphHeadingLevelDescription="%d"
+sdxRichEditCommandSetParagraphHeadingLevelMenuCaption="%d"
+sdxRichEditCommandSetPortraitPageOrientationDescription=" "
+sdxRichEditCommandSetPortraitPageOrientationMenuCaption=""
+sdxRichEditCommandSetSectionColumnsDescription="ıΪ."
+sdxRichEditCommandSetSectionColumnsMenuCaption=""
+sdxRichEditCommandSetSectionLineNumberingContinuousDescription=""
+sdxRichEditCommandSetSectionLineNumberingContinuousMenuCaption=""
+sdxRichEditCommandSetSectionLineNumberingNoneDescription="к."
+sdxRichEditCommandSetSectionLineNumberingNoneMenuCaption=""
+sdxRichEditCommandSetSectionLineNumberingRestartNewPageDescription="ÿһҳ"
+sdxRichEditCommandSetSectionLineNumberingRestartNewPageMenuCaption="ÿһҳ"
+sdxRichEditCommandSetSectionLineNumberingRestartNewSectionDescription="ÿһ"
+sdxRichEditCommandSetSectionLineNumberingRestartNewSectionMenuCaption="ÿһ"
+sdxRichEditCommandSetSectionOneColumnDescription="һ."
+sdxRichEditCommandSetSectionOneColumnMenuCaption="һ"
+sdxRichEditCommandSetSectionThreeColumnsDescription="."
+sdxRichEditCommandSetSectionThreeColumnsMenuCaption=""
+sdxRichEditCommandSetSectionTwoColumnsDescription="."
+sdxRichEditCommandSetSectionTwoColumnsMenuCaption=""
+sdxRichEditCommandSetSesquialteralParagraphSpacingDescription=" "
+sdxRichEditCommandSetSesquialteralParagraphSpacingMenuCaption="1.5"
+sdxRichEditCommandSetSingleParagraphSpacingDescription=" "
+sdxRichEditCommandSetSingleParagraphSpacingMenuCaption="1.0"
+sdxRichEditCommandSetWideSectionPageMarginsDescription=" "
+sdxRichEditCommandSetWideSectionPageMarginsMenuCaption="\\n:'#9'{1,10}'#9':'#9'{3,10}\\n:'#9'{0,10}'#9':'#9''#9'{2,10}"
+sdxRichEditCommandShiftTabKeyDescription="ShiftTabKey"
+sdxRichEditCommandShiftTabKeyMenuCaption="ShiftTabKey"
+sdxRichEditCommandShowAllFieldCodesDescription="鿴ĵʾ主ıĶ̬Ԫ."
+sdxRichEditCommandShowAllFieldCodesMenuCaption="ʾе"
+sdxRichEditCommandShowAllFieldResultsDescription="鿴ļʾʵݵĶ̬Ԫ."
+sdxRichEditCommandShowAllFieldResultsMenuCaption="ʾ"
+sdxRichEditCommandShowBookmarkFormDescription="һǩ,Ʒĵеض\\n\\nֱתһǩλõij."
+sdxRichEditCommandShowBookmarkFormMenuCaption="ǩ"
+sdxRichEditCommandShowColumnsSetupFormDescription="ʾԶпжԻ."
+sdxRichEditCommandShowColumnsSetupFormMenuCaption="(&C)..."
+sdxRichEditCommandShowCommentFormDescription="ʾעͶԻ."
+sdxRichEditCommandShowCommentFormMenuCaption="ע"
+sdxRichEditCommandShowEditStyleFormDescription="ʾ༭ʽԻ."
+sdxRichEditCommandShowEditStyleFormMenuCaption="ʽ..."
+sdxRichEditCommandShowFloatingObjectLayoutOptionsFormDescription="ʾֶԻ."
+sdxRichEditCommandShowFloatingObjectLayoutOptionsFormMenuCaption="಼ѡ..."
+sdxRichEditCommandShowFontFormDescription="ʾԻ."
+sdxRichEditCommandShowFontFormMenuCaption="(&F)..."
+sdxRichEditCommandShowHyperlinkFormDescription="һӵһҳ ͼƬ ʼַ."
+sdxRichEditCommandShowHyperlinkFormMenuCaption=""
+sdxRichEditCommandShowInsertMergeFieldFormDescription="ĵռбһݱ."
+sdxRichEditCommandShowInsertMergeFieldFormMenuCaption="ϲ"
+sdxRichEditCommandShowLineNumberingFormDescription="кѡ..."
+sdxRichEditCommandShowLineNumberingFormMenuCaption="кѡ(&L)..."
+sdxRichEditCommandShowLineSpacingFormDescription=" "
+sdxRichEditCommandShowLineSpacingFormMenuCaption="мѡ..."
+sdxRichEditCommandShowMergeDatabaseRecordsFormDescription="ϲµĵ"
+sdxRichEditCommandShowMergeDatabaseRecordsFormMenuCaption="ϲµĵ"
+sdxRichEditCommandShowNumberingListDescription="ʾбԻ."
+sdxRichEditCommandShowNumberingListMenuCaption="Ŀźͱ(&B)..."
+sdxRichEditCommandShowPageMarginsSetupFormDescription=" "
+sdxRichEditCommandShowPageMarginsSetupFormMenuCaption="Զ߾(&A)..."
+sdxRichEditCommandShowPagePaperSetupFormDescription=" "
+sdxRichEditCommandShowPagePaperSetupFormMenuCaption="ֽŴС(&A)..."
+sdxRichEditCommandShowPageSetupFormDescription="ʾҳöԻ."
+sdxRichEditCommandShowPageSetupFormMenuCaption="ҳ"
+sdxRichEditCommandShowParagraphFormDescription="ʾԻ."
+sdxRichEditCommandShowParagraphFormMenuCaption="(&A)..."
+sdxRichEditCommandShowPasteSpecialFormDescription="ѡճ"
+sdxRichEditCommandShowPasteSpecialFormMenuCaption="ѡճ"
+sdxRichEditCommandShowRangeEditingPermissionsFormDescription="ûȨ༭ĵѡIJ."
+sdxRichEditCommandShowRangeEditingPermissionsFormMenuCaption="༭ȨķΧ"
+sdxRichEditCommandShowSpellingDialogDescription="ĵеıƴд."
+sdxRichEditCommandShowSpellingDialogMenuCaption="ƴд"
+sdxRichEditCommandShowSymbolDescription="ʾŶԻ."
+sdxRichEditCommandShowSymbolMenuCaption=""
+sdxRichEditCommandShowTableOptionsFormDescription="Զ嵥Ԫ߾͵Ԫ֮ļ."
+sdxRichEditCommandShowTableOptionsFormMenuCaption="Ԫϲ"
+sdxRichEditCommandShowTablePropertiesFormDescription="ʾԶԻĸı,ֻѡ."
+sdxRichEditCommandShowTablePropertiesFormDescriptionMenuItemMenuCaption="ʾԶԻ."
+sdxRichEditCommandShowTablePropertiesFormMenuCaption=""
+sdxRichEditCommandShowTablePropertiesFormMenuItemMenuCaption="..."
+sdxRichEditCommandShowTabsFormDescription="Ʊ"
+sdxRichEditCommandShowTabsFormMenuCaption="Ʊ..."
+sdxRichEditCommandSimpleViewDescription="ͼ"
+sdxRichEditCommandSimpleViewMenuCaption="ͼ"
+sdxRichEditCommandSplitTableCellsDescription="ѡԪΪµԪ."
+sdxRichEditCommandSplitTableCellsMenuCaption="ֵԪ"
+sdxRichEditCommandSplitTableCellsMenuItemMenuCaption="ֵԪ..."
+sdxRichEditCommandSplitTableDescription="Ϊ.\\n\\nѡнΪ±ĵһ."
+sdxRichEditCommandSplitTableMenuCaption="ֱ"
+sdxRichEditCommandSwitchToDraftViewDescription="ΪݰҪٱ༭ı鿴ĵ.\\n\\nijЩԪҳüҳŵĵڴͼпɼ."
+sdxRichEditCommandSwitchToDraftViewMenuCaption="ݸͼ"
+sdxRichEditCommandSwitchToPrintLayoutViewDescription="ڴӡҳϲ鿴ĵ."
+sdxRichEditCommandSwitchToPrintLayoutViewMenuCaption="ӡ"
+sdxRichEditCommandSwitchToSimpleViewDescription="Ϊһı¼鿴ĵ.\\n\\nͼҪעı༭ҳ沼."
+sdxRichEditCommandSwitchToSimpleViewMenuCaption="ͼ"
+sdxRichEditCommandSymbolFormInsertButtonMenuCaption=""
+sdxRichEditCommandTabKeyDescription="Ʊ"
+sdxRichEditCommandTabKeyMenuCaption="Ʊ"
+sdxRichEditCommandTableStylesGalleryCaption="ʽ"
+sdxRichEditCommandToggleAuthorVisibilityDescription="л߿ɼ"
+sdxRichEditCommandToggleAuthorVisibilityMenuCaption="л߿ɼ"
+sdxRichEditCommandToggleBandedColumnDescription="ʾߵ,Щϵżкеĸʽͬ.\\n\\nʹĶ."
+sdxRichEditCommandToggleBandedColumnMenuCaption=""
+sdxRichEditCommandToggleBandedRowsDescription="ʾߵ,Щϵżкеĸʽͬ.\\n\\nʹĶ."
+sdxRichEditCommandToggleBandedRowsMenuCaption=""
+sdxRichEditCommandToggleDifferentFirstPageDescription="ָĵΨһĵһҳҳüҳ."
+sdxRichEditCommandToggleDifferentFirstPageMenuCaption="ҳͬ"
+sdxRichEditCommandToggleDifferentOddAndEvenPagesDescription="ָҳӦвͬҳüҳŴżҳ."
+sdxRichEditCommandToggleDifferentOddAndEvenPagesMenuCaption="ͬҳżҳ"
+sdxRichEditCommandToggleFieldCodesDescription="л"
+sdxRichEditCommandToggleFieldCodesMenuCaption="л"
+sdxRichEditCommandToggleFirstColumnDescription="ʾĵһеʽ."
+sdxRichEditCommandToggleFirstColumnMenuCaption="һ"
+sdxRichEditCommandToggleFirstRowDescription="ʾĵһеʽ."
+sdxRichEditCommandToggleFirstRowMenuCaption=""
+sdxRichEditCommandToggleFontBoldDescription="ѡıΪ."
+sdxRichEditCommandToggleFontBoldMenuCaption="(&B)"
+sdxRichEditCommandToggleFontDoubleStrikeoutDescription="˫ɾ"
+sdxRichEditCommandToggleFontDoubleStrikeoutMenuCaption="˫ɾ"
+sdxRichEditCommandToggleFontDoubleUnderlineDescription="˫»"
+sdxRichEditCommandToggleFontDoubleUnderlineMenuCaption="˫»"
+sdxRichEditCommandToggleFontItalicDescription="ѡıΪб."
+sdxRichEditCommandToggleFontItalicMenuCaption="б(&I)"
+sdxRichEditCommandToggleFontStrikeoutDescription="һߴѡıм."
+sdxRichEditCommandToggleFontStrikeoutMenuCaption="ɾ"
+sdxRichEditCommandToggleFontUnderlineDescription="ѡı»."
+sdxRichEditCommandToggleFontUnderlineMenuCaption="»(&U)"
+sdxRichEditCommandToggleHeaderFooterLinkToPreviousDescription="ӵǰһڵҳüҳŵǰеİһͬ."
+sdxRichEditCommandToggleHeaderFooterLinkToPreviousMenuCaption="ӵǰһҳ"
+sdxRichEditCommandToggleHiddenTextDescription="."
+sdxRichEditCommandToggleHiddenTextMenuCaption=""
+sdxRichEditCommandToggleLastColumnDescription="ʾһеʽ."
+sdxRichEditCommandToggleLastColumnMenuCaption="һ"
+sdxRichEditCommandToggleLastRowDescription="ʾһеʽ."
+sdxRichEditCommandToggleLastRowMenuCaption=""
+sdxRichEditCommandToggleOvertypeDescription="д"
+sdxRichEditCommandToggleOvertypeMenuCaption="д"
+sdxRichEditCommandToggleShowHorizontalRulerDescription="鿴ˮƽ,ڲͶĵеĶ."
+sdxRichEditCommandToggleShowHorizontalRulerMenuCaption="ˮƽ"
+sdxRichEditCommandToggleShowTableGridLinesDescription="ʾرе."
+sdxRichEditCommandToggleShowTableGridLinesMenuCaption="鿴(&G)"
+sdxRichEditCommandToggleShowVerticalRulerDescription="鿴ֱ,ڲͶĵеĶ."
+sdxRichEditCommandToggleShowVerticalRulerMenuCaption="ֱ"
+sdxRichEditCommandToggleSpellCheckAsYouTypeDescription="ʱƴд"
+sdxRichEditCommandToggleSpellCheckAsYouTypeMenuCaption="ʱƴд"
+sdxRichEditCommandToggleTableAutoFitContentsDescription="Զ."
+sdxRichEditCommandToggleTableAutoFitContentsMenuCaption="Զ"
+sdxRichEditCommandToggleTableAutoFitPlaceholderDescription="Զпеı.\\n\\nñĿ,ڴڵĴСתʹù̶п."
+sdxRichEditCommandToggleTableAutoFitPlaceholderMenuCaption="Զ"
+sdxRichEditCommandToggleTableAutoFitWindowDescription="Զ."
+sdxRichEditCommandToggleTableAutoFitWindowMenuCaption="Զ"
+sdxRichEditCommandToggleTableCellsAllBordersDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsAllBordersMenuCaption="б߿(&A)"
+sdxRichEditCommandToggleTableCellsBottomBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsBottomBorderMenuCaption="±߿(&B)"
+sdxRichEditCommandToggleTableCellsBottomCenterAlignmentDescription="־,Ԫĵײ."
+sdxRichEditCommandToggleTableCellsBottomCenterAlignmentMenuCaption="ײж"
+sdxRichEditCommandToggleTableCellsBottomLeftAlignmentDescription="ı뵥Ԫ½Ƕ."
+sdxRichEditCommandToggleTableCellsBottomLeftAlignmentMenuCaption="ײ"
+sdxRichEditCommandToggleTableCellsBottomRightAlignmentDescription="ı뵥Ԫ½Ƕ."
+sdxRichEditCommandToggleTableCellsBottomRightAlignmentMenuCaption="ײҶ"
+sdxRichEditCommandToggleTableCellsInsideBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsInsideBorderMenuCaption="ڲ߽(&I)"
+sdxRichEditCommandToggleTableCellsInsideHorizontalBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsInsideHorizontalBorderMenuCaption="ڲ(&H)"
+sdxRichEditCommandToggleTableCellsInsideVerticalBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsInsideVerticalBorderMenuCaption="ڲ(&V)"
+sdxRichEditCommandToggleTableCellsLeftBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsLeftBorderMenuCaption="߿(&L)"
+sdxRichEditCommandToggleTableCellsMiddleCenterAlignmentDescription="ıڵԪˮƽʹֱ."
+sdxRichEditCommandToggleTableCellsMiddleCenterAlignmentMenuCaption="ж"
+sdxRichEditCommandToggleTableCellsMiddleLeftAlignmentDescription="ֱִ,뵽Ԫ."
+sdxRichEditCommandToggleTableCellsMiddleLeftAlignmentMenuCaption=""
+sdxRichEditCommandToggleTableCellsMiddleRightAlignmentDescription="ֱִ,뵽ԪҲ."
+sdxRichEditCommandToggleTableCellsMiddleRightAlignmentMenuCaption="Ҷ"
+sdxRichEditCommandToggleTableCellsOutsideBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsOutsideBorderMenuCaption="ⲿ߿(&S)"
+sdxRichEditCommandToggleTableCellsRightBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsRightBorderMenuCaption="ұ߿(&R)"
+sdxRichEditCommandToggleTableCellsTopBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsTopBorderMenuCaption="ϱ߿(&P)"
+sdxRichEditCommandToggleTableCellsTopCenterAlignmentDescription="־,ԪĶ."
+sdxRichEditCommandToggleTableCellsTopCenterAlignmentMenuCaption="ж"
+sdxRichEditCommandToggleTableCellsTopLeftAlignmentDescription="ı뵥ԪϽǶ."
+sdxRichEditCommandToggleTableCellsTopLeftAlignmentMenuCaption=""
+sdxRichEditCommandToggleTableCellsTopRightAlignmentDescription="ı뵥ԪϽǶ."
+sdxRichEditCommandToggleTableCellsTopRightAlignmentMenuCaption="Ҷ"
+sdxRichEditCommandToggleTableFixedColumnWidthDescription="СΪ̶."
+sdxRichEditCommandToggleTableFixedColumnWidthMenuCaption="̶п"
+sdxRichEditCommandToggleTextCaseDescription="лСд."
+sdxRichEditCommandToggleTextCaseMenuCaption="лСд"
+sdxRichEditCommandToggleViewMergedDataDescription="ĵеĺϲ滻ռбеʵ,Կʲô."
+sdxRichEditCommandToggleViewMergedDataMenuCaption="鿴ϲ"
+sdxRichEditCommandToggleWhitespaceDescription="ʾǺصĸʽ."
+sdxRichEditCommandToggleWhitespaceMenuCaption="ʾ/ ?"
+sdxRichEditCommandUndoDescription="ϴβ."
+sdxRichEditCommandUndoMenuCaption="(&U)"
+sdxRichEditCommandUnprotectDocumentDescription="ʹûܹ༭ĵ."
+sdxRichEditCommandUnprotectDocumentMenuCaption="ĵ"
+sdxRichEditCommandUpdateFieldDescription=""
+sdxRichEditCommandUpdateFieldMenuCaption=""
+sdxRichEditCommandUpdateFieldsDescription=""
+sdxRichEditCommandUpdateFieldsMenuCaption=""
+sdxRichEditCommandUpdateTableOfContentsDescription="±,ʹĿָȷҳ."
+sdxRichEditCommandUpdateTableOfContentsMenuCaption="±"
+sdxRichEditCommandUpdateTableOfFiguresDescription="ֱĵеĿ."
+sdxRichEditCommandUpdateTableOfFiguresMenuCaption="±"
+sdxRichEditCommandZoomDescription=""
+sdxRichEditCommandZoomInDescription="ŴԻĵдͼ."
+sdxRichEditCommandZoomInMenuCaption="Ŵ"
+sdxRichEditCommandZoomMenuCaption=""
+sdxRichEditCommandZoomOutDescription="СԲ鿴ҳԼСijߴ."
+sdxRichEditCommandZoomOutMenuCaption="С"
+sdxRichEditConfirmSaveDocumentWithPasswordProtection="ĵ뱣. Ϊ \nʽWordĵʧȥ.Ƿ?"
+sdxRichEditCustomNumberingListAlignedAt="(&A):"
+sdxRichEditCustomNumberingListButtonFont="(&F)..."
+sdxRichEditCustomNumberingListDisplayFormat="ָʽ(&O):"
+sdxRichEditCustomNumberingListIndentAt="(&I):"
+sdxRichEditCustomNumberingListNumberFormat="ָʽ(&O)"
+sdxRichEditCustomNumberingListNumberPosition="λ(&U)"
+sdxRichEditCustomNumberingListNumberStyle="ʽ(&N):"
+sdxRichEditCustomNumberingListStartAt="ʼ(&S):"
+sdxRichEditCustomNumberingListTextPosition="ıλ"
+sdxRichEditCustomTableOptionsDialogBottomMargin="(&B):"
+sdxRichEditCustomTableOptionsDialogLeftMargin="(&L):"
+sdxRichEditCustomTableOptionsDialogRightMargin="(&R):"
+sdxRichEditCustomTableOptionsDialogTopMargin="(&T):"
+sdxRichEditDeleteTableCellsDialogCellOperationDeleteColumn="ɾ(&C)"
+sdxRichEditDeleteTableCellsDialogCellOperationDeleteRow="ɾ(&R)"
+sdxRichEditDeleteTableCellsDialogCellOperationShiftLeft="Ԫ(&L)"
+sdxRichEditDeleteTableCellsDialogCellOperationShiftUp="Ԫ(&U)"
+sdxRichEditDeleteTableCellsDialogForm="ɾԪ"
+sdxRichEditDialogButtonCancel="ȡ"
+sdxRichEditDialogButtonOK="ȷ"
+sdxRichEditEditHyperlinkTitle="༭"
+sdxRichEditEditStyleDialogButtonFormat="ʽ(&O)"
+sdxRichEditEditStyleDialogCurrentParagraphText="ʾı "
+sdxRichEditEditStyleDialogCurrentStyle="ǰʽ:"
+sdxRichEditEditStyleDialogDecrementIndent=""
+sdxRichEditEditStyleDialogDecrementIndentHint=""
+sdxRichEditEditStyleDialogEmptyParentStyle="()"
+sdxRichEditEditStyleDialogFollowingParagraphText="һ "
+sdxRichEditEditStyleDialogFontDialog="..."
+sdxRichEditEditStyleDialogForm="ʽ"
+sdxRichEditEditStyleDialogFormatting="ڸʽ"
+sdxRichEditEditStyleDialogIncrementIndent=""
+sdxRichEditEditStyleDialogIncrementIndentHint=""
+sdxRichEditEditStyleDialogName="(&N):"
+sdxRichEditEditStyleDialogParagraphDialog="..."
+sdxRichEditEditStyleDialogPreviousParagraphText="ǰһ "
+sdxRichEditEditStyleDialogProperties=""
+sdxRichEditEditStyleDialogSelectedStyle="ѡʽ"
+sdxRichEditEditStyleDialogStyleBasedOn="ʽ(&B):"
+sdxRichEditEditStyleDialogStyleForFollowingParagraph="ʽ(&S):"
+sdxRichEditEditStyleDialogTabsDialog="Ʊ..."
+sdxRichEditEditStyleDialogToggleFontBold="(&B)"
+sdxRichEditEditStyleDialogToggleFontBoldHint=""
+sdxRichEditEditStyleDialogToggleFontItalic="б(&I)"
+sdxRichEditEditStyleDialogToggleFontItalicHint="б"
+sdxRichEditEditStyleDialogToggleFontUnderline="»(&U)"
+sdxRichEditEditStyleDialogToggleFontUnderlineHint="»"
+sdxRichEditEditStyleDialogToggleParagraphAlignmentCenter="м(&C)"
+sdxRichEditEditStyleDialogToggleParagraphAlignmentCenterHint="м"
+sdxRichEditEditStyleDialogToggleParagraphAlignmentJustify="˶(&J)"
+sdxRichEditEditStyleDialogToggleParagraphAlignmentJustifyHint="˶"
+sdxRichEditEditStyleDialogToggleParagraphAlignmentLeft="ı(&L)"
+sdxRichEditEditStyleDialogToggleParagraphAlignmentLeftHint=""
+sdxRichEditEditStyleDialogToggleParagraphAlignmentRight="ıҶ(&R)"
+sdxRichEditEditStyleDialogToggleParagraphAlignmentRightHint="Ҷ"
+sdxRichEditExceptionBookmarkCreationFailing="ѴھͬƵǩ.Ҫ滻?"
+sdxRichEditExceptionCannotInsertShapeIntoTextBox="ܽ״뵽TextBox.Document."
+sdxRichEditExceptionCannotRemoveCaret="ɾ."
+sdxRichEditExceptionCantDeleteDefaultStyle="ɾĬϵʽ."
+sdxRichEditExceptionCantResetDefaultProperties="ԲĬʽ."
+sdxRichEditExceptionClickToFollowHyperlink="Ը"
+sdxRichEditExceptionContinueSearchFromBeginningQuestion="ҪĵĿͷʼ?"
+sdxRichEditExceptionContinueSearchFromEndQuestion="Ҫĵĩβʼ?"
+sdxRichEditExceptionContinueSearchInRemainderQuestion="Ҫĵಿ?"
+sdxRichEditExceptionCreateHyperlinkError="ܴ.ָΧеijѴ."
+sdxRichEditExceptionCurrentSelectionAndSpecifiedSelectionIntersect="ǰѡָѡཻ."
+sdxRichEditExceptionDeleteTableStyleQuestion="Ҫĵɾʽ %s?"
+sdxRichEditExceptionDocumentPositionDoesntMatchDocument=": ָĵλûΧĵĵ"
+sdxRichEditExceptionDocumentProtectionInvalidPassword="벻ȷ!"
+sdxRichEditExceptionDocumentProtectionInvalidPasswordConfirmation="ȷ벻ƥ."
+sdxRichEditExceptionDuplicateBookmark="ĵѴھиƵǩ"
+sdxRichEditExceptionEmptyCollection="ӿռ."
+sdxRichEditExceptionEncryptedFile="ּ֧ļ"
+sdxRichEditExceptionErrorLinkDeletedStyle=": ɾʽ"
+sdxRichEditExceptionFirstCellContinuesVerticalMerge="ѡΧڵĵһԪдֱϲ,ѡDz."
+sdxRichEditExceptionIncorrectBookmarkName="ǩӦĸͷ,ֻܰĸַ»."
+sdxRichEditExceptionIncorrectNumericFieldFormat=": ָĸʽʾ."
+sdxRichEditExceptionIncorrectPattern="ȷģʽ."
+sdxRichEditExceptionInvalidBeginInit=": BeginInitBeginUpdate"
+sdxRichEditExceptionInvalidBeginUpdate=": BeginUpdateBeginInit"
+sdxRichEditExceptionInvalidCopyFromDocumentModel=": ԴĿĵģͲͬ"
+sdxRichEditExceptionInvalidDivisor="ֱ%sij."
+sdxRichEditExceptionInvalidDocumentModel=": ĵģͲͬ"
+sdxRichEditExceptionInvalidEndInit=": EndInitCancelInitûBeginInitBeginUpdate"
+sdxRichEditExceptionInvalidEndUpdate=": EndUpdateCancelUpateûBeginUpdateBeginInit"
+sdxRichEditExceptionInvalidFontSize="ֱ%s%s֮."
+sdxRichEditExceptionInvalidImageFile="ָͼЧ."
+sdxRichEditExceptionInvalidNavigateUri="վĵַЧ.ַ,Ȼ."
+sdxRichEditExceptionInvalidNumber="һЧ."
+sdxRichEditExceptionInvalidNumberingListIndex="NumberingListIndexָIJǴڵб."
+sdxRichEditExceptionInvalidNumberingListStartAtValue="˸ʽ''ʼ''%s%s֮"
+sdxRichEditExceptionInvalidParagraphContainNumbering=": Ѿ"
+sdxRichEditExceptionInvalidParentStyle=": Чĸʽѭ"
+sdxRichEditExceptionInvalidSetCharacterProperties=": ,ûBeginInitûӶĵ"
+sdxRichEditExceptionInvalidSetParagraphProperties=": ,ûBeginInitûӶĵ"
+sdxRichEditExceptionInvalidStyleName="Чʽ"
+sdxRichEditExceptionInvalidTabStop="ⲻһЧƱ."
+sdxRichEditExceptionInvalidValueRange="ֵ%s%s֮."
+sdxRichEditExceptionIsNotValid="''%s''Ч''%s''ֵ"
+sdxRichEditExceptionLastCellContinuesVerticalMerge="ѡΧڵһԪдֱϲ,ѡDz."
+sdxRichEditExceptionLeftRightSectionMarginsTooLarge="/ҳ߾̫,һЩεҳ߶."
+sdxRichEditExceptionMagicNumberNotFound="ͼļĸʽļչĸʽͬ."
+sdxRichEditExceptionMissingOperator="!ȱ."
+sdxRichEditExceptionNoDefaultTabs="ĬƱλ."
+sdxRichEditExceptionNoTocEntriesFound="ҵûбĿ¼Ŀ."
+sdxRichEditExceptionNumberingListNotInListCollection="ʹñŵб.ббӵ Document.NumberingLists "
+sdxRichEditExceptionOutOfRange="ָ˷Χ.ǷǸСѡϵĴС."
+sdxRichEditExceptionParagraphStyleNameAlreadyExists="ʽѾ."
+sdxRichEditExceptionPartiallySelectedCells="ѡеĵԪ."
+sdxRichEditExceptionRangeCannotBeEmpty="ΧΪ."
+sdxRichEditExceptionReplacementsCount="%s 滻."
+sdxRichEditExceptionSearchComplete="."
+sdxRichEditExceptionSearchInBackwardDirectionComplete="ѴﵽĵĿͷ."
+sdxRichEditExceptionSearchInForwardDirectionComplete="Ѵﵽĵĩβ."
+sdxRichEditExceptionSearchInSelectionComplete="ѡе."
+sdxRichEditExceptionSearchItemNotFound="δҵĿ."
+sdxRichEditExceptionSelectBookmarkError="ѡǻĵǩ."
+sdxRichEditExceptionSelectionExtendsOutsideTable="ѡչ֮,˱ѡ."
+sdxRichEditExceptionSelectionShouldContainAtLeastOneCharacter="ѡӦһַ."
+sdxRichEditExceptionSelectionShouldIncludeNotMoreThanOneRow="һѡΧӦðһ."
+sdxRichEditExceptionSpecifiedSelectionsIntersect="ָѡཻ."
+sdxRichEditExceptionStyleAlreadyLinked=": ʽѾӵʽ"
+sdxRichEditExceptionSyntaxErrorInFieldPattern=", %s."
+sdxRichEditExceptionTableIntegrityError=": "
+sdxRichEditExceptionThrowInternalException="һڲ"
+sdxRichEditExceptionTopBottomSectionMarginsTooLarge="/ײ߾̫,һЩεҳ߶."
+sdxRichEditExceptionUnexpectedEndOfFormula="!Ĺʽβ."
+sdxRichEditExceptionUnknownSwitchArgument="!δ֪Ŀز."
+sdxRichEditExceptionUnmatchedQuotesInFieldPattern=": ģʽַƥ."
+sdxRichEditExceptionUnsupportedDocVersion="֧MS Word 97֮İ汾"
+sdxRichEditExceptionUnsupportedFormatException="ļʽ֧"
+sdxRichEditExceptionUseDeletedBookmarkError=": ʹɾǩ"
+sdxRichEditExceptionUseDeletedFieldError=": ʹ"
+sdxRichEditExceptionUseDeletedHyperlinkError=": ʹɾ"
+sdxRichEditExceptionUseDeletedParagraphError=": ʹɾĶ"
+sdxRichEditExceptionUseDeletedSectionError=": ʹɾĽ"
+sdxRichEditExceptionUseDeletedStyleError=": ʹɾʽ"
+sdxRichEditExceptionUseDeletedTableCellError=": ʹɾıԪ"
+sdxRichEditExceptionUseDeletedTableError=": ʹɾı"
+sdxRichEditExceptionUseDeletedTableRowError=": ʹɾı"
+sdxRichEditExceptionUsedWrongUnit="δȷָĶλ."
+sdxRichEditExceptionUseInvalidCharacterProperties=": ַԲЧ"
+sdxRichEditExceptionUseInvalidDocument=": ĵѲЧ"
+sdxRichEditExceptionUseInvalidParagraphProperties=": ԲЧ"
+sdxRichEditExceptionVariableDeletedOrMissed=": ĵǶʧɾ(ӱ)"
+sdxRichEditExceptionZeroDivide="!Ϊ0."
+sdxRichEditFileFilterDescription_AllFiles="ļ"
+sdxRichEditFileFilterDescription_BitmapFiles="Windowsλͼ"
+sdxRichEditFileFilterDescription_DocFiles="word ĵ"
+sdxRichEditFileFilterDescription_EmfFiles="ǿͼԪļ"
+sdxRichEditFileFilterDescription_GifFiles="ͼνʽ"
+sdxRichEditFileFilterDescription_HtmlFiles="ıԸʽ"
+sdxRichEditFileFilterDescription_JPEGFiles="JPEGļʽ"
+sdxRichEditFileFilterDescription_OpenXmlFiles="Word 2007ĵ"
+sdxRichEditFileFilterDescription_PNGFiles="ֲͼ"
+sdxRichEditFileFilterDescription_RtfFiles="ıʽ"
+sdxRichEditFileFilterDescription_TextFiles="ıļ"
+sdxRichEditFileFilterDescription_TiffFiles="ͼļʽ"
+sdxRichEditFileFilterDescription_WmfFiles="WindowsԪļ"
+sdxRichEditFontDialogAllCaps="ȫд(&A)"
+sdxRichEditFontDialogButtonColorAuto="Զ"
+sdxRichEditFontDialogDoubleStrikeout="˫ɾ(&G)"
+sdxRichEditFontDialogEffects="Ч"
+sdxRichEditFontDialogFontColor="ɫ:"
+sdxRichEditFontDialogFontName=":"
+sdxRichEditFontDialogFontNotInstalled="ûаװϵͳ.ӡʱʹӽ."
+sdxRichEditFontDialogFontSize="ߴ:"
+sdxRichEditFontDialogFontStyle="ʽ:"
+sdxRichEditFontDialogFontStyleBold=""
+sdxRichEditFontDialogFontStyleBoldItalic="Ӵб"
+sdxRichEditFontDialogFontStyleImitated="ʽģʾ. ӡʱʹӽʽӡ."
+sdxRichEditFontDialogFontStyleItalic="б"
+sdxRichEditFontDialogFontStyleRegular=""
+sdxRichEditFontDialogForm=""
+sdxRichEditFontDialogHidden="(&H)"
+sdxRichEditFontDialogPreview="Ԥ"
+sdxRichEditFontDialogPrintNotes="һTrueType.ĴӡĻ,ʹͬ."
+sdxRichEditFontDialogStrikeout="ɾ(&K)"
+sdxRichEditFontDialogSubscript="±(&B)"
+sdxRichEditFontDialogSuperscript="ϱ(&P)"
+sdxRichEditFontDialogUnderlineColor="»ɫ:"
+sdxRichEditFontDialogUnderlineStyle="»ʽ:"
+sdxRichEditFontDialogUnderlineStyleDouble="˫"
+sdxRichEditFontDialogUnderlineStyleNone="()"
+sdxRichEditFontDialogUnderlineStyleSingle="һ"
+sdxRichEditFontDialogUnderlineWordsOnly="ֻд»(&U)"
+sdxRichEditHyperlinkDialogAddress="ַ:"
+sdxRichEditHyperlinkDialogBookmark="ǩ:"
+sdxRichEditHyperlinkDialogForm=""
+sdxRichEditHyperlinkDialogLinkTo="ӵ:"
+sdxRichEditHyperlinkDialogLinkToDocument="ĵ"
+sdxRichEditHyperlinkDialogLinkToWebPage="ļѴڻWebҳ"
+sdxRichEditHyperlinkDialogSelectionInDocument="ѡĵ"
+sdxRichEditHyperlinkDialogTarget="Ŀ:"
+sdxRichEditHyperlinkDialogTargetFrameDescription_Blank="´"
+sdxRichEditHyperlinkDialogTargetFrameDescription_Parent=""
+sdxRichEditHyperlinkDialogTargetFrameDescription_Self="ͬ"
+sdxRichEditHyperlinkDialogTargetFrameDescription_Top="ҳ"
+sdxRichEditHyperlinkDialogText="ıʾ:"
+sdxRichEditHyperlinkDialogTooltip="Ļʾ:"
+sdxRichEditHyperlinkSelectedBookmarkNone="<>"
+sdxRichEditHyperlinkSelectionInDocument="ĵѡ"
+sdxRichEditHyperlnkDialogAddress="ַ:"
+sdxRichEditHyperlnkDialogBookmark="ǩ(&O):"
+sdxRichEditHyperlnkDialogForm=""
+sdxRichEditHyperlnkDialogLinkTo="ӵ:"
+sdxRichEditHyperlnkDialogLinkToDocument="ĵеλ"
+sdxRichEditHyperlnkDialogLinkToWebPage="Ѵڵļҳ"
+sdxRichEditHyperlnkDialogSelectionInDocument="ĵѡ"
+sdxRichEditHyperlnkDialogTarget="Ŀ(&G):"
+sdxRichEditHyperlnkDialogTargetFrameDescription_Blank="´"
+sdxRichEditHyperlnkDialogTargetFrameDescription_Parent=""
+sdxRichEditHyperlnkDialogTargetFrameDescription_Self="ͬĿ"
+sdxRichEditHyperlnkDialogTargetFrameDescription_Top="ҳ"
+sdxRichEditHyperlnkDialogText="Ҫʾı(&T):"
+sdxRichEditHyperlnkDialogTooltip="Ļʾ(&P):"
+sdxRichEditHyperlnkEditHyperlinkTitle="༭(&H)..."
+sdxRichEditHyperlnkInsertHyperlinkTitle="볬..."
+sdxRichEditHyperlnkSelectedBookmarkNone="<>"
+sdxRichEditHyperlnkSelectionInDocument="ĵѡ"
+sdxRichEditInsertHyperlinkTitle="볬"
+sdxRichEditInsertMergeFieldAddressFieldsSource="ַ(&A)"
+sdxRichEditInsertMergeFieldButtonCancel="ر"
+sdxRichEditInsertMergeFieldButtonInsert="(&I)"
+sdxRichEditInsertMergeFieldDatabaseFieldsSource="ݿ(&D)"
+sdxRichEditInsertMergeFieldFields=":"
+sdxRichEditInsertMergeFieldForm="ϲ"
+sdxRichEditInsertMergeFieldInsert=":"
+sdxRichEditInsertTableCellsDialogCellOperationDeleteColumn="в(&C)"
+sdxRichEditInsertTableCellsDialogCellOperationDeleteRow="в(&R)"
+sdxRichEditInsertTableCellsDialogCellOperationShiftLeft="Ԫ(&I)"
+sdxRichEditInsertTableCellsDialogCellOperationShiftUp="Ԫ(&D)"
+sdxRichEditInsertTableCellsDialogForm="뵥Ԫ"
+sdxRichEditInsertTableColumns="(&C):"
+sdxRichEditInsertTableForm=""
+sdxRichEditInsertTableRows="(&R):"
+sdxRichEditInsertTableTableSize="С"
+sdxRichEditInvalidMeasurement="ⲻһЧijߴ"
+sdxRichEditInvalidMeasurementValue="ߴ%s%s֮."
+sdxRichEditInvalidNumber="һЧ."
+sdxRichEditInvalidSize="ֱ%d%d֮."
+sdxRichEditLineNumberingDialogAddLineNumbering="к(&L)"
+sdxRichEditLineNumberingDialogCountBy="(&B):"
+sdxRichEditLineNumberingDialogForm="к"
+sdxRichEditLineNumberingDialogFromText="ı(&T):"
+sdxRichEditLineNumberingDialogNumbering=":"
+sdxRichEditLineNumberingDialogNumberingRestartContinuous="(&C)"
+sdxRichEditLineNumberingDialogNumberingRestartEachPage="ÿһҳ(&P)"
+sdxRichEditLineNumberingDialogNumberingRestartEachSection="ÿһ(&S)"
+sdxRichEditLineNumberingDialogStartAt="ʼ(&A):"
+sdxRichEditMergeOptionsDialogForm="ϲѡ"
+sdxRichEditMergeOptionsDialogMergeAllRecords="ȫ(&A)"
+sdxRichEditMergeOptionsDialogMergeRecords="ϲ¼"
+sdxRichEditMergeOptionsDialogMergeSelectedRecords="ѡ(&S)"
+sdxRichEditMergeOptionsDialogMergeTo="ϲ"
+sdxRichEditMergeOptionsDialogMergeToFile="ļ(&F)"
+sdxRichEditMergeOptionsDialogMergeToWindow="(&W)"
+sdxRichEditMsg_EncryptedFile="ڲּ֧ļ"
+sdxRichEditMsg_Loading="ڶȡ..."
+sdxRichEditMsg_Saving="ڱ..."
+sdxRichEditMultiLevelNumberingListDialogFollowNumberWith="(&W):"
+sdxRichEditMultiLevelNumberingListDialogForm="Զ༶б"
+sdxRichEditMultiLevelNumberingListDialogLevel="(&V)"
+sdxRichEditMultiLevelNumberingListFollowNumberNothing=""
+sdxRichEditMultiLevelNumberingListFollowNumberSpace="ո"
+sdxRichEditMultiLevelNumberingListFollowNumberTabCharacter="Ʊ"
+sdxRichEditNumberingListBoxNone=""
+sdxRichEditNumberingListDialogBulleted="Ŀ(&B)"
+sdxRichEditNumberingListDialogButtonCustomize="Զ..."
+sdxRichEditNumberingListDialogContinuePreviousList="֮ǰб"
+sdxRichEditNumberingListDialogForm="Ŀźͱ"
+sdxRichEditNumberingListDialogNumbered="(&N)"
+sdxRichEditNumberingListDialogOutlineNumbered="༶(&U)"
+sdxRichEditNumberingListDialogRestartNumbering="¿ʼ"
+sdxRichEditPageSetupDialogApplyTo="Ӧõ(&Y):"
+sdxRichEditPageSetupDialogDifferentFirstPage="ҳͬ(&P)"
+sdxRichEditPageSetupDialogDifferentOddAndEvenPage="żҳͬ(&O)"
+sdxRichEditPageSetupDialogForm="ҳ"
+sdxRichEditPageSetupDialogHeadersAndFooters="ҳҳβ"
+sdxRichEditPageSetupDialogLandscape="(&S)"
+sdxRichEditPageSetupDialogMarginBottom="(&B):"
+sdxRichEditPageSetupDialogMarginLeft="(&L):"
+sdxRichEditPageSetupDialogMarginRight="(&R):"
+sdxRichEditPageSetupDialogMargins="߾"
+sdxRichEditPageSetupDialogMarginTop="(&T):"
+sdxRichEditPageSetupDialogOrientation=""
+sdxRichEditPageSetupDialogPageLayout=""
+sdxRichEditPageSetupDialogPageMargins="߾"
+sdxRichEditPageSetupDialogPagePaper="ֽ"
+sdxRichEditPageSetupDialogPaperHeight="߶(&H):"
+sdxRichEditPageSetupDialogPaperSize="ֽŴС(&R)"
+sdxRichEditPageSetupDialogPaperWidth="(&W):"
+sdxRichEditPageSetupDialogPortrait="(&P)"
+sdxRichEditPageSetupDialogSection="ֶ"
+sdxRichEditPageSetupDialogSectionStart="俪ʼ(&R):"
+sdxRichEditPageSetupSectionStartColumn=""
+sdxRichEditPageSetupSectionStartContinuous=""
+sdxRichEditPageSetupSectionStartEvenPage="żҳ"
+sdxRichEditPageSetupSectionStartNextPage="½ҳ"
+sdxRichEditPageSetupSectionStartOddPage="ҳ"
+sdxRichEditPaperKindA2="A2"
+sdxRichEditPaperKindA3="A3"
+sdxRichEditPaperKindA3Extra="شA3"
+sdxRichEditPaperKindA3ExtraTransverse="شA3"
+sdxRichEditPaperKindA3Rotated="A3 ת"
+sdxRichEditPaperKindA3Transverse="A3"
+sdxRichEditPaperKindA4="A4"
+sdxRichEditPaperKindA4Extra="شA4"
+sdxRichEditPaperKindA4Plus="A4 Plus"
+sdxRichEditPaperKindA4Rotated="A4 ת"
+sdxRichEditPaperKindA4Small="СA4"
+sdxRichEditPaperKindA4Transverse="A4"
+sdxRichEditPaperKindA5="A5"
+sdxRichEditPaperKindA5Extra="شA5"
+sdxRichEditPaperKindA5Rotated="A5 ת"
+sdxRichEditPaperKindA5Transverse="A5"
+sdxRichEditPaperKindA6="A6"
+sdxRichEditPaperKindA6Rotated="A6 ת"
+sdxRichEditPaperKindAPlus="A/A/A4"
+sdxRichEditPaperKindB4="B4"
+sdxRichEditPaperKindB4Envelope="B4ŷ"
+sdxRichEditPaperKindB4JisRotated="JIS B4ת"
+sdxRichEditPaperKindB5="B5"
+sdxRichEditPaperKindB5Envelope="B5ŷ"
+sdxRichEditPaperKindB5Extra="ISO B5ش"
+sdxRichEditPaperKindB5JisRotated="JIS B5ת"
+sdxRichEditPaperKindB5Transverse="JIS B5"
+sdxRichEditPaperKindB6Envelope="B6ŷ"
+sdxRichEditPaperKindB6Jis="JIS B6"
+sdxRichEditPaperKindB6JisRotated="JIS B6ת"
+sdxRichEditPaperKindBPlus="B/B/A3"
+sdxRichEditPaperKindC3Envelope="C3ŷ"
+sdxRichEditPaperKindC4Envelope="C4ŷ"
+sdxRichEditPaperKindC5Envelope="C5ŷ"
+sdxRichEditPaperKindC65Envelope="C65ŷ"
+sdxRichEditPaperKindC6Envelope="C6ŷ"
+sdxRichEditPaperKindCSheet="Cֽ"
+sdxRichEditPaperKindCustom="Զ"
+sdxRichEditPaperKindDLEnvelope="DLŷ"
+sdxRichEditPaperKindDSheet="Dֽ"
+sdxRichEditPaperKindESheet="Eֽ"
+sdxRichEditPaperKindExecutive="ֽ"
+sdxRichEditPaperKindFolio="Կ"
+sdxRichEditPaperKindGermanLegalFanfold="¹渴д"
+sdxRichEditPaperKindGermanStandardFanfold="¹дֽ"
+sdxRichEditPaperKindInviteEnvelope="뺯"
+sdxRichEditPaperKindIsoB4="Iso B4"
+sdxRichEditPaperKindItalyEnvelope="ŷ"
+sdxRichEditPaperKindJapaneseDoublePostcard="ձ˫Ƭ"
+sdxRichEditPaperKindJapaneseDoublePostcardRotated="ձ˫Ƭת"
+sdxRichEditPaperKindJapaneseEnvelopeChouNumber3="ձŷ3"
+sdxRichEditPaperKindJapaneseEnvelopeChouNumber3Rotated="ձŷ3תʽ"
+sdxRichEditPaperKindJapaneseEnvelopeChouNumber4="ձŷ4"
+sdxRichEditPaperKindJapaneseEnvelopeChouNumber4Rotated="ձŷ4תʽ"
+sdxRichEditPaperKindJapaneseEnvelopeKakuNumber2="ձŷ2"
+sdxRichEditPaperKindJapaneseEnvelopeKakuNumber2Rotated="ձŷ2תʽ"
+sdxRichEditPaperKindJapaneseEnvelopeKakuNumber3="ձŷ3"
+sdxRichEditPaperKindJapaneseEnvelopeKakuNumber3Rotated="ձŷ3תʽ"
+sdxRichEditPaperKindJapaneseEnvelopeYouNumber4="ձŷ4"
+sdxRichEditPaperKindJapaneseEnvelopeYouNumber4Rotated="ձŷ4תʽ"
+sdxRichEditPaperKindJapanesePostcard="ձƬ"
+sdxRichEditPaperKindJapanesePostcardRotated="ձƬ"
+sdxRichEditPaperKindLedger="ʲ"
+sdxRichEditPaperKindLegal=""
+sdxRichEditPaperKindLegalExtra="شֽ"
+sdxRichEditPaperKindLetter="ŷ"
+sdxRichEditPaperKindLetterExtra="شŷ"
+sdxRichEditPaperKindLetterExtraTransverse="شŷ"
+sdxRichEditPaperKindLetterPlus="ŷPlus"
+sdxRichEditPaperKindLetterRotated="ŷת"
+sdxRichEditPaperKindLetterSmall="Сŷ"
+sdxRichEditPaperKindLetterTransverse="ŷ"
+sdxRichEditPaperKindMonarchEnvelope="ŷ"
+sdxRichEditPaperKindNote="±"
+sdxRichEditPaperKindNumber10Envelope="10ŷ"
+sdxRichEditPaperKindNumber11Envelope="11ŷ"
+sdxRichEditPaperKindNumber12Envelope="12ŷ"
+sdxRichEditPaperKindNumber14Envelope="13ŷ"
+sdxRichEditPaperKindNumber9Envelope="9ŷ"
+sdxRichEditPaperKindPersonalEnvelope="˽ŷ(6 3/4)"
+sdxRichEditPaperKindPrc16K="16"
+sdxRichEditPaperKindPrc16KRotated="16 ת"
+sdxRichEditPaperKindPrc32K="32"
+sdxRichEditPaperKindPrc32KBig="32"
+sdxRichEditPaperKindPrc32KBigRotated="32 ת"
+sdxRichEditPaperKindPrc32KRotated="32 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber1="Prcŷ1"
+sdxRichEditPaperKindPrcEnvelopeNumber10="йŷ10"
+sdxRichEditPaperKindPrcEnvelopeNumber10Rotated="йŷ10 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber1Rotated="йŷ1 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber2="йŷ2"
+sdxRichEditPaperKindPrcEnvelopeNumber2Rotated="йŷ2 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber3="йŷ3"
+sdxRichEditPaperKindPrcEnvelopeNumber3Rotated="йŷ3 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber4="йŷ4"
+sdxRichEditPaperKindPrcEnvelopeNumber4Rotated="йŷ4 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber5="йŷ5"
+sdxRichEditPaperKindPrcEnvelopeNumber5Rotated="йŷ5 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber6="йŷ6"
+sdxRichEditPaperKindPrcEnvelopeNumber6Rotated="йŷ6 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber7="йŷ7"
+sdxRichEditPaperKindPrcEnvelopeNumber7Rotated="йŷ7 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber8="йŷ8"
+sdxRichEditPaperKindPrcEnvelopeNumber8Rotated="йŷ8 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber9="йŷ9"
+sdxRichEditPaperKindPrcEnvelopeNumber9Rotated="йŷ9 ת"
+sdxRichEditPaperKindQuarto="Ŀ"
+sdxRichEditPaperKindStandard10x11="10x11"
+sdxRichEditPaperKindStandard10x14="10x14"
+sdxRichEditPaperKindStandard11x17="11x17"
+sdxRichEditPaperKindStandard12x11=" 12x11"
+sdxRichEditPaperKindStandard15x11="15x11"
+sdxRichEditPaperKindStandard9x11="9x11"
+sdxRichEditPaperKindStatement="嵥"
+sdxRichEditPaperKindTabloid="ժ"
+sdxRichEditPaperKindTabloidExtra="شС"
+sdxRichEditPaperKindUSStandardFanfold="дֽ"
+sdxRichEditParagraphDialogAfter="֮(&E):"
+sdxRichEditParagraphDialogAlignment="(&G):"
+sdxRichEditParagraphDialogAt="(&A):"
+sdxRichEditParagraphDialogBefore="֮ǰ(&B):"
+sdxRichEditParagraphDialogButtonTabs="Ʊ(&T)..."
+sdxRichEditParagraphDialogBy="ͨ(&Y):"
+sdxRichEditParagraphDialogDontAddSpace="ͬʽĶ䲻ӿո(&C)"
+sdxRichEditParagraphDialogForm=""
+sdxRichEditParagraphDialogGeneral=""
+sdxRichEditParagraphDialogIndentation=""
+sdxRichEditParagraphDialogIndentsAndSpacing="ͼ(&I)"
+sdxRichEditParagraphDialogKeepLinesTogether="зһ(&K)"
+sdxRichEditParagraphDialogLeft="(&L):"
+sdxRichEditParagraphDialogLineAndPageBreaks="кͷҳ(&P)"
+sdxRichEditParagraphDialogLineSpacing="м(&N):"
+sdxRichEditParagraphDialogOutlinelevel="ټ(&O):"
+sdxRichEditParagraphDialogPageBreakBefore="ǰҳ(&B)"
+sdxRichEditParagraphDialogPagination="ҳ"
+sdxRichEditParagraphDialogRight="(&R):"
+sdxRichEditParagraphDialogSpacing=""
+sdxRichEditParagraphDialogSpecial="(&S):"
+sdxRichEditSearchTextDialogAnyOneCharacterInTheSet="еκһַ"
+sdxRichEditSearchTextDialogAnyOneCharacterNotInTheSet="ڼеκһַ"
+sdxRichEditSearchTextDialogAnySingleCharacter="κεַ"
+sdxRichEditSearchTextDialogBeginningOfLine="Ŀͷ"
+sdxRichEditSearchTextDialogBeginningOfWord="ʿͷ"
+sdxRichEditSearchTextDialogButtonFindNext="һ(&F)"
+sdxRichEditSearchTextDialogButtonReplaceAll="ȫ滻(&A)"
+sdxRichEditSearchTextDialogButtonReplaceNext="滻(&R)"
+sdxRichEditSearchTextDialogDirection="(&:):"
+sdxRichEditSearchTextDialogDirectionAll="ȫ"
+sdxRichEditSearchTextDialogDirectionDown=""
+sdxRichEditSearchTextDialogDirectionUp=""
+sdxRichEditSearchTextDialogEndOfLine="ĩ"
+sdxRichEditSearchTextDialogEndOfWord="ʽβ"
+sdxRichEditSearchTextDialogEscapeSpecialCharacter="תַ"
+sdxRichEditSearchTextDialogFind="(&D)"
+sdxRichEditSearchTextDialogFindWholeWord="ȫƥ(&Y)"
+sdxRichEditSearchTextDialogForm="滻"
+sdxRichEditSearchTextDialogInteger=""
+sdxRichEditSearchTextDialogMatchCase="ƥСд(&H)"
+sdxRichEditSearchTextDialogOneOrMore="һ"
+sdxRichEditSearchTextDialogOr=""
+sdxRichEditSearchTextDialogRegex="ʽ(&G)"
+sdxRichEditSearchTextDialogReplace="滻(&P)"
+sdxRichEditSearchTextDialogRplReplaceString="滻Ϊ(&I):"
+sdxRichEditSearchTextDialogSearchString="(&N):"
+sdxRichEditSearchTextDialogSpaceOrTab="ոƱ"
+sdxRichEditSearchTextDialogTagExpression="DZʽ"
+sdxRichEditSearchTextDialogTaggedExpression="ǵıʽ"
+sdxRichEditSearchTextDialogWordCharacter="ַ"
+sdxRichEditSearchTextDialogZeroOrMore=""
+sdxRichEditSimpleNumberingListDialogForm="Զб"
+sdxRichEditSplitTableCellsDialogForm="ֵԪ"
+sdxRichEditSplitTableCellsDialogMergeBeforeSplit="ϲԪǰ"
+sdxRichEditSplitTableCellsDialogNumberOfColumns="(&C):"
+sdxRichEditSplitTableCellsDialogNumberOfRows="(&R):"
+sdxRichEditSymbolDialogCharacterCode="ַ(&C):"
+sdxRichEditSymbolDialogFont="(&F):"
+sdxRichEditSymbolDialogForm=""
+sdxRichEditTabForm_All="ȫ"
+sdxRichEditTableCellOptionsDialogFitText="Ӧ(&F)"
+sdxRichEditTableCellOptionsDialogForm="Ԫѡ"
+sdxRichEditTableCellOptionsDialogMargins="Ԫϲ"
+sdxRichEditTableCellOptionsDialogOptions="ѡ"
+sdxRichEditTableCellOptionsDialogSameAsWholeTable="ͬ(&S)"
+sdxRichEditTableCellOptionsDialogWrapText="ı(&W)"
+sdxRichEditTableOfContentsEditShowLevels="ʾȼ:"
+sdxRichEditTableOfContentsForm=""
+sdxRichEditTableOfContentsListParagraphContent=""
+sdxRichEditTableOfContentsPrintPreview="ӡԤ"
+sdxRichEditTableOfContentsRightAlignPageNumbers="Ҷҳ"
+sdxRichEditTableOfContentsShowPageNumbers="ʾҳ"
+sdxRichEditTableOfContentsUseHyperlinks="ʹóӴҳ"
+sdxRichEditTableOptionsDialogAllowCellSpacing="ĵԪ֮ļ(&S)"
+sdxRichEditTableOptionsDialogDefaultCellSpacing="ĬϵԪ"
+sdxRichEditTableOptionsDialogForm="ѡ"
+sdxRichEditTableOptionsDialogMargins="ĬϵԪ߾"
+sdxRichEditTableOptionsDialogOptions="ѡ"
+sdxRichEditTableOptionsDialogResizeToFitContent="ԶСӦ(&Z)"
+sdxRichEditTablePropertiesDialogButtonBorder="߿Ӱ..."
+sdxRichEditTablePropertiesDialogButtonCellOptions="ѡ(&O)..."
+sdxRichEditTablePropertiesDialogButtonNextColumn="һ(&N)"
+sdxRichEditTablePropertiesDialogButtonNextRow="һ(&N)"
+sdxRichEditTablePropertiesDialogButtonPreviousColumn="һ(&P)"
+sdxRichEditTablePropertiesDialogButtonPreviousRow="һ(&P)"
+sdxRichEditTablePropertiesDialogButtonTableOptions="ѡ(&O)..."
+sdxRichEditTablePropertiesDialogCantSplit="ҳ(&K)"
+sdxRichEditTablePropertiesDialogCell="Ԫ(&E)"
+sdxRichEditTablePropertiesDialogCellVerticalAlighment="ֱ뷽ʽ"
+sdxRichEditTablePropertiesDialogCellVerticalAlignmentBottom="(&B)"
+sdxRichEditTablePropertiesDialogCellVerticalAlignmentCenter="м(&C)"
+sdxRichEditTablePropertiesDialogCellVerticalAlignmentTop="(&P)"
+sdxRichEditTablePropertiesDialogColumn="(&U)"
+sdxRichEditTablePropertiesDialogColumnNumber=""
+sdxRichEditTablePropertiesDialogForm=""
+sdxRichEditTablePropertiesDialogHeader="ΪÿҳĶظ(&H)"
+sdxRichEditTablePropertiesDialogIndentFromLeft="(&I):"
+sdxRichEditTablePropertiesDialogPreferredWidth="ѡ(&W):"
+sdxRichEditTablePropertiesDialogRow="(&R)"
+sdxRichEditTablePropertiesDialogRowHeightType="и(&I):"
+sdxRichEditTablePropertiesDialogRowNumber=""
+sdxRichEditTablePropertiesDialogRowOptions="ѡ(&O)"
+sdxRichEditTablePropertiesDialogSize="ߴ"
+sdxRichEditTablePropertiesDialogSpecifyHeight="ָ߶(&S):"
+sdxRichEditTablePropertiesDialogTable="(&T)"
+sdxRichEditTablePropertiesDialogTableAlignmenCenter="м(&C)"
+sdxRichEditTablePropertiesDialogTableAlignmenRight="(&H)"
+sdxRichEditTablePropertiesDialogTableAlignment=""
+sdxRichEditTablePropertiesDialogTableAlignmentLeft="(&L)"
+sdxRichEditTablePropertiesDialogWidthType="λ(&M):"
+sdxRichEditTablePropertiesHeightTypeExact="ȷ"
+sdxRichEditTablePropertiesHeightTypeMinimum=""
+sdxRichEditTableStyleDialogApplyFormattingTo="ʽӦ(&A):"
+sdxRichEditTableStyleDialogButtonFormat="ʽ(&O)"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_BottomLeftCell="µԪ"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_BottomRightCell="µԪ"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_EvenColumnBanding="ż"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_EvenRowBanding="ż"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_FirstColumn="һ"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_FirstRow=""
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_LastColumn="һ"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_LastRow="ϼ"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_OddColumnBanding=""
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_OddRowBanding=""
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_TopLeftCell="ϵԪ"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_TopRightCell="ϵԪ"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_WholeTable=""
+sdxRichEditTableStyleDialogCurrentStyle="ǰʽ:"
+sdxRichEditTableStyleDialogFontDialog="..."
+sdxRichEditTableStyleDialogForm="ʽ"
+sdxRichEditTableStyleDialogFormatting="ڸʽ"
+sdxRichEditTableStyleDialogName="(&N):"
+sdxRichEditTableStyleDialogParagraphDialog="..."
+sdxRichEditTableStyleDialogPreviewTableColumn1="һ"
+sdxRichEditTableStyleDialogPreviewTableColumn2=""
+sdxRichEditTableStyleDialogPreviewTableColumn3=""
+sdxRichEditTableStyleDialogPreviewTableRow1=""
+sdxRichEditTableStyleDialogPreviewTableRow2=""
+sdxRichEditTableStyleDialogPreviewTableRow3="Ϸ"
+sdxRichEditTableStyleDialogPreviewTableTotal="ϼ"
+sdxRichEditTableStyleDialogProperties=""
+sdxRichEditTableStyleDialogResetTableCellsBorders="ޱ߿(&N)"
+sdxRichEditTableStyleDialogSelectedStyle="ѡʽ"
+sdxRichEditTableStyleDialogStyleBasedOn="ʽ(&B):"
+sdxRichEditTableStyleDialogTabsDialog="Ʊ..."
+sdxRichEditTableStyleDialogToggleFontBoldHint=""
+sdxRichEditTableStyleDialogToggleFontItalicHint="б"
+sdxRichEditTableStyleDialogToggleFontUnderlineHint="»"
+sdxRichEditTableStyleDialogToggleTableCellsAllBorders="б߿(&A)"
+sdxRichEditTableStyleDialogToggleTableCellsBottomBorder="±߿(&B)"
+sdxRichEditTableStyleDialogToggleTableCellsBottomCenterAlignment="ײж"
+sdxRichEditTableStyleDialogToggleTableCellsBottomLeftAlignment="ײ"
+sdxRichEditTableStyleDialogToggleTableCellsBottomRightAlignment="ײҶ"
+sdxRichEditTableStyleDialogToggleTableCellsInsideBorder="ڲ߽(&I)"
+sdxRichEditTableStyleDialogToggleTableCellsInsideHorizontalBorder="ڲ(&H)"
+sdxRichEditTableStyleDialogToggleTableCellsInsideVerticalBorder="ڲ(&V)"
+sdxRichEditTableStyleDialogToggleTableCellsLeftBorder="߿(&L)"
+sdxRichEditTableStyleDialogToggleTableCellsMiddleCenterAlignment=""
+sdxRichEditTableStyleDialogToggleTableCellsMiddleLeftAlignment=""
+sdxRichEditTableStyleDialogToggleTableCellsMiddleRightAlignment="Ҷ"
+sdxRichEditTableStyleDialogToggleTableCellsOutsideBorder="ⲿ߿(&S)"
+sdxRichEditTableStyleDialogToggleTableCellsRightBorder="ұ߿(&R)"
+sdxRichEditTableStyleDialogToggleTableCellsTopBorder="ϱ߿(&P)"
+sdxRichEditTableStyleDialogToggleTableCellsTopCenterAlignment="ж"
+sdxRichEditTableStyleDialogToggleTableCellsTopLeftAlignment=""
+sdxRichEditTableStyleDialogToggleTableCellsTopRightAlignment="Ҷ"
+sdxRichEditTabsDialogAlignment=""
+sdxRichEditTabsDialogButtonClear="(&E)"
+sdxRichEditTabsDialogButtonClearAll="ȫ(&A)"
+sdxRichEditTabsDialogButtonSet="(&S)"
+sdxRichEditTabsDialogCenter="м(&C)"
+sdxRichEditTabsDialogDecimal="ʮ(&D)"
+sdxRichEditTabsDialogDefaultTabStops="ĬƱ(&F):"
+sdxRichEditTabsDialogDots="(&O)"
+sdxRichEditTabsDialogEqualSign="Ⱥ(&Q)"
+sdxRichEditTabsDialogForm="Ʊ"
+sdxRichEditTabsDialogHyphens="ӷ(&H)"
+sdxRichEditTabsDialogLeader=""
+sdxRichEditTabsDialogLeft="(&L)"
+sdxRichEditTabsDialogMiddleDots="м(&M)"
+sdxRichEditTabsDialogNone="()(&N)"
+sdxRichEditTabsDialogRight="(&R)"
+sdxRichEditTabsDialogTabStopPosition="Ʊλ(&T):"
+sdxRichEditTabsDialogTabStopsToBeCleared="Ʊ:"
+sdxRichEditTabsDialogThickLine="ʵ(&I)"
+sdxRichEditTabsDialogUnderline="»(&U)"
+sdxRichEditUnitsCentimeters=" "
+sdxRichEditUnitsInches="""
+sdxRichEditUnitsMillimeters=" "
+sdxRichEditUnitsPercent="%"
+sdxRichEditUnitsPicas=" "
+sdxRichEditUnitsPoints=" pt"
+sdxRight="ұ(&G):"
+sdxRightMargin="ұ߽"
+sdxRiseActiveToTop="㼶ʾڶ"
+sdxRoot="(&R)"
+sdxRootBorders="߿(&B)"
+sdxRoundRect="ԲǾ"
+sdxRoundSquare="Բ"
+sdxRowAutoHeight="Զи(&W)"
+sdxRowFields="ֶ(&R)"
+sdxRowHeadersOnEveryPage="б"
+sdxRows="(&R)"
+sdxSalesAndMarketing="ۺ\\nгӪ"
+sdxSample="ʾ:"
+sdxSampleText="ʾʾ"
+sdxSave="(&S)..."
+sdxSaveFileDialogDefaultTitle=""
+sdxSaveFileDialogOkCaption=""
+sdxSaveReportDataToFileTitle="汨"
+sdxScaleTo=":"
+sdxScaling=""
+sdxSchedulerActionAgendaViewCaption=""
+sdxSchedulerActionAgendaViewHint=""
+sdxSchedulerActionCompressWeekendsCaption="ѹĩ"
+sdxSchedulerActionCompressWeekendsHint="ѹĩ"
+sdxSchedulerActionDateNavigatorCaption="ѡ"
+sdxSchedulerActionDateNavigatorHint="ѡ"
+sdxSchedulerActionDayViewCaption=""
+sdxSchedulerActionDayViewHint=""
+sdxSchedulerActionGanttViewCaption="ͼ"
+sdxSchedulerActionGanttViewHint="ͼ"
+sdxSchedulerActionGoBackwardCaption=""
+sdxSchedulerActionGoBackwardHint=""
+sdxSchedulerActionGoForwardCaption="ǰ"
+sdxSchedulerActionGoForwardHint="ǰ"
+sdxSchedulerActionGoToDateCaption="ת"
+sdxSchedulerActionGoToDateHint="ת"
+sdxSchedulerActionGoToTodayCaption="ת"
+sdxSchedulerActionGoToTodayHint="ת"
+sdxSchedulerActionGroupByDateCaption="ͨڷ"
+sdxSchedulerActionGroupByDateHint="ͨڷ"
+sdxSchedulerActionGroupByNoneCaption="ͨշ"
+sdxSchedulerActionGroupByNoneHint="ͨշ"
+sdxSchedulerActionGroupByResourceCaption="ͨԴ"
+sdxSchedulerActionGroupByResourceHint="ͨԴ"
+sdxSchedulerActionMonthViewCaption=""
+sdxSchedulerActionMonthViewHint=""
+sdxSchedulerActionNewEventCaption="¼(&N)"
+sdxSchedulerActionNewEventHint="¼(&N)"
+sdxSchedulerActionNewRecurringEventCaption="¼(&R)"
+sdxSchedulerActionNewRecurringEventHint="¼(&R)"
+sdxSchedulerActionNextSevenDaysCaption="7"
+sdxSchedulerActionNextSevenDaysHint="7"
+sdxSchedulerActionPageSetupCaption="ҳ"
+sdxSchedulerActionPageSetupHint="ҳ"
+sdxSchedulerActionPrintCaption="ӡ(&P)"
+sdxSchedulerActionPrintHint="ӡ"
+sdxSchedulerActionPrintPreviewCaption="ӡԤ(&V)"
+sdxSchedulerActionPrintPreviewHint="ӡԤ"
+sdxSchedulerActionResourcesLayoutEditorCaption="Դֱ༭"
+sdxSchedulerActionResourcesLayoutEditorHint="Դֱ༭"
+sdxSchedulerActionSnapEventsToTimeSlotsCaption="ʱ۶¼"
+sdxSchedulerActionSnapEventsToTimeSlotsHint="ʱ۶¼"
+sdxSchedulerActionTimeGridViewCaption="ʱ"
+sdxSchedulerActionTimeGridViewHint="ʱ"
+sdxSchedulerActionTimeScale10MinutesCaption="10"
+sdxSchedulerActionTimeScale10MinutesHint="10"
+sdxSchedulerActionTimeScale15MinutesCaption="15"
+sdxSchedulerActionTimeScale15MinutesHint="15"
+sdxSchedulerActionTimeScale30MinutesCaption="30"
+sdxSchedulerActionTimeScale30MinutesHint="30"
+sdxSchedulerActionTimeScale5MinutesCaption="5"
+sdxSchedulerActionTimeScale5MinutesHint="5"
+sdxSchedulerActionTimeScale60MinutesCaption="60"
+sdxSchedulerActionTimeScale60MinutesHint="60"
+sdxSchedulerActionTimeScale6MinutesCaption="6"
+sdxSchedulerActionTimeScale6MinutesHint="6"
+sdxSchedulerActionWeekViewCaption=""
+sdxSchedulerActionWeekViewHint=""
+sdxSchedulerActionWorkTimeOnlyCaption="Сʱ"
+sdxSchedulerActionWorkTimeOnlyHint="Сʱ"
+sdxSchedulerActionWorkWeekViewCaption=""
+sdxSchedulerActionWorkWeekViewHint=""
+sdxSchedulerActionYearViewCaption=""
+sdxSchedulerActionYearViewHint=""
+sdxSchedulerContent=""
+sdxSchedulerDateNavigatorContent="ڵ"
+sdxSchedulerDateNavigatorHeader="ڵ"
+sdxSchedulerDayHeader="ձ"
+sdxSchedulerEvent="¼"
+sdxSchedulerNotesAreaBlank="ע(հ)"
+sdxSchedulerNotesAreaLined="ע()"
+sdxSchedulerResourceHeader="Դ"
+sdxSchedulerSchedulerHeader="ȼƻ"
+sdxSchedulerTaskPad=""
+sdxSchedulerTimeRuler="ʱ"
+sdxSecondaryTimeZone="Ҫ"
+sdxSectionPropertiesApplyThisPointForward="һ"
+sdxSectionPropertiesApplyToCurrentSection="ǰ"
+sdxSectionPropertiesApplyToSelectedSections="ѡ"
+sdxSectionPropertiesApplyToWholeDocument="ĵ"
+sdxSeeAboveMessage="μ"
+sdxSelectAll="ȫѡ(&S)"
+sdxSelectDetailsCaption="ѡҪʾļĿϸϢ."
+sdxSelection="ѡ"
+sdxSelectionStyle="ѡ"
+sdxSelectNewRoot="ѡĸ·"
+sdxSeparators="ָ"
+sdxSeptember=""
+sdxSeptemberShort=""
+sdxSetSingleCellAsPrintAreaConfirmation="ѡһԪΪӡ.ȷ,뵥ȷ.ѡ˵Ԫ,뵥ȡ,ѡҪĵԪ,Ȼٴεôӡ"
+sdxShading="Ӱ "
+sdxShadow="Ӱ"
+sdxShellDetailsCaption="ϸ"
+sdxShellExtraLargeIconsCaption="Ĵͼ"
+sdxShellIconsCaption="ͼ"
+sdxShellLargeIconsCaption="ͼ"
+sdxShellListCaption="б"
+sdxShellListViewMenuItemPaste="ճ"
+sdxShellListViewMenuItemRefresh=""
+sdxShellListViewMenuItemSort="ʽ"
+sdxShellListViewMenuItemSortAscending=""
+sdxShellListViewMenuItemSortDescending=""
+sdxShellListViewNoItemsMatch="ûƥĿ."
+sdxShellListViewWorkingOnIt="..."
+sdxShellMediumIconsCaption="еͼ"
+sdxShellSmallIconsCaption="Сͼ"
+sdxShellViewsCaption="ͼ"
+sdxShiftCellsDown="Ԫ(&D)"
+sdxShiftCellsLeft="Ԫ(&L)"
+sdxShiftCellsRight="Ԫ(&I)"
+sdxShiftCellsUp="Ԫ(&U)"
+sdxShiftColumn="(&C)"
+sdxShiftRow="(&R)"
+sdxShortcutMenusBar="ݲ˵"
+sdxShow="ʾ"
+sdxShowGridLines=""
+sdxShowRowAndColumnHeadings="кб(&R)"
+sdxShowTimeAsFreeMessage="ͷ"
+sdxShowTimeAsLabelCaption="ʱʾΪ:"
+sdxShowTimeAsOutOfOfficeMessage=""
+sdxShowTimeAsTentativeMessage="ݶ"
+sdxShrinkHeight="߶"
+sdxShrinkWidth=""
+sdxSize="ߴ"
+sdxSizes="С"
+sdxSkinElementNotFound="Ա"%s"ûҵ"
+sdxSkinGroupNotFound=""%s"ûҵ"
+sdxSkinInvalidStreamFormat="ʽЧ"
+sdxSkinParentNotFound="Ƥ"%s"ûҵ"
+sdxSkinsRootFolder="ҵDX_VCLƤ"
+sdxSkipEmptyGroups="շ"
+sdxSkipEmptyViews="ͼ"
+sdxSlantedDashDotEdgePattern="б̻-"
+sdxSoft3D="ά(&T)"
+sdxSoftwareDepartment=""
+sdxSolidEdgePattern="ʵ"
+sdxSolidFillPattern="ʵ"
+sdxSouth="Ϸ"
+sdxSpacing=""
+sdxSparklineNoData="<>"
+sdxSpellCheckerActive="(&A)"
+sdxSpellCheckerAddButton="(&A)"
+sdxSpellCheckerAddButton1="(&D)"
+sdxSpellCheckerApplylButton="Ӧ(&A)"
+sdxSpellCheckerAutoCorrect="Զ"
+sdxSpellCheckerAutoCorrectAutomaticallyUseSuggestions="ԶʹƴдṩĽ"
+sdxSpellCheckerAutoCorrectCapitalize="д"
+sdxSpellCheckerAutoCorrectCorrectCapsLock="У CAPS LOCK ÷(&L)"
+sdxSpellCheckerAutoCorrectCorrectInitialCaps="Удĸ(&I)"
+sdxSpellCheckerAutoCorrectCorrectSentenceCaps="ĸд(&S)"
+sdxSpellCheckerAutoCorrectDisableCapsLock="Caps Lock"
+sdxSpellCheckerAutoCorrectExceptionsFormCaption="쳣"
+sdxSpellCheckerAutoCorrectOptionsFormCaption="Զѡ"
+sdxSpellCheckerAutoCorrectReplace="滻(&R):"
+sdxSpellCheckerAutoCorrectReplacementExistMessageFormat="ԶУĿ %s Ѵ.ǷҪ¶?"
+sdxSpellCheckerAutoCorrectReplaceTextAsYouType="滻ı"
+sdxSpellCheckerAutoCorrectWith="(&W):"
+sdxSpellCheckerAutoInclude="Զ(&U)"
+sdxSpellCheckerAutoInclude1="Զ"
+sdxSpellCheckerCancelButton="ȡ"
+sdxSpellCheckerChangeAllButton="ı(&L)"
+sdxSpellCheckerChangeButton="ı(&C)"
+sdxSpellCheckerChangeTo="ıΪ(&T):"
+sdxSpellCheckerCloseButton="ر"
+sdxSpellCheckerConfirmUseUnknownWord="ѡҪĻԶʵҲĵ. \nҪʹʲ?"
+sdxSpellCheckerCustomDictionaryFormCaption="Զʵ"
+sdxSpellCheckerDeleteAllButton="ȫɾ(&L)"
+sdxSpellCheckerDeleteButton="ɾ(&D)"
+sdxSpellCheckerDeleteButton1="ɾ(&E)"
+sdxSpellCheckerDeleteButton2="ɾ(&L)"
+sdxSpellCheckerEditButton="༭..."
+sdxSpellCheckerExceptionsButton="쳣(&E)"
+sdxSpellCheckerFileFormatMismatch="ļʽƥ"
+sdxSpellCheckerFirstLetterExceptions="д (ûкĴд)"
+sdxSpellCheckerHunspellDictionary="ƴд"
+sdxSpellCheckerIgnoreAllButton="ȫ(&G)"
+sdxSpellCheckerIgnoreButton="(&I)"
+sdxSpellCheckerIgnoreEmails="Եʼ"
+sdxSpellCheckerIgnoreMixedCaseWords="Եĵ MiXeDcASe"
+sdxSpellCheckerIgnoreRepeatedWords="ظĵ"
+sdxSpellCheckerIgnoreUpperCaseWords="Դдĵ"
+sdxSpellCheckerIgnoreUrls="վ"
+sdxSpellCheckerIgnoreWordsWithNumbers="Դֵĵ"
+sdxSpellCheckerInitialCapsExceptions="ĸдĵ"
+sdxSpellCheckerISpellDictionary="ƽ"
+sdxSpellCheckerMoreThanOne="һִгֻһTdxSpellChecker"
+sdxSpellCheckerNoActiveDictionaries="ʵ䲻"
+sdxSpellCheckerNoSuggestions="()"
+sdxSpellCheckerNotInDictionary="ֵ:"
+sdxSpellCheckerNotUseChangeAll="ѡõ \nΪıƴд \nѡ仰,Ļָԭľ"
+sdxSpellCheckerOkButton="ȷ(&O)"
+sdxSpellCheckerOpenOfficeDictionary="칫"
+sdxSpellCheckerOptionsButton="ѡ..."
+sdxSpellCheckerRepeatedWord="ظĵ:"
+sdxSpellCheckerReplaceButton="滻(&A)"
+sdxSpellCheckerSelectionCheckIsFinished="ѡ.ǷҪĵಿ?"
+sdxSpellCheckerSpellingComplete="ƴд."
+sdxSpellCheckerSpellingFormCaption="ƴд"
+sdxSpellCheckerSpellingLanguage=":"
+sdxSpellCheckerSpellingOptionsEditCustomDictionaryGroupBox="༭Զʵ"
+sdxSpellCheckerSpellingOptionsEditCustomDictionaryText="ԶʵӡĻɾ."
+sdxSpellCheckerSpellingOptionsFormCaption="ƴдѡ"
+sdxSpellCheckerSpellingOptionsGeneralOptionsGroupBox="ѡ"
+sdxSpellCheckerSpellingOptionsInternationalDictionariesGroupBox="ֵ"
+sdxSpellCheckerSpellingOptionsInternationalDictionariesText="ѡƴдʱҪʹõĴʵ."
+sdxSpellCheckerSpellingOptionsMainGroupBox="ƴд"
+sdxSpellCheckerSuggestButton="(&S)"
+sdxSpellCheckerSuggestions="(&N):"
+sdxSpellCheckerUndoButton="(&U)"
+sdxSpellCheckerUndoEditButton="༭(&U)"
+sdxSpellCheckerUndoLastButton="ϴβ(&U)"
+sdxSpellCheckerUserDictionary="û"
+sdxSpreadSheetActionAlignHorizontalCenterCaption="жı"
+sdxSpreadSheetActionAlignHorizontalCenterHint="жı"
+sdxSpreadSheetActionAlignHorizontalLeftCaption="ı"
+sdxSpreadSheetActionAlignHorizontalLeftHint="ı"
+sdxSpreadSheetActionAlignHorizontalRightCaption="Ҷı"
+sdxSpreadSheetActionAlignHorizontalRightHint="Ҷı"
+sdxSpreadSheetActionAlignVerticalBottomCaption="ײ"
+sdxSpreadSheetActionAlignVerticalBottomHint="ײ"
+sdxSpreadSheetActionAlignVerticalCenterCaption="м"
+sdxSpreadSheetActionAlignVerticalCenterHint="м"
+sdxSpreadSheetActionAlignVerticalTopCaption="붥"
+sdxSpreadSheetActionAlignVerticalTopHint="붥"
+sdxSpreadSheetActionAutoFitColumnWidthCaption="Ӧп"
+sdxSpreadSheetActionAutoFitColumnWidthHint="Ӧп"
+sdxSpreadSheetActionAutoFitRowHeightCaption="Ӧи߶"
+sdxSpreadSheetActionAutoFitRowHeightHint="Ӧи߶"
+sdxSpreadSheetActionAutoSumGalleryAverageCaption="ƽ"
+sdxSpreadSheetActionAutoSumGalleryCaption=""
+sdxSpreadSheetActionAutoSumGalleryCountNumbersCaption=""
+sdxSpreadSheetActionAutoSumGalleryMaxCaption=""
+sdxSpreadSheetActionAutoSumGalleryMinCaption="С"
+sdxSpreadSheetActionAutoSumGallerySumCaption="ܺ"
+sdxSpreadSheetActionBordersAllCaption="б߿"
+sdxSpreadSheetActionBordersAllHint="б߿"
+sdxSpreadSheetActionBordersBottomCaption="±߿"
+sdxSpreadSheetActionBordersBottomDoubleCaption="˫"
+sdxSpreadSheetActionBordersBottomDoubleHint="˫"
+sdxSpreadSheetActionBordersBottomHint="±߿"
+sdxSpreadSheetActionBordersBottomThickCaption="ױ߿"
+sdxSpreadSheetActionBordersBottomThickHint="ױ߿"
+sdxSpreadSheetActionBordersLeftCaption="߿"
+sdxSpreadSheetActionBordersLeftHint="߿"
+sdxSpreadSheetActionBordersMoreCaption=".."
+sdxSpreadSheetActionBordersMoreHint=".."
+sdxSpreadSheetActionBordersNoneCaption="ޱ߿"
+sdxSpreadSheetActionBordersNoneHint="ޱ߿"
+sdxSpreadSheetActionBordersOutsideCaption="ⲿ߿"
+sdxSpreadSheetActionBordersOutsideHint="ⲿ߿"
+sdxSpreadSheetActionBordersOutsideThickCaption="߿"
+sdxSpreadSheetActionBordersOutsideThickHint="߿"
+sdxSpreadSheetActionBordersRightCaption="ұ߿"
+sdxSpreadSheetActionBordersRightHint="ұ߿"
+sdxSpreadSheetActionBordersTopAndBottomCaption="±߿"
+sdxSpreadSheetActionBordersTopAndBottomDoubleCaption="˫ױ߿"
+sdxSpreadSheetActionBordersTopAndBottomDoubleHint="˫ױ߿"
+sdxSpreadSheetActionBordersTopAndBottomHint="±߿"
+sdxSpreadSheetActionBordersTopAndBottomThickCaption="ͺĵײ߿"
+sdxSpreadSheetActionBordersTopAndBottomThickHint="ͺĵײ߿"
+sdxSpreadSheetActionBordersTopCaption="ϱ߿"
+sdxSpreadSheetActionBordersTopHint="ϱ߿"
+sdxSpreadSheetActionChangeFillColorCaption="ɫ(&F):"
+sdxSpreadSheetActionChangeFillColorHint="ɫ(&F):"
+sdxSpreadSheetActionChangeFontColorCaption="ɫ"
+sdxSpreadSheetActionChangeFontColorHint="ɫ"
+sdxSpreadSheetActionChangeFontNameCaption=""
+sdxSpreadSheetActionChangeFontNameHint=""
+sdxSpreadSheetActionChangeFontSizeCaption="С"
+sdxSpreadSheetActionChangeFontSizeHint="С"
+sdxSpreadSheetActionClearAllCaption="ȫ"
+sdxSpreadSheetActionClearAllHint="ȫ"
+sdxSpreadSheetActionClearContentsCaption=""
+sdxSpreadSheetActionClearContentsHint=""
+sdxSpreadSheetActionClearFormatsCaption="ʽ"
+sdxSpreadSheetActionClearFormatsHint="ʽ"
+sdxSpreadSheetActionClearPrintAreaCaption="&ӡ"
+sdxSpreadSheetActionClearPrintAreaHint="ӡ"
+sdxSpreadSheetActionConditionalFormattingClearRulesFromEntireSheetCaption=""
+sdxSpreadSheetActionConditionalFormattingClearRulesFromEntireSheetHint=""
+sdxSpreadSheetActionConditionalFormattingClearRulesFromSelectedCellsCaption="ѡԪеĹ"
+sdxSpreadSheetActionConditionalFormattingClearRulesFromSelectedCellsHint="ѡԪеĹ"
+sdxSpreadSheetActionConditionalFormattingColorScalesGalleryCaption="ɫ"
+sdxSpreadSheetActionConditionalFormattingDataBarsGalleryCaption=""
+sdxSpreadSheetActionConditionalFormattingDataBarsGalleryGradientFillGroupCaption=""
+sdxSpreadSheetActionConditionalFormattingDataBarsGallerySolidFillGroupCaption="ʵ"
+sdxSpreadSheetActionConditionalFormattingIconSetsGalleryCaption="ͼ꼯"
+sdxSpreadSheetActionConditionalFormattingIconSetsGalleryDirectionalGroupCaption=""
+sdxSpreadSheetActionConditionalFormattingIconSetsGalleryIndicatorsGroupCaption="ָ"
+sdxSpreadSheetActionConditionalFormattingIconSetsGalleryRatingsGroupCaption=""
+sdxSpreadSheetActionConditionalFormattingIconSetsGalleryShapesGroupCaption="״"
+sdxSpreadSheetActionConditionalFormattingMoreRulesCaption="..."
+sdxSpreadSheetActionConditionalFormattingMoreRulesHint="..."
+sdxSpreadSheetActionConditionalFormattingNewRuleCaption="¹..."
+sdxSpreadSheetActionConditionalFormattingNewRuleHint="¹..."
+sdxSpreadSheetActionConditionalFormattingTopBottomRulesGalleryAboveAverageCaption="ƽˮƽ"
+sdxSpreadSheetActionConditionalFormattingTopBottomRulesGalleryBelowAverageCaption="ƽˮƽ"
+sdxSpreadSheetActionConditionalFormattingTopBottomRulesGalleryBottom10ItemsCaption="10"
+sdxSpreadSheetActionConditionalFormattingTopBottomRulesGalleryBottom10PercentsCaption="10%"
+sdxSpreadSheetActionConditionalFormattingTopBottomRulesGalleryCaption="/ײ"
+sdxSpreadSheetActionConditionalFormattingTopBottomRulesGalleryTop10ItemsCaption="ǰ10"
+sdxSpreadSheetActionConditionalFormattingTopBottomRulesGalleryTop10PercentsCaption="ǰ10%"
+sdxSpreadSheetActionCopySelectionCaption=""
+sdxSpreadSheetActionCopySelectionHint=""
+sdxSpreadSheetActionCreateDefinedNameCaption=""
+sdxSpreadSheetActionCreateDefinedNamesFromSelectionCaption="ѡ"
+sdxSpreadSheetActionCutSelectionCaption=""
+sdxSpreadSheetActionCutSelectionHint=""
+sdxSpreadSheetActionDecreaseFontSizeCaption="СС"
+sdxSpreadSheetActionDecreaseFontSizeHint="СС"
+sdxSpreadSheetActionDeleteColumnsCaption="ɾ"
+sdxSpreadSheetActionDeleteColumnsHint="ɾ"
+sdxSpreadSheetActionDeleteCommentsCaption="ɾע"
+sdxSpreadSheetActionDeleteCommentsHint="ɾע"
+sdxSpreadSheetActionDeleteRowsCaption="ɾ"
+sdxSpreadSheetActionDeleteRowsHint="ɾ"
+sdxSpreadSheetActionDeleteSheetCaption="ɾ"
+sdxSpreadSheetActionDeleteSheetHint="ɾ"
+sdxSpreadSheetActionEditCommentCaption="༭ע"
+sdxSpreadSheetActionEditCommentHint="༭ע"
+sdxSpreadSheetActionFindAndReplaceCaption="滻(&&)"
+sdxSpreadSheetActionFindAndReplaceHint="滻"
+sdxSpreadSheetActionFreezeFirstColumnCaption="һ"
+sdxSpreadSheetActionFreezeFirstColumnHint="һ"
+sdxSpreadSheetActionFreezePanesCaption="ᴰ"
+sdxSpreadSheetActionFreezePanesHint="ᴰ"
+sdxSpreadSheetActionFreezeTopRowCaption="һ"
+sdxSpreadSheetActionFreezeTopRowHint="һ"
+sdxSpreadSheetActionGroupColumnsCaption="з"
+sdxSpreadSheetActionGroupColumnsHint="з"
+sdxSpreadSheetActionGroupRowsCaption="з"
+sdxSpreadSheetActionGroupRowsHint="з"
+sdxSpreadSheetActionHideColumnsCaption=""
+sdxSpreadSheetActionHideColumnsHint=""
+sdxSpreadSheetActionHideRowsCaption=""
+sdxSpreadSheetActionHideRowsHint=""
+sdxSpreadSheetActionHideSheetCaption="ع"
+sdxSpreadSheetActionHideSheetHint="ع"
+sdxSpreadSheetActionIncreaseFontSizeCaption="С"
+sdxSpreadSheetActionIncreaseFontSizeHint="С"
+sdxSpreadSheetActionInsertColumnsCaption="빤"
+sdxSpreadSheetActionInsertColumnsHint="빤"
+sdxSpreadSheetActionInsertPageBreakCaption="&Iҳ"
+sdxSpreadSheetActionInsertPageBreakHint="ҳ"
+sdxSpreadSheetActionInsertPictureCaption="ͼƬ"
+sdxSpreadSheetActionInsertPictureDialogTitle="ͼƬ"
+sdxSpreadSheetActionInsertPictureHint="ͼƬ"
+sdxSpreadSheetActionInsertRowsCaption="빤"
+sdxSpreadSheetActionInsertRowsHint="빤"
+sdxSpreadSheetActionInsertSheetCaption="빤"
+sdxSpreadSheetActionInsertSheetHint="빤"
+sdxSpreadSheetActionMergeCellsAcrossCaption="ϲ"
+sdxSpreadSheetActionMergeCellsAcrossHint="ϲ"
+sdxSpreadSheetActionMergeCellsAndCenterCaption="ϲ"
+sdxSpreadSheetActionMergeCellsAndCenterHint="ϲ"
+sdxSpreadSheetActionMergeCellsCaption="ϲԪ"
+sdxSpreadSheetActionMergeCellsHint="ϲԪ"
+sdxSpreadSheetActionMorePageMarginsCaption="ҳ߾..."
+sdxSpreadSheetActionMorePaperSizesCaption="ֽŴС..."
+sdxSpreadSheetActionNewCommentCaption="½ע"
+sdxSpreadSheetActionNewCommentHint="½ע"
+sdxSpreadSheetActionNewDocumentCaption="½(&N)"
+sdxSpreadSheetActionNewDocumentHint="½"
+sdxSpreadSheetActionNextCommentCaption="һע"
+sdxSpreadSheetActionNextCommentHint="һע"
+sdxSpreadSheetActionOpenDocumentCaption="(&O)"
+sdxSpreadSheetActionOpenDocumentHint=""
+sdxSpreadSheetActionPageMarginsGalleryBottomPartCaption="ײ"
+sdxSpreadSheetActionPageMarginsGalleryCaption="߾"
+sdxSpreadSheetActionPageMarginsGalleryFooterPartCaption="ҳ"
+sdxSpreadSheetActionPageMarginsGalleryHeaderPartCaption=""
+sdxSpreadSheetActionPageMarginsGalleryLeftPartCaption=""
+sdxSpreadSheetActionPageMarginsGalleryNarrowMarginsCaption="խ"
+sdxSpreadSheetActionPageMarginsGalleryNormalMarginsCaption=""
+sdxSpreadSheetActionPageMarginsGalleryRightPartCaption=""
+sdxSpreadSheetActionPageMarginsGalleryTopPartCaption=""
+sdxSpreadSheetActionPageMarginsGalleryWideMarginsCaption=""
+sdxSpreadSheetActionPageOrientationGalleryCaption=""
+sdxSpreadSheetActionPageSetupCaption="ҳ"
+sdxSpreadSheetActionPageSetupHint="ҳ"
+sdxSpreadSheetActionPaperSizeGalleryCaption="С"
+sdxSpreadSheetActionPasteSelectionCaption="ճ"
+sdxSpreadSheetActionPasteSelectionHint="ճ"
+sdxSpreadSheetActionPreviousCommentCaption="һע"
+sdxSpreadSheetActionPreviousCommentHint="һע"
+sdxSpreadSheetActionPrintCaption="ӡ(&P)"
+sdxSpreadSheetActionPrintHint="ӡ"
+sdxSpreadSheetActionPrintPreviewCaption="ӡԤ(&V)"
+sdxSpreadSheetActionPrintPreviewHint="ӡԤ"
+sdxSpreadSheetActionPrintTitlesCaption="&ӡ"
+sdxSpreadSheetActionPrintTitlesHint="ָҪÿӡҳظк."
+sdxSpreadSheetActionProtectSheetCaption=""
+sdxSpreadSheetActionProtectSheetHint="ͨ˵ı༭ֹҪĸ."
+sdxSpreadSheetActionProtectWorkbookCaption=""
+sdxSpreadSheetActionProtectWorkbookHint="ֹ˶Թнṹ,ƶɾӹ."
+sdxSpreadSheetActionRedoCaption=""
+sdxSpreadSheetActionRedoHint=""
+sdxSpreadSheetActionRemovePageBreakCaption="ɾҳ"
+sdxSpreadSheetActionRemovePageBreakHint="ɾҳ"
+sdxSpreadSheetActionResetAllPageBreaksCaption="зҳ"
+sdxSpreadSheetActionResetAllPageBreaksHint="зҳ"
+sdxSpreadSheetActionSaveDocumentAsCaption="Ϊ(&S)"
+sdxSpreadSheetActionSaveDocumentAsHint="Ϊ"
+sdxSpreadSheetActionSetLandscapePageOrientationCaption=""
+sdxSpreadSheetActionSetPortraitPageOrientationCaption=""
+sdxSpreadSheetActionSetPrintAreaCaption="&Sôӡ"
+sdxSpreadSheetActionSetPrintAreaHint="ôӡ"
+sdxSpreadSheetActionShowConditionalFormattingRulesManagerCaption=""
+sdxSpreadSheetActionShowConditionalFormattingRulesManagerHint=""
+sdxSpreadSheetActionShowDefinedNameManagerCaption="ѡ"
+sdxSpreadSheetActionShowHideCommentsCaption="ʾ/ע"
+sdxSpreadSheetActionShowHideCommentsHint="ʾ/ע"
+sdxSpreadSheetActionShowHyperlinkEditorCaption=""
+sdxSpreadSheetActionShowHyperlinkEditorHint=""
+sdxSpreadSheetActionSortAscendingCaption="AZ"
+sdxSpreadSheetActionSortAscendingHint="AZ"
+sdxSpreadSheetActionSortDescendingCaption="ZA"
+sdxSpreadSheetActionSortDescendingHint="ZA"
+sdxSpreadSheetActionTextIndentDecreaseCaption=""
+sdxSpreadSheetActionTextIndentDecreaseHint=""
+sdxSpreadSheetActionTextIndentIncreaseCaption=""
+sdxSpreadSheetActionTextIndentIncreaseHint=""
+sdxSpreadSheetActionTextWrapCaption="Զ(&X)"
+sdxSpreadSheetActionTextWrapHint="Զ(&X)"
+sdxSpreadSheetActionToggleFontBoldCaption="(&B)"
+sdxSpreadSheetActionToggleFontBoldHint=""
+sdxSpreadSheetActionToggleFontItalicCaption="б(&I)"
+sdxSpreadSheetActionToggleFontItalicHint="б"
+sdxSpreadSheetActionToggleFontStrikeoutCaption="ɾ"
+sdxSpreadSheetActionToggleFontStrikeoutHint="ɾ"
+sdxSpreadSheetActionToggleFontUnderlineCaption="»(&U)"
+sdxSpreadSheetActionToggleFontUnderlineHint="»"
+sdxSpreadSheetActionUndoCaption=""
+sdxSpreadSheetActionUndoHint=""
+sdxSpreadSheetActionUnfreezePanesCaption="ȡᴰ"
+sdxSpreadSheetActionUnfreezePanesHint="ȡᴰ"
+sdxSpreadSheetActionUngroupColumnsCaption="ȡ"
+sdxSpreadSheetActionUngroupColumnsHint="ȡ"
+sdxSpreadSheetActionUngroupRowsCaption="ȡ"
+sdxSpreadSheetActionUngroupRowsHint="ȡ"
+sdxSpreadSheetActionUnhideColumnsCaption="ʾ"
+sdxSpreadSheetActionUnhideColumnsHint="ʾ"
+sdxSpreadSheetActionUnhideRowsCaption="ʾ"
+sdxSpreadSheetActionUnhideRowsHint="ʾ"
+sdxSpreadSheetActionUnhideSheetCaption="ʾҳ"
+sdxSpreadSheetActionUnhideSheetHint="ʾҳ"
+sdxSpreadSheetActionUnmergeCellsCaption="ȡԪϲ"
+sdxSpreadSheetActionUnmergeCellsHint="ȡԪϲ"
+sdxSpreadSheetActionUseDefinedNameInFormulaCaption="ʹùʽ"
+sdxSpreadSheetActionZoomDefaultCaption="100%"
+sdxSpreadSheetActionZoomDefaultHint="100%"
+sdxSpreadSheetActionZoomInCaption="С"
+sdxSpreadSheetActionZoomInHint="С"
+sdxSpreadSheetActionZoomOutCaption="Ŵ"
+sdxSpreadSheetActionZoomOutHint="Ŵ"
+sdxSquare=""
+sdxStandardBar=""
+sdxStandardStyle="ʽ"
+sdxStartFromActiveDetails="ӵǰϸڿʼ"
+sdxStartLabelCaption="ʼ:"
+sdxStateImages="״̬ͼ(&S)"
+sdxStatus="״̬:"
+sdxStatusGenerateReport=". %d%%"
+sdxStatusPrinting="ڴӡ. %d ҳ"
+sdxStatusReady=""
+sdxStyle="ʽ(&S):"
+sdxStyleName="ʽ(&N):"
+sdxStyles="ʽ"
+sdxStyleSheetNameAlreadyExists="ʽ"%s"Ѵ"
+sdxStyleSheets="ʽ"
+sdxSubjectLabelCaption=":"
+sdxSummary="Ҫ"
+sdxSummaryFormat=" = 0"
+sdxSuppressBackgroundBitmaps="ѹ(&S)"
+sdxSuppressContentColoration="ֹݵɫ(&C)"
+sdxSuppressSourceFormats="ֹԴʽ(&S)"
+sdxSwimmingPool="Ӿ"
+sdxSysColor3DDkShadow="άӰ"
+sdxSysColor3DLight="ά"
+sdxSysColorActiveBorder="߿"
+sdxSysColorActiveCaption=""
+sdxSysColorAppWorkSpace="Ӧóռ"
+sdxSysColorBackground=""
+sdxSysColorBtnFace="ť"
+sdxSysColorBtnHighligh="ť"
+sdxSysColorBtnShadow="ťӰ"
+sdxSysColorBtnText="ťı"
+sdxSysColorCaptionText=""
+sdxSysColorGrayText="ɫ"
+sdxSysColorHighLight=""
+sdxSysColorHighLighText="ı"
+sdxSysColorInactiveBorder="ǻ߿"
+sdxSysColorInactiveCaption=""
+sdxSysColorInactiveCaptionText=""
+sdxSysColorInfoBk="Ϣ"
+sdxSysColorInfoText="Ϣı"
+sdxSysColorMenu="˵"
+sdxSysColorMenuText="˵"
+sdxSysColorScrollBar=""
+sdxSysColorWindow=""
+sdxSysColorWindowFrame="ڿ"
+sdxSysColorWindowText="ı"
+sdxSystemProgrammers="ϵͳԱ"
+sdxTabbedMDIManagerAlreadyExists="TabbedMDIManagerѴ"
+sdxTabbedMDIManagerFormIsNotMainForm="ѡʽMDI岻Ӧó"
+sdxTabbedMDIManagerFormIsNotMDIForm="ѡʽMDI岻MDI"
+sdxTabbedMDIOwnerIsNotForm="߲TForm"
+sdxTabPrintStyles="ӡʽ"
+sdxTabs="ǩҳ"
+sdxTall="ҳ(&T)"
+sdxTaskPad=""
+sdxTechnicalDepartment=""
+sdxText="ı(&T)"
+sdxTextAlign="ı(&A)"
+sdxTextAlignBottom=""
+sdxTextAlignCenter=""
+sdxTextAlignHorz="ˮƽ(&Z)"
+sdxTextAlignJustified=""
+sdxTextAlignLeft=""
+sdxTextAlignRight=""
+sdxTextAlignTop=""
+sdxTextAlignVCenter=""
+sdxTextAlignVert="ֱ(&V)"
+sdxTexture="(&T)"
+sdxTextureBlueTissuePaper="ɫɰֽ"
+sdxTextureBouquet=""
+sdxTextureBrownMarble="ɫʯ"
+sdxTextureCanvas=""
+sdxTextureCork="ľ"
+sdxTextureDenim="бƲ"
+sdxTextureFishFossil="ʯ"
+sdxTextureGranite=""
+sdxTextureGreenMarble="ɫʯ"
+sdxTextureMediumWood="ɫľ"
+sdxTextureNewSprint="ֽ"
+sdxTextureOak="ľ"
+sdxTexturePaperBag="ֽ"
+sdxTexturePapyrus="ֽɯֽ"
+sdxTextureParchment="Ƥֽ"
+sdxTexturePinkMarble="ɫɰֽ"
+sdxTexturePurpleMesh="ɫ"
+sdxTextureRecycledPaper="ֽ"
+sdxTextureSand="ɳ̲"
+sdxTextureStationary="ֽ"
+sdxTextureWalnut=""
+sdxTextureWaterDroplets="ˮ"
+sdxTextureWhiteMarble="ɫʯ"
+sdxTextureWonenMat="֯"
+sdxThereAreNowItemsForShow="ûĿ"
+sdxThereIsNoPictureToDisplay="ͼƬʾ"
+sdxThickCrossHatchFillPattern="ֶԽ"
+sdxThickness=":"
+sdxThickSolidEdgePattern="ʵ"
+sdxThinDiagonalCrossHatchFillPattern="ϸԽ"
+sdxThinDiagonalStripeFillPattern="ϸԽ"
+sdxThinHorizontalCrossHatchFillPattern="ϸˮƽ"
+sdxThinHorizontalStripeFillPattern="ϸˮƽ"
+sdxThinReverseDiagonalStripeFillPattern="ϸԽ"
+sdxThinSolidEdgePattern="ʵ"
+sdxThinVerticalStripeFillPattern="ϸֱ"
+sdxTitleModeNone=""
+sdxTitleModeOnEveryTopPage="ÿŶҳ"
+sdxTitleModeOnFirstPage="ڵһҳ"
+sdxTLBand="Ŀ"
+sdxTLColumnAxisymmetric="Գ"
+sdxTLColumnItemShape="״"
+sdxTLColumnName=""
+sdxTLIncorrectHeadersState="ʹҲûOnEveryPageģʽ\\n\\nӦ:\\n - ôΪOnEveryPageѡΪ\\n - ôɼѡΪ"
+sdxTokenEditMoreTokensHint="%d : \n(%s)"
+sdxTop="(&T):"
+sdxTopMargin="ϱ߾"
+sdxTotal="ϼ"
+sdxTPicture="ͼƬ"
+sdxTransparent="(&T)"
+sdxTransparentColumnGraphics="ͼ(&G)"
+sdxTransparentGraphics="ͼ(&T)"
+sdxTransparentRichEdits="RichEdit(&R)"
+sdxTransparents=""
+sdxTreeEffects="Ч"
+sdxTreeLines="(&T)"
+sdxTreeLinesColor="ɫ(&R):"
+sdxTrue=""
+sdxTwoPages="ҳ"
+sdxUnableToGenerateReport="ɱ"
+sdxUncheckAllChildren="ȡѡе(&A)"
+sdxUnhideSheetDialogCaption="ʾ"
+sdxUnhideSheetDialogHiddenSheets="ʾҳ(&U):"
+sdxUnitPrice="λ۸"
+sdxUnitsCentimeters=""
+sdxUnitsCentimetersName=""
+sdxUnitsDefaultName="Ĭ"
+sdxUnitsInches=".."
+sdxUnitsInchesName="Ӣ"
+sdxUnitsMillimeters=""
+sdxUnitsMillimetersName=""
+sdxUnitsPicas=""
+sdxUnitsPicasName=""
+sdxUnitsPoints="pt"
+sdxUnitsPointsName=""
+sdxUnmergeCellsConfirmation="ȷȡϲĵԪ?"
+sdxUnnamedStyleSheet="δ"
+sdxUnsupportedEncryption="ֵ֧ļ㷨"
+sdxUnwrap="Զ(&U)"
+sdxUnwrapTabs="еıǩҳ(&U)"
+sdxUnwrapTopLevel="ֹԶ(&W)"
+sdxUse3DEffects="ʹάЧ(&3)"
+sdxUseNativeStyles="ʹñʽ(&U)"
+sdxUserDefined="[Զ]"
+sdxVertAlignBottom="ײ"
+sdxVertAlignCenter=""
+sdxVertAlignDistributed="ɢ"
+sdxVertAlignJustify=""
+sdxVertAlignment=" ֱ "
+sdxVertAlignTop=""
+sdxVertical="ֱ(&E):"
+sdxVerticalFillPattern="ֱ"
+sdxVertically="ֱ(&V)"
+sdxVerticalStripeFillPattern="ֱ"
+sdxVertLines="ֱ(&V)"
+sdxViewAlreadyExists="ͬͼ = %d Ѿ."
+sdxViewTab="ͼ"
+sdxVisible="ɼ(&V)"
+sdxWeek=""
+sdxWest=""
+sdxWholePage="ҳ"
+sdxWidenToSourceWidth="չԭʼ"
+sdxWidth=""
+sdxWizardControlButtonBack="һ(&B)"
+sdxWizardControlButtonCancel="ȡ(&C)"
+sdxWizardControlButtonFinish="(&F)"
+sdxWizardControlButtonHelp="(&H)"
+sdxWizardControlButtonNext="һ(&N)"
+sdxWizardControlErrorWrongChild="ֻܲһTdxWizardControlPageTdxWizardControl."
+sdxWizardControlErrorWrongPageIndex="%dЧPageIndexֵ. PageIndex0%d֮"
+sdxWizardControlErrorWrongParent="ֻܲһTdxWizardControlPageTdxWizardControl."
+sdxWizardControlPageDefaultDescription="ҳ:⽫ûһ"
+sdxWizardControlPageDefaultTitle="ҳ"
+sdxWrapData="Զ(&W)"
+sdxWrapRecords="¼(&W)"
+sdxX509CertificatePasswordDialogCaption="˽Կ"
+sdxX509CertificatePasswordDialogPassword=":"
+sdxX509CertificatePasswordDialogPasswordNotes="Ϊ˱ְȫ,˽Կ뱣."
+sdxZoomDlgCaption=""
+sdxZoomDlgFontPreview="12pt "
+sdxZoomDlgFontPreviewString="AaBbCcDdEeXxYyZz"
+sdxZoomDlgFourPages="ҳ(&F)"
+sdxZoomDlgManyPages="ҳ(&M):"
+sdxZoomDlgPageWidth="ҳ(&W)"
+sdxZoomDlgPercent="ٷֱ(&E):"
+sdxZoomDlgPreview="Ԥ "
+sdxZoomDlgTwoPages="ҳ(&T)"
+sdxZoomDlgWholePage="ҳ(&H)"
+sdxZoomDlgZoomTo=" "
+sdxZoomParameters="(&P) "
+secxAllDay="ȫ"
+secxAlldayevent="ȫ¼"
+secxBillingInformation=""
+secxCategories=""
+secxDescription=""
+secxEndDate=""
+secxEndTime="ʱ"
+secxExportStorageInvalid="ûָɴ洢"
+secxFalse=""
+secxFinish=""
+secxLocation="λ"
+secxMeetingOrganizer="֯"
+secxMeetingResources="Դ"
+secxMileage="Ŀ"
+secxNo=""
+secxNormal="һ"
+secxOptionalAttendees="ѡ"
+secxPriority=""
+secxPrivate="˽"
+secxReminder=""
+secxReminderDate=""
+secxReminderonoff="ѿ"
+secxReminderTime="ʱ"
+secxRequiredAttendees="ѡ"
+secxSensitivity=""
+secxSetDateRangeAnd=""
+secxSetDateRangeCaption="ڷΧ"
+secxSetDateRangeText="Լ֮䷢¼:"
+secxShowtimeas="ʱʾ"
+secxStart="ʼ"
+secxStartDate="ʼ"
+secxStartTime="ʼʱ"
+secxState="״̬"
+secxSubject=""
+secxTimeRange="%s %s"
+secxTrue=""
+secxYes=""
+serDivZeroError="#DIV/0!"
+serNAError="#N/A"
+serNameError="#NAME?"
+serNullError="#NULL!"
+serNumError="#NUM!"
+serRefError="#REF!"
+serValueError="#VALUE!"
+sfnAbs="ABS"
+sfnAbsDescription="ؾֵ."
+sfnAccrInt="ACCRINT"
+sfnAccrIntDescription="֧Ϣ֤ȯӦϢ."
+sfnAccrIntM="ACCRINTM"
+sfnAccrIntMDescription="ص֧֤ȯӦϢ."
+sfnAcos="ACOS"
+sfnAcosDescription="ط."
+sfnAcosh="ACOSH"
+sfnAcoshDescription="ط˫."
+sfnAcot="ACOT"
+sfnAcotDescription="arccotangentֵ."
+sfnAcoth="ACOTH"
+sfnAcothDescription="ط˫ֵ."
+sfnAddress="ADDRESS"
+sfnAddressDescription="һеԪı."
+sfnAggregate="AGGREGATE"
+sfnAggregateDescription="ָбеľۺ,þۺϴккʹѡ. "
+sfnAmorDegr="AMORDEGRC"
+sfnAmorDegrDescription="ÿڼʲ۾.Ϊϵͳṩ."
+sfnAmorLinc="AMORLINC"
+sfnAmorLincDescription="ÿڼ۾ɶ."
+sfnAnd="AND"
+sfnAndDescription="ִͲ."
+sfnArabic="ARABIC"
+sfnArabicDescription="תΪ."
+sfnAreas="AREAS"
+sfnAreasDescription="һе."
+sfnASC="ASC"
+sfnASCDescription="ȫ(˫ֽ)ӢĸƬ滻ΪӦİ(ֽ)ַ."
+sfnAsin="ASIN"
+sfnAsinDescription="ػ."
+sfnAsinh="ASINH"
+sfnAsinhDescription="ط˫."
+sfnAtan="ATAN"
+sfnAtan2="ATAN2"
+sfnAtan2Description="ʹָXY귵ֵ."
+sfnAtanDescription="ֵ."
+sfnAtanh="ATANH"
+sfnAtanhDescription="ط˫ֵ."
+sfnAveDev="AVEDEV"
+sfnAveDevDescription="һֵϵǵƽֵľƫƽֵ.ֵǶݼԵһֺ."
+sfnAverage="AVERAGE"
+sfnAverageA="AVERAGEA"
+sfnAverageADescription="зǿյԪֵƽֵ."
+sfnAverageDescription="һֵϵеƽֵ."
+sfnAverageIF="AVERAGEIF"
+sfnAverageIFDescription="صԪΧзضĵԪƽֵ(ƽֵ)."
+sfnAverageIFS="AVERAGEIFS"
+sfnAverageIFSDescription="з϶ĵԪƽֵ(ƽֵ)."
+sfnBahtTextDescription="תΪı,ʹ "̩ "Ҹʽ."
+sfnBase="BASE"
+sfnBaseDescription="һתΪָ(С)ıʾ."
+sfnBathText="BAHTTEXT"
+sfnBesselI="BESSELI"
+sfnBesselJ="BESSELJ"
+sfnBesselK="BESSELK"
+sfnBesselY="BESSELY"
+sfnBeta_Dist="BETA.DIST"
+sfnBeta_DistDescription="ۻĦ¸ܶȷֲ.·ֲоһضָ(Ϊٷֱ)ڲͬеı仯Ǻõ."
+sfnBeta_Inv="BETA.INV"
+sfnBeta_InvDescription="ָ·ֲʵۻ¸ܶȺֵ."
+sfnBetaDist="BETADIST"
+sfnBetaDistDescription="ۻĦ¸ܶȺ.ֲоضָ(Ϊٷֱ)ڲͬеı仯dz."
+sfnBetaInv="BETAINV"
+sfnBetaInvDescription="ָ·ֲʵۻ¸ܶȺֵ. \n"
+sfnBin2Dec="BIN2DEC"
+sfnBin2Hex="BIN2HEX"
+sfnBin2Oct="BIN2OCT"
+sfnBinom_Dist="BINOM.DIST"
+sfnBinom_Dist_Range="BINOM.DIST.RANGE"
+sfnBinom_Dist_RangeDescription="ͨʹöֲһĸ."
+sfnBinom_DistDescription="ظֲ.һ̶Ķ,ЩĽֻdzɹʧ,ǰdzɹĸв仯."
+sfnBinom_Inv="BINOM.INV"
+sfnBinom_InvDescription="ۻֲڻһֵСֵ."
+sfnBinomDist="BINOMDIST"
+sfnBinomDistDescription="صֲ. ʵгɹĸʲ,ʹô˺ֻܵ³ɹʧܵĻĶ. "
+sfnBitAnd="BITAND"
+sfnBitLShift="BITLSHIFT"
+sfnBitOr="BITOR"
+sfnBitRShift="BITRSHIFT"
+sfnBitXor="BITXOR"
+sfnCategoryCommon="ͨ"
+sfnCategoryCompatibility=""
+sfnCategoryCube=""
+sfnCategoryDatabase="ݿ"
+sfnCategoryDateTime="ںʱ"
+sfnCategoryEngineering=""
+sfnCategoryFinancial=""
+sfnCategoryInformation="Ϣ"
+sfnCategoryLogical=""
+sfnCategoryLookupAndReference="Һ"
+sfnCategoryMath="ѧǺ"
+sfnCategoryStatistical="ͳ"
+sfnCategoryText="ı"
+sfnCeiling="CEILING"
+sfnCeiling_Math="CEILING.MATH"
+sfnCeiling_MathDescription="һ뵽ӽӽı."
+sfnCeiling_Precise="CEILING.PRECISE"
+sfnCeiling_PreciseDescription="һ뵽ӽӽı."
+sfnCeilingDescription="ָҪ,ֵ뵽ӽı."
+sfnCell="CELL"
+sfnCellDescription="йصԪĸʽλûݵϢ."
+sfnChar="CHAR"
+sfnCharDescription="ַָyһ.ʹCHARܴ͵ļļеõĴҳ뷭ַ."
+sfnChiDist="CHIDIST"
+sfnChiDistDescription="ؿֲ˫β.ijָʵеı仯."
+sfnChiInv="CHIINV"
+sfnChiInvDescription="㿨ֲβʵֵ."
+sfnChiSQ_Dist="CHISQ.DIST"
+sfnChiSQ_Dist_RT="CHISQ.DIST.RT"
+sfnChiSQ_Dist_RTDescription="chi-squaredֲβ.ijָʵеı仯."
+sfnChiSQ_DistDescription="chi-squaredֲ,ͨоضָڲͬеİٷֱȱ仯."
+sfnChiSQ_Inv="CHISQ.INV"
+sfnChiSQ_Inv_RT="CHISQ.INV.RT"
+sfnChiSQ_Inv_RTDescription="㿨ֲβʵֵ."
+sfnChiSQ_InvDescription="chi-squaredֲβʵֵ."
+sfnChiSQ_Test="CHISQ.TEST"
+sfnChiSQ_TestDescription="ضԵļ,ΪͳʵɶȵĿֲֵ.ȷضļǷʵ֤."
+sfnChiTest="CHITEST"
+sfnChiTestDescription="ضԵļ,ΪͳʵɶȵĿֲֵ.ȷָļǷʵ֤."
+sfnChoose="CHOOSE"
+sfnChooseDescription="ֵбзһֵ.ʹŴֵָѡһ."
+sfnClean="CLEAN"
+sfnCleanDescription="ɾıвɴӡַ.ԴӦóİڲϵͳдӡַı,ʹCLEAN."
+sfnCode="CODE"
+sfnCodeDescription="һıַеһִַ.صĴļʹõַӦ."
+sfnColumn="COLUMN"
+sfnColumnDescription="һõк."
+sfnColumns="COLUMNS"
+sfnColumnsDescription="һе."
+sfnCombin="COMBIN"
+sfnCombinA="COMBINA"
+sfnCombinADescription="ָĿ(ظ)."
+sfnCombinDescription="ָĿ."
+sfnComplex="COMPLEX"
+sfnConcatenate="CONCATENATE"
+sfnConcatenateDescription="ıַӳһıַ."&"Ʒ."
+sfnConfidence="CONFIDENCE"
+sfnConfidence_Norm="CONFIDENCE.NORM"
+sfnConfidence_NormDescription="ʹֲ̬˿ƽֵ."
+sfnConfidence_T="CONFIDENCE.T"
+sfnConfidence_TDescription="ʹѧTͷֲ˿ƽֵ. \n"
+sfnConvert="CONVERT"
+sfnCorrel="CORREL"
+sfnCorrelDescription="ֵָ֮ϵ.ʹȷݼ֮Ĺϵ."
+sfnCos="COS"
+sfnCosDescription="ֵ."
+sfnCosh="COSH"
+sfnCoshDescription="˫."
+sfnCot="COT"
+sfnCotDescription="ֵ."
+sfnCoth="COTH"
+sfnCothDescription="˫."
+sfnCount="COUNT"
+sfnCountA="COUNTA"
+sfnCountADescription="ָԪΧڷǿյԪ."
+sfnCountBlank="COUNTBLANK"
+sfnCountBlankDescription="ָԪΧڿհԪ."
+sfnCountDescription="ذֵĵԪֵָ."
+sfnCountIF="COUNTIF"
+sfnCountIFDescription="ָΧڷضĵԪ."
+sfnCountIFS="COUNTIFS"
+sfnCountIFSDescription="ָΧڷ϶ĵԪ."
+sfnCoupDayBS="COUPDAYBS"
+sfnCoupDayBSDescription="شϢƱڿʼյ."
+sfnCoupDays="COUPDAYS"
+sfnCoupDaysDescription="ذڵϢƱڵ."
+sfnCoupDaysNC="COUPDAYSNC"
+sfnCoupDaysNCDescription="شӽյһƱյ."
+sfnCoupIPMT="CUMIPMT"
+sfnCoupIPMTDescription="ָʱ֧֮ۼϢ."
+sfnCoupNCD="COUPNCD"
+sfnCoupNCDDescription="ؽ֮һƱ."
+sfnCoupNum="COUPNUM"
+sfnCoupNumDescription="ؽպ͵֮Ӧ֧ϢƱ."
+sfnCoupPCD="COUPPCD"
+sfnCoupPCDDescription="ؽ֮ǰǰһϢƱ."
+sfnCoupRINC="CUMPRINC"
+sfnCoupRINCDescription="ضʱ,һ֧ۼƱ."
+sfnCovar="COVAR"
+sfnCovarDescription="ָÿһֵƫ˻ƽֵ(Э).ȷֵ֮Ĺϵ."
+sfnCovariance_P="COVARIANCE.P"
+sfnCovariance_PDescription="ֵָϵÿһֵƫ˻˿ƽֵ(˿Э)."
+sfnCovariance_S="COVARIANCE.S"
+sfnCovariance_SDescription="ֵָϵÿһֵƫ˻(Э)ƽֵ."
+sfnCritBinom="CRITBINOM"
+sfnCritBinomDescription="ۻֲڻһضֵֵ."
+sfnCsc="CSC"
+sfnCscDescription="."
+sfnCsch="CSCH"
+sfnCschDescription="˫."
+sfnCubeKPIMember="CUBEKPIMEMBER"
+sfnCubeMember="CUBEMEMBER"
+sfnCubeMemberProperty="CUBEMEMBERPROPERTY"
+sfnCubeRankedMember="CUBERANKEDMEMBER"
+sfnCubeSet="CUBESET"
+sfnCubeSetCount="CUBESETCOUNT"
+sfnCubeValue="CUBEVALUE"
+sfnDate="DATE"
+sfnDateDescription="Ӧָڵк."
+sfnDateValue="DATEVALUE"
+sfnDateValueDescription="ָΪıַתΪӦк."
+sfnDAverage="DAVERAGE"
+sfnDay="DAY"
+sfnDayDescription="һкתΪӦ()."
+sfnDays="DAYS"
+sfnDays360="DAYS360"
+sfnDays360Description="ָ֮,360(1230),һЩƼʹ."
+sfnDaysDescription="ָ֮."
+sfnDB="DB"
+sfnDBCS="DBCS"
+sfnDBCSDescription="Ӧȫ(˫ֽ)ַ滻(ֽ)ӢַƬ."
+sfnDBDescription="ͨʹù̶ݼ,һʲضʱڵ۾."
+sfnDCount="DCOUNT"
+sfnDCountA="DCOUNTA"
+sfnDDB="DDB"
+sfnDDBDescription="ͨʹ˫ݼָ,ijʲָʱڵ۾ɶ."
+sfnDec2Bin="DEC2BIN"
+sfnDec2Hex="DEC2HEX"
+sfnDec2Oct="DEC2OCT"
+sfnDecimal="DECIMAL"
+sfnDecimalDescription="ʹָĻ(С)һֵıʾתΪһ."
+sfnDegrees="DEGREES"
+sfnDegreesDescription="תΪ."
+sfnDelta="DELTA"
+sfnDevSQ="DEVSQ"
+sfnDevSQDescription="еƫƽֵƽ֮."
+sfnDGet="DGET"
+sfnDisc="DISC"
+sfnDiscDescription="һ֤ȯ."
+sfnDMax="DMAX"
+sfnDMin="DMIN"
+sfnDollar="DOLLAR"
+sfnDollarDe="DOLLARDE"
+sfnDollarDeDescription="ʾΪԪ۸תɱʾΪСԪ۸."
+sfnDollarDescription="ʹûҸʽ$#,##0.00_);($#,##0.00)תΪı,С뵽ָλ."
+sfnDollarFr="DOLLARFR"
+sfnDollarFrDescription="СʾԪ۸תΪԷʾԪ۸."
+sfnDProduct="DPRODUCT"
+sfnDStDev="DSTDEV"
+sfnDStDevP="DSTDEVP"
+sfnDSum="DSUM"
+sfnDuration="DURATION"
+sfnDurationDescription="ضڸϢ֤ȯ."
+sfnDVar="DVAR"
+sfnDVarP="DVARP"
+sfnEDate="EDATE"
+sfnEDateDescription="ڿʼ֮ǰָ֮к."
+sfnEffect="EFFECT"
+sfnEffectDescription="ʵ."
+sfnEOMonth="EOMONTH"
+sfnEOMonthDescription="ָ֮ǰ֮һк."
+sfnERF="ERF"
+sfnERF_Precise="ERF.PRECISE"
+sfnERFC="ERFC"
+sfnERFC_Precise="ERFC.PRECISE"
+sfnError_Type="ERROR.TYPE"
+sfnError_TypeDescription="һָӦ."
+sfnEven="EVEN"
+sfnEvenDescription="ֵָ뵽ӽż."
+sfnExact="EXACT"
+sfnExactDescription="Ƚıַ,ȫͬTRUE,FALSE.EXACTǴСде,˸ʽϵIJ.ʹEXACT뵽ĵеı."
+sfnExp="EXP"
+sfnExpDescription="ֵָָ."
+sfnExpon_Dist="EXPON.DIST"
+sfnExpon_DistDescription="ֲָ.Ҫ̳ʱĸ,õ."
+sfnExponDist="EXPONDIST"
+sfnExponDistDescription="ֲָ.Ҫ̳ʱĸ,õ."
+sfnF_Dist="F.DIST"
+sfnF_Dist_RT="F.DIST.RT"
+sfnF_Dist_RTDescription="βFʷֲ.ҪʶݼǷв̶ͬȵĶ,."
+sfnF_DistDescription="Fʷֲ."
+sfnF_Inv="F.INV"
+sfnF_Inv_RT="F.INV.RT"
+sfnF_Inv_RTDescription="βFʷֲķֵ.FʹüȽݼı仯̶."
+sfnF_InvDescription="Fʷֲֵ."
+sfnF_Test="F.TEST"
+sfnF_TestDescription="ֵָ()F,зƵ˫β."
+sfnFact="FACT"
+sfnFactDescription="ؽ׳."
+sfnFactDouble="FACTDOUBLE"
+sfnFactDoubleDescription="˫׳."
+sfnFalse=""
+sfnFalseDescription="ֵFALSE."
+sfnFDist="FDIST"
+sfnFDistDescription="βFʷֲ.ҪʶݼǷв̶ͬȵĶ,."
+sfnFind="FIND"
+sfnFindB="FINDB"
+sfnFindBDescription="ڵڶıжλһı,صһıʼλڶıĵһַ.˫ֽڵİ汾."
+sfnFindDescription="ڵڶıжλһı,صһıʼλڶıĵһַ.ֽڰ汾."
+sfnFInv="FINV"
+sfnFInvDescription="βFʷֲķֵ.FʹüȽݼı仯̶."
+sfnFisher="FISHER"
+sfnFisherDescription="Fisher任."
+sfnFisherInv="FISHERINV"
+sfnFisherInvDescription="Fisher任ֵ."
+sfnFixed="FIXED"
+sfnFixedDescription="һλɵڶС,ַʽ.ָǷַʡԶ."
+sfnFloor="FLOOR"
+sfnFloor_Math="FLOOR.MATH"
+sfnFloor_MathDescription="뵽ӽӽı."
+sfnFloor_Precise="FLOOR.PRECISE"
+sfnFloor_PreciseDescription="һ뵽ӽӽı."
+sfnFloorDescription="ֵ뵽ӽָı."
+sfnForecast="FORECAST"
+sfnForecastDescription="ͨʹеXYֵ,ԤһƵδֵ."
+sfnFormulaText="FORMULATEXT"
+sfnFormulaTextDescription="ָʽʽıʾ."
+sfnFrequency="FREQUENCY"
+sfnFrequencyDescription="ƵʷֲΪһֱ鷵."
+sfnFTest="FTEST"
+sfnFTestDescription="ֵָ()F,зƵ˫β."
+sfnFV="FV"
+sfnFVDescription="㶨ں㶨ͺ㶨ʵͶʵδֵ."
+sfnFVSchedule="FVSCHEDULE"
+sfnFVScheduleDescription="Ӧһϵиʺ,سʼδֵ."
+sfnGamma="GAMMA"
+sfnGamma_Dist="GAMMA.DIST"
+sfnGamma_DistDescription="٤ֲ.оһϵпܾƫֲ̬.٤ֲͨŶӷ."
+sfnGamma_Inv="GAMMA.INV"
+sfnGamma_InvDescription="٤ۻֲֵ.٤ֲоƫֲֵ̬."
+sfnGammaDescription="Gammaֵ."
+sfnGammaDist="GAMMADIST"
+sfnGammaDistDescription="٤ֲ.оһϵпܾƫֲ̬.٤ֲͨŶӷ."
+sfnGammaInv="GAMMAINV"
+sfnGammaInvDescription=" ٤ۻֲֵ.٤ֲоƫֲֵ̬. سηֲ,ضС˿ڳɹ˿ڹģ,ָɹĸ. "
+sfnGammaLn="GAMMALN"
+sfnGammaLn_Precise="GAMMALN.PRECISE"
+sfnGammaLn_PreciseDescription="GammaȻ(һ߾ȵİ汾)."
+sfnGammaLnDescription="GammaȻ."
+sfnGauss="GAUSS"
+sfnGaussDescription="̬˿еһԱƽֵƽֵZ֮ĸ."
+sfnGCD="GCD"
+sfnGCDDescription="ֵ."
+sfnGeomean="GEOMEAN"
+sfnGeomeanDescription="һļƽֵ."
+sfnGestep="GESTEP"
+sfnGetPivotData="GETPIVOTDATA"
+sfnGetPivotDataDescription="ش洢Pivot Tableе."
+sfnGrowth="GROWTH"
+sfnGrowthDescription="ͨʹֵ֪Ԥָ."
+sfnHarmean="HARMEAN"
+sfnHarmeanDescription="һϵֵгƽ.ƽֵǵƽֵĵ."
+sfnHex2Bin="HEX2BIN"
+sfnHex2Dec="HEX2DEC"
+sfnHex2Oct="HEX2OCT"
+sfnHLookup="HLOOKUP"
+sfnHLookupDescription="ڵһвһֵ,һзͬһеһֵ."
+sfnHour="HOUR"
+sfnHourDescription="һкתΪӦСʱ."
+sfnHyperlink="HYPERLINK"
+sfnHyperlinkDescription="һ."
+sfnHypgeom_Dist="HYPGEOM.DIST"
+sfnHypgeom_DistDescription="سηֲ,ضС˿ڳɹ˿ڹģ,ָɹĸ."
+sfnHypgeomDist="HYPGEOMDIST"
+sfnHypgeomDistDescription="سηֲ,ضС˿ڳɹ˿ڹģ,ָɹĸ."
+sfnIF="IF"
+sfnIFDescription="ִһ,ݲԽֵָеκһ."
+sfnIfError="IFERROR"
+sfnIfErrorDescription="ָĹʽʽǷд,ִ,ֵǴ."
+sfnIfNA="IFNA"
+sfnIfNADescription="ָĹʽʽǷ#N/A벢ֵ."
+sfnImAbs="IMABS"
+sfnImAginary="IMAGINARY"
+sfnImArgument="IMARGUMENT"
+sfnImConjugate="IMCONJUGATE"
+sfnImCos="IMCOS"
+sfnImCosh="IMCOSH"
+sfnImCot="IMCOT"
+sfnImCsc="IMCSC"
+sfnImCsch="IMCSCH"
+sfnImDiv="IMDIV"
+sfnImExp="IMEXP"
+sfnImLn="IMLN"
+sfnImLog10="IMLOG10"
+sfnImLog2="IMLOG2"
+sfnImPower="IMPOWER"
+sfnImProduct="IMPRODUCT"
+sfnImReal="IMREAL"
+sfnImSec="IMSEC"
+sfnImSech="IMSECH"
+sfnImSin="IMSIN"
+sfnImSinh="IMSINH"
+sfnImSqrt="IMSQRT"
+sfnImSub="IMSUB"
+sfnImSum="IMSUM"
+sfnImTan="IMTAN"
+sfnIndex="INDEX"
+sfnIndexDescription="رеһԪصֵ,ͨкеıѡ."
+sfnIndirect="INDIRECT"
+sfnIndirectDescription="ıַָ."
+sfnInfo="INFO"
+sfnInfoDescription="йصǰϢ."
+sfnInt="INT"
+sfnIntDescription="ֵ뵽ӽ."
+sfnIntercept="INTERCEPT"
+sfnInterceptDescription="֪ͨXYֵ,ֱYཻĵ.ؾǻֵ֪ͨԻƵϻع."
+sfnIntRate="INTRATE"
+sfnIntRateDescription="ȫͶ֤ȯ."
+sfnIPMT="IPMT"
+sfnIPMTDescription="һͶһʱڵϢ֧,ں㶨֧ͺ㶨."
+sfnIRR="IRR"
+sfnIRRDescription="һϵֽڲ."
+sfnIsBlank="ISBLANK"
+sfnIsBlankDescription="Ԫǿյ,TRUE."
+sfnIsErr="ISERR"
+sfnIsErrDescription="Ԫ#N/Aκδ,TRUE."
+sfnIsError="ISERROR"
+sfnIsErrorDescription="Ԫκδ(#N/A,#VALUE!,#REF!,#DIV/0!,#NUM!,#NAME?,#NULL!),TRUE."
+sfnIsEven="ISEVEN"
+sfnIsEvenDescription="ż,TRUE."
+sfnIsFormula="ISFORMULA"
+sfnIsFormulaDescription="õԪһʽʽ,TRUE."
+sfnIsLogical="ISLOGICAL"
+sfnIsLogicalDescription="ֵָָһֵ,TRUE."
+sfnIsNA="ISNA"
+sfnIsNADescription="Ԫ#N/A(һֵ)Ĵ,TRUE."
+sfnIsNonText="ISNONTEXT"
+sfnIsNonTextDescription="Ԫı,TRUE.ڿհԪTRUE."
+sfnIsNumber="ISNUMBER"
+sfnIsNumberDescription="Ԫһ,TRUE."
+sfnIso_Ceiling="ISO.CEILING"
+sfnIso_CeilingDescription="ֵ뵽ӽӽҪ.úǽֵָ."
+sfnIsOdd="ISODD"
+sfnIsOddDescription=",TRUE."
+sfnIsoWeekNum="ISOWEEKNUM"
+sfnIsoWeekNumDescription="ָܵISO."
+sfnIsPMT="ISPMT"
+sfnIsPMTDescription="һͶضʱ֧Ϣ."
+sfnIsRef="ISREF"
+sfnIsRefDescription="Ԫһ,TRUE."
+sfnIsText="ISTEXT"
+sfnIsTextDescription="ָĵԪı,TRUE."
+sfnKurt="KURT"
+sfnKurtDescription="һϵֵķ.ȱһֲֲ̬ȵԷֵƽ̹.ķȱʾһԷֵķֲ.ķȶӦһƽ̹ķֲ."
+sfnLarge="LARGE"
+sfnLargeDescription="һϵֵеĵKֵ."
+sfnLCM="LCM"
+sfnLCMDescription="ֵС."
+sfnLeft="LEFT"
+sfnLeftB="LEFTB"
+sfnLeftBDescription="һıַеĵһַ.ڶҪȡַ.˫ֽڵİ汾."
+sfnLeftDescription="һıַеĵһַ.ڶҪȡַ.ֽڰ汾."
+sfnLen="LEN"
+sfnLenB="LENB"
+sfnLenBDescription="ָıַij,λַ.˫ֽڵİ汾."
+sfnLenDescription="ָıַij,λַ.ֽڵİ汾."
+sfnLinest="LINEST"
+sfnLinestDescription="ͨʹ "С˷ "һֱߵͳ,Լʺݵֱ,һֱߵ."
+sfnLn="LN"
+sfnLnDescription="Ȼ."
+sfnLog="LOG"
+sfnLog10="LOG10"
+sfnLog10Description="ظֵĻ-10Ķ."
+sfnLogDescription="ظֵĶָĻ."
+sfnLogest="LOGEST"
+sfnLogestDescription="һʺݵָ,һߵֵ.麯ڻعʹ."
+sfnLogInv="LOGINV"
+sfnLogInvDescription="̬ۻֲķֵ."
+sfnLogNorm_Dist="LOGNORM.DIST"
+sfnLogNorm_DistDescription="ۻֲ̬."
+sfnLogNorm_Inv="LOGNORM.INV"
+sfnLogNorm_InvDescription="̬ۻֲķֵ."
+sfnLogNormDist="LOGNORMDIST"
+sfnLogNormDistDescription="ۻֲ̬."
+sfnLookup="LOOKUP"
+sfnLookupDescription="ͨҵλõĵԪзһֵ."
+sfnLower="LOWER"
+sfnLowerDescription="һıַתΪСд."
+sfnMatch="MATCH"
+sfnMatchDescription="һԪΧһָĿ,ظĿڸ÷Χڵλ."
+sfnMax="MAX"
+sfnMaxA="MAXA"
+sfnMaxADescription="еֵ,ֵıֵ."
+sfnMaxDescription="һеֵ."
+sfnMDeterm="MDETERM"
+sfnMDetermDescription="ָʽ."
+sfnMDuration="MDURATION"
+sfnMDurationDescription="ؼֵΪ100Ԫ֤ȯMacauley."
+sfnMedian="MEDIAN"
+sfnMedianDescription="һϵֵλ."
+sfnMid="MID"
+sfnMidB="MIDB"
+sfnMidBDescription="ָıַӴ.˫ֽڵİ汾."
+sfnMidDescription="ָıַӴ.ֽڵİ汾."
+sfnMin="MIN"
+sfnMinA="MINA"
+sfnMinADescription="еСֵ,ֵıֵ."
+sfnMinDescription="һеСֵ."
+sfnMinute="MINUTE"
+sfnMinuteDescription="һкתΪӦķ."
+sfnMInverse="MINVERSE"
+sfnMInverseDescription="ش洢ָеľ."
+sfnMIRR="MIRR"
+sfnMIRRDescription="һϵжֽڲ,ͶʳɱֽͶʵϢ."
+sfnMMult="MMULT"
+sfnMMultDescription="ľ˻."
+sfnMod="MOD"
+sfnModDescription="һֳָһֺ."
+sfnMode="MODE"
+sfnMode_Mult="MODE.MULT"
+sfnMode_MultDescription="һֱ,ֵ(ظ)ֵ."
+sfnMode_SNGL="MODE.SNGL"
+sfnMode_SNGLDescription="һֵģʽ,ֵָ(ظ)ֵ."
+sfnModeDescription="һֵģʽ,ֵָ(ظ)ֵ."
+sfnMonth="MONTH"
+sfnMonthDescription="һкתΪӦ·."
+sfnMRound="MROUND"
+sfnMRoundDescription="һֵ뵽ָı."
+sfnMultiNomial=""
+sfnMultiNomialDescription="һֵĶʽ."
+sfnMultiNominal="MULTINOMIAL"
+sfnMUnit="MUNIT"
+sfnMUnitDescription="ָάȵĵλ."
+sfnN="N"
+sfnNA="NA"
+sfnNADescription="ش#N/A."
+sfnNDescription="һתΪֵֵ."
+sfnNegBinom_Dist="NEGBINOM.DIST"
+sfnNegBinom_DistDescription="ظֲ,Ҳ˵,ڳɹʲ,ڴﵽɹֵ֮ǰ,ضʧܵĸ."
+sfnNegBinomDist="NEGBINOMDIST"
+sfnNegBinomDistDescription="ظֲ,Ҳ˵,ڳɹʲ,ڴﵽɹֵ֮ǰ,ضʧܵĸ."
+sfnNetworkDays="NETWORKDAYS"
+sfnNetworkDays_Intl="NETWORKDAYS.INTL"
+sfnNetworkDays_IntlDescription="ָ֮յ."
+sfnNetworkDaysDescription="ܶڼضµĹۻĹԱ."
+sfnNominal="NOMINAL"
+sfnNominalDescription="."
+sfnNorm_Dist="NORM.DIST"
+sfnNorm_DistDescription="ָƽֵͱֲ̬.ͳѧб㷺ʹ,."
+sfnNorm_Inv="NORM.INV"
+sfnNorm_InvDescription="ָƽͱֲ̬ķֵ."
+sfnNorm_S_Dist="NORM.S.DIST"
+sfnNorm_S_DistDescription="ر̬ۻֲ.ֲƽֵͱƫֱΪ01."
+sfnNorm_S_Inv="NORM.S.INV"
+sfnNorm_S_InvDescription="̬ۻֲķֵ.ֲƽֵͱֱΪ01."
+sfnNormDist="NORMDIST"
+sfnNormDistDescription="ָƽֵͱֲֲ̬.ͳѧб㷺ʹ,."
+sfnNormInv="NORMINV"
+sfnNormInvDescription="ָƽͱֲ̬ķֵ."
+sfnNormSDist="NORMSDIST"
+sfnNormSDistDescription="ر̬ۻֲ.ֲƽֵͱƫֱΪ01."
+sfnNormSInv="NORMSINV"
+sfnNormSInvDescription="̬ۻֲķֵ.ֲƽֵͱֱΪ01."
+sfnNot="NOT"
+sfnNotDescription="ִϵķ."
+sfnNow="NOW"
+sfnNowDescription="ǰʱΪһ/ʱֵ."
+sfnNPer="NPER"
+sfnNPerDescription="ؾжں㶨ͺ㶨ʵͶʵ."
+sfnNPV="NPV"
+sfnNPVDescription="ṩʺһϵеδ,һͶʵľֵ."
+sfnNumberValue="NUMBERVALUE"
+sfnNumberValueDescription="ʹöڱص㷨ıתΪ."
+sfnOct2Bin="OCT2BIN"
+sfnOct2Dec="OCT2DEC"
+sfnOct2Hex="OCT2HEX"
+sfnOdd="ODD"
+sfnOddDescription="ֵ뵽ӽ."
+sfnOddFPrice="ҩƷ۸ָ"
+sfnOddFPriceDescription="Ϊ֤ȯÿ100Ԫֵļ۸."
+sfnOddFYield="չѵ"
+sfnOddFYieldDescription="صһΪ֤ȯ."
+sfnOddLPrice="ODDLPRICE"
+sfnOddLPriceDescription="ؾ֤ȯÿ100Ԫֵļ۸."
+sfnOddLYield="ODDLYIELD"
+sfnOddLYieldDescription="Ϊ֤ȯ."
+sfnOddPrice="ODDFPRICE"
+sfnOffset="OFFSET"
+sfnOffsetDescription="ضһԪԪָ."
+sfnOr="OR"
+sfnOrDescription="ִOR."
+sfnParamArray=""
+sfnParamValue="ֵ"
+sfnPDuration="PDURATION"
+sfnPDurationDescription="һͶʴﵽֵָ."
+sfnPearson="PEARSON"
+sfnPearsonDescription="Ƥѷ˻ϵ(R),һߴָ,Χ-1.01.0֮,,ӳݼ֮Թϵ̶."
+sfnPercentile="PERCENTILE"
+sfnPercentile_Exc="PERCENTILE.EXC"
+sfnPercentile_ExcDescription="һֵĵKٷλ,K01֮ķΧ,."
+sfnPercentile_Inc="PERCENTILE.INC"
+sfnPercentile_IncDescription="һֵĵKٷֵ."
+sfnPercentileDescription="һֵĵKٷֵ."
+sfnPercentRank="PERCENTRANK"
+sfnPercentRank_Exc="PERCENTRANK.EXC"
+sfnPercentRank_ExcDescription="һݼһֵĵȼ,Ϊһݼİٷֱ(0...1,)."
+sfnPercentRank_Inc="PERCENTRANK.INC"
+sfnPercentRank_IncDescription="ֵָһеİٷֱȵȼ."
+sfnPercentRankDescription="ֵָһеİٷֱȵȼ."
+sfnPermut="PERMUT"
+sfnPermutationA="PERMUTATIONA"
+sfnPermutationADescription="ָĶ(ظ)ϵ,ЩϿԴܵĶѡ."
+sfnPermutDescription="ָĶϵ."
+sfnPHI="PHI"
+sfnPHIDescription="رֲ̬ܶȺֵ."
+sfnPhonetic="PHONETIC"
+sfnPhoneticDescription="һıַȡ(furigana)ַ."
+sfnPi="PI"
+sfnPiDescription="Piֵ."
+sfnPMT="PMT"
+sfnPMTDescription="ٴĸ,ṩֵָδֵ."
+sfnPoisson="POISSON"
+sfnPoisson_Dist="POISSON.DIST"
+sfnPoisson_DistDescription="زɷֲ,ͨԤضʱڷ¼."
+sfnPoissonDescription="زɷֲ,ͨԤضʱڷ¼."
+sfnPower="POWER"
+sfnPowerDescription="ֵߵָ."
+sfnPPMT="PPMT"
+sfnPPMTDescription="Ͷʵı֧,ں㶨֧ͺ㶨."
+sfnPrice="PRICE"
+sfnPriceDescription="֧Ϣ֤ȯÿ100Ԫֵļ۸."
+sfnPriceDisc="PRICEDISC"
+sfnPriceDiscDescription="֤ȯÿ100Ԫֵļ۸."
+sfnPriceMat="PRICEMAT"
+sfnPriceMatDescription="ÿ100Ԫֵ֤ȯļ۸,֤ȯڵ֧Ϣ."
+sfnProb="PROB"
+sfnProbDescription="һΧڵֵ֮ĸ."
+sfnProduct="PRODUCT"
+sfnProductDescription="вֵ˲س˻."
+sfnProper="PROPER"
+sfnProperDescription="ıеĵһĸκηĸĸд.ĸתΪСд."
+sfnPV="PV"
+sfnPVDescription="һͶʵֵ(һϵδڵļֵܶ)."
+sfnQuartile="QUARTILE"
+sfnQuartile_Exc="QUARTILE.EXC"
+sfnQuartile_ExcDescription="һϵֵķλ,01֮İٷλ,."
+sfnQuartile_Inc="QUARTILE.INC"
+sfnQuartile_IncDescription="һϵֵķ֮һ."
+sfnQuartileDescription="һϵֵķ֮һ."
+sfnQuotient="QUOTIENT"
+sfnQuotientDescription="."
+sfnRadians="RADIANS"
+sfnRadiansDescription="תΪ."
+sfnRand="RAND"
+sfnRandBetween="RANDBETWEEN"
+sfnRandBetweenDescription="һָΧڵ."
+sfnRandDescription="һΧ01֮,."
+sfnRank="RANK"
+sfnRank_Avg="RANK.AVG"
+sfnRank_AvgDescription="һָһϵֵеĵȼ.ֵĵȼ(С)беֵԵ.һϵֵͬĵȼ,úƽȼ."
+sfnRank_Eq="RANK.EQ"
+sfnRank_EqDescription="һָһϵֵеĵȼ.һֵԴֵĴС.õȼֵеıƥ."
+sfnRankDescription="һضһϵֵеĵȼ.һֵԴֵĴС.ȼֵһеƥ."
+sfnRate="RATE"
+sfnRateDescription="һʱڻָĴﵽĿͶʽ."
+sfnReceived="RECEIVED"
+sfnReceivedDescription="ȫͶʵ֤ȯڵʱյĽ."
+sfnReplace="REPLACE"
+sfnReplaceB="REPLACEB"
+sfnReplaceBDescription="ṩıСַλ,ָı滻ıַһ.˫ֽڵİ汾."
+sfnReplaceDescription="ṩıСַλ,ָı滻ıַһ.ֽڵİ汾."
+sfnRept="REPT"
+sfnReptDescription="ظıַض."
+sfnRight="RIGHT"
+sfnRightB="RIGHTB"
+sfnRightBDescription="һıַһַ.˫ֽڵİ汾."
+sfnRightDescription="һıַһַ.ֽڵİ汾."
+sfnRoman="ROMAN"
+sfnRomanDescription="תΪ(Ϊһıַ)."
+sfnRound="ROUND"
+sfnRoundDescription="һֵ뵽ָλ."
+sfnRoundDown="ROUNDDOWN"
+sfnRoundDownDescription="һֵΪ."
+sfnRoundUp="ROUNDUP"
+sfnRoundUpDescription="һֵλ."
+sfnRow="ROW"
+sfnRowDescription="һõк."
+sfnRows="ROWS"
+sfnRowsDescription="һûе."
+sfnRPI="RRI"
+sfnRRIDescription="һͶĵЧ."
+sfnRSQ="RSQ"
+sfnRSQDescription="ͨݵƤѷϵƽ."
+sfnRTD="RTD"
+sfnRTDDescription="֧COMԶijмʵʱ."
+sfnSearch="SEARCH"
+sfnSearchB="SEARCHB"
+sfnSearchBDescription="һıַһıַ.˫ֽڵİ汾."
+sfnSearchDescription="һıַһıַ.ֽڵİ汾."
+sfnSec="SEC"
+sfnSecDescription="ֵ."
+sfnSech="SECH"
+sfnSechDescription="˫."
+sfnSecond="SECOND"
+sfnSecondDescription="һкתΪӦ."
+sfnSeriesSum="SERIESSUM"
+sfnSeriesSumDescription="ػָϵݼ֮."
+sfnSheet="SHEET"
+sfnSheetDescription="رùı."
+sfnSheets="SHEETS"
+sfnSheetsDescription="е."
+sfnSign="SIGN"
+sfnSignDescription="ֵָķ."
+sfnSin="SIN"
+sfnSinDescription="ֵ."
+sfnSinh="SINH"
+sfnSinhDescription="˫."
+sfnSkew="SKEW"
+sfnSkew_P="SKEW.P"
+sfnSkew_PDescription="ػ˿ڵķֲƫȣһֲΧƽֵIJԳƳ̶ȵ."
+sfnSkewDescription="һֲƫ.ƫȱֲΧƽֵIJԳƳ̶."
+sfnSLN="SLN"
+sfnSLNDescription="һʲһʱڵֱ۾."
+sfnSlope="SLOPE"
+sfnSlopeDescription="Իعߵб."
+sfnSmall="SMALL"
+sfnSmallDescription="һϵֵеĵKСֵ"
+sfnSqrt="SQRT"
+sfnSqrtDescription="ƽ."
+sfnSqrtPi="SQRTPI"
+sfnSqrtPiDescription="Piƽֵָ."
+sfnStandardize="STANDARDIZE"
+sfnStandardizeDescription="һƽֵͱƫֵɵķֲĹһֵ. \n"
+sfnStDev="STDEV"
+sfnStDev_P="STDEV.P"
+sfnStDev_PDescription="Ϊֵ鴫ݵ˿ڼ.ʾһϵеֵƽֵ(ƽֵ)ķɢ̶."
+sfnStDev_S="STDEV.S"
+sfnStDev_SDescription="ֵָ(˿ڵһ)Ʊ.ʾһϵеֵƽֵ(ƽֵ)ķɢ̶."
+sfnStDevA="STDEVA"
+sfnStDevADescription="ָ(˿ڵһ)Ʊ,ֵıֵ."
+sfnStDevDescription="ֵָ(˿ڵһ)Ʊ.ʾһϵеֵƽֵ(ƽֵ)ķɢ̶."
+sfnStDevP="STDEVP"
+sfnStDevPA="STDEVPA"
+sfnStDevPADescription="ʽݵȫ˿ڼ,ֵıֵ."
+sfnStDevPDescription="ָΪֵ˿ڼ.ʾһϵеֵƽֵ(ƽֵ)ķɢ̶."
+sfnSTEYX="STEYX"
+sfnSTEYXDescription="ػعÿXԤYֵı.ǶԵXYԤĺ."
+sfnSubstitute="SUBSTITUTE"
+sfnSubstituteDescription="һַеһı滻һضı."
+sfnSubTotal="SUBTOTAL"
+sfnSubTotalDescription="һС."
+sfnSum="SUM"
+sfnSumDescription="ֵָ."
+sfnSumIF="SUMIF"
+sfnSumIFDescription="һзضֵ."
+sfnSumIFS="SUMIFS"
+sfnSumIFSDescription="һз϶ֵ."
+sfnSumProduct="SUMPRODUCT"
+sfnSumProductDescription="ָеӦֵ,Գ˻."
+sfnSumSQ="SUMSQ"
+sfnSumSQDescription="һϵеֵƽ."
+sfnSumX2MY2="SUMX2MY2"
+sfnSumX2MY2Description="ָӦƽֵIJֵ."
+sfnSumX2PY2="SUMX2PY2"
+sfnSumX2PY2Description="ָӦƽֵ."
+sfnSumXMY2="SUMXMY2"
+sfnSumXMY2Description="ָеӦֵIJֵƽ."
+sfnSYD="SYD"
+sfnSYDDescription="ijʲضʱڵ۾ܺ."
+sfnT="T"
+sfnT_Dist="T.DIST"
+sfnT_Dist_2T="T.DIST.2T"
+sfnT_Dist_2TDescription="˫βѧTֲ.Tֲٽֵ."
+sfnT_Dist_RT="T.DIST.RT"
+sfnT_Dist_RTDescription="βTͷֲ."
+sfnT_DistDescription="ѧTͷֲİٷֱȵ().TͷֲСݼļ."
+sfnT_Inv="T.INV"
+sfnT_Inv_2T="T.INV.2T"
+sfnT_Inv_2TDescription="ѧTֲ˫β."
+sfnT_InvDescription="ѧTֲTֵ,Ϊʺɶȵĺ."
+sfnT_Test="T.TEST"
+sfnT_TestDescription="ѧTصĸ."
+sfnTan="TAN"
+sfnTanDescription="ֵ."
+sfnTanh="TANH"
+sfnTanhDescription="˫."
+sfnTBillEq="TBILLEQ"
+sfnTBillEqDescription="عȯծȯֵ."
+sfnTBillPrice="TBILLPRICE"
+sfnTBillPriceDescription="عȯÿ100Ԫֵļ۸."
+sfnTBillYield="TBILLYIELD"
+sfnTBillYieldDescription="عȯ."
+sfnTDescription="ֵָָı."
+sfnTDist="TDIST"
+sfnTDistDescription="ѧTͷֲİٷֱȵ().TͷֲСݼļ."
+sfnText="TEXT"
+sfnTextDescription="һضֵγı."
+sfnTime="TIME"
+sfnTimeDescription="ָʱתΪӦк."
+sfnTimeValue="TIMEVALUE"
+sfnTimeValueDescription="һıʱʾתһ/ʱֵ."
+sfnTInv="TINV"
+sfnTInvDescription="ѧTֲ˫β."
+sfnToday="TODAY"
+sfnTodayDescription="뵱ǰڶӦк."
+sfnTranspose="TRANSPOSE"
+sfnTransposeDescription="һˮƽĵԪתΪһֱ,֮Ȼ."
+sfnTrend="TREND"
+sfnTrendDescription="Ƶֵ."
+sfnTrim="TRIM"
+sfnTrimDescription="ɾıепո,˵֮ĵո."
+sfnTrimMean="TRIMMEAN"
+sfnTrimMeanDescription="һϵֵڲƽֵ.úһмƽֵ,Ķ͵ײβͱų."
+sfnTrue=""
+sfnTrueDescription="ֵTRUE."
+sfnTrunc="TRUNC"
+sfnTruncDescription="ضֵָС."
+sfnTTest="TTEST"
+sfnTTestDescription="ѧTصĸ."
+sfnType="TYPE"
+sfnTypeDescription="ֵָ."
+sfnUniChar="UNICHAR"
+sfnUniCharDescription="UnicodeָӦַ."
+sfnUniCode="UNICODE"
+sfnUniCodeDescription="ָıַеһַӦĴ."
+sfnUpper="UPPER"
+sfnUpperDescription="һıַתΪдĸ."
+sfnValue="VALUE"
+sfnValueDescription="һıַתΪһֵ."
+sfnVar="VAR"
+sfnVar_P="VAR.P"
+sfnVar_PDescription="˿ڵķ,ָΪһֵ."
+sfnVar_S="VAR.S"
+sfnVar_SDescription="ֵָ(˿ڵһ)Ʒ."
+sfnVarA="VARA"
+sfnVarADescription="ָ(˿ڵһ)Ʒ,ֵıֵ."
+sfnVarDescription="ֵָ(˿ڵһ)Ʒ."
+sfnVarP="VARP"
+sfnVarPA="VARPA"
+sfnVarPADescription="ָΪ˿ڼ㷽,ֵıֵ."
+sfnVarPDescription="˿ڵķ,ָΪһֵ."
+sfnVDB="VDB"
+sfnVDBDescription="ͨʹõݼƽⷨijʲضʱڻʱڵ۾."
+sfnVLookup="VLOOKUP"
+sfnVLookupDescription="ڱĵһвһֵ,һзͬһеһֵ."
+sfnWeekDay="WEEKDAY"
+sfnWeekDayDescription="ֵָӦ."
+sfnWeekNum="WEEKNUM"
+sfnWeekNumDescription="ָڶӦ."
+sfnWeibull="WEIBULL"
+sfnWeibull_Dist="WEIBULL.DIST"
+sfnWeibull_DistDescription="ؿɿԷʹõWeibullֲ.һ豸MBTF(ƽϼʱ)."
+sfnWeibullDescription="ؿɿԷʹõWeibullֲ.һ豸MBTF(ƽϼʱ)."
+sfnWorkDay="WORKDAY"
+sfnWorkDay_Intl="WORKDAY.INTL"
+sfnWorkDay_IntlDescription="ָ֮ǰ֮к,ǵһԶļ."
+sfnWorkDayDescription="ʼٸյĹ.صڳʼ֮ǰ֮,ȡռķ"
+sfnXIRR="XIRR"
+sfnXIRRDescription="زһǶڵֽڲ."
+sfnXNPV="XNPV"
+sfnXNPVDescription="ֽľֵ,ñһǶڵ."
+sfnXor="XOR"
+sfnXorDescription="ֵָԻ."
+sfnYear="YEAR"
+sfnYearDescription="ضӦָݵк."
+sfnYearFrac="YEARFRAC"
+sfnYearFracDescription="ָ֮ķΧһķ."
+sfnYield="YIELD"
+sfnYieldDescription="֧Ϣ֤ȯ."
+sfnYieldDisc="YIELDDISC"
+sfnYieldDiscDescription="֤ȯʣ,ȯ."
+sfnYieldMat="YIELDMAT"
+sfnYieldMatDescription="ڵ֧Ϣ֤ȯ."
+sfnZ_Test="Z.TEST"
+sfnZ_TestDescription="Zصĵβ,ƽֵԴֵƽֵĸ."
+sfnZTest="ZTEST"
+sfnZTestDescription="Zصĵβ,ƽֵԴֵƽֵĸ."
+SHintCaption="ʾ"
+SHintText="Ԥʾ"
+SInvalidInteger="''%s'' һЧֵ."
+SMsgDlgAbort="&ֹ"
+SMsgDlgAll="&ȫ"
+SMsgDlgCancel="ȡ"
+SMsgDlgClose="&ر"
+SMsgDlgConfirm="ȷ"
+SMsgDlgError=""
+SMsgDlgHelp="&"
+SMsgDlgIgnore="&"
+SMsgDlgInformation="Ϣ"
+SMsgDlgNo="&"
+SMsgDlgNoToAll="&ȫ"
+SMsgDlgOK="ȷ"
+SMsgDlgRetry="&"
+SMsgDlgWarning=""
+SMsgDlgYes="&"
+SMsgDlgYesToAll="&ȫ"
+SShellDefaultModifiedStr=""
+SShellDefaultNameStr=""
+SShellDefaultSizeStr="ߴ"
+SShellDefaultTypeStr=""
+SXmlBadAttributeChar="''%s'', ʮֵ%s,һЧַ."
+SXmlBadDecimalEntity="ʮʵõЧ."
+SXmlBadDTDLocation="λ쳣DTD."
+SXmlBadHexEntity="ʮʵõЧ."
+SXmlBadNameChar="ַ''%s'',ʮֵ%s,ܰ."
+SXmlBadNamespaceDecl="Чռ."
+SXmlBadStartNameChar="ƿʼַ''%s'',ʮֵ%s."
+SXmlCanNotBindToReservedNamespace="ռ."
+SXmlCannotStartDocumentOnFragment="ʹConformanceLevel.FragmentWriteStartDocumentܵ."
+SXmlCannotWriteXmlDecl="д XML .XML ԽĵĿͷ."
+SXmlCDATAEndInText="ַв'']>''."
+SXmlCharEntityOverflow="ַʵõֵЧ."
+SXmlClosedOrError="дѹرջڴ״̬."
+SXmlConformanceLevelFragment="ȷ ConformanceLevel ñΪ ConformanceLevel.Fragment \nConformanceLevel.Auto,鹵ҪдһXMLƬ."
+SXmlDefaultException="һXML."
+SXmlDupAttributeName=""%s"һظ."
+SXmlDupXmlDecl="д XML .WriteStartDocument Ѿд."
+SXmlEmptyLocalName="ַЧı."
+SXmlEmptyName="ַЧ."
+SXmlEncodingSwitchAfterResetState="''encoding''''%s''Ч. \nencodingлResetState"
+SXmlExpectExternalOrClose="ҪⲿID, ''['' or ''>''."
+SXmlExpectingWhiteSpace="''%s''ȷı,Ӧǿո."
+SXmlExpectSubOrClose="һڲӼDOCTYPE."
+SXmlIndentCharsNotWhitespace="XmlWriterSettings.CheckCharacters XmlWriterSettings.NewLineOnAttributes ʱ \nXmlWriterSettings.%s ֻЧ XML հַ."
+SXmlInternalError="ڲ."
+SXmlInvalidCharacter="''%s'',ʮֵ%s,Чַ."
+SXmlInvalidCharInThisEncoding="ڻȡıЧַ."
+SXmlInvalidCharsInIndent="XmlWriterSettings.CheckCharactersΪTrueʱ,WriterSettings.%sֻаЧXMLıַ. %s"
+SXmlInvalidCommentChars="XMLܰ''--'',''-''һַ."
+SXmlInvalidHighSurrogateChar="Чĸߴַ(%s).һߴַһֵ,Χ(0xD800 - 0xDBFF)."
+SXmlInvalidNameCharsDetail=""%s"Чַ. %dַ,ʮֵ%s,ܰһ."
+SXmlInvalidNodeType="''%s''ЧXmlNodeType."
+SXmlInvalidOperation="ڸöĵǰ״̬,Ч."
+SXmlInvalidPIName="''%s''ЧĴָ."
+SXmlInvalidRootData="Ч."
+SXmlInvalidSurrogateMissingLowChar="Ч.ȱһʹַ."
+SXmlInvalidSurrogatePair=" (%s,%s) Ч.һߴַ (0xD800-0xDBFF) DZ \nʹַ (0xDC00-0xDFFF)."
+SXmlInvalidTextDecl="Чı."
+SXmlInvalidVersionNumber="汾''%s''Ч."
+SXmlInvalidXmlDecl="XMLЧ."
+SXmlInvalidXmlSpace=""%s"һЧxml:ֵ."
+SXmlLimitExceeded="ĵѳõ%s."
+SXmlMessageWithErrorPosition="%s %d,λ%d"
+SXmlMissingRoot="ȱٸԪ."
+SXmlMultipleRoots="Ԫ."
+SXmlNamespaceDeclXmlXmlns="ǰ''&s''ӳ䵽''xml''''xmlns''ռ."
+SXmlNonWhitespace="ֻʹÿհַ."
+SXmlNoRoot="ĵûиԪ."
+SXmlNoStartTag="ûXMLʼǿŵ."
+SXmlNotImplemented="δʵ."
+SXmlNotSupported="֧."
+SXmlPrefixForEmptyNs="ʹÿյռǰ."
+SXmlReadOnlyProperty="''%s''ֻ."
+SXmlRedefinePrefix="ǰ"%s"¶"%s""%s"ͬĿʼԪر."
+SXmlTagMismatchEx="''%1:s''е''%2:s''λõĿʼ''%0:s''''%3:s''ƥ."
+SXmlUnclosedQuote="DZպϵַ."
+SXmlUndefNamespace="ռ"%s"û."
+SXmlUnexpectedEndTag="Ľ."
+SXmlUnexpectedEOF=" %s ʱļβ."
+SXmlUnexpectedEOF1="ļβ."
+SXmlUnexpectedEOFInElementContent="ļβ.ûйرԪ: %s"
+SXmlUnexpectedTokenEx="''%s''ı.Ҫı''%s''."
+SXmlUnexpectedTokens2="''%s''ı.Ҫı''%s''''%s''."
+SXmlUnknownNs="''%s''һδռ."
+SXmlUserException="%s"
+SXmlWrongToken=" ord = %d ״̬ ord = %d ᵼЧ XML ĵ."
+SXmlXmlDeclNotFirst="XML.XMLĵеĵһڵ, \nǰ治ֿհַ."
+SXmlXmlnsPrefix="ǰ''xmlns''DZXMLʹõ."
+SXmlXmlPrefix="ǰ''xmlns''DZXMLʹõ,ֻӳ䵽ռ \n''http://www.w3.org/XML/1998/namespace''."
+USA_STR=""
+
+[Custom Resource Strings]
+CHINA_STR="China"
+USA_STR="USA"
+
diff --git a/项目代码/RTBasicsV1/T05贸易门市管理/TradeMarket.dpr b/项目代码/RTBasicsV1/T05贸易门市管理/TradeMarket.dpr
index a63df3c..f5a30aa 100644
--- a/项目代码/RTBasicsV1/T05贸易门市管理/TradeMarket.dpr
+++ b/项目代码/RTBasicsV1/T05贸易门市管理/TradeMarket.dpr
@@ -10,9 +10,6 @@ uses
U_GetDllForm in 'U_GetDllForm.pas',
U_DataLink in 'U_DataLink.pas' {DataLink_TradeMarket: TDataModule},
U_iniParam in 'U_iniParam.pas',
- U_BaseHelp in '..\..\..\public10\design\U_BaseHelp.pas' {frmBaseHelp},
- U_BaseInput in '..\..\..\public10\design\U_BaseInput.pas' {frmBaseInput},
- U_BaseList in '..\..\..\public10\design\U_BaseList.pas' {frmBaseList},
U_CompressionFun in '..\..\..\public10\ThreeFun\Fun\U_CompressionFun.pas',
U_RTFun in '..\..\..\public10\ThreeFun\Fun\U_RTFun.pas',
U_ZDYHelp in '..\..\..\public10\ThreeFun\Form\U_ZDYHelp.pas' {frmZDYHelp},
@@ -32,8 +29,12 @@ uses
U_FormLayOutDesign in '..\..\..\public10\design\U_FormLayOutDesign.pas',
U_globalVar in '..\..\..\public10\design\U_globalVar.pas',
U_WindowFormdesign in '..\..\..\public10\design\U_WindowFormdesign.pas',
- FrameDateSel in '..\A00ͨ\FrameDateSel.pas' {frmFrameDateSel: TFrame},
- FramePagingSel in '..\A00ͨ\FramePagingSel.pas' {frmFramePagingSel: TFrame};
+ FramePagingSel in '..\A00ͨ\FramePagingSel.pas' {frmFramePagingSel: TFrame},
+ U_BaseDataLink in '..\..\..\public10\design\U_BaseDataLink.pas' {BaseDataLink: TDataModule},
+ U_BaseHelp in '..\..\..\public10\design\U_BaseHelp.pas' {frmBaseHelp},
+ U_BaseInput in '..\..\..\public10\design\U_BaseInput.pas' {frmBaseInput},
+ U_BaseList in '..\..\..\public10\design\U_BaseList.pas' {frmBaseList},
+ FrameDateSel in '..\A00ͨ\FrameDateSel.pas' {frmFrameDateSel: TFrame};
{$R *.res}
diff --git a/项目代码/RTBasicsV1/T05贸易门市管理/TradeMarket.dproj b/项目代码/RTBasicsV1/T05贸易门市管理/TradeMarket.dproj
index 6cb9182..b3ef647 100644
--- a/项目代码/RTBasicsV1/T05贸易门市管理/TradeMarket.dproj
+++ b/项目代码/RTBasicsV1/T05贸易门市管理/TradeMarket.dproj
@@ -136,18 +136,6 @@
TDataModule
-
-
- dfm
-
-
-
- dfm
-
-
-
- dfm
-
@@ -203,13 +191,30 @@
-
-
+
+
dfm
TFrame
-
-
+
+
+ dfm
+ TDataModule
+
+
+
+ dfm
+
+
+
+ dfm
+
+
+
+ dfm
+
+
+
dfm
TFrame
diff --git a/项目代码/RTBasicsV1/T05贸易门市管理/TradeMarket.dproj.local b/项目代码/RTBasicsV1/T05贸易门市管理/TradeMarket.dproj.local
index a974022..ed305a3 100644
--- a/项目代码/RTBasicsV1/T05贸易门市管理/TradeMarket.dproj.local
+++ b/项目代码/RTBasicsV1/T05贸易门市管理/TradeMarket.dproj.local
@@ -1,52 +1,53 @@
- 1899-12-30 00:00:00.000.692,D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.dfm=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_ClothInfoSel.dfm
- 1899-12-30 00:00:00.000.530,D:\Dp10Repo\项目代码\希风\T05贸易门市管理\U_TradeDispatchedList.dfm=D:\Dp10Repo\项目代码\希风\T05贸易门市管理\U_TradeDispatchedSel.dfm
+ 1899-12-30 00:00:00.000.556,=D:\RTFormwork\public10\design\U_BaseDataLink.pas
1899-12-30 00:00:00.000.048,=D:\Dp10Repo\public10\design\U_BaseList.pas
1899-12-30 00:00:00.000.020,D:\Dp10Repo\项目代码\宝磊\T05贸易门市管理\U_TradeDispatchedList.pas=D:\Dp10Repo\项目代码\宝磊\T05贸易门市管理\U_TradeMarketList.pas
1899-12-30 00:00:00.000.135,D:\Dp10Repo\项目代码\睿特\新DLL初始化(CSH.dll)\U_ZDYHelp.pas=
+ 1899-12-30 00:00:00.000.530,D:\Dp10Repo\项目代码\希风\T05贸易门市管理\U_TradeDispatchedList.pas=D:\Dp10Repo\项目代码\希风\T05贸易门市管理\U_TradeDispatchedSel.pas
+ 1899-12-30 00:00:00.000.530,D:\Dp10Repo\项目代码\希风\T05贸易门市管理\U_TradeDispatchedList.dfm=D:\Dp10Repo\项目代码\希风\T05贸易门市管理\U_TradeDispatchedSel.dfm
+ 1899-12-30 00:00:00.000.844,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_AttachmentUpload.pas
+ 1899-12-30 00:00:00.000.692,D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.dfm=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_ClothInfoSel.dfm
1899-12-30 00:00:00.000.832,=D:\Dp10Repo\public10\design\U_BaseHelp.pas
- 1899-12-30 00:00:00.000.975,=D:\Dp10Repo\public10\ThreeFun\Fun\U_CompressionFun.pas
- 1899-12-30 00:00:00.000.873,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_LbaelMapSet.pas
1899-12-30 00:00:00.000.075,D:\Dp10Repo\项目代码\希风\T05贸易门市管理\U_TradeMarketDisSel.dfm=D:\Dp10Repo\项目代码\希风\T05贸易门市管理\U_TradeMarketDisScan.dfm
1899-12-30 00:00:00.000.197,D:\Dp10Repo\项目代码\希风\T05贸易门市管理\U_TradeMarketDisSel.dfm=D:\Dp10Repo\项目代码\希风\T05贸易门市管理\U_TradeMarketInPut.dfm
- 1899-12-30 00:00:00.000.844,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_AttachmentUpload.pas
+ 1899-12-30 00:00:00.000.623,=D:\RTFormwork\public10\design\U_cxGridCustomSet.pas
1899-12-30 00:00:00.000.075,D:\Dp10Repo\项目代码\希风\T05贸易门市管理\U_TradeMarketDisSel.pas=D:\Dp10Repo\项目代码\希风\T05贸易门市管理\U_TradeMarketDisScan.pas
1899-12-30 00:00:00.000.197,D:\Dp10Repo\项目代码\希风\T05贸易门市管理\U_TradeMarketDisSel.pas=D:\Dp10Repo\项目代码\希风\T05贸易门市管理\U_TradeMarketInPut.pas
1899-12-30 00:00:00.000.298,=D:\Dp10Repo\项目代码\宝磊\T05贸易门市管理\U_TradeMarketInPut.pas
1899-12-30 00:00:00.000.020,D:\Dp10Repo\项目代码\宝磊\T05贸易门市管理\U_TradeDispatchedList.dfm=D:\Dp10Repo\项目代码\宝磊\T05贸易门市管理\U_TradeMarketList.dfm
1899-12-30 00:00:00.000.339,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_ClothInfoSel.pas
1899-12-30 00:00:00.000.149,=D:\Dp10Repo\public10\ThreeFun\Form\U_ZDYHelp.pas
- 1899-12-30 00:00:00.000.530,D:\Dp10Repo\项目代码\希风\T05贸易门市管理\U_TradeDispatchedList.pas=D:\Dp10Repo\项目代码\希风\T05贸易门市管理\U_TradeDispatchedSel.pas
- 1899-12-30 00:00:00.000.623,=D:\RTFormwork\public10\design\U_cxGridCustomSet.pas
1899-12-30 00:00:00.000.939,=D:\Dp10Repo\public10\design\U_BaseInput.pas
+ 1899-12-30 00:00:00.000.783,=D:\RTFormwork\项目代码\RTBasicsV1\A00通用组件\FrameDateSel.pas
+ 1899-12-30 00:00:00.000.901,=D:\RTFormwork\项目代码\RTBasicsV1\A00通用组件\FramePagingSel.pas
1899-12-30 00:00:00.000.493,=D:\Dp10Repo\项目代码\RTBasics\A00通用模板\Unit1.pas
1899-12-30 00:00:00.000.448,=D:\Dp10Repo\项目代码\宝磊\T05贸易门市管理\U_TradeMarketList.pas
- 1899-12-30 00:00:00.000.178,=D:\Dp10Repo\public10\design\U_WindowFormdesign.pas
- 1899-12-30 00:00:00.000.728,=D:\Dp10Repo\项目代码\希风\T00贸易通用窗体\U_StockPlanSel.pas
+ 1899-12-30 00:00:00.000.873,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_LbaelMapSet.pas
1899-12-30 00:00:00.000.996,D:\Dp10Repo\项目代码\希风\T00贸易通用窗体\U_StockPlanSel.pas=
- 1899-12-30 00:00:00.000.736,D:\Dp10Repo\项目代码\睿特\新DLL初始化(CSH.dll)\U_ModuleNote.pas=
+ 1899-12-30 00:00:00.000.728,=D:\Dp10Repo\项目代码\希风\T00贸易通用窗体\U_StockPlanSel.pas
+ 1899-12-30 00:00:00.000.178,=D:\Dp10Repo\public10\design\U_WindowFormdesign.pas
1899-12-30 00:00:00.000.667,=D:\RTFormwork\public10\design\U_FormLayOutDesign.pas
+ 1899-12-30 00:00:00.000.736,D:\Dp10Repo\项目代码\睿特\新DLL初始化(CSH.dll)\U_ModuleNote.pas=
1899-12-30 00:00:00.000.086,=D:\Dp10Repo\public10\design\U_cxGridCustomCss.pas
1899-12-30 00:00:00.000.684,D:\Dp10Repo\项目代码\RTBasics\T05门市订单管理\TradeMarket.dproj=D:\Dp10Repo\项目代码\RTBasics\T05门市订单管理\InformationBase.dproj
1899-12-30 00:00:00.000.616,D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_LablePrint.dfm=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.dfm
1899-12-30 00:00:00.000.931,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_LabelMapSet.pas
1899-12-30 00:00:00.000.015,=D:\Dp10Repo\public10\ThreeFun\Fun\U_RTFun.pas
1899-12-30 00:00:00.000.123,=D:\Dp10Repo\public10\design\U_globalVar.pas
- 1899-12-30 00:00:00.000.092,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_EmployeeSel.pas
- 1899-12-30 00:00:00.000.487,D:\Dp10Repo\项目代码\睿特\新DLL初始化(CSH.dll)\U_ZDYHelpSel.pas=
- 1899-12-30 00:00:00.000.135,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_LabelPrint.pas
- 1899-12-30 00:00:00.000.901,=D:\Dp10Repo\public10\ThreeFun\Form\U_ZDYHelpSel.pas
- 1899-12-30 00:00:00.000.716,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_ProcessSel.pas
- 1899-12-30 00:00:00.000.616,D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_LablePrint.pas=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.pas
- 1899-12-30 00:00:00.000.293,=D:\Dp10Repo\项目代码\宝磊\A00通用窗体\U_PictureUpload.pas
- 1899-12-30 00:00:00.000.630,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.pas
- 1899-12-30 00:00:00.000.734,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.pas
1899-12-30 00:00:00.000.692,D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.pas=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_ClothInfoSel.pas
+ 1899-12-30 00:00:00.000.092,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_EmployeeSel.pas
+ 1899-12-30 00:00:00.000.135,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_LabelPrint.pas
+ 1899-12-30 00:00:00.000.716,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_ProcessSel.pas
+ 1899-12-30 00:00:00.000.901,=D:\Dp10Repo\public10\ThreeFun\Form\U_ZDYHelpSel.pas
+ 1899-12-30 00:00:00.000.975,=D:\Dp10Repo\public10\ThreeFun\Fun\U_CompressionFun.pas
+ 1899-12-30 00:00:00.000.487,D:\Dp10Repo\项目代码\睿特\新DLL初始化(CSH.dll)\U_ZDYHelpSel.pas=
1899-12-30 00:00:00.000.422,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.pas
- 2024-08-16 14:51:13.783,=D:\RTFormwork\项目代码\RTBasicsV1\A00通用组件\FrameDateSel.pas
- 2024-08-16 14:51:13.901,=D:\RTFormwork\项目代码\RTBasicsV1\A00通用组件\FramePagingSel.pas
+ 1899-12-30 00:00:00.000.734,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.pas
+ 1899-12-30 00:00:00.000.630,=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.pas
+ 1899-12-30 00:00:00.000.293,=D:\Dp10Repo\项目代码\宝磊\A00通用窗体\U_PictureUpload.pas
+ 1899-12-30 00:00:00.000.616,D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_LablePrint.pas=D:\Dp10Repo\项目代码\RTBasics\A00通用窗体\U_CompanySel.pas
@@ -112,6 +113,8 @@
+
+
diff --git a/项目代码/RTBasicsV1/T05贸易门市管理/TradeMarket.identcache b/项目代码/RTBasicsV1/T05贸易门市管理/TradeMarket.identcache
index 90eaf8a..abf5a95 100644
Binary files a/项目代码/RTBasicsV1/T05贸易门市管理/TradeMarket.identcache and b/项目代码/RTBasicsV1/T05贸易门市管理/TradeMarket.identcache differ
diff --git a/项目代码/RTBasicsV1/T05贸易门市管理/U_DataLink.dfm b/项目代码/RTBasicsV1/T05贸易门市管理/U_DataLink.dfm
index 597503f..53b9ee3 100644
--- a/项目代码/RTBasicsV1/T05贸易门市管理/U_DataLink.dfm
+++ b/项目代码/RTBasicsV1/T05贸易门市管理/U_DataLink.dfm
@@ -1,9 +1,29 @@
-object DataLink_TradeMarket: TDataLink_TradeMarket
- OldCreateOrder = False
- OnCreate = DataModuleCreate
+inherited DataLink_TradeMarket: TDataLink_TradeMarket
OnDestroy = DataModuleDestroy
- Height = 349
- Width = 482
+ Height = 359
+ Width = 498
+ inherited cxEditStyleController1: TcxEditStyleController
+ PixelsPerInch = 96
+ end
+ inherited cxDefaultEditStyleController1: TcxDefaultEditStyleController
+ PixelsPerInch = 96
+ end
+ inherited cxImageList_bar: TcxImageList
+ FormatVersion = 1
+ Left = 300
+ Top = 172
+ DesignInfo = 11272492
+ end
+ inherited ThreeColorBase: TcxStyleRepository
+ PixelsPerInch = 96
+ end
+ inherited dxLayoutLookAndFeelList1: TdxLayoutLookAndFeelList
+ Left = 403
+ Top = 154
+ inherited dxLayoutSkinLookAndFeel1: TdxLayoutSkinLookAndFeel
+ PixelsPerInch = 96
+ end
+ end
object AdoDataLink: TADOQuery
Connection = ADOLink
Parameters = <>
@@ -10423,139 +10443,6 @@ object DataLink_TradeMarket: TDataLink_TradeMarket
FF800001000000F003FFFE00FFE0000300000000000000000000000000000000
000000000000}
end
- object ThreeLookAndFeelCol: TcxLookAndFeelController
- Kind = lfStandard
- NativeStyle = False
- Left = 253
- Top = 12
- end
- object ThreeColorBase: TcxStyleRepository
- Left = 147
- Top = 80
- PixelsPerInch = 96
- object SHuangSe: TcxStyle
- AssignedValues = [svColor, svFont, svTextColor]
- Color = 4707838
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- TextColor = clBtnText
- end
- object SkyBlue: TcxStyle
- AssignedValues = [svColor, svFont, svTextColor]
- Color = clSkyBlue
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- TextColor = clBlack
- end
- object Default: TcxStyle
- AssignedValues = [svFont]
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- end
- object QHuangSe: TcxStyle
- AssignedValues = [svColor, svFont]
- Color = 8454143
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- end
- object Red: TcxStyle
- AssignedValues = [svColor, svFont]
- Color = clRed
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- end
- object FontBlue: TcxStyle
- AssignedValues = [svFont, svTextColor]
- Font.Charset = GB2312_CHARSET
- Font.Color = clBlue
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- TextColor = clBlue
- end
- object TextSHuangSe: TcxStyle
- AssignedValues = [svFont, svTextColor]
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- TextColor = clOlive
- end
- object FonePurple: TcxStyle
- AssignedValues = [svFont, svTextColor]
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindow
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- TextColor = clPurple
- end
- object FoneClMaroon: TcxStyle
- AssignedValues = [svFont, svTextColor]
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- TextColor = clMaroon
- end
- object FoneRed: TcxStyle
- AssignedValues = [svFont, svTextColor]
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- TextColor = clRed
- end
- object RowColor: TcxStyle
- AssignedValues = [svColor]
- Color = 16311512
- end
- object handBlack: TcxStyle
- AssignedValues = [svFont]
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- end
- object cxBlue: TcxStyle
- AssignedValues = [svColor, svFont]
- Color = 16711731
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- end
- object SHuangSeCu: TcxStyle
- AssignedValues = [svColor, svFont, svTextColor]
- Color = 4707838
- Font.Charset = GB2312_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- TextColor = clRed
- end
- end
object Timer_link: TTimer
Interval = 15000
OnTimer = Timer_linkTimer
@@ -10566,8 +10453,8 @@ object DataLink_TradeMarket: TDataLink_TradeMarket
DrawingStyle = dsTransparent
Height = 32
Width = 32
- Left = 256
- Top = 184
+ Left = 222
+ Top = 188
Bitmap = {
494C010119002400040020002000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
000000000000360000002800000080000000E0000000010020000000000000C0
diff --git a/项目代码/RTBasicsV1/T05贸易门市管理/U_DataLink.pas b/项目代码/RTBasicsV1/T05贸易门市管理/U_DataLink.pas
index 99a321b..0b83bb1 100644
--- a/项目代码/RTBasicsV1/T05贸易门市管理/U_DataLink.pas
+++ b/项目代码/RTBasicsV1/T05贸易门市管理/U_DataLink.pas
@@ -4,10 +4,10 @@ interface
uses
SysUtils, Classes, DB, ADODB, ImgList, Controls, cxStyles, cxLookAndFeels,
- Windows, Messages, forms, OleCtnrs, DateUtils, ExtCtrls, SyncObjs, cxClasses,
- dxSkinsCore, dxSkinsDefaultPainters, System.ImageList, dxSkinBasic,
- dxSkinBlack, dxSkinBlue, dxSkinBlueprint, dxSkinCaramel, dxSkinCoffee,
- dxSkinDarkroom, dxSkinDarkSide, dxSkinDevExpressDarkStyle,
+ U_BaseDataLink, Windows, Messages, forms, OleCtnrs, DateUtils, ExtCtrls,
+ SyncObjs, cxClasses, dxSkinsCore, dxSkinsDefaultPainters, System.ImageList,
+ dxSkinBasic, dxSkinBlack, dxSkinBlue, dxSkinBlueprint, dxSkinCaramel,
+ dxSkinCoffee, dxSkinDarkroom, dxSkinDarkSide, dxSkinDevExpressDarkStyle,
dxSkinDevExpressStyle, dxSkinFoggy, dxSkinGlassOceans, dxSkinHighContrast,
dxSkiniMaginary, dxSkinLilian, dxSkinLiquidSky, dxSkinLondonLiquidSky,
dxSkinMcSkin, dxSkinMetropolis, dxSkinMetropolisDark, dxSkinMoneyTwins,
@@ -21,7 +21,9 @@ uses
dxSkinSpringtime, dxSkinStardust, dxSkinSummer2008, dxSkinTheAsphaltWorld,
dxSkinTheBezier, dxSkinValentine, dxSkinVisualStudio2013Blue,
dxSkinVisualStudio2013Dark, dxSkinVisualStudio2013Light, dxSkinVS2010,
- dxSkinWhiteprint, dxSkinWXI, dxSkinXmas2008Blue;
+ dxSkinWhiteprint, dxSkinWXI, dxSkinXmas2008Blue, dxCore, cxLocalization,
+ dxLayoutLookAndFeels, cxImageList, cxGraphics, cxEdit, cxContainer,
+ dxSkinsForm;
type
TMyThread = class(TThread)
@@ -53,7 +55,7 @@ var
UserDataFlag: string;
type
- TDataLink_TradeMarket = class(TDataModule)
+ TDataLink_TradeMarket = class(TBaseDataLink)
AdoDataLink: TADOQuery;
ADOLink: TADOConnection;
ThreeImgList: TImageList;
@@ -125,6 +127,7 @@ end;
procedure TDataLink_TradeMarket.DataModuleDestroy(Sender: TObject);
begin
+ inherited;
CriticalSection.Free;
DataLink_TradeMarket := nil;
end;
@@ -136,6 +139,7 @@ end;
procedure TDataLink_TradeMarket.DataModuleCreate(Sender: TObject);
begin
+ inherited;
CriticalSection := TCriticalSection.Create;
end;
diff --git a/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeDispatchedList.dfm b/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeDispatchedList.dfm
index 24ada8e..f10ee97 100644
--- a/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeDispatchedList.dfm
+++ b/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeDispatchedList.dfm
@@ -16,18 +16,18 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
Left = 0
Top = 0
Width = 1540
- Height = 38
+ Height = 30
AutoSize = True
- ButtonHeight = 38
- ButtonWidth = 103
+ ButtonHeight = 30
+ ButtonWidth = 115
Caption = 'ToolBar1'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
Font.Style = []
- Images = DataLink_TradeMarket.ImageList_new32
+ Images = DataLink_TradeMarket.cxImageList_bar
List = True
ParentColor = False
ParentFont = False
@@ -50,7 +50,7 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
OnClick = ToolButton1Click
end
object TBPrint: TToolButton
- Left = 166
+ Left = 174
Top = 0
AutoSize = True
Caption = #25171#21360
@@ -58,7 +58,7 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
OnClick = TBPrintClick
end
object TBPrint1: TToolButton
- Left = 237
+ Left = 245
Top = 0
AutoSize = True
Caption = #25171#21360#20986#24211#21333
@@ -66,7 +66,7 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
OnClick = TBPrint1Click
end
object TBCK: TToolButton
- Left = 344
+ Left = 364
Top = 0
AutoSize = True
Caption = #26597#30475
@@ -74,7 +74,7 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
OnClick = TBCKClick
end
object TBFJ: TToolButton
- Left = 415
+ Left = 435
Top = 0
AutoSize = True
Caption = #38468#20214
@@ -82,7 +82,7 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
OnClick = TBFJClick
end
object ToolButton2: TToolButton
- Left = 486
+ Left = 506
Top = 0
AutoSize = True
Caption = #20445#23384#26684#24335
@@ -90,7 +90,7 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
OnClick = ToolButton2Click
end
object TBClose: TToolButton
- Left = 581
+ Left = 609
Top = 0
AutoSize = True
Caption = #20851#38381
@@ -100,159 +100,127 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
end
object Panel1: TPanel [1]
Left = 0
- Top = 38
+ Top = 30
Width = 1540
- Height = 67
+ Height = 80
Align = alTop
BevelInner = bvRaised
BevelOuter = bvLowered
Color = clWhite
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
ParentBackground = False
+ ParentFont = False
TabOrder = 1
object Label3: TLabel
- Left = 283
- Top = 20
- Width = 52
- Height = 12
+ Left = 22
+ Top = 45
+ Width = 64
+ Height = 21
Caption = #22823#36135#21333#21495
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
end
object Label12: TLabel
- Left = 613
- Top = 119
- Width = 26
- Height = 12
+ Left = 548
+ Top = 45
+ Width = 32
+ Height = 21
Caption = #20811#37325
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
end
object Label1: TLabel
- Left = 612
- Top = 20
- Width = 26
- Height = 12
+ Left = 392
+ Top = 45
+ Width = 32
+ Height = 21
Caption = #23458#25143
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
end
object Label2: TLabel
- Left = 449
- Top = 20
- Width = 52
- Height = 12
+ Left = 207
+ Top = 45
+ Width = 64
+ Height = 21
Caption = #20135#21697#21517#31216
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
end
- object TMMNo: TEdit
+ object Label4: TLabel
+ Left = 697
+ Top = 45
+ Width = 32
+ Height = 21
+ Caption = #20840#36873
+ end
+ object TMMNo: TcxTextEdit
Tag = 2
- Left = 341
- Top = 16
- Width = 101
- Height = 25
+ Left = 96
+ Top = 41
TabOrder = 0
OnKeyPress = TMMNoKeyPress
+ Width = 101
end
- object MPRTKZ: TEdit
+ object MPRTKZ: TcxTextEdit
Tag = 2
- Left = 654
- Top = 99
- Width = 56
- Height = 25
+ Left = 590
+ Top = 42
TabOrder = 1
+ Width = 56
end
- object CustName: TEdit
+ object CustName: TcxTextEdit
Tag = 2
- Left = 644
- Top = 16
- Width = 104
- Height = 25
+ Left = 434
+ Top = 41
TabOrder = 2
OnKeyPress = TMMNoKeyPress
+ Width = 104
end
- object C_Name: TEdit
+ object C_Name: TcxTextEdit
Tag = 2
- Left = 504
- Top = 16
- Width = 101
- Height = 25
+ Left = 281
+ Top = 41
TabOrder = 3
OnKeyPress = TMMNoKeyPress
- end
- object CheckBox3: TCheckBox
- Left = 776
- Top = 16
- Width = 99
- Height = 19
- Caption = #20840#36873
- TabOrder = 4
- OnClick = CheckBox3Click
- end
- object BegDate: TDateTimePicker
- Left = 152
- Top = 16
Width = 101
- Height = 20
- Date = 40675.000000000000000000
- Format = 'yyyy-MM-dd'
- Time = 0.464742650459811600
+ end
+ object cxCheckBox1: TcxCheckBox
+ Left = 671
+ Top = 41
+ Style.TransparentBorder = False
+ TabOrder = 4
+ OnClick = cxCheckBox1Click
+ end
+ inline frmFrameDateSel1: TfrmFrameDateSel
+ Left = 2
+ Top = 2
+ Width = 1536
+ Height = 37
+ Align = alTop
+ Color = clWhite
+ Font.Charset = ANSI_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentBackground = False
+ ParentColor = False
+ ParentFont = False
TabOrder = 5
- end
- object EndDate: TDateTimePicker
- Left = 152
- Top = 42
- Width = 102
- Height = 20
- Date = 40675.000000000000000000
- Format = 'yyyy-MM-dd'
- Time = 0.464761099538009100
- TabOrder = 6
- end
- object ComboBox1: TComboBox
- Left = 49
- Top = 16
- Width = 93
- Height = 25
- TabOrder = 7
- Text = #21046#21333#26085#26399
- OnChange = ComboBox1Change
- Items.Strings = (
- #21046#21333#26085#26399
- #20132#36135#26085#26399)
- end
- object CheckBox1: TCheckBox
- Left = 28
- Top = 18
- Width = 19
- Height = 17
- Checked = True
- State = cbChecked
- TabOrder = 8
+ ExplicitLeft = 2
+ ExplicitTop = 2
+ ExplicitWidth = 1536
end
end
object cxGrid1: TcxGrid [2]
Left = 0
- Top = 127
+ Top = 136
Width = 1540
- Height = 205
+ Height = 195
Align = alClient
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentFont = False
PopupMenu = PM_1
TabOrder = 2
object Tv1: TcxGridDBTableView
@@ -277,12 +245,6 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
OptionsView.Footer = True
OptionsView.GroupByBox = False
OptionsView.IndicatorWidth = 30
- Styles.Content = DataLink_TradeMarket.Default
- Styles.IncSearch = DataLink_TradeMarket.SHuangSe
- Styles.Footer = DataLink_TradeMarket.Default
- Styles.Header = DataLink_TradeMarket.Default
- Styles.Inactive = DataLink_TradeMarket.SHuangSe
- Styles.Selection = DataLink_TradeMarket.SHuangSe
object v1Column16: TcxGridDBColumn
Caption = #36873#25321
DataBinding.FieldName = 'SSel'
@@ -307,7 +269,6 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
Properties.ShowTime = False
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Header = DataLink_TradeMarket.Default
Width = 66
end
object Tv1Column2: TcxGridDBColumn
@@ -316,7 +277,6 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Header = DataLink_TradeMarket.FontBlue
Width = 66
end
object Tv1Column4: TcxGridDBColumn
@@ -325,7 +285,6 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Header = DataLink_TradeMarket.FoneClMaroon
Width = 66
end
object v1DeliveryDate: TcxGridDBColumn
@@ -336,7 +295,6 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
Properties.ShowTime = False
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Header = DataLink_TradeMarket.Default
Width = 66
end
object Tv1Column9: TcxGridDBColumn
@@ -450,6 +408,12 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
Width = 1540
Height = 231
Align = alTop
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentFont = False
TabOrder = 0
object TV2: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
@@ -643,114 +607,109 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
end
object cxTabControl1: TcxTabControl [4]
Left = 0
- Top = 105
+ Top = 110
Width = 1540
- Height = 22
+ Height = 26
Align = alTop
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentFont = False
TabOrder = 4
Properties.CustomButtons.Buttons = <>
Properties.Style = 9
Properties.TabIndex = 0
Properties.Tabs.Strings = (
- #26410#37197#36135
- #24050#37197#36135
- #24050#21457#36135
- #20840#37096)
+ ' '#26410#37197#36135' '
+ ' '#24050#37197#36135' '
+ ' '#24050#21457#36135' '
+ ' '#20840#37096' ')
OnChange = cxTabControl1Change
ClientRectRight = 0
ClientRectTop = 0
end
object Panel3: TPanel [5]
Left = 0
- Top = 332
+ Top = 331
Width = 1540
- Height = 34
+ Height = 35
Align = alBottom
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentFont = False
TabOrder = 5
object Label14: TLabel
Left = 500
Top = 60
- Width = 36
- Height = 12
+ Width = 48
+ Height = 21
Caption = #21367#26465#30721
Font.Charset = GB2312_CHARSET
Font.Color = clRed
- Font.Height = -12
- Font.Name = #23435#20307
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
Font.Style = []
ParentFont = False
end
object Label15: TLabel
- Left = 881
- Top = 11
- Width = 48
- Height = 17
+ Left = 962
+ Top = 6
+ Width = 64
+ Height = 21
Caption = #20986#24211#26085#26399
end
+ object Label5: TLabel
+ Left = 1195
+ Top = 6
+ Width = 32
+ Height = 21
+ Caption = #20840#36873
+ end
object Panel4: TPanel
Left = 1286
Top = 1
Width = 253
- Height = 32
+ Height = 33
Align = alRight
BevelOuter = bvNone
TabOrder = 0
end
- object Edit1: TEdit
- Left = 536
+ object Edit1: TcxTextEdit
+ Left = 558
Top = 56
- Width = 145
- Height = 24
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = #23435#20307
- Font.Style = []
ParentFont = False
TabOrder = 1
- end
- object CRdate: TDateTimePicker
- Left = 935
- Top = 7
- Width = 91
- Height = 21
- Date = 41557.000000000000000000
- Format = 'yyyy-MM-dd'
- Time = 0.498293449083576000
- TabOrder = 2
- end
- object CheckBox2: TCheckBox
- Left = 1038
- Top = 7
- Width = 99
- Height = 19
- Caption = #20840#36873
- TabOrder = 3
- OnClick = CheckBox2Click
+ Width = 145
end
object ToolBar2: TToolBar
Tag = 1
Left = 1
Top = 1
- Width = 874
+ Width = 852
+ Height = 33
Align = alLeft
- ButtonHeight = 38
- ButtonWidth = 91
+ ButtonHeight = 30
+ ButtonWidth = 99
Caption = 'ToolBar1'
Color = clWhite
EdgeInner = esNone
EdgeOuter = esNone
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
Font.Style = []
- Images = DataLink_TradeMarket.ImageList_new32
+ Images = DataLink_TradeMarket.cxImageList_bar
List = True
ParentColor = False
ParentFont = False
ShowCaptions = True
- TabOrder = 4
+ TabOrder = 2
object ToolButton4: TToolButton
Left = 0
Top = 0
@@ -760,7 +719,7 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
OnClick = ToolButton4Click
end
object phwc: TToolButton
- Left = 95
+ Left = 103
Top = 0
AutoSize = True
Caption = #37197#36135#23436#25104
@@ -768,7 +727,7 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
OnClick = phwcClick
end
object ToolButton6: TToolButton
- Left = 190
+ Left = 206
Top = 0
AutoSize = True
Caption = #20462#25913#37197#36135
@@ -776,7 +735,7 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
OnClick = ToolButton6Click
end
object phok: TToolButton
- Left = 285
+ Left = 309
Top = 0
AutoSize = True
Caption = #37197#36135#30830#35748
@@ -784,7 +743,7 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
OnClick = phokClick
end
object fh: TToolButton
- Left = 380
+ Left = 412
Top = 0
AutoSize = True
Caption = #25104#21697#21457#36135
@@ -792,7 +751,7 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
OnClick = fhClick
end
object ToolButton9: TToolButton
- Left = 475
+ Left = 515
Top = 0
AutoSize = True
Caption = #25171#21360#26631#31614
@@ -800,7 +759,7 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
OnClick = ToolButton9Click
end
object del: TToolButton
- Left = 570
+ Left = 618
Top = 0
AutoSize = True
Caption = #21024#38500
@@ -808,7 +767,7 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
OnClick = delClick
end
object ToolButton5: TToolButton
- Left = 641
+ Left = 689
Top = 0
AutoSize = True
Caption = #25972#21333#25764#38144
@@ -816,7 +775,7 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
OnClick = ToolButton5Click
end
object Tdbchexiao: TToolButton
- Left = 736
+ Left = 792
Top = 0
AutoSize = True
Caption = #25972#31508#25764#38144
@@ -824,7 +783,7 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
OnClick = TdbchexiaoClick
end
object ToolButton3: TToolButton
- Left = 831
+ Left = 895
Top = 0
AutoSize = True
Caption = #25764#38144#21457#36135
@@ -832,6 +791,25 @@ inherited frmTradeDispatchedList: TfrmTradeDispatchedList
OnClick = ToolButton3Click
end
end
+ object cxCheckBox2: TcxCheckBox
+ Left = 1167
+ Top = 2
+ ParentBackground = False
+ ParentColor = False
+ ParentFont = False
+ Style.Color = clMenu
+ Style.TransparentBorder = False
+ TabOrder = 3
+ OnClick = cxCheckBox2Click
+ end
+ object CRdate: TcxDateEdit
+ Left = 1036
+ Top = 1
+ EditValue = 45548d
+ ParentFont = False
+ TabOrder = 4
+ Width = 121
+ end
end
inherited ADOQueryBaseCmd: TADOQuery
Connection = DataLink_TradeMarket.ADOLink
diff --git a/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeDispatchedList.pas b/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeDispatchedList.pas
index 6de0641..78c7134 100644
--- a/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeDispatchedList.pas
+++ b/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeDispatchedList.pas
@@ -31,7 +31,8 @@ uses
dxSkinSpringtime, dxSkinStardust, dxSkinSummer2008, dxSkinTheAsphaltWorld,
dxSkinTheBezier, dxSkinValentine, dxSkinVisualStudio2013Blue,
dxSkinVisualStudio2013Dark, dxSkinVisualStudio2013Light, dxSkinVS2010,
- dxSkinWhiteprint, dxSkinWXI, dxSkinXmas2008Blue, dxScrollbarAnnotations;
+ dxSkinWhiteprint, dxSkinWXI, dxSkinXmas2008Blue, dxScrollbarAnnotations,
+ FrameDateSel, dxCore, cxDateUtils;
type
TfrmTradeDispatchedList = class(TfrmBaseList)
@@ -49,13 +50,13 @@ type
ADOQueryTemp: TADOQuery;
DataSource1: TDataSource;
Label3: TLabel;
- TMMNo: TEdit;
+ TMMNo: TcxTextEdit;
v1OrdDate: TcxGridDBColumn;
v1DeliveryDate: TcxGridDBColumn;
Order_Main: TClientDataSet;
TBCK: TToolButton;
Label12: TLabel;
- MPRTKZ: TEdit;
+ MPRTKZ: TcxTextEdit;
ADOQuerySub: TADOQuery;
DataSource2: TDataSource;
TBFJ: TToolButton;
@@ -70,7 +71,7 @@ type
N3: TMenuItem;
N4: TMenuItem;
Label1: TLabel;
- CustName: TEdit;
+ CustName: TcxTextEdit;
Tv1Column6: TcxGridDBColumn;
cxgrdpmn2: TcxGridPopupMenu;
Tv1Column2: TcxGridDBColumn;
@@ -78,7 +79,7 @@ type
Tv1Column11: TcxGridDBColumn;
Tv1Column1: TcxGridDBColumn;
Label2: TLabel;
- C_Name: TEdit;
+ C_Name: TcxTextEdit;
CDS_WXTS: TClientDataSet;
ToolButton2: TToolButton;
PM_1: TPopupMenu;
@@ -93,9 +94,7 @@ type
Label14: TLabel;
Label15: TLabel;
Panel4: TPanel;
- Edit1: TEdit;
- CRdate: TDateTimePicker;
- CheckBox2: TCheckBox;
+ Edit1: TcxTextEdit;
ADO_PH: TADOQuery;
DS_PH: TDataSource;
CDS_PH: TClientDataSet;
@@ -138,13 +137,14 @@ type
RM1: TRMGridReport;
ToolButton5: TToolButton;
Tdbchexiao: TToolButton;
- CheckBox3: TCheckBox;
ToolButton1: TToolButton;
ToolButton3: TToolButton;
- BegDate: TDateTimePicker;
- EndDate: TDateTimePicker;
- ComboBox1: TComboBox;
- CheckBox1: TCheckBox;
+ cxCheckBox1: TcxCheckBox;
+ cxCheckBox2: TcxCheckBox;
+ frmFrameDateSel1: TfrmFrameDateSel;
+ Label4: TLabel;
+ Label5: TLabel;
+ CRdate: TcxDateEdit;
procedure FormDestroy(Sender: TObject);
procedure FormClose(Sender: TObject; var Action: TCloseAction);
procedure FormCreate(Sender: TObject);
@@ -155,7 +155,6 @@ type
procedure FormShow(Sender: TObject);
procedure TBTPClick(Sender: TObject);
procedure CheckBox1Click(Sender: TObject);
- procedure CheckBox2Click(Sender: TObject);
procedure TBCKClick(Sender: TObject);
procedure TMMNoKeyPress(Sender: TObject; var Key: Char);
procedure Tv1FocusedRecordChanged(Sender: TcxCustomGridTableView; APrevFocusedRecord, AFocusedRecord: TcxCustomGridRecord; ANewItemRecordFocusingChanged: Boolean);
@@ -179,9 +178,10 @@ type
procedure ToolButton9Click(Sender: TObject);
procedure delClick(Sender: TObject);
procedure TdbchexiaoClick(Sender: TObject);
- procedure CheckBox3Click(Sender: TObject);
procedure ToolButton1Click(Sender: TObject);
procedure ToolButton3Click(Sender: TObject);
+ procedure cxCheckBox1Click(Sender: TObject);
+ procedure cxCheckBox2Click(Sender: TObject);
private
DQdate: TDateTime;
MSubIds: string;
@@ -339,7 +339,7 @@ begin
inherited;
cxgrid1.Align := alClient;
DQdate := SGetServerDate(ADOQueryTemp);
- CRdate.DateTime := DQdate;
+ CRdate.Date := DQdate;
end;
procedure TfrmTradeDispatchedList.TBCloseClick(Sender: TObject);
@@ -382,26 +382,26 @@ begin
sql.add(' from Trade_Market_Sub B');
sql.add(' inner join Trade_Market_Main A on B.TMMID=A.TMMID ');
- if (ComboBox1.Text = 'Ƶ') and (CheckBox1.Checked = True) then
+ if (cxComboBox1.Text = 'Ƶ') and (cxCheckBox3.Checked = True) then
begin
- sql.add(' where A.TMMDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', BegDate.DateTime))));
- sql.add(' and A.TMMDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', enddate.DateTime + 1))));
+ sql.add(' where A.TMMDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.BegDate.Date))));
+ sql.add(' and A.TMMDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.enddate.Date + 1))));
end;
- if (ComboBox1.Text = 'Ƶ') and (CheckBox1.Checked = False) then
+ if (cxComboBox1.Text = 'Ƶ') and (cxCheckBox3.Checked = False) then
begin
- sql.add(' where A.TMMDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', BegDate.DateTime - 39999))));
- sql.add(' and A.TMMDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', enddate.DateTime + 1))));
+ sql.add(' where A.TMMDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.BegDate.Date - 39999))));
+ sql.add(' and A.TMMDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.enddate.Date + 1))));
end;
- if (ComboBox1.Text = '') and (CheckBox1.Checked = True) then
+ if (cxComboBox1.Text = '') and (cxCheckBox3.Checked = True) then
begin
- sql.add(' where A.DlyDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', BegDate.DateTime))));
- sql.add(' and A.DlyDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', enddate.DateTime + 1))));
+ sql.add(' where A.DlyDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.BegDate.Date))));
+ sql.add(' and A.DlyDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.enddate.Date + 1))));
end;
- if (ComboBox1.Text = '') and (CheckBox1.Checked = False) then
+ if (cxComboBox1.Text = '') and (cxCheckBox3.Checked = False) then
begin
- sql.add(' where A.DlyDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', BegDate.DateTime - 39999))));
- sql.add(' and A.DlyDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', enddate.DateTime + 1))));
+ sql.add(' where A.DlyDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.BegDate.Date - 39999))));
+ sql.add(' and A.DlyDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.enddate.Date + 1))));
end;
if canshu1 = '¼' then
@@ -487,7 +487,7 @@ begin
Close;
sql.Clear;
sql.Add('exec Order_QryList :TMMId,:WSql');
- Parameters.ParamByName('WSql').Value := ' and FillTime>=''' + Trim(FormatDateTime('yyyy-MM-dd', BegDate.DateTime)) + '''' + ' and FillTime<''' + Trim(FormatDateTime('yyyy-MM-dd', EndDate.DateTime + 1)) + '''';
+ Parameters.ParamByName('WSql').Value := ' and FillTime>=''' + Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.BegDate.Date)) + '''' + ' and FillTime<''' + Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.EndDate.Date + 1)) + '''';
Open;
end;
SCreateCDS(ADOQueryMain, Order_Main);
@@ -501,8 +501,8 @@ procedure TfrmTradeDispatchedList.InitForm();
begin
ReadCxGrid('ָʾбFF1', Tv1, 'ָʾ');
ReadCxGrid('ָʾбFFTv21', Tv2, 'ָʾ');
- BegDate.DateTime := SGetServerDate(ADOQueryTemp) - 180;
- EndDate.DateTime := SGetServerDate(ADOQueryTemp);
+ frmFrameDateSel1.BegDate.Date := SGetServerDate(ADOQueryTemp) - 180;
+ frmFrameDateSel1.EndDate.Date := SGetServerDate(ADOQueryTemp);
SetStatus();
InitGrid();
@@ -595,46 +595,9 @@ begin
InitGrid();
end;
-procedure TfrmTradeDispatchedList.CheckBox2Click(Sender: TObject);
-begin
- if CDS_PH.IsEmpty then
- exit;
- with CDS_PH do
- begin
- DisableControls;
- first;
- while not eof do
- begin
- edit;
- fieldbyname('ssel').Value := checkbox2.Checked;
- post;
- next;
- end;
- First;
- EnableControls;
- end;
-end;
-procedure TfrmTradeDispatchedList.CheckBox3Click(Sender: TObject);
-begin
- inherited;
- if Order_Main.IsEmpty then
- exit;
- with Order_Main do
- begin
- DisableControls;
- first;
- while not eof do
- begin
- edit;
- fieldbyname('ssel').Value := checkbox1.Checked;
- post;
- next;
- end;
- First;
- EnableControls;
- end;
-end;
+
+
procedure TfrmTradeDispatchedList.TBCKClick(Sender: TObject);
begin
@@ -833,7 +796,7 @@ begin
Sql.Clear;
Sql.Add('exec P_Trade_Cloth_Out ');
Sql.Add(' @StkIds=' + quotedstr(trim(MStkIds)));
- Sql.Add(',@IOTime=' + Quotedstr(FormatDateTime('yyyy-MM-dd', CRDate.DateTime)));
+ Sql.Add(',@IOTime=' + Quotedstr(FormatDateTime('yyyy-MM-dd', CRDate.Date)));
Sql.Add(',@IOType=' + Quotedstr(''));
Sql.Add(',@IONO=' + Quotedstr(maxno));
Sql.Add(',@FillId=' + Quotedstr(DCode));
@@ -864,7 +827,7 @@ begin
TBPrint1.Click;
end;
TBRafresh.Click;
- CRdate.DateTime := DQdate;
+ CRdate.Date := DQdate;
except
CDS_ph.EnableControls;
Order_Main.EnableControls;
@@ -1002,6 +965,47 @@ begin
end;
end;
+procedure TfrmTradeDispatchedList.cxCheckBox1Click(Sender: TObject);
+begin
+ inherited;
+ if Order_Main.IsEmpty then
+ exit;
+ with Order_Main do
+ begin
+ DisableControls;
+ first;
+ while not eof do
+ begin
+ edit;
+ fieldbyname('ssel').Value := cxcheckbox1.Checked;
+ post;
+ next;
+ end;
+ First;
+ EnableControls;
+ end;
+end;
+
+procedure TfrmTradeDispatchedList.cxCheckBox2Click(Sender: TObject);
+begin
+ if CDS_PH.IsEmpty then
+ exit;
+ with CDS_PH do
+ begin
+ DisableControls;
+ first;
+ while not eof do
+ begin
+ edit;
+ fieldbyname('ssel').Value := cxcheckbox2.Checked;
+ post;
+ next;
+ end;
+ First;
+ EnableControls;
+ end;
+end;
+
procedure TfrmTradeDispatchedList.cxTabControl1Change(Sender: TObject);
begin
SetStatus();
diff --git a/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeDispatchedSel.dfm b/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeDispatchedSel.dfm
index 84c8960..a8720a2 100644
--- a/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeDispatchedSel.dfm
+++ b/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeDispatchedSel.dfm
@@ -5,7 +5,6 @@ inherited frmTradeDispatchedSel: TfrmTradeDispatchedSel
ClientHeight = 562
ClientWidth = 1540
Position = poScreenCenter
- ExplicitLeft = -70
ExplicitWidth = 1556
ExplicitHeight = 601
PixelsPerInch = 96
@@ -15,18 +14,18 @@ inherited frmTradeDispatchedSel: TfrmTradeDispatchedSel
Left = 0
Top = 0
Width = 1540
- Height = 38
+ Height = 30
AutoSize = True
- ButtonHeight = 38
- ButtonWidth = 91
+ ButtonHeight = 30
+ ButtonWidth = 99
Caption = 'ToolBar1'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
Font.Style = []
- Images = DataLink_TradeMarket.ImageList_new32
+ Images = DataLink_TradeMarket.cxImageList_bar
List = True
ParentColor = False
ParentFont = False
@@ -49,7 +48,7 @@ inherited frmTradeDispatchedSel: TfrmTradeDispatchedSel
OnClick = ToolButton2Click
end
object TBClose: TToolButton
- Left = 166
+ Left = 174
Top = 0
AutoSize = True
Caption = #20851#38381
@@ -59,9 +58,9 @@ inherited frmTradeDispatchedSel: TfrmTradeDispatchedSel
end
object Panel1: TPanel [1]
Left = 0
- Top = 38
+ Top = 30
Width = 1540
- Height = 51
+ Height = 86
Align = alTop
BevelInner = bvRaised
BevelOuter = bvLowered
@@ -69,153 +68,172 @@ inherited frmTradeDispatchedSel: TfrmTradeDispatchedSel
ParentBackground = False
TabOrder = 1
object Label3: TLabel
- Left = 317
- Top = 20
- Width = 52
- Height = 12
+ Left = 221
+ Top = 49
+ Width = 64
+ Height = 22
Caption = #22823#36135#21333#21495
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
end
object Label12: TLabel
- Left = 613
- Top = 119
- Width = 26
- Height = 12
+ Left = 675
+ Top = 49
+ Width = 32
+ Height = 22
Caption = #20811#37325
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
end
object Label1: TLabel
- Left = 637
- Top = 20
- Width = 26
- Height = 12
+ Left = 543
+ Top = 49
+ Width = 32
+ Height = 22
Caption = #23458#25143
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
- Left = 478
- Top = 20
- Width = 52
- Height = 12
+ Left = 382
+ Top = 49
+ Width = 64
+ Height = 22
Caption = #20135#21697#21517#31216
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
end
- object BegDate: TDateTimePicker
- Left = 128
- Top = 16
- Width = 85
- Height = 20
- Date = 40675.000000000000000000
- Format = 'yyyy-MM-dd'
- Time = 0.464742650459811600
+ object Label4: TLabel
+ Left = 783
+ Top = 49
+ Width = 32
+ Height = 22
+ Caption = #20840#36873
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = [fsBold]
+ ParentFont = False
+ end
+ object TMMNo: TcxTextEdit
+ Tag = 2
+ Left = 295
+ Top = 45
+ ParentFont = False
TabOrder = 0
- end
- object EndDate: TDateTimePicker
- Left = 219
- Top = 16
- Width = 86
- Height = 20
- Date = 40675.000000000000000000
- Format = 'yyyy-MM-dd'
- Time = 0.464761099538009200
- TabOrder = 2
- end
- object TMMNo: TEdit
- Tag = 2
- Left = 375
- Top = 16
- Width = 77
- Height = 21
- TabOrder = 1
OnKeyPress = TMMNoKeyPress
+ Width = 77
end
- object MPRTKZ: TEdit
+ object MPRTKZ: TcxTextEdit
Tag = 2
- Left = 654
- Top = 99
+ Left = 717
+ Top = 46
+ ParentFont = False
+ TabOrder = 1
Width = 56
- Height = 21
- TabOrder = 3
end
- object ComboBox1: TComboBox
- Left = 49
- Top = 16
- Width = 71
- Height = 21
- Enabled = False
+ object CustName: TcxTextEdit
+ Tag = 2
+ Left = 585
+ Top = 45
+ ParentFont = False
+ TabOrder = 2
+ OnKeyPress = TMMNoKeyPress
+ Width = 80
+ end
+ object C_Name: TcxTextEdit
+ Tag = 2
+ Left = 456
+ Top = 45
+ ParentFont = False
+ TabOrder = 3
+ OnKeyPress = TMMNoKeyPress
+ Width = 77
+ end
+ object checkbox1: TcxCheckBox
+ Left = 826
+ Top = 45
+ ParentFont = False
+ Style.TransparentBorder = False
TabOrder = 4
- Text = #21046#21333#26085#26399
- OnChange = ComboBox1Change
- Items.Strings = (
+ OnClick = cxCheckBox1Click
+ end
+ inline frmFrameDateSel1: TfrmFrameDateSel
+ Left = 2
+ Top = 2
+ Width = 1536
+ Height = 37
+ Align = alTop
+ Color = clWhite
+ Font.Charset = ANSI_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentBackground = False
+ ParentColor = False
+ ParentFont = False
+ TabOrder = 5
+ ExplicitLeft = 2
+ ExplicitTop = 2
+ ExplicitWidth = 1536
+ end
+ object cxComboBox1: TcxComboBox
+ Left = 90
+ Top = 45
+ ParentFont = False
+ Properties.Items.Strings = (
#21046#21333#26085#26399
#20132#36135#26085#26399)
- end
- object CustName: TEdit
- Tag = 2
- Left = 669
- Top = 16
- Width = 80
- Height = 21
- TabOrder = 5
- OnKeyPress = TMMNoKeyPress
- end
- object C_Name: TEdit
- Tag = 2
- Left = 533
- Top = 16
- Width = 77
- Height = 21
TabOrder = 6
- OnKeyPress = TMMNoKeyPress
+ Text = #21046#21333#26085#26399
+ Width = 121
end
- object CheckBox1: TCheckBox
- Left = 28
- Top = 18
- Width = 19
- Height = 17
- Checked = True
- State = cbChecked
+ object CheckBox2: TcxCheckBox
+ Left = 59
+ Top = 42
+ ParentFont = False
+ State = cbsChecked
+ Style.TransparentBorder = False
TabOrder = 7
- end
- object CheckBox3: TCheckBox
- Left = 776
- Top = 16
- Width = 99
- Height = 19
- Caption = #20840#36873
- TabOrder = 8
- OnClick = CheckBox3Click
+ OnClick = CheckBox2Click
end
end
object cxGrid1: TcxGrid [2]
Left = 0
- Top = 111
+ Top = 143
Width = 1540
- Height = 451
+ Height = 419
Align = alClient
+ Font.Charset = ANSI_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentFont = False
TabOrder = 2
+ ExplicitTop = 158
+ ExplicitHeight = 404
object Tv1: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
+ ScrollbarAnnotations.CustomAnnotations = <>
OnCellDblClick = Tv1CellDblClick
DataController.DataSource = DataSource1
DataController.Filter.AutoDataSetFilter = True
@@ -235,78 +253,78 @@ inherited frmTradeDispatchedSel: TfrmTradeDispatchedSel
OptionsView.Footer = True
OptionsView.GroupByBox = False
OptionsView.IndicatorWidth = 30
- Styles.Content = DataLink_TradeMarket.Default
- Styles.IncSearch = DataLink_TradeMarket.SHuangSe
- Styles.Footer = DataLink_TradeMarket.Default
- Styles.Header = DataLink_TradeMarket.Default
- Styles.Inactive = DataLink_TradeMarket.SHuangSe
- Styles.Selection = DataLink_TradeMarket.SHuangSe
object Tv1Column14: TcxGridDBColumn
Caption = #22823#36135#21333#21495
DataBinding.FieldName = 'TMMNO'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Width = 70
end
object v1OrdDate: TcxGridDBColumn
Caption = #21046#21333#26085#26399
DataBinding.FieldName = 'OrdDate'
+ DataBinding.IsNullValueType = True
PropertiesClassName = 'TcxDateEditProperties'
Properties.ShowTime = False
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Header = DataLink_TradeMarket.Default
Width = 66
end
object Tv1Column2: TcxGridDBColumn
Caption = #32463#33829#21333#20301
DataBinding.FieldName = 'OurCoName'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Header = DataLink_TradeMarket.FontBlue
Width = 66
end
object Tv1Column4: TcxGridDBColumn
Caption = #23458#25143
DataBinding.FieldName = 'CustName'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Header = DataLink_TradeMarket.FoneClMaroon
Width = 66
end
object v1DeliveryDate: TcxGridDBColumn
Caption = #20132#36135#26085#26399
DataBinding.FieldName = 'DlyDate'
+ DataBinding.IsNullValueType = True
PropertiesClassName = 'TcxDateEditProperties'
Properties.ShowTime = False
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Header = DataLink_TradeMarket.Default
Width = 66
end
object Tv1Column9: TcxGridDBColumn
Caption = #32534#21495
DataBinding.FieldName = 'C_Code'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
end
object Tv1Column12: TcxGridDBColumn
Caption = #21697#21517
DataBinding.FieldName = 'C_Name'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
end
object Tv1Column13: TcxGridDBColumn
Caption = #20013#25991#39068#33394
DataBinding.FieldName = 'C_Color'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
end
object Tv1Column15: TcxGridDBColumn
Caption = #33457#22411
DataBinding.FieldName = 'C_Pattern'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Width = 70
end
object Tv1Column11: TcxGridDBColumn
Caption = #21305#25968
DataBinding.FieldName = 'TMSPiece'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 66
@@ -314,6 +332,7 @@ inherited frmTradeDispatchedSel: TfrmTradeDispatchedSel
object Tv1Column10: TcxGridDBColumn
Caption = #25968#37327
DataBinding.FieldName = 'TMSQty'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
HeaderGlyphAlignmentHorz = taCenter
Options.Editing = False
@@ -322,14 +341,17 @@ inherited frmTradeDispatchedSel: TfrmTradeDispatchedSel
object Tv1Column7: TcxGridDBColumn
Caption = #37197#36135#21305#25968
DataBinding.FieldName = 'PHRollNum'
+ DataBinding.IsNullValueType = True
end
object Tv1Column8: TcxGridDBColumn
Caption = #37197#36135#25968#37327
DataBinding.FieldName = 'PHQty'
+ DataBinding.IsNullValueType = True
end
object v1Column11: TcxGridDBColumn
Caption = #21333#20301
DataBinding.FieldName = 'OrdUnit'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
HeaderGlyphAlignmentHorz = taCenter
Options.Editing = False
@@ -338,6 +360,7 @@ inherited frmTradeDispatchedSel: TfrmTradeDispatchedSel
object Tv1Column6: TcxGridDBColumn
Caption = #21046#21333#20154
DataBinding.FieldName = 'FILLER'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 66
@@ -345,6 +368,7 @@ inherited frmTradeDispatchedSel: TfrmTradeDispatchedSel
object Tv1Column1: TcxGridDBColumn
Caption = #22791#27880
DataBinding.FieldName = 'Note'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 66
@@ -352,12 +376,14 @@ inherited frmTradeDispatchedSel: TfrmTradeDispatchedSel
object Tv1Column3: TcxGridDBColumn
Caption = #21457#36135#22320#22336
DataBinding.FieldName = 'ShippingAddress'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Width = 134
end
object Tv1Column5: TcxGridDBColumn
Caption = #32852#31995#26041#24335
DataBinding.FieldName = 'CONTACT'
+ DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Width = 80
end
@@ -368,11 +394,17 @@ inherited frmTradeDispatchedSel: TfrmTradeDispatchedSel
end
object cxTabControl1: TcxTabControl [3]
Left = 0
- Top = 89
+ Top = 116
Width = 1540
- Height = 22
+ Height = 27
Align = alTop
Enabled = False
+ Font.Charset = ANSI_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentFont = False
TabOrder = 3
Properties.CustomButtons.Buttons = <>
Properties.Style = 9
@@ -383,6 +415,7 @@ inherited frmTradeDispatchedSel: TfrmTradeDispatchedSel
#24050#21457#36135
#20840#37096)
OnChange = cxTabControl1Change
+ ExplicitTop = 131
ClientRectRight = 0
ClientRectTop = 0
end
diff --git a/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeDispatchedSel.pas b/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeDispatchedSel.pas
index dae718e..ffa7135 100644
--- a/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeDispatchedSel.pas
+++ b/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeDispatchedSel.pas
@@ -16,7 +16,7 @@ uses
cxLookAndFeels, cxLookAndFeelPainters, cxNavigator, dxBarBuiltInMenu, Math,
dxSkinsCore, dxSkinsDefaultPainters, dxDateRanges,
IdExplicitTLSClientServerBase, U_BaseHelp, Vcl.Clipbrd, U_BaseList,
- System.ImageList, Vcl.ImgList;
+ System.ImageList, Vcl.ImgList, dxSkinWXI, dxScrollbarAnnotations, FrameDateSel;
type
TfrmTradeDispatchedSel = class(TfrmBaseHelp)
@@ -24,8 +24,6 @@ type
TBRafresh: TToolButton;
TBClose: TToolButton;
Panel1: TPanel;
- BegDate: TDateTimePicker;
- EndDate: TDateTimePicker;
Tv1: TcxGridDBTableView;
cxGrid1Level1: TcxGridLevel;
cxGrid1: TcxGrid;
@@ -34,28 +32,26 @@ type
ADOQueryTemp: TADOQuery;
DataSource1: TDataSource;
Label3: TLabel;
- TMMNo: TEdit;
+ TMMNo: TcxTextEdit;
v1OrdDate: TcxGridDBColumn;
v1DeliveryDate: TcxGridDBColumn;
Order_Main: TClientDataSet;
Label12: TLabel;
- MPRTKZ: TEdit;
+ MPRTKZ: TcxTextEdit;
ADOQuerySub: TADOQuery;
DataSource2: TDataSource;
IdFTP1: TIdFTP;
v1Column11: TcxGridDBColumn;
ORDER_SUB: TClientDataSet;
- ComboBox1: TComboBox;
Label1: TLabel;
- CustName: TEdit;
+ CustName: TcxTextEdit;
Tv1Column6: TcxGridDBColumn;
Tv1Column2: TcxGridDBColumn;
Tv1Column10: TcxGridDBColumn;
Tv1Column11: TcxGridDBColumn;
Tv1Column1: TcxGridDBColumn;
Label2: TLabel;
- C_Name: TEdit;
- CheckBox1: TCheckBox;
+ C_Name: TcxTextEdit;
ToolButton2: TToolButton;
Tv1Column4: TcxGridDBColumn;
Tv1Column3: TcxGridDBColumn;
@@ -68,7 +64,11 @@ type
Tv1Column13: TcxGridDBColumn;
Tv1Column14: TcxGridDBColumn;
Tv1Column15: TcxGridDBColumn;
- CheckBox3: TCheckBox;
+ Label4: TLabel;
+ frmFrameDateSel1: TfrmFrameDateSel;
+ cxComboBox1: TcxComboBox;
+ CheckBox2: TcxCheckBox;
+ checkbox1: TcxCheckBox;
procedure FormDestroy(Sender: TObject);
procedure FormClose(Sender: TObject; var Action: TCloseAction);
procedure FormCreate(Sender: TObject);
@@ -90,6 +90,9 @@ type
procedure fhClick(Sender: TObject);
procedure CheckBox3Click(Sender: TObject);
procedure Tv1CellDblClick(Sender: TcxCustomGridTableView; ACellViewInfo: TcxGridTableDataCellViewInfo; AButton: TMouseButton; AShift: TShiftState; var AHandled: Boolean);
+ procedure cxCheckBox1Click(Sender: TObject);
+ procedure Click(Sender: TObject);
+ procedure CheckBox2Click(Sender: TObject);
private
DQdate: TDateTime;
MSubIds: string;
@@ -209,26 +212,26 @@ begin
sql.add(' from Trade_Market_Sub B');
sql.add(' inner join Trade_Market_Main A on B.TMMID=A.TMMID ');
- if (ComboBox1.Text = 'Ƶ') and (CheckBox1.Checked = True) then
+ if (cxComboBox1.Text = 'Ƶ') and (CheckBox2.Checked = True) then
begin
- sql.add(' where A.TMMDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', BegDate.DateTime))));
- sql.add(' and A.TMMDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', enddate.DateTime + 1))));
+ sql.add(' where A.TMMDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.BegDate.Date))));
+ sql.add(' and A.TMMDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.enddate.Date + 1))));
end;
- if (ComboBox1.Text = 'Ƶ') and (CheckBox1.Checked = False) then
+ if (cxComboBox1.Text = 'Ƶ') and (CheckBox2.Checked = False) then
begin
- sql.add(' where A.TMMDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', BegDate.DateTime - 39999))));
- sql.add(' and A.TMMDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', enddate.DateTime + 1))));
+ sql.add(' where A.TMMDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.BegDate.Date - 39999))));
+ sql.add(' and A.TMMDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.enddate.Date + 1))));
end;
- if (ComboBox1.Text = '') and (CheckBox1.Checked = True) then
+ if (cxComboBox1.Text = '') and (CheckBox2.Checked = True) then
begin
- sql.add(' where A.DlyDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', BegDate.DateTime))));
- sql.add(' and A.DlyDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', enddate.DateTime + 1))));
+ sql.add(' where A.DlyDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.BegDate.Date))));
+ sql.add(' and A.DlyDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.enddate.Date + 1))));
end;
- if (ComboBox1.Text = '') and (CheckBox1.Checked = False) then
+ if (cxComboBox1.Text = '') and (CheckBox2.Checked = False) then
begin
- sql.add(' where A.DlyDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', BegDate.DateTime - 39999))));
- sql.add(' and A.DlyDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', enddate.DateTime + 1))));
+ sql.add(' where A.DlyDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.BegDate.Date - 39999))));
+ sql.add(' and A.DlyDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.enddate.Date + 1))));
end;
if canshu1 = '¼' then
@@ -268,7 +271,7 @@ begin
Close;
sql.Clear;
sql.Add('exec Order_QryList :TMMId,:WSql');
- Parameters.ParamByName('WSql').Value := ' and FillTime>=''' + Trim(FormatDateTime('yyyy-MM-dd', BegDate.DateTime)) + '''' + ' and FillTime<''' + Trim(FormatDateTime('yyyy-MM-dd', EndDate.DateTime + 1)) + '''';
+ Parameters.ParamByName('WSql').Value := ' and FillTime>=''' + Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.BegDate.Date)) + '''' + ' and FillTime<''' + Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.EndDate.Date + 1)) + '''';
Open;
end;
SCreateCDS(ADOQueryMain, Order_Main);
@@ -281,8 +284,8 @@ end;
procedure TfrmTradeDispatchedSel.InitForm();
begin
ReadCxGrid('ָʾбFF1', Tv1, 'ָʾ');
- BegDate.DateTime := SGetServerDate(ADOQueryTemp) - 180;
- EndDate.DateTime := SGetServerDate(ADOQueryTemp);
+ frmFrameDateSel1.BegDate.Date := SGetServerDate(ADOQueryTemp) - 180;
+ frmFrameDateSel1.EndDate.Date := SGetServerDate(ADOQueryTemp);
SetStatus();
InitGrid();
@@ -352,6 +355,11 @@ begin
InitGrid();
end;
+procedure TfrmTradeDispatchedSel.CheckBox2Click(Sender: TObject);
+begin
+InitGrid();
+end;
+
procedure TfrmTradeDispatchedSel.CheckBox3Click(Sender: TObject);
begin
inherited;
@@ -373,6 +381,11 @@ begin
end;
end;
+procedure TfrmTradeDispatchedSel.Click(Sender: TObject);
+begin
+ InitGrid();
+end;
+
procedure TfrmTradeDispatchedSel.TMMNoKeyPress(Sender: TObject; var Key: Char);
begin
@@ -391,6 +404,27 @@ begin
end;
+procedure TfrmTradeDispatchedSel.cxCheckBox1Click(Sender: TObject);
+begin
+ inherited;
+ if Order_Main.IsEmpty then
+ exit;
+ with Order_Main do
+ begin
+ DisableControls;
+ first;
+ while not eof do
+ begin
+ edit;
+ fieldbyname('ssel').Value := checkbox1.Checked;
+ post;
+ next;
+ end;
+ First;
+ EnableControls;
+ end;
+end;
+
procedure TfrmTradeDispatchedSel.cxTabControl1Change(Sender: TObject);
begin
SetStatus();
diff --git a/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketDisScan.dfm b/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketDisScan.dfm
index da74a2d..55ea2e3 100644
--- a/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketDisScan.dfm
+++ b/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketDisScan.dfm
@@ -1,4 +1,4 @@
-inherited frmTradeMarketDisScan: TfrmTradeMarketDisScan
+inherited frmTradeMarketDisScan: TfrmTradeMarketDisScan
Left = 143
Top = 4
Caption = #25195#25551#37197#36135
@@ -19,20 +19,20 @@ inherited frmTradeMarketDisScan: TfrmTradeMarketDisScan
Left = 0
Top = 0
Width = 1540
- Height = 38
+ Height = 30
AutoSize = True
- ButtonHeight = 38
- ButtonWidth = 91
+ ButtonHeight = 30
+ ButtonWidth = 99
Caption = 'ToolBar1'
Color = clWhite
EdgeInner = esNone
EdgeOuter = esNone
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
Font.Style = []
- Images = DataLink_TradeMarket.ImageList_new32
+ Images = DataLink_TradeMarket.cxImageList_bar
List = True
ParentColor = False
ParentFont = False
@@ -54,7 +54,7 @@ inherited frmTradeMarketDisScan: TfrmTradeMarketDisScan
ImageIndex = 16
end
object TBClose: TToolButton
- Left = 166
+ Left = 174
Top = 0
AutoSize = True
Caption = #20851#38381
@@ -81,90 +81,74 @@ inherited frmTradeMarketDisScan: TfrmTradeMarketDisScan
end
object Panel1: TPanel [2]
Left = 0
- Top = 38
+ Top = 30
Width = 1540
Height = 75
Align = alTop
BevelInner = bvRaised
BevelOuter = bvLowered
Color = clSkyBlue
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentFont = False
TabOrder = 2
object Label1: TLabel
Left = 24
Top = 24
- Width = 100
- Height = 24
+ Width = 64
+ Height = 21
Caption = #26465#30721#32534#21495
- Font.Charset = GB2312_CHARSET
- Font.Color = clBlue
- Font.Height = -24
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
end
object Label15: TLabel
- Left = 428
- Top = 28
- Width = 80
- Height = 20
+ Left = 426
+ Top = 24
+ Width = 64
+ Height = 21
Caption = #37197#36135#20154#21592
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -20
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
end
- object SmNO: TEdit
+ object SmNO: TcxTextEdit
Left = 130
- Top = 20
- Width = 153
- Height = 32
- CharCase = ecUpperCase
- Font.Charset = GB2312_CHARSET
- Font.Color = clBlue
- Font.Height = -24
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
+ Top = 18
TabOrder = 0
OnKeyPress = SmNOKeyPress
+ Width = 153
end
- object PHYG: TBtnEditA
- Left = 508
- Top = 24
- Width = 100
- Height = 29
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -20
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object Button1: TButton
- Left = 281
- Top = 20
- Width = 75
- Height = 33
+ object cxButton1: TcxButton
+ Left = 283
+ Top = 19
+ Width = 79
+ Height = 31
Caption = #36873#25321
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -24
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
+ TabOrder = 1
+ OnClick = cxButton1Click
+ end
+ object cxButtonEdit1: TcxButtonEdit
+ Left = 511
+ Top = 18
+ Properties.Buttons = <
+ item
+ Default = True
+ Kind = bkEllipsis
+ end>
TabOrder = 2
- OnClick = Button1Click
+ Width = 116
end
end
object cxGrid1: TcxGrid [3]
Left = 0
- Top = 113
+ Top = 105
Width = 713
- Height = 537
+ Height = 545
Align = alLeft
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentFont = False
TabOrder = 3
object Tv1: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
@@ -272,10 +256,16 @@ inherited frmTradeMarketDisScan: TfrmTradeMarketDisScan
end
object cxGrid2: TcxGrid [4]
Left = 713
- Top = 113
+ Top = 105
Width = 827
- Height = 537
+ Height = 545
Align = alClient
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentFont = False
TabOrder = 4
object TV2: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
@@ -404,8 +394,8 @@ inherited frmTradeMarketDisScan: TfrmTradeMarketDisScan
end
end
object MovePanel1: TMovePanel [5]
- Left = 28
- Top = 345
+ Left = 63
+ Top = 303
Width = 561
Height = 305
BevelInner = bvLowered
@@ -425,30 +415,29 @@ inherited frmTradeMarketDisScan: TfrmTradeMarketDisScan
Font.Style = [fsBold]
ParentFont = False
end
- object Edit2: TEdit
+ object Edit2: TcxTextEdit
Left = 85
Top = 35
- Width = 386
- Height = 72
Enabled = False
- Font.Charset = GB2312_CHARSET
- Font.Color = clRed
- Font.Height = -64
- Font.Name = #23435#20307
- Font.Style = [fsBold]
ParentFont = False
- ReadOnly = True
TabOrder = 0
Text = '91209120001'
+ Width = 386
end
- object Button4: TButton
- Left = 224
- Top = 248
- Width = 75
- Height = 41
+ object 关闭: TcxButton
+ Left = 211
+ Top = 233
+ Width = 111
+ Height = 49
Caption = #20851#38381
TabOrder = 1
- OnClick = Button4Click
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = [fsBold]
+ ParentFont = False
+ OnClick = 关闭Click
end
end
inherited ADOQueryBaseCmd: TADOQuery
diff --git a/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketDisScan.pas b/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketDisScan.pas
index c94e3c1..bafbb68 100644
--- a/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketDisScan.pas
+++ b/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketDisScan.pas
@@ -31,7 +31,7 @@ uses
dxSkinSummer2008, dxSkinTheAsphaltWorld, dxSkinTheBezier, dxSkinValentine,
dxSkinVisualStudio2013Blue, dxSkinVisualStudio2013Dark,
dxSkinVisualStudio2013Light, dxSkinVS2010, dxSkinWhiteprint, dxSkinWXI,
- dxSkinXmas2008Blue, dxScrollbarAnnotations;
+ dxSkinXmas2008Blue, dxScrollbarAnnotations, cxButtons;
type
TfrmTradeMarketDisScan = class(TfrmBaseInput)
@@ -69,12 +69,10 @@ type
cxGridLevel1: TcxGridLevel;
MovePanel1: TMovePanel;
Label2: TLabel;
- Edit2: TEdit;
- Button4: TButton;
+ Edit2: TcxTextEdit;
Label1: TLabel;
- SmNO: TEdit;
+ SmNO: TcxTextEdit;
Label15: TLabel;
- PHYG: TBtnEditA;
cxStyleRepository1: TcxStyleRepository;
cxStyle1: TcxStyle;
cxStyle2: TcxStyle;
@@ -105,7 +103,9 @@ type
RM1: TRMGridReport;
Tv1Column2: TcxGridDBColumn;
TV2Column1: TcxGridDBColumn;
- Button1: TButton;
+ ر: TcxButton;
+ cxButton1: TcxButton;
+ cxButtonEdit1: TcxButtonEdit;
procedure TBCloseClick(Sender: TObject);
procedure CustomerNoNameBtnDnClick(Sender: TObject);
procedure TBRafreshClick(Sender: TObject);
@@ -115,6 +115,8 @@ type
procedure TBSaveClick(Sender: TObject);
procedure Button4Click(Sender: TObject);
procedure Button1Click(Sender: TObject);
+ procedure رClick(Sender: TObject);
+ procedure cxButton1Click(Sender: TObject);
private
fCode, fColor, FPattern: string;
function SaveData(): Boolean;
@@ -185,7 +187,7 @@ begin
ADOQueryCmd.FieldByName('TMSID').Value := trim(cdsmjid.fieldbyname('TMSID').AsString);
ADOQueryCmd.FieldByName('STKID').Value := trim(cdsmjid.fieldbyname('STKID').AsString);
ADOQueryCmd.FieldByName('Filler').Value := trim(DName);
- ADOQueryCmd.FieldByName('PHYG').Value := trim(PHYG.Text);
+// ADOQueryCmd.FieldByName('PHYG').Value := trim(PHYG.Text);
ADOQueryCmd.FieldByName('TMDType').Value := 'ɨ';
ADOQueryCmd.Post;
@@ -316,6 +318,12 @@ begin
end;
end;
+procedure TfrmTradeMarketDisScan.رClick(Sender: TObject);
+begin
+ inherited;
+ MovePanel1.Visible := False;
+end;
+
procedure TfrmTradeMarketDisScan.Button1Click(Sender: TObject);
var
key: Char;
@@ -348,6 +356,26 @@ begin
TBtnEditC(Sender).TxtCode := '';
end;
+procedure TfrmTradeMarketDisScan.cxButton1Click(Sender: TObject);
+var
+ key: Char;
+begin
+ inherited;
+ key := #13;
+ frmTradeDispatchedSel := TfrmTradeDispatchedSel.create(self);
+ with frmTradeDispatchedSel do
+ begin
+
+ if showmodal = 1 then
+ begin
+ smno.Text := trim(Order_Main.FieldByName('TMMID').AsString);
+
+ SmNOKeyPress(smno, key);
+ end;
+ free;
+ end;
+end;
+
procedure TfrmTradeMarketDisScan.InitOrder();
var
fP_No: string;
diff --git a/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketInPut.dfm b/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketInPut.dfm
index 68374cc..850a143 100644
--- a/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketInPut.dfm
+++ b/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketInPut.dfm
@@ -19,20 +19,20 @@ inherited frmTradeMarketInPut: TfrmTradeMarketInPut
Left = 0
Top = 0
Width = 1540
- Height = 38
+ Height = 30
AutoSize = True
- ButtonHeight = 38
- ButtonWidth = 91
+ ButtonHeight = 30
+ ButtonWidth = 99
Caption = 'ToolBar1'
Color = clWhite
EdgeInner = esNone
EdgeOuter = esNone
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
Font.Style = []
- Images = DataLink_TradeMarket.ImageList_new32
+ Images = DataLink_TradeMarket.cxImageList_bar
List = True
ParentColor = False
ParentFont = False
@@ -55,7 +55,7 @@ inherited frmTradeMarketInPut: TfrmTradeMarketInPut
OnClick = ToolButton3Click
end
object TBClose: TToolButton
- Left = 166
+ Left = 174
Top = 0
AutoSize = True
Caption = #20851#38381
@@ -65,26 +65,27 @@ inherited frmTradeMarketInPut: TfrmTradeMarketInPut
end
object ToolBar2: TToolBar [1]
Left = 0
- Top = 217
+ Top = 245
Width = 1540
- Height = 34
- ButtonHeight = 38
- ButtonWidth = 91
+ Height = 28
+ ButtonHeight = 30
+ ButtonWidth = 99
Caption = 'ToolBar1'
Color = clBtnFace
EdgeInner = esNone
EdgeOuter = esNone
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
Font.Style = []
- Images = DataLink_TradeMarket.ImageList_new32
+ Images = DataLink_TradeMarket.cxImageList_bar
List = True
ParentColor = False
ParentFont = False
ShowCaptions = True
TabOrder = 1
+ ExplicitTop = 213
object ToolButton4: TToolButton
Left = 0
Top = 0
@@ -94,7 +95,7 @@ inherited frmTradeMarketInPut: TfrmTradeMarketInPut
OnClick = ToolButton4Click
end
object ToolButton1: TToolButton
- Left = 95
+ Left = 103
Top = 0
AutoSize = True
Caption = #22686#34892
@@ -102,7 +103,7 @@ inherited frmTradeMarketInPut: TfrmTradeMarketInPut
OnClick = ToolButton1Click
end
object ToolButton2: TToolButton
- Left = 166
+ Left = 174
Top = 0
AutoSize = True
Caption = #21024#34892
@@ -110,7 +111,7 @@ inherited frmTradeMarketInPut: TfrmTradeMarketInPut
OnClick = ToolButton2Click
end
object ToolButton5: TToolButton
- Left = 237
+ Left = 245
Top = 0
Caption = #19968#38190#26367#25442
ImageIndex = 17
@@ -119,33 +120,37 @@ inherited frmTradeMarketInPut: TfrmTradeMarketInPut
end
object Panel2: TPanel [2]
Left = 0
- Top = 251
+ Top = 273
Width = 1540
- Height = 399
+ Height = 377
Align = alClient
Caption = 'Panel2'
TabOrder = 2
+ ExplicitTop = 241
+ ExplicitHeight = 409
object Panel3: TPanel
Left = 1
Top = 1
Width = 900
- Height = 397
+ Height = 375
Align = alLeft
Caption = 'Panel2'
TabOrder = 0
+ ExplicitHeight = 407
object cxGrid1: TcxGrid
Left = 1
Top = 1
Width = 898
- Height = 395
+ Height = 373
Align = alClient
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
Font.Style = []
ParentFont = False
TabOrder = 0
+ ExplicitHeight = 405
object Tv1: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
ScrollbarAnnotations.CustomAnnotations = <>
@@ -189,11 +194,6 @@ inherited frmTradeMarketInPut: TfrmTradeMarketInPut
OptionsData.Deleting = False
OptionsView.Footer = True
OptionsView.GroupByBox = False
- Styles.IncSearch = DataLink_TradeMarket.SHuangSe
- Styles.Footer = DataLink_TradeMarket.Default
- Styles.Header = DataLink_TradeMarket.Default
- Styles.Inactive = DataLink_TradeMarket.SHuangSe
- Styles.Selection = DataLink_TradeMarket.SHuangSe
object Tv1Column3: TcxGridDBColumn
Caption = #24207#21495
DataBinding.FieldName = 'SerialNo'
@@ -249,7 +249,6 @@ inherited frmTradeMarketInPut: TfrmTradeMarketInPut
end>
Properties.ReadOnly = False
HeaderAlignmentHorz = taCenter
- Styles.Header = DataLink_TradeMarket.handBlack
Width = 116
end
object Tv1Column9: TcxGridDBColumn
@@ -295,7 +294,6 @@ inherited frmTradeMarketInPut: TfrmTradeMarketInPut
DataBinding.IsNullValueType = True
PropertiesClassName = 'TcxTextEditProperties'
HeaderAlignmentHorz = taCenter
- Styles.Header = DataLink_TradeMarket.Default
Width = 98
end
object Tv1Column8: TcxGridDBColumn
@@ -356,73 +354,69 @@ inherited frmTradeMarketInPut: TfrmTradeMarketInPut
Left = 901
Top = 1
Width = 638
- Height = 397
+ Height = 375
Align = alClient
Caption = 'Panel4'
TabOrder = 1
+ ExplicitHeight = 407
object Panel5: TPanel
Left = 1
Top = 1
Width = 636
Height = 41
Align = alTop
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentFont = False
TabOrder = 0
object Label33: TLabel
Left = 20
Top = 8
- Width = 44
+ Width = 32
Height = 21
Caption = #25968#37327
- Font.Charset = GB2312_CHARSET
- Font.Color = clRed
- Font.Height = -21
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
end
object Label38: TLabel
Left = 304
Top = 8
- Width = 44
+ Width = 32
Height = 21
Caption = #24207#21495
- Font.Charset = GB2312_CHARSET
- Font.Color = clRed
- Font.Height = -21
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
end
- object QtyMX: TEdit
+ object QtyMX: TcxTextEdit
Left = 70
- Top = 9
- Width = 89
- Height = 22
- Font.Charset = GB2312_CHARSET
- Font.Color = clRed
- Font.Height = -14
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
+ Top = 2
TabOrder = 0
OnKeyPress = QtyMXKeyPress
+ Width = 89
end
end
object GroupBox2: TGroupBox
Left = 1
Top = 42
Width = 636
- Height = 354
+ Height = 332
Align = alClient
Caption = #21452#20987#21024#38500#26126#32454#20449#24687
TabOrder = 1
+ ExplicitHeight = 364
object cxGrid2: TcxGrid
Left = 2
Top = 14
Width = 632
- Height = 338
+ Height = 316
Align = alClient
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentFont = False
TabOrder = 0
+ ExplicitHeight = 348
object TvMX: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
Navigator.Buttons.Delete.Enabled = False
@@ -498,282 +492,241 @@ inherited frmTradeMarketInPut: TfrmTradeMarketInPut
object Label22: TLabel
Left = 112
Top = 4
- Width = 45
- Height = 14
+ Width = 48
+ Height = 22
Caption = #21305#25968#65306
+ Font.Charset = ANSI_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = [fsBold]
+ ParentFont = False
end
object Label23: TLabel
Left = 212
Top = 4
- Width = 45
- Height = 14
+ Width = 48
+ Height = 22
Caption = #25968#37327#65306
+ Font.Charset = ANSI_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = [fsBold]
+ ParentFont = False
end
object Label29: TLabel
Left = 12
Top = 4
- Width = 45
- Height = 14
+ Width = 48
+ Height = 22
Caption = #21333#20215#65306
+ Font.Charset = ANSI_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = [fsBold]
+ ParentFont = False
end
object Label34: TLabel
Left = 335
Top = 4
- Width = 45
- Height = 14
+ Width = 48
+ Height = 22
Caption = #21305#25968#65306
- Font.Charset = GB2312_CHARSET
- Font.Color = clBlue
- Font.Height = -14
- Font.Name = #23435#20307
+ Font.Charset = ANSI_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
end
object Label35: TLabel
Left = 435
Top = 4
- Width = 45
- Height = 14
+ Width = 48
+ Height = 22
Caption = #25968#37327#65306
- Font.Charset = GB2312_CHARSET
- Font.Color = clBlue
- Font.Height = -14
- Font.Name = #23435#20307
+ Font.Charset = ANSI_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
end
end
object ScrollBox1: TScrollBox [4]
Left = 0
- Top = 38
+ Top = 30
Width = 1540
- Height = 179
+ Height = 215
Align = alTop
BevelInner = bvNone
BevelOuter = bvNone
BorderStyle = bsNone
Color = clWhite
Ctl3D = False
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
ParentColor = False
ParentCtl3D = False
+ ParentFont = False
TabOrder = 4
OnClick = ScrollBox1Click
object Label3: TLabel
- Left = 404
- Top = 7
- Width = 52
- Height = 15
+ Left = 442
+ Top = 10
+ Width = 64
+ Height = 21
Caption = #21046#21333#26085#26399
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
end
object Label25: TLabel
- Left = 215
- Top = 7
- Width = 52
- Height = 15
+ Left = 237
+ Top = 10
+ Width = 64
+ Height = 21
Caption = #20132#36135#26085#26399
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
end
object Label1: TLabel
Left = 23
- Top = 102
- Width = 53
- Height = 15
+ Top = 133
+ Width = 77
+ Height = 21
Caption = #22791' '#27880
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
end
object Label2: TLabel
- Left = 37
- Top = 6
- Width = 39
- Height = 15
+ Left = 23
+ Top = 10
+ Width = 48
+ Height = 21
Caption = #35746#21333#21495
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
end
object Label14: TLabel
- Left = 217
- Top = 35
- Width = 50
- Height = 15
+ Left = 237
+ Top = 56
+ Width = 72
+ Height = 21
Caption = #23458' '#25143
- Font.Charset = ANSI_CHARSET
- Font.Color = clMaroon
- Font.Height = -12
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
end
object Label20: TLabel
- Left = 24
- Top = 35
- Width = 52
- Height = 15
+ Left = 23
+ Top = 56
+ Width = 64
+ Height = 21
Caption = #32463#33829#21333#20301
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlue
- Font.Height = -12
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
end
object Label19: TLabel
- Left = 202
- Top = 64
- Width = 65
- Height = 12
+ Left = 237
+ Top = 97
+ Width = 80
+ Height = 21
Caption = #32852#31995#26041#24335#65306
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
end
object Label37: TLabel
- Left = 11
- Top = 64
- Width = 65
- Height = 12
+ Left = 23
+ Top = 97
+ Width = 80
+ Height = 21
Caption = #35746#21333#31867#22411#65306
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
end
object Label18: TLabel
- Left = 404
- Top = 35
- Width = 52
- Height = 12
+ Left = 442
+ Top = 56
+ Width = 64
+ Height = 21
Caption = #21457#36135#22320#22336
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
end
- object TMMNo: TEdit
+ object TMMNo: TcxTextEdit
Tag = 2
- Left = 78
- Top = 6
- Width = 100
- Height = 18
+ Left = 109
+ Top = 3
TabOrder = 0
+ Width = 122
end
- object TMMDate: TDateTimePicker
- Tag = 2
- Left = 458
+ object DLYDate: TcxDateEdit
+ Left = 311
Top = 4
- Width = 100
- Height = 20
- BevelInner = bvNone
- Date = 40916.000000000000000000
- Format = 'yyyy-MM-dd'
- Time = 0.670856296288548000
TabOrder = 1
+ Width = 121
end
- object DLYDate: TDateTimePicker
- Tag = 2
- Left = 273
+ object TMMDate: TcxDateEdit
+ Left = 516
Top = 4
- Width = 100
- Height = 20
- BevelInner = bvNone
- Date = 40916.000000000000000000
- Format = 'yyyy-MM-dd'
- Time = 0.670856296288548000
- ShowCheckbox = True
TabOrder = 2
+ Width = 121
end
- object OrdNote: TMemo
- Tag = 2
- Left = 82
- Top = 107
- Width = 476
- Height = 58
- Hint = 'OrdNote/'#22791#27880
- ScrollBars = ssVertical
+ object OurCoName: TcxButtonEdit
+ Left = 110
+ Top = 50
+ Properties.Buttons = <
+ item
+ Default = True
+ Kind = bkEllipsis
+ end>
+ Properties.OnButtonClick = OurCoNamePropertiesButtonClick
TabOrder = 3
- OnDblClick = PackNoteDblClick
+ OnDblClick = OurCoNameDblClick
+ Width = 121
end
- object CustName: TBtnEditC
- Tag = 2
- Left = 273
- Top = 32
- Width = 100
- Height = 20
- ReadOnly = True
+ object CustName: TcxButtonEdit
+ Left = 311
+ Top = 50
+ Properties.Buttons = <
+ item
+ Default = True
+ Kind = bkEllipsis
+ end>
+ Properties.OnButtonClick = cxButtonEdit1PropertiesButtonClick
TabOrder = 4
- OnBtnUpClick = CustNameBtnUpClick
- OnBtnDnClick = OurCoNameBtnDnClick
+ OnDblClick = OurCoNameDblClick
+ Width = 121
end
- object OurCoName: TBtnEditC
- Tag = 2
- Left = 78
- Top = 32
- Width = 100
- Height = 20
- ReadOnly = True
+ object ShippingAddress: TcxButtonEdit
+ Left = 516
+ Top = 50
+ Properties.Buttons = <
+ item
+ Default = True
+ Kind = bkEllipsis
+ end>
+ Properties.OnButtonClick = cxButtonEdit2PropertiesButtonClick
TabOrder = 5
- OnBtnUpClick = OurCoNameBtnUpClick
- OnBtnDnClick = OurCoNameBtnDnClick
+ OnDblClick = OurCoNameDblClick
+ Width = 121
end
- object CONTACT: TBtnEditC
- Tag = 2
- Left = 273
- Top = 59
- Width = 285
- Height = 20
+ object CONTACT: TcxButtonEdit
+ Left = 311
+ Top = 91
+ Properties.Buttons = <
+ item
+ Default = True
+ Kind = bkEllipsis
+ end>
+ Properties.OnButtonClick = CONTACTPropertiesButtonClick
TabOrder = 6
- OnBtnUpClick = CONTACTBtnUpClick
+ OnDblClick = OurCoNameDblClick
+ Width = 326
end
- object OrdType: TComboBox
- Tag = 2
- Left = 78
- Top = 59
- Width = 100
- Height = 20
- Style = csDropDownList
- Ctl3D = False
+ object OrdType: TcxComboBox
+ Left = 110
+ Top = 91
Enabled = False
- ItemIndex = 0
- ParentCtl3D = False
TabOrder = 7
Text = #27491#24120#21333
- Items.Strings = (
- #27491#24120#21333)
+ Width = 121
end
- object ShippingAddress: TBtnEditC
- Tag = 2
- Left = 458
- Top = 32
- Width = 100
- Height = 20
+ object OrdNote: TcxMemo
+ Left = 110
+ Top = 133
+ Hint = 'OrdNote/'#22791#27880
+ Properties.OnChange = OrdNotePropertiesChange
TabOrder = 8
- OnBtnUpClick = ShippingAddressBtnUpClick
+ OnDblClick = OrdNoteDblClick
+ Height = 71
+ Width = 527
end
end
inherited ADOQueryBaseCmd: TADOQuery
diff --git a/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketInPut.pas b/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketInPut.pas
index 77f5622..d59736d 100644
--- a/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketInPut.pas
+++ b/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketInPut.pas
@@ -15,7 +15,7 @@ uses
dxSkinsCore, dxSkinsDefaultPainters, dxDateRanges, dxBarBuiltInMenu, cxPC,
System.ImageList, Vcl.ImgList, U_BaseInput, cxImage, cxDBEdit, IdBaseComponent,
IdComponent, IdTCPConnection, IdTCPClient, IdExplicitTLSClientServerBase,
- IdFTP, ShellAPI, dxSkinWXI, dxScrollbarAnnotations;
+ IdFTP, ShellAPI, dxSkinWXI, dxScrollbarAnnotations, dxCore, cxDateUtils;
type
TfrmTradeMarketInPut = class(TfrmBaseInput)
@@ -54,12 +54,7 @@ type
Label2: TLabel;
Label14: TLabel;
Label20: TLabel;
- TMMNo: TEdit;
- TMMDate: TDateTimePicker;
- DLYDate: TDateTimePicker;
- OrdNote: TMemo;
- CustName: TBtnEditC;
- OurCoName: TBtnEditC;
+ TMMNo: TcxTextEdit;
cxGrid1: TcxGrid;
Tv1: TcxGridDBTableView;
v1Column11: TcxGridDBColumn;
@@ -74,10 +69,7 @@ type
Tv1Column9: TcxGridDBColumn;
Label19: TLabel;
Label37: TLabel;
- CONTACT: TBtnEditC;
- OrdType: TComboBox;
Label18: TLabel;
- ShippingAddress: TBtnEditC;
Tv1Column4: TcxGridDBColumn;
Tv1Column6: TcxGridDBColumn;
Tv1Column13: TcxGridDBColumn;
@@ -86,7 +78,7 @@ type
Panel5: TPanel;
Label33: TLabel;
Label38: TLabel;
- QtyMX: TEdit;
+ QtyMX: TcxTextEdit;
GroupBox2: TGroupBox;
cxGrid2: TcxGrid;
TvMX: TcxGridDBTableView;
@@ -98,6 +90,14 @@ type
Tv1Column5: TcxGridDBColumn;
Tv1Column10: TcxGridDBColumn;
Tv1Column11: TcxGridDBColumn;
+ DLYDate: TcxDateEdit;
+ TMMDate: TcxDateEdit;
+ OurCoName: TcxButtonEdit;
+ CustName: TcxButtonEdit;
+ ShippingAddress: TcxButtonEdit;
+ CONTACT: TcxButtonEdit;
+ OrdType: TcxComboBox;
+ OrdNote: TcxMemo;
procedure TBCloseClick(Sender: TObject);
procedure FormShow(Sender: TObject);
procedure TBSaveClick(Sender: TObject);
@@ -117,9 +117,9 @@ type
procedure cxDBImage1DblClick(Sender: TObject);
procedure SYRNameBtnUpClick(Sender: TObject);
procedure ToolButton3Click(Sender: TObject);
- procedure CustNameBtnUpClick(Sender: TObject);
- procedure OurCoNameBtnUpClick(Sender: TObject);
- procedure OurCoNameBtnDnClick(Sender: TObject);
+ procedure CustName1BtnUpClick(Sender: TObject);
+ procedure OurCoName1BtnUpClick(Sender: TObject);
+ procedure OurCoName1BtnDnClick(Sender: TObject);
procedure TechnicsBtnUpClick(Sender: TObject);
procedure TechnicsBtnDnClick(Sender: TObject);
procedure PackNoteDblClick(Sender: TObject);
@@ -128,9 +128,20 @@ type
procedure QtyMXKeyPress(Sender: TObject; var Key: Char);
procedure Tv1FocusedRecordChanged(Sender: TcxCustomGridTableView; APrevFocusedRecord, AFocusedRecord: TcxCustomGridRecord; ANewItemRecordFocusingChanged: Boolean);
procedure TvMXCellDblClick(Sender: TcxCustomGridTableView; ACellViewInfo: TcxGridTableDataCellViewInfo; AButton: TMouseButton; AShift: TShiftState; var AHandled: Boolean);
- procedure ShippingAddressBtnUpClick(Sender: TObject);
- procedure CONTACTBtnUpClick(Sender: TObject);
+ procedure ShippingAddress1BtnUpClick(Sender: TObject);
+ procedure CONTACT1BtnUpClick(Sender: TObject);
procedure Tv1Column1PropertiesEditValueChanged(Sender: TObject);
+ procedure OurCoNamePropertiesButtonClick(Sender: TObject;
+ AButtonIndex: Integer);
+ procedure OurCoNameDblClick(Sender: TObject);
+ procedure cxButtonEdit1PropertiesButtonClick(Sender: TObject;
+ AButtonIndex: Integer);
+ procedure cxButtonEdit2PropertiesButtonClick(Sender: TObject;
+ AButtonIndex: Integer);
+ procedure CONTACTPropertiesButtonClick(Sender: TObject;
+ AButtonIndex: Integer);
+ procedure OrdNotePropertiesChange(Sender: TObject);
+ procedure OrdNoteDblClick(Sender: TObject);
private
FSCXDH: string;
procedure InitData();
@@ -255,11 +266,11 @@ end;
procedure TfrmTradeMarketInPut.InitData();
var
- FDate: TDateTime;
+ FDate: TDate;
begin
- FDate := SGetServerDateTime(ADOTemp);
- TMMDate.DateTime := FDate;
- DlyDate.DateTime := FDate;
+ FDate := SGetServerDate(ADOTemp);
+ TMMDate.Date := FDate;
+ DlyDate.Date := FDate;
with ADOTemp do
begin
@@ -272,8 +283,8 @@ begin
SCSHData(ADOTemp, ScrollBox1, 5);
SCSHData(ADOTemp, ScrollBox1, 9);
SCSHData(ADOTemp, ScrollBox1, 7);
- OurCoName.TxtCode := Trim(ADOTemp.FieldByName('OurCoNo').AsString);
- CustName.TxtCode := Trim(ADOTemp.FieldByName('CustNo').AsString);
+ OurCoName.Properties.LookupItems.Text := Trim(ADOTemp.FieldByName('OurCoNo').AsString);
+ CustName.Properties.LookupItems.Text := Trim(ADOTemp.FieldByName('CustNo').AsString);
with ADOTemp do
begin
Close;
@@ -294,8 +305,8 @@ begin
if PState = 0 then
begin
- TMMDate.DateTime := SGetServerDateTime(ADOTemp);
- DlyDate.DateTime := TMMDate.DateTime;
+ TMMDate.Date := SGetServerDateTime(ADOTemp);
+ DlyDate.Date := TMMDate.Date;
TMMNo.Text := '';
TMMNo.Enabled := True;
end
@@ -309,7 +320,7 @@ begin
TMMNo.Text := '';
TMMNo.Enabled := True;
- TMMDate.DateTime := FDate;
+ TMMDate.Date := FDate;
with CDS_1 do
begin
@@ -342,8 +353,8 @@ begin
TMMNo.Text := '';
fFlileFlag := UserDataFlag + 'HX';
InitData();
- ordtype.Items.Clear;
- ordtype.Items.Add(fordtype);
+ ordtype.Properties.Items.Clear;
+ ordtype.Properties.Items.Add(fordtype);
ordtype.ItemIndex := 0;
InitImage1();
InitImage2();
@@ -393,8 +404,8 @@ begin
end;
RTSetsavedata(ADOCmd, 'Trade_Market_Main', ScrollBox1, 2);
FieldByName('TMMID').Value := Trim(maxno);
- FieldByName('OurCoNo').Value := Trim(OurCoName.TxtCode);
- FieldByName('CustNo').Value := Trim(CustName.TxtCode);
+ FieldByName('OurCoNo').Value := Trim(OurCoName.Properties.LookupItems.Text);
+ FieldByName('CustNo').Value := Trim(CustName.Properties.LookupItems.Text);
Post;
end;
@@ -769,7 +780,7 @@ var
fsj: string;
FWZ: Integer;
begin
- fsj := Trim(TEdit(Sender).Hint);
+ fsj := Trim(TcxTextEdit(Sender).Hint);
FWZ := Pos('/', fsj);
try
frmZDYHelp := TfrmZDYHelp.Create(Application);
@@ -779,7 +790,7 @@ begin
flagname := Copy(fsj, FWZ + 1, Length(fsj) - FWZ);
if ShowModal = 1 then
begin
- TEdit(Sender).Text := Trim(ClientDataSet1.fieldbyname('ZDYName').AsString);
+ TcxTextEdit(Sender).Text := Trim(ClientDataSet1.fieldbyname('ZDYName').AsString);
end;
end;
finally
@@ -788,7 +799,7 @@ begin
end;
-procedure TfrmTradeMarketInPut.CONTACTBtnUpClick(Sender: TObject);
+procedure TfrmTradeMarketInPut.CONTACT1BtnUpClick(Sender: TObject);
begin
inherited;
frmZDYHelp := TfrmZDYHelp.Create(Application);
@@ -798,12 +809,28 @@ begin
flagname := 'ϵʽ';
if ShowModal = 1 then
begin
- tedit(Sender).text := ClientDataSet1.FieldByName('ZDYName').AsString;
+ TcxTextEdit(Sender).text := ClientDataSet1.FieldByName('ZDYName').AsString;
end;
end;
end;
-procedure TfrmTradeMarketInPut.CustNameBtnUpClick(Sender: TObject);
+procedure TfrmTradeMarketInPut.CONTACTPropertiesButtonClick(Sender: TObject;
+ AButtonIndex: Integer);
+begin
+ inherited;
+ frmZDYHelp := TfrmZDYHelp.Create(Application);
+ with frmZDYHelp do
+ begin
+ flag := 'FHTel';
+ flagname := 'ϵʽ';
+ if ShowModal = 1 then
+ begin
+ TcxTextEdit(Sender).text := ClientDataSet1.FieldByName('ZDYName').AsString;
+ end;
+ end;
+end;
+
+procedure TfrmTradeMarketInPut.CustName1BtnUpClick(Sender: TObject);
begin
try
frmCompanySel := TfrmCompanySel.Create(Application);
@@ -812,7 +839,7 @@ begin
FCoType := 'ͻ';
if ShowModal = 1 then
begin
- self.CustName.TxtCode := Trim(frmCompanySel.CDS_1.fieldbyname('CoCode').AsString);
+ self.CustName.Properties.LookupItems.Text := Trim(frmCompanySel.CDS_1.fieldbyname('CoCode').AsString);
self.CustName.Text := Trim(frmCompanySel.CDS_1.fieldbyname('CoAbbrName').AsString);
self.ShippingAddress.Text := frmCompanySel.CDS_1.FieldByName('CoAddress').AsString;
end;
@@ -846,6 +873,60 @@ begin
TBtnEditC(Sender).TxtCode := '';
end;
+procedure TfrmTradeMarketInPut.cxButtonEdit1PropertiesButtonClick(
+ Sender: TObject; AButtonIndex: Integer);
+begin
+ try
+ frmCompanySel := TfrmCompanySel.Create(Application);
+ with frmCompanySel do
+ begin
+ FCoType := 'ͻ';
+ if ShowModal = 1 then
+ begin
+ self.CustName.Properties.LookupItems.Text := Trim(frmCompanySel.CDS_1.fieldbyname('CoCode').AsString);
+ self.CustName.Text := Trim(frmCompanySel.CDS_1.fieldbyname('CoAbbrName').AsString);
+ self.ShippingAddress.Text := frmCompanySel.CDS_1.FieldByName('CoAddress').AsString;
+ end;
+ end;
+
+ finally
+ frmCompanySel.Free;
+ end;
+
+ with ADOTemp do
+ begin
+ close;
+ sql.Clear;
+ sql.Add('select top 1 * from Trade_Market_Main where CustName=''' + CustName.Text + ''' ');
+ sql.Add(' and (isnull(ShippingAddress,'''')<>'''' or isnull(CONTACT,'''')<>'''' ) ');
+ sql.Add(' order by TMMDate desc ');
+ open;
+ end;
+
+ if ADOTemp.IsEmpty = False then
+ begin
+ ShippingAddress.Text := ADOTemp.FieldByName('ShippingAddress').AsString;
+ CONTACT.Text := ADOTemp.FieldByName('CONTACT').AsString;
+ end;
+
+end;
+
+procedure TfrmTradeMarketInPut.cxButtonEdit2PropertiesButtonClick(
+ Sender: TObject; AButtonIndex: Integer);
+begin
+ inherited;
+ frmZDYHelp := TfrmZDYHelp.Create(Application);
+ with frmZDYHelp do
+ begin
+ flag := 'FHAdress';
+ flagname := 'ַ';
+ if ShowModal = 1 then
+ begin
+ TcxTextEdit(Sender).text := ClientDataSet1.FieldByName('ZDYName').AsString;
+ end;
+ end;
+end;
+
procedure TfrmTradeMarketInPut.cxDBImage1DblClick(Sender: TObject);
begin
if TcxDBImage(Sender).Picture.Height = 0 then
@@ -1024,7 +1105,7 @@ var
fsj: string;
FWZ: Integer;
begin
- fsj := Trim(TEdit(Sender).Hint);
+ fsj := Trim(TcxTextEdit(Sender).Hint);
FWZ := Pos('/', fsj);
try
frmZDYHelp := TfrmZDYHelp.Create(Application);
@@ -1034,7 +1115,7 @@ begin
flagname := Copy(fsj, FWZ + 1, Length(fsj) - FWZ);
if ShowModal = 1 then
begin
- TEdit(Sender).Text := Trim(ClientDataSet1.fieldbyname('ZDYName').AsString);
+ TcxTextEdit(Sender).Text := Trim(ClientDataSet1.fieldbyname('ZDYName').AsString);
end;
end;
finally
@@ -1047,7 +1128,7 @@ begin
TMMDate.SetFocus;
end;
-procedure TfrmTradeMarketInPut.ShippingAddressBtnUpClick(Sender: TObject);
+procedure TfrmTradeMarketInPut.ShippingAddress1BtnUpClick(Sender: TObject);
begin
inherited;
frmZDYHelp := TfrmZDYHelp.Create(Application);
@@ -1057,18 +1138,94 @@ begin
flagname := 'ַ';
if ShowModal = 1 then
begin
- tedit(Sender).text := ClientDataSet1.FieldByName('ZDYName').AsString;
+ TcxTextEdit(Sender).text := ClientDataSet1.FieldByName('ZDYName').AsString;
end;
end;
end;
-procedure TfrmTradeMarketInPut.OurCoNameBtnDnClick(Sender: TObject);
+procedure TfrmTradeMarketInPut.OrdNoteDblClick(Sender: TObject);
+var
+ fsj: string;
+ FWZ: Integer;
+ i: integer;
+begin
+ fsj := Trim(TMemo(Sender).Hint);
+ FWZ := Pos('/', fsj);
+ i := 0;
+ try
+ frmZDYHelpSel := TfrmZDYHelpSel.Create(Application);
+ with frmZDYHelpSel do
+ begin
+ flag := Copy(fsj, 1, FWZ - 1);
+ flagname := Copy(fsj, FWZ + 1, Length(fsj) - FWZ);
+ if ShowModal = 1 then
+ begin
+ TCXMemo(Sender).Lines.Clear;
+ with ClientDataSet1 do
+ begin
+ First;
+ while not Eof do
+ begin
+ if FieldByName('SSel').AsBoolean = True then
+ begin
+ i := i + 1;
+ TCXMemo(Sender).Lines.Add(FieldByName('ZDYName').AsString) //inttostr(i)+'.'+
+ end;
+ Next;
+ end;
+ end;
+ end;
+ end;
+ finally
+ frmZDYHelpSel.Free;
+ end;
+end;
+
+procedure TfrmTradeMarketInPut.OrdNotePropertiesChange(Sender: TObject);
+var
+ fsj: string;
+ FWZ: Integer;
+ i: integer;
+begin
+ fsj := Trim(TMemo(Sender).Hint);
+ FWZ := Pos('/', fsj);
+ i := 0;
+ try
+ frmZDYHelpSel := TfrmZDYHelpSel.Create(Application);
+ with frmZDYHelpSel do
+ begin
+ flag := Copy(fsj, 1, FWZ - 1);
+ flagname := Copy(fsj, FWZ + 1, Length(fsj) - FWZ);
+ if ShowModal = 1 then
+ begin
+ TMemo(Sender).Lines.Clear;
+ with ClientDataSet1 do
+ begin
+ First;
+ while not Eof do
+ begin
+ if FieldByName('SSel').AsBoolean = True then
+ begin
+ i := i + 1;
+ TMemo(Sender).Lines.Add(FieldByName('ZDYName').AsString) //inttostr(i)+'.'+
+ end;
+ Next;
+ end;
+ end;
+ end;
+ end;
+ finally
+ frmZDYHelpSel.Free;
+ end;
+end;
+
+procedure TfrmTradeMarketInPut.OurCoName1BtnDnClick(Sender: TObject);
begin
TBtnEditC(Sender).Text := '';
TBtnEditC(Sender).TxtCode := '';
end;
-procedure TfrmTradeMarketInPut.OurCoNameBtnUpClick(Sender: TObject);
+procedure TfrmTradeMarketInPut.OurCoName1BtnUpClick(Sender: TObject);
begin
try
frmCompanySel := TfrmCompanySel.Create(Application);
@@ -1077,7 +1234,34 @@ begin
FCoType := '˾';
if ShowModal = 1 then
begin
- self.OurCoName.TxtCode := Trim(frmCompanySel.CDS_1.fieldbyname('CoCode').AsString);
+ self.OurCoName.Properties.LookupItems.Text := Trim(frmCompanySel.CDS_1.fieldbyname('CoCode').AsString);
+ self.OurCoName.Text := Trim(frmCompanySel.CDS_1.fieldbyname('CoAbbrName').AsString);
+ end;
+ end;
+
+ finally
+ frmCompanySel.Free;
+ end;
+
+end;
+
+procedure TfrmTradeMarketInPut.OurCoNameDblClick(Sender: TObject);
+begin
+ TcxButtonEdit(Sender).Text := '';
+ TcxButtonEdit(Sender).Properties.LookupItems.Text := '';
+end;
+
+procedure TfrmTradeMarketInPut.OurCoNamePropertiesButtonClick(Sender: TObject;
+ AButtonIndex: Integer);
+begin
+ try
+ frmCompanySel := TfrmCompanySel.Create(Application);
+ with frmCompanySel do
+ begin
+ FCoType := '˾';
+ if ShowModal = 1 then
+ begin
+ self.OurCoName.Properties.LookupItems.Text := Trim(frmCompanySel.CDS_1.fieldbyname('CoCode').AsString);
self.OurCoName.Text := Trim(frmCompanySel.CDS_1.fieldbyname('CoAbbrName').AsString);
end;
end;
@@ -1197,7 +1381,7 @@ var
fsj: string;
FWZ: Integer;
begin
- fsj := Trim(TEdit(Sender).Hint);
+ fsj := Trim(TcxTextEdit(Sender).Hint);
FWZ := Pos('/', fsj);
try
frmZDYHelp := TfrmZDYHelp.Create(Application);
@@ -1208,7 +1392,7 @@ begin
flagname := Copy(fsj, FWZ + 1, Length(fsj) - FWZ);
if ShowModal = 1 then
begin
- TEdit(Sender).Text := Trim(ClientDataSet1.fieldbyname('ZDYName').AsString);
+ TcxTextEdit(Sender).Text := Trim(ClientDataSet1.fieldbyname('ZDYName').AsString);
end;
end;
finally
@@ -1383,7 +1567,7 @@ var
fsj: string;
FWZ: Integer;
begin
- fsj := Trim(TEdit(Sender).Hint);
+ fsj := Trim(TcxTextEdit(Sender).Hint);
FWZ := Pos('/', fsj);
try
frmZDYHelp := TfrmZDYHelp.Create(Application);
@@ -1393,7 +1577,7 @@ begin
flagname := Copy(fsj, FWZ + 1, Length(fsj) - FWZ);
if ShowModal = 1 then
begin
- TEdit(Sender).Text := Trim(ClientDataSet1.fieldbyname('ZDYName').AsString);
+ TcxTextEdit(Sender).Text := Trim(ClientDataSet1.fieldbyname('ZDYName').AsString);
end;
end;
finally
@@ -1406,7 +1590,7 @@ var
fsj: string;
FWZ: Integer;
begin
- fsj := Trim(TEdit(Sender).Hint);
+ fsj := Trim(TcxTextEdit(Sender).Hint);
FWZ := Pos('/', fsj);
try
frmZDYHelp := TfrmZDYHelp.Create(Application);
@@ -1422,7 +1606,7 @@ begin
end;
if ShowModal = 1 then
begin
- TEdit(Sender).Text := Trim(ClientDataSet1.fieldbyname('ZDYName').AsString);
+ TcxTextEdit(Sender).Text := Trim(ClientDataSet1.fieldbyname('ZDYName').AsString);
end;
end;
diff --git a/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketList.dfm b/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketList.dfm
index 6fde8c2..c511f06 100644
--- a/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketList.dfm
+++ b/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketList.dfm
@@ -16,18 +16,18 @@ inherited frmTradeMarketList: TfrmTradeMarketList
Left = 0
Top = 0
Width = 1540
- Height = 38
+ Height = 30
AutoSize = True
- ButtonHeight = 38
- ButtonWidth = 91
+ ButtonHeight = 30
+ ButtonWidth = 99
Caption = 'ToolBar1'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
Font.Style = []
- Images = DataLink_TradeMarket.ImageList_new32
+ Images = DataLink_TradeMarket.cxImageList_bar
List = True
ParentColor = False
ParentFont = False
@@ -114,7 +114,7 @@ inherited frmTradeMarketList: TfrmTradeMarketList
OnClick = TBTJCXClick
end
object Tchk: TToolButton
- Left = 734
+ Left = 742
Top = 0
AutoSize = True
Caption = #23457#26680
@@ -122,7 +122,7 @@ inherited frmTradeMarketList: TfrmTradeMarketList
OnClick = TchkClick
end
object Tnochk: TToolButton
- Left = 805
+ Left = 813
Top = 0
AutoSize = True
Caption = #25764#38144#23457#26680
@@ -130,7 +130,7 @@ inherited frmTradeMarketList: TfrmTradeMarketList
OnClick = TnochkClick
end
object TWC: TToolButton
- Left = 900
+ Left = 916
Top = 0
AutoSize = True
Caption = #23436#25104
@@ -138,7 +138,7 @@ inherited frmTradeMarketList: TfrmTradeMarketList
OnClick = TWCClick
end
object TNowc: TToolButton
- Left = 971
+ Left = 987
Top = 0
AutoSize = True
Caption = #25764#38144#23436#25104
@@ -146,7 +146,7 @@ inherited frmTradeMarketList: TfrmTradeMarketList
OnClick = TNowcClick
end
object ToolButton2: TToolButton
- Left = 1066
+ Left = 1090
Top = 0
AutoSize = True
Caption = #20445#23384#26684#24335
@@ -154,7 +154,7 @@ inherited frmTradeMarketList: TfrmTradeMarketList
OnClick = ToolButton2Click
end
object TBClose: TToolButton
- Left = 1161
+ Left = 1193
Top = 0
AutoSize = True
Caption = #20851#38381
@@ -164,175 +164,137 @@ inherited frmTradeMarketList: TfrmTradeMarketList
end
object Panel1: TPanel [1]
Left = 0
- Top = 38
+ Top = 30
Width = 1540
- Height = 69
+ Height = 91
Align = alTop
BevelInner = bvRaised
BevelOuter = bvLowered
Color = clWhite
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
ParentBackground = False
+ ParentFont = False
TabOrder = 1
object Label3: TLabel
- Left = 295
- Top = 20
- Width = 52
- Height = 12
+ Left = 19
+ Top = 48
+ Width = 64
+ Height = 21
Caption = #35745#21010#21333#21495
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
end
object Label12: TLabel
- Left = 613
- Top = 119
- Width = 26
- Height = 12
+ Left = 747
+ Top = 51
+ Width = 32
+ Height = 21
Caption = #20811#37325
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
end
object Label1: TLabel
- Left = 319
- Top = 47
- Width = 26
- Height = 12
+ Left = 400
+ Top = 48
+ Width = 32
+ Height = 21
Caption = #23458#25143
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
end
object Label2: TLabel
- Left = 470
- Top = 20
- Width = 52
- Height = 12
+ Left = 207
+ Top = 48
+ Width = 64
+ Height = 21
Caption = #20135#21697#21517#31216
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
end
object Label4: TLabel
- Left = 480
- Top = 47
- Width = 39
- Height = 12
+ Left = 567
+ Top = 51
+ Width = 48
+ Height = 21
Caption = #21512#21516#21495
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
+ end
+ object TMMNo: TcxTextEdit
+ Tag = 2
+ Left = 93
+ Top = 45
ParentFont = False
- end
- object BegDate: TDateTimePicker
- Left = 152
- Top = 16
- Width = 101
- Height = 20
- Date = 40675.000000000000000000
- Format = 'yyyy-MM-dd'
- Time = 0.464742650459811600
TabOrder = 0
- end
- object EndDate: TDateTimePicker
- Left = 152
- Top = 42
- Width = 102
- Height = 20
- Date = 40675.000000000000000000
- Format = 'yyyy-MM-dd'
- Time = 0.464761099538009100
- TabOrder = 2
- end
- object TMMNo: TEdit
- Tag = 2
- Left = 353
- Top = 16
+ OnKeyPress = TMMNoKeyPress
Width = 104
- Height = 25
+ end
+ object MPRTKZ: TcxTextEdit
+ Tag = 2
+ Left = 789
+ Top = 47
+ ParentFont = False
TabOrder = 1
- OnKeyPress = TMMNoKeyPress
- end
- object MPRTKZ: TEdit
- Tag = 2
- Left = 654
- Top = 99
Width = 56
- Height = 25
+ end
+ object CustName: TcxTextEdit
+ Tag = 2
+ Left = 445
+ Top = 47
+ ParentFont = False
+ TabOrder = 2
+ OnKeyPress = TMMNoKeyPress
+ Width = 104
+ end
+ object C_Name: TcxTextEdit
+ Tag = 2
+ Left = 281
+ Top = 45
+ ParentFont = False
TabOrder = 3
- OnChange = OrderNoMChange
+ OnKeyPress = TMMNoKeyPress
+ Width = 104
end
- object ComboBox1: TComboBox
- Left = 49
- Top = 16
- Width = 93
- Height = 25
+ object ConNo: TcxTextEdit
+ Tag = 2
+ Left = 633
+ Top = 47
+ ParentFont = False
TabOrder = 4
- Text = #21046#21333#26085#26399
- OnChange = ComboBox1Change
- Items.Strings = (
- #21046#21333#26085#26399
- #20132#36135#26085#26399)
- end
- object CustName: TEdit
- Tag = 2
- Left = 351
- Top = 43
+ OnKeyPress = TMMNoKeyPress
Width = 104
- Height = 25
+ end
+ inline frmFrameDateSel1: TfrmFrameDateSel
+ Left = 2
+ Top = 2
+ Width = 1536
+ Height = 37
+ Align = alTop
+ Color = clWhite
+ Font.Charset = ANSI_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentBackground = False
+ ParentColor = False
+ ParentFont = False
TabOrder = 5
- OnKeyPress = TMMNoKeyPress
- end
- object C_Name: TEdit
- Tag = 2
- Left = 525
- Top = 16
- Width = 104
- Height = 25
- TabOrder = 6
- OnKeyPress = TMMNoKeyPress
- end
- object ConNo: TEdit
- Tag = 2
- Left = 525
- Top = 43
- Width = 104
- Height = 25
- TabOrder = 7
- OnKeyPress = TMMNoKeyPress
- end
- object CheckBox1: TCheckBox
- Left = 28
- Top = 18
- Width = 19
- Height = 17
- Checked = True
- State = cbChecked
- TabOrder = 8
+ ExplicitLeft = 2
+ ExplicitTop = 2
+ ExplicitWidth = 1536
end
end
object cxGrid1: TcxGrid [2]
Left = 0
- Top = 125
+ Top = 147
Width = 1540
- Height = 431
+ Height = 409
Align = alClient
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentFont = False
PopupMenu = PM_1
TabOrder = 3
+ ExplicitTop = 177
+ ExplicitHeight = 379
object Tv1: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
ScrollbarAnnotations.CustomAnnotations = <>
@@ -361,12 +323,6 @@ inherited frmTradeMarketList: TfrmTradeMarketList
OptionsView.Footer = True
OptionsView.GroupByBox = False
OptionsView.IndicatorWidth = 30
- Styles.Content = DataLink_TradeMarket.Default
- Styles.IncSearch = DataLink_TradeMarket.SHuangSe
- Styles.Footer = DataLink_TradeMarket.Default
- Styles.Header = DataLink_TradeMarket.Default
- Styles.Inactive = DataLink_TradeMarket.SHuangSe
- Styles.Selection = DataLink_TradeMarket.SHuangSe
object v1Column16: TcxGridDBColumn
Caption = #36873#25321
DataBinding.FieldName = 'SSel'
@@ -384,7 +340,6 @@ inherited frmTradeMarketList: TfrmTradeMarketList
Properties.ShowTime = False
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Header = DataLink_TradeMarket.Default
Width = 66
end
object Tv1Column2: TcxGridDBColumn
@@ -393,7 +348,6 @@ inherited frmTradeMarketList: TfrmTradeMarketList
DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Header = DataLink_TradeMarket.FontBlue
Width = 66
end
object Tv1Column4: TcxGridDBColumn
@@ -402,7 +356,6 @@ inherited frmTradeMarketList: TfrmTradeMarketList
DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Header = DataLink_TradeMarket.FoneClMaroon
Width = 66
end
object v1DeliveryDate: TcxGridDBColumn
@@ -414,7 +367,6 @@ inherited frmTradeMarketList: TfrmTradeMarketList
OnCustomDrawCell = v1DeliveryDateCustomDrawCell
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Header = DataLink_TradeMarket.Default
Width = 66
end
object Tv1Column11: TcxGridDBColumn
@@ -495,10 +447,16 @@ inherited frmTradeMarketList: TfrmTradeMarketList
end
object cxTabControl1: TcxTabControl [4]
Left = 0
- Top = 107
+ Top = 121
Width = 1540
- Height = 18
+ Height = 26
Align = alTop
+ Font.Charset = GB2312_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -16
+ Font.Name = #24494#36719#38597#40657
+ Font.Style = []
+ ParentFont = False
TabOrder = 2
Properties.CustomButtons.Buttons = <>
Properties.Style = 9
@@ -510,6 +468,7 @@ inherited frmTradeMarketList: TfrmTradeMarketList
' '#24050#23436#25104' '
' '#20840#37096' ')
OnChange = cxTabControl1Change
+ ExplicitTop = 151
ClientRectRight = 0
ClientRectTop = 0
end
@@ -530,7 +489,7 @@ inherited frmTradeMarketList: TfrmTradeMarketList
Align = alClient
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
- Font.Height = -12
+ Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
@@ -579,11 +538,6 @@ inherited frmTradeMarketList: TfrmTradeMarketList
OptionsData.Deleting = False
OptionsView.Footer = True
OptionsView.GroupByBox = False
- Styles.IncSearch = DataLink_TradeMarket.SHuangSe
- Styles.Footer = DataLink_TradeMarket.Default
- Styles.Header = DataLink_TradeMarket.Default
- Styles.Inactive = DataLink_TradeMarket.SHuangSe
- Styles.Selection = DataLink_TradeMarket.SHuangSe
object cxGridDBColumn1: TcxGridDBColumn
Tag = 99
Caption = #36873#25321
@@ -625,7 +579,6 @@ inherited frmTradeMarketList: TfrmTradeMarketList
Properties.ReadOnly = False
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Header = DataLink_TradeMarket.handBlack
Width = 79
end
object TV2Column4: TcxGridDBColumn
@@ -650,7 +603,6 @@ inherited frmTradeMarketList: TfrmTradeMarketList
PropertiesClassName = 'TcxTextEditProperties'
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Header = DataLink_TradeMarket.Default
Width = 66
end
object v1OrderUnit: TcxGridDBColumn
@@ -664,7 +616,6 @@ inherited frmTradeMarketList: TfrmTradeMarketList
'Kg')
HeaderAlignmentHorz = taCenter
Options.Editing = False
- Styles.Header = DataLink_TradeMarket.Default
Width = 66
end
object TV2Column3: TcxGridDBColumn
diff --git a/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketList.pas b/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketList.pas
index 7b04073..1f7510c 100644
--- a/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketList.pas
+++ b/项目代码/RTBasicsV1/T05贸易门市管理/U_TradeMarketList.pas
@@ -16,7 +16,7 @@ uses
cxLookAndFeels, cxLookAndFeelPainters, cxNavigator, dxBarBuiltInMenu, Math,
dxSkinsCore, dxSkinsDefaultPainters, dxDateRanges,
IdExplicitTLSClientServerBase, U_BaseList, Vcl.Clipbrd, dxSkinWXI,
- dxScrollbarAnnotations;
+ dxScrollbarAnnotations, FrameDateSel;
type
TfrmTradeMarketList = class(TfrmBaseList)
@@ -28,8 +28,6 @@ type
TBPrint: TToolButton;
TBClose: TToolButton;
Panel1: TPanel;
- BegDate: TDateTimePicker;
- EndDate: TDateTimePicker;
Tv1: TcxGridDBTableView;
cxGrid1Level1: TcxGridLevel;
cxGrid1: TcxGrid;
@@ -39,13 +37,13 @@ type
ADOQueryTemp: TADOQuery;
DataSource1: TDataSource;
Label3: TLabel;
- TMMNo: TEdit;
+ TMMNo: TcxTextEdit;
v1OrdDate: TcxGridDBColumn;
v1DeliveryDate: TcxGridDBColumn;
Order_Main: TClientDataSet;
TBCK: TToolButton;
Label12: TLabel;
- MPRTKZ: TEdit;
+ MPRTKZ: TcxTextEdit;
btnCopy: TToolButton;
cxSplitter1: TcxSplitter;
ADOQuerySub: TADOQuery;
@@ -68,9 +66,8 @@ type
PopupMenu2: TPopupMenu;
N3: TMenuItem;
N4: TMenuItem;
- ComboBox1: TComboBox;
Label1: TLabel;
- CustName: TEdit;
+ CustName: TcxTextEdit;
Tv1Column6: TcxGridDBColumn;
cxgrdpmn2: TcxGridPopupMenu;
cxGrid2: TcxGrid;
@@ -87,11 +84,10 @@ type
Tv1Column11: TcxGridDBColumn;
Tv1Column1: TcxGridDBColumn;
Label2: TLabel;
- C_Name: TEdit;
+ C_Name: TcxTextEdit;
CDS_WXTS: TClientDataSet;
Label4: TLabel;
- ConNo: TEdit;
- CheckBox1: TCheckBox;
+ ConNo: TcxTextEdit;
ToolButton2: TToolButton;
PM_1: TPopupMenu;
N1: TMenuItem;
@@ -105,6 +101,7 @@ type
TV2Column3: TcxGridDBColumn;
TV2Column4: TcxGridDBColumn;
Tv1Column7: TcxGridDBColumn;
+ frmFrameDateSel1: TfrmFrameDateSel;
procedure FormDestroy(Sender: TObject);
procedure FormClose(Sender: TObject; var Action: TCloseAction);
procedure FormCreate(Sender: TObject);
@@ -334,26 +331,26 @@ begin
sql.add(' from Trade_Market_Main A ');
// Sql.add(' inner join Trade_Market_Sub B on B.TMMId=A.TMMId ');
- if (ComboBox1.Text = 'Ƶ') and (CheckBox1.Checked = True) then
+ if (cxComboBox1.Text = 'Ƶ') and (cxCheckBox1.Checked = True) then
begin
- sql.add(' where A.TMMDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', BegDate.DateTime))));
- sql.add(' and A.TMMDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', enddate.DateTime + 1))));
+ sql.add(' where A.TMMDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.BegDate.Date))));
+ sql.add(' and A.TMMDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.enddate.Date + 1))));
end;
- if (ComboBox1.Text = 'Ƶ') and (CheckBox1.Checked = False) then
+ if (cxComboBox1.Text = 'Ƶ') and (cxCheckBox1.Checked = False) then
begin
- sql.add(' where A.TMMDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', BegDate.DateTime - 39999))));
- sql.add(' and A.TMMDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', enddate.DateTime + 1))));
+ sql.add(' where A.TMMDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.BegDate.Date - 39999))));
+ sql.add(' and A.TMMDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.enddate.Date + 1))));
end;
- if (ComboBox1.Text = '') and (CheckBox1.Checked = True) then
+ if (cxComboBox1.Text = '') and (cxCheckBox1.Checked = True) then
begin
- sql.add(' where A.TMMDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', BegDate.DateTime))));
- sql.add(' and A.TMMDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', enddate.DateTime + 1))));
+ sql.add(' where A.TMMDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.BegDate.Date))));
+ sql.add(' and A.TMMDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd',frmFrameDateSel1.enddate.Date + 1))));
end;
- if (ComboBox1.Text = '') and (CheckBox1.Checked = False) then
+ if (cxComboBox1.Text = '') and (cxCheckBox1.Checked = False) then
begin
- sql.add(' where A.TMMDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', BegDate.DateTime - 39999))));
- sql.add(' and A.TMMDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', enddate.DateTime + 1))));
+ sql.add(' where A.TMMDate>=' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.BegDate.Date - 39999))));
+ sql.add(' and A.TMMDate<' + quotedstr(Trim(FormatDateTime('yyyy-MM-dd', frmFrameDateSel1.enddate.Date + 1))));
end;
if canshu1 = '¼' then
@@ -432,8 +429,8 @@ procedure TfrmTradeMarketList.InitForm();
begin
ReadCxGrid('ָʾбFF1', Tv1, 'ָʾ');
ReadCxGrid('ָʾбFFTv21', Tv2, 'ָʾ');
- BegDate.DateTime := SGetServerDate(ADOQueryTemp) - 180;
- EndDate.DateTime := SGetServerDate(ADOQueryTemp);
+ frmFrameDateSel1.BegDate.Date := SGetServerDate(ADOQueryTemp) - 180;
+ frmFrameDateSel1.EndDate.Date := SGetServerDate(ADOQueryTemp);
SetStatus();
InitGrid();
diff --git a/项目代码/RTBasicsV1/T05贸易门市管理/devchs.ini b/项目代码/RTBasicsV1/T05贸易门市管理/devchs.ini
new file mode 100644
index 0000000..697b32a
--- /dev/null
+++ b/项目代码/RTBasicsV1/T05贸易门市管理/devchs.ini
@@ -0,0 +1,8069 @@
+[2052]
+CHINA_STR="й"
+cxExportListIndexError="бΧ(%d)"
+cxNavigator_DeleteRecordQuestion="ɾ¼?"
+cxNavigatorHint_Append="Ӽ¼"
+cxNavigatorHint_Cancel="ȡ"
+cxNavigatorHint_Delete="ɾ¼"
+cxNavigatorHint_Edit="ļ¼"
+cxNavigatorHint_Filter="ݹ"
+cxNavigatorHint_First="һ¼"
+cxNavigatorHint_GotoBookmark="תǩ"
+cxNavigatorHint_Insert="¼"
+cxNavigatorHint_Last="һ¼"
+cxNavigatorHint_Next="һ¼"
+cxNavigatorHint_NextPage="ҳ"
+cxNavigatorHint_Post="ύ"
+cxNavigatorHint_Prior="һ¼"
+cxNavigatorHint_PriorPage="ҳ"
+cxNavigatorHint_Refresh="ˢ"
+cxNavigatorHint_SaveBookmark="ǩ"
+cxNavigatorInfoPanelDefaultDisplayMask="[RecordIndex],[RecordCount]"
+cxPreviewDescription="Ԥʽ"
+cxSBlobButtonCancel="ȡ(&C)"
+cxSBlobButtonClose="ر(&C)"
+cxSBlobButtonOK="ȷ(&O)"
+cxSBlobMemo="()"
+cxSBlobMemoEmpty="()"
+cxSBlobPicture="(ͼƬ)"
+cxSBlobPictureEmpty="(ͼƬ)"
+cxSCantDeleteAncestor="ѡݰһȴõ,ɾ"
+cxSCheckComboBoxEmptySelectionText="δѡ"
+cxSCheckComboBoxStatesItemsPropertyDlgCaption="cxCheckComboBox - CheckStates ༭"
+cxSCheckControlIncorrectItemCount="EditValueFormatcvfIntegerĿܴ64"
+cxSCheckGroupStatesItemsPropertyDlgCaption="cxCheckGroup - ѡ״̬༭"
+cxSColorComboBoxDefaultDescription="ûѡɫ"
+cxSContainerPanelStyle=""
+cxSDataCustomDataSourceInvalidCompare="GetInfoForCompareûʵ"
+cxSDataInvalidStreamFormat="ʽЧ"
+cxSDataItemExistError="ĿѾ"
+cxSDataItemIndexError="ĿΧ"
+cxSDataProviderModeError="ṩģʽִ֧˲"
+cxSDataReadError="ȡ"
+cxSDataRecordIndexError="¼Χ"
+cxSDataRowIndexError="Χ"
+cxSDataWriteError="д"
+cxSDateBOM="³"
+cxSDateEOM="µ"
+cxSDateError="Ч"
+cxSDateFifth=""
+cxSDateFirst="һ"
+cxSDateFourth=""
+cxSDateFriday=""
+cxSDateMonday="һ"
+cxSDateNow=""
+cxSDatePopupCancel="ȡ"
+cxSDatePopupClear=""
+cxSDatePopupNow=""
+cxSDatePopupOK="ȷ"
+cxSDatePopupToday=""
+cxSDateSaturday=""
+cxSDateSecond="ڶ"
+cxSDateSeventh=""
+cxSDateSixth=""
+cxSDateSunday=""
+cxSDateThird=""
+cxSDateThursday=""
+cxSDateToday=""
+cxSDateTomorrow=""
+cxSDateTuesday=""
+cxSDateWednesday=""
+cxSDateYesterday=""
+cxSDBDetailFilterControllerNotFound="DetailFilterControllerûҵ"
+cxSDBKeyFieldNotFound="δ"
+cxSDBNotInGridMode="DataControllerûGridMode"
+cxSEditButtonCancel="ȡ"
+cxSEditButtonOK="ȷ"
+cxSEditCheckBoxChecked=""
+cxSEditCheckBoxUnchecked=""
+cxSEditCheckGroupCaptionStateDelimiter=":"
+cxSEditCheckGroupChecked="ѡ"
+cxSEditCheckGroupFilterColumnSeparator="; "
+cxSEditCheckGroupGrayed="ɫ"
+cxSEditCheckGroupUnchecked="δѡ"
+cxSEditDateConvertError="תΪ"
+cxSEditInvalidRepositoryItem="ԴĿϸ"
+cxSEditNumericValueConvertError="תΪֵ"
+cxSEditPopupCircularReferencingError="ѭ"
+cxSEditPostError="ύֵʱ"
+cxSEditRepositoryExtLookupComboBoxItem="ExtLookupComboBox|һʹQuantumGridΪؼĸ"
+cxSEditRichEditCallBackFail="RichEdit: ûص"
+cxSEditRichEditCopyCaption="(&C)"
+cxSEditRichEditCutCaption="(&T)"
+cxSEditRichEditDeleteCaption="ɾ(&D)"
+cxSEditRichEditLibraryError=" RichEdit "
+cxSEditRichEditLineInsertionError="RichEditв"
+cxSEditRichEditLinkFail="RichEdit:ӵЧԴ"
+cxSEditRichEditLoadFail="ȡʧ"
+cxSEditRichEditOleInterfaceFail="RichEdit: δܻȡ IRichEditOle ӿ"
+cxSEditRichEditPasteCaption="ճ(&P)"
+cxSEditRichEditRedoCaption="(&R)"
+cxSEditRichEditSaveFail="ʧ"
+cxSEditRichEditSelectAllCaption="ȫѡ(&A)"
+cxSEditRichEditSelectionSaveFail="ѡʧ"
+cxSEditRichEditUndoCaption="(&U)"
+cxSEditTimeConvertError="ܹתΪʱ"
+cxSEditValidateErrorText="Ƿֵ,밴ESC"
+cxSEditValueOutOfBounds="ֵԽ"
+cxSFilterAddCondition="(&C)"
+cxSFilterAddGroup="(&G)"
+cxSFilterAndCaption=""
+cxSFilterBlankCaption="հ"
+cxSFilterBoolOperatorAnd=""
+cxSFilterBoolOperatorNotAnd="Dz"
+cxSFilterBoolOperatorNotOr="ǻ"
+cxSFilterBoolOperatorOr=""
+cxSFilterBoxAllCaption="(ȫ)"
+cxSFilterBoxBlanksCaption="(հ)"
+cxSFilterBoxCustomCaption="(Զ...)"
+cxSFilterBoxNonBlanksCaption="(ǿ)"
+cxSFilterClearAll="ȫ(&A)"
+cxSFilterControlDialogActionApplyCaption="Ӧ(&A)"
+cxSFilterControlDialogActionCancelCaption="ȡ"
+cxSFilterControlDialogActionOkCaption="ȷ"
+cxSFilterControlDialogActionOpenCaption="(&O)..."
+cxSFilterControlDialogActionOpenHint="|еĹ"
+cxSFilterControlDialogActionSaveCaption="Ϊ(&S)..."
+cxSFilterControlDialogActionSaveHint="Ϊ|µֱ浱ǰĹ"
+cxSFilterControlDialogCaption=""
+cxSFilterControlDialogFileExt=""
+cxSFilterControlDialogFileFilter="˷(*.flt)|*.flt"
+cxSFilterControlDialogNewFile="δ.flt"
+cxSFilterControlDialogOpenDialogCaption="һѾڵļ"
+cxSFilterControlDialogSaveDialogCaption="浱ǰļ"
+cxSFilterControlNullString="<>"
+cxSFilterDialogCaption="Զ"
+cxSFilterDialogCharactersSeries="ַ"
+cxSFilterDialogInvalidValue="Чֵ"
+cxSFilterDialogOperationAnd=""
+cxSFilterDialogOperationOr=""
+cxSFilterDialogRows="ʾ:"
+cxSFilterDialogSingleCharacter="κεַ"
+cxSFilterDialogUse="ʹ"
+cxSFilterErrorBuilding="Դ빹"
+cxSFilterFooterAddCondition="˰ť"
+cxSFilterFromCaption=""
+cxSFilterGroupCaption="ʹ"
+cxSFilterNotCaption=""
+cxSFilterOperatorBeginsWith="ʼΪ"
+cxSFilterOperatorBetween=""
+cxSFilterOperatorContains=""
+cxSFilterOperatorDoesNotBeginWith="ʼΪ"
+cxSFilterOperatorDoesNotContain=""
+cxSFilterOperatorDoesNotEndWith="βΪ"
+cxSFilterOperatorEndsWith="βΪ"
+cxSFilterOperatorEqual=""
+cxSFilterOperatorFuture="Ժ"
+cxSFilterOperatorGreater=""
+cxSFilterOperatorGreaterEqual="ڻ"
+cxSFilterOperatorInList=".."
+cxSFilterOperatorIsNotNull="Ϊ"
+cxSFilterOperatorIsNull="Ϊ"
+cxSFilterOperatorLast14Days="14ǰ"
+cxSFilterOperatorLast30Days="30ǰ"
+cxSFilterOperatorLast7Days="7ǰ"
+cxSFilterOperatorLastMonth="һǰ"
+cxSFilterOperatorLastTwoWeeks="ǰ"
+cxSFilterOperatorLastWeek="һǰ"
+cxSFilterOperatorLastYear="һǰ"
+cxSFilterOperatorLess="С"
+cxSFilterOperatorLessEqual="Сڻ"
+cxSFilterOperatorLike=""
+cxSFilterOperatorNext14Days="14"
+cxSFilterOperatorNext30Days="30"
+cxSFilterOperatorNext7Days="7"
+cxSFilterOperatorNextMonth=""
+cxSFilterOperatorNextTwoWeeks=""
+cxSFilterOperatorNextWeek=""
+cxSFilterOperatorNextYear=""
+cxSFilterOperatorNotBetween=""
+cxSFilterOperatorNotEqual=""
+cxSFilterOperatorNotInList=".."
+cxSFilterOperatorNotLike=""
+cxSFilterOperatorPast="ȥ"
+cxSFilterOperatorThisMonth=""
+cxSFilterOperatorThisWeek=""
+cxSFilterOperatorThisYear=""
+cxSFilterOperatorToday=""
+cxSFilterOperatorTomorrow=""
+cxSFilterOperatorYesterday=""
+cxSFilterOrCaption=""
+cxSFilterRemoveRow="ɾ(&R)"
+cxSFilterRootButtonCaption=""
+cxSFilterRootGroupCaption="<>"
+cxSFilterToCaption=""
+cxSGridAlignCenter=""
+cxSGridAlignLeft=""
+cxSGridAlignmentSubMenu=""
+cxSGridAlignRight="Ҷ"
+cxSGridAvgMenuItem="ƽ"
+cxSGridBestFit="Ӧ"
+cxSGridBestFitAllColumns="Ӧ(ȫ)"
+cxSGridClearGrouping="շ"
+cxSGridClearSorting=""
+cxSGridCountMenuItem=""
+cxSGridFieldChooser="ֶѡ"
+cxSGridFullCollapse="ȫ۵"
+cxSGridFullExpand="ȫչ"
+cxSGridGroupByBox=""
+cxSGridGroupByThisField="ֶη"
+cxSGridHideGroupByBox="ط"
+cxSGridMaxMenuItem=""
+cxSGridMinMenuItem="С"
+cxSGridNone=""
+cxSGridNoneMenuItem=""
+cxSGridRemoveColumn="ɾ"
+cxSGridRemoveThisGroupItem="Ƴ˷"
+cxSGridShowExpressionEditor="ʽ༭..."
+cxSGridShowFindPanel=""
+cxSGridShowFooter="ҳ"
+cxSGridShowGroupFooter="ҳ"
+cxSGridSortByGroupValues="ֵ"
+cxSGridSortBySummary="%s %s"
+cxSGridSortBySummaryCaption=":"
+cxSGridSortColumnAsc=""
+cxSGridSortColumnDesc=""
+cxSGridSumMenuItem=""
+cxSKeyboardStatePanelStyle="״̬"
+cxSMenuItemCaptionAssignFromWebCam="ͷ(&M)..."
+cxSMenuItemCaptionCopy="(&C)"
+cxSMenuItemCaptionCut="(&T)"
+cxSMenuItemCaptionDelete="ɾ(&D)"
+cxSMenuItemCaptionLoad="ȡ(&L)..."
+cxSMenuItemCaptionPaste="ճ(&P)"
+cxSMenuItemCaptionSave="Ϊ(&A)..."
+cxSNoMatchesFound="ûҵƥ"
+cxSSpinEditInvalidNumericValue="ֵЧ"
+cxSStateIndicatorPanelStyle="״ָ̬ʾ"
+cxSTextFalse=""
+cxSTextPanelStyle="ı"
+cxSTextTrue=""
+cxSToolbarPanelStyle=""
+cxSvgAssignRowsError="ܷ"
+cxSvgCancelCaption="ȡ"
+cxSvgCustomizeCaption="Զ"
+cxSvgCustomizeCategoriesCaption=""
+cxSvgCustomizeDeleteCategory="ɾ(&D)"
+cxSvgCustomizeNewCategory="½(&N)..."
+cxSvgCustomizeRowsCaption=""
+cxSvgDeletingConfirmationCaption="ȷ"
+cxSvgDeletingFocusedConfirmationText="ɾ¼?"
+cxSvgExportNotVisibleControl="ؿؼ"
+cxSvgFilterApplyButtonCaption="Ӧɸѡ"
+cxSvgFilterCustomizeButtonCaption="..."
+cxSvgFilterIsEmpty="<ɸѡΪ>"
+cxSvgFuture="δ"
+cxSvgIndexError=""
+cxSvgInvalidRowClass="½"
+cxSvgLast14Days="14"
+cxSvgLast30Days="30"
+cxSvgLast7Days="7"
+cxSvgLastMonth="ϸ"
+cxSvgLastTwoWeeks="ȥ"
+cxSvgLastWeek=""
+cxSvgLastYear="ȥ"
+cxSvgLayoutEditorCaption="ֱ༭"
+cxSvgLayoutEditorCustomize="Զ(&C)"
+cxSvgNewCategoryCaption="½"
+cxSvgNewCategoryLabelCaption="(&C):"
+cxSvgNext14Days="һ14"
+cxSvgNext30Days="һ30"
+cxSvgNext7Days="һ7"
+cxSvgNextMonth="¸"
+cxSvgNextTwoWeeks=""
+cxSvgNextWeek=""
+cxSvgNextYear=""
+cxSvgOKCaption="ȷ"
+cxSvgPast="ȥ"
+cxSvgRTTICollectionAdd="(&A)"
+cxSvgRTTICollectionAddHint="½"
+cxSvgRTTICollectionDelete="ɾ(&D)"
+cxSvgRTTICollectionDeleteHint="ɾѡ"
+cxSvgRTTICollectionEditCaption="ڱ༭ %s%s%s"
+cxSvgRTTICollectionMoveDown="(&N)"
+cxSvgRTTICollectionMoveDownHint="ѡ"
+cxSvgRTTICollectionMoveUp="(&U)"
+cxSvgRTTICollectionMoveUpHint="ѡ"
+cxSvgRTTICollectionSelectAll="ȫѡ(&S)"
+cxSvgRTTICollectionTextLabel="ıǩ(&L)"
+cxSvgRTTICollectionToolbar="(&T)"
+cxSvgRTTIInspectorEmptyGlyph="()"
+cxSvgThisMonth=""
+cxSvgThisWeek=""
+cxSvgThisYear=""
+cxSvgToday=""
+cxSvgTomorrow=""
+cxSvgUnknown="(δ֪)"
+cxSvgYesterday=""
+cxTextDescription="ABC"
+dtlOcxPage="ActiveX"
+dtlServerPage="ActiveX"
+dxDBTreeViewSmartLoadS="ѡtrSmartRecordLoadٶȡʱ,Ƿ?"
+dxSBAR_ACCESSIBILITY_RIBBONNAME=""
+dxSBAR_ACCESSIBILITY_RIBBONTABCOLLECTIONNAME="ѡҳ"
+dxSBAR_ADDEX="..."
+dxSBAR_ADDGALLERYNAME="ͼ"
+dxSBAR_ADDREMOVEBUTTONS="ӻɾť(&A)"
+dxSBAR_ADDTOQAT="ӵٷʹ(&A)"
+dxSBAR_ADDTOQATITEMNAME="%s ӵٷʹ(&A)"
+dxSBAR_APPMENUOUTSIDERIBBON="Ӧó˵ʾڹ"
+dxSBAR_BARMANAGERBADOWNER="TdxBarManagerӦ TWinControl"
+dxSBAR_BARMANAGERMORETHANONE="һؼֻܰһTdxBarManager"
+dxSBAR_BTNCAPTION_APPEND=""
+dxSBAR_BTNCAPTION_CANCEL="ȡ"
+dxSBAR_BTNCAPTION_DELETE="ɾ"
+dxSBAR_BTNCAPTION_EDIT=""
+dxSBAR_BTNCAPTION_FIRST="һ"
+dxSBAR_BTNCAPTION_INSERT=""
+dxSBAR_BTNCAPTION_LAST="һ"
+dxSBAR_BTNCAPTION_NEXT="һ"
+dxSBAR_BTNCAPTION_POST="ύ"
+dxSBAR_BTNCAPTION_PRIOR="һ"
+dxSBAR_BTNCAPTION_REFRESH="ˢ"
+dxSBAR_BUTTONDEFAULTACTIONDESCRIPTION=""
+dxSBAR_CANCEL="ȡ"
+dxSBAR_CANTASSIGNCONTROL="ܷTdxBarControlContainerItemؼ"
+dxSBAR_CANTFINDBARMANAGERFORSTATUSBAR="ûҵ״̬"
+dxSBAR_CANTMERGEBARMANAGER="ָܶĹкϲ"
+dxSBAR_CANTMERGETOOLBAR="ָܶĹкϲ"
+dxSBAR_CANTMERGEWITHMERGEDTOOLBAR="ѱϲĹϲ"
+dxSBAR_CANTPLACEQUICKACCESSGROUPBUTTON="ֻܽTdxRibbonQuickAccessGroupButtonTdxRibbonQuickAccessToolbar"
+dxSBAR_CANTPLACERIBBONGALLERY="TdxRibbonGalleryItemֻܷõһӲ˵ؼ"
+dxSBAR_CANTPLACESEPARATOR="ָָ"
+dxSBAR_CANTPLACESKINCHOOSERGALLERY="TdxSkinChooserGalleryItemֻܷõһӲ˵ؼ"
+dxSBAR_CANTUNMERGETOOLBAR="ָܷĹ"
+dxSBAR_CAPTION="Զ"
+dxSBAR_CATEGORIES="(&G):"
+dxSBAR_CATEGORYADD=""
+dxSBAR_CATEGORYINSERT=""
+dxSBAR_CATEGORYNAME="(&C):"
+dxSBAR_CATEGORYRENAME=""
+dxSBAR_CLEAR=""
+dxSBAR_CLEARGALLERYFILTER="չ"
+dxSBAR_CLOSE="ر"
+dxSBAR_COLOR_STR_0="ɫ"
+dxSBAR_COLOR_STR_1="ɫ"
+dxSBAR_COLOR_STR_10="dzɫ"
+dxSBAR_COLOR_STR_11="ɫ"
+dxSBAR_COLOR_STR_12="ɫ"
+dxSBAR_COLOR_STR_13="Ϻɫ"
+dxSBAR_COLOR_STR_14="dzɫ"
+dxSBAR_COLOR_STR_15="ɫ"
+dxSBAR_COLOR_STR_2="ɫ"
+dxSBAR_COLOR_STR_3=""
+dxSBAR_COLOR_STR_4=""
+dxSBAR_COLOR_STR_5="ɫ"
+dxSBAR_COLOR_STR_6="ɫ"
+dxSBAR_COLOR_STR_7="ɫ"
+dxSBAR_COLOR_STR_8="ɫ"
+dxSBAR_COLOR_STR_9="ɫ"
+dxSBAR_COLORAUTOTEXT="(Զ)"
+dxSBAR_COLORCUSTOMTEXT="(Զ)"
+dxSBAR_COMMANDNAMECANNOTBEBLANK="ƲΪ.һ."
+dxSBAR_COMMANDS="(&D):"
+dxSBAR_CP_ADDBUTTON="Ӱť(&B)"
+dxSBAR_CP_ADDCXITEM="(&C)"
+dxSBAR_CP_ADDDXITEM="Ŀ(&I)"
+dxSBAR_CP_ADDGROUPBUTTON="ӷ鰴ť(&U)"
+dxSBAR_CP_ADDLARGEBUTTON="Ӵͼ(&A)"
+dxSBAR_CP_ADDSEPARATOR="ӷָ(&S)"
+dxSBAR_CP_ADDSUBITEM="Ŀ(&S)"
+dxSBAR_CP_ALLVIEWLEVELS=""
+dxSBAR_CP_BEGINAGROUP="ʼ(&G)"
+dxSBAR_CP_BUTTONGROUP=""
+dxSBAR_CP_BUTTONGROUPMENU="ť(&R)"
+dxSBAR_CP_BUTTONPAINTSTYLEMENU="ť(&S)"
+dxSBAR_CP_BUTTONUNGROUP="ȡ"
+dxSBAR_CP_CAPTION="(&C):"
+dxSBAR_CP_DEFAULTSTYLE="ĬϷ(&U)"
+dxSBAR_CP_DELETE="ɾ(&D)"
+dxSBAR_CP_DELETEITEM="ɾĿ"
+dxSBAR_CP_DELETELINK="ɾ"
+dxSBAR_CP_DISTRIBUTED="ֲʽ(&T)"
+dxSBAR_CP_IMAGEANDTEXT="ͼı(&A)"
+dxSBAR_CP_MOSTRECENTLYUSED="ʹù(&M)"
+dxSBAR_CP_NAME="(&N):"
+dxSBAR_CP_POSITIONMENU="λ(&P)"
+dxSBAR_CP_RESET="(&R)"
+dxSBAR_CP_SINGLEVIEWLEVELITEMSUFFIX="Ψһ"
+dxSBAR_CP_TEXTONLYALWAYS="ı()(&T)"
+dxSBAR_CP_TEXTONLYINMENUS="ı(˵)(&O)"
+dxSBAR_CP_VIEWLEVELSMENU="鿴(&L)"
+dxSBAR_CP_VISIBLE="ɼ(&V)"
+dxSBAR_CUSTOMIZE="Զ(&C)..."
+dxSBAR_CUSTOMIZEQAT="Զٷʹ"
+dxSBAR_CUSTOMIZERIBBON="Զ幦(&R)..."
+dxSBAR_CUSTOMIZERIBBONQAT="Զٷʹ(&C)..."
+dxSBAR_CUSTOMIZINGFORM="Զ崰..."
+dxSBAR_CXEDITVALUEDIALOGCAPTION="ֵ"
+dxSBAR_DATECLEAR=""
+dxSBAR_DATEDIALOGCAPTION="ѡ"
+dxSBAR_DATETODAY=""
+dxSBAR_DBNAVERROR1="Ѿһͬݵť"
+dxSBAR_DBNAVIGATORCATEGORYNAME="ݵ"
+dxSBAR_DEFAULTCATEGORYNAME="Ĭ"
+dxSBAR_DELETE="ɾ"
+dxSBAR_DELETERECORD="ǷҪɾǰ¼?"
+dxSBAR_DESCRIPTION="˵ "
+dxSBAR_DIALOGCANCEL="ȡ"
+dxSBAR_DIALOGOK="ȷ"
+dxSBAR_DRAGTOMAKEMENUFLOAT="϶,ʹ˵"
+dxSBAR_EXPAND="չ(Ctrl+Down)"
+dxSBAR_EXTRAPANEHEADER="ĵ"
+dxSBAR_GALLERYEMPTYFILTERCAPTION="<>"
+dxSBAR_GALLERYITEMLINKPOSITIONINDROPDOWN="&λ"
+dxSBAR_GDIPLUSNEEDED="%s Ҫװ GDI+ ӿ"
+dxSBAR_HIDEALLGALLERYGROUPS="ȫ"
+dxSBAR_HINTOPT1="ڹʾʾ(&T)"
+dxSBAR_HINTOPT2="ڹʾʾݼ(&H)"
+dxSBAR_IMAGEDIALOGCAPTION="ѡĿ"
+dxSBAR_IMAGEINDEX="ͼƬ"
+dxSBAR_IMAGETEXT="ı"
+dxSBAR_INSERTEX="..."
+dxSBAR_LARGEICONS="ͼ(&L)"
+dxSBAR_LOOKUPDIALOGCANCEL="ȡ"
+dxSBAR_LOOKUPDIALOGCAPTION="ѡֵ"
+dxSBAR_LOOKUPDIALOGOK="ȷ"
+dxSBAR_MDICLOSE="رմ"
+dxSBAR_MDIMINIMIZE="С"
+dxSBAR_MDIRESTORE="ԭ"
+dxSBAR_MENUANIM1="()"
+dxSBAR_MENUANIM2=""
+dxSBAR_MENUANIM3="۵"
+dxSBAR_MENUANIM4=""
+dxSBAR_MENUANIM5=""
+dxSBAR_MENUANIMATIONS="˵(&M):"
+dxSBAR_MENUSSHOWRECENTITEMS="˵ʾʹù(&N)"
+dxSBAR_MINIMIZERIBBON="С(&N)"
+dxSBAR_MODIFY="..."
+dxSBAR_MOREBUTTONS="ఴť"
+dxSBAR_MORECOMMANDS="(&M)..."
+dxSBAR_MOVEDOWN=""
+dxSBAR_MOVEUP=""
+dxSBAR_NEWBUTTONCAPTION="½ť"
+dxSBAR_NEWITEMCAPTION="½"
+dxSBAR_NEWRIBBONGALLERYITEMCAPTION="½"
+dxSBAR_NEWSEPARATORCAPTION="½ָ"
+dxSBAR_NEWSUBITEMCAPTION="½Ŀ"
+dxSBAR_NOBARMANAGERS="ûЧTdxBarManagers"
+dxSBAR_OK="ȷ"
+dxSBAR_ONEOFTOOLBARSALREADYMERGED="ָѾϲ"
+dxSBAR_ONEOFTOOLBARSHASMERGEDTOOLBARS="ָѾϲ"
+dxSBAR_OTHEROPTIONS=" "
+dxSBAR_PERSMENUSANDTOOLBARS="Ի˵ "
+dxSBAR_PIN="̶б"
+dxSBAR_PLACEFORCONTROL="תĵط "
+dxSBAR_POPUPMENUEDITOR="˵༭..."
+dxSBAR_QUICKACCESSALREADYHASGROUPBUTTON="ٷʹѾͬĹķ鰴ť"
+dxSBAR_QUICKACCESSGROUPBUTTONTOOLBARNOTDOCKEDINRIBBON="ٴȡ鰴ťĹͣ Ribbon"
+dxSBAR_RECURSIVEGROUPS="ܴѭķ"
+dxSBAR_RECURSIVEMENUS="ܴѭIJ˵"
+dxSBAR_REMOVEFROMQAT="ӿٷʹɾ(&R)"
+dxSBAR_RENAMEEX="..."
+dxSBAR_RESETTOOLBAR="ù(&R)"
+dxSBAR_RESETUSAGEDATA="ʹõ(&R)"
+dxSBAR_RIBBON_MINIMIZERIBBON=""
+dxSBAR_RIBBON_PINRIBBON="̶"
+dxSBAR_RIBBON_QUICKACCESSTOOLBARNAME="ٷʹ"
+dxSBAR_RIBBON_RESTORERIBBON="չ"
+dxSBAR_RIBBON_TABAREASEARCHTOOLBARNAME="ѡ"
+dxSBAR_RIBBON_TABAREATOOLBARNAME="ѡ"
+dxSBAR_RIBBONADDEMPTYGROUP="ӿշ"
+dxSBAR_RIBBONADDGROUPWITHTOOLBAR=""
+dxSBAR_RIBBONADDTAB="ѡ"
+dxSBAR_RIBBONBADOWNER="%s Ӧ TCustomForm Ϊӵ"
+dxSBAR_RIBBONBADPARENT="%s Ӧ TCustomForm Ϊĸ"
+dxSBAR_RIBBONCANTMERGE="ܺϲָĹ"
+dxSBAR_RIBBONCANTMERGETAB="ܺϲָĹҳ"
+dxSBAR_RIBBONCANTMERGEWITHOUTBARMANAGER="ܺϲָ"
+dxSBAR_RIBBONCANTUNMERGE="ָܲĹ"
+dxSBAR_RIBBONCANTUNMERGETAB="ָܲĹҳ"
+dxSBAR_RIBBONDELETEGROUP="ɾ"
+dxSBAR_RIBBONDELETETAB="ɾѡ"
+dxSBAR_RIBBONDISPLAYOPTIONS_AUTOHIDERIBBON_CAPTION="Զع"
+dxSBAR_RIBBONDISPLAYOPTIONS_AUTOHIDERIBBON_DESCRIPTION="ع.Ӧóʾ."
+dxSBAR_RIBBONDISPLAYOPTIONS_SHOWTABS_CAPTION="ʾѡ"
+dxSBAR_RIBBONDISPLAYOPTIONS_SHOWTABS_DESCRIPTION="ֻʾѡ.һѡʾ."
+dxSBAR_RIBBONDISPLAYOPTIONS_SHOWTABSANDCOMMANDS_CAPTION="ʾѡ"
+dxSBAR_RIBBONDISPLAYOPTIONS_SHOWTABSANDCOMMANDS_DESCRIPTION="ʾѡ."
+dxSBAR_RIBBONFORM_CLOSE="ر"
+dxSBAR_RIBBONFORM_DISPLAYOPTIONS="ʾѡ"
+dxSBAR_RIBBONFORM_HELP=""
+dxSBAR_RIBBONFORM_MAXIMIZE=""
+dxSBAR_RIBBONFORM_MINIMIZE="С"
+dxSBAR_RIBBONFORM_RESTOREDOWN="»ԭ"
+dxSBAR_RIBBONFORM_RESTOREUP="ϻԭ"
+dxSBAR_RIBBONMORETHANONE="ֻһ%sʵ"
+dxSBAR_RIBBONONEOFTABGROUPSALREADYMERGED="һָĹҳеĹҳѾϲ"
+dxSBAR_RIBBONSARENOTMERGED="''%s''û빦''%s''ϲ"
+dxSBAR_RIBBONTABSARENOTMERGED="ҳ''%s''û빦ҳ''%s''ϲ"
+dxSBAR_SHOWABOVERIBBON="ʾٷʹϷ(&S)"
+dxSBAR_SHOWALLGALLERYGROUPS="ʾз"
+dxSBAR_SHOWBELOWRIBBON="ʾڹ·ٷʹ(&S)"
+dxSBAR_SHOWFULLMENUSAFTERDELAY="ӳٺʾȫ˵(&U)"
+dxSBAR_SUBMENUEDITOR="Ӳ˵༭..."
+dxSBAR_SUBMENUEDITORCAPTION="ExpressBarsӲ˵༭"
+dxSBAR_TABSHEET1=" "
+dxSBAR_TABSHEET2=" "
+dxSBAR_TABSHEET3=" ѡ "
+dxSBAR_TDELETE="ɾ(&D)"
+dxSBAR_TNEW="½(&N)..."
+dxSBAR_TOOLBARADD="ӹ"
+dxSBAR_TOOLBAREXISTS="''%s''Ѵ.."
+dxSBAR_TOOLBARHASMERGEDTOOLBARS="''%s''Ѻϲ"
+dxSBAR_TOOLBARNAME="(&T):"
+dxSBAR_TOOLBARNEWNAME="Զ "
+dxSBAR_TOOLBARRENAME=""
+dxSBAR_TOOLBARS="(&A):"
+dxSBAR_TOOLBARSALREADYMERGED="''%s''Ѿϲڹ''%s''"
+dxSBAR_TOOLBARSARENOTMERGED="''%s''û빤''%s''ϲ"
+dxSBAR_TREEVIEWDIALOGCAPTION="ѡĿ"
+dxSBAR_TRENAME="(&E)..."
+dxSBAR_TRESET="(&R)..."
+dxSBAR_UNPIN="бȡĹ̶"
+dxSBAR_VISIBLE="ɼ"
+dxSBAR_WANTTOCLEARCOMMANDS="Ƿɾ''%s''е?"
+dxSBAR_WANTTODELETECATEGORY="Ƿɾ''%s''?"
+dxSBAR_WANTTODELETECOMPLEXITEM="ѡкжӵĿ.ȷǷɾЩ?"
+dxSBAR_WANTTODELETETOOLBAR="Ƿɾ''%s''?"
+dxSBAR_WANTTODELETETOOLBARS="ǷɾѡĹ?"
+dxSBAR_WANTTORESETTOOLBAR="Ƿù''%s''?"
+dxSBAR_WANTTORESETUSAGEDATA="ɾӦóʹù,Ĭϵԭ˵.᳷κʽԶ.ȷҪ?"
+dxTileControlDefaultGroupCaptionHint="Ʒ"
+dxTreeViewDelConfirm="ǷɾĿ"%s""
+SBlob="(ƶ)"
+scxActionClose="ر"
+scxActionRecurrence="ظ"
+scxActions=""
+scxActualFinishField="ʵ"
+scxActualStartField="ʵʿʼ"
+scxAdd="(&A)"
+scxAdd1=""
+scxAdd1Hint="(Ins)"
+scxAddedHolidayDisplayFormat="%s - %s (%s)"
+scxAddedHolidaysGroupBox="ӵĽڼ"
+scxAddTo="ӵ"
+scxAdvance0h="뿪ʼ1Сʱ"
+scxAdvance10m="뿪ʼ10"
+scxAdvance15m="뿪ʼ15"
+scxAdvance5m="뿪ʼ5"
+scxAdvancedCustomizationFormBottomPanelOnly1by4=" (1 by 4)"
+scxAdvancedCustomizationFormBottomPanelOnly2by2=" (2 by 2)"
+scxAdvancedCustomizationFormColumnAreaCaption=""
+scxAdvancedCustomizationFormDataAreaCaption=""
+scxAdvancedCustomizationFormFieldsCaption="֮϶ֶ:"
+scxAdvancedCustomizationFormFilterAreaCaption=""
+scxAdvancedCustomizationFormMainCaption="ֶϵӱ"
+scxAdvancedCustomizationFormRowAreaCaption=""
+scxAdvancedCustomizationFormStackedDefault="ֶκֲ"
+scxAdvancedCustomizationFormStackedSideBySide="ֶκֲ"
+scxAdvancedCustomizationFormTopPanelOnly="ֶβ"
+scxAgendaCalendar="Լ"
+scxAllDayEvent="ȫ¼(&A)"
+scxAllDayEventField="ȫ¼"
+scxAnalysisServer=""
+scxApply="Ӧ(&A)"
+scxAppointment="Լ \n"
+scxBands="..."
+scxBandsCaption=" "
+scxBoolFalse=""
+scxBoolTrue=""
+scxBuiltInLookAndFeelStyles="ʽ"
+scxBusy="æ"
+scxCaclulatorConstructFormula="Ĺʽ.ƫ"
+scxCaclulatorCyclingError=".ʽ´ǰ"
+scxCaclulatorDivByZero="ܱ!"
+scxCaclulatorErrorString="-δַֹ!"
+scxCaclulatorErrorSymbol=" - symbol ')' expected!"
+scxCaclulatorFuncInvalidIndex="Чĺ"
+scxCaclulatorFuncInvalidName="ĺ"
+scxCaclulatorFuncNeedResult="Ҫֵ"
+scxCaclulatorMissingParamters="ʧѲ"
+scxCaclulatorMissingTokens="ȱٱ"
+scxCaclulatorParseFormula="ʽַλʱ"
+scxCaclulatorStringExpression="ַʽе"
+scxCaclulatorTypeErr="ݵIJ!"
+scxCaclulatorUnknownExpression="δַ֪ʽ"
+scxCaclulatorUnknownToken="ڱʽеδ֪"
+scxCancel="ȡ(&C)"
+scxCannotRescheduleOccurrence="°ŶԼ"%s"ķ,ͬһԼԺ."
+scxCantCreateExportOutputFile="ܴļ"
+scxCantCreateRegistryKey="ܴע: \%s"
+scxCantOpenRegistryKey="ܴע: \%s"
+scxCaptionField=""
+scxChangeCellsData="ı䵥Ԫ"
+scxChangeCellsStyle="ʽԪ"
+scxChangeDeleteCells="ɾԪ"
+scxChangeInsertCells="뵥Ԫ"
+scxChangePartOfMergeCells="ܸĺϲԪIJ"
+scxClearAllAction=""
+scxClearCells="еԪ"
+scxClose="ر(&C)"
+scxCollapse="۵"
+scxCollapseAll="ȫ۵"
+scxColorBoxAutomatic="Զ"
+scxColorBoxNone=""
+scxColorEditorCaption="ɫ༭"
+scxColumnArea=""
+scxColumns="..."
+scxColumnsCaption=" "
+scxComplete=""
+scxCompleteDisplayFormat="0 %"
+scxConfirmLostExceptions="˶¼κ⽫ᶪʧ.ȷ?"
+scxConnectUsing="ʹ"
+scxContinueFrom=""
+scxContinueTo=""
+scxConverterCantCreateStyleRepository="ʽ"
+scxCreateAllItems="ȫ"
+scxCreateMissingItems="ȱٵ"
+scxCube=""
+scxCubeFile="ļ"
+scxCurrencyStyleDescription="ҸʽһĻҽ."
+scxCustom="Զ¼"
+scxCustomizeCaption="Զ"
+scxCutCommand="еԪ"
+scxDaily="(&D)"
+scxDataArea=""
+scxDatabase="ݿ"
+scxDataField=""
+scxDataStorageErrorReadCellRecord="ȡԪ¼"
+scxDataStorageErrorSetCellRecord="õԪ¼"
+scxDate="(&D):"
+scxDateTimeStyleDescription="/ʱ ʽΪ /ʱ ֵںʱ."
+scxDay="(&A)"
+scxDay1=""
+scxDayCalendar=""
+scxDays=""
+scxDefaultSheetCaption=""
+scxDeferLayoutUpdate="Ƴٲָ"
+scxDeferred="Ƴ"
+scxDelete="ɾ(&D)"
+scxDelete1="ɾ"
+scxDelete1Hint="ɾ (Del)"
+scxDeleteAllItems="ɾȫ"
+scxDeleteConfirmation="ĿѸı,ȷҪɾ?"
+scxDeleteRecurringEventDescription="ظ¼.ϣɾλе¼?"
+scxDeleteTypeDialogCaption="ȷɾ"
+scxDeleteTypeOccurrenceLabel="ɾ"
+scxDeleteTypeSeriesLabel="ɾ"
+scxDesignerCaption="TreeList༭ - "
+scxDown="(&D)"
+scxDragItems="϶Ŀ PivotGrid"
+scxDropColumnFields="ֶ˴"
+scxDropDataItems="ֶ˴"
+scxDropFilterFields="ֶ˴"
+scxDropRowFields="ֶ˴"
+scxDuration="ʱ(&U):"
+scxEdit="༭(&E)"
+scxEdit1=""
+scxEditDotted="༭..."
+scxEditRecurringEventDescription="ظ¼.ϣλе¼?"
+scxEditTypeDialogCaption="ظĿ"
+scxEditTypeOccurrenceLabel="¼"
+scxEditTypeSeriesLabel=""
+scxEmptyDayCaption="û¼"
+scxEmptyExportCache="Ϊ"
+scxEnabledField=""
+scxEnd="(&E):"
+scxEndAfter="ظ(&F):"
+scxEndBy="(&B):"
+scxEndTime="ʱ(&E):"
+scxErrorStoreObject="Ĵ洢%s"
+scxEvent="¼"
+scxEventLabel0="Ҫ"
+scxEventLabel1="ҵ"
+scxEventLabel2=""
+scxEventLabel3="ݼ"
+scxEventLabel4="μ"
+scxEventLabel5="ת"
+scxEventLabel6=""
+scxEventLabel7=""
+scxEventLabel8=""
+scxEventLabel9="绰"
+scxEventLabelNone=""
+scxEventsConflict="һճﰲŵ¼ͻ."
+scxEventTime=" ¼ʱ "
+scxEventTypeField=""
+scxEvery="ÿ(&V)"
+scxEveryWeekDay="ÿ(&K)"
+scxExcelImportUndefinedString="ַδַ!"
+scxException="¼"
+scxExceptionEvent="¼"
+scxExitConfirmation="?"
+scxExpand="չ"
+scxExpandAll="ȫչ"
+scxExport="(&E)"
+scxExportHint=""
+scxExportNotVisibleControl="ʾ"
+scxExportToCSV="ŷָı(*.csv)"
+scxExportToExcel="ӱExcel(*.xls)"
+scxExportToHtml="ҳ(*.html)"
+scxExportToText="ıļ(*.txt)"
+scxExportToXlsx="MS Excel 2007 (*.xlsx)ʽ"
+scxExportToXml="XMLĵ(*.xml)"
+scxFieldListCaption="PivotGrid ֶб"
+scxFieldNotADataField="ֶα!"
+scxFile="ļ"
+scxFilterArea=""
+scxFindAvailableTime="ҿʱ"
+scxFinishField=""
+scxFinishToFinish=""
+scxFinishToFinishLong=" (FF)"
+scxFinishToFinishShort="FF"
+scxFinishToStart="ʼ"
+scxFinishToStartLong="ʼ (FS)"
+scxFinishToStartShort="FS"
+scxFirst="һ"
+scxFirstButtonHint="һԴ"
+scxFormApply="Ӧ"
+scxFormatCellStyle="Ԫʽ"
+scxFormatCellStyleType="ʽ"
+scxFormatDialogAllBorder="б߿"
+scxFormatDialogBorder="߿(&B)"
+scxFormatDialogBottom=""
+scxFormatDialogCellShading="Ԫ"
+scxFormatDialogCenter=""
+scxFormatDialogColor="ɫ(&C)"
+scxFormatDialogFill=""
+scxFormatDialogFont="(&F)"
+scxFormatDialogFormatCaption="ʽԪ"
+scxFormatDialogGeneral=""
+scxFormatDialogHorzAlign="ˮƽ(&H)"
+scxFormatDialogInside="(&I)"
+scxFormatDialogItems="Ŀ"
+scxFormatDialogJustify=""
+scxFormatDialogLeft=""
+scxFormatDialogLine=""
+scxFormatDialogNone="(&N)"
+scxFormatDialogNone2=""
+scxFormatDialogOutline="(&I)"
+scxFormatDialogPattern="ģʽ(&P):"
+scxFormatDialogPatterns="ģʽ(&P)"
+scxFormatDialogRight=""
+scxFormatDialogSample="ʾ"
+scxFormatDialogSampleText="ٵɫ"
+scxFormatDialogStyle="ʽ(&S)"
+scxFormatDialogText="(&A)"
+scxFormatDialogTextAlignment="ı"
+scxFormatDialogTextControl="ı"
+scxFormatDialogTextStr="ı"
+scxFormatDialogTop=""
+scxFormatDialogVertAlign="ֱ(&V)"
+scxFormatDialogWrap="Զ(&W)"
+scxFormatStyleCurrency="(&C)"
+scxFormatStyleDateTime="/ʱ(&D)"
+scxFormatStyleGeneral="(&G)"
+scxFormatStyleNumber="(&N)"
+scxFormatStyleStyleSettings="ʽ"
+scxFormatStyleText="ı(&T)"
+scxFormCancel=""
+scxFormOk=""
+scxFourth=""
+scxFree="ͷ"
+scxFrom=":"
+scxFullYear="ȫ"
+scxGanttEventHint=": %s\\n: %d %%\\nʼ: %s\\n: %s"
+scxGdipInvalidOperation="GDI+еIJЧ (: %d)"
+scxGdipInvalidOperationWin32Error="GDI+еIJЧ (Win32: %d)"
+scxGeneralStyleDescription="õԪʽһûκʽ."
+scxGoToDateDialogCaption="ת"
+scxGrandTotal="ܼ"
+scxGridBandsQuickCustomizationHint="ʾ//ƶ "
+scxGridChartAlignment=""
+scxGridChartAlignmentCenter=""
+scxGridChartAlignmentDefault="Ĭ"
+scxGridChartAlignmentEnd=""
+scxGridChartAlignmentStart="ʼ"
+scxGridChartAreaDiagramDisplayText="ͼ"
+scxGridChartBarDiagramDisplayText="ͼ"
+scxGridChartBorder="߿"
+scxGridChartCategoriesDisplayText=""
+scxGridChartColumnDiagramDisplayText="ֱͼ"
+scxGridChartCustomizationFormDataGroupsPageCaption=""
+scxGridChartCustomizationFormNoSortedSeries="<ϵ>"
+scxGridChartCustomizationFormOptionsPageCaption="ѡ"
+scxGridChartCustomizationFormSeriesPageCaption="ϵ"
+scxGridChartCustomizationFormSortBySeries="ͨ:"
+scxGridChartDiagramSelector="ѡͼ"
+scxGridChartLegend="ͼ"
+scxGridChartLegendKeyBorder="߿"
+scxGridChartLineDiagramDisplayText="ͼ"
+scxGridChartNoneDiagramDisplayText="ͼ"
+scxGridChartOrientation=""
+scxGridChartOrientationDefault="Ĭ"
+scxGridChartOrientationHorizontal="ˮƽ"
+scxGridChartOrientationVertical="ֱ"
+scxGridChartOther=""
+scxGridChartPercentValueTickMarkLabelFormat="0%"
+scxGridChartPieDiagramDisplayText="״ͼ"
+scxGridChartPosition="λ"
+scxGridChartPositionBottom=""
+scxGridChartPositionDefault="Ĭ"
+scxGridChartPositionLeft=""
+scxGridChartPositionNone=""
+scxGridChartPositionRight=""
+scxGridChartPositionTop=""
+scxGridChartStackedAreaDiagramDisplayText="ͼ"
+scxGridChartStackedBarDiagramDisplayText="ͼ"
+scxGridChartStackedColumnDiagramDisplayText="ͼ"
+scxGridChartTitle=""
+scxGridChartToolBox=""
+scxGridChartToolBoxCustomizeButtonCaption="Զͼ"
+scxGridChartToolBoxDataLevels="ݲ:"
+scxGridChartToolBoxDataLevelSelectValue="ѡֵ"
+scxGridChartValueHintFormat="%s %s %s'"
+scxGridChartValueHints="ʾֵ"
+scxGridColumnsQuickCustomizationHint=" ʾ//ƶ "
+scxGridConverterIntermediaryMissing="ȱн!\\n뽫 %s ӵ."
+scxGridConverterNotExistComponent="ؼ"
+scxGridConverterNotExistGrid="cxGrid "
+scxGridCustomizationFormBandsPageCaption=""
+scxGridCustomizationFormCaption="Զ"
+scxGridCustomizationFormColumnsPageCaption=""
+scxGridCustomizationFormRowsPageCaption=""
+scxGridDataRowFixingPopupCommandFixToBottom="̶ײ"
+scxGridDataRowFixingPopupCommandFixToTop="̶ڶ"
+scxGridDataRowFixingPopupCommandUnfix="ȡ̶"
+scxGridDeletingConfirmationCaption="ȷ"
+scxGridDeletingFocusedConfirmationText="ɾ¼?"
+scxGridDeletingSelectedConfirmationText="ɾѡļ¼?"
+scxGridFilterApplyButtonCaption="Ӧù"
+scxGridFilterCustomizeButtonCaption="Զ..."
+scxGridFilterIsEmpty="<Ϊ>"
+scxGridFilterRowInfoText="˶һɸѡ"
+scxGridFindPanelClearButtonCaption=""
+scxGridFindPanelFindButtonCaption=""
+scxGridFindPanelInfoText="Ҫ..."
+scxGridFindPanelNextButtonCaption="һ"
+scxGridFindPanelPreviousButtonCaption="ǰһ"
+scxGridFuture=""
+scxGridGroupByBoxCaption="ҷϸ"
+scxGridInplaceEditFormButtonCancel="ȡ"
+scxGridInplaceEditFormButtonClose="ر"
+scxGridInplaceEditFormButtonUpdate=""
+scxGridInplaceEditFormSaveChangesQuery="Ѹı,Ƿ?"
+scxGridLast14Days="14ǰ"
+scxGridLast30Days="30ǰ"
+scxGridLast7Days="7ǰ"
+scxGridLastMonth="ϸ"
+scxGridLastTwoWeeks="ǰ"
+scxGridLastWeek=""
+scxGridLastYear="ȥ"
+scxGridLayoutViewCustomizeFormApply="Ӧ"
+scxGridLayoutViewCustomizeFormCancel="ȡ"
+scxGridLayoutViewCustomizeFormOk="ȷ"
+scxGridLayoutViewCustomizeFormTemplateCard="ģ忨"
+scxGridLayoutViewCustomizeFormViewLayout="ͼ"
+scxGridLayoutViewCustomizeLayoutButtonCaption="ֱ༭"
+scxGridLayoutViewCustomizeWarningDialogCaption=""
+scxGridLayoutViewCustomizeWarningDialogMessage="ѸIJ.ǷҪ?"
+scxGridLayoutViewRecordCaptionDefaultMask="[RecordIndex],[RecordCount]"
+scxGridLockedStateImageText="Ժ..."
+scxGridMonthFormat="mmmm yyyy"
+scxGridNewItemRowInfoText=""
+scxGridNext14Days="14"
+scxGridNext30Days="30"
+scxGridNext7Days="7"
+scxGridNextMonth="¸"
+scxGridNextTwoWeeks="ܺ"
+scxGridNextWeek="һ"
+scxGridNextYear="һ"
+scxGridNoDataInfoText="<ʾ>"
+scxGridPast="ȥ"
+scxGridRecursiveLevels="ܴݹ"
+scxGridThisMonth=""
+scxGridThisWeek=""
+scxGridThisYear=""
+scxGridToday=""
+scxGridTomorrow=""
+scxGridWizardChartViewOptionsViewSettingsPageDescription="ChartViewOptionsViewSettingsPage"
+scxGridWizardChartViewOptionsViewSettingsPageTitle="ͼ"
+scxGridWizardOptionCaptionAntialiasing=""
+scxGridWizardOptionCaptionCustomizationOptions="Զѡ"
+scxGridWizardOptionCaptionDataDrillDown="ȡ"
+scxGridWizardOptionCaptionDataGroupHiding=""
+scxGridWizardOptionCaptionDataGroupMoving="ƶ"
+scxGridWizardOptionCaptionDataGroupOptions="ѡ"
+scxGridWizardOptionCaptionOptionsCustomization="Զѡ"
+scxGridWizardOptionCaptionSeriesCustomization="Զ"
+scxGridWizardOptionCaptionToolBoxCustomizeButton="Զ尴ť"
+scxGridWizardOptionCaptionTransparentCaption=""
+scxGridYearFormat="yyyy"
+scxGridYesterday=""
+scxGroupAverage="%s ƽֵ"
+scxGroupCount="%s ֵ"
+scxGroupCountDistinct="%s ͬ"
+scxGroupCustom="%s Զ"
+scxGroupIDField=""
+scxGroupMax="%s ֵ"
+scxGroupMin="%s Сֵ"
+scxGroupStdDev="%s ƫֵ"
+scxGroupStdDevP="%s ƫ"
+scxGroupSum="%s С"
+scxGroupTotal="%s ܼ"
+scxGroupVariance="%s "
+scxGroupVarianceP="%s ָ"
+scxgsUnboundsSelectColumnsForDisplayPageInputQueryCaptionAdd=""
+scxgsUnboundsSelectColumnsForDisplayPageInputQueryCaptionEdit=""
+scxgsUnboundsSelectItemsForDisplayPageInputQueryCaptionAdd="Ŀ"
+scxgsUnboundsSelectItemsForDisplayPageInputQueryCaptionEdit="༭Ŀ"
+scxgsUnboundsSelectRowsForDisplayPageInputQueryCaptionAdd=""
+scxgsUnboundsSelectRowsForDisplayPageInputQueryCaptionEdit=""
+scxgwBandsPageDescription=",ָǵ˳"
+scxgwBandsPageInputQueryCaptionAdd=""
+scxgwBandsPageInputQueryCaptionEdit=""
+scxgwBandsPageTitle=""
+scxgwBehaviorPageCardViewCardExpanding="չƬ"
+scxgwBehaviorPageCardViewCardExpandingHint="չƬ"
+scxgwBehaviorPageCardViewExpandRowOnDblClick="˫չ"
+scxgwBehaviorPageCardViewExpandRowOnDblClickHint="˫չ\\n"
+scxgwBehaviorPageCardViewRowExpanding="չ"
+scxgwBehaviorPageCardViewRowExpandingHint="ڷʾչť"
+scxgwBehaviorPageCardViewRowHiding=""
+scxgwBehaviorPageCardViewRowHidingHint="ָؿƬͼ"
+scxgwBehaviorPageCardViewRowMoving="ƶ"
+scxgwBehaviorPageCardViewRowMovingHint="϶ƶ"
+scxgwBehaviorPageCardViewRowOptions="ѡ"
+scxgwBehaviorPageCellMultiSelect="Ԫѡ"
+scxgwBehaviorPageCellMultiSelectHint="ѡԪ"
+scxgwBehaviorPageCellSelect="Ԫѡ"
+scxgwBehaviorPageCellSelectHint="ѡһеijԪ"
+scxgwBehaviorPageDescription="ԶͼΪ"
+scxgwBehaviorPageExpandingOptions="չѡ"
+scxgwBehaviorPageExpandRecordOnDblClick="˫չ¼"
+scxgwBehaviorPageExpandRecordOnDblClickHint="˫Ƭʱչ¼"
+scxgwBehaviorPageFocusCellOnCycle="ڵԪѭ"
+scxgwBehaviorPageFocusCellOnCycleHint="ȷǷƶ㵽һ/һ,\\nͨڵǰұ/ߵĵԪʱ"
+scxgwBehaviorPageFocusCellOnTab="ڵԪʹTabƶ"
+scxgwBehaviorPageFocusCellOnTabHint="ڵԪʹTabƶ"
+scxgwBehaviorPageFocusFirstCellOnNewRecord="ý¼¼ĵһԪ"
+scxgwBehaviorPageFocusFirstCellOnNewRecordHint="ý¼¼ĵһԪ"
+scxgwBehaviorPageFocusingOptions="ѡ"
+scxgwBehaviorPageGoToNextCellOnEnter="سתһԪ"
+scxgwBehaviorPageGoToNextCellOnEnterHint="سתһԪ"
+scxgwBehaviorPageGridLines=""
+scxgwBehaviorPageGridLinesHorizontal="ˮƽ"
+scxgwBehaviorPageGridLinesHorizontalHint="Ƿʾˮƽ"
+scxgwBehaviorPageGridLinesVertical="ֱ"
+scxgwBehaviorPageGridLinesVerticalHint="Ƿʾֱ"
+scxgwBehaviorPageGroupExpanding="չ"
+scxgwBehaviorPageGroupExpandingHint="Ƿ\\nIJ˵ʾչť"
+scxgwBehaviorPageHideSelection="ѡ"
+scxgwBehaviorPageHideSelectionHint="Ƿڱؼʧȥʱ\\nѡнȾ"
+scxgwBehaviorPageItemHotTrack="ȸ"
+scxgwBehaviorPageItemHotTrackHint="ȸ"
+scxgwBehaviorPageRecordExpanding="¼չ"
+scxgwBehaviorPageRecordExpandingHint="ǷڿƬʾչť"
+scxgwBehaviorPageRecordMultiSelect="¼ѡ"
+scxgwBehaviorPageRecordMultiSelectHint="ѡ¼"
+scxgwBehaviorPageRowMultiSelect="жѡ"
+scxgwBehaviorPageRowMultiSelectHint="ѡ"
+scxgwBehaviorPageSelectionOptions="ѡѡ"
+scxgwBehaviorPageTitle="Ϊ"
+scxgwCardViewTreeViewFrameAddCaptionRow="б(&P)"
+scxgwCardViewTreeViewFrameAddCaptionRowHint="б(Alt+P)"
+scxgwCardViewTreeViewFrameAddCategoryRow="з(&T)"
+scxgwCardViewTreeViewFrameAddCategoryRowHint="з(Alt+T)"
+scxgwCardViewTreeViewFrameDefaultCaptionRowCaption=""
+scxgwCardViewTreeViewFrameDefaultCategoryRowCaption=""
+scxgwCardViewTreeViewFrameEditRow="(&E)"
+scxgwCardViewTreeViewFrameEditRowHint="(Alt+E)"
+scxgwCardViewTreeViewFrameInputQueryCaptionAddCaptionRow="б"
+scxgwCardViewTreeViewFrameInputQueryCaptionAddCategoryRow="з"
+scxgwCardViewTreeViewFrameInputQueryCaptionEditRow=""
+scxgwCommonAdd="(&A)"
+scxgwCommonAddAll="(&L)"
+scxgwCommonAddSelected="ѡ(&S)"
+scxgwCommonCancel="ȡ(&C)"
+scxgwCommonCaptionPrompt=":"
+scxgwCommonCheckSelected="ѡ"
+scxgwCommonCloseQuery="ҪֹDevExpress. \nرձ,бϢʧ,Ƿ?"
+scxgwCommonCreateDetailLevelQuery="Ƿһµϸͼ?"
+scxgwCommonDataSource="Դ:"
+scxgwCommonDataSourceHint="'"
+scxgwCommonDeleteAll="ȫɾ(&E)"
+scxgwCommonDeleteSelected="ɾ(&D)"
+scxgwCommonDeselectAll="ȡѡ"
+scxgwCommonEdit="༭(&I)"
+scxgwCommonGroupCaptionCommon=""
+scxgwCommonGroupCaptionOthers=""
+scxgwCommonKeyFields="ؼֶ:"
+scxgwCommonKeyFieldsHint="ؼֶָһɷֺŷָļб\\nֶÿ¼Ψһʶ"
+scxgwCommonKind=":"
+scxgwCommonMoveDown="(&W)"
+scxgwCommonMoveSelectedDown="ѡ"
+scxgwCommonMoveSelectedUp="ѡ"
+scxgwCommonMoveUp="(&U)"
+scxgwCommonNoneSelected="<ûѡκ>"
+scxgwCommonOK="ȷ(&O)"
+scxgwCommonProperties=":"
+scxgwCommonSelectAll="ȫѡ"
+scxgwCommonUncheckSelected="ȡѡ"
+scxgwCommonWizardCaption=""
+scxgwCommonWizardCaptionEditing="-%s"
+scxgwCustomizationFormBandsTab=""
+scxgwCustomizationFormCardTreeViewTab="Ƭͼ"
+scxgwCustomizationFormColumnsTab=""
+scxgwCustomizationFormRowsTab=""
+scxgwCustomizeItemsPageDescriptionDB="ΪĽԪṩIJ"
+scxgwCustomizeItemsPageDescriptionUnbound="ΪĽԪṩIJֺͼ"
+scxgwCustomizeItemsPageTitleDB="Զ岼"
+scxgwCustomizeItemsPageTitleUnbound="Զ岼ֺ"
+scxgwDataSettingsPageDescription="Ϊѡʵ"
+scxgwDataSettingsPageGridMode="ģʽ"
+scxgwDataSettingsPageGridModeBufferCount="ģʽ"
+scxgwDataSettingsPageMultiThreadedOptionsFiltering="̹߳"
+scxgwDataSettingsPageMultiThreadedOptionsSorting="߳"
+scxgwDataSettingsPageSmartRefresh="ˢ"
+scxgwDataSettingsPageSmartRefreshHint="'"
+scxgwDataSettingsPageSynchronization="ϸͼͬ"
+scxgwDataSettingsPageSynchronizationHint="ϸͼͬȷǷ\\nǰͼ"¡"ͼ\\n"ģʽ"ͼԶͬ"
+scxgwDataSettingsPageSyncMode="ͬģʽ"
+scxgwDataSettingsPageSyncModeHint="ͬģʽָǷ\\nؼƥTDataSetͬ"
+scxgwDataSettingsPageTitle="ݴ"
+scxgwDataSourcePageDescription="ָһԴ. \nȷԴӵݼ"
+scxgwDataSourcePageDetailKeyFieldNames="ϸؼֶ: "
+scxgwDataSourcePageDetailKeyFieldNamesHint="ϸؼֶοָһֶ\\nϸϢݼ,Ψһʶÿϸ¼"
+scxgwDataSourcePageIsDetailView="ϸͼ"
+scxgwDataSourcePageMasterView="ͼ"
+scxgwDataSourcePageMasterViewHint="'"
+scxgwDataSourcePageMasterViewKeyFieldNames="ؼֶ: "
+scxgwDataSourcePageMasterViewKeyFieldNamesHint="ؼֶָݼеֶб\\nݼ֮/ӹϵ."
+scxgwDataSourcePageTitle="Դ"
+scxgwFilteringSortingPageColumnFiltering="й"
+scxgwFilteringSortingPageColumnFilteringHint="ָǷʾť"
+scxgwFilteringSortingPageColumnSorting=""
+scxgwFilteringSortingPageColumnSortingHint="ֵ"
+scxgwFilteringSortingPageDescription="Ϊ˺ָܺԪ"
+scxgwFilteringSortingPageFilterBoxVisible="ɼ"
+scxgwFilteringSortingPageFilterBoxVisibleAlways=""
+scxgwFilteringSortingPageFilterBoxVisibleAlwaysHint="ʾ"
+scxgwFilteringSortingPageFilterBoxVisibleHint="ɼ"
+scxgwFilteringSortingPageFilterBoxVisibleNonEmpty="Ӧùʱ"
+scxgwFilteringSortingPageFilterBoxVisibleNonEmptyHint="ڶͼйʱʾ"
+scxgwFilteringSortingPageHeaderFilterButtonShowMode="ťʾģʽ"
+scxgwFilteringSortingPageHeaderFilterButtonShowModeButton="ť"
+scxgwFilteringSortingPageHeaderFilterButtonShowModeButtonHint="ͨĹ˰ťڽ\\nֵʱṩ˵"
+scxgwFilteringSortingPageHeaderFilterButtonShowModeHint="ָťʾģʽ"
+scxgwFilteringSortingPageHeaderFilterButtonShowModeSmartTag="ܱ"
+scxgwFilteringSortingPageHeaderFilterButtonShowModeSmartTagHint="˰ťһСרƵ\\nͼ,ͼ\\nбʱʾ,û\\nжЩDZ˵."
+scxgwFilteringSortingPageIncSearch=""
+scxgwFilteringSortingPageIncSearchHint="ûڱؼͨƥ\\n¼ֶεĸм¼λ"
+scxgwFilteringSortingPageShowColumnFilterButton="ťɼ"
+scxgwFilteringSortingPageShowColumnFilterButtonAlways=""
+scxgwFilteringSortingPageShowColumnFilterButtonAlwaysHint="˰ť()һֱʾ"
+scxgwFilteringSortingPageShowColumnFilterButtonWhenSelected="ѡʱ"
+scxgwFilteringSortingPageShowColumnFilterButtonWhenSelectedHint="ѡ()ʱʾ˰ť"
+scxgwFilteringSortingPageTitle="˺"
+scxgwFinishPageDescription="Զıͼ.ҪȥһЩ, \nʹú˰ť,뵥Աĸ"
+scxgwFinishPageTitle=""
+scxgwInplaceEditFormLayoutPageDescription="Զ༭IJ"
+scxgwInplaceEditFormLayoutPageTitle="ԭر༭岼"
+scxgwInplaceEditFormPageClient="ͻ'"
+scxgwInplaceEditFormPageClientHint="'"
+scxgwInplaceEditFormPageDefaultColumnCount=""
+scxgwInplaceEditFormPageDefaultColumnCountHint="༭ָ"
+scxgwInplaceEditFormPageDefaultStretch=""
+scxgwInplaceEditFormPageDescription="ԭر༭"
+scxgwInplaceEditFormPageHorizontal="ˮƽ'"
+scxgwInplaceEditFormPageHorizontalHint="'"
+scxgwInplaceEditFormPageMasterRowDblClickAction="˫"
+scxgwInplaceEditFormPageNone="'"
+scxgwInplaceEditFormPageNoneHint="'"
+scxgwInplaceEditFormPageShowEditForm="ʾ༭"
+scxgwInplaceEditFormPageShowEditFormHint="'"
+scxgwInplaceEditFormPageSwitchExpandedState="лչ״̬"
+scxgwInplaceEditFormPageSwitchExpandedStateHint="'"
+scxgwInplaceEditFormPageTitle="ԭر༭"
+scxgwInplaceEditFormPageUseDefaultLayout="ʹĬϲ"
+scxgwInplaceEditFormPageUseDefaultLayoutHint="ʹԶɵIJڱ༭, Զ"
+scxgwInplaceEditFormPageVertical="ֱ'"
+scxgwInplaceEditFormPageVerticalHint="'"
+scxgwLayoutViewCarouselAngleOptions="Ƕѡ"
+scxgwLayoutViewCarouselAnimationInterval=":"
+scxgwLayoutViewCarouselAnimationIntervalHint="ָתʱ,λ:"
+scxgwLayoutViewCarouselAutoPitchAngle="Զ"
+scxgwLayoutViewCarouselAutoPitchAngleHint="ָԶ\\nתľбǶ"
+scxgwLayoutViewCarouselBackgroundRecordAlphaLevel=":"
+scxgwLayoutViewCarouselBackgroundRecordAlphaLevelHint="ָƬ"
+scxgwLayoutViewCarouselBackgroundRecordEndScale=":"
+scxgwLayoutViewCarouselBackgroundRecordEndScaleHint="ָƬĽ,ٷֱ"
+scxgwLayoutViewCarouselBackgroundRecordOptions="¼ѡ"
+scxgwLayoutViewCarouselBackgroundRecordStartScale="ʼ:"
+scxgwLayoutViewCarouselBackgroundRecordStartScaleHint="ָƬĿʼ,ٷֱ"
+scxgwLayoutViewCarouselPageDescription="תģʽ"
+scxgwLayoutViewCarouselPageTitle="תģʽ"
+scxgwLayoutViewCarouselPitchAngle="бǶ"
+scxgwLayoutViewCarouselPitchAngleHint="ָתľбǶ,λ"
+scxgwLayoutViewCarouselRadius="뾶:"
+scxgwLayoutViewCarouselRadiusHint="ָԲ뾶,λ:"
+scxgwLayoutViewCarouselRecordCount="¼:"
+scxgwLayoutViewCarouselRecordCountHint="ָͬʱʾļ¼\\nڲͼڵĿƬ(¼)"
+scxgwLayoutViewCarouselRollAngle="תǶ"
+scxgwLayoutViewCarouselRollAngleHint="ָתĽǶ,λ:"
+scxgwLayoutViewCustomizeItemsPageDescription="ΪѡʵIJ"
+scxgwLayoutViewCustomizeItemsPageTitle="ԶĿ"
+scxgwLayoutViewOptionsViewPageCenterRecords="Ƭ"
+scxgwLayoutViewOptionsViewPageCenterRecordsHint="ָƬʾͼм"
+scxgwLayoutViewOptionsViewPageDescription="ָôпƬк"
+scxgwLayoutViewOptionsViewPageSingleRecordStretch="Ƭ"
+scxgwLayoutViewOptionsViewPageSingleRecordStretchClient="ͻ"
+scxgwLayoutViewOptionsViewPageSingleRecordStretchClientHint="Ƭռֱͻʱ"
+scxgwLayoutViewOptionsViewPageSingleRecordStretchHint="ָƬŷʽ"
+scxgwLayoutViewOptionsViewPageSingleRecordStretchHorizontal="ˮƽ"
+scxgwLayoutViewOptionsViewPageSingleRecordStretchHorizontalHint="ƬﵽͼĿʱ"
+scxgwLayoutViewOptionsViewPageSingleRecordStretchNone=""
+scxgwLayoutViewOptionsViewPageSingleRecordStretchNoneHint="Ƭ."
+scxgwLayoutViewOptionsViewPageSingleRecordStretchVertical="ֱ"
+scxgwLayoutViewOptionsViewPageSingleRecordStretchVerticalHint="Ƭﵽͼĸ߶ʱ"
+scxgwLayoutViewOptionsViewPageTitle="ͼ"
+scxgwLayoutViewOptionsViewPageViewMode="ͼģʽ"
+scxgwLayoutViewOptionsViewPageViewModeCarousel="ת"
+scxgwLayoutViewOptionsViewPageViewModeCarouselHint="ƬһԲ,ģתľЧ"
+scxgwLayoutViewOptionsViewPageViewModeHint="ָƬʾģʽ"
+scxgwLayoutViewOptionsViewPageViewModeMultiColumn=""
+scxgwLayoutViewOptionsViewPageViewModeMultiColumnHint="Ƭʶ"
+scxgwLayoutViewOptionsViewPageViewModeMultiRow=""
+scxgwLayoutViewOptionsViewPageViewModeMultiRowHint="ʾƬ"
+scxgwLayoutViewOptionsViewPageViewModeSingleColumn=""
+scxgwLayoutViewOptionsViewPageViewModeSingleColumnHint="Ƭֻʾһ"
+scxgwLayoutViewOptionsViewPageViewModeSingleRecord="һƬ"
+scxgwLayoutViewOptionsViewPageViewModeSingleRecordHint="ֻʾһſƬ"
+scxgwLayoutViewOptionsViewPageViewModeSingleRow=""
+scxgwLayoutViewOptionsViewPageViewModeSingleRowHint="ֻʾһпƬ"
+scxgwSelectItemsForDisplayDataSetFields="ݼеֶ"
+scxgwSelectItemsForDisplayGridViewFields="ͼеֶ"
+scxgwSelectItemsForDisplayPageDescription="ѡҪʾڱͼеֶβָǵ˳"
+scxgwSelectItemsForDisplayPageTitle="Ҫʾֶ"
+scxgwSelectViewPageDescription="ΪԴѡʵıͼ"
+scxgwSelectViewPageGroupHeaderDBViews="ͼ"
+scxgwSelectViewPageGroupHeaderServerModeViews="ģʽͼ"
+scxgwSelectViewPageGroupHeaderUnboundViews="δͼ"
+scxgwSelectViewPageTitle="ͼ"
+scxgwServerModeDataSourcePageActivate=""
+scxgwServerModeDataSourcePageDescription="ָԴ.ȷȷúӵһЧ"
+scxgwServerModeDataSourcePageTitle="Դ"
+scxgwSizingPageCardAutoWidth="ƬԶ"
+scxgwSizingPageCardAutoWidthHint="ԶÿƬ"
+scxgwSizingPageCardSizing="Ƭߴ"
+scxgwSizingPageCardSizingHint="ûԼÿƬߴ"
+scxgwSizingPageCellAutoHeight="ԪԶ߶"
+scxgwSizingPageCellAutoHeightHint="ʾ\\nԶõԪ߶"
+scxgwSizingPageCellEndEllipsis="ԪʡԺ"
+scxgwSizingPageCellEndEllipsisHint="ԪıʱʾʡԺ"
+scxgwSizingPageColumnAutoWidth="Զ"
+scxgwSizingPageColumnAutoWidthHint="ʾ\\nԶеĿ"
+scxgwSizingPageDataRowSizing="гߴ"
+scxgwSizingPageDataRowSizingHint="ûԸıеijߴ"
+scxgwSizingPageDescription="Զߴѡ"
+scxgwSizingPageFooterAutoHeight="ԶҳŸ߶"
+scxgwSizingPageFooterAutoHeightHint="ʾ\\nԶͼҳŵĸ߶"
+scxgwSizingPageGroupAutoSizingOptions="Զóߴѡ"
+scxgwSizingPageGroupManualSizingOptions="ֶóߴѡ"
+scxgwSizingPageGroupRowSizing="гߴ"
+scxgwSizingPageGroupRowSizingHint="ûıеijߴ"
+scxgwSizingPageHeaderAutoHeight="ͷԶ߶"
+scxgwSizingPageHeaderAutoHeightHint="ʾ\\nԶñͷ߶"
+scxgwSizingPageRowCaptionAutoHeight="бԶ߶"
+scxgwSizingPageRowCaptionAutoHeightHint="ʾԶ\\nƬбĸ߶"
+scxgwSizingPageRowCaptionEndEllipsis="бʡԺ"
+scxgwSizingPageRowCaptionEndEllipsisHint="бⳬʱʾʡԺ"
+scxgwSizingPageTitle="ߴ"
+scxgwSummaryPageAllRecords="Ϊм¼"
+scxgwSummaryPageAllRecordsHint="Ҫм¼"
+scxgwSummaryPageDescription="ҳŻҳһָеĸҪ"
+scxgwSummaryPageMultipleSelectedRecords="Ϊ߶ѡļ¼"
+scxgwSummaryPageMultipleSelectedRecordsHint="Ҫֻ ѡļ¼"
+scxgwSummaryPageNullIgnore="Կֵ"
+scxgwSummaryPageNullIgnoreHint="ԸҪмĿֵ"
+scxgwSummaryPageSelectedRecords="Ϊѡļ¼"
+scxgwSummaryPageSelectedRecordsHint="Ҫֻѡļ¼"
+scxgwSummaryPageTitle="Ҫ"
+scxgwUIElementsCardViewEmptyRows=""
+scxgwUIElementsCardViewEmptyRowsHint="һʾչť"
+scxgwUIElementsCardViewExpandButtonAlignment="չť"
+scxgwUIElementsCardViewExpandButtonAlignmentHint="ָƬչťˮƽ"
+scxgwUIElementsCardViewExpandButtonAlignmentLeft=""
+scxgwUIElementsCardViewExpandButtonAlignmentLeftHint="չťڱ"
+scxgwUIElementsCardViewExpandButtonAlignmentRight=""
+scxgwUIElementsCardViewExpandButtonAlignmentRightHint="չťڱұ"
+scxgwUIElementsCardViewRowLayout="в"
+scxgwUIElementsCardViewRowLayoutHint="ָƬв"
+scxgwUIElementsCardViewRowLayoutHorizontal="ˮƽ"
+scxgwUIElementsCardViewRowLayoutHorizontalHint="Ƭʾһ"
+scxgwUIElementsCardViewRowLayoutVertical="ֱ"
+scxgwUIElementsCardViewRowLayoutVerticalHint="Ƭϵʾһ"
+scxgwUIElementsPageBandsQuickCustomization="Զ"
+scxgwUIElementsPageBandsQuickCustomizationHint="Զһб\\nڸбתĿɼԼ\\nͨ϶"
+scxgwUIElementsPageColumnsQuickCustomization="Զ"
+scxgwUIElementsPageColumnsQuickCustomizationHint="Զлһб\\nڸбתеĿɼԼ\\nͨ϶жн"
+scxgwUIElementsPageDescription="ָûԷʵĽԪ"
+scxgwUIElementsPageFilterButton="ťɼ"
+scxgwUIElementsPageFilterButtonHint="ʾİť"
+scxgwUIElementsPageFilterRowVisible=""
+scxgwUIElementsPageFilterRowVisibleHint="ͼһ,ṩһĹб"
+scxgwUIElementsPageFooter="ҳ"
+scxgwUIElementsPageFooterHint="ҳʾҳŸҪ"
+scxgwUIElementsPageGroupBox=""
+scxgwUIElementsPageGroupBoxHint="ʱз鲢ʾ"
+scxgwUIElementsPageGroupFooter="ҳ"
+scxgwUIElementsPageGroupFooterHint="ҳʾڷײһҪ"
+scxgwUIElementsPageGroupFooterModeAlwaysVisible="ǿɼ"
+scxgwUIElementsPageGroupFooterModeVisibleWhenExpanded="չʱɼ"
+scxgwUIElementsPageGroupInterfaceElements="Ԫ"
+scxgwUIElementsPageHeader="ҳü"
+scxgwUIElementsPageHeaderHint="ѡȷǷʾͼб\\nʱнƶȲ"
+scxgwUIElementsPageHideCurrentRow="صǰ"
+scxgwUIElementsPageHideCurrentRowHint="ԭر༭崦ڻ״̬ʱڱ༭"
+scxgwUIElementsPageIndicator="ָʾ"
+scxgwUIElementsPageIndicatorHint="ָʾȷǷʾָʾ"
+scxgwUIElementsPageInplaceEditForm="ԭر༭"
+scxgwUIElementsPageInplaceEditFormHint="ʹԭر༭ʱü¼༭"
+scxgwUIElementsPageNavigator=""
+scxgwUIElementsPageNavigatorButtons="ť'"
+scxgwUIElementsPageNavigatorButtonsHint="'"
+scxgwUIElementsPageNavigatorHint="ṩ˼¼Ĺ"
+scxgwUIElementsPageNewItemRow="½"
+scxgwUIElementsPageNewItemRowHint="ʾһ½еġ½һС\\n½вݼ"
+scxgwUIElementsPagePreview="Ԥ"
+scxgwUIElementsPagePreviewHint="MS-OutlookʽԤʾ¼ıעֶε\\nԶıעϢ\\nʾÿкǵĿƥп"
+scxgwUIElementsPageRecordCaption="¼"
+scxgwUIElementsPageRecordCaptionHint="ָƬı"
+scxgwUIElementsPageTitle="Ԫ"
+scxgwUnboundsSelectColumnsForDisplayPageDescription="С,ָǵ˳"
+scxgwUnboundsSelectColumnsForDisplayPageTitle=""
+scxgwUnboundsSelectItemsForDisplayPageDescription="Ŀ,ָǵ˳"
+scxgwUnboundsSelectItemsForDisplayPageTitle=""
+scxgwUnboundsSelectRowsForDisplayPageDescription="СƲָǵ˳"
+scxgwUnboundsSelectRowsForDisplayPageTitle=""
+scxgwWizardModePageDeletePresentStructure="ɾĿǰIJνṹ"
+scxgwWizardModePageDescription="Ϊѡʵ"
+scxgwWizardModePageMultiLevelStructure=""
+scxgwWizardModePageSingleLevelStructure=""
+scxgwWizardModePageTitle=""
+scxHalfYear=""
+scxHalfYearShort="H"
+scxHide=""
+scxHideCustomization="ֶб"
+scxHolidayDate=":"
+scxHolidayDisplayFormat="%s (%s)"
+scxHolidayName=":"
+scxHolidaysEditorCaption="ڼձ༭"
+scxHolidaysGroupBox="ڼ"
+scxHolidaysLocationEditorCaption="ر༭"
+scxHolidaysLocationHolidayEditorCaption="ڼձ༭"
+scxHorizontal="ˮƽ"
+scxHotZoneStyleMediaPlayer8="MediaPlayer8"
+scxHotZoneStyleMediaPlayer9="MediaPlayer9"
+scxHotZoneStyleSimple=""
+scxHotZoneStyleXPTaskBar="XPTaskBar"
+scxHour="Сʱ"
+scxHours="Сʱ"
+scxIDField=""
+scxIllegalHeight="и߶ֵǷ"
+scxIllegalWidth="пֵǷ"
+scxImport="(&I)"
+scxImportErrorCaption=""
+scxImportHint=""
+scxIncorrectUnion="ϲԪ"
+scxIndexOutOfBounds="ָ%d"
+scxInProgress="ڽ"
+scxInvalidCellDimension="ЧԪС"
+scxInvalidColumnIndex="ֵ %d "
+scxInvalidColumnRowCount="Ч"
+scxInvalidCubeName="Ч%sCube."
+scxInvalidCustomField="ǷԶֶ"
+scxInvalidFieldName="Ƿֶ"
+scxInvalidLayout="ЧIJ!"
+scxInvalidNumber="һЧ."
+scxInvalidProviderVersion="ṩ汾ƥ OLAP Դ汾"
+scxInvalidRecurrenceDuration="¼ʱСظ. ̳ʱ,ĶԻеĶģʽ."
+scxInvalidRowIndex="ֵ %d "
+scxInvalidStreamFormat="ʽЧ"
+scxInvalidStyleIndex="Чʽֵ %d"
+scxItems="༭..."
+scxKPIs="ؼЧָ"
+scxKPIStatusBad=""
+scxKPIStatusGood=""
+scxKPIStatusNeutral=""
+scxKPITrendGoingDown="ȥ"
+scxKPITrendGoingUp="ȥ"
+scxKPITrendNoChange="ı"
+scxLabel="ǩ(&B):"
+scxLabelAs="ǩΪ:"
+scxLabelField="ǩ"
+scxLast=""
+scxLastButtonHint="Դ"
+scxLinkHint=": %s (%s)\\n: %s\\n: %s"
+scxLoadingFonts="ڶȡ ..."
+scxLocation="λ(&L):"
+scxLocationField="λ"
+scxLocationName=":"
+scxLocationsGroupBox=""
+scxLockedStateText="Ժ..."
+scxMaskEditEmptyMaskCollectionFile="ʽļΪ"
+scxMaskEditIllegalFileFormat="ļʽǷ"
+scxMaskEditInvalidEditValue="༭ֵǷ"
+scxMaskEditMaskCollectionFiles="ʽļ"
+scxMaskEditNoMask=""
+scxMaskEditRegExprError="ʽ:"
+scxMeasureGroups="ֵ"
+scxMeasures="ʩ"
+scxMergeCells="ϲԪ"
+scxMessageField="Ϣ"
+scxMinute=""
+scxMinutes=""
+scxModernStyleHintComplete=":"
+scxModernStyleHintEnd=":"
+scxModernStyleHintLocation="λ:"
+scxModernStyleHintReminder="ʾ:"
+scxModernStyleHintReminderNone=""
+scxModernStyleHintResources=":"
+scxModernStyleHintStart="ʼ:"
+scxMonthCalendar=""
+scxMonthly="(&M)"
+scxMonths=""
+scxMoveToBeginning="ͷ"
+scxMoveToEnd="β"
+scxMoveToLeft="ƶ"
+scxMoveToRight="ƶ"
+scxMultiSelectRequired="ѡ"
+scxNextAppointment="һ¼"
+scxNextButtonHint="һԴ"
+scxNextPageButtonHint="һҳ"
+scxNoAvailableFreeTime="ûпʱ."
+scxNoDataToDisplay="<ʾ>"
+scxNoEndDate="(&N)"
+scxNone="ͨ¼"
+scxNoneEvent="ͨ¼"
+scxNotExistGridLevel="Ŀ㲻"
+scxNotExistGridView="ͼ"
+scxNotImplemented="δʵ!"
+scxNotStarted="δʼ"
+scxNumberStyleDescription="ڳʾ."
+scxOccurenceEvent="¼"
+scxOccurences="κ"
+scxOccurrence="ͨ¼"
+scxOf=""
+scxOfEvery="ÿ"
+scxOk="ȷ(&O)"
+scxOneDay="һ"
+scxOperationNotSupported="ִ֧˲"
+scxOptions="ѡ"
+scxOrder="˳"
+scxOthers=""
+scxOutlookFormatMismatch="ڼոʽƥ"
+scxOutOfOffice=""
+scxParentIDField=""
+scxPasteCommand="ճԪ"
+scxPattern=""
+scxPCAllowRotateError="%sʽ֧תѡ"
+scxPCDefaultHintBottomRightButton="һҳ"
+scxPCDefaultHintCloseButton="رռѡ"
+scxPCDefaultHintGoDialogButton="ôԻ"
+scxPCDefaultHintNewButton="½ѡ"
+scxPCDefaultHintTabCloseButton="ر"
+scxPCDefaultHintTopLeftButton="һҳ"
+scxPCImageListIndexError="(%d)0%d֮"
+scxPCNoBaseImages="δͼƬ"
+scxPCNoRegisteredStyles="ʽδע"
+scxPCPageIndexError="%dһЧҳֵ.Ҳ 0%d֮"
+scxPCPainterClassError="PCPainterClassΪ"
+scxPCStandardStyleError="%sһֵ֧ıʽ"
+scxPCStyleNameError="%sһδעʽ"
+scxPCTabCountEqualsZero="ǩ. = 0"
+scxPCTabIndexError="ǰѡ(%d)"
+scxPCTabVisibleIndexOutsOfBounds="TabVisibleIndex(%d)0%d֮"
+scxPCVisibleTabListEmpty="Ƿǿɼѡ"
+scxPivotGridCancel="ȡ"
+scxPivotGridOk="ȷ"
+scxPivotGridShowAll="(ȫʾ)"
+scxpm10Minutes="10 (&M)"
+scxpm15Minutes="15 (&1)"
+scxpm30Minutes="30 (&3)"
+scxpm5Minutes="5 (&5)"
+scxpm60Minutes="60 (&0)"
+scxpm6Minutes="6 (&6)"
+scxpmBusy="æ(&B)"
+scxpmDelete="ɾ(&D)"
+scxpmEditSeries="༭(&R)"
+scxpmFree="(&F)"
+scxpmFullYear="ȫ(&F)"
+scxpmGoToDate="ת(&T)..."
+scxpmGotoThisDay="ת(&D)"
+scxpmHalfYear="(&H)"
+scxpmLabel="ǩ(&L)"
+scxpmNewAllDayEvent="ȫ¼(&E)"
+scxpmNewEvent="¼(&N)"
+scxpmNewRecurringEvent="¼(&R)"
+scxpmOpen="(&O)"
+scxpmOutOfOffice="(&O)"
+scxpmQuarter="(&Q)"
+scxpmResourcesLayout="ڱ༭..."
+scxpmShowTimeAs="ʱʾΪ(&H)"
+scxpmTentative="ݶ(&T)"
+scxpmTimeZone="ıʱ(&G)"
+scxpmToday="(&O)"
+scxPopupMenuFormatCells="ʽԪ"
+scxPopupMenuHideCols=""
+scxPopupMenuHideRows=""
+scxPopupMenuMergeCells="ϲԪ"
+scxPopupMenuSplitCells="ֵԪ"
+scxPopupMenuUnhideCols="ȡ"
+scxPopupMenuUnhideRows="ȡ"
+scxPrefilterCustomizeButtonCaption="Ԥ..."
+scxPrefilterIsEmpty="<ԤΪ>"
+scxPrevAppointment="һ¼"
+scxPrevButtonHint="ǰһԴ"
+scxPrevPageButtonHint="һҳ"
+scxQuarter=""
+scxQuarterFormat=" %d"
+scxQuarterly="(&Q)"
+scxQuarterShort="Q"
+scxQuickCustomizationAllCommandCaption="(ȫ)"
+scxQuickCustomizationSortedCommandCaption="()"
+scxRangeOfRecurrence=" ظΧ "
+scxrCaptionReminder=""
+scxrCaptionReminders="%d "
+scxrDismissAllButton="ɢ(&A)"
+scxrDismissButton="ɢ(&D)"
+scxrDueIn="Ԥ"
+scxRecurEvery="ظΪ(&U)"
+scxRecurrence="ظ(&R)"
+scxRecurrenceCaption="¼"
+scxRecurrenceDailyMessage=""
+scxRecurrenceEvent="ظ¼"
+scxRecurrenceField="ѭģʽ"
+scxRecurrenceHolidayCaption="ڼظ"
+scxRecurrenceIndexField="ظ"
+scxRecurrenceLabel="ظ:"
+scxRecurrenceMonthlyMessage=""
+scxRecurrencePattern=" ѭģʽ "
+scxRecurrenceWeeklyMessage=""
+scxRecurrenceYearlyMessage=""
+scxRegExprCantCreateEmptyAlt="һֲӦÿ"
+scxRegExprCantCreateEmptyBlock="˿ӦΪ"
+scxRegExprCantCreateEmptyEnum="ܴյö"
+scxRegExprCantUseParameterQuantifier="ʲӦ"
+scxRegExprCantUsePlusQuantifier="'\\n'ŲӦ"
+scxRegExprCantUseStarQuantifier="''*''ŲӦ"
+scxRegExprChar="ַ"
+scxRegExprEmptySourceStream="ԴΪ"
+scxRegExprHexNumberExpected=" ''%s'' ʮƵ"
+scxRegExprHexNumberExpected0="Ҫʮ"
+scxRegExprIllegalIntegerValue="Ƿֵ"
+scxRegExprIllegalQuantifier="Ƿ ''%s''"
+scxRegExprIllegalSymbol="Ƿ''%s''"
+scxRegExprIncorrectParameterQuantifier="ȷIJ"
+scxRegExprIncorrectSpace="''\''ո"
+scxRegExprLine=""
+scxRegExprMissing="ʧ ''%s''"
+scxRegExprNotAssignedSourceStream="δԴ"
+scxRegExprNotCompiled="δʽ"
+scxRegExprNotSupportQuantifier="ֵ֧IJ"
+scxRegExprSubrangeOrder="ӷΧʼַСڽַ"
+scxRegExprTooBigReferenceNumber="̫"
+scxRegExprUnnecessary="Ҫ ''%s''"
+scxReminder=":"
+scxReminderDateField=""
+scxReminderField=""
+scxReminderMinutesBeforeStartField="ڿʼ֮ǰʱ ()"
+scxRemoveAllSorting="ȡ"
+scxRemoveRecur="ɾ(&R)"
+scxReplaceOccurrenceDate="ijЩ·ݲ%s,Щ·,¼ڸµһ."
+scxRequiredFieldsNeeded="Ҫֶ\\n%sδֵ!"
+scxResource="Դ"
+scxResourceField="Դ"
+scxResourceLayoutCaption="ڱ༭"
+scxrOpenItemButton="Ŀ(&O)"
+scxRowArea=""
+scxrSelected="ѡ %d "
+scxrSnoozeButton="Ժ(&S)"
+scxrSnoozeLabel="Ժ(&S)"
+scxrStartTime="ʼʱ: %s"
+scxrSubject=""
+scxSave=""
+scxSaveAndClose="沢ر"
+scxSaveAndCloseHint="沢ر"
+scxSCalcError=""
+scxSecond="ڶ"
+scxSEditRepositoryBarCodeItem="|ʾ༭"
+scxSEditRepositoryBlobItem="BlobEdit| BLOB ༭"
+scxSEditRepositoryButtonItem="ButtonEdit|Ƕʽť༭ؼ"
+scxSEditRepositoryCalcItem="CalcEdit|һ༭ؼһб"
+scxSEditRepositoryCheckBoxItem="CheckBox|һѡؼ"
+scxSEditRepositoryCheckComboBox="CheckComboBox|ʾһѡб"
+scxSEditRepositoryCheckGroupItem="CheckGroup|ʾһṩѡı༭"
+scxSEditRepositoryColorComboBoxItem="ColorComboBox|ʾһѡɫ"
+scxSEditRepositoryColorEditItem="ColorEdit|ʾһɫ༭һɫ"
+scxSEditRepositoryComboBoxItem="ComboBox|Ͽ༭"
+scxSEditRepositoryCurrencyItem="CurrencyEdit|һ༭༭"
+scxSEditRepositoryDateItem="DateEdit|һ༭ؼһ"
+scxSEditRepositoryDateTimeWheelPickerItem="DateTimeWheelPicker|ʾ༭ؼ,ʹһתѡȡʱֵĿؼ"
+scxSEditRepositoryFontNameComboBoxItem="FontNameComboBox|ʾһѡ"
+scxSEditRepositoryFormattedLabelItem="FormattedLabel|ʾһǩ,ʾʹbbcodeıDZǸʽı "
+scxSEditRepositoryHyperLinkItem="HyperLink|һгӹܵı༭"
+scxSEditRepositoryImageComboBoxItem="ImageComboBox|беͼıַбڵʾ༭"
+scxSEditRepositoryImageItem="Image|ͼ༭"
+scxSEditRepositoryLabelItem="Label|ʾһǩ"
+scxSEditRepositoryLookupComboBoxItem="LookupComboBox|Ͽؼ"
+scxSEditRepositoryLookupSparklineItem="LookupSparkline|ʾͼ༭"
+scxSEditRepositoryMaskItem="MaskEdit|һͨõ༭ؼ."
+scxSEditRepositoryMemoItem="Memo|༭עݱ༭ؼ"
+scxSEditRepositoryMRUItem="MRUEdit|бʾʹõĿ (MRU) беı༭"
+scxSEditRepositoryNumericWheelPickerItem="NumericWheelPicker|༭ؼ,ͨתѡֵĿؼ"
+scxSEditRepositoryPopupItem="PopupEdit|һбı༭ؼ"
+scxSEditRepositoryProgressBarItem="ProgressBar|ʾһؼ"
+scxSEditRepositoryRadioGroupItem="RadioGroup|һ鵥ѡť"
+scxSEditRepositoryRangeTrackBarItem="RangeTrackBar|ʾһѡһֵķΧ"
+scxSEditRepositoryRatingControlItem="RatingControl|ʾһȼؼ"
+scxSEditRepositoryRichEditItem="RichEdit|RichEditؼ"
+scxSEditRepositoryShellComboBoxItem="ShellComboBox|ʾһϿһͼ"
+scxSEditRepositorySparklineItem="Sparkline|ʾһͼ༭"
+scxSEditRepositorySpinButtonItem="SpinButton|ʾһתť"
+scxSEditRepositorySpinItem="SpinEdit|һֵڱ༭"
+scxSEditRepositoryTextItem="TextEdit|һһı༭"
+scxSEditRepositoryTimeItem="TimeEdit|ʱֵʾ༭"
+scxSEditRepositoryToggleSwitchItem="ToggleSwitch|ʾһؿؼ,ѡһѡ"
+scxSEditRepositoryTokenItem="TokenEdit|ʾһ༭,ıбӻΪı "
+scxSEditRepositoryTrackBarItem="TrackBar|ʾһûѡֵ"
+scxSelectAll="ȫѡ(&A)"
+scxSelectionInDocument="<<ĵѡ>>"
+scxSelectNone="ȡѡ(&N)"
+scxSeparator="-"
+scxServer=""
+scxSets="װ"
+scxShedulerEditorFormNotRegistered="ûעı༭"
+scxSheetName=""
+scxShellBrowserDlgCaption="ļ"
+scxShellBrowserDlgCurrentFolderCaption="ǰļ"
+scxShowAs="ʾΪ:"
+scxShowCustomization="ʾֶб"
+scxShowFewerResourcesButtonHint="ʾԴ"
+scxShowIn="ʾ(&S):"
+scxShowMoreResourcesButtonHint="ʾԴ"
+scxShowPrefilterDialog="ʾԤ˶Ի"
+scxShowTimeAs="ʱʾΪ(&W):"
+scxSHyperLinkDoubleSlash="//"
+scxSHyperLinkPrefix="http://"
+scxSortCellsAction="ԵԪй"
+scxSortGroupByThisColumn="ͨ"%s""
+scxSortGroupByThisRow="ͨ"%s""
+scxSplitCells="ֵԪ"
+scxSpreadSheetAllColumn=""
+scxSpreadSheetAllRow=""
+scxSpreadSheetDefineNameError=",Ѿ"
+scxSpreadSheetDefineNameError2=",кзǷַ"
+scxSpreadSheetDeleteCells="ɾ"
+scxSpreadSheetDeleteLastSheet="ܹɾΨһһű"
+scxSpreadSheetErrorReadSST="ڶȡSSTļ¼ʱ"
+scxSpreadSheetInsertCells=""
+scxSpreadSheetInvalidFileFormat="Ч %s ļʽ"
+scxSpreadSheetInvalidFileName="%s Чļ"
+scxSpreadSheetInvalidSheetCaption="ǷѾ"
+scxSpreadSheetInvalidSheetNumber="Ƿҳ"
+scxSpreadSheetInvalidStreamFormat="ʽЧ"
+scxSpreadSheetMergeCellError="ںϲԪʱ, ЩԪѾִ˺ϲ"
+scxSpreadSheetMergeCellError2="ڶһЩϲĵԪ"
+scxSpreadSheetSheetPageExist="ҳѾ"
+scxSpreadSheetShiftCellBottom="Ԫ"
+scxSpreadSheetShiftCellLeft="Ԫ"
+scxSpreadSheetShiftCellRight="Ԫ"
+scxSpreadSheetShiftCellTop="Ԫ"
+scxStart="ʼ(&S):"
+scxStart1="ʼ(&T):"
+scxStartField="ʼ"
+scxStartTime="ʼʱ(&T):"
+scxStartToFinish="ʼ "
+scxStartToFinishLong="ʼ (SF)"
+scxStartToFinishShort="SF"
+scxStartToStart="ʼʼ"
+scxStartToStartLong="ʼʼ (SS)"
+scxStartToStartShort="SS"
+scxStateField="״̬"
+scxStyleInvalidCellStyle="ЧĵԪʽ"
+scxStyleInvalidColorIndex="Чɫ"
+scxStyleManagerCreate="ʽ"
+scxStyleManagerKill="ڿʼʹ,ڴ˶ηͷ"
+scxSubject="(&S):"
+scxSuffixDay=""
+scxSuffixDays=""
+scxSuffixHour="Сʱ"
+scxSuffixHours="Сʱ"
+scxSuffixMinute=""
+scxSuffixMinutes=""
+scxSuffixWeek=""
+scxSuffixWeeks=""
+scxSummaryType="ժҪ"
+scxSvgFindPanelClearButtonCaption=""
+scxSvgFindPanelFindButtonCaption=""
+scxSvgFindPanelInfoText="Ҫı..."
+scxTaskComplete="(&M):"
+scxTaskCompleteField=""
+scxTaskDependencyEditorCaption=""
+scxTaskIndexField=""
+scxTaskLinksField=""
+scxTaskStatus="״̬"
+scxTaskStatusField="״̬"
+scxTaskWrongTimeBounds="Ҫһ %s - %s ֮."
+scxTentative="ݶ"
+scxTextStyleDescription="ʽĵԪΪı,ʹڵԪֵı.ȫʾԪ."
+scxThe="(&H)"
+scxThird=""
+scxTime0m="0 "
+scxTime10h="10 Сʱ"
+scxTime10m="10 "
+scxTime11h="11 Сʱ"
+scxTime12h="12 Сʱ"
+scxTime15m="15 "
+scxTime18h="18 Сʱ"
+scxTime1d="1 "
+scxTime1h="1 Сʱ"
+scxTime1w="1 "
+scxTime20m="20 "
+scxTime2d="2 "
+scxTime2h="2 Сʱ"
+scxTime2w="2 "
+scxTime30m="30 "
+scxTime3d="3 "
+scxTime3h="3 Сʱ"
+scxTime4d="4 "
+scxTime4h="4 Сʱ"
+scxTime5h="5 Сʱ"
+scxTime5m="5 "
+scxTime6h="6 Сʱ"
+scxTime7h="7 Сʱ"
+scxTime8h="8 Сʱ"
+scxTime9h="9 Сʱ"
+scxTimeGrid="ʱ"
+scxTLPrefixName="TcxTreeList"
+scxTo=":"
+scxTreeListAllNodesMenuItem="нڵ"
+scxTreeListAvgMenuItem="ƽ"
+scxTreeListBestFitAllColumnsMenuItem="Ӧ(ȫ)(&T)"
+scxTreeListBestFitMenuItem="ʺ(&B)"
+scxTreeListClearSortingMenuItem="(&C)"
+scxTreeListCountMenuItem=""
+scxTreeListDeletingConfirmationCaption="ȷ"
+scxTreeListDeletingFocusedConfirmationText="ɾ¼?"
+scxTreeListFieldChooserMenuItem="ֶѡ(&I)"
+scxTreeListFilterApplyButtonCaption="Ӧɸѡ"
+scxTreeListFilterCustomizeButtonCaption="..."
+scxTreeListFilterIsEmpty="<ɸѡΪ>"
+scxTreeListFindPanelClearButtonCaption=""
+scxTreeListFindPanelFindButtonCaption=""
+scxTreeListFindPanelInfoText="Ҫı..."
+scxTreeListFindPanelNextButtonCaption="һ"
+scxTreeListFindPanelPreviousButtonCaption="ǰһ"
+scxTreeListFooterMenuItem="ҳ(&F)"
+scxTreeListFuture="δ"
+scxTreeListGroupFootersAlwaysVisibleMenuItem="ʼտɼ(&A)"
+scxTreeListGroupFootersInvisibleMenuItem="(&H)"
+scxTreeListGroupFootersMenuItem="ҳ(&G)"
+scxTreeListGroupFootersVisibleWhenExpandedMenuItem="չʱɼ(&V)"
+scxTreeListHorizontalAlignmentCenterMenuItem="(&N)"
+scxTreeListHorizontalAlignmentLeftMenuItem="(&L)"
+scxTreeListHorizontalAlignmentMenuItem="ˮƽ(&R)"
+scxTreeListHorizontalAlignmentRightMenuItem="(&R)"
+scxTreeListLast14Days="ȥ14"
+scxTreeListLast30Days="ȥ30"
+scxTreeListLast7Days="ȥ7"
+scxTreeListLastMonth="ϸ"
+scxTreeListLastTwoWeeks="ȥ"
+scxTreeListLastWeek=""
+scxTreeListLastYear="ȥ"
+scxTreeListMaxMenuItem=""
+scxTreeListMinMenuItem="С"
+scxTreeListNext14Days="14"
+scxTreeListNext30Days="30"
+scxTreeListNext7Days="7"
+scxTreeListNextMonth="¸"
+scxTreeListNextTwoWeeks=""
+scxTreeListNextWeek="¸"
+scxTreeListNextYear=""
+scxTreeListNoneMenuItem=""
+scxTreeListPast="ȥ"
+scxTreeListRemoveThisColumnMenuItem="ɾ(&E)"
+scxTreeListSortAscendingMenuItem="(&S)"
+scxTreeListSortDescendingMenuItem="(&O)"
+scxTreeListSumMenuItem="ܺ"
+scxTreeListThisMonth=""
+scxTreeListThisWeek=""
+scxTreeListThisYear=""
+scxTreeListToday=""
+scxTreeListTomorrow=""
+scxTreeListVerticalAlignmentBottomMenuItem="(&B)"
+scxTreeListVerticalAlignmentCenterMenuItem="(&N)"
+scxTreeListVerticalAlignmentMenuItem="ֱ(&T)"
+scxTreeListVerticalAlignmentTopMenuItem="(&T)"
+scxTreeListYesterday=""
+scxTwoOccurrencesPerDay=""%s"¼ͬһ췢."
+scxType="(&T):"
+scxUDAssociated=" Ѿ "
+scxUnsupportedExport="ֵ֧ĵ:%d"
+scxUnsupportedProviderVersion="ֵ֧ṩ汾: %d"
+scxUntitled="ޱ"
+scxUntitledEvent="ޱ¼"
+scxUp="(&U)"
+scxUpdate=""
+scxUseDefaultColor="ʹĬϵɫ"
+scxVertical="ֱ"
+scxWaiting="ڵȴ"
+scxWeekCalendar=""
+scxWeekday=""
+scxWeekendday="ĩ"
+scxWeekly="(&W)"
+scxWeeksOn="ܺ:"
+scxWorkbookRead="ȡļʱ"
+scxWorkbookWrite="дXLSļ"
+scxWorkWeekCalendar=""
+scxWrongPattern="ģʽϷ."
+scxWrongTimeBounds="ʼ."
+scxXLSFileHasUnknownFunction="δ֪"
+scxXLSNameRef="Ч: "
+scxYearly="(&Y)"
+SDTDNotImplemented="DTDûʵ"
+sdx3DEffects="άЧ"
+sdx760V12Engine="6.0˫V12 43848Vֱ12,6.0,˫Ż"
+sdx760V12Manufacturer=""
+sdx760V12Model="760Li V12"
+sdx760V12Tires="P245/45R19 Fr-P275/40R19 Rr.245mm19.0ĵͶ̥"
+sdx760V12Transmission="6Զw/Steptronic"
+sdxAbortPrinting="Ҫжϴӡ ?"
+sdxActionAddGroup=""
+sdxActionAutoFill="Զ"
+sdxActionCellEditing="ĵԪ"
+sdxActionCellsMerge="Ԫϲ"
+sdxActionChangeConditionalFormatting="ʽ"
+sdxActionChangeContainer=""
+sdxActionChangeDefinedName="Ķ"
+sdxActionChangeGroup="ı"
+sdxActionChangeHyperlink="ı䳬"
+sdxActionChangePrintingOptions="Ĵӡѡ"
+sdxActionChangeRowColumn="л"
+sdxActionClearCells="յԪ"
+sdxActionCreateDefinedName=""
+sdxActionCutCells="еԪ"
+sdxActionDeleteCells="ɾԪ"
+sdxActionDeleteComment="ɾע"
+sdxActionDeleteDefinedName="ɾ(s)"
+sdxActionDeleteGroup="ȡ"
+sdxActionDragAndDrop="Ϸ"
+sdxActionEditComment="༭ע"
+sdxActionExpandCollapseGroup="ʾ/ϸϢ"
+sdxActionFillCells="䵥Ԫ"
+sdxActionFormatCells="ʽԪ"
+sdxActionInsertCells="뵥Ԫ"
+sdxActionMoveCells="ƶԪ"
+sdxActionPasteCells="ճԪ"
+sdxActionReplace="滻"
+sdxActionSortCells="Ԫ"
+sdxActiveTabToTop="ڶʾǩҳ"
+sdxAddAndDesignReport="ӲƱ(&E)..."
+sdxAddItemsToComposition="Ŀ"
+sdxAddReport="ӱ"
+sdxAddress1="123"
+sdxAddress2="9333 ķ˹ʿ."
+sdxAddressCaption="ַ"
+sdxAdjustOnScale="ʺҳ(&A)"
+sdxAdjustTo="(&A):"
+sdxAdministration="Ա"
+sdxAggregatedLinks="ۺ(&G):"
+sdxAlertWindowClose="ر"
+sdxAlertWindowDropdown="ʾ˵"
+sdxAlertWindowNavigationPanelDefaultDisplayMask="[MessageIndex],[MessageCount]"
+sdxAlertWindowNextMessage="һϢ"
+sdxAlertWindowPin=""
+sdxAlertWindowPreviousMessage="һϢ"
+sdxAlignment=""
+sdxAllDayMessage=""
+sdxAllRecords="м¼"
+sdxAncestorError="ͣԼԶصIJʹΪģĴ."
+sdxAppearance=""
+sdxApril=""
+sdxAprilShort=""
+sdxAugust=""
+sdxAugustShort=""
+sdxAuto="Զ"
+sdxAutoCalcPreviewLineCount="ԶԤ(&U)"
+sdxAutoColorText="Զ"
+sdxAutoColumnsExpand="Զչ(&U)"
+sdxAutomatic="Զ"
+sdxAutoNodesExpand="Զչڵ(&U)"
+sdxAutoOrientation="Զ"
+sdxAutoRowsExpand="Զչ(&R)"
+sdxAutoTextBar="Զͼļ"
+sdxAutoTextDialogCaption="༭Զͼļ"
+sdxAutoWidth="Զ(&W)"
+sdxAvailableItems="Ŀ(&V)"
+sdxAvailableLinks="(&A):"
+sdxAvailableReportLinks="ñ"
+sdxAvailableSources="õԴ(&A)"
+sdxBackground="(&B)"
+sdxBadDatePrintRange="еڲڿʼǰ."
+sdxBadTimePrintRange="ӡʱ䲻Ч.ʼʱڽʱǰ."
+sdxBandBackgroundStyle=""
+sdxBandColor="ɫ(&B):"
+sdxBandFont=""
+sdxBandHeaderStyle="ͷ"
+sdxBands="(&B)"
+sdxBandsOnEveryPage=""
+sdxBarCodeControlTooNarrowError="ؼ̫խ,ʾ"
+sdxBarCodeInvalidCharactersError="ıЧַ"
+sdxBarCodeInvalidTextFormatError="Чı"
+sdxBaseStyle=""
+sdxBDiagonalFillPattern="Խ"
+sdxBehaviors="Ϊ"
+sdxBehaviorsGroups=""
+sdxBehaviorsTab="Ϊ"
+sdxBestFit="Ӧ(&B)"
+sdxBetaTesters="Ա"
+sdxBorderColor="߿ɫ(&B):"
+sdxBorderLines="߿(&B)"
+sdxBorders="߿"
+sdxBottom="(&B):"
+sdxBottomMargin="±߾"
+sdxBreadcrumbEditInvalidPath="ҵ"%s".ƴд."
+sdxBreadcrumbEditInvalidStreamVersion="Чݰ汾:%d"
+sdxBrushColor="ˢɫ"
+sdxBrushDlgCaption=""
+sdxBrushStyleBDiagonal="Խ"
+sdxBrushStyleClear=""
+sdxBrushStyleCross=""
+sdxBrushStyleDiagCross="бʮ"
+sdxBrushStyleFDiagonal="Խ"
+sdxBrushStyleHorizontal="ˮƽ"
+sdxBrushStyleSolid="ʵ"
+sdxBrushStyleVertical="ֱ"
+sdxBtnAdd="(&A)"
+sdxBtnAddComposition="(&C)"
+sdxBtnApply="Ӧ(&A)"
+sdxBtnAutomatic="Զ(&A)"
+sdxBtnBackground=""
+sdxBtnBrowse="(&B)..."
+sdxBtnCancel="ȡ"
+sdxBtnChangeFont="(&N)..."
+sdxBtnClose="ر"
+sdxBtnColor="ɫ(&L)..."
+sdxBtnCopy="(&C)..."
+sdxBtnDefault="Ĭ(&D)..."
+sdxBtnDefinePrintStyles="ʽ(&D)..."
+sdxBtnDelete="ɾ(&D)..."
+sdxBtnDescription="(&D)..."
+sdxBtnDesign="(&E)..."
+sdxBtnEdit="༭(&E)..."
+sdxBtnEvenFont="ż(&V)..."
+sdxBtnFillEffects="Ч(&F)..."
+sdxBtnFix="(&F)"
+sdxBtnFixedFont="̶(&I)..."
+sdxBtnFont="(&N)..."
+sdxBtnFooterBackground="(&G)"
+sdxBtnFooterFont="(&N)..."
+sdxBtnFootnoteProperties="ҳԡ..."
+sdxBtnGroupFont="(&P)..."
+sdxBtnHeaderBackground="(&B)"
+sdxBtnHeaderFont="(&F)..."
+sdxBtnHeadersFont="(&H)..."
+sdxBtnHelp="(&H)"
+sdxBtnIgnore="(&I)"
+sdxBtnInvertColors="תɫ(&N)"
+sdxBtnMoreColors="ɫ(&M)..."
+sdxBtnMoveDown="(&N)"
+sdxBtnMoveUp="(&U)"
+sdxBtnNetwork="(&W)..."
+sdxBtnNew="½(&N)..."
+sdxBtnNo="(&N)"
+sdxBtnNoFill="(&N)"
+sdxBtnNone="(&N)"
+sdxBtnOddFont="(&N)..."
+sdxBtnOK="ȷ"
+sdxBtnOKAccelerated="ȷ(&O)"
+sdxBtnOptions="ѡ(&O)..."
+sdxBtnOtherTexture="(&X)..."
+sdxBtnPageSetup="ҳ(&G)..."
+sdxBtnPreview="Ԥ(&V)..."
+sdxBtnPrint="ӡ..."
+sdxBtnPrintPreview="ӡԤ(&V)..."
+sdxBtnPrintStyles="ӡʽ"
+sdxBtnProperties="(&R)..."
+sdxBtnRemoveInconsistents="ɾҪ"
+sdxBtnRename="(&M)..."
+sdxBtnReset="(&R)"
+sdxBtnRestoreDefaults="ָĬֵ(&R)"
+sdxBtnRestoreOriginal="ԭ(&O)"
+sdxBtnSaveAs="Ϊ(&A)..."
+sdxBtnSelectPicture="ѡͼƬ(&L)..."
+sdxBtnShowToolBar="ʾ(&T)"
+sdxBtnStyleOptions="ʽѡ..."
+sdxBtnTexture="(&T)..."
+sdxBtnTextureClear="(&E)"
+sdxBtnTitleProperties="..."
+sdxBtnYes="(&Y)"
+sdxBtnYesToAll="ȫ(&A)"
+sdxBuildingReport=": %d%%'"
+sdxBuildingReportStatusText="ɱ - "Escȡ"
+sdxBuiltIn="[ڽ]"
+sdxBuiltInPopupMenuBringToFront="ǰ(&R)"
+sdxBuiltInPopupMenuClearContents="(&N)"
+sdxBuiltInPopupMenuCopy="(&C)"
+sdxBuiltInPopupMenuCreateHyperlink="(&H)..."
+sdxBuiltInPopupMenuCustomizeObject="Զ(&U)..."
+sdxBuiltInPopupMenuCut="(&T)"
+sdxBuiltInPopupMenuDelete="ɾ(&D)"
+sdxBuiltInPopupMenuDeleteComment="ɾע(&M)"
+sdxBuiltInPopupMenuDeleteDialog="ɾ(&D)..."
+sdxBuiltInPopupMenuEditComment="ע(&E)..."
+sdxBuiltInPopupMenuEditHyperlink="༭(&H)..."
+sdxBuiltInPopupMenuFormatCells="ʽԪ(&F)..."
+sdxBuiltInPopupMenuHide="(&H)"
+sdxBuiltInPopupMenuHideComment="ע(&H)"
+sdxBuiltInPopupMenuInsert="(&I)"
+sdxBuiltInPopupMenuInsertComment="ע(&M)..."
+sdxBuiltInPopupMenuInsertDialog="(&I)..."
+sdxBuiltInPopupMenuMergeCells="ϲԪ(&M)"
+sdxBuiltInPopupMenuOpenHyperlink="(&O)"
+sdxBuiltInPopupMenuPaste="ճ(&P)"
+sdxBuiltInPopupMenuPasteSpecial="ѡճ"
+sdxBuiltInPopupMenuPasteSpecialAll="ճ(&P)"
+sdxBuiltInPopupMenuPasteSpecialFormulas="ʽ(&F)"
+sdxBuiltInPopupMenuPasteSpecialFormulasAndColumnWidths="Դп(&W)"
+sdxBuiltInPopupMenuPasteSpecialFormulasAndFormatting="ʽָʽ(&O)"
+sdxBuiltInPopupMenuPasteSpecialFormulasAndStyles="Դʽ(&K)"
+sdxBuiltInPopupMenuPasteSpecialShowDialog="ѡճ..."
+sdxBuiltInPopupMenuPasteSpecialValues="ֵ(&V)"
+sdxBuiltInPopupMenuPasteSpecialValuesAndFormatting="ֵָʽ(&A)"
+sdxBuiltInPopupMenuPasteSpecialValuesAndStyles="ֵԴʽ(&E)"
+sdxBuiltInPopupMenuProtectSheet="(&P)..."
+sdxBuiltInPopupMenuRemoveHyperlink="ɾ(&R)"
+sdxBuiltInPopupMenuRename="(&R)..."
+sdxBuiltInPopupMenuSendToBack="ú(&K)"
+sdxBuiltInPopupMenuShowComment="ʾע(&O)"
+sdxBuiltInPopupMenuSplitCells="ȡԪϲ(&N)"
+sdxBuiltInPopupMenuUnhide="ȡ(&U)"
+sdxBuiltInPopupMenuUnhideDialog="ȡ(&U)..."
+sdxBuiltInPopupMenuUnprotectSheet="(&p)ȡ..."
+sdxButtons="ť"
+sdxByBands=""
+sdxByColumns=""
+sdxByRows="(&R)"
+sdxBytes="ֽ"
+sdxByTopLevelGroups=""
+sdxByWrapping="ͨ(&W)"
+sdxCameraControlSettingsFormDevice="豸"
+sdxCameraControlSettingsFormDevices="豸"
+sdxCameraControlSettingsFormResolution="ֱ"
+sdxCameraControlSettingsFormResolutions="ֱ"
+sdxCameraControlSettingsFormSettings=""
+sdxCameraDialogAssign="(&A)"
+sdxCameraDialogCancel="ȡ(&C)"
+sdxCameraDialogCaption="ͷԤ"
+sdxCameraDialogPause="ͣ(&P)"
+sdxCameraDialogPlay="(&P)"
+sdxCameraInactive="ǻ״̬"
+sdxCameraInitializing="ڳʼ..."
+sdxCameraIsBusy="ͷ.\\nԹرܻʹͷij"
+sdxCameraNotDetected="ûзͷ"
+sdxCameraPaused="ͣ"
+sdxCameraRunning=""
+sdxCancel="ȡ"
+sdxCannotFindView="ҵͼ IDֵ = %d."
+sdxCannotLoadImage="ɾͼ"%s""
+sdxCannotPrintNoItemsAvailable="ûпõָӡΧڵĿ."
+sdxCannotPrintNoSelectedItems="ܴӡûѡ.ѡһĿ,Ȼٴδӡ."
+sdxCannotRenameFolderText="ļ"%s"."%s"ļѾ.ָһͬ."
+sdxCannotRenameItemText="Ŀ"%s"."%s"ĿѴ.ָһͬ."
+sdxCannotUseOnEveryPageMode="ʹOnEveryPageģʽ\\n\\nӦ\\n - ۵¼\\n - л"Ϊ"ѡرշѭ"ѡ"
+sdxCannotUseOnEveryPageModeInAggregatedState="ʹOnEveryPageģʽ\\nִھۺģʽʱ"
+sdxCaption="(&C):"
+sdxCaptionColor="ɫ:"
+sdxCaptionNodeFont="㼶"
+sdxCaptionStyle=""
+sdxCaptionTransparent=""
+sdxCardCaptionRowStyle="Ƭ"
+sdxCardRowCaptionStyle="Ƭб"
+sdxCardsRows="Ƭ(&C)"
+sdxCardsTab="Ƭ"
+sdxCarEngine=""
+sdxCarIsSUVColumnCaption="SUV"
+sdxCarLevelCaption=""
+sdxCarManufacturer=""
+sdxCarManufacturerCountry1="¹"
+sdxCarManufacturerCountry2=""
+sdxCarManufacturerCountry3="¹"
+sdxCarManufacturerCountry4="Ӣ"
+sdxCarManufacturerCountry5="¹"
+sdxCarManufacturerName1=""
+sdxCarManufacturerName2=""
+sdxCarManufacturerName3="µ"
+sdxCarManufacturerName4="·"
+sdxCarManufacturerName5="ķտ˹ AG"
+sdxCarModel="ͺ"
+sdxCarModel1="X5 4.8is"
+sdxCarModel2="ƫ"
+sdxCarModel3="S8ȫʱϵͳ"
+sdxCarModel4="G4ս"
+sdxCarModel5="ͺ62"
+sdxCarModelColumnCaption="ͺ"
+sdxCarName=""
+sdxCarParking="ͣ"
+sdxCarPhotoColumnCaption="Ƭ"
+sdxCarSpeedCountColumnCaption="ٶȼ"
+sdxCarTires="̥"
+sdxCarTransmission=""
+sdxCashCaption="ֽ"
+sdxCategoryStyle=""
+sdxCell="Ԫ:"
+sdxCellFillStyleDiagCrossHatch="Խ"
+sdxCellFillStyleDiagonalStrip="Խ"
+sdxCellFillStyleGray12="Ҷ12%"
+sdxCellFillStyleGray25="Ҷ25%"
+sdxCellFillStyleGray50="Ҷ50%"
+sdxCellFillStyleGray6="Ҷ6%"
+sdxCellFillStyleGray75="Ҷ75%"
+sdxCellFillStyleHorzStrip="ˮƽ"
+sdxCellFillStyleRevDiagonalStrip="Խ"
+sdxCellFillStyleSolid="ʵ"
+sdxCellFillStyleThickDiagonalCrossHatch="ĽԽ"
+sdxCellFillStyleThinDiagCrossHatch="ĽԽ"
+sdxCellFillStyleThinDiagonalStrip="ĶԽ"
+sdxCellFillStyleThinHorzCrossHatch="ˮƽ"
+sdxCellFillStyleThinHorzStrip="ˮƽ"
+sdxCellFillStyleThinRevDiagonalStrip="ķԽ"
+sdxCellFillStyleThinVertStrip="Ĵֱ"
+sdxCellFillStyleVertStrip="ֱ"
+sdxCellsModificationDialogButtonCancel="ȡ"
+sdxCellsModificationDialogButtonOK="ȷ"
+sdxCellsModificationDialogDeleteCaption="ɾ"
+sdxCellsModificationDialogInsertCaption=""
+sdxCenterOnPage="зʽ"
+sdxChartControlAreaDisplayName=""
+sdxChartControlBarDisplayName="ͼ"
+sdxChartControlDesignerCaption="ͼʦ"
+sdxChartControlDesignerGridlinesCaption=""
+sdxChartControlDesignerLabelCaption="ǩ"
+sdxChartControlDonutDisplayName="Բ"
+sdxChartControlDoughnutDisplayName="״"
+sdxChartControlFullStackedAreaDisplayName=""
+sdxChartControlFullStackedBarDisplayName="ͼ"
+sdxChartControlFullStackedBarSideBySideDisplayName="еͼ"
+sdxChartControlFullStackedLineDisplayName=""
+sdxChartControlLineDisplayName=""
+sdxChartControlPieDisplayName="ͼ"
+sdxChartControlSimpleDiagramDisplayName="ͼ"
+sdxChartControlSimpleSeriesTotalCenteredLabel="ϼ: \n{TV}"
+sdxChartControlSimpleSeriesTotalLabel="ϼ: {TV}"
+sdxChartControlStackedAreaDisplayName="ѵ"
+sdxChartControlStackedBarDisplayName="ѵͼ"
+sdxChartControlStackedBarSideBySideDisplayName="Ŷѷͼ"
+sdxChartControlStackedLineDisplayName=""
+sdxChartControlXYDiagramDisplayName="XY-ͼ"
+sdxChartDesignerAddDiagramHint="ͷͼ"
+sdxChartDesignerAddSeriesHint="ϵ"
+sdxChartDesignerAddSeriesTemplate="% sϵ"
+sdxChartDesignerAddTitleHint="ӱ"
+sdxChartDesignerAlignmentCaption=":"
+sdxChartDesignerAppearanceCaption=""
+sdxChartDesignerAxisCaption=""
+sdxChartDesignerAxisGridlinesCaption=""
+sdxChartDesignerAxisInvertedCaption=":"
+sdxChartDesignerAxisMinorCountCaption="С:"
+sdxChartDesignerAxisMinorGridlinesCaption="С"
+sdxChartDesignerAxisRangeAutoCaption="Զ:"
+sdxChartDesignerAxisRangeMaxValueCaption="ֵ:"
+sdxChartDesignerAxisRangeMinValueCaption="Сֵ:"
+sdxChartDesignerAxisSideMarginCaption="߾:"
+sdxChartDesignerAxisTicksCrossKindCaption=":"
+sdxChartDesignerAxisTicksLengthCaption=":"
+sdxChartDesignerAxisValueLabelsAngleCaption="Ƕ:"
+sdxChartDesignerAxisValueLabelsResolveOverlappingIndentCaption=":"
+sdxChartDesignerAxisValueLabelsResolveOverlapsCaption="ص"
+sdxChartDesignerBackgroundCaption=""
+sdxChartDesignerBackgroundGradientModeBackwardDiagonalCaption="Խ"
+sdxChartDesignerBackgroundGradientModeForwardDiagonalCaption="Խ"
+sdxChartDesignerBackgroundGradientModeHorizontalCaption="ˮƽ"
+sdxChartDesignerBackgroundGradientModeVerticalCaption="ֱ"
+sdxChartDesignerBackgroundHatchStyleBackwardDiagonalCaption="б"
+sdxChartDesignerBackgroundHatchStyleDarkDownwardDiagonalCaption="ڰµĶԽ"
+sdxChartDesignerBackgroundHatchStyleDarkHorizontalCaption="ɫˮƽ"
+sdxChartDesignerBackgroundHatchStyleDarkUpwardDiagonalCaption="ڰϵĶԽ"
+sdxChartDesignerBackgroundHatchStyleDarkVerticalCaption="ɫֱ"
+sdxChartDesignerBackgroundHatchStyleDashedDownwardDiagonalCaption="µĶԽ"
+sdxChartDesignerBackgroundHatchStyleDashedHorizontalCaption="ˮƽ"
+sdxChartDesignerBackgroundHatchStyleDashedUpwardDiagonalCaption="ϵĶԽ"
+sdxChartDesignerBackgroundHatchStyleDashedVerticalCaption="ߴֱ"
+sdxChartDesignerBackgroundHatchStyleDiagonalBrickCaption="Խש"
+sdxChartDesignerBackgroundHatchStyleDiagonalCrossCaption="Խǽ"
+sdxChartDesignerBackgroundHatchStyleDivotCaption=""
+sdxChartDesignerBackgroundHatchStyleDottedDiamondCaption="״"
+sdxChartDesignerBackgroundHatchStyleDottedGridCaption="״"
+sdxChartDesignerBackgroundHatchStyleForwardDiagonalCaption="Խ"
+sdxChartDesignerBackgroundHatchStyleHorizontalBrickCaption="ˮƽש"
+sdxChartDesignerBackgroundHatchStyleHorizontalCaption=""
+sdxChartDesignerBackgroundHatchStyleLargeCheckerBoardCaption=""
+sdxChartDesignerBackgroundHatchStyleLargeConfettiCaption="ֽм"
+sdxChartDesignerBackgroundHatchStyleLightDownwardDiagonalCaption="б"
+sdxChartDesignerBackgroundHatchStyleLightHorizontalCaption="ˮƽ"
+sdxChartDesignerBackgroundHatchStyleLightUpwardDiagonalCaption="б"
+sdxChartDesignerBackgroundHatchStyleLightVerticalCaption="ⴹֱ"
+sdxChartDesignerBackgroundHatchStyleNarrowHorizontalCaption="խˮƽ"
+sdxChartDesignerBackgroundHatchStyleNarrowVerticalCaption="խֱ"
+sdxChartDesignerBackgroundHatchStyleOutlinedDiamondCaption="շ"
+sdxChartDesignerBackgroundHatchStylePlaidCaption="ͼ"
+sdxChartDesignerBackgroundHatchStyleShingleCaption=""
+sdxChartDesignerBackgroundHatchStyleSmallCheckerBoardCaption="СӰ"
+sdxChartDesignerBackgroundHatchStyleSmallConfettiCaption="Сֽм"
+sdxChartDesignerBackgroundHatchStyleSmallGridCaption="С"
+sdxChartDesignerBackgroundHatchStyleSolidDiamondCaption="ʵķ"
+sdxChartDesignerBackgroundHatchStyleSphereCaption=""
+sdxChartDesignerBackgroundHatchStyleTrellisCaption=""
+sdxChartDesignerBackgroundHatchStyleVerticalCaption="ֱ"
+sdxChartDesignerBackgroundHatchStyleWaveCaption=""
+sdxChartDesignerBackgroundHatchStyleWeaveCaption="֯"
+sdxChartDesignerBackgroundHatchStyleWideDownwardDiagonalCaption="б"
+sdxChartDesignerBackgroundHatchStyleWideUpwardDiagonalCaption="б"
+sdxChartDesignerBackgroundHatchStyleZigZagCaption="˾"
+sdxChartDesignerBackgroundModeClearCaption=""
+sdxChartDesignerBackgroundModeGradientCaption="ݶ"
+sdxChartDesignerBackgroundModeHatchCaption=""
+sdxChartDesignerBackgroundModeSolidCaption="ʵ"
+sdxChartDesignerBackgroundModeTextureCaption=""
+sdxChartDesignerBorderCaption="߿"
+sdxChartDesignerCaptionCaption=":"
+sdxChartDesignerCenterCaption=""
+sdxChartDesignerChangeViewHint="ͼ"
+sdxChartDesignerChangeViewSeriesTemplate="%s ϵ"
+sdxChartDesignerChangeVisibilityHint="ıܼ"
+sdxChartDesignerChartCaption="ͼ"
+sdxChartDesignerColorCaption="ɫ:"
+sdxChartDesignerCrossCaption=""
+sdxChartDesignerDefaultCaption="Ĭֵ"
+sdxChartDesignerDeleteHint="ɾ"
+sdxChartDesignerDimensionCaption="ߴ:"
+sdxChartDesignerEnabledCaption=":"
+sdxChartDesignerEntireRangeCaption="Χ"
+sdxChartDesignerFarCaption="ĩβ"
+sdxChartDesignerFontBoldCaption=""
+sdxChartDesignerFontCaption=""
+sdxChartDesignerFontItalicCaption="б"
+sdxChartDesignerFontNameCaption=":"
+sdxChartDesignerFontSizeCaption="С:"
+sdxChartDesignerFontStrikeoutCaption="ɾ"
+sdxChartDesignerFontUnderlineCaption="»"
+sdxChartDesignerFormatCaption="ʽ:"
+sdxChartDesignerGeneralCaption="һ"
+sdxChartDesignerGradientBeginColorCaption="ʼɫ:"
+sdxChartDesignerGradientCaption="ʽ:"
+sdxChartDesignerGradientEndColorCaption="ɫ:"
+sdxChartDesignerGridlinesShowMinorCaption="ʾС:"
+sdxChartDesignerHatchStyleCaption="ʽ:"
+sdxChartDesignerInsideCaption="ڲ"
+sdxChartDesignerInterlacedCaption=""
+sdxChartDesignerLayoutDirectionAutoCaption="Զ"
+sdxChartDesignerLayoutDirectionCaption="ַ:"
+sdxChartDesignerLayoutDirectionHorizontalCaption="ˮƽ"
+sdxChartDesignerLayoutDirectionVerticalCaption="ֱ"
+sdxChartDesignerLegendAlignmentFarOutsideCaption="Զ"
+sdxChartDesignerLegendAlignmentHorizontalCaption="ˮƽ:"
+sdxChartDesignerLegendAlignmentNearOutsideCaption=""
+sdxChartDesignerLegendAlignmentVerticalCaption="ֱ:"
+sdxChartDesignerLegendCaption="ͼ"
+sdxChartDesignerLegendDirectionBottomToTopCaption="µ"
+sdxChartDesignerLegendDirectionCaption=":"
+sdxChartDesignerLegendDirectionLeftToRightCaption=""
+sdxChartDesignerLegendDirectionRightToLeftCaption="ҵ"
+sdxChartDesignerLegendDirectionTopToBottomCaption="ϵ"
+sdxChartDesignerLegendMaxCaptionWidthCaption=":"
+sdxChartDesignerLegendShowCaptionsCaption="ʾ:"
+sdxChartDesignerLegendShowCheckBoxesCaption="ʾѡ:"
+sdxChartDesignerLegendShowImagesCaption="ʾͼƬ:"
+sdxChartDesignerLineLengthCaption="߳:"
+sdxChartDesignerMarginsCaption="ҳ߿"
+sdxChartDesignerMarkersCaption=""
+sdxChartDesignerMarkerSizeCaption="С:"
+sdxChartDesignerMarkerTypeCaption=":"
+sdxChartDesignerMarkerTypeCircleCaption="Բ"
+sdxChartDesignerMarkerTypeDiamondCaption=""
+sdxChartDesignerMarkerTypeHexagonCaption=""
+sdxChartDesignerMarkerTypeInvertedTriangleCaption=""
+sdxChartDesignerMarkerTypePentagonCaption=""
+sdxChartDesignerMarkerTypePlusCaption="Ӻ"
+sdxChartDesignerMarkerTypeSquareCaption=""
+sdxChartDesignerMarkerTypeStartCaption="ʼ"
+sdxChartDesignerMarkerTypeTriangleCaption=""
+sdxChartDesignerMaxLineCountCaption=":"
+sdxChartDesignerMaxWidthCaption=":"
+sdxChartDesignerMinorTicksCaption=""
+sdxChartDesignerModeCaption="ͺ:"
+sdxChartDesignerMoveDownHint=""
+sdxChartDesignerMoveUpHint=""
+sdxChartDesignerNearCaption=""
+sdxChartDesignerNoneCaption=""
+sdxChartDesignerOffsetAllCaption="ȫ:"
+sdxChartDesignerOffsetBottomCaption="ײ:"
+sdxChartDesignerOffsetLeftCaption=":"
+sdxChartDesignerOffsetRightCaption="ұ:"
+sdxChartDesignerOffsetTopCaption=":"
+sdxChartDesignerOptionsCaption="ѡ"
+sdxChartDesignerOtherCaption=""
+sdxChartDesignerOutsideCaption="Χ"
+sdxChartDesignerPaddingCaption=""
+sdxChartDesignerPatternColorCaption="ģʽ:"
+sdxChartDesignerPositionCaption="λ:"
+sdxChartDesignerPrimaryAxisXCaption="ҪX-"
+sdxChartDesignerPrimaryAxisYCaption="ҪY-"
+sdxChartDesignerRotatedCaption="ת:"
+sdxChartDesignerSeriesBarWidthCaption="ο:"
+sdxChartDesignerSeriesCaption="ϵ"
+sdxChartDesignerSeriesNameCaption="ϵ %d"
+sdxChartDesignerSeriesNodeCaption="ϵ - %s"
+sdxChartDesignerSeriesShowInLegendCaption="ͼʾ:"
+sdxChartDesignerSeriesSortByCaption="ʽ:"
+sdxChartDesignerSeriesSortOrderCaption="˳:"
+sdxChartDesignerSeriesViewExplodedValueModeAllCaption="ȫ"
+sdxChartDesignerSeriesViewExplodedValueModeCaption="ֵ:"
+sdxChartDesignerSeriesViewExplodedValueModeCustomCaption=""
+sdxChartDesignerSeriesViewExplodedValueModeMaxCaption=""
+sdxChartDesignerSeriesViewExplodedValueModeMinCaption="С"
+sdxChartDesignerSeriesViewHoleRadiusCaption="װ뾶:"
+sdxChartDesignerSeriesViewStartAngleCaption="Ƕ:"
+sdxChartDesignerSeriesViewSweepDirectionCaption="ɨ:"
+sdxChartDesignerSeriesViewSweepDirectionClockwiseCaption="˳ʱ"
+sdxChartDesignerSeriesViewSweepDirectionCounterClockwiseCaption="ʱ"
+sdxChartDesignerShowInLegendChartCaption="ͳͼ"
+sdxChartDesignerShowInLegendDiagramCaption="ͼ"
+sdxChartDesignerShowLinesCaption="ʾ:"
+sdxChartDesignerSortByArgumentCaption=""
+sdxChartDesignerSortByValueCaption="ֵ"
+sdxChartDesignerSortOrderAscendingCaption=""
+sdxChartDesignerSortOrderDescendingCaption=""
+sdxChartDesignerStrokeCaption="г"
+sdxChartDesignerStrokeStyleDashCaption="ۺ"
+sdxChartDesignerStrokeStyleDashDotCaption="㻭"
+sdxChartDesignerStrokeStyleDashDotDotCaption="˫㻮"
+sdxChartDesignerStrokeStyleDotCaption=""
+sdxChartDesignerStrokeStyleSolidCaption=""
+sdxChartDesignerStyleCaption="ʽ:"
+sdxChartDesignerTextCaption="ı:"
+sdxChartDesignerTextOptionsCaption="ı"
+sdxChartDesignerTextureCaption=": \n"
+sdxChartDesignerThicknessCaption=":"
+sdxChartDesignerTicksCaption="ʮֲ"
+sdxChartDesignerTitleCaption=""
+sdxChartDesignerTitlePositionBottomCaption="ײ"
+sdxChartDesignerTitlePositionLeftCaption=""
+sdxChartDesignerTitlePositionRightCaption="ұ"
+sdxChartDesignerTitlePositionTopCaption=""
+sdxChartDesignerTitlesCaption=""
+sdxChartDesignerTopNCaption="ǰN"
+sdxChartDesignerTopNCountCaption=":"
+sdxChartDesignerTopNModeCountCaption=""
+sdxChartDesignerTopNModeThresholdPercentCaption="ֵٷֱ"
+sdxChartDesignerTopNModeThresholdValueCaption="ֵ"
+sdxChartDesignerTopNShowOthersCaption="ʾ:"
+sdxChartDesignerTopNThresholdPercentCaption="ֵٷֱ:"
+sdxChartDesignerTopNThresholdValueCaption="ֵ:"
+sdxChartDesignerValueLabelsCaption="ֵǩ"
+sdxChartDesignerValueLabelsPositionRadialCaption=""
+sdxChartDesignerValueLabelsPositionTangentCaption=""
+sdxChartDesignerValueLabelsPositionTwoColumnsCaption=""
+sdxChartDesignerValueLabelsResolveOverlappingIndentCaption=":"
+sdxChartDesignerValueLabelsResolveOverlappingModeCaption="ģʽ:"
+sdxChartDesignerValueLabelsResolveOverlapsCaption="ص"
+sdxChartDesignerViewCaption="ͼ"
+sdxChartDesignerVisibleCaption="ɼ:"
+sdxChartDesignerVisibleRangeCaption="ɼ"
+sdxChartDesignerWordWrapCaption="Զ:"
+sdxChartDialogCancel="ȡ"
+sdxChartDialogClose="ر"
+sdxChartDialogCloseConfirmation="ӦЩ?"
+sdxChartDialogMoreColors="ɫ..."
+sdxChartDialogOk="ȷ"
+sdxChartOtherValueLabel=""
+sdxCharts="ͼ"
+sdxCheckAll="ȫѡ(&A)"
+sdxCheckAllChildren="(&C)"
+sdxCheckMarks="ıʾ"
+sdxCheckMarksAsText="ıʾ(&D)"
+sdxChooseDetails="ѡϸϢ"
+sdxCircle="Բ"
+sdxClear="(&L)..."
+sdxClipboardFormatHTML="HTML ʽ"
+sdxClipboardFormatImage="ͼƬ"
+sdxClipboardFormatText="ı"
+sdxCloneStyleCaptionPrefix=" (%D) "
+sdxCloseExplorerHint="ر"
+sdxColor="ɫ(&L):"
+sdxColorAqua="dzɫ"
+sdxColorBlack="ɫ"
+sdxColorBlue="ɫ"
+sdxColorBlueGray="ɫ"
+sdxColorBrighthGreen="ɫ"
+sdxColorBrown="ɫ"
+sdxColorDarkBlue="ɫ"
+sdxColorDarkGreen="ɫ"
+sdxColorDarkRed="ɫ"
+sdxColorDarkTeal="ɫ"
+sdxColorDialogAddToCustomColors="Զɫ(&A)"
+sdxColorDialogApply="ȷ(&O)"
+sdxColorDialogBasicColors="ɫ"
+sdxColorDialogCancel="ȡ(&C)"
+sdxColorDialogCaption="ɫ༭"
+sdxColorDialogCustomColors="Զɫ"
+sdxColorDialogDefineCustomColor="Զɫ(&D) >>"
+sdxColorDrakYellow="ɫ"
+sdxColorGalleryStandardColors="ɫ"
+sdxColorGalleryThemeColors="ɫ"
+sdxColorGold="ɫ"
+sdxColorGray25="ɫ-25%"
+sdxColorGray40="ɫ-40%"
+sdxColorGray50="ɫ-50%"
+sdxColorGray80="ɫ-80%"
+sdxColorGreen="ɫ"
+sdxColorIndigo="ɫ"
+sdxColorLavender="ɫ"
+sdxColorLightBlue="dzɫ"
+sdxColorLightGreen="dzɫ"
+sdxColorLightOrange="dzۻɫ"
+sdxColorLightTurquoise="dzɫ"
+sdxColorLightYellow="dzɫ"
+sdxColorLime="dzɫ"
+sdxColorOliveGreen="ɫ"
+sdxColorOrange="ۻɫ"
+sdxColorPaleBlue="ɫ"
+sdxColorPickerAlphaLabel="A:"
+sdxColorPickerBlueLabel="B:"
+sdxColorPickerGreenLabel="G:"
+sdxColorPickerHexCodeLabel="#"
+sdxColorPickerHueLabel="H:"
+sdxColorPickerLightnessLabel="L:"
+sdxColorPickerRedLabel="R:"
+sdxColorPickerSaturationLabel="S:"
+sdxColorPink="ۺɫ"
+sdxColorPlum="÷ɫ"
+sdxColorRed="ɫ"
+sdxColorRose="õ"
+sdxColors="ɫ"
+sdxColorSeaGreen="ɫ"
+sdxColorSkyBlue="ɫ"
+sdxColorTan="ػɫ"
+sdxColorTeal="ɫ"
+sdxColorTurquoise="ɫ"
+sdxColorViolet="ɫ"
+sdxColorWhite="ɫ"
+sdxColorYellow="ɫ"
+sdxColumnFields="ֶ(&C)"
+sdxColumnHeaders="б(&C)"
+sdxColumnHeadersOnEveryPage="б(&H)"
+sdxColumnWidthCaption="ѡеĿ():"
+sdxComment=":"
+sdxCompany1="ݹ˾."
+sdxCompany2="ķ-˹չ˾"
+sdxCompanyCaption="˾"
+sdxCompanyName="˾"
+sdxComponentAlreadyExists="Ϊ"%s"Ѵ"
+sdxComponentNotAssigned="%s\\nܷ"Component""
+sdxComponentNotSupported="ӡ֧"%s""
+sdxComponentNotSupportedByLink="ӡ֧"%s""
+sdxComposition=""
+sdxCompositionDesignerCaption="༭"
+sdxCompositionStartEachItemFromNewPage="ÿһµһҳʼ(&S)"
+sdxConditionalFormattingAboveAverage="ѡΧƽˮƽ"
+sdxConditionalFormattingAboveAverageOnStandardDeviation="%dѡΧƽˮƽ"
+sdxConditionalFormattingAboveOrEqualAverage="ڻƽΪѡķΧ"
+sdxConditionalFormattingBelowAverage="ѡΧƽˮƽ"
+sdxConditionalFormattingBelowAverageOnStandardDeviation="%d ƫƽˮƽΪѡķΧ"
+sdxConditionalFormattingBelowOrEqualAverage="ڻƽΪѡķΧ"
+sdxConditionalFormattingBottomValues=" %s"
+sdxConditionalFormattingCellIsRuleComparisonOperatorBetween=""
+sdxConditionalFormattingCellIsRuleComparisonOperatorEqual=""
+sdxConditionalFormattingCellIsRuleComparisonOperatorGreaterThan=""
+sdxConditionalFormattingCellIsRuleComparisonOperatorGreaterThanOrEqual="ڻ"
+sdxConditionalFormattingCellIsRuleComparisonOperatorLessThan="С"
+sdxConditionalFormattingCellIsRuleComparisonOperatorLessThanOrEqual="Сڻ"
+sdxConditionalFormattingCellIsRuleComparisonOperatorNotBetween=""
+sdxConditionalFormattingCellIsRuleComparisonOperatorNotEqual=""
+sdxConditionalFormattingCellIsRuleDetailsBetween="Ԫֵ"%s""%s"֮"
+sdxConditionalFormattingCellIsRuleDetailsEqual="Ԫֵ"%s""
+sdxConditionalFormattingCellIsRuleDetailsGreaterThan="Ԫֵ"%s""
+sdxConditionalFormattingCellIsRuleDetailsGreaterThanOrEqual="Ԫֵڻ"%s""
+sdxConditionalFormattingCellIsRuleDetailsLessThan="ԪֵС"%s""
+sdxConditionalFormattingCellIsRuleDetailsLessThanOrEqual="ԪֵСڻ"%s""
+sdxConditionalFormattingCellIsRuleDetailsNotBetween="Ԫֵ"%s""%s"֮"
+sdxConditionalFormattingCellIsRuleDetailsNotEqual="Ԫֵ"%s""
+sdxConditionalFormattingColorScale="ɫ"
+sdxConditionalFormattingDataBar=""
+sdxConditionalFormattingDataBarRuleStyleEditDialogAxis=""
+sdxConditionalFormattingDataBarRuleStyleEditDialogAxisAuto="Զ (ڸֵĿɱλʾ)(&U)"
+sdxConditionalFormattingDataBarRuleStyleEditDialogAxisColor="ɫ(&X):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogAxisMidpoint="Ԫе(&M)"
+sdxConditionalFormattingDataBarRuleStyleEditDialogAxisNone=" (ʾͬķĸֵͼ)(&E)"
+sdxConditionalFormattingDataBarRuleStyleEditDialogBarDirection="(&D):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogBarDirectionAuto="(&C):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogBarDirectionLeftToRight=""
+sdxConditionalFormattingDataBarRuleStyleEditDialogBarDirectionRightToLeft="ҵ"
+sdxConditionalFormattingDataBarRuleStyleEditDialogBordersNone=""
+sdxConditionalFormattingDataBarRuleStyleEditDialogBordersSolid="ʵ"
+sdxConditionalFormattingDataBarRuleStyleEditDialogButtonCancel="ȡ"
+sdxConditionalFormattingDataBarRuleStyleEditDialogButtonOk="ȷ"
+sdxConditionalFormattingDataBarRuleStyleEditDialogCaption="ʽ"
+sdxConditionalFormattingDataBarRuleStyleEditDialogCommon=""
+sdxConditionalFormattingDataBarRuleStyleEditDialogFillMode="ģʽ(&F):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogFillModeGradient=""
+sdxConditionalFormattingDataBarRuleStyleEditDialogFillModeSolid="ʵ"
+sdxConditionalFormattingDataBarRuleStyleEditDialogNegativeBar="ֵ"
+sdxConditionalFormattingDataBarRuleStyleEditDialogNegativeBarBorderColor="߿ɫ(&R):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogNegativeBarBorderColorAuto="Ӧͬı߿ɫΪ(&P)"
+sdxConditionalFormattingDataBarRuleStyleEditDialogNegativeBarColor="ɫ(&L):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogNegativeBarColorAuto="ӦͬɫΪ(&A)"
+sdxConditionalFormattingDataBarRuleStyleEditDialogPositiveBar=""
+sdxConditionalFormattingDataBarRuleStyleEditDialogPositiveBarBorderColor="߿ɫ(&D):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogPositiveBarBorderStyle="߿ʽ(&B):"
+sdxConditionalFormattingDataBarRuleStyleEditDialogPositiveBarColor="ɫ(&C):"
+sdxConditionalFormattingDuplicateValuesRuleDetails="ظֵ"
+sdxConditionalFormattingExpressionRuleDetails="ʽ: %s"
+sdxConditionalFormattingIconSet="ͼ꼯"
+sdxConditionalFormattingRuleEditDialogAnd=""
+sdxConditionalFormattingRuleEditDialogButtonCancel="ȡ"
+sdxConditionalFormattingRuleEditDialogButtonFormat="ʽ(&F)..."
+sdxConditionalFormattingRuleEditDialogButtonOk="ȷ"
+sdxConditionalFormattingRuleEditDialogCaption="ʽ"
+sdxConditionalFormattingRuleEditDialogErrorIncorrectStopsOrder="վ˳ȷ"
+sdxConditionalFormattingRuleEditDialogErrorInvalidExpression="һʽȷ"
+sdxConditionalFormattingRuleEditDialogIconStyle="ͼʽ(&C):"
+sdxConditionalFormattingRuleEditDialogPercentsOfSelectedRange="%ѡΧ"
+sdxConditionalFormattingRuleEditDialogPreview="Ԥ:"
+sdxConditionalFormattingRuleEditDialogReverseIconOrder="ߵͼ˳(&D)"
+sdxConditionalFormattingRuleEditDialogRuleDescriptionAboveOrBelowAverage="ʽֵ:"
+sdxConditionalFormattingRuleEditDialogRuleDescriptionCellIs="ֻоֵĵԪøʽ:"
+sdxConditionalFormattingRuleEditDialogRuleDescriptionExpression="ʽֵøʽ:"
+sdxConditionalFormattingRuleEditDialogRuleDescriptionIconSet="ʾÿͼЩ:"
+sdxConditionalFormattingRuleEditDialogRuleDescriptionTopBottomValues="ʽֵǵȼ:"
+sdxConditionalFormattingRuleEditDialogRuleNameAboveOrBelowAverage="ֻǸڻƽֵֵøʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameCellIs="ΨһԪʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameDataBar="ֵͨеԪøʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameDuplicateValues="ֻظֵøʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameExpression="ʹùʽȷҪøʽĵԪ"
+sdxConditionalFormattingRuleEditDialogRuleNameIconSet="ڸֵͨͼ꼯еԪøʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameThreeColorScale="ͨɫ̶ֵеԪøʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameTopBottomValues="ֻжײֵøʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameTwoColorScale="ͨɫֵеԪøʽ"
+sdxConditionalFormattingRuleEditDialogRuleNameUniqueValues="ֻΨһֵøʽ"
+sdxConditionalFormattingRuleEditDialogRuleType="ѡ(&S):"
+sdxConditionalFormattingRuleEditDialogScaleMaxStop="ֵ"
+sdxConditionalFormattingRuleEditDialogScaleMidStop="е"
+sdxConditionalFormattingRuleEditDialogScaleMinStop="Сֵ"
+sdxConditionalFormattingRuleEditDialogScaleValueTypeFormula="ʽ"
+sdxConditionalFormattingRuleEditDialogScaleValueTypeHighestValue="ֵ"
+sdxConditionalFormattingRuleEditDialogScaleValueTypeLowestValue="ֵ"
+sdxConditionalFormattingRuleEditDialogScaleValueTypePercent="ٷֱ"
+sdxConditionalFormattingRuleEditDialogScaleValueTypePercentile="ٷλ"
+sdxConditionalFormattingRuleEditDialogScaleValueTypeValue="ֵ"
+sdxConditionalFormattingRuleEditDialogShowBarOnly="ʾ(&B)"
+sdxConditionalFormattingRuleEditDialogShowIconOnly="ʾͼ(&I)"
+sdxConditionalFormattingRuleEditDialogWhenValueIs="ֵ"
+sdxConditionalFormattingRuleEditDialogWhenValueLess="ֵ< "%s""
+sdxConditionalFormattingRuleEditDialogWhenValueLessAnd="ֵ < "%s" "
+sdxConditionalFormattingRuleEditDialogWhenValueLessOrEqual="ֵ <= "%s""
+sdxConditionalFormattingRuleEditDialogWhenValueLessOrEqualAnd="ֵ <= "%s" "
+sdxConditionalFormattingRulesManagerDialogActionClone="(&C)¡"
+sdxConditionalFormattingRulesManagerDialogActionCreate="¹(&N)..."
+sdxConditionalFormattingRulesManagerDialogActionDelete="ɾ(&D)"
+sdxConditionalFormattingRulesManagerDialogActionEdit="༭(&E)..."
+sdxConditionalFormattingRulesManagerDialogActionMoveDown=""
+sdxConditionalFormattingRulesManagerDialogActionMoveUp=""
+sdxConditionalFormattingRulesManagerDialogButtonApply="Ӧ(&A)"
+sdxConditionalFormattingRulesManagerDialogButtonCancel="ȡ"
+sdxConditionalFormattingRulesManagerDialogButtonOk="ȷ"
+sdxConditionalFormattingRulesManagerDialogCaption="ʽ"
+sdxConditionalFormattingRulesManagerDialogColumnApplyToTheRecord="Ӧõ¼"
+sdxConditionalFormattingRulesManagerDialogColumnArea="Ӧ"
+sdxConditionalFormattingRulesManagerDialogColumnFormat="ʽ"
+sdxConditionalFormattingRulesManagerDialogColumnName=" (ʾ˳Ӧ)"
+sdxConditionalFormattingRulesManagerDialogColumnStopIfTrue="Ϊʱֹͣ"
+sdxConditionalFormattingRulesManagerDialogDisplayMode="ʾʽ(&S):"
+sdxConditionalFormattingRulesManagerDialogDisplayModeAll=""
+sdxConditionalFormattingRulesManagerDialogDisplayModeSelectedArea="ǰѡ"
+sdxConditionalFormattingRulesManagerDialogDisplayModeSheet="ҳ"
+sdxConditionalFormattingTopValues=" %s"
+sdxConditionalFormattingUniqueValuesRuleDetails="Ψһֵ"
+sdxConfidential=""
+sdxConfirmDeleteItem="ҪɾһĿ: %s ?"
+sdxConfirmOverWrite="ļ"%s"Ѵ.Ƿ ?"
+sdxConsumeSelectionStyle="ѡʽ"
+sdxContainerCustomizationDialogAbsolute="ҪƶԪߴ(&D)"
+sdxContainerCustomizationDialogButtonAdd="(&A)"
+sdxContainerCustomizationDialogButtonCancel="ȡ"
+sdxContainerCustomizationDialogButtonColor="ɫ(&C)"
+sdxContainerCustomizationDialogButtonLoad="ȡ(&L)"
+sdxContainerCustomizationDialogButtonOK="ȷ"
+sdxContainerCustomizationDialogButtonRemove="ɾ(&V)"
+sdxContainerCustomizationDialogButtonSave="(&S)"
+sdxContainerCustomizationDialogCaption="Զ"
+sdxContainerCustomizationDialogCropBottom="ײ(&M):"
+sdxContainerCustomizationDialogCropFrom="ü"
+sdxContainerCustomizationDialogCropLeft="(&L):"
+sdxContainerCustomizationDialogCropRight="(&G):"
+sdxContainerCustomizationDialogCropTop="(&P):"
+sdxContainerCustomizationDialogDirection="(&D):"
+sdxContainerCustomizationDialogGradientFill="(&G)"
+sdxContainerCustomizationDialogGradientLine="(&G)"
+sdxContainerCustomizationDialogGroupFill=""
+sdxContainerCustomizationDialogGroupProperties=""
+sdxContainerCustomizationDialogGroupSize="ߴ"
+sdxContainerCustomizationDialogHeight="߶(&E):"
+sdxContainerCustomizationDialogLine=""
+sdxContainerCustomizationDialogLineStyle="ʽ(&S):"
+sdxContainerCustomizationDialogLineWidth="(&W):"
+sdxContainerCustomizationDialogLockAspectRatio="ݺ(&A)"
+sdxContainerCustomizationDialogNoFill="(&N)"
+sdxContainerCustomizationDialogNoLine="(&N)"
+sdxContainerCustomizationDialogOneCells="ƶҪԪߴ(&M)"
+sdxContainerCustomizationDialogOriginalSize="ԭʼߴ"
+sdxContainerCustomizationDialogOriginalSizeFormatString=": %d, : %d"
+sdxContainerCustomizationDialogPositioning="λ"
+sdxContainerCustomizationDialogRelativeToPictureSize="ԭʼͼƬС(&R)"
+sdxContainerCustomizationDialogReset="(&S)"
+sdxContainerCustomizationDialogRotation="ת(&T):"
+sdxContainerCustomizationDialogScale=""
+sdxContainerCustomizationDialogScaleHeight="߶(&H):"
+sdxContainerCustomizationDialogScaleWidth="(&W):"
+sdxContainerCustomizationDialogSize="С"
+sdxContainerCustomizationDialogSizeAndRotate="ߴͽǶ"
+sdxContainerCustomizationDialogSolidFill="ʵ(&S)"
+sdxContainerCustomizationDialogSolidLine="ʵ(&S)"
+sdxContainerCustomizationDialogStops="ֹͣλ:"
+sdxContainerCustomizationDialogTextBoxAlignment=""
+sdxContainerCustomizationDialogTextBoxAlignmentBottom=""
+sdxContainerCustomizationDialogTextBoxAlignmentCenter="м"
+sdxContainerCustomizationDialogTextBoxAlignmentLeft=""
+sdxContainerCustomizationDialogTextBoxAlignmentRight=""
+sdxContainerCustomizationDialogTextBoxAlignmentTop=""
+sdxContainerCustomizationDialogTextBoxAutoSize="״СӦ(&F)"
+sdxContainerCustomizationDialogTextBoxCaption="ı"
+sdxContainerCustomizationDialogTextBoxHorizontal="ˮƽ(&H):"
+sdxContainerCustomizationDialogTextBoxPadding=""
+sdxContainerCustomizationDialogTextBoxPaddingBottom="(&M):"
+sdxContainerCustomizationDialogTextBoxPaddingLeft="(&L):"
+sdxContainerCustomizationDialogTextBoxPaddingRight="(&G):"
+sdxContainerCustomizationDialogTextBoxPaddingTop="(&P):"
+sdxContainerCustomizationDialogTextBoxVertical="ֱ(&V):"
+sdxContainerCustomizationDialogTextBoxWordWrap="״(&W)"
+sdxContainerCustomizationDialogTextButtonFont="(&F)"
+sdxContainerCustomizationDialogTextCaption="ı"
+sdxContainerCustomizationDialogTextureFill="(&T)"
+sdxContainerCustomizationDialogTwoCells="ƶԪߴ(&S)"
+sdxContainerCustomizationDialogWidth="(&D):"
+sdxContainers="(&O)"
+sdxContentEvenStyle="ż"
+sdxContentOddStyle=""
+sdxContentStyle=""
+sdxContinuedMessage=""
+sdxControls="ؼ(&C)"
+sdxControlsPlace="ؼĵط"
+sdxControlsTab="ؼ"
+sdxCopy="(&C)"
+sdxCopyOfItem=" "
+sdxCorporateHeadquarters="ҵ\\nܲ"
+sdxCountCaption=""
+sdxCountIs=":%d"
+sdxCreatedBy=" "
+sdxCreateDefinedNameFromSelectionDialogBottomRow=""
+sdxCreateDefinedNameFromSelectionDialogButtonCancel="ȡ"
+sdxCreateDefinedNameFromSelectionDialogButtonOK="ȷ"
+sdxCreateDefinedNameFromSelectionDialogCaption="ѡд"
+sdxCreateDefinedNameFromSelectionDialogHeader="ƴֵ:"
+sdxCreateDefinedNameFromSelectionDialogLeftColumn=""
+sdxCreateDefinedNameFromSelectionDialogRightColumn=""
+sdxCreateDefinedNameFromSelectionDialogTopRow=""
+sdxCreatedOn=" "
+sdxCreateNewStyleQueryNamePrompt="ʽ: "
+sdxCreationDate="Ѵ(&D):"
+sdxCreator="(&R):"
+sdxCrossFillPattern=""
+sdxCurrentDocumentHyperlinkTooltip="ǰĵ"
+sdxCurrentRecord="ǰ¼"
+sdxCustom="Զ"
+sdxCustomColorText="Զ..."
+sdxCustomSize="ԶС"
+sdxCyclicIDReferences="ѭID %s %s"
+sdxDashDotDotEdgePattern="̻--"
+sdxDashDotEdgePattern="̻-"
+sdxDashedEdgePattern="̻"
+sdxDataFields="ֶ(&D)"
+sdxDataLoadErrorText="ܼر"
+sdxDataProviderDontPresent="ûָе"
+sdxDataToPrintDoesNotExist="ܼ,ΪûݿԴӡ."
+sdxDateTimeWheelPickerHours="Сʱ"
+sdxDateTimeWheelPickerMinutes=""
+sdxDateTimeWheelPickerSeconds=""
+sdxDay=""
+sdxDBBasedExplorerItemDataLoadError="ܼر.\\n"
+sdxDecember="ʮ"
+sdxDecemberShort="ʮ"
+sdxDefaultHyperlinkScreenTip="%s - һθ.\\nסѡ˵Ԫ."
+sdxDefaultHyperlinkShortScreenTip="%s - һθ."
+sdxDefaultSheetCaption="%d"
+sdxDefaultToggleSwitchOffText=""
+sdxDefaultToggleSwitchOnText=""
+sdxDefaultTray="Ĭֽ"
+sdxDefinedNameEditorButtonCancel="ȡ"
+sdxDefinedNameEditorButtonOK="ȷ"
+sdxDefinedNameEditorCaptionEditName="༭"
+sdxDefinedNameEditorCaptionNewName=""
+sdxDefinedNameEditorComment=":"
+sdxDefinedNameEditorName=":"
+sdxDefinedNameEditorRefersTo="ο:"
+sdxDefinedNameEditorScope="Χ:"
+sdxDefinedNameManagerDialogButtonClose="ر"
+sdxDefinedNameManagerDialogButtonDelete="ɾ"
+sdxDefinedNameManagerDialogButtonEdit="༭..."
+sdxDefinedNameManagerDialogButtonNew="..."
+sdxDefinedNameManagerDialogCaption="ƹ"
+sdxDefinedNameManagerDialogColumnComment=""
+sdxDefinedNameManagerDialogColumnName=""
+sdxDefinedNameManagerDialogColumnReference="ο"
+sdxDefinedNameManagerDialogColumnScope="Χ"
+sdxDefinedNameManagerDialogColumnValue="ֵ"
+sdxDefinedNameManagerDialogDeleteSelectedNameConfirmation="ȷҪɾ"%s? "
+sdxDefinedNameManagerDialogDeleteSelectedNamesConfirmation="ȷҪɾѡ? "
+sdxDefinedNameManagerDialogRefersTo="ο:"
+sdxDefinedNameManagerDialogSaveConfirmation="ǷҪĸ? "
+sdxDefinedNameManagerDialogWorkbook=""
+sdxDefinePrintStylesCaption="ӡʽ"
+sdxDefinePrintStylesMenuItem="ӡʽ(&S)..."
+sdxDefinePrintStylesTitle="ӡʽ(&S):"
+sdxDefinePrintStylesWarningClear="Ҫɾзʽ ?"
+sdxDefinePrintStylesWarningDelete="Ƿɾ"%s" ?"
+sdxDeleteFolderMessageText="ɾļ"%s" ?"
+sdxDeleteItemMessageText="ɾ"%s" ?"
+sdxDeleteNonEmptyFolderMessageText="ļ"%s"ǿյ.ǷҪɾ?"
+sdxDeleteStyleSheet="ɾʽ"%s"?"
+sdxDepth="Ũ(&D):"
+sdxDescription="(&D):"
+sdxDetails="ϸϢ(&D)"
+sdxDeviceOnPort="%s %s "
+sdxDiagCrossFillPattern=""
+sdxDiagonalCrossHatchFillPattern="Խ"
+sdxDiagonalStripeFillPattern="Խ"
+sdxDisplayGraphicsAsText="ıʽʾͼ(&T)"
+sdxDisplayTrackBarsAsText="Ϊıʾ(&B)"
+sdxDocumentEncryptionQueryNewPasswordForm="ļѱ"
+sdxDocumentProtectionQueryNewPasswordForm="ǿƱ"
+sdxDocumentProtectionQueryPasswordForm="δĵ"
+sdxDottedEdgePattern="Բ"
+sdxDoubleLineEdgePattern="˫"
+sdxDownThenOver="к(&D)"
+sdxDrawBorder="Ʊ߿(&D)"
+sdxDrawMode="ģʽ(&M):"
+sdxDrawModeBorrow="Դ"
+sdxDrawModeChess="ģʽ"
+sdxDrawModeOddEven="/żģʽ"
+sdxDrawModeStrict="ȷ"
+sdxDTFormatsAutoUpdate="Զ(&U)"
+sdxDTFormatsAvailableDateFormats="Чڸʽ(&A):"
+sdxDTFormatsAvailableTimeFormats="Чʱʽ(&T):"
+sdxDTFormatsCaption="ʱ"
+sdxDTFormatsChangeDefaultFormat="ǷıĬںʱʽƥ"%s" - "%s" ?"
+sdxEast=""
+sdxEditDescription="༭"
+sdxEditReports="༭"
+sdxEllipse="Բ"
+sdxEnable="(&E)"
+sdxEndEllipsis="ʡԷ(&E)"
+sdxEndUserProgrammers="GUIԱ"
+sdxENFNCaption="ѡļ"
+sdxEngineering="̼"
+sdxEnterAutoTextEntriesHere=" Զͼļ(&U): "
+sdxEnterNewFileName="ļ"
+sdxEnv=""
+sdxErrorCannotChangePartOfArray="ܸһ."
+sdxErrorCannotExecuteActionOnProtectedSheet="ڱıʹø.ʹ,ȡ."
+sdxErrorCannotMoveBecauseOfMergedCells="˲ᵼһЩϲĵԪȡϲ."
+sdxErrorCannotRenameSheet="Ѵ."
+sdxErrorCannotSaveDocumentWithoutSheets="ĵ,Ϊйɼ. һɼ,Ȼһ."
+sdxErrorCellAlreadyExists="Ԫ"%d"Ѵ"
+sdxErrorCellProtected="ͼܱĵԪ,ֻ."
+sdxErrorCircularMessage="ע\\nһʽѭ,ҿȷ \n.ѭȡͬһʽκùʽ \n.,ԪָļֵһԪõԪ,ȡԭʼԪֵ \nѭ.\\n\\nһѭ,."
+sdxErrorCircularPathPrefix=""
+sdxErrorColorValueIsNotSpecified="ûָɫֵ"
+sdxErrorCommentAlreadyExists="Ϊ"%s"ĵԪѾ"
+sdxErrorDefinedNameAlreadyExists="ظ"%s""
+sdxErrorDocumentIsCorrupted="ĵ"
+sdxErrorExternalLinkAlreadyExists="ⲿ"%s"Ѵ"
+sdxErrorFieldNotFound="ûҵ%sֶ"
+sdxErrorFileCannotBeFoundInPackage="ûؼҵļ"%s""
+sdxErrorFileIsCorrupted="ļ"%s""
+sdxErrorInternal="ڲ: "%s""
+sdxErrorInvalidAnchorCell=""%s"ԪΪê"
+sdxErrorInvalidAnchorDefinition="Чê"
+sdxErrorInvalidCellReference=""%s" ԪЧ"
+sdxErrorInvalidCellsReference=""%s" ԪЧ"
+sdxErrorInvalidColor="֧"%s"ɫֵ"
+sdxErrorInvalidColorIndex="ɫ"%d"Ч"
+sdxErrorInvalidColumnIndex=""%s"Ч"
+sdxErrorInvalidDefinedNameSyntax="ֵȷ. \n \n֤: \nĸ»߿ͷ \nոַ \n빤ѴڵƲͻ. "
+sdxErrorInvalidDocumentType="ֵ֧ĵ"
+sdxErrorInvalidFormatCodeID="ʽĴID"%d"Ч"
+sdxErrorInvalidFormula="ʽ"%s"Ч"
+sdxErrorInvalidPasteArea="ճѡ,ΪĴС븴ƵСͬ"
+sdxErrorInvalidReference=""%s"õλ%dЧ"
+sdxErrorInvalidRelationshipId=""%s"ĹϵIDЧ"
+sdxErrorInvalidSelection="ڶѡݻյѡ"
+sdxErrorInvalidSharedStringIndex="ַ"%d"Ч"
+sdxErrorInvalidSheetId="ID="%s"ûҵ"
+sdxErrorInvalidStyleIndex="ʽ"%d"Ч"
+sdxErrorMaxOutlineLevel="ټкеĿܳ8."
+sdxErrorPictureCannotBeFound="ͼƬ"%s"ûҵ"
+sdxErrorPossibleDataLoss="Ϊ˷ֹܵݶʧ,תƹеķǿյԪѱȡ. \nѡһλ,µĵԪ,ӹɾ."
+sdxErrorUnsupportedDocumentFormat="ֵ֧ĵʽ"
+sdxErrorUnsupportedSheetType="ֵ֧Ĺ"
+sdxEvenColor="żɫ(&V):"
+sdxEvenFont="ż"
+sdxExcelFilterAboveAverageConditionText="ƽ"
+sdxExcelFilterAfterConditionText="֮"
+sdxExcelFilterBeforeConditionText="ǰ"
+sdxExcelFilterBeginsWithConditionText="ʼ"
+sdxExcelFilterBelowAverageConditionText="ƽ"
+sdxExcelFilterBetweenConditionText=""
+sdxExcelFilterBottomNConditionText="N"
+sdxExcelFilterContainsConditionText=""
+sdxExcelFilterCustomFilterAndOperatorLabel=""
+sdxExcelFilterCustomFilterConditionText="Զ"
+sdxExcelFilterCustomFilterFirstConditionLabel="һ"
+sdxExcelFilterCustomFilterOrOperatorLabel=""
+sdxExcelFilterCustomFilterSecondConditionLabel="ڶ"
+sdxExcelFilterDateFiltersTabCaption="ڹ"
+sdxExcelFilterDoesNotContainConditionText=""
+sdxExcelFilterDoesNotEqualConditionText=""
+sdxExcelFilterEndsWithConditionText="Խ"
+sdxExcelFilterEnterValueHintText="ֵ..."
+sdxExcelFilterEqualsConditionText=""
+sdxExcelFilterFromValueText=""
+sdxExcelFilterGreaterThanConditionText=""
+sdxExcelFilterGreaterThanOrEqualToConditionText="ڵ"
+sdxExcelFilterIsBlankConditionText="ǿհ"
+sdxExcelFilterIsNotBlankConditionText="ǿյ"
+sdxExcelFilterLastMonthConditionText="ϸ"
+sdxExcelFilterLastWeekConditionText=""
+sdxExcelFilterLastYearConditionText="ȥ"
+sdxExcelFilterLessEqualThanOrEqualToConditionText="Сڵ"
+sdxExcelFilterLessThanConditionText="С"
+sdxExcelFilterNextMonthConditionText="¸"
+sdxExcelFilterNextWeekConditionText=""
+sdxExcelFilterNextYearConditionText=""
+sdxExcelFilterNumericFiltersTabCaption="ֹ"
+sdxExcelFilterPredefinedFiltersConditionText="Ԥ"
+sdxExcelFilterSelectDateHintText="ѡ..."
+sdxExcelFilterSelectValueHintText="ѡһֵ..."
+sdxExcelFilterSpecificDatePeriodsConditionText="ضڶ"
+sdxExcelFilterTextFiltersTabCaption="ıɸѡ"
+sdxExcelFilterThisMonthConditionText=""
+sdxExcelFilterThisWeekConditionText=""
+sdxExcelFilterThisYearConditionText=""
+sdxExcelFilterTimeFiltersTabCaption="ʱ"
+sdxExcelFilterTodayConditionTypeText=""
+sdxExcelFilterTomorrowConditionText=""
+sdxExcelFilterTopNBottomNItemsText="Ŀ"
+sdxExcelFilterTopNBottomNPercentText="ٷֱ"
+sdxExcelFilterTopNBottomNTypeLabel=""
+sdxExcelFilterTopNBottomNValueLabel="б"
+sdxExcelFilterTopNConditionText="ǰN"
+sdxExcelFilterToValueText=""
+sdxExcelFilterValuesTabCaption="б"
+sdxExcelFilterYesterdayConditionText=""
+sdxExpandAll="ȫչ(&X)"
+sdxExpandButtons="չť(&X)"
+sdxExpandedGroups="չ"
+sdxExpandHeight="չ߶"
+sdxExpanding="չ"
+sdxExpandLevel="չ㼶(&L):"
+sdxExpandWidth="չ"
+sdxExplicitlyExpandNodes="ʽչڵ"
+sdxExplorerBar="Դ"
+sdxExplorerCaption="Դ"
+sdxExplorerRootFolderCaption=""
+sdxExplorerToolBar="Դ"
+sdxExpressionEditorButtonCancel="ȡ"
+sdxExpressionEditorButtonOK="ȷ"
+sdxExpressionEditorCaption="ʽ༭"
+sdxExpressionEditorCloseDialogConfirmation="ʽ.?"
+sdxExpressionEditorConstantsCategoryCaption=""
+sdxExpressionEditorFieldsCategoryCaption="ֶ"
+sdxExpressionEditorFilterTextHint="Ҫı..."
+sdxExpressionEditorFunctionGroupsCategoryCaption=""
+sdxExpressionEditorInvalidExpressionExceptionText="Чıʽ."
+sdxExpressionEditorMissingClosingFieldMark="ֶӦð[]"
+sdxExpressionEditorMissingClosingStringMark="ַӦõŻ˫"
+sdxExpressionEditorNoSuggestions=""
+sdxExpressionEditorOperatorAddDescription="һֵӵڶֵ."
+sdxExpressionEditorOperatorConcatDescription="ַӳһ."
+sdxExpressionEditorOperatorDivDescription="һֵԵڶֵ."
+sdxExpressionEditorOperatorEQDescription="ֵ,TRUE;."
+sdxExpressionEditorOperatorGEDescription="һֵڵڶֵ,TRUE;."
+sdxExpressionEditorOperatorGTDescription="һֵڵڶֵ,TRUE;."
+sdxExpressionEditorOperatorLEDescription="һֵСڵڶֵ,TRUE;."
+sdxExpressionEditorOperatorLTDescription="һֵСڵڶֵ,TRUE;."
+sdxExpressionEditorOperatorMulDescription="һֵԵڶֵ."
+sdxExpressionEditorOperatorNEDescription="һֵڵڶֵ,TRUE;."
+sdxExpressionEditorOperatorPercentDescription="ֵָΪٷֱ."
+sdxExpressionEditorOperatorPowerDescription="һֵߵڶֵ."
+sdxExpressionEditorOperatorsCategoryCaption="Ӫ"
+sdxExpressionEditorOperatorSubDescription="ӵһֵȥڶֵ."
+sdxExpressionEditorSyntaxError=""
+sdxExpressionEditorUnknownField="δ֪"
+sdxExpressionEditorUnknownFieldOrFunctionConfirmation="ʽδֶ֪λ.?"
+sdxExpressionEditorUnknownFunction="δ֪"
+sdxExtendedSelect="չѡ(&E)"
+sdxFalse=""
+sdxFDiagonalFillPattern="Խ"
+sdxFebruary=""
+sdxFebruaryShort=""
+sdxFEFCaption="Ч"
+sdxFieldOfficeCanada="ذ´:\\nô"
+sdxFileAlreadyExists="ļ"%s"Ѵ."
+sdxFileBasedExplorerItemDataLoadError="ܼر.\\nļ,һûӦó"
+sdxFileDialogAllSupported="֧"
+sdxFileDialogBackDisabledHint=""
+sdxFileDialogBackEnabledHint="%s (Alt+Left)"
+sdxFileDialogFileNameCaption="ļ:"
+sdxFileDialogFileNotExistWarning=" \nļδҵ. \nļ,Ȼ. "
+sdxFileDialogFilePreviewHidePaneHint="Ԥ."
+sdxFileDialogFilePreviewShowPaneHint="ʾԤ."
+sdxFileDialogForwardDisabledHint="ǰ"
+sdxFileDialogForwardEnabledHint="ת%s (Alt+Right)"
+sdxFileDialogHistoryHint="ҳ"
+sdxFileDialogNewFolderCaption="½ļ"
+sdxFileDialogNewFolderHint="һµĿļ."
+sdxFileDialogSearchNullstring="..."
+sdxFileDialogUpHint=""
+sdxFileDialogViewsHint="ıͼ."
+sdxFileName="ļ "
+sdxFileNameAndPath="ļƺ· "
+sdxFilePreviewPanePreviewMessageEmpty="ûпõԤ."
+sdxFilePreviewPanePreviewMessageNoFile="ѡҪԤļ."
+sdxFilterBar="(&F)"
+sdxFilterBarStyle=""
+sdxFilterPopupWindowCancelButtonCaption="ȡ"
+sdxFilterPopupWindowClearButtonCaption="չ"
+sdxFilterPopupWindowCloseButtonCaption="ر"
+sdxFilterPopupWindowOKButtonCaption="ȷ"
+sdxFindAndReplaceDialogButtonClose="ر"
+sdxFindAndReplaceDialogButtonFindAll="ȫ(&I)"
+sdxFindAndReplaceDialogButtonFindNext="һ(&F)"
+sdxFindAndReplaceDialogButtonReplace="滻(&R)"
+sdxFindAndReplaceDialogButtonReplaceAll="ȫ滻(&A)"
+sdxFindAndReplaceDialogCaption="滻"
+sdxFindAndReplaceDialogColumnCellCaption="Ԫ"
+sdxFindAndReplaceDialogColumnFormulaCaption="ʽ"
+sdxFindAndReplaceDialogColumnNameCaption=""
+sdxFindAndReplaceDialogColumnSheetCaption="ҳ"
+sdxFindAndReplaceDialogColumnValueCaption="ֵ"
+sdxFindAndReplaceDialogFindMatchNotFound="ҵƥ.ѡԶ."
+sdxFindAndReplaceDialogFindTabCaption=""
+sdxFindAndReplaceDialogFindWhat="(&N):"
+sdxFindAndReplaceDialogLessOptions="ѡ <<(&T)"
+sdxFindAndReplaceDialogLookIn="ҷΧ(&L):"
+sdxFindAndReplaceDialogLookInFormulas="ʽ"
+sdxFindAndReplaceDialogLookInValues="ֵ"
+sdxFindAndReplaceDialogMatchCase="ƥСд(&C)"
+sdxFindAndReplaceDialogMatchEntireCell="ȫƥ(&O)"
+sdxFindAndReplaceDialogMoreOptions="ѡ(&T) >>"
+sdxFindAndReplaceDialogReplaceMatchNotFound="ҵƥи.ѡԶ."
+sdxFindAndReplaceDialogReplacementResult="ȫ. 滻%d."
+sdxFindAndReplaceDialogReplaceTabCaption="滻"
+sdxFindAndReplaceDialogReplaceWith="滻Ϊ(&E):"
+sdxFindAndReplaceDialogSearchMode="(&S):"
+sdxFindAndReplaceDialogSearchModeByColumns="ͨ"
+sdxFindAndReplaceDialogSearchModeByRows="ͨ"
+sdxFindAndReplaceDialogStatusBarCellsFound="ҵ%dԪ"
+sdxFindAndReplaceDialogWithinRange="(&H):"
+sdxFindAndReplaceDialogWithinRangeSheet="ҳ"
+sdxFindAndReplaceDialogWithinRangeSpreadsheet="Excel"
+sdxFinishLabelCaption=":"
+sdxFiterFields="ֶ(&F)"
+sdxFitTo="ʺ(&F):"
+sdxFitToPageHorizontally=":"
+sdxFitToPageVertically="߶:"
+sdxFixedColor="̶ɫ(&I):"
+sdxFixedHorzLines="̶ˮƽ(&X)"
+sdxFixedRowOnEveryPage="̶ÿҳ"
+sdxFixedTransparent="̶(&X)"
+sdxFixedVertLines="̶ֱ(&D)"
+sdxFlatCheckMarks="ƽ(&L)"
+sdxFloatingObjectLayoutFormDialog=""
+sdxFloatingObjectLayoutFormDialogBottom="(&M)"
+sdxFloatingObjectLayoutFormDialogButtonReset="(&S)"
+sdxFloatingObjectLayoutFormDialogDistance="־"
+sdxFloatingObjectLayoutFormDialogHeight="߶"
+sdxFloatingObjectLayoutFormDialogHeightAbsolute="(&E):"
+sdxFloatingObjectLayoutFormDialogHorizontal="ˮƽ"
+sdxFloatingObjectLayoutFormDialogHorizontalAbsolutePosition="Ҳ(&T)"
+sdxFloatingObjectLayoutFormDialogHorizontalAbsolutePositionItem="λ(&P)"
+sdxFloatingObjectLayoutFormDialogHorizontalAlignmentItem="(&A)"
+sdxFloatingObjectLayoutFormDialogHorizontalPositionType="(&R)"
+sdxFloatingObjectLayoutFormDialogLeft="(&E)"
+sdxFloatingObjectLayoutFormDialogLock="(&L)"
+sdxFloatingObjectLayoutFormDialogLockAspectRatio="ݺ(&A)"
+sdxFloatingObjectLayoutFormDialogOptions="ѡ"
+sdxFloatingObjectLayoutFormDialogOriginalSize="ԭʼС"
+sdxFloatingObjectLayoutFormDialogOriginalSizeHeight="߶:"
+sdxFloatingObjectLayoutFormDialogOriginalSizeWidth=":"
+sdxFloatingObjectLayoutFormDialogPresetControlBehind="ı(&B)"
+sdxFloatingObjectLayoutFormDialogPresetControlInFrontOf="ıǰ(&F)"
+sdxFloatingObjectLayoutFormDialogPresetControlSquare="(&Q)"
+sdxFloatingObjectLayoutFormDialogPresetControlThought="(&H)"
+sdxFloatingObjectLayoutFormDialogPresetControlTight="(&T)"
+sdxFloatingObjectLayoutFormDialogPresetControlTopAndBottom="͵ײ(&O)"
+sdxFloatingObjectLayoutFormDialogRight="(&G)"
+sdxFloatingObjectLayoutFormDialogRotate="ת"
+sdxFloatingObjectLayoutFormDialogRotation="ת(&T):"
+sdxFloatingObjectLayoutFormDialogScale=""
+sdxFloatingObjectLayoutFormDialogTabPagePosition="λ"
+sdxFloatingObjectLayoutFormDialogTabPageSize="ߴ"
+sdxFloatingObjectLayoutFormDialogTabPageTextWrapping="Զ"
+sdxFloatingObjectLayoutFormDialogTextWrapSideBothSides="˫(&S)"
+sdxFloatingObjectLayoutFormDialogTextWrapSideLargestOnly="(&A)"
+sdxFloatingObjectLayoutFormDialogTextWrapSideLeftOnly="(&L)"
+sdxFloatingObjectLayoutFormDialogTextWrapSideRightOnly="ұ(&R)"
+sdxFloatingObjectLayoutFormDialogTop="(&P)"
+sdxFloatingObjectLayoutFormDialogVertical="ֱ"
+sdxFloatingObjectLayoutFormDialogVerticalAbsolutePosition="(&W)"
+sdxFloatingObjectLayoutFormDialogVerticalAbsolutePositionItem="λ(&S)"
+sdxFloatingObjectLayoutFormDialogVerticalAlignmentItem="(&G)"
+sdxFloatingObjectLayoutFormDialogVerticalPositionType="(&E)"
+sdxFloatingObjectLayoutFormDialogWidth=""
+sdxFloatingObjectLayoutFormDialogWidthAbsolute="(&B):"
+sdxFloatingObjectLayoutFormDialogWrappingStyle="Զ"
+sdxFloatingObjectLayoutFormDialogWrapText="Զ"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionAlignmentCenter="м"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionAlignmentLeft=""
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionAlignmentRight=""
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypeCharacter="ַ"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypeColumn=""
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypeInsideMargin="ڲ߽"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypeLeftMargin="߽"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypeMargin="߽"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypeOutsideMargin="ⲿ߽"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypePage="ҳ"
+sdxFloatingObjectLayoutOptionsForm_HorizontalPositionTypeRightMargin="ұ߽"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionAlignmentBottom=""
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionAlignmentCenter="м"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionAlignmentInside="ڲ"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionAlignmentOutside="ⲿ"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionAlignmentTop=""
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypeBottomMargin="±߾"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypeInsideMargin="ڲ߽"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypeLine=""
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypeMargin="ҳ߿հ"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypeOutsideMargin="ⲿ߽"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypePage="ҳ"
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypeParagraph=""
+sdxFloatingObjectLayoutOptionsForm_VerticalPositionTypeTopMargin="ϱ߾"
+sdxFlowChart_Arrow_ClosedASMEArrow="رASMEͷ"
+sdxFlowChart_Arrow_ClosedDiamond="ر"
+sdxFlowChart_Arrow_ClosedDot="رյ"
+sdxFlowChart_Arrow_ClosedDoubleArrow="˫ͷ"
+sdxFlowChart_Arrow_Diamond=""
+sdxFlowChart_Arrow_Filled90="90ͷ"
+sdxFlowChart_Arrow_FilledDiamond=""
+sdxFlowChart_Arrow_FilledDot=""
+sdxFlowChart_Arrow_FilledDoubleArrow="˫ͷ"
+sdxFlowChart_Arrow_FilledFletch="ʽƬ"
+sdxFlowChart_Arrow_FilledSquare="䷽"
+sdxFlowChart_Arrow_IndentedFilledArrow="ͷ"
+sdxFlowChart_Arrow_Open90="90ͷ"
+sdxFlowChart_Arrow_OpenFletch="ʽ"
+sdxFlowChart_Arrow_OutdentedFilledArrow="ƽͷ"
+sdxFlowChart_ArrowShapes_BentArrow="ļ"
+sdxFlowChart_ArrowShapes_BlockArrow="״ͷ"
+sdxFlowChart_ArrowShapes_CircularArrow="Բμͷ"
+sdxFlowChart_ArrowShapes_CurvedLeftArrow="ͷ"
+sdxFlowChart_ArrowShapes_CurvedRightArrow="Ҽͷ"
+sdxFlowChart_ArrowShapes_FlexibleArrow="ͷ"
+sdxFlowChart_ArrowShapes_LeftRightArrowBlock="Ҽͷ"
+sdxFlowChart_ArrowShapes_LeftRightUpArrow="ϼͷ"
+sdxFlowChart_ArrowShapes_ModernArrow="ִͷ"
+sdxFlowChart_ArrowShapes_NotchedArrow="ȱڼͷ"
+sdxFlowChart_ArrowShapes_QuadArrow="ļͷ"
+sdxFlowChart_ArrowShapes_QuadArrowBlock="ķ"
+sdxFlowChart_ArrowShapes_SharpBentArrow=""
+sdxFlowChart_ArrowShapes_SimpleArrow="ͷ"
+sdxFlowChart_ArrowShapes_SimpleDoubleArrow="˫ͷ"
+sdxFlowChart_ArrowShapes_StripedArrow="Ƽ"
+sdxFlowChart_ArrowShapes_UTurnArrow="Uתͷ"
+sdxFlowChart_ArrowShapesCaption="ͷ״"
+sdxFlowChart_BasicFlowchartShapes_Custom1="1"
+sdxFlowChart_BasicFlowchartShapes_Custom2="2"
+sdxFlowChart_BasicFlowchartShapes_Custom3="3"
+sdxFlowChart_BasicFlowchartShapes_Custom4="4"
+sdxFlowChart_BasicFlowchartShapes_Data=""
+sdxFlowChart_BasicFlowchartShapes_Database="ݿ"
+sdxFlowChart_BasicFlowchartShapes_Decision=""
+sdxFlowChart_BasicFlowchartShapes_Document="ļ"
+sdxFlowChart_BasicFlowchartShapes_ExternalData="ⲿ"
+sdxFlowChart_BasicFlowchartShapes_OffPageReference="ҳο"
+sdxFlowChart_BasicFlowchartShapes_OnPageReference="ҳϲο"
+sdxFlowChart_BasicFlowchartShapes_Process=""
+sdxFlowChart_BasicFlowchartShapes_StartEnd="ʼ/"
+sdxFlowChart_BasicFlowchartShapes_Subprocess="ӹ"
+sdxFlowChart_BasicFlowchartShapesCaption="ͼ״"
+sdxFlowChart_BasicShapes_Can="Բ"
+sdxFlowChart_BasicShapes_Chevron="Vα־"
+sdxFlowChart_BasicShapes_Cross=""
+sdxFlowChart_BasicShapes_Cube=""
+sdxFlowChart_BasicShapes_Decagon="ʮ"
+sdxFlowChart_BasicShapes_DiagonalStripe="Խ"
+sdxFlowChart_BasicShapes_Diamond=""
+sdxFlowChart_BasicShapes_Donut="Բ"
+sdxFlowChart_BasicShapes_Ellipse="Բ"
+sdxFlowChart_BasicShapes_Frame=""
+sdxFlowChart_BasicShapes_FrameCorner="ܽ"
+sdxFlowChart_BasicShapes_Heptagon="߽"
+sdxFlowChart_BasicShapes_Hexagon=""
+sdxFlowChart_BasicShapes_LeftBrace="֧"
+sdxFlowChart_BasicShapes_LeftParenthesis=""
+sdxFlowChart_BasicShapes_LShape="L״"
+sdxFlowChart_BasicShapes_NoSymbol=""
+sdxFlowChart_BasicShapes_Octagon="˽"
+sdxFlowChart_BasicShapes_Parallelogram="ƽı"
+sdxFlowChart_BasicShapes_Pentagon=""
+sdxFlowChart_BasicShapes_Plaque=""
+sdxFlowChart_BasicShapes_Rectangle=""
+sdxFlowChart_BasicShapes_RightBrace="Ҳ֧"
+sdxFlowChart_BasicShapes_RightParenthesis=""
+sdxFlowChart_BasicShapes_RightTriangle=""
+sdxFlowChart_BasicShapes_RoundCornerRectangle="ԲǾ"
+sdxFlowChart_BasicShapes_RoundDiagonalCornerRectangle="ԲбǾ"
+sdxFlowChart_BasicShapes_RoundedRectangle="ԲǾ"
+sdxFlowChart_BasicShapes_RoundSameSideCornerRectangle="ԲͬǾ"
+sdxFlowChart_BasicShapes_SingleRoundCornerRectangle="ԲǾ"
+sdxFlowChart_BasicShapes_SingleSnipCornerRectangle="Ǿ"
+sdxFlowChart_BasicShapes_SnipAndRoundCornerRectangle="ѻԲǾ"
+sdxFlowChart_BasicShapes_SnipAndRoundSingleCornerRectangle="ѻԲεǾ"
+sdxFlowChart_BasicShapes_SnipCornerRectangle="ѻǾ"
+sdxFlowChart_BasicShapes_SnipDiagonalCornerRectangle="бǾ"
+sdxFlowChart_BasicShapes_SnipSameSideCornerRectangle="ͬǵľ"
+sdxFlowChart_BasicShapes_Star16="16"
+sdxFlowChart_BasicShapes_Star24="24"
+sdxFlowChart_BasicShapes_Star32="32"
+sdxFlowChart_BasicShapes_Star4="4"
+sdxFlowChart_BasicShapes_Star5="5"
+sdxFlowChart_BasicShapes_Star6="6"
+sdxFlowChart_BasicShapes_Star7="7"
+sdxFlowChart_BasicShapes_Trapezoid=""
+sdxFlowChart_BasicShapes_Triangle=""
+sdxFlowChart_BasicShapesCaption="״"
+sdxFlowChart_DecorativeShapes_Cloud=""
+sdxFlowChart_DecorativeShapes_DoubleWave="˫"
+sdxFlowChart_DecorativeShapes_DownRibbon="½"
+sdxFlowChart_DecorativeShapes_Heart=""
+sdxFlowChart_DecorativeShapes_HorizontalScroll=""
+sdxFlowChart_DecorativeShapes_LightningBolt=""
+sdxFlowChart_DecorativeShapes_Moon=""
+sdxFlowChart_DecorativeShapes_UpRibbon="̧ͷ"
+sdxFlowChart_DecorativeShapes_VerticalScroll="ֱ"
+sdxFlowChart_DecorativeShapes_Wave=""
+sdxFlowChart_DecorativeShapesCaption="װԵ״"
+sdxFlowChart_More_Shapes="״"
+sdxFlowChart_No_Shapes_Found="ûƥ"
+sdxFlowChart_No_Stencils_Open="ûпŵģ."
+sdxFlowChart_QuickShapesCaption="״"
+sdxFlowChart_SDLDiagramShapes_Alternative=""
+sdxFlowChart_SDLDiagramShapes_CreateRequest=""
+sdxFlowChart_SDLDiagramShapes_Decision1="1"
+sdxFlowChart_SDLDiagramShapes_Decision2="2"
+sdxFlowChart_SDLDiagramShapes_DiskStorage="̴洢"
+sdxFlowChart_SDLDiagramShapes_DividedEvent="ѵ¼"
+sdxFlowChart_SDLDiagramShapes_DividedProcess="ֻ"
+sdxFlowChart_SDLDiagramShapes_Document="ļ"
+sdxFlowChart_SDLDiagramShapes_MessageFromUser="ûϢ"
+sdxFlowChart_SDLDiagramShapes_MessageToUser="ûϢ"
+sdxFlowChart_SDLDiagramShapes_OffPageReference="ҳο"
+sdxFlowChart_SDLDiagramShapes_OnPageReference="ҳϲο"
+sdxFlowChart_SDLDiagramShapes_PrimitiveFromCallControl="ԺпԭʼϢ"
+sdxFlowChart_SDLDiagramShapes_PrimitiveToCallControl="пƻҪ"
+sdxFlowChart_SDLDiagramShapes_Procedure=""
+sdxFlowChart_SDLDiagramShapes_Return=""
+sdxFlowChart_SDLDiagramShapes_Save=""
+sdxFlowChart_SDLDiagramShapes_Start="ʼ"
+sdxFlowChart_SDLDiagramShapes_Terminator="ս"
+sdxFlowChart_SDLDiagramShapes_VariableProcedure=""
+sdxFlowChart_SDLDiagramShapes_VariableStart="ɱ俪ʼ"
+sdxFlowChart_SDLDiagramShapesCaption="SDLͼ״"
+sdxFlowChart_Search_Shapes_Null_Text="״..."
+sdxFlowChart_SoftwareIcons_Add=""
+sdxFlowChart_SoftwareIcons_Back=""
+sdxFlowChart_SoftwareIcons_Calendar=""
+sdxFlowChart_SoftwareIcons_Collapse="۵"
+sdxFlowChart_SoftwareIcons_Database="ݿ"
+sdxFlowChart_SoftwareIcons_Document="ļ"
+sdxFlowChart_SoftwareIcons_Expand="չ"
+sdxFlowChart_SoftwareIcons_Filter=""
+sdxFlowChart_SoftwareIcons_Forward="ǰ"
+sdxFlowChart_SoftwareIcons_HardDrive="Ӳ"
+sdxFlowChart_SoftwareIcons_Lock=""
+sdxFlowChart_SoftwareIcons_Network=""
+sdxFlowChart_SoftwareIcons_Permission=""
+sdxFlowChart_SoftwareIcons_Properties=""
+sdxFlowChart_SoftwareIcons_Remove="Ƴ"
+sdxFlowChart_SoftwareIcons_Sort=""
+sdxFlowChart_SoftwareIcons_Tools=""
+sdxFlowChart_SoftwareIcons_ZoomIn="Ŵ"
+sdxFlowChart_SoftwareIcons_ZoomOut="С"
+sdxFlowChart_SoftwareIconsCaption="ͼ"
+sdxFlowChartArrowSizeCustom="..."
+sdxFlowChartArrowSizeExtraLarge=""
+sdxFlowChartArrowSizeHuge=""
+sdxFlowChartArrowSizeLarge=""
+sdxFlowChartArrowSizeMedium=""
+sdxFlowChartArrowSizeSmall="С"
+sdxFlowChartArrowStyleArrow="ͷ"
+sdxFlowChartArrowStyleBackslash="б"
+sdxFlowChartArrowStyleClosedArrow="رյļͷ"
+sdxFlowChartArrowStyleClosedASMEarrow="ʽASMEͷ"
+sdxFlowChartArrowStyleClosedDiamond="ʽ"
+sdxFlowChartArrowStyleClosedDoubleArrow="ر˫ͷ"
+sdxFlowChartArrowStyleClosedOneDash="رһۺ"
+sdxFlowChartArrowStyleClosedThreeDash="ʽ"
+sdxFlowChartArrowStyleClosedTwoDash="ر̵"
+sdxFlowChartArrowStyleDiamond=""
+sdxFlowChartArrowStyleDimensionLine="ߴ"
+sdxFlowChartArrowStyleEllipseArrow="Բͷ"
+sdxFlowChartArrowStyleFilledArrow="ʵļͷ"
+sdxFlowChartArrowStyleFilledASMEarrow="ASMEͷ"
+sdxFlowChartArrowStyleFilledClosedDiamond=""
+sdxFlowChartArrowStyleFilledDiamond="ͷ"
+sdxFlowChartArrowStyleFilledDoubleArrow="ʵ˫ͷ"
+sdxFlowChartArrowStyleFilledOneDash="һۺ"
+sdxFlowChartArrowStyleFilledThreeDash="ۺ"
+sdxFlowChartArrowStyleFilledTwoDash="˫ۺ"
+sdxFlowChartArrowStyleIndentedClosedArrow="պϼͷ"
+sdxFlowChartArrowStyleIndentedFilledArrow="ʵļͷ"
+sdxFlowChartArrowStyleNone=""
+sdxFlowChartArrowStyleOpenOneDash="һ̻"
+sdxFlowChartArrowStyleOpenThreeDash="̻"
+sdxFlowChartArrowStyleOpenTwoDash="̻"
+sdxFlowChartArrowStyleOutdentedClosedArrow="յļͷ"
+sdxFlowChartArrowStyleOutdentedFilledArrow="˼"
+sdxFlowChartArrowStyleRectArrow="μͷ"
+sdxFlowChartBorderStyleAdjust=""
+sdxFlowChartBorderStyleBottom=""
+sdxFlowChartBorderStyleDiagonal="Խ"
+sdxFlowChartBorderStyleFlat="ƽ"
+sdxFlowChartBorderStyleLeft=""
+sdxFlowChartBorderStyleMiddle=""
+sdxFlowChartBorderStyleMono="һ"
+sdxFlowChartBorderStyleRight=""
+sdxFlowChartBorderStyleSoft=""
+sdxFlowChartBorderStyleTop=""
+sdxFlowChartConnectionEditorArrowColor="ͷɫ"
+sdxFlowChartConnectionEditorArrowSize="ͷС"
+sdxFlowChartConnectionEditorArrowStyle="ͷʽ"
+sdxFlowChartConnectionEditorCaption="༭"
+sdxFlowChartConnectionEditorColor="ɫ"
+sdxFlowChartConnectionEditorDestination="Ŀ"
+sdxFlowChartConnectionEditorLinkedPoint="ӵ"
+sdxFlowChartConnectionEditorSource="Դ"
+sdxFlowChartConnectionEditorText="ı"
+sdxFlowChartConnectionEditorTextFontHint="ı"
+sdxFlowChartConnectionStyleCurved=""
+sdxFlowChartConnectionStyleRectHorizontal="ˮƽ"
+sdxFlowChartConnectionStyleRectVertical="δֱ"
+sdxFlowChartConnectionStyleStraight="ֱ"
+sdxFlowChartDialogButtonCancel="ȡ(&C)"
+sdxFlowChartDialogButtonOk="ȷ(&O)"
+sdxFlowChartEdgeStyleRaisedIn=""
+sdxFlowChartEdgeStyleRaisedOut=""
+sdxFlowChartEdgeStyleSunkenIn=""
+sdxFlowChartEdgeStyleSunkenOut=""
+sdxFlowChartEditorChildItem="%s Ŀ"
+sdxFlowChartEditorConnection=""
+sdxFlowChartEditorConnectionArrowDestinationHint="Ŀͷ"
+sdxFlowChartEditorConnectionArrowDestinationSizeHint="ĿͷС"
+sdxFlowChartEditorConnectionArrowSourceHint="Դͷ"
+sdxFlowChartEditorConnectionArrowSourceSizeHint="ԴͷС"
+sdxFlowChartEditorConnectionLinkedPointDestinationHint="ӵĿĶ"
+sdxFlowChartEditorConnectionLinkedPointSourceHint="ӵĵԴ"
+sdxFlowChartEditorConnectionStyleHint="ʽ"
+sdxFlowChartEditorConnectionTextFontHint="ı"
+sdxFlowChartEditorCreate=""
+sdxFlowChartEditorCreateConnectionHint=""
+sdxFlowChartEditorCreateObjectHint=""
+sdxFlowChartEditorEdit="༭(&E)"
+sdxFlowChartEditorEditBringToFront="ǰ(&F)"
+sdxFlowChartEditorEditClearSelection="ȡѡ(&E)"
+sdxFlowChartEditorEditCopy="(&C)"
+sdxFlowChartEditorEditCut="(&T)"
+sdxFlowChartEditorEditDelete="ɾ(&D)"
+sdxFlowChartEditorEditPaste="ճ(&P)"
+sdxFlowChartEditorEditSelectAll="ȫѡ(&L)"
+sdxFlowChartEditorEditSendToBack="ú(&B)"
+sdxFlowChartEditorEditUndo="(&U)"
+sdxFlowChartEditorFile="ļ(&F)"
+sdxFlowChartEditorFileOpen="(&O)"
+sdxFlowChartEditorFileSave="Ϊ(&A)..."
+sdxFlowChartEditorFitHint=""
+sdxFlowChartEditorHelp="(&H)"
+sdxFlowChartEditorHelpContents="(&C)"
+sdxFlowChartEditorLineDashDotted="㻮"
+sdxFlowChartEditorLineDashDoubleDotted="ۺ˫"
+sdxFlowChartEditorLineDashed=""
+sdxFlowChartEditorLineDotted=""
+sdxFlowChartEditorLineSolid="ʵ"
+sdxFlowChartEditorMainItemOfUnion="%d ϵҪĿ"
+sdxFlowChartEditorObject=""
+sdxFlowChartEditorObjectImagePositionHint="ͼλ"
+sdxFlowChartEditorObjectLineWidthHint="߿"
+sdxFlowChartEditorObjectShapeStyleHint="״ʽ"
+sdxFlowChartEditorObjectTextFontHint="ı"
+sdxFlowChartEditorObjectTextPositionHint="ıλ"
+sdxFlowChartEditorOptions="ѡ(&O)"
+sdxFlowChartEditorOptionsDynamicMoving="̬ƶ(&M)"
+sdxFlowChartEditorOptionsDynamicSizing="̬С(&S)"
+sdxFlowChartEditorPixels="%d ."
+sdxFlowChartEditorPoint="%d "
+sdxFlowChartEditorProperties="(&P)"
+sdxFlowChartEditorUnions="(&U)"
+sdxFlowChartEditorUnionsAdd="ӵ"
+sdxFlowChartEditorUnionsClear=""
+sdxFlowChartEditorUnionsClearAll=""
+sdxFlowChartEditorUnionsNew="½"
+sdxFlowChartEditorUnionsRemove="ɾ"
+sdxFlowChartEditorView="ͼ(&V)"
+sdxFlowChartEditorViewActualSize="ʵʳߴ(&A)"
+sdxFlowChartEditorViewAntialiasing="(&A)"
+sdxFlowChartEditorViewFit="(&F)"
+sdxFlowChartEditorViewZoomIn="Ŵ(&I)"
+sdxFlowChartEditorViewZoomOut="С(&O)"
+sdxFlowChartEditorZoomHint=""
+sdxFlowChartLayoutBottom=""
+sdxFlowChartLayoutBottomLeft="½"
+sdxFlowChartLayoutBottomRight="½"
+sdxFlowChartLayoutCenter=""
+sdxFlowChartLayoutLeft=""
+sdxFlowChartLayoutRight=""
+sdxFlowChartLayoutTop=""
+sdxFlowChartLayoutTopLeft="Ͻ"
+sdxFlowChartLayoutTopRight="Ͻ"
+sdxFlowChartObjectEditorBackgroundColor="ɫ"
+sdxFlowChartObjectEditorBorderStyle="߿ʽ"
+sdxFlowChartObjectEditorCaption="༭"
+sdxFlowChartObjectEditorEdgeStyle="Եʽ"
+sdxFlowChartObjectEditorFrameTab=""
+sdxFlowChartObjectEditorGeneralTab=""
+sdxFlowChartObjectEditorHeight=""
+sdxFlowChartObjectEditorImageClear="ͼ"
+sdxFlowChartObjectEditorImageLayout="ͼ"
+sdxFlowChartObjectEditorImageTab="ͼ"
+sdxFlowChartObjectEditorLineWidth="߿"
+sdxFlowChartObjectEditorShapeColor="״ɫ"
+sdxFlowChartObjectEditorShapeType="״"
+sdxFlowChartObjectEditorText="ı"
+sdxFlowChartObjectEditorTextLayout="ı"
+sdxFlowChartObjectEditorTransparent=""
+sdxFlowChartObjectEditorWidth=""
+sdxFlowChartShapeTypeDiamond=""
+sdxFlowChartShapeTypeEastTriangle=""
+sdxFlowChartShapeTypeEllipse="Բ"
+sdxFlowChartShapeTypeHexagon=""
+sdxFlowChartShapeTypeNone=""
+sdxFlowChartShapeTypeNorthTriangle=""
+sdxFlowChartShapeTypeRect=""
+sdxFlowChartShapeTypeRoundRect="ԲǾ"
+sdxFlowChartShapeTypeSouthTriangle=""
+sdxFlowChartShapeTypeWestTriangle=""
+sdxFlowChartUnion=""
+sdxFlowChartUnionEditorCaption="ѡ"
+sdxFlowChartUnions=""
+sdxFont=""
+sdxFontColor="ɫ"
+sdxFonts=""
+sdxFontStyleBold=""
+sdxFontStyleBoldItalic="б"
+sdxFontStyleItalic="б"
+sdxFontStyleRegular=""
+sdxFontStyleStrikeOut="ɾ"
+sdxFontStyleUnderline="»"
+sdxFooter="ҳ "
+sdxFooter2="ҳ(&R):"
+sdxFooterColor="ҳɫ(&T):"
+sdxFooterFont="ҳ"
+sdxFooterMargin="ҳ"
+sdxFooterRowStyle="ҳ"
+sdxFooters="ҳ(&R)"
+sdxFootersOnEveryPage="ҳ"
+sdxFooterStyle="ҳ"
+sdxFootnotesModeNone=""
+sdxFootnotesModeOnEveryBottomPage="ÿҳײ"
+sdxFootnotesModeOnLastPage="һҳ"
+sdxForeground="ǰ(&F)"
+sdxFormatCellsDialogAuto="Զ"
+sdxFormatCellsDialogBackgroundColor="ɫ(&C):"
+sdxFormatCellsDialogBorder="߿"
+sdxFormatCellsDialogBorderInside="(&I)"
+sdxFormatCellsDialogBorderLine=""
+sdxFormatCellsDialogBorderLineColor="ɫ(&C):"
+sdxFormatCellsDialogBorderLineStyle="ʽ(&S):"
+sdxFormatCellsDialogBorderNone="(&N)"
+sdxFormatCellsDialogBorderOutline="(&O)"
+sdxFormatCellsDialogBorderPresets="Ԥ"
+sdxFormatCellsDialogBordersHint="Ԥ,Ԥͼİťѡı߿ʽ."
+sdxFormatCellsDialogButtonCancel="ȡ"
+sdxFormatCellsDialogButtonColorAuto="Զ"
+sdxFormatCellsDialogButtonOK="ȷ"
+sdxFormatCellsDialogButtonResetFont="(&R)"
+sdxFormatCellsDialogCaption="ʽԪ"
+sdxFormatCellsDialogCategory="(&C):"
+sdxFormatCellsDialogCategoryAccounting=""
+sdxFormatCellsDialogCategoryAccountingDescription="ƸʽӻҷźС."
+sdxFormatCellsDialogCategoryCurrency=""
+sdxFormatCellsDialogCategoryCurrencyDescription="Ҹʽʹõͨûֵ. \nʹûƸʽжС."
+sdxFormatCellsDialogCategoryCustom="Զ"
+sdxFormatCellsDialogCategoryCustomDescription="ָʽ,ʹдеһΪʼ."
+sdxFormatCellsDialogCategoryDate=""
+sdxFormatCellsDialogCategoryDateDescription="ڸʽʾںʱΪֵ."
+sdxFormatCellsDialogCategoryDateNote="Ǻ (*) ͷڸʽӦںʱΪϵͳָĸ."
+sdxFormatCellsDialogCategoryFraction=""
+sdxFormatCellsDialogCategoryGeneral=""
+sdxFormatCellsDialogCategoryGeneralNotes="浥Ԫʽûκضָʽ."
+sdxFormatCellsDialogCategoryNumber=""
+sdxFormatCellsDialogCategoryNumberDescription="ڳʾ. \nҺͻרøʽΪֵ."
+sdxFormatCellsDialogCategoryPercentage="ٷֱ"
+sdxFormatCellsDialogCategoryPercentageDescription="ٷֱȸʽԪֵ100ʾٷֱȷŵĽ."
+sdxFormatCellsDialogCategoryScientific="ѧ"
+sdxFormatCellsDialogCategoryText="ı"
+sdxFormatCellsDialogCategoryTextNotes="ıʽԪὫԪе \nݵı."
+sdxFormatCellsDialogCategoryTime="ʱ"
+sdxFormatCellsDialogCategoryTimeDescription="ʱʽںʱʾΪֵ."
+sdxFormatCellsDialogCustomCode="(&T):"
+sdxFormatCellsDialogDecimalPlaces="Сλ(&D):"
+sdxFormatCellsDialogFill=""
+sdxFormatCellsDialogFillSample="ʾ"
+sdxFormatCellsDialogFont=""
+sdxFormatCellsDialogFontColor="ɫ(&C):"
+sdxFormatCellsDialogFontName="(&F):"
+sdxFormatCellsDialogFontNotInstalled="ûаװϵͳ.ӡʱʹӽ."
+sdxFormatCellsDialogFontPreview="Ԥ"
+sdxFormatCellsDialogFontPrintNotes="һTrueType.ĴӡĻ,ʹͬ."
+sdxFormatCellsDialogFontSize="С(&S):"
+sdxFormatCellsDialogFontStrikethrough="ɾ(&K)"
+sdxFormatCellsDialogFontStyle="ʽ(&O):"
+sdxFormatCellsDialogFontUnderline="»(&U):"
+sdxFormatCellsDialogGroupFontEffects="Ч"
+sdxFormatCellsDialogGroupNumber=""
+sdxFormatCellsDialogGroupTextAlignment=""
+sdxFormatCellsDialogHidden="(&I)"
+sdxFormatCellsDialogLocked="(&L)"
+sdxFormatCellsDialogMergeCells="ϲԪ(&M)"
+sdxFormatCellsDialogMoreColors="ɫ(&M)..."
+sdxFormatCellsDialogNoColor="ûɫ"
+sdxFormatCellsDialogNone=""
+sdxFormatCellsDialogNumberFormatTemplates="(&T):"
+sdxFormatCellsDialogPatternColor="ͼɫ(&A):"
+sdxFormatCellsDialogPatternStyle="ͼʽ(&P):"
+sdxFormatCellsDialogPreviewText="ı"
+sdxFormatCellsDialogProtection=""
+sdxFormatCellsDialogProtectionNotes="ԪعʽԱĹûκӰ."
+sdxFormatCellsDialogSample="ʾ"
+sdxFormatCellsDialogShrinkToFit="(&K)"
+sdxFormatCellsDialogTextAlignHorz="ˮƽ(&H):"
+sdxFormatCellsDialogTextAlignHorzIndent="(&I):"
+sdxFormatCellsDialogTextAlignment="ı"
+sdxFormatCellsDialogTextAlignVert="ֱ(&V):"
+sdxFormatCellsDialogTextControl="ı"
+sdxFormatCellsDialogUnderlineNone=""
+sdxFormatCellsDialogUnderlineSingle=""
+sdxFormatCellsDialogUseThousandSeparator="ʹǧλָ(%s)(&U)"
+sdxFormatCellsDialogWrapText="Զ(&W)"
+sdxFormatting="ʽ"
+sdxFormulaBarCancelHint="ȡ"
+sdxFormulaBarEnterHint="ȷ"
+sdxFormulaBarFormulaBarHint="ʽ"
+sdxFormulaBarInsertFunctionHint="뺯"
+sdxFormulaBarNameBoxHint="ƿ"
+sdxFormulaBarSelectionInfo="%dR x %dC"
+sdxFourPages="ҳ"
+sdxFraming=""
+sdxFSPCaption="ͼԤ"
+sdxFullExpand="ȫչ(&E)"
+sdxGanttControl24HoursCalendarName="24 Сʱ"
+sdxGanttControlCaptionNone=""
+sdxGanttControlChooseDetailsDialogCaption="ѡϸ"
+sdxGanttControlChooseDetailsDialogColumnWidthDescription="п(صλ):"
+sdxGanttControlChooseDetailsDialogDescription="ѡҪʾ˹ĿϸϢ."
+sdxGanttControlChooseDetailsDialogDetails="ϸ:"
+sdxGanttControlCommandAddTaskToTimelineCaption="ӵʱ"
+sdxGanttControlCommandBestFitAllColumnsCaption="()"
+sdxGanttControlCommandBestFitColumnCaption=""
+sdxGanttControlCommandDeleteTaskCaption="ɾ"
+sdxGanttControlCommandDeleteTasksCaption="ɾ"
+sdxGanttControlCommandGoToTaskCaption="ת"
+sdxGanttControlCommandHideColumnCaption=""
+sdxGanttControlCommandInformationCaption="Ϣ..."
+sdxGanttControlCommandInsertColumnCaption=""
+sdxGanttControlCommandInsertRecurringTaskCaption="ظ..."
+sdxGanttControlCommandInsertTaskCaption=""
+sdxGanttControlCommandRemoveFromTimelineCaption="ʱɾ"
+sdxGanttControlCommandRenameColumnCaption=""
+sdxGanttControlCommandScrollToTaskCaption=""
+sdxGanttControlCommandShowChooseColumnDetailsDialogCaption="..."
+sdxGanttControlCommandWordWrapCaption="Զ"
+sdxGanttControlConfirmationDeleteLink="ȷʵҪɾ?"
+sdxGanttControlConfirmationDeleteResource="ȷʵҪɾ'%s'Դ?"
+sdxGanttControlConfirmationDeleteSummary=""%sժҪ.ɾ,Ҳɾ.?"
+sdxGanttControlConfirmationDeleteTask="ȷʵҪɾ"%s?"
+sdxGanttControlDialogCancel="ȡ"
+sdxGanttControlDialogDelete="ɾ"
+sdxGanttControlDialogOk="ȷ"
+sdxGanttControlDurationFormatDay=""
+sdxGanttControlDurationFormatDayExtraShort=""
+sdxGanttControlDurationFormatDays=""
+sdxGanttControlDurationFormatHour="Сʱ"
+sdxGanttControlDurationFormatHourExtraShort="Сʱ"
+sdxGanttControlDurationFormatHours="Сʱ"
+sdxGanttControlDurationFormatHourShort="Сʱ"
+sdxGanttControlDurationFormatHoursShort="Сʱ"
+sdxGanttControlDurationFormatMinute=""
+sdxGanttControlDurationFormatMinuteExtraShort=""
+sdxGanttControlDurationFormatMinutes=""
+sdxGanttControlDurationFormatMinuteShort=""
+sdxGanttControlDurationFormatMinutesShort=""
+sdxGanttControlDurationFormatMonth=""
+sdxGanttControlDurationFormatMonthExtraShort=""
+sdxGanttControlDurationFormatMonths=""
+sdxGanttControlDurationFormatMonthShort=""
+sdxGanttControlDurationFormatMonthsShort=""
+sdxGanttControlDurationFormatWeek=""
+sdxGanttControlDurationFormatWeekExtraShort=""
+sdxGanttControlDurationFormatWeeks=""
+sdxGanttControlDurationFormatWeekShort=""
+sdxGanttControlDurationFormatWeeksShort=""
+sdxGanttControlExceptionCannotLinkSummaryTaskToItsSubtask="ܽժҪӵ.ժҪĴټ,Ȼ."
+sdxGanttControlExceptionImageNotFound="Ҳͼ"
+sdxGanttControlExceptionInvalidDuration="%sijʱЧ"
+sdxGanttControlExceptionInvalidDurationFormat="Чijʱʽ"
+sdxGanttControlExceptionInvalidFileFormat="Чļʽ"
+sdxGanttControlExceptionOutlineChangeWouldCreateCircularRelationship="˴ٸĽѭϵ.Ҫ֮ڲĹϵ,Ҫϵ,Ȼ."
+sdxGanttControlExceptionPositionChangeWouldCreateCircularRelationship="λõı仯һѭϵ. Ҫ֮IJĹϵ,ص,Ȼһ ."
+sdxGanttControlExceptionTasksAreAlreadyLinked="ЩѾ."
+sdxGanttControlExceptionTasksAreAlreadyLinkedThroughAnotherTaskChain="Щ,Ϊͨһ."
+sdxGanttControlExceptionTasksCannotBeLinkedTwice="ܽǰӵͬһ."
+sdxGanttControlExceptionUnsupportedFileFormat="ָ֧ļʽ"
+sdxGanttControlMessageInvalidDurationFormat="Чijʱʽ.ʹñʽʾָʱ(,4Сʱ2)."
+sdxGanttControlMessageInvalidLagValue="ӳʱЧ. \n \nҪ,볢²: \n-̶ͺʱ:ͺֶֺͳʱʽ(,5d5edʾʱ). \n-һٷֱֵ(50%50e%ʾʱٷֱ),ͺʱʾΪǰʱİٷֱ. \n-ͺֵǰ"-,ָǰ."
+sdxGanttControlMessageInvalidMeasurementUnit=""%sЧĶλ."
+sdxGanttControlMessageInvalidPercentageCompletedValue="ɰٷֱ(%Complete)ֵ0100֮."
+sdxGanttControlMessageInvalidPredecessorInformation="ǰϢЧ. \nҪ,볢following:. \n-ΪͬһĿ֮Ĺϵ. \n-Ҫͺǰ,ָǰID"+ǰڻͺ(,2FS+3d)."
+sdxGanttControlMessageInvalidSummaryTaskLink="ĿժҪǰдɵʼӿʼʼϵ. \nѡҪ"ɵʼ"ʼʼϵӵ,Ȼ"ѡϵ"ť.ѡժҪҲ"
+sdxGanttControlMessageInvalidWeekSchedule="Ҫƻظ,Ϊظģʽָһ. \n \nѡСÿظҲʵѡ,ָڴظģʽ."
+sdxGanttControlMessageTwiceResourcesInformation="ܽͬһԴ.ҪͬԴ벻ͬ,ʹԴ."
+sdxGanttControlNightCalendarName="ҹ"
+sdxGanttControlRecurringTaskHint="%s%s֮䷢%d."
+sdxGanttControlRecurringTaskInformationDialogCaption="ֵϢ"
+sdxGanttControlRecurringTaskInformationDialogDaily="ճ"
+sdxGanttControlRecurringTaskInformationDialogDailyEvery="ÿһ"
+sdxGanttControlRecurringTaskInformationDialogDailyEveryDays=""
+sdxGanttControlRecurringTaskInformationDialogDay=""
+sdxGanttControlRecurringTaskInformationDialogFirst="һ"
+sdxGanttControlRecurringTaskInformationDialogFourth=""
+sdxGanttControlRecurringTaskInformationDialogLast=""
+sdxGanttControlRecurringTaskInformationDialogMonthly="ÿ"
+sdxGanttControlRecurringTaskInformationDialogMonths=""
+sdxGanttControlRecurringTaskInformationDialogOfEvery="ÿһ"
+sdxGanttControlRecurringTaskInformationDialogOn=""
+sdxGanttControlRecurringTaskInformationDialogRange="Χ"
+sdxGanttControlRecurringTaskInformationDialogRangeEndAfter="ֹں:"
+sdxGanttControlRecurringTaskInformationDialogRangeEndAfterOccurrences="ڷķΧڽ"
+sdxGanttControlRecurringTaskInformationDialogRangeEndBy=":"
+sdxGanttControlRecurringTaskInformationDialogRangeStart="ʼ:"
+sdxGanttControlRecurringTaskInformationDialogRecurrencePattern="ѭģʽ"
+sdxGanttControlRecurringTaskInformationDialogSchedulingCalendar="ȴ"
+sdxGanttControlRecurringTaskInformationDialogSchedulingCalendarName=":"
+sdxGanttControlRecurringTaskInformationDialogSecond="ڶ"
+sdxGanttControlRecurringTaskInformationDialogTaskDuration="ڼ:"
+sdxGanttControlRecurringTaskInformationDialogTaskName=":"
+sdxGanttControlRecurringTaskInformationDialogThird=""
+sdxGanttControlRecurringTaskInformationDialogWeekly="ÿ"
+sdxGanttControlRecurringTaskInformationDialogWeeklyRecurEvery="ÿһظ"
+sdxGanttControlRecurringTaskInformationDialogWeeklyRecurWeeksOn="ѭ:"
+sdxGanttControlRecurringTaskInformationDialogYearly="ÿһ"
+sdxGanttControlResourceTypeCost="ɱ"
+sdxGanttControlResourceTypeMaterial=""
+sdxGanttControlResourceTypeWork=""
+sdxGanttControlSheetExtendedAttributeCostColumnDescription="洢ɱϢԶֶ."
+sdxGanttControlSheetExtendedAttributeDateColumnDescription="洢ںʱϢԶֶ."
+sdxGanttControlSheetExtendedAttributeDurationColumnDescription="洢ʱϢԶֶ."
+sdxGanttControlSheetExtendedAttributeFinishColumnDescription="洢ںʱԶֶ."
+sdxGanttControlSheetExtendedAttributeFlagColumnDescription="һԶֶ,ָʾǷΪһij͵ıʶ."
+sdxGanttControlSheetExtendedAttributeNumberColumnDescription="洢ֵԶֶ."
+sdxGanttControlSheetExtendedAttributeStartColumnDescription="洢ʼںʱԶֶ."
+sdxGanttControlSheetExtendedAttributeTextColumnDescription="洢ıֵԶֶ."
+sdxGanttControlStandardCalendarName=""
+sdxGanttControlTaskCompletedHint=" \n%s"
+sdxGanttControlTaskConstraintTypeALAP=""
+sdxGanttControlTaskConstraintTypeASAP=""
+sdxGanttControlTaskConstraintTypeFNET=""
+sdxGanttControlTaskConstraintTypeFNLT=""
+sdxGanttControlTaskConstraintTypeMFO=""
+sdxGanttControlTaskConstraintTypeMSO="ӿʼ"
+sdxGanttControlTaskConstraintTypeSNET="ʼʱ䲻"
+sdxGanttControlTaskConstraintTypeSNLT=""
+sdxGanttControlTaskDependencyDialogCaption=""
+sdxGanttControlTaskDependencyDialogFrom=":"
+sdxGanttControlTaskDependencyDialogLag="ͺ:"
+sdxGanttControlTaskDependencyDialogLinkType=":"
+sdxGanttControlTaskDependencyDialogLinkTypeFF="浽(FF)"
+sdxGanttControlTaskDependencyDialogLinkTypeFS="ɵʼ(FS)"
+sdxGanttControlTaskDependencyDialogLinkTypeNone="()"
+sdxGanttControlTaskDependencyDialogLinkTypeSF="ӿʼ(SF)"
+sdxGanttControlTaskDependencyDialogLinkTypeSS="ʼʼ(SS)"
+sdxGanttControlTaskDependencyDialogTo="ռ:"
+sdxGanttControlTaskHasConstraintHint="%s'%s'Լ"
+sdxGanttControlTaskInformationDialogAdvancedTabCaption=""
+sdxGanttControlTaskInformationDialogAutoSchedule="Զ"
+sdxGanttControlTaskInformationDialogCalendar=""
+sdxGanttControlTaskInformationDialogCaption="Ϣ"
+sdxGanttControlTaskInformationDialogConstrainTask="Լ"
+sdxGanttControlTaskInformationDialogConstraintDate="Լ:"
+sdxGanttControlTaskInformationDialogConstraintType="Լ:"
+sdxGanttControlTaskInformationDialogDateFinish=":"
+sdxGanttControlTaskInformationDialogDates=""
+sdxGanttControlTaskInformationDialogDateStart="ʼ:"
+sdxGanttControlTaskInformationDialogDisplayOnTimeline="ճ̱ʾ"
+sdxGanttControlTaskInformationDialogDuration="ʱ:"
+sdxGanttControlTaskInformationDialogEstimated=""
+sdxGanttControlTaskInformationDialogGeneralTabCaption=""
+sdxGanttControlTaskInformationDialogManuallySchedule="ֶ"
+sdxGanttControlTaskInformationDialogAutoSchedule="Զ"
+sdxGanttControlTaskInformationDialogName=":"
+sdxGanttControlTaskInformationDialogPercentComplete="ɰٷֱ:"
+sdxGanttControlTaskInformationDialogScheduleMode="ճ̰ģʽ:"
+sdxGanttControlTaskInformationDialogSummaryCaption="ժҪϢ"
+sdxGanttControlTaskModeAutoScheduled="Զ"
+sdxGanttControlTaskModeManuallyScheduled="ֶ"
+sdxGanttControlTimelineTaskHintCompleteCaption="%:"
+sdxGanttControlTimelineTaskHintDurationCaption="ʱ:"
+sdxGanttControlTimelineTaskHintFinishCaption=":"
+sdxGanttControlTimelineTaskHintStartCaption="ʼ:"
+sdxGanttControlViewChartFirstQuarter="һ"
+sdxGanttControlViewChartFourthQuarter="ļ"
+sdxGanttControlViewChartHalfYears="Сʱ%d"
+sdxGanttControlViewChartQuarters=" %d"
+sdxGanttControlViewChartSecondQuarter=""
+sdxGanttControlViewChartSheetColumnIndicatorCaption="ָ"
+sdxGanttControlViewChartSheetColumnIndicatorDescription="ڴҪϢָ."
+sdxGanttControlViewChartSheetColumnPercentCompleteCaption="%"
+sdxGanttControlViewChartSheetColumnPercentCompleteDescription="ʱٷֱȱʾ."
+sdxGanttControlViewChartSheetColumnTaskDurationCaption="ʱ"
+sdxGanttControlViewChartSheetColumnTaskDurationDescription="ܹʱ."
+sdxGanttControlViewChartSheetColumnTaskFinishCaption=""
+sdxGanttControlViewChartSheetColumnTaskFinishDescription="ļƻںʱ."
+sdxGanttControlViewChartSheetColumnTaskModeCaption="ģʽ"
+sdxGanttControlViewChartSheetColumnTaskModeDescription="ֶƻ,ҲؼԶƻ. \n \nֶƻ:Ӧָʼ/ںͳʱ. \nؼЩֵ,ֵֶĿDZ,ᷢ. \nԶƻ:ؼĿеĸļ㿪ʼ/ںͳʱ."
+sdxGanttControlViewChartSheetColumnTaskNameCaption=""
+sdxGanttControlViewChartSheetColumnTaskNameDescription="."
+sdxGanttControlViewChartSheetColumnTaskPredecessorsCaption="ǰһ"
+sdxGanttControlViewChartSheetColumnTaskPredecessorsDescription="ǰID.ǰǷɴ."
+sdxGanttControlViewChartSheetColumnTaskResourceNameCaption="Դ"
+sdxGanttControlViewChartSheetColumnTaskResourceNameDescription="гԴ."
+sdxGanttControlViewChartSheetColumnTaskStartCaption="ʼ"
+sdxGanttControlViewChartSheetColumnTaskStartDescription="ļƻʼںʱ."
+sdxGanttControlViewChartThirdQuarter=""
+sdxGanttControlViewResourceSheetColumnBaseCalendarCaption=""
+sdxGanttControlViewResourceSheetColumnBaseCalendarDescription="ָԴĻ.ԴĹʱ."
+sdxGanttControlViewResourceSheetColumnGroupCaption=""
+sdxGanttControlViewResourceSheetColumnGroupDescription="Դ."
+sdxGanttControlViewResourceSheetColumnIndicatorCaption="ָʾ"
+sdxGanttControlViewResourceSheetColumnResourceNameCaption="Դ"
+sdxGanttControlViewResourceSheetColumnResourceNameDescription="Դ."
+sdxGanttControlViewResourceSheetColumnTypeCaption=""
+sdxGanttControlViewResourceSheetColumnTypeDescription="ָԴǷ빤ʱϻɱ. \n \nԴ-Ա豸. \nԴ-Ʒ. \nɱԴijɱһ(,һŻƱ)."
+sdxGanttControlViewTimelineFinishText=""
+sdxGanttControlViewTimelineStartText="ʼ"
+sdxGigaBytes="GB"
+sdxGradientModeBackwardDiagonal="б"
+sdxGradientModeForwardDiagonal="ǰб"
+sdxGradientModeHorizontal="ˮƽ"
+sdxGradientModeVertical="ֱ"
+sdxGraphicAsTextValue="(ͼ)"
+sdxGraphics="ͼ(&G)"
+sdxGray125FillPattern="12.5% ɫ"
+sdxGray25FillPattern="25% ɫ"
+sdxGray50FillPattern="50% ɫ"
+sdxGray625FillPattern="6.25% ɫ"
+sdxGray75FillPattern="75% ɫ"
+sdxGrid=""
+sdxGridLinesColor="ɫ(&D):"
+sdxGroupColor="ɫ(&P):"
+sdxGroupFooterColor="ɫ(&G):"
+sdxGroupFooterFont=""
+sdxGroupFooterGrid=""
+sdxGroupFooters="ҳ(&G)"
+sdxGroupImages="ͼ"
+sdxGroupNodeColor="ڵɫ(&N):"
+sdxGroupNodeFont="ڵ"
+sdxGroups="(&G)"
+sdxGroupStyle=""
+sdxGroupTransparent=""
+sdxGroupView="ͼ"
+sdxGutterMargin="װ"
+sdxHairEdgePattern="˿״"
+sdxHalf="һ"
+sdxHeader="ҳü "
+sdxHeader2="ҳü(&E):"
+sdxHeaderColor="ɫ(&E):"
+sdxHeaderFont="ҳü"
+sdxHeaderFooter="ҳͷ / ҳ"
+sdxHeaderFooterBar="ҳüҳ"
+sdxHeaderMargin="ҳü"
+sdxHeaders="ҳü(&E)"
+sdxHeadersOnEveryPage="ҳü"
+sdxHeadersTransparent="(&H)"
+sdxHeaderStyle="ҳü"
+sdxHeight=""
+sdxHFFunctionHintDate="ӡ"
+sdxHFFunctionHintDateTime="ӡںʱ"
+sdxHFFunctionHintImage="ͼ"
+sdxHFFunctionHintMachineName=""
+sdxHFFunctionHintPageNumber="ҳ"
+sdxHFFunctionHintPageOfPages=" # ҳ # ҳ"
+sdxHFFunctionHintTime="ӡʱ"
+sdxHFFunctionHintTotalPages="ҳ"
+sdxHFFunctionHintUserName="û"
+sdxHFFunctionNameDate=""
+sdxHFFunctionNameDateTime="ʱ"
+sdxHFFunctionNameImage="ͼ"
+sdxHFFunctionNameMachineName=""
+sdxHFFunctionNamePageNumber="ҳ"
+sdxHFFunctionNamePageOfPages=" # ҳ # ҳ"
+sdxHFFunctionNameTime="ʱ"
+sdxHFFunctionNameTotalPages="ҳ"
+sdxHFFunctionNameUnknown="δ֪"
+sdxHFFunctionNameUserName="û"
+sdxHFFunctionTemplateDate="ӡ"
+sdxHFFunctionTemplateDateTime="ӡںʱ"
+sdxHFFunctionTemplateImage="ͼ"
+sdxHFFunctionTemplateMachineName=""
+sdxHFFunctionTemplatePageNumber=" # ҳ"
+sdxHFFunctionTemplatePageOfPages=" # ҳ # ҳ"
+sdxHFFunctionTemplateTime="ӡʱ"
+sdxHFFunctionTemplateTotalPages="ҳ"
+sdxHFFunctionTemplateUserName="û"
+sdxHiddenControlsTab="ÿؼ"
+sdxHide=""
+sdxHideAlreadyIncludedItems="ѰĿ(&I)"
+sdxHideCustomContainers="Զ(&H)"
+sdxHideDetailsOfPrivateAppointments="˽Լϸ(&H)"
+sdxHighLight=""
+sdxHintActivePage="ǰҳ"
+sdxHintDoubleClickForChangeMargins="˫ıҳ߾"
+sdxHintDoubleClickForChangePaperSize="˫ıֽŴС"
+sdxHintEditFind=""
+sdxHintEditFindNext="һ"
+sdxHintEditReplace="滻"
+sdxHintExplorerChangeRootPath="ø·"
+sdxHintExplorerCreateFolder="½ļ"
+sdxHintExplorerDelete="ɾ"
+sdxHintExplorerGoToUpOneLevel="һ"
+sdxHintExplorerProperties=""
+sdxHintExplorerRefresh="ˢ"
+sdxHintExplorerRename=""
+sdxHintExplorerSetAsRoot="赱ǰ·Ϊ·"
+sdxHintExportToPDF="PDFʽ"
+sdxHintFileClose="رձ"
+sdxHintFileDesign="Ʊ"
+sdxHintFileExit="رԤ"
+sdxHintFileLoad=""
+sdxHintFilePageSetup="ҳ"
+sdxHintFilePrint="ӡ"
+sdxHintFilePrintDialog="ӡԻ"
+sdxHintFileSave="汨"
+sdxHintFileSaveAs="汨"
+sdxHintFormatDateTime="ʽںʱ"
+sdxHintFormatFootnotes="עʽ..."
+sdxHintFormatHFBackground="ҳü/ҳű"
+sdxHintFormatHFClear="ҳü/ҳı"
+sdxHintFormatPageBackground=""
+sdxHintFormatPageNumbering="ʽҳ"
+sdxHintFormatShrinkToPage="Ӧҳ"
+sdxHintFormatTitle="ʽ"
+sdxHintGotoPageFirst="ҳ"
+sdxHintGotoPageLast="βҳ"
+sdxHintGotoPageNext="һҳ"
+sdxHintGotoPagePrev="һҳ"
+sdxHintHelpAbout=""
+sdxHintHelpTopics=""
+sdxHintInsertDate=""
+sdxHintInsertDateTime="ںʱ"
+sdxHintInsertEditAutoTextEntries="༭Զͼļ"
+sdxHintInsertMachineName=""
+sdxHintInsertPageNumber="ҳ"
+sdxHintInsertPageOfPages="ҳ"
+sdxHintInsertTime="ʱ"
+sdxHintInsertTotalPages="ҳ"
+sdxHintInsertUserName="û"
+sdxHintListViewDesignerMessage=" ϸϢͼ,ֻǵڲȡѡ"
+sdxHintMoreHFFunctions="ຯ"
+sdxHintThumbnailsLarge="лΪͼ"
+sdxHintThumbnailsSmall="лΪСͼ"
+sdxHintToolsCustomize="Զ幤"
+sdxHintToolsOptions="ѡ"
+sdxHintViewExplorer="ʾ"
+sdxHintViewHFClose="ر"
+sdxHintViewHFSwitchHeaderFooter="ҳüҳ֮л"
+sdxHintViewLargeButtons="鿴ť"
+sdxHintViewMargins="鿴ҳ߾"
+sdxHintViewMarginsStatusBar="鿴ҳ߾״̬"
+sdxHintViewPagesFooters="鿴ҳ"
+sdxHintViewPagesHeaders="鿴ҳü"
+sdxHintViewPagesStatusBar="鿴ҳ״̬"
+sdxHintViewSwitchToCenterPart="лмҳü/ҳ"
+sdxHintViewSwitchToFooter="лҳ"
+sdxHintViewSwitchToHeader="лҳü"
+sdxHintViewSwitchToLeftPart="лߵҳü/ҳ"
+sdxHintViewSwitchToRightPart="лұߵҳü/ҳ"
+sdxHintViewThumbnails="ʾͼ"
+sdxHintViewZoom=""
+sdxHintZoomFourPages="ҳ"
+sdxHintZoomMultiplyPages="ҳ"
+sdxHintZoomPageWidth="ҳ"
+sdxHintZoomPercent100="ٷ100%"
+sdxHintZoomSetup="ű"
+sdxHintZoomTwoPages="ҳ"
+sdxHintZoomWholePage="ҳ"
+sdxHintZoomWidenToSourceWidth="չԭʼ"
+sdxHorizontal="ˮƽ(&O):"
+sdxHorizontalFillPattern="ˮƽ"
+sdxHorizontally="ˮƽ(&Z)"
+sdxHorizontalStripeFillPattern="ˮƽ"
+sdxHorzAlignCenter=""
+sdxHorzAlignDistributed="ɢ()"
+sdxHorzAlignFill=""
+sdxHorzAlignGeneral=""
+sdxHorzAlignJustify=""
+sdxHorzAlignLeft="()"
+sdxHorzAlignRight="()"
+sdxHorzLines="ˮƽ(&Z)"
+sdxHumanResourceDepartment="Դ"
+sdxHyperlinkEditorAddress="ַ:"
+sdxHyperlinkEditorCancel="ȡ"
+sdxHyperlinkEditorCellReference="뵥Ԫ:"
+sdxHyperlinkEditorCellReferenceNode="Ԫ"
+sdxHyperlinkEditorDefinedNamesNode=""
+sdxHyperlinkEditorEditCaption="༭(&H)..."
+sdxHyperlinkEditorEmailAddress="ʼַ:"
+sdxHyperlinkEditorEmailAddressLink="ʼַ"
+sdxHyperlinkEditorFileOrWebPageLink="Ѵڵļ\\nҳ"
+sdxHyperlinkEditorInsertCaption="볬..."
+sdxHyperlinkEditorLinkTo="ӵ:"
+sdxHyperlinkEditorOK="ȷ"
+sdxHyperlinkEditorPlaceInThisDocumentLink="ĵе\\nλ"
+sdxHyperlinkEditorRemoveLink="ɾ"
+sdxHyperlinkEditorScreenTip="Ļʾ:"
+sdxHyperlinkEditorSelectPlace="ڴĵѡһط:"
+sdxHyperlinkEditorSubject=":"
+sdxHyperlinkEditorTextToDisplay="Ҫʾı:"
+sdxHyperlinkExecuteError=""%s"."
+sdxImages="ͼ(&I)"
+sdxIncludeFixed="̶(&I)"
+sdxInconsistentTrifoldStyle="ʽҪһ. \nѡÿա ÿܻÿµ,ѡµIJ֮һ."
+sdxIncorrectBandHeadersState="ʹBandHeaders OnEveryPageģʽ\\n\\nӦ:\\n - ñΪOnEveryPageѡΪ\\n - ÿɼѡΪ"
+sdxIncorrectBandHeadersState2="ʹBandHeaders OnEveryPageģʽ\\n\\nӦ:\\n - ñOnEveryPageѡΪ\\n - ñɼΪ"
+sdxIncorrectFilterBarState="ʹùOnEveryPageģʽ\\n\\nӦ:\\n - ñΪOnEveryPageѡΪ\\n - ÿɼѡΪ"
+sdxIncorrectFootersState="ʹҳOnEveryPageģʽ\\n\\nӦ:\\n - ùOnEveryPageѡΪ\\n - ùɼѡΪ"
+sdxIncorrectHeadersState="ʹҲûOnEveryPageģʽ\\n\\nӦ:\\n - ñⲢOnEveryPageѡΪ\\n - ñⲢɼΪ"
+sdxIncorrectHeadersState2="ʹҲûOnEveryPageģʽ\\n\\nӦ:\\n -ñ⡢ʹOnEveryPageѡΪ\\n - ñ⡢ʹɼѡΪ"
+sdxIndentStyle=""
+sdxInsertFunctionDialogCaption="뺯"
+sdxInsertFunctionDialogCategory=":"
+sdxInsertFunctionDialogCategoryAll="ȫ"
+sdxInsertFunctionDialogFunctions="ѡ:"
+sdxInsertFunctionDialogSearchBoxTextHint=""
+sdxInternalErrorAutoHide="Զؿؼʱڲ."
+sdxInternalErrorCreateLayout="%sʱڲ."
+sdxInternalErrorDestroyLayout="%sʱڲ."
+sdxInternalErrorLayout="%sַڲ."
+sdxInternalErrorPainter="TdxCustomDockControlеڲ."
+sdxInvaldZoneOwner="ûTdxCustomDockControl´TdxZone."
+sdxInvalidComponentName=""%s"һЧ"
+sdxInvalidDockSiteParent="TdxDockSiteĸTdxCustomDockControl."
+sdxInvalideGroupControl="Чĵ鸸ؼ."
+sdxInvalideStyleCaption="ʽ"%s"Ѿ.ṩһ."
+sdxInvalidExternalStorage="Ƿⲿ洢"
+sdxInvalidFileName="Чļ"%s""
+sdxInvalidFloatingDeleting="ڸģʽɾTdxCustomDockSite."
+sdxInvalidFloatSiteDeleting="ɾTdxFloatDockSite."
+sdxInvalidFloatSiteParent="TdxFloatDockSiteĸֻTdxFloatForm."
+sdxInvalidFolderName="Чļ"%s""
+sdxInvalidLayoutSiteDeleting="ɾTdxLayoutDockSite."
+sdxInvalidLink="ܴ''%s'',''%s'',Ϊڲͬĵؼ"
+sdxInvalidMargins="һҳ߾Чֵ"
+sdxInvalidMarginsMessage="һҳ߾౻ΪЧֵ.\\nѡť.\\nѡԭť,ָԭʼֵ."
+sdxInvalidOwner="TdxCustomDockControlӵ߱TCustomForm."
+sdxInvalidPanelChild="ܽTdxCustomDockControlTdxDockPanel(%s )."
+sdxInvalidParent="%sĸTdxCustomDockControl."
+sdxInvalidParentAssigning="Ϊø."
+sdxInvalidPrintDevice="ѡӡЧ"
+sdxInvalidReportName="Ч"%s""
+sdxInvalidRootDirectory="ļ"%s",Ƿѡ ?"
+sdxInvalidSiteChild="ֻܽTdxCustomDockControlTdxCustomDockSite(%s)."
+sdxInvalidStorageVersion="ǷĴ洢汾: %d"
+sdxInvalidStreamFormat="Чݸʽ"
+sdxInvalidStreamVersion="Ч汾"
+sdxInvalidZoneOwner="ûӵеTdxCustomDockControl,ͲܴTdxZone. "
+sdxIrregular=""
+sdxItem1Name="Բ"
+sdxItem2Description="ԳƼͼ"
+sdxItem2Name="Բ"
+sdxItem3Description="ԳƼͼ"
+sdxItem3Name=""
+sdxItem4Description="Ǽͼ"
+sdxItem4Name=""
+sdxItem5Name="ɱ"
+sdxItem7Description="ѹ"
+sdxItemDescription=""
+sdxItemName=""
+sdxItems="(&I)"
+sdxItemShapeAsText="(ͼ)"
+sdxJanuary="һ"
+sdxJanuaryShort="һ"
+sdxJuly=""
+sdxJulyShort=""
+sdxJune=""
+sdxJuneShort=""
+sdxKeepSameHeight="ͬ߶(&H)"
+sdxKeepSameRecordWidths="¼ȿ(&K)"
+sdxKeepSameWidth="ͬ(&K)"
+sdxKiloBytes="KB"
+sdxLandscape="(&L)"
+sdxLastPrinted="ϴδӡʱ "
+sdxLayoutControlCollapseButtonHint="չ"
+sdxLayoutControlContainerCannotBeControl="ĿĿؼ."
+sdxLayoutControlControlIsUsed="%s ĿѾʹ %s ؼ."
+sdxLayoutControlCustomizeFormAddAuxiliaryItem="ӸĿ"
+sdxLayoutControlCustomizeFormAddCheckBoxItem="Ӹѡ"
+sdxLayoutControlCustomizeFormAddEmptySpaceItem="ӿհĿ"
+sdxLayoutControlCustomizeFormAddGroup="ӷ"
+sdxLayoutControlCustomizeFormAddImageItem="ͼƬĿ"
+sdxLayoutControlCustomizeFormAddItem="Ŀ"
+sdxLayoutControlCustomizeFormAddLabeledItem="ıǩ"
+sdxLayoutControlCustomizeFormAddRadioButtonItem="ӵѡť"
+sdxLayoutControlCustomizeFormAddSeparatorItem="ӷָ"
+sdxLayoutControlCustomizeFormAddSplitterItem="Ӳ"
+sdxLayoutControlCustomizeFormAlignBottomSide=""
+sdxLayoutControlCustomizeFormAlignBy="ͨ"
+sdxLayoutControlCustomizeFormAlignLeftSide=""
+sdxLayoutControlCustomizeFormAlignNone=""
+sdxLayoutControlCustomizeFormAlignRightSide="ұ"
+sdxLayoutControlCustomizeFormAlignTopSide=""
+sdxLayoutControlCustomizeFormCaption="Զ"
+sdxLayoutControlCustomizeFormCaptionAlignHorz="ˮƽ"
+sdxLayoutControlCustomizeFormCaptionAlignHorzCenter=""
+sdxLayoutControlCustomizeFormCaptionAlignHorzLeft=""
+sdxLayoutControlCustomizeFormCaptionAlignHorzRight=""
+sdxLayoutControlCustomizeFormCaptionAlignVert="ⴹֱ"
+sdxLayoutControlCustomizeFormCaptionAlignVertBottom=""
+sdxLayoutControlCustomizeFormCaptionAlignVertCenter=""
+sdxLayoutControlCustomizeFormCaptionAlignVertTop=""
+sdxLayoutControlCustomizeFormClose="ر(&C)"
+sdxLayoutControlCustomizeFormCollapseAll="ȫ۵"
+sdxLayoutControlCustomizeFormDelete="ɾ"
+sdxLayoutControlCustomizeFormDeleteHint="ɾ (Del)"
+sdxLayoutControlCustomizeFormDirection="ַ"
+sdxLayoutControlCustomizeFormDirectionHorizontal="ˮƽ"
+sdxLayoutControlCustomizeFormDirectionTabbed="ǩҳʽ"
+sdxLayoutControlCustomizeFormDirectionVertical="ֱ"
+sdxLayoutControlCustomizeFormExpandAll="ȫչ"
+sdxLayoutControlCustomizeFormGroup=""
+sdxLayoutControlCustomizeFormGroupBorder="߿"
+sdxLayoutControlCustomizeFormGroupExpandButton="չť"
+sdxLayoutControlCustomizeFormHAlign="ˮƽ"
+sdxLayoutControlCustomizeFormHAlignCenter=""
+sdxLayoutControlCustomizeFormHAlignClient="ͻ"
+sdxLayoutControlCustomizeFormHAlignLeft=""
+sdxLayoutControlCustomizeFormHAlignParent=""
+sdxLayoutControlCustomizeFormHAlignRight=""
+sdxLayoutControlCustomizeFormItemCaption=""
+sdxLayoutControlCustomizeFormListViewGroup="Ŀ(&A)"
+sdxLayoutControlCustomizeFormRedo=""
+sdxLayoutControlCustomizeFormRename=""
+sdxLayoutControlCustomizeFormRestore="ָ"
+sdxLayoutControlCustomizeFormShowBorder="ʾ߿"
+sdxLayoutControlCustomizeFormSplitterCollapsible="۵"
+sdxLayoutControlCustomizeFormStore="洢"
+sdxLayoutControlCustomizeFormTabbedView="ǩҳʽͼ(&T)"
+sdxLayoutControlCustomizeFormTextPosition="λ"
+sdxLayoutControlCustomizeFormTextPositionBottom=""
+sdxLayoutControlCustomizeFormTextPositionLeft=""
+sdxLayoutControlCustomizeFormTextPositionRight=""
+sdxLayoutControlCustomizeFormTextPositionTop=""
+sdxLayoutControlCustomizeFormTreeView="״/ƽб"
+sdxLayoutControlCustomizeFormTreeViewGroup="״ͼ(&L)"
+sdxLayoutControlCustomizeFormUndo=""
+sdxLayoutControlCustomizeFormUngroup="ȡ"
+sdxLayoutControlCustomizeFormVAlign="ֱ"
+sdxLayoutControlCustomizeFormVAlignBottom=""
+sdxLayoutControlCustomizeFormVAlignCenter=""
+sdxLayoutControlCustomizeFormVAlignClient="ͻ"
+sdxLayoutControlCustomizeFormVAlignParent=""
+sdxLayoutControlCustomizeFormVAlignTop=""
+sdxLayoutControlDesignerCaptionFormat="%s - "
+sdxLayoutControlEditFormCancel="ȡ"
+sdxLayoutControlEditFormOK="ȷ"
+sdxLayoutControlEmptyCaption="<>"
+sdxLayoutControlExpandButtonHint=""
+sdxLayoutControlHomeButtonHint="ֹͣ"
+sdxLayoutControlNewAutoCreatedGroup="Զ"
+sdxLayoutControlNewCheckBoxItemCaption="ѡ"
+sdxLayoutControlNewEmptySpaceItemCaption="հĿ"
+sdxLayoutControlNewGroupCaption="½"
+sdxLayoutControlNewHiddenGroup="ط"
+sdxLayoutControlNewImageItemCaption="ͼ"
+sdxLayoutControlNewItemCaption=""
+sdxLayoutControlNewLabeledItemCaption="ǩ"
+sdxLayoutControlNewRadioButtonItemCaption="ѡť"
+sdxLayoutControlNewSeparatorItemCaption="ָ"
+sdxLayoutControlNewSplitterItemCaption="ָ"
+sdxLayoutControlRoot=""
+sdxLayoutGroupDefaultCaption="鲼"
+sdxLayoutItemDefaultCaption="Ŀ"
+sdxLeft="(&L):"
+sdxLeftMargin="߽"
+sdxLevelCaption="(&C)"
+sdxLevelCaptionColor="㼶ɫ(&V):"
+sdxLevelCaptions="㼶(&C)"
+sdxLevels="㼶"
+sdxLineSpacing="м(&L):"
+sdxLinkIsNotIncludedInUsesClause="ReportFileReportLink "%0:s"\\nԪ"%0:s"usesӾ"
+sdxLoadBitmapDlgTitle=""
+sdxLoadedRecords="ؼ¼"
+sdxLoadReportDataToFileTitle=""
+sdxLocationLabelCaption="λ:"
+sdxLookAndFeel=""
+sdxLookAndFeelFlat="ƽ"
+sdxLookAndFeelStandard=""
+sdxLookAndFeelUltraFlat="ƽ"
+sdxLuxurySedans="γ"
+sdxManagerError="ֻܷһTdxDockingManagerʵ."
+sdxManufacturerBandCaption=""
+sdxManufacturerCountryColumnCaption=""
+sdxManufacturerLogoColumnCaption="־"
+sdxManufacturerNameColumnCaption=""
+sdxMapControlEast=""
+sdxMapControlNorth=""
+sdxMapControlSouth=""
+sdxMapControlWest=""
+sdxMarch=""
+sdxMarchShort=""
+sdxMargins="ҳ߾"
+sdxMay=""
+sdxMayShort=""
+sdxMediumDashDotDotEdgePattern="еȶ̻--"
+sdxMediumDashDotEdgePattern="еȶ̻-"
+sdxMediumDashedEdgePattern="еȶ̻"
+sdxMediumSolidEdgePattern="ʵ"
+sdxMegaBytes="MB"
+sdxMenuActivePage="ǰҳ(&A):"
+sdxMenuBar="˵"
+sdxMenuBuiltInMenus="ò˵"
+sdxMenuEdit="༭(&E)"
+sdxMenuEditCopy="(&C)"
+sdxMenuEditCut="(&T)"
+sdxMenuEditDelete="ɾ(&D)"
+sdxMenuEditFind="(&F)..."
+sdxMenuEditFindNext="һ(&X)"
+sdxMenuEditPaste="ճ(&P)"
+sdxMenuEditReplace="滻(&R)..."
+sdxMenuExplorer="Դ(&X)"
+sdxMenuExplorerChangeRootPath="ø·..."
+sdxMenuExplorerCreateFolder="ļ(&F)"
+sdxMenuExplorerDelete="ɾ(&D)..."
+sdxMenuExplorerGoToUpOneLevel="һ"
+sdxMenuExplorerProperties="(&P)..."
+sdxMenuExplorerRefresh="ˢ"
+sdxMenuExplorerRename="(&M)"
+sdxMenuExplorerSetAsRoot="Ϊ·"
+sdxMenuExportToPDF="PDFʽ"
+sdxMenuFile="ļ(&F)"
+sdxMenuFileClose="ر(&N)"
+sdxMenuFileDesign="(&D)..."
+sdxMenuFileExit="ر(&C)"
+sdxMenuFileLoad="ȡ(&L)"
+sdxMenuFileOptions="ѡ"
+sdxMenuFilePageSetup="ҳ(&U)..."
+sdxMenuFilePrint="ӡ(&P)..."
+sdxMenuFilePrintDialog="ӡԻ"
+sdxMenuFileRebuild="ؽ(&R)"
+sdxMenuFileSave="(&S)"
+sdxMenuFileSaveAs="Ϊ(&A)..."
+sdxMenuFormat="ʽ(&O)"
+sdxMenuFormatAutoTextEntries="Զͼļ(&A)..."
+sdxMenuFormatDateTime="ʱ(&T)..."
+sdxMenuFormatFootnotes="ע(&N)..."
+sdxMenuFormatHeaderAndFooter="ҳüҳ(&H)"
+sdxMenuFormatHFBackground="ҳü/ҳű..."
+sdxMenuFormatHFClear="ı"
+sdxMenuFormatPageBackground="(&K)..."
+sdxMenuFormatPageNumbering="ҳ(&N)..."
+sdxMenuFormatShrinkToPage="Ӧҳ(&F)"
+sdxMenuFormatTitle="(&I)..."
+sdxMenuGotoPage="ת(&G)"
+sdxMenuGotoPageFirst="ҳ(&F)"
+sdxMenuGotoPageLast="βҳ(&L)"
+sdxMenuGotoPageNext="һҳ(&N)"
+sdxMenuGotoPagePrev="һҳ(&P)"
+sdxMenuHelp="(&H)"
+sdxMenuHelpAbout="(&A)..."
+sdxMenuHelpTopics="(&T)..."
+sdxMenuInsert="(&I)"
+sdxMenuInsertAutoText="Զͼļ(&A)"
+sdxMenuInsertAutoTextEntries="Զͼļб"
+sdxMenuInsertAutoTextEntriesSubItem="Զͼļ(&S)"
+sdxMenuInsertDate="(&D)"
+sdxMenuInsertDateTime="ʱ"
+sdxMenuInsertEditAutoTextEntries="Զͼļ(&X)..."
+sdxMenuInsertMachineName="(&M)"
+sdxMenuInsertPageNumber="ҳ(&P)"
+sdxMenuInsertPageOfPages="ҳҳ(&G)"
+sdxMenuInsertTime="ʱ(&T)"
+sdxMenuInsertTotalPages="ҳ(&N)"
+sdxMenuInsertUserName="û(&U)"
+sdxMenuLoad="ȡ(&L)..."
+sdxMenuNewMenu="½˵"
+sdxMenuPages="ҳ(&P)"
+sdxMenuPreview="Ԥ(&V)..."
+sdxMenuPrintStyles="ӡʽ"
+sdxMenuShortcutAutoText="Զͼļ"
+sdxMenuShortcutExplorer="Դ"
+sdxMenuShortCutMenus="ݲ˵"
+sdxMenuShortcutPreview="Ԥ"
+sdxMenuShortcutThumbnails="ͼ"
+sdxMenuShowEmptyPages="ʾհҳ(&E)"
+sdxMenuThumbnailsLarge="ͼ(&L)"
+sdxMenuThumbnailsSmall="Сͼ(&S)"
+sdxMenuTools="(&T)"
+sdxMenuToolsCustomize="Զ(&C)..."
+sdxMenuToolsOptions="ѡ(&O)..."
+sdxMenuView="ͼ(&V)"
+sdxMenuViewExplorer="Դ(&X)"
+sdxMenuViewFlatToolBarButtons="ƽ湤ť(&F)"
+sdxMenuViewHFClose="ر(&C)"
+sdxMenuViewHFSwitchHeaderFooter="ʾҳü/ҳ(&S)"
+sdxMenuViewLargeToolBarButtons="ť(&L)"
+sdxMenuViewMargins="ҳ߾(&M)"
+sdxMenuViewMarginsStatusBar="ҳ߾(&A)"
+sdxMenuViewPagesFooters="ҳ(&R)"
+sdxMenuViewPagesHeaders="ҳü(&H)"
+sdxMenuViewPagesStatusBar="״̬(&S)"
+sdxMenuViewSwitchToCenterPart="лм"
+sdxMenuViewSwitchToFooter="ҳ"
+sdxMenuViewSwitchToHeader="ҳü"
+sdxMenuViewSwitchToLeftPart="л"
+sdxMenuViewSwitchToRightPart="лҲ"
+sdxMenuViewThumbnails="ͼ(&U)"
+sdxMenuViewToolBars="(&T)"
+sdxMenuZoom="(&Z)"
+sdxMenuZoomFourPages="ҳ(&F)"
+sdxMenuZoomMultiplyPages="ҳ(&M)"
+sdxMenuZoomPageWidth="ҳ(&W)"
+sdxMenuZoomPercent100="100%(&1)"
+sdxMenuZoomSetup="(&S)..."
+sdxMenuZoomTwoPages="ҳ(&T)"
+sdxMenuZoomWholePage="ҳ(&H)"
+sdxMenuZoomWidenToSourceWidth="չԭʼ(&O)"
+sdxMiscellaneous=""
+sdxMissingComponent="ȱ"""
+sdxMode="ģʽ(&M):"
+sdxModelBandCaption=""
+sdxMonth="·"
+sdxMoveDown=""
+sdxMoveUp=""
+sdxMultipleRecords="¼(&M)"
+sdxName="(&N):"
+sdxName1="˹"
+sdxName2=""
+sdxNameCaption=""
+sdxNavBarAddChildGroup=""
+sdxNavBarAddGroup="ӷ"
+sdxNavBarAddItem=""
+sdxNavBarAddSeparator="ӷָ"
+sdxNavBarClose="ر(&C)"
+sdxNavBarCollapseAll="ȫ۵"
+sdxNavBarCustomizationCaption="Զ"
+sdxNavBarDelete="ɾ"
+sdxNavBarExpandAll="ȫչ"
+sdxNavBarItemsDesignerCaptionFormat="%s - "
+sdxNavBarMoveDown="(&D)"
+sdxNavBarMoveUp="(&U)"
+sdxNavBarNewGroupCaption="½"
+sdxNavBarNewGroupsCaption=":"
+sdxNavBarNewItemsCaption=":"
+sdxNavBarOffice11AddRemoveButtons="ӻɾť(&A)"
+sdxNavBarOffice11ShowFewerButtons="ʾٵİť(&F)"
+sdxNavBarOffice11ShowMoreButtons="ʾ϶İť(&M)"
+sdxNavigationPaneCollapseBar=""
+sdxNavigationPaneCollapseBarHint="չ"
+sdxNavigationPaneExpandNavPaneSignHint="չ"
+sdxNavigationPaneMinimizeNavPaneSignHint="С"
+sdxNavigationPaneOverflowPanelCustomizeHint="ðť"
+sdxNewCompositionCaption="½"
+sdxNewExplorerFolderItem="½ļ"
+sdxNewReport="±"
+sdxNewStyleRepositoryWasCreated="µʽ"%s"Ѵ"
+sdxNodeAutoHeight="ڵԶ߶(&N)"
+sdxNodeExpanding="չڵ"
+sdxNoDefaultPrintDevice="ûѡĬϴӡ"
+sdxNodes="ڵ(&N)"
+sdxNodesGrid="ڵ"
+sdxNone="()"
+sdxNoPages="ûпʾҳ"
+sdxNorth=""
+sdxNotes="ע"
+sdxNotPrinting="ǰӡӡ"
+sdxNovember="ʮһ"
+sdxNovemberShort="ʮһ"
+sdxOctober="ʮ"
+sdxOctoberShort="ʮ"
+sdxOddColor="ɫ(&L):"
+sdxOddFont=""
+sdxOf=""
+sdxOfficeNavigationBarCancel="ȡ"
+sdxOfficeNavigationBarCompactNavigation="ർ(&C)"
+sdxOfficeNavigationBarCustomizationDlgCaption="ѡ"
+sdxOfficeNavigationBarDisplayInThisOrder="ʾ˳"
+sdxOfficeNavigationBarMaxVisibleItems="ҪʾĿ:"
+sdxOfficeNavigationBarNavigationOptionsMenuItem="ѡ(&V)..."
+sdxOfficeNavigationBarOk="ȷ"
+sdxOfficeNavigationBarReset="(&R)"
+sdxOldFormat="Ƥݰ汾ExpressSkins汾.\\nƤܶȡһƥİ汾."
+sdxOleCryptoContainerInternalError="뱣ĵʱڲ."
+sdxOleCryptoContainerInvalidPassword="ṩDzȷ."
+sdxOleCryptoContainerUnsupportedEncryptor="ֵ֧ļܳ(: %d)."
+sdxOneGroupPerPage="ÿҳһ"
+sdxOneResourcePerPage="ÿҳһԴ(&R)"
+sdxOnEveryPage="ÿҳ"
+sdxOneWrappingPerPage="ÿҳһ(&O)"
+sdxOnlyActiveDetails="ǰϸ"
+sdxOnlyComponentsInActiveForm="ֻʾǰ(&F)"
+sdxOnlyComponentsWithoutLinks="ֻʾб(&W)"
+sdxOnlySelected="ֻѡ(&S)"
+sdxOpenFileDialogDefaultTitle=""
+sdxOpenFileDialogOkCaption=""
+sdxOptions="ѡ"
+sdxOrderNoCaption=""
+sdxOrgChartEditorCancelButton="ȡ"
+sdxOrgChartEditorCaption="TdxOrgChart ༭"
+sdxOrgChartEditorChildAlign="Ӷ(&A)"
+sdxOrgChartEditorColor="ɫ(&C)"
+sdxOrgChartEditorHeight="߶(&H)"
+sdxOrgChartEditorHintAntialiasing="ݿ/"
+sdxOrgChartEditorHintApplyForAllChildren="ѡ"
+sdxOrgChartEditorHintDeleteItem="ɾĿ"
+sdxOrgChartEditorHintInsertItem="Ŀ"
+sdxOrgChartEditorHintInsertSubItem=""
+sdxOrgChartEditorHintRotate="90ת/"
+sdxOrgChartEditorHintZoom="/ر"
+sdxOrgChartEditorImageAlign="ͼ"
+sdxOrgChartEditorImageIndex="ͼ"
+sdxOrgChartEditorItems=""
+sdxOrgChartEditorProperties=""
+sdxOrgChartEditorShape="״(&S)"
+sdxOrgChartEditorText="ı"
+sdxOrgChartEditorWidth="(&W)"
+sdxOrientation=" "
+sdxOutOfResources="Դ"
+sdxOutsideMargins="һҳ߾೬ҳĿɴӡ"
+sdxOutsideMarginsMessage="һҳ߾೬ҳĿɴӡ.\\nǷ ?"
+sdxOutsideMarginsMessage2="һҳ߾೬ҳĿɴӡ.\\nѡť,ʵҳ߾."
+sdxOverThenDown="к(&V)"
+sdxOverwriteFolderMessageText="ļ"%s"ѰΪ"%s"ļ.\\n\\nеļͬ\\nƶƽ滻.㻹?\\nҪƶƸļ?"
+sdxOverwriteItemMessageText="ļ"%s"ѰĿ"%s".\\n\\n븲еĿ?"
+sdxPage="ҳ"
+sdxPageBackground=" ҳ汳"
+sdxPageNumbering="ҳ"
+sdxPages="ҳ"
+sdxPageSetupCaption="ҳ"
+sdxPageSetupDialogAlignWithMargins="ҳҳ߾"
+sdxPageSetupDialogBlackAndWhite="ֽ"
+sdxPageSetupDialogButtonCancel="ȡ"
+sdxPageSetupDialogButtonCustomHeaderFooter="Զ ҳͷ/ҳ"
+sdxPageSetupDialogButtonOK="ȷ"
+sdxPageSetupDialogButtonPrint="&Pӡ..."
+sdxPageSetupDialogButtonPrintPreview="ӡԤ&w..."
+sdxPageSetupDialogCaption="ҳ \n"
+sdxPageSetupDialogCenterHorizontally="ˮƽ"
+sdxPageSetupDialogCenterOnPage="ҳ"
+sdxPageSetupDialogCenterVertically="ֱ"
+sdxPageSetupDialogDownThenOver="к"
+sdxPageSetupDialogFooter="ҳ:"
+sdxPageSetupDialogHeader="ҳͷ:"
+sdxPageSetupDialogHeaderFooter="ҳͷ/ҳ"
+sdxPageSetupDialogMarginBottom=":"
+sdxPageSetupDialogMarginFooter=":"
+sdxPageSetupDialogMarginHeader="ͷ:"
+sdxPageSetupDialogMarginLeft=":"
+sdxPageSetupDialogMarginRight=":"
+sdxPageSetupDialogMargins="߾"
+sdxPageSetupDialogMarginTop=":"
+sdxPageSetupDialogOverThenDown="к"
+sdxPageSetupDialogPage="ҳ"
+sdxPageSetupDialogPageFirstPageNumber="һҳ:"
+sdxPageSetupDialogPageOrder="ӡ˳"
+sdxPageSetupDialogPageOrientation=""
+sdxPageSetupDialogPageOrientationLandscape="&L"
+sdxPageSetupDialogPageOrientationPortrait="&t"
+sdxPageSetupDialogPaperSize="ֽŴС:"
+sdxPageSetupDialogPrint="ӡ"
+sdxPageSetupDialogPrintArea="ӡ:"
+sdxPageSetupDialogPrintCellErrorsMode="Ԫ:"
+sdxPageSetupDialogPrintCellErrorsModeBlank="<հ>"
+sdxPageSetupDialogPrintCellErrorsModeDash="--"
+sdxPageSetupDialogPrintCellErrorsModeDisplayed="ʾ"
+sdxPageSetupDialogPrintCellErrorsModeNA="õЧֵ"
+sdxPageSetupDialogPrintCommentsMode="ע:"
+sdxPageSetupDialogPrintCommentsModeAsDisplayed="ʾ"
+sdxPageSetupDialogPrintCommentsModeAtEnd="ĩ"
+sdxPageSetupDialogPrintCommentsModeNode="()"
+sdxPageSetupDialogPrintDraftQuality="ݸ"
+sdxPageSetupDialogPrintGridlines=""
+sdxPageSetupDialogPrintRowAndColumnHeadings="кб"
+sdxPageSetupDialogPrintTitles="ӡ"
+sdxPageSetupDialogPrintTitlesColumnsToRepeat="Ҫظ:"
+sdxPageSetupDialogPrintTitlesRowsToRepeat="Ҫڶظ:"
+sdxPageSetupDialogScaleWithDocument="ĵ"
+sdxPageSetupDialogScaling=""
+sdxPageSetupDialogScalingAdjustTo="Ӧ:"
+sdxPageSetupDialogScalingAdjustToSuffix="% С"
+sdxPageSetupDialogScalingFitTo="ʺ:"
+sdxPageSetupDialogScalingFitToPageTall="ߵ"
+sdxPageSetupDialogScalingFitToPageWide="ҳ"
+sdxPageSetupDialogTabSheetCaption=" \n"
+sdxPageSetupDialogUnitsInches="Ӣ"
+sdxPageSetupDialogUnitsMillimeters=""
+sdxPageSetupHeaderFooterDialogButtonCancel="ȡ"
+sdxPageSetupHeaderFooterDialogButtonOK="ȷ"
+sdxPageSetupHeaderFooterDialogCaption="ҳͷ/ҳ"
+sdxPageSetupHeaderFooterDialogCenterFooter="ҳ:"
+sdxPageSetupHeaderFooterDialogCenterHeader="ҳͷ:"
+sdxPageSetupHeaderFooterDialogDescription="Ҫҳ롢ڡʱѡ:ڱ༭жλ,Ȼѡʵİť."
+sdxPageSetupHeaderFooterDialogHintInsertDate=""
+sdxPageSetupHeaderFooterDialogHintInsertPageNumber="ҳ"
+sdxPageSetupHeaderFooterDialogHintInsertPageTotal="ҳ"
+sdxPageSetupHeaderFooterDialogHintInsertSheetName="빤"
+sdxPageSetupHeaderFooterDialogHintInsertTime="ʱ"
+sdxPageSetupHeaderFooterDialogLeftFooter="ҳ:"
+sdxPageSetupHeaderFooterDialogLeftHeader="ҳͷ:"
+sdxPageSetupHeaderFooterDialogRightFooter="ҳ:"
+sdxPageSetupHeaderFooterDialogRightHeader="ҳͷ:"
+sdxPagesSuffix=" ҳ(s)"
+sdxPagesWideBy="ҳ(&W)"
+sdxPageWidth="ҳ"
+sdxPaginateByControlDetails="ؼϸϢ"
+sdxPaginateByControls="ؼ"
+sdxPaginateByGroups=""
+sdxPaginateByItems=""
+sdxPagination="ҳ"
+sdxPaintItemsGraphics="Ŀͼʾ(&P)"
+sdxPaintMode="ͼģʽ(&M)"
+sdxPaintModeCenter=""
+sdxPaintModeProportional=""
+sdxPaintModeStretch=""
+sdxPaintModeTile="ƽ"
+sdxPaper=" ֽŴС "
+sdxPaperDimension="ߴ"
+sdxPaperHeight="߶(&E):"
+sdxPaperSize="ֽŴС:"
+sdxPaperSource="ֽԴ(&U):"
+sdxPaperType="(&Y)"
+sdxPaperWidth="(&W):"
+sdxParagraphAlignmentCenter="м"
+sdxParagraphAlignmentJustify="˶"
+sdxParagraphAlignmentLeft=""
+sdxParagraphAlignmentRight=""
+sdxParagraphFirstLineIndentHanging=""
+sdxParagraphFirstLineIndentIndented=""
+sdxParagraphFirstLineIndentNone="()"
+sdxParagraphLineSpacingAtLeast=""
+sdxParagraphLineSpacingDouble="˫"
+sdxParagraphLineSpacingExactly="ȷ"
+sdxParagraphLineSpacingMultiple=""
+sdxParagraphLineSpacingSesquialteral="1.5"
+sdxParagraphLineSpacingSingle="һ"
+sdxParagraphOutlineLeve0="ı"
+sdxParagraphOutlineLeve1="1"
+sdxParagraphOutlineLeve2="2"
+sdxParagraphOutlineLeve3="3"
+sdxParagraphOutlineLeve4="4"
+sdxParagraphOutlineLeve5="5"
+sdxParagraphOutlineLeve6="6"
+sdxParagraphOutlineLeve7="7"
+sdxParagraphOutlineLeve8="8"
+sdxParagraphOutlineLeve9="9"
+sdxPark=""
+sdxPasswordDialogButtonCancel="ȡ"
+sdxPasswordDialogButtonOK="ȷ"
+sdxPasswordDialogCaption="뱣"
+sdxPasswordDialogCaptionConfirm="ȷ"
+sdxPasswordDialogPassword=" U(&E):"
+sdxPasswordDialogPasswordConfirmation="(&P):"
+sdxPasswordDialogPasswordNotes=": ʧ,ָܻ.ڰȫط."
+sdxPasswordDialogPasswordNotMatch="ȷ벻ƥ."
+sdxPasteSpecialDialogButtonCancel="ȡ"
+sdxPasteSpecialDialogButtonOK="ȷ"
+sdxPasteSpecialDialogCaption="ѡճ"
+sdxPasteSpecialDialogPasteColumnWidths="п(&W)"
+sdxPasteSpecialDialogPasteComments="ע(&M)"
+sdxPasteSpecialDialogPasteFormat="ճΪ(&A):"
+sdxPasteSpecialDialogPasteFormulas="ʽ(&F)"
+sdxPasteSpecialDialogPasteOptions="ճ"
+sdxPasteSpecialDialogPasteSkinBlanks="յԪ(&S)"
+sdxPasteSpecialDialogPasteStyles="ʽ(&S)"
+sdxPasteSpecialDialogPasteStylesAll="ȫ(&A)"
+sdxPasteSpecialDialogPasteStylesNumberFormatting="ָʽ(&N)"
+sdxPasteSpecialDialogPasteValues="ֵ(&V)"
+sdxPattern="ͼ(&P)"
+sdxPatternDarkDownwardDiagonal="¶Խɫ"
+sdxPatternDarkHorizontal="ɫ"
+sdxPatternDarkUpwardDiagonal="϶Խɫ"
+sdxPatternDarkVertical="ɫ"
+sdxPatternDashedDownward="¶Խ"
+sdxPatternDashedHorizontal=""
+sdxPatternDashedUpward="϶Խ"
+sdxPatternDashedVertical=""
+sdxPatternDiagonalBrick="Խש"
+sdxPatternDivot="Ƥ"
+sdxPatternDottedDiamond="ʽ"
+sdxPatternDottedGrid=""
+sdxPatternGray10="10%"
+sdxPatternGray20="20%"
+sdxPatternGray25="25%"
+sdxPatternGray30="30%"
+sdxPatternGray40="40%"
+sdxPatternGray5="5%"
+sdxPatternGray50="50%"
+sdxPatternGray60="60%"
+sdxPatternGray70="70%"
+sdxPatternGray75="75%"
+sdxPatternGray80="80%"
+sdxPatternGray90="90%"
+sdxPatternHorizantalBrick="ש"
+sdxPatternIsNotRegistered="ͼ"%s"ûע"
+sdxPatternLargeCheckedBoard=""
+sdxPatternLargeConfetti="ֽм"
+sdxPatternLargeGrid=""
+sdxPatternLightDownwardDiagonal="¶Խdzɫ"
+sdxPatternLightHorizontal="dzɫ"
+sdxPatternLightUpwardDiagonal="϶Խdzɫ"
+sdxPatternLightVertical="dzɫ"
+sdxPatternNarrowHorizontal="խ"
+sdxPatternNarrowVertical="խ"
+sdxPatternOutlinedDiamond=""
+sdxPatternPlaid="ͼ"
+sdxPatternShingle=""
+sdxPatternSmallCheckedBoard="С"
+sdxPatternSmallConfetti="Сֽм"
+sdxPatternSmallGrid="С"
+sdxPatternSolidDiamond="ʵ"
+sdxPatternSphere=""
+sdxPatternTrellis=""
+sdxPatternWave=""
+sdxPatternWeave="֯"
+sdxPatternWideDownwardDiagonal="¶Խ"
+sdxPatternWideUpwardDiagonal="϶Խ"
+sdxPatternZigZag="֮"
+sdxPaymentAmount=""
+sdxPaymentType="ʽ"
+sdxPDFDialogAuthor=""
+sdxPDFDialogCaption="PDF ѡ"
+sdxPDFDialogCompressed="ѹ"
+sdxPDFDialogCreator=""
+sdxPDFDialogDocumentInfoTabSheet="ĵϢ(&D)"
+sdxPDFDialogEmbedFonts="Ƕ"
+sdxPDFDialogExportSettings=""
+sdxPDFDialogExportTabSheet="(&E)"
+sdxPDFDialogKeywords="ؼ"
+sdxPDFDialogMaxCompression="ѹ"
+sdxPDFDialogMaxQuality=""
+sdxPDFDialogOpenAfterExport=""
+sdxPDFDialogPageRageTabSheet="ҳ(&P)"
+sdxPDFDialogSecurityAllowChanging="ĵ"
+sdxPDFDialogSecurityAllowComments=""
+sdxPDFDialogSecurityAllowCopy="ݸƺȡ"
+sdxPDFDialogSecurityAllowDocumentAssemble="ĵ"
+sdxPDFDialogSecurityAllowPrint="ӡ"
+sdxPDFDialogSecurityAllowPrintHiResolution="ʹø߷ֱʴӡ"
+sdxPDFDialogSecurityEnabled=""
+sdxPDFDialogSecurityMethod=":"
+sdxPDFDialogSecurityOwnerPassword=":"
+sdxPDFDialogSecuritySettings="ȫ"
+sdxPDFDialogSecurityUserPassword="û:"
+sdxPDFDialogSignatureContactInfo="ϵʽ:"
+sdxPDFDialogSignatureDetails="ϸ"
+sdxPDFDialogSignatureDigitalID="֤(ID)"
+sdxPDFDialogSignatureExpirationDateColumnCaption="ֹ"
+sdxPDFDialogSignatureFileName="ļ:"
+sdxPDFDialogSignatureIssuer=":"
+sdxPDFDialogSignatureIssuerColumnCaption=""
+sdxPDFDialogSignatureLocation="λ:"
+sdxPDFDialogSignatureOpenDlgDigitalIDFile="IDļ"
+sdxPDFDialogSignatureOpenDlgTitle="IDļ"
+sdxPDFDialogSignaturePasswordDialogCaption="˽Կ"
+sdxPDFDialogSignatureReason=":"
+sdxPDFDialogSignatureRequiredDigitalID="ûָ֤."
+sdxPDFDialogSignatureRequiredDigitalIDPassword="벻ȷ."
+sdxPDFDialogSignatureSettings="ǩ"
+sdxPDFDialogSignatureUseCertificateFromFileStore="ļʹ֤"
+sdxPDFDialogSignatureUseCertificateFromSystemStore="ʹϵͳ洢е֤"
+sdxPDFDialogSignatureViewCertificate="鿴֤..."
+sdxPDFDialogSubject=""
+sdxPDFDialogTabDocInfo="ĵϢ(&D)"
+sdxPDFDialogTabExport="(&E)"
+sdxPDFDialogTabPages="ҳ(&P)"
+sdxPDFDialogTabSecurity="ȫ(&S)"
+sdxPDFDialogTabSignature="ǩ"
+sdxPDFDialogTitle=""
+sdxPDFDialogUseCIDFonts="ʹ CID "
+sdxPDFDialogUseJPEGCompression="ʹ JPEG ѹͼ"
+sdxPDFDocumentIncorrectPassword="ṩ벻ȷ."
+sdxPDFDocumentInvalidFormatMessage="ĵʽܱʶΪЧPDF."
+sdxPDFViewerActionCloseDocumentCaption=""
+sdxPDFViewerActionCloseDocumentHint="رĵ"
+sdxPDFViewerActionFindCaption=""
+sdxPDFViewerActionFindHint="ı"
+sdxPDFViewerActionGoToFirstPageCaption="һҳ"
+sdxPDFViewerActionGoToFirstPageHint="ʾһҳ"
+sdxPDFViewerActionGoToLastPageCaption="һҳ \n"
+sdxPDFViewerActionGoToLastPageHint="ʾһҳ"
+sdxPDFViewerActionGoToNextPageCaption="һҳ"
+sdxPDFViewerActionGoToNextPageHint="ʾһҳ \n"
+sdxPDFViewerActionGoToNextViewCaption="һͼ"
+sdxPDFViewerActionGoToNextViewHint="תһͼ"
+sdxPDFViewerActionGoToPrevPageCaption="һҳ"
+sdxPDFViewerActionGoToPrevPageHint="ʾһҳ"
+sdxPDFViewerActionGoToPrevViewCaption="һͼ"
+sdxPDFViewerActionGoToPrevViewHint="صǰͼ"
+sdxPDFViewerActionHandToolCaption="ֹ"
+sdxPDFViewerActionNavigationCaption=""
+sdxPDFViewerActionOpenDocumentCaption=""
+sdxPDFViewerActionOpenDocumentHint="һ PDFļ"
+sdxPDFViewerActionPrintCaption="&ӡ"
+sdxPDFViewerActionPrintHint="ӡ"
+sdxPDFViewerActionRotateClockwiseCaption="˳ʱ뷽ת"
+sdxPDFViewerActionRotateClockwiseHint="˳ʱתǰͼ"
+sdxPDFViewerActionRotateCounterclockwiseCaption="ʱ뷽ת"
+sdxPDFViewerActionRotateCounterclockwiseHint="ʱתǰͼ"
+sdxPDFViewerActionRotateViewCaption="תͼ"
+sdxPDFViewerActionSelectAllCaption="ȫѡ"
+sdxPDFViewerActionSelectAllHint="ѡĵеı"
+sdxPDFViewerActionSelectToolCaption="ѡ"
+sdxPDFViewerActionZoomActualSizeCaption="ʵʳߴ"
+sdxPDFViewerActionZoomFitWidthCaption="ʿ"
+sdxPDFViewerActionZoomInCaption="Ŵ"
+sdxPDFViewerActionZoomInHint="ŴԻPDFĵдͼ"
+sdxPDFViewerActionZoomListCaption=""
+sdxPDFViewerActionZoomListHint="PDFĵż"
+sdxPDFViewerActionZoomOutCaption="С"
+sdxPDFViewerActionZoomOutHint="СԲ鿴Сҳ"
+sdxPDFViewerActionZoomToPageLevelCaption="Ŵҳ漶"
+sdxPDFViewerBookmarkPopupMenuGoToBookmark="תǩ"
+sdxPDFViewerBookmarkPopupMenuPrintPages="ӡҳ(s)"
+sdxPDFViewerBookmarkPopupMenuPrintSections="ӡ½(s)"
+sdxPDFViewerBookmarksOptionsPopupMenuCollapseTopLevelBookmarks="۵ǩ"
+sdxPDFViewerBookmarksOptionsPopupMenuExpandCurrentBookmark="չǰǩ"
+sdxPDFViewerBookmarksOptionsPopupMenuExpandTopLevelBookmarks="չǩ"
+sdxPDFViewerBookmarksOptionsPopupMenuHideAfterUse="ʹú"
+sdxPDFViewerBookmarksOptionsPopupMenuLargeTextSize=""
+sdxPDFViewerBookmarksOptionsPopupMenuMediumTextSize=""
+sdxPDFViewerBookmarksOptionsPopupMenuSmallTextSize="С"
+sdxPDFViewerBookmarksOptionsPopupMenuTextSize="ıС"
+sdxPDFViewerBytes="ֽ"
+sdxPDFViewerDocumentPropertiesDialogAdvanced=""
+sdxPDFViewerDocumentPropertiesDialogApplication="Ӧó:"
+sdxPDFViewerDocumentPropertiesDialogAuthor=":"
+sdxPDFViewerDocumentPropertiesDialogCaption="ĵ"
+sdxPDFViewerDocumentPropertiesDialogCreated=":"
+sdxPDFViewerDocumentPropertiesDialogDescription="˵"
+sdxPDFViewerDocumentPropertiesDialogFile="ļ:"
+sdxPDFViewerDocumentPropertiesDialogFileSize="ļС:"
+sdxPDFViewerDocumentPropertiesDialogKeywords="ؼ:"
+sdxPDFViewerDocumentPropertiesDialogLocation="ص:"
+sdxPDFViewerDocumentPropertiesDialogModified=":"
+sdxPDFViewerDocumentPropertiesDialogNumberOfPages="ҳ:"
+sdxPDFViewerDocumentPropertiesDialogPageSize="ҳС:"
+sdxPDFViewerDocumentPropertiesDialogProducer=":"
+sdxPDFViewerDocumentPropertiesDialogRevision=""
+sdxPDFViewerDocumentPropertiesDialogSubject=":"
+sdxPDFViewerDocumentPropertiesDialogTitle=":"
+sdxPDFViewerDocumentPropertiesDialogVersion="汾:"
+sdxPDFViewerFindPanelFindCaption=""
+sdxPDFViewerFindPanelNextButtonCaption="һ"
+sdxPDFViewerFindPanelPopupMenuCaseSensitive="ִСд"
+sdxPDFViewerFindPanelPopupMenuWholeWords="ֻ仰"
+sdxPDFViewerFindPanelPreviousButtonCaption="һ"
+sdxPDFViewerGoToFirstPageActionCaption="һҳ"
+sdxPDFViewerGoToFirstPageActionHint="ʾһҳ"
+sdxPDFViewerGoToLastPageActionCaption="һҳ"
+sdxPDFViewerGoToLastPageActionHint="ʾһҳ"
+sdxPDFViewerGoToNextPageActionCaption="һҳ"
+sdxPDFViewerGoToNextPageActionHint="ʾһҳ."
+sdxPDFViewerGoToPrevPageActionCaption="һҳ"
+sdxPDFViewerGoToPrevPageActionHint="ʾһҳ"
+sdxPDFViewerNavigationActionCaption=""
+sdxPDFViewerNavigationPageAttachmentDescriptionCaption="˵:"
+sdxPDFViewerNavigationPageAttachmentFileNameCaption=": "
+sdxPDFViewerNavigationPageAttachmentFileSizeCaption="С: "
+sdxPDFViewerNavigationPageAttachmentModifiedCaption=": "
+sdxPDFViewerNavigationPageAttachmentsCaption=""
+sdxPDFViewerNavigationPageBookmarksCaption="ǩ"
+sdxPDFViewerNavigationPageCollapseButtonHint="۵"
+sdxPDFViewerNavigationPageExpandBookmarkButtonHint="չǰǩ"
+sdxPDFViewerNavigationPageExpandButtonHint="չ"
+sdxPDFViewerNavigationPageHideButtonHint=""
+sdxPDFViewerNavigationPageOpenAttachmentButtonHint="ڱӦóдļ"
+sdxPDFViewerNavigationPageOptionsButtonHint="ѡ"
+sdxPDFViewerNavigationPageSaveAttachmentButtonHint="渽"
+sdxPDFViewerNavigationPageThumbnailsCaption="ҳͼ"
+sdxPDFViewerNavigationPageThumbnailsSizeTrackBarHint="ҳͼ"
+sdxPDFViewerOpenDocumentActionCaption=""
+sdxPDFViewerOpenDocumentActionHint="PDFļ"
+sdxPDFViewerPagePlacementAndScaling="ú"
+sdxPDFViewerPasswordDialogButtonCancel="ȡ"
+sdxPDFViewerPasswordDialogButtonOK="ȷ"
+sdxPDFViewerPasswordDialogCaption=""
+sdxPDFViewerPasswordDialogPassword=":"
+sdxPDFViewerPasswordDialogProtectedDocument="ĵ뱣.ЧûԴ."
+sdxPDFViewerPopupMenuCopyImage="ͼƬ"
+sdxPDFViewerPopupMenuCopyText=""
+sdxPDFViewerPopupMenuDocumentProperties="ĵ..."
+sdxPDFViewerPopupMenuOpenAttachmentFileText="ļ"
+sdxPDFViewerPopupMenuPrint="ӡ..."
+sdxPDFViewerPopupMenuSaveAttachmentFileText="Ƕļ浽..."
+sdxPDFViewerPrintAsImage="ӡΪͼ"
+sdxPDFViewerRotatePages180DegreesDirection="180"
+sdxPDFViewerRotatePagesAllOrientationSubset="κηҳ"
+sdxPDFViewerRotatePagesAllPagesSubset="ȫ"
+sdxPDFViewerRotatePagesClockwise90DegreesDirection="˳ʱת90"
+sdxPDFViewerRotatePagesCounterclockwise90DegreesDirection="ʱת90"
+sdxPDFViewerRotatePagesDialogCaption="תҳ"
+sdxPDFViewerRotatePagesEvenPagesSubset="żҳ"
+sdxPDFViewerRotatePagesLandscapeOrientationSubset=""
+sdxPDFViewerRotatePagesOddPagesSubset="ҳ"
+sdxPDFViewerRotatePagesPageNumbersSubset="&ҳ:"
+sdxPDFViewerRotatePagesPageOrientation="&:"
+sdxPDFViewerRotatePagesPageRange="ҳ淶Χ:ѡ%d%dҳ"
+sdxPDFViewerRotatePagesPageSubset="ҳӼ"
+sdxPDFViewerRotatePagesPortraitOrientationSubset=""
+sdxPDFViewerRotatePagesRotation="&ת:"
+sdxPDFViewerTextSearchingCompleteMessage="ɶĵ.Ҳƥ."
+sdxPDFViewerTextSearchingNoMatchesFoundMessage="ɶĵ.Ҳƥ."
+sdxPDFViewerThumbnailPopupMenuEnlargePageThumbnails="Ŵҳͼ"
+sdxPDFViewerThumbnailPopupMenuPrintPages="ӡҳ(s)"
+sdxPDFViewerThumbnailPopupMenuReducePageThumbnails="ҳͼ"
+sdxPDFViewerThumbnailPopupMenuRotatePages="תҳ..."
+sdxPDFViewerUnitsInches="Ӣ"
+sdxPDFViewerZoom100ActionCaption="100%"
+sdxPDFViewerZoom10ActionCaption="10%"
+sdxPDFViewerZoom125ActionCaption="125%"
+sdxPDFViewerZoom150ActionCaption="150%"
+sdxPDFViewerZoom200ActionCaption="200%"
+sdxPDFViewerZoom25ActionCaption="25%"
+sdxPDFViewerZoom400ActionCaption="400%"
+sdxPDFViewerZoom500ActionCaption="500%"
+sdxPDFViewerZoom50ActionCaption="50%"
+sdxPDFViewerZoom75ActionCaption="75%"
+sdxPDFViewerZoomActualSizeActionCaption="ʵʳߴ"
+sdxPDFViewerZoomFitVisible="ʺϿɼ"
+sdxPDFViewerZoomFitWidth="ʺϿ"
+sdxPDFViewerZoomInActionCaption="Ŵ"
+sdxPDFViewerZoomInActionHint="ŴPDFĵ"
+sdxPDFViewerZoomListActionCaption=""
+sdxPDFViewerZoomListActionHint="ıPDFĵż"
+sdxPDFViewerZoomOutActionCaption="С"
+sdxPDFViewerZoomOutActionHint="СPDFĵ"
+sdxPDFViewerZoomToPageLevel="Ŵҳȼ"
+sdxPenColor="ֱɫ"
+sdxPenStyleDash="ۺ"
+sdxPenStyleDashDot=""
+sdxPenStyleDashDotDot="ۺŵ"
+sdxPenStyleDot=""
+sdxPenStyleSolid="ʵ"
+sdxPercentOfNormalSize="% С"
+sdxPicture="ͼƬ(&I)"
+sdxPivotGridColumnHeader="ͷ"
+sdxPivotGridContent=""
+sdxPivotGridFieldHeader="ֶα"
+sdxPivotGridHeaderBackground="ⱳ"
+sdxPivotGridPrefilter="Ԥ"
+sdxPivotGridRowHeader="б"
+sdxPlan="ͼ"
+sdxPNFormatsCaption="ҳʽ"
+sdxPNFormatsChangeDefaultFormat="ǷıĬҳʽƥ"%s" ?"
+sdxPNFormatsContinueFromPrevious="ǰ(&C)"
+sdxPNFormatsNumberFormat="ָʽ(&F):"
+sdxPNFormatsStartAt="ʼҳ(&A):"
+sdxPopupMenuFlatButtons="ƽ水ť(&F)"
+sdxPopupMenuLargeButtons="ť(&L)"
+sdxPortrait="(&O)"
+sdxPosition="λ(&P)"
+sdxPositioning="λ"
+sdxPredefinedFunctions="Ԥ庯"
+sdxPreferenceDlgCaption="ѡ"
+sdxPreferenceDlgFlatBtns="ƽ湤ť(&F)"
+sdxPreferenceDlgLargeBtns="ť(&L)"
+sdxPreferenceDlgMargingWhileDragging="ҷʱʾҳ߾ʾ(&D)"
+sdxPreferenceDlgMargins="ҳ߾(&M) "
+sdxPreferenceDlgMarginsColor="ҳ߾ɫ(&C):"
+sdxPreferenceDlgMarginsHints="ҳ߾ʾ(&H)"
+sdxPreferenceDlgMeasurementUnits="λ(&U):"
+sdxPreferenceDlgSaveForRunTimeToo="(&R)"
+sdxPreferenceDlgShow=" ʾ(&S) "
+sdxPreferenceDlgTab1="(&G)"
+sdxPreferenceDlgZoomScroll="(&Z)"
+sdxPreferenceDlgZoomStep="ű(&P):"
+sdxPrefilter="Ԥ(&P)"
+sdxPressEscToCancel=""Escȡ"
+sdxPreview="Ԥ(&W)"
+sdxPreviewAutoHeight="Զ߶(&U)"
+sdxPreviewBottomMargin="±߾"
+sdxPreviewColor="Ԥɫ(&P):"
+sdxPreviewFont="Ԥ"
+sdxPreviewFooterMargin="ҳ"
+sdxPreviewHeaderMargin="ҳü"
+sdxPreviewLeftMargin="߽"
+sdxPreviewLineCount="Ԥ(&T):"
+sdxPreviewMaxLineCount="(&M): "
+sdxPreviewNoPages="ûпʾҳ"
+sdxPreviewNotRegistered="ûעԤ"
+sdxPreviewOutOfResources="Դ"
+sdxPreviewPage="ҳ(&P)"
+sdxPreviewRightMargin="ұ߽"
+sdxPreviewStyle="Ԥ"
+sdxPreviewTab="Ԥ"
+sdxPreviewText="AaBbCcYyZz"
+sdxPreviewTopMargin="ϱ߾"
+sdxPreviewUnitsCentimeters=""
+sdxPreviewUnitsInches="Ӣ"
+sdxPreviewUnitsMillimeters=""
+sdxPreviewUnitsPicas=""
+sdxPreviewUnitsPoints="pt"
+sdxPriceCaption="۸"
+sdxPrimaryTimeZone="Ҫ"
+sdxPrintDeviceError="ӡ !"
+sdxPrintDeviceIsBusy="ӡæ"
+sdxPrintDeviceNotReady="ӡδװûо"
+sdxPrintDialogAll="(&A)"
+sdxPrintDialogAllPages=""
+sdxPrintDialogCaption="ӡ"
+sdxPrintDialogCollateCopies="ݴӡ(&T)"
+sdxPrintDialogComment="ע:"
+sdxPrintDialogCopies=" "
+sdxPrintDialogCurrentPage="ǰҳ(&E)"
+sdxPrintDialogEvenPages="żҳ"
+sdxPrintDialogInPrintingState="ӡڴӡ.\\nԺ."
+sdxPrintDialogInvalidPageRanges="Чҳ뷶Χ"
+sdxPrintDialogName="(&N):"
+sdxPrintDialogNoPrinters="ûаװӡ. Ҫװӡ, \n[ʼ˵|||ӡ],˫[Ӵӡ]. \nĻϵָʾɴӡװ."
+sdxPrintDialogNumberOfCopies="(&C):"
+sdxPrintDialogNumberOfPages="ҳ(&U):"
+sdxPrintDialogOddPages="ҳ"
+sdxPrintDialogOpenDlgAllFiles="ļ"
+sdxPrintDialogOpenDlgPrinterFiles="ӡļ"
+sdxPrintDialogOpenDlgTitle="ѡļ"
+sdxPrintDialogPageNumbersOutOfRange="ҳ볬Χ (%d - %d)"
+sdxPrintDialogPageRange="ҳ淶Χ "
+sdxPrintDialogPages="ҳ(&P):"
+sdxPrintDialogPrinter="ӡ "
+sdxPrintDialogPrintStyles="ӡʽ(&Y) "
+sdxPrintDialogPrintToFile="ӡļ(&F)"
+sdxPrintDialogPSBusy="æ"
+sdxPrintDialogPSDoorOpen="ͨ"
+sdxPrintDialogPSError=""
+sdxPrintDialogPSInitializing="ڳʼ"
+sdxPrintDialogPSIOActive="Ч"
+sdxPrintDialogPSManualFeed="ֹֽ"
+sdxPrintDialogPSNotAvailable=""
+sdxPrintDialogPSNoToner="ûī"
+sdxPrintDialogPSOFFLine="ѻ"
+sdxPrintDialogPSOutBinFull=""
+sdxPrintDialogPSOutOfMemory="ڴ"
+sdxPrintDialogPSPagePunt="ҳƽ"
+sdxPrintDialogPSPaperJam="ֽ"
+sdxPrintDialogPSPaperOut="ֽ"
+sdxPrintDialogPSPaperProblem="ֽ"
+sdxPrintDialogPSPaused="ͣ"
+sdxPrintDialogPSPendingDeletion="ɾ"
+sdxPrintDialogPSPrinting="ڴӡ"
+sdxPrintDialogPSPrintingAndWaiting="ڴӡ:%dĵ,ȴ"
+sdxPrintDialogPSProcessing="ڴ"
+sdxPrintDialogPSReady=""
+sdxPrintDialogPSTonerLow="ī۽"
+sdxPrintDialogPSUserIntervention="û"
+sdxPrintDialogPSWaiting="ڵȴ"
+sdxPrintDialogPSWarningUp="Ԥ"
+sdxPrintDialogRangeLegend="ҳŻҳ淶Χö(,)ָ.: 1,3,5-12."
+sdxPrintDialogRequiredPageNumbers="ҳ"
+sdxPrintDialogSelection="ѡ(&S)"
+sdxPrintDialogStatus="״̬:"
+sdxPrintDialogType=":"
+sdxPrintDialogWhere="λ:"
+sdxPrintedBy="ӡ "
+sdxPrintedOn="ӡ "
+sdxPrinterIndexError="ӡΧ"
+sdxPrinting="ӡ"
+sdxPrintingReport="ڴӡ:%dҳ. ESCж'"
+sdxPrintingReportStatusText="ӡ - "Escȡ"
+sdxPrintOrder=" ӡ "
+sdxPrintPreview="ӡԤ"
+sdxPrintRangeEnd="(&E):"
+sdxPrintRanges="ӡΧ"
+sdxPrintRangeStart="ʼ(&S):"
+sdxPrintStyleCaptionAgenda="ʽ"
+sdxPrintStyleCaptionDaily="ÿʽ"
+sdxPrintStyleCaptionDetails="ϸʽ"
+sdxPrintStyleCaptionMemo="עʽ"
+sdxPrintStyleCaptionMonthly="ÿʽ"
+sdxPrintStyleCaptionTimeLine="ʱʽ"
+sdxPrintStyleCaptionTrifold="ʽ"
+sdxPrintStyleCaptionWeekly="ÿʽ"
+sdxPrintStyleCaptionYearly="ÿʽ"
+sdxPrintStyleDailyLayout1PPD="1 ҳ/"
+sdxPrintStyleDailyLayout2PPD="2 ҳ/"
+sdxPrintStyleDetailsStartNewPageEach="ʼһҳÿ:"
+sdxPrintStyleDontPrintWeekEnds="ӡĩ(&D)"
+sdxPrintStyleInclude=":"
+sdxPrintStyleIncludeNotesAreaBlank="ע(հ)(&B)"
+sdxPrintStyleIncludeNotesAreaLined="ע()(&L)"
+sdxPrintStyleIncludeTaskPad="(&P)"
+sdxPrintStyleLayout="(&L):"
+sdxPrintStyleMemoPrintOnlySelectedEvents="ӡѡ¼"
+sdxPrintStyleMemoStartEachItemOnNewPage="һҳϵÿĿ"
+sdxPrintStyleMonthlyLayout1PPM="1 ҳ/"
+sdxPrintStyleMonthlyLayout2PPM="2 ҳ/"
+sdxPrintStyleMonthlyPrintExactly1MPP="ӡÿҳһµ(&E)"
+sdxPrintStyleMonthPerPage="/ҳ(&M):"
+sdxPrintStyleNameDaily=""
+sdxPrintStyleNameDetails="ϸϢ"
+sdxPrintStyleNameMemo="ע"
+sdxPrintStyleNameMonthly=""
+sdxPrintStyleNameTrifold=""
+sdxPrintStyleNameWeekly=""
+sdxPrintStylePrimaryPageHeadersOnly="ҳ"
+sdxPrintStylePrimaryPageScalesOnly="ҳ"
+sdxPrintStylePrintFrom="ӡ(&F):"
+sdxPrintStylePrintTo="ӡ(&T):"
+sdxPrintStyleShowEventImages="ʾͼƬ"
+sdxPrintStyleShowResourceImages="ʾԴͼ"
+sdxPrintStyleTrifoldSectionLeft="IJ(&L):"
+sdxPrintStyleTrifoldSectionMiddle="мIJ(&M):"
+sdxPrintStyleTrifoldSectionModeDailyCalendar=""
+sdxPrintStyleTrifoldSectionModeMonthlyCalendar=""
+sdxPrintStyleTrifoldSectionModeNotesBlank="ע (հ)"
+sdxPrintStyleTrifoldSectionModeNotesLined="ע ()"
+sdxPrintStyleTrifoldSectionModeTaskPad=""
+sdxPrintStyleTrifoldSectionModeWeeklyCalendar=""
+sdxPrintStyleTrifoldSectionRight="Ҳಿ(&R):"
+sdxPrintStyleWeeklyArrange="(&A):"
+sdxPrintStyleWeeklyArrangeL2R=""
+sdxPrintStyleWeeklyArrangeT2B="ϵ"
+sdxPrintStyleWeeklyDaysLayout="첼(&D):"
+sdxPrintStyleWeeklyDaysLayoutOC="һ"
+sdxPrintStyleWeeklyDaysLayoutTC=""
+sdxPrintStyleWeeklyLayout1PPW="1 ҳ/"
+sdxPrintStyleWeeklyLayout2PPW="2 ҳ/"
+sdxPrintStyleWorkTimeOnly="ڹʱ(&W)"
+sdxPrintStyleYearly12MPP="12 /ҳ"
+sdxPrintStyleYearly1MPP="1 /ҳ"
+sdxPrintStyleYearly2MPP="2 /ҳ"
+sdxPrintStyleYearly3MPP="3 /ҳ"
+sdxPrintStyleYearly4MPP="4 /ҳ"
+sdxPrintStyleYearly6MPP="6 /ҳ"
+sdxPrintUsingGrayShading="ʹûɫӰӡ(&G)"
+sdxProcessExactSelection="ȷѡ(&X)"
+sdxProcessSelection="ѡ(&S)"
+sdxProperties="(&P)"
+sdxProtectSheetDialogAllowDeleteColumns="ɾ"
+sdxProtectSheetDialogAllowDeleteRows="ɾ"
+sdxProtectSheetDialogAllowEditContainers="༭"
+sdxProtectSheetDialogAllowEditHyperlinks="༭"
+sdxProtectSheetDialogAllowFormatCells="ʽ"
+sdxProtectSheetDialogAllowInsertColumns=""
+sdxProtectSheetDialogAllowInsertRows=""
+sdxProtectSheetDialogAllowResizeColumns="п"
+sdxProtectSheetDialogAllowResizeRows="и"
+sdxProtectSheetDialogAllowSelectLockedCells="ѡԪ"
+sdxProtectSheetDialogAllowSelectUnlockedCells="ѡδԪ"
+sdxProtectSheetDialogAllowSort=""
+sdxProtectSheetDialogButtonCancel="ȡ"
+sdxProtectSheetDialogButtonOK="ȷ"
+sdxProtectSheetDialogCaption="ҳ"
+sdxProtectSheetDialogPassword="(&P)δ"
+sdxProtectSheetDialogPermissions="˹û:"
+sdxProtectSheetDialogProtect="ԪĹ"
+sdxProtectWorkbookDialogButtonCancel="ȡ"
+sdxProtectWorkbookDialogButtonOK="ȷ"
+sdxProtectWorkbookDialogCaption="ṹ"
+sdxProtectWorkbookDialogPassword="(&P)(ѡ);"
+sdxProtectWorkbookDialogProtectionOptions=""
+sdxProtectWorkbookDialogProtectStructure="(&S)ṹ"
+sdxPSReportFiles="ļ"
+sdxPt="pt."
+sdxPurchaseMonth="·"
+sdxPurchaseQuarter=""
+sdxPureColorAqua="dzɫ"
+sdxPureColorBlack="ɫ"
+sdxPureColorBlue="ɫ"
+sdxPureColorCream="ɫ"
+sdxPureColorFuchsia="Ϻɫ"
+sdxPureColorGray="ɫ"
+sdxPureColorGreen="ɫ"
+sdxPureColorLime="dzɫ"
+sdxPureColorMaroon="ɫ"
+sdxPureColorMedGray="лɫ"
+sdxPureColorMoneyGreen="Ǯɫ"
+sdxPureColorNavy=""
+sdxPureColorOlive=""
+sdxPureColorPurple="ɫ"
+sdxPureColorRed="ɫ"
+sdxPureColorSilver="ɫ"
+sdxPureColorSkyBlue="ɫ"
+sdxPureColorTeal="ɫ"
+sdxPureColorWhite="ɫ"
+sdxPureColorYellow="ɫ"
+sdxQuantity=""
+sdxQuarter=""
+sdxQuarterAbbreviation1="Qtr"
+sdxQuarterAbbreviation2="Q"
+sdxQueryNewPasswordForm=""
+sdxQueryNewPasswordInvalidPasswordConfirmation="."
+sdxQueryNewPasswordPassword="(ѡ)(&E):"
+sdxQueryNewPasswordRepeatPassword="ٴ(&P):"
+sdxQueryPasswordForm=""
+sdxQueryPasswordPassword=":"
+sdxRangeControlRangeIsEmpty="ΧΪ"
+sdxRangeEditingPermissionsAddUsers="û"
+sdxRangeEditingPermissionsButtonApply="Ӧ"
+sdxRangeEditingPermissionsEnterUserNames="û,÷ֺŷָ:"
+sdxRangeEditingPermissionsForm="༭Ȩ"
+sdxRangeEditingPermissionsGroups=":"
+sdxRangeEditingPermissionsInvalidUserNames="Ϊʵǵ,˲бһЩû."
+sdxRangeEditingPermissionsMoreUsers="û..."
+sdxRangeEditingPermissionsUsers="û:"
+sdxRectangle=""
+sdxRecurrenceLabelCaption="ظ:"
+sdxRecurrenceNoneMessage="()"
+sdxRecurrencePatternLabelCaption="ѭģʽ:"
+sdxRefinements=""
+sdxRegular=""
+sdxRename="(&M)"
+sdxRenameDialogCaption=""
+sdxRenameDialogSheetName=":"
+sdxRepeatHeaderRowAtTop="ڶظ"
+sdxReplaceCellsDataConfirmation="Ѿ.Ҫ滻?"
+sdxReportCellClassNotRegistered="%sûע. \nȷӦıӵԪѾӵӦó"
+sdxReportDesignerCaption=""
+sdxReportDocumentIsCorrupted="(ļDZļ)"
+sdxReportExplorer=""
+sdxReportFileLoadError="ܶȡļ"%s".\\nļ,һûӦó.\\n\\nԭԭʼ."
+sdxReportFootnotesDlgCaption="ҳ"
+sdxReportGroupNullLookAndFeel=""
+sdxReportGroupOfficeLookAndFeel="칫"
+sdxReportGroupStandardLookAndFeel=""
+sdxReportGroupWebLookAndFeel="ҳ"
+sdxReportLinksTab="ʦ"
+sdxReportTitleDlgCaption=""
+sdxRequiredFileName="ļ."
+sdxResourceCountPerPage="Դ/ҳ(&R):"
+sdxReverseDiagonalStripeFillPattern="Խ"
+sdxReverseOnEvenPages="żҳ෴(&R)"
+sdxRibbonColorGalleryAutoColor="Զ"
+sdxRibbonColorGalleryGroupCustomColors="Զɫ"
+sdxRibbonColorGalleryGroupStandardColors="ɫ"
+sdxRibbonColorGalleryGroupThemeColors="ɫ"
+sdxRibbonColorGalleryMoreColors="ɫ(&M)..."
+sdxRibbonCustomizationFormAddErrorMsg="ҪӵԶ. \nҪһ,бѡһѡ,½."
+sdxRibbonCustomizationFormAllCommands=""
+sdxRibbonCustomizationFormAllTabs="ѡ"
+sdxRibbonCustomizationFormBeginGroup="<ָ>"
+sdxRibbonCustomizationFormCaptionAdd="(&A)"
+sdxRibbonCustomizationFormCaptionAddNewContext="µ(&C)"
+sdxRibbonCustomizationFormCaptionAddNewGroup="·(&G)"
+sdxRibbonCustomizationFormCaptionAddNewTab="ѡ(&T)"
+sdxRibbonCustomizationFormCaptionCancel="ȡ(&C)"
+sdxRibbonCustomizationFormCaptionCommandsSource="ѡ(&H):"
+sdxRibbonCustomizationFormCaptionMoveDown="(&D)"
+sdxRibbonCustomizationFormCaptionMoveUp="(&U)"
+sdxRibbonCustomizationFormCaptionNewElement="(&A)"
+sdxRibbonCustomizationFormCaptionOK="ȷ(&O)"
+sdxRibbonCustomizationFormCaptionQuickAccessToolbar="Զٷʹ(&Q):"
+sdxRibbonCustomizationFormCaptionQuickAccessToolbarShowBelowRibbon="ʾڹ·ٷʹ"
+sdxRibbonCustomizationFormCaptionQuickAccessToolbarTitle="Զٷʹ"
+sdxRibbonCustomizationFormCaptionRemove="ɾ(&R)"
+sdxRibbonCustomizationFormCaptionRename="(&M)..."
+sdxRibbonCustomizationFormCaptionReset="(&E)"
+sdxRibbonCustomizationFormCaptionResetAllCustomizations="Զ(&L)"
+sdxRibbonCustomizationFormCaptionResetOnlySelectedTab="ѡѡ(&S)"
+sdxRibbonCustomizationFormCaptionResetSelectedTab="ѡ(&B)"
+sdxRibbonCustomizationFormCaptionRibbonSource="Զ幦(&B):"
+sdxRibbonCustomizationFormCaptionRibbonTitle="Զ幦"
+sdxRibbonCustomizationFormCaptionShowTab="ʾѡ(&S)"
+sdxRibbonCustomizationFormCommandsNotInTheRibbon="ڹе"
+sdxRibbonCustomizationFormCustomElementSuffix=" (Զ)"
+sdxRibbonCustomizationFormCustomGroups="Զ"
+sdxRibbonCustomizationFormCustomTabsAndGroups="Զѡͷ"
+sdxRibbonCustomizationFormDelimiterContextTab=" | "
+sdxRibbonCustomizationFormDisplayName="ʾ"
+sdxRibbonCustomizationFormMainTabs="ѡ"
+sdxRibbonCustomizationFormNewContext="½"
+sdxRibbonCustomizationFormNewGroup="½"
+sdxRibbonCustomizationFormNewTab="½ѡ"
+sdxRibbonCustomizationFormRename=""
+sdxRibbonCustomizationFormTabSuffix=" ѡ"
+sdxRibbonCustomizationFormToolTabs="ѡ"
+sdxRibbonPrintPreviewClosePrintPreview="رմӡԤ"
+sdxRibbonPrintPreviewGroupFormat="ʽ"
+sdxRibbonPrintPreviewGroupInsertName=""
+sdxRibbonPrintPreviewGroupInsertPageNumber="ҳ"
+sdxRibbonPrintPreviewGroupNavigation=""
+sdxRibbonPrintPreviewGroupOutput=""
+sdxRibbonPrintPreviewGroupParts=""
+sdxRibbonPrintPreviewGroupReport=""
+sdxRibbonPrintPreviewGroupScaleToFit=""
+sdxRibbonPrintPreviewGroupZoom=""
+sdxRibbonPrintPreviewPagesSubItem="ҳ"
+sdxRichEditBookmarkDialogBookmarkName="ǩ(&B):"
+sdxRichEditBookmarkDialogButtonAdd="(&A)"
+sdxRichEditBookmarkDialogButtonCancel="ر"
+sdxRichEditBookmarkDialogButtonDelete="ɾ(&D)"
+sdxRichEditBookmarkDialogButtonGoTo="ת(&G)"
+sdxRichEditBookmarkDialogForm="ǩ"
+sdxRichEditBookmarkDialogSortBy=":"
+sdxRichEditBookmarkDialogSortByLocation="λ(&L)"
+sdxRichEditBookmarkDialogSortByName="(&N)"
+sdxRichEditBorderLineStyleNone=""
+sdxRichEditBorderShadingDialogAll="ȫ(&A)"
+sdxRichEditBorderShadingDialogApplyTo="Ӧõ(&L):"
+sdxRichEditBorderShadingDialogApplyToCell="Ԫ"
+sdxRichEditBorderShadingDialogApplyToTable=""
+sdxRichEditBorderShadingDialogBorderLineColor="ɫ(&C):"
+sdxRichEditBorderShadingDialogBorderLineStyle="ʽ(&Y):"
+sdxRichEditBorderShadingDialogBorderLineWeight="(&W):"
+sdxRichEditBorderShadingDialogBorders="߿(&B)"
+sdxRichEditBorderShadingDialogBox="(&X)"
+sdxRichEditBorderShadingDialogButtonOptions="ѡ(&O)..."
+sdxRichEditBorderShadingDialogCustom="Զ(&U)"
+sdxRichEditBorderShadingDialogForm="߿Ӱ"
+sdxRichEditBorderShadingDialogGrid="(&D)"
+sdxRichEditBorderShadingDialogNoColor="ûɫ"
+sdxRichEditBorderShadingDialogNone="(&N)"
+sdxRichEditBorderShadingDialogPreview="Ԥ"
+sdxRichEditBorderShadingDialogPreviewTxt="·ͼʾʹðťӦñ߿"
+sdxRichEditBorderShadingDialogShading="Ӱ(&S)"
+sdxRichEditBorderShadingDialogShadingFill=""
+sdxRichEditBulletedListDialogAlignedAt="(&A):"
+sdxRichEditBulletedListDialogBulletCharacter="Ŀַ(&U)"
+sdxRichEditBulletedListDialogBulletPosition="Ŀλ"
+sdxRichEditBulletedListDialogButtonCharacter="ַ(&C)..."
+sdxRichEditBulletedListDialogForm="ԶĿб"
+sdxRichEditBulletedListDialogIndentAt="(&I):"
+sdxRichEditBulletedListDialogTextPosition="ıλ"
+sdxRichEditCaption_EvenPageFooter="żҳҳ"
+sdxRichEditCaption_EvenPageHeader="żҳҳü"
+sdxRichEditCaption_FirstPageFooter="һҳҳ"
+sdxRichEditCaption_FirstPageHeader="һҳҳü"
+sdxRichEditCaption_OddPageFooter="ҳҳ"
+sdxRichEditCaption_OddPageHeader="ҳҳü"
+sdxRichEditCaption_PageFooter="ҳ(&F)"
+sdxRichEditCaption_PageHeader="ͷ"
+sdxRichEditCaption_SameAsPrevious="һͬ"
+sdxRichEditCaptionUnitCentimeters=""
+sdxRichEditCaptionUnitInches="Ӣ"
+sdxRichEditCaptionUnitMillimeters=""
+sdxRichEditCaptionUnitPercent="ٷֱ"
+sdxRichEditCaptionUnitPoints="pt"
+sdxRichEditColumnsSetupDialogApplyTo="Ӧõ(&A):"
+sdxRichEditColumnsSetupDialogColumnCount="(&N):"
+sdxRichEditColumnsSetupDialogColumnNumber=" #(&C):"
+sdxRichEditColumnsSetupDialogColumnsPresetLeft=""
+sdxRichEditColumnsSetupDialogColumnsPresetOne="һ(&O)"
+sdxRichEditColumnsSetupDialogColumnsPresetRight="(&R)"
+sdxRichEditColumnsSetupDialogColumnsPresetThree="(&T)"
+sdxRichEditColumnsSetupDialogColumnsPresetTwo="(&W)"
+sdxRichEditColumnsSetupDialogEqualColumnWidth="еȿ(&E)"
+sdxRichEditColumnsSetupDialogForm=""
+sdxRichEditColumnsSetupDialogLineBetween="м(&B)"
+sdxRichEditColumnsSetupDialogPresets="Ԥ"
+sdxRichEditColumnsSetupDialogSpacing="(&S)"
+sdxRichEditColumnsSetupDialogStartNewColumn="ʼ(&U)"
+sdxRichEditColumnsSetupDialogWidth="(&I)"
+sdxRichEditColumnsSetupDialogWidthSpacing="Ⱥͼ"
+sdxRichEditCommandAddParagraphsToTableOfContentsDescription="ǰΪݱеĿ."
+sdxRichEditCommandAddParagraphsToTableOfContentsMenuCaption="ı"
+sdxRichEditCommandAddSpacingAfterParagraphDescription=" "
+sdxRichEditCommandAddSpacingAfterParagraphMenuCaption="κӿո(&A)"
+sdxRichEditCommandAddSpacingBeforeParagraphDescription=" "
+sdxRichEditCommandAddSpacingBeforeParagraphMenuCaption="ǰӿո(&B)"
+sdxRichEditCommandAddWordToDictionaryDescription="ӵĿ¼"
+sdxRichEditCommandAddWordToDictionaryMenuCaption="ӵĿ¼"
+sdxRichEditCommandAutoCorrectPlaceholderDescription="Զ"
+sdxRichEditCommandAutoCorrectPlaceholderMenuCaption="Զ"
+sdxRichEditCommandBackSpaceKeyDescription="̨"
+sdxRichEditCommandBackSpaceKeyMenuCaption="̨"
+sdxRichEditCommandBookmarkDescription="ǩ..."
+sdxRichEditCommandBookmarkMenuCaption="ǩ..."
+sdxRichEditCommandBrowserPrintDescription="ӡĵӡ."
+sdxRichEditCommandBrowserPrintMenuCaption="ӡ"
+sdxRichEditCommandBrowserPrintPreviewDescription="ӡǰԤ."
+sdxRichEditCommandBrowserPrintPreviewMenuCaption="Ԥ"
+sdxRichEditCommandCapitalizeEachWordTextCaseDescription="ÿĸд."
+sdxRichEditCommandCapitalizeEachWordTextCaseMenuCaption="ÿĸд"
+sdxRichEditCommandCaptionPrefixEquation="ʽ"
+sdxRichEditCommandCaptionPrefixFigure=""
+sdxRichEditCommandCaptionPrefixTable=""
+sdxRichEditCommandChangeCharacterStyleDescription="ַʽ"
+sdxRichEditCommandChangeCharacterStyleMenuCaption="ַʽ"
+sdxRichEditCommandChangeColumnCountDescription=""
+sdxRichEditCommandChangeColumnCountMenuCaption=""
+sdxRichEditCommandChangeColumnSizeDescription="ı"
+sdxRichEditCommandChangeColumnSizeMenuCaption="дС"
+sdxRichEditCommandChangeCurrentBorderRepositoryItemColorDescription="ıʵɫ."
+sdxRichEditCommandChangeCurrentBorderRepositoryItemColorMenuCaption="ɫ"
+sdxRichEditCommandChangeCurrentBorderRepositoryItemLineStyleDescription="ı߿ʽ."
+sdxRichEditCommandChangeCurrentBorderRepositoryItemLineStyleMenuCaption="ʽ"
+sdxRichEditCommandChangeCurrentBorderRepositoryItemLineThicknessDescription="߿."
+sdxRichEditCommandChangeCurrentBorderRepositoryItemLineThicknessMenuCaption=""
+sdxRichEditCommandChangeFloatingObjectAlignmentDescription="ҳ϶λѡĶ.ԶΪƶ."
+sdxRichEditCommandChangeFloatingObjectAlignmentMenuCaption="λ"
+sdxRichEditCommandChangeFloatingObjectFillColorDescription="ôɫѡ״."
+sdxRichEditCommandChangeFloatingObjectFillColorMenuCaption="״"
+sdxRichEditCommandChangeFloatingObjectOutlineColorDescription="ָѡ״ɫ."
+sdxRichEditCommandChangeFloatingObjectOutlineColorMenuCaption="״"
+sdxRichEditCommandChangeFloatingObjectOutlineWidthDescription="ָѡ״Ŀ."
+sdxRichEditCommandChangeFloatingObjectOutlineWidthMenuCaption="״"
+sdxRichEditCommandChangeFloatingObjectTextWrapTypeDescription="ѡΧֻƷʽ.Ҫö,ԱΧһƶ,ѡ \"ı\"."
+sdxRichEditCommandChangeFloatingObjectTextWrapTypeMenuCaption="Զ"
+sdxRichEditCommandChangeFontColorDescription="ıɫ."
+sdxRichEditCommandChangeFontColorMenuCaption="ɫ"
+sdxRichEditCommandChangeFontNameDescription="ı."
+sdxRichEditCommandChangeFontNameMenuCaption=""
+sdxRichEditCommandChangeFontSizeDescription="ıС."
+sdxRichEditCommandChangeFontSizeMenuCaption="С"
+sdxRichEditCommandChangeIndentDescription=""
+sdxRichEditCommandChangeIndentMenuCaption=""
+sdxRichEditCommandChangeLanguageDescription="ƴдѡֵ."
+sdxRichEditCommandChangeLanguageMenuCaption=""
+sdxRichEditCommandChangeMistakenWordDescription="(ûƴд)"
+sdxRichEditCommandChangeMistakenWordMenuCaption="(ûƴд)"
+sdxRichEditCommandChangeNoProofDescription="û֤"
+sdxRichEditCommandChangeNoProofMenuCaption="δ"
+sdxRichEditCommandChangePageColorDescription="ѡҳıɫ."
+sdxRichEditCommandChangePageColorMenuCaption="ҳɫ"
+sdxRichEditCommandChangeParagraphBackColorDescription="ѡı."
+sdxRichEditCommandChangeParagraphBackColorMenuCaption="Ӱ"
+sdxRichEditCommandChangeParagraphFirstLineIndentDescription="һ"
+sdxRichEditCommandChangeParagraphFirstLineIndentMenuCaption="һ"
+sdxRichEditCommandChangeParagraphLeftIndentDescription="Ķ"
+sdxRichEditCommandChangeParagraphLeftIndentMenuCaption="Ķ"
+sdxRichEditCommandChangeParagraphLineSpacingDescription="ı֮ļ.\\n\\nԶӶ֮ǰ֮Ŀռ."
+sdxRichEditCommandChangeParagraphLineSpacingMenuCaption="м"
+sdxRichEditCommandChangeParagraphRightIndentDescription="Ķ"
+sdxRichEditCommandChangeParagraphRightIndentMenuCaption="Ķ"
+sdxRichEditCommandChangeParagraphStyleDescription="任ʽ"
+sdxRichEditCommandChangeParagraphStyleMenuCaption="任ʽ"
+sdxRichEditCommandChangeSectionLineNumberingDescription="к."
+sdxRichEditCommandChangeSectionLineNumberingMenuCaption="к"
+sdxRichEditCommandChangeSectionPageMarginsDescription="ѡĵǰڵı߾С."
+sdxRichEditCommandChangeSectionPageMarginsMenuCaption="߾"
+sdxRichEditCommandChangeSectionPageOrientationDescription="лҳͺʽ."
+sdxRichEditCommandChangeSectionPageOrientationMenuCaption=""
+sdxRichEditCommandChangeSectionPagePaperKindDescription="ѡǰڵֽŴС."
+sdxRichEditCommandChangeSectionPagePaperKindMenuCaption="ߴ"
+sdxRichEditCommandChangeStyleDescription="ʽӦúıʹôʽ."
+sdxRichEditCommandChangeStyleMenuCaption="ʽ"
+sdxRichEditCommandChangeTableBordersDescription="ԶѡԪı߿."
+sdxRichEditCommandChangeTableBordersMenuCaption="߿"
+sdxRichEditCommandChangeTableCellAlignmentPlaceholderDescription="ԶѡĵԪĶ뷽ʽ."
+sdxRichEditCommandChangeTableCellAlignmentPlaceholderMenuCaption=""
+sdxRichEditCommandChangeTableCellsContentAlignmentDescription="Ԫ뷽ʽ"
+sdxRichEditCommandChangeTableCellsContentAlignmentMenuCaption="Ԫ뷽ʽ"
+sdxRichEditCommandChangeTableCellShadingDescription="ѡԪıɫ."
+sdxRichEditCommandChangeTableCellShadingMenuCaption="Ӱ"
+sdxRichEditCommandChangeTextCaseDescription="ѡıΪȫд,Сдĸ,ͨôд."
+sdxRichEditCommandChangeTextCaseMenuCaption="ĴСд"
+sdxRichEditCommandCheckSpellingDescription="ĵеıƴд."
+sdxRichEditCommandCheckSpellingMenuCaption="ƴд"
+sdxRichEditCommandCheckSyntaxDescription=""
+sdxRichEditCommandCheckSyntaxMenuCaption=""
+sdxRichEditCommandClearFormattingDescription="ѡݸʽ,ֻ´ı."
+sdxRichEditCommandClearFormattingMenuCaption="ʽ"
+sdxRichEditCommandClearUndoDescription=""
+sdxRichEditCommandClearUndoMenuCaption=""
+sdxRichEditCommandClosePageHeaderFooterDescription="رҳüҳŹ.\\n\\nҲ˫Ҫصĵ༭."
+sdxRichEditCommandClosePageHeaderFooterMenuCaption="رҳüҳ"
+sdxRichEditCommandCollapseOrExpandFormulaBarDescription="۵չʽ(Ctrl+Shift+U)"
+sdxRichEditCommandCollapseOrExpandFormulaBarMenuCaption="۵չʽ"
+sdxRichEditCommandCommentDescription="ѡͻʾĵеע."
+sdxRichEditCommandCommentMenuCaption="鿴ע"
+sdxRichEditCommandCopySelectionDescription="ѡݲڼ."
+sdxRichEditCommandCopySelectionMenuCaption="(&C)"
+sdxRichEditCommandCreateBookmarkDescription="ǩ"
+sdxRichEditCommandCreateBookmarkMenuCaption="ǩ"
+sdxRichEditCommandCreateCommentDescription="ע"
+sdxRichEditCommandCreateCommentMenuCaption="ע"
+sdxRichEditCommandCreateFieldDescription=""
+sdxRichEditCommandCreateFieldMenuCaption=""
+sdxRichEditCommandCreateHyperlinkDescription=""
+sdxRichEditCommandCreateHyperlinkMenuCaption=""
+sdxRichEditCommandCutSelectionDescription="ѡݴĵڼ."
+sdxRichEditCommandCutSelectionMenuCaption="(&T)"
+sdxRichEditCommandDecreaseFontSizeDescription="СС."
+sdxRichEditCommandDecreaseFontSizeMenuCaption="С"
+sdxRichEditCommandDecrementFontSizeDescription="СС"
+sdxRichEditCommandDecrementFontSizeMenuCaption="СС"
+sdxRichEditCommandDecrementIndentDescription="ٶ."
+sdxRichEditCommandDecrementIndentMenuCaption=""
+sdxRichEditCommandDecrementNumerationFromParagraphDescription="Ӷ俪ʼݼ"
+sdxRichEditCommandDecrementNumerationFromParagraphMenuCaption="Ӷ俪ʼݼ"
+sdxRichEditCommandDecrementParagraphLeftIndentDescription="ݼ˵"
+sdxRichEditCommandDecrementParagraphLeftIndentMenuCaption="ٶ"
+sdxRichEditCommandDecrementParagraphOutlineLevelDescription="ʹټ"
+sdxRichEditCommandDecrementParagraphOutlineLevelMenuCaption="ʹټ"
+sdxRichEditCommandDeleteBackCoreDescription="ɾغ"
+sdxRichEditCommandDeleteBackCoreMenuCaption="ɾغ"
+sdxRichEditCommandDeleteBackDescription="ɾ"
+sdxRichEditCommandDeleteBackMenuCaption="ɾ"
+sdxRichEditCommandDeleteBookmarkDescription="ɾǩ"
+sdxRichEditCommandDeleteBookmarkMenuCaption="ɾǩ"
+sdxRichEditCommandDeleteCommentDescription="ɾע"
+sdxRichEditCommandDeleteCommentMenuCaption="ɾע"
+sdxRichEditCommandDeleteCoreDescription="ɾ"
+sdxRichEditCommandDeleteCoreMenuCaption="ɾ"
+sdxRichEditCommandDeleteDescription="ɾ"
+sdxRichEditCommandDeleteMenuCaption="ɾ"
+sdxRichEditCommandDeleteNumerationFromParagraphDescription="ɾе"
+sdxRichEditCommandDeleteNumerationFromParagraphMenuCaption="ɾе"
+sdxRichEditCommandDeleteRepeatedWordDescription="ɾظĵ"
+sdxRichEditCommandDeleteRepeatedWordMenuCaption="ɾظĵ"
+sdxRichEditCommandDeleteTableCellsDescription="ɾСлԪ."
+sdxRichEditCommandDeleteTableCellsMenuCaption="ɾԪ..."
+sdxRichEditCommandDeleteTableCellsMenuItem="ɾԪ..."
+sdxRichEditCommandDeleteTableColumnsDescription="ɾ"
+sdxRichEditCommandDeleteTableColumnsMenuCaption="ɾ"
+sdxRichEditCommandDeleteTableDescription="ɾ."
+sdxRichEditCommandDeleteTableElementsDescription="ɾССԪ."
+sdxRichEditCommandDeleteTableElementsMenuCaption="ɾ"
+sdxRichEditCommandDeleteTableMenuCaption="ɾ"
+sdxRichEditCommandDeleteTableRowsDescription="ɾ"
+sdxRichEditCommandDeleteTableRowsMenuCaption="ɾ"
+sdxRichEditCommandDeleteTableStyleMenuCaption="ɾʽ..."
+sdxRichEditCommandDeleteWordBackCoreDescription="ɾд"
+sdxRichEditCommandDeleteWordBackCoreMenuCaption="ɾд"
+sdxRichEditCommandDeleteWordBackDescription="ɾд"
+sdxRichEditCommandDeleteWordBackMenuCaption="ɾд"
+sdxRichEditCommandDeleteWordCoreDescription="ɾֻɾֺ"
+sdxRichEditCommandDeleteWordCoreMenuCaption="ɾо"
+sdxRichEditCommandDeleteWordDescription="ɾ"
+sdxRichEditCommandDeleteWordMenuCaption="ɾ"
+sdxRichEditCommandDeselectAllDescription="ĵѡ."
+sdxRichEditCommandDeselectAllMenuCaption="ȡȫѡ"
+sdxRichEditCommandDraftViewDescription="ݸͼ"
+sdxRichEditCommandDraftViewMenuCaption="ݸͼ"
+sdxRichEditCommandEditHyperlinkDescription="༭..."
+sdxRichEditCommandEditHyperlinkMenuCaption="༭..."
+sdxRichEditCommandEditPageFooterDescription="༭ĵҳ.\\n\\nҳеݽÿһҳĵײ."
+sdxRichEditCommandEditPageFooterMenuCaption="ҳ"
+sdxRichEditCommandEditPageHeaderDescription="༭ĵҳü.\\n\\nҳüеݽÿһҳĶ."
+sdxRichEditCommandEditPageHeaderMenuCaption="ͷ"
+sdxRichEditCommandEditTOCMenuCaption="༭..."
+sdxRichEditCommandEncryptDocumentDescription="ĵ뱣."
+sdxRichEditCommandEncryptDocumentMenuCaption=""
+sdxRichEditCommandEnsureCaretVisibleHorizontallyDescription="ȷˮƽɼ"
+sdxRichEditCommandEnsureCaretVisibleHorizontallyMenuCaption="ȷˮƽɼ"
+sdxRichEditCommandEnsureCaretVisibleVerticallyDescription="ȷֱɼ"
+sdxRichEditCommandEnsureCaretVisibleVerticallyMenuCaption="ȷֱɼ"
+sdxRichEditCommandEnterKeyDescription="Կ"
+sdxRichEditCommandEnterKeyMenuCaption="Կ"
+sdxRichEditCommandFindAndSelectBackwardDescription="Һѡ"
+sdxRichEditCommandFindAndSelectBackwardMenuCaption="Һѡ"
+sdxRichEditCommandFindAndSelectForwardDescription="Ҳѡǰ"
+sdxRichEditCommandFindAndSelectForwardMenuCaption="Ҳѡǰ"
+sdxRichEditCommandFindDescription="ĵвı."
+sdxRichEditCommandFindMenuCaption=""
+sdxRichEditCommandFindNextDescription="ظϴ."
+sdxRichEditCommandFindNextMenuCaption="һ"
+sdxRichEditCommandFindPrevDescription="ظϴ."
+sdxRichEditCommandFindPrevMenuCaption="һ"
+sdxRichEditCommandFirstDataRecordDescription="һ¼"
+sdxRichEditCommandFirstDataRecordMenuCaption="һ¼"
+sdxRichEditCommandFitHeightDescription="ĵű༭ߴʹҳ߶."
+sdxRichEditCommandFitHeightMenuCaption="Ӧ߶"
+sdxRichEditCommandFitToPageDescription="ĵű,Ӧҳ༭ߴ."
+sdxRichEditCommandFitToPageMenuCaption="ʺҳ"
+sdxRichEditCommandFitWidthDescription="ĵű,ӦҳȶԱ༭ıߴ."
+sdxRichEditCommandFitWidthMenuCaption="Ӧ"
+sdxRichEditCommandFloatingObjectBringForwardDescription="úѡĶ,֮ǰĶ."
+sdxRichEditCommandFloatingObjectBringForwardMenuCaption="ú"
+sdxRichEditCommandFloatingObjectBringForwardPlaceholderDescription="ǰѡĶ,֮Ķ."
+sdxRichEditCommandFloatingObjectBringForwardPlaceholderMenuCaption="ǰ"
+sdxRichEditCommandFloatingObjectBringInFrontOfTextDescription=" "
+sdxRichEditCommandFloatingObjectBringInFrontOfTextMenuCaption="Ϸ"
+sdxRichEditCommandFloatingObjectBringToFrontDescription="Ϸ."
+sdxRichEditCommandFloatingObjectBringToFrontMenuCaption="ǰ"
+sdxRichEditCommandFloatingObjectSendBackwardDescription="ѡĶ,ǰĶ."
+sdxRichEditCommandFloatingObjectSendBackwardMenuCaption="һ"
+sdxRichEditCommandFloatingObjectSendBackwardPlaceholderDescription="ѡĶ,ǰĶ."
+sdxRichEditCommandFloatingObjectSendBackwardPlaceholderMenuCaption="ú"
+sdxRichEditCommandFloatingObjectSendBehindTextDescription=" "
+sdxRichEditCommandFloatingObjectSendBehindTextMenuCaption="·"
+sdxRichEditCommandFloatingObjectSendToBackDescription="·."
+sdxRichEditCommandFloatingObjectSendToBackMenuCaption="ú"
+sdxRichEditCommandFontSubscriptDescription="ı·dzС."
+sdxRichEditCommandFontSubscriptMenuCaption="±"
+sdxRichEditCommandFontSuperscriptDescription="ıϷdzС."
+sdxRichEditCommandFontSuperscriptMenuCaption="ϱ"
+sdxRichEditCommandGoToNextHeaderFooterDescription="һڵҳüҳ."
+sdxRichEditCommandGoToNextHeaderFooterMenuCaption="ʾһ"
+sdxRichEditCommandGoToPageDescription="תҳ"
+sdxRichEditCommandGoToPageFooterDescription="ҳҳ,ԱԱ༭."
+sdxRichEditCommandGoToPageFooterMenuCaption="תҳ"
+sdxRichEditCommandGoToPageHeaderDescription="ҳϵı,ԱԱ༭."
+sdxRichEditCommandGoToPageHeaderMenuCaption="ת"
+sdxRichEditCommandGoToPageMenuCaption="תҳ"
+sdxRichEditCommandGoToPreviousHeaderFooterDescription="ǰһҳüҳ."
+sdxRichEditCommandGoToPreviousHeaderFooterMenuCaption="ʾһ"
+sdxRichEditCommandHighlightTextDescription="ʹıӫ˱."
+sdxRichEditCommandHighlightTextMenuCaption="ָɫ"
+sdxRichEditCommandHyperlinkDescription="..."
+sdxRichEditCommandHyperlinkMenuCaption="..."
+sdxRichEditCommandIgnoreAllMistakenWordsDescription="ȫ"
+sdxRichEditCommandIgnoreAllMistakenWordsMenuCaption="ȫ"
+sdxRichEditCommandIgnoreMistakenWordDescription=""
+sdxRichEditCommandIgnoreMistakenWordMenuCaption=""
+sdxRichEditCommandIncreaseFontSizeDescription="С."
+sdxRichEditCommandIncreaseFontSizeMenuCaption=""
+sdxRichEditCommandIncrementFontSizeDescription="С"
+sdxRichEditCommandIncrementFontSizeMenuCaption="С"
+sdxRichEditCommandIncrementIndentDescription="Ӷ."
+sdxRichEditCommandIncrementIndentMenuCaption=""
+sdxRichEditCommandIncrementNumerationFromParagraphDescription="еĵ"
+sdxRichEditCommandIncrementNumerationFromParagraphMenuCaption="еĵ"
+sdxRichEditCommandIncrementParagraphLeftIndentDescription=""
+sdxRichEditCommandIncrementParagraphLeftIndentMenuCaption=""
+sdxRichEditCommandIncrementParagraphOutlineLevelDescription="ߴټ"
+sdxRichEditCommandIncrementParagraphOutlineLevelMenuCaption="ߴټ"
+sdxRichEditCommandInsertBreakDescription="ĵҳڻ."
+sdxRichEditCommandInsertBreakMenuCaption=""
+sdxRichEditCommandInsertBulletListDescription="ʼĿб."
+sdxRichEditCommandInsertBulletListMenuCaption="Ŀ"
+sdxRichEditCommandInsertCaptionPlaceholderDescription="ΪͼƬͼע.\\nע·ı."
+sdxRichEditCommandInsertCaptionPlaceholderMenuCaption=""
+sdxRichEditCommandInsertClosingDoubleQuotationMarkDescription="˫"
+sdxRichEditCommandInsertClosingDoubleQuotationMarkMenuCaption="˫"
+sdxRichEditCommandInsertClosingSingleQuotationMarkDescription="뵥"
+sdxRichEditCommandInsertClosingSingleQuotationMarkMenuCaption="뵥"
+sdxRichEditCommandInsertColumnBreakDescription="ʾıһпʼ."
+sdxRichEditCommandInsertColumnBreakMenuCaption=""
+sdxRichEditCommandInsertCopyrightSymbolDescription="Ȩ"
+sdxRichEditCommandInsertCopyrightSymbolMenuCaption="Ȩ"
+sdxRichEditCommandInsertEllipsisDescription="ʡԺ"
+sdxRichEditCommandInsertEllipsisMenuCaption="ʡԺ"
+sdxRichEditCommandInsertEmDashDescription="̻"
+sdxRichEditCommandInsertEmDashMenuCaption="̻"
+sdxRichEditCommandInsertEnDashDescription="Ӻ"
+sdxRichEditCommandInsertEnDashMenuCaption="Ӻ"
+sdxRichEditCommandInsertEquationCaptionDescription="һȵı."
+sdxRichEditCommandInsertEquationCaptionMenuCaption="ȵı"
+sdxRichEditCommandInsertFieldDescription="ֶ"
+sdxRichEditCommandInsertFieldMenuCaption="ֶ"
+sdxRichEditCommandInsertFigureCaptionDescription="һͼ."
+sdxRichEditCommandInsertFigureCaptionMenuCaption="ͼ"
+sdxRichEditCommandInsertFloatingObjectPictureDescription="ļͼƬ."
+sdxRichEditCommandInsertFloatingObjectPictureMenuCaption="ͼƬ"
+sdxRichEditCommandInsertHyperlinkDescription="ʽ"
+sdxRichEditCommandInsertHyperlinkMenuCaption="볬"
+sdxRichEditCommandInsertLineBreakDescription="뻻з"
+sdxRichEditCommandInsertLineBreakMenuCaption="뻻з"
+sdxRichEditCommandInsertMergeFieldDescription="ϲ."
+sdxRichEditCommandInsertMergeFieldMenuCaption="ϲ"
+sdxRichEditCommandInsertMultilevelListDescription="༶б."
+sdxRichEditCommandInsertMultilevelListMenuCaption="༶б"
+sdxRichEditCommandInsertNonBreakingSpaceDescription="ǶϿռ"
+sdxRichEditCommandInsertNonBreakingSpaceMenuCaption="ǶϿռ"
+sdxRichEditCommandInsertOpeningDoubleQuotationMarkDescription="˫"
+sdxRichEditCommandInsertOpeningDoubleQuotationMarkMenuCaption="˫"
+sdxRichEditCommandInsertOpeningSingleQuotationMarkDescription=""
+sdxRichEditCommandInsertOpeningSingleQuotationMarkMenuCaption=""
+sdxRichEditCommandInsertPageBreak2Description="ӵǰλÿʼһҳ."
+sdxRichEditCommandInsertPageBreak2MenuCaption="ҳ"
+sdxRichEditCommandInsertPageBreakDescription="ӵǰλÿʼһҳ."
+sdxRichEditCommandInsertPageBreakMenuCaption="ҳ"
+sdxRichEditCommandInsertPageCountFieldDescription="ĵҳ."
+sdxRichEditCommandInsertPageCountFieldMenuCaption="ҳ"
+sdxRichEditCommandInsertPageNumberFieldDescription="ĵвҳ."
+sdxRichEditCommandInsertPageNumberFieldMenuCaption="ҳ"
+sdxRichEditCommandInsertParagraphDescription=""
+sdxRichEditCommandInsertParagraphMenuCaption=""
+sdxRichEditCommandInsertPictureDescription="ļвǶͼƬ."
+sdxRichEditCommandInsertPictureMenuCaption="ǶͼƬ"
+sdxRichEditCommandInsertRegisteredTrademarkSymbolDescription="ע̱"
+sdxRichEditCommandInsertRegisteredTrademarkSymbolMenuCaption="ע̱"
+sdxRichEditCommandInsertSectionBreakContinuousDescription="һֽڷͬһҳϿʼ½."
+sdxRichEditCommandInsertSectionBreakContinuousMenuCaption=" ()"
+sdxRichEditCommandInsertSectionBreakEvenPageDescription="һֽڷһżҳϿʼ½."
+sdxRichEditCommandInsertSectionBreakEvenPageMenuCaption=" (żҳ)"
+sdxRichEditCommandInsertSectionBreakNextPageDescription="һֽڷһҳϿʼ½."
+sdxRichEditCommandInsertSectionBreakNextPageMenuCaption=" (һҳ)"
+sdxRichEditCommandInsertSectionBreakOddPageDescription="һֽڷһҳϿʼ½."
+sdxRichEditCommandInsertSectionBreakOddPageMenuCaption=" (ҳ)"
+sdxRichEditCommandInsertSimpleListDescription="ʼŵб."
+sdxRichEditCommandInsertSimpleListMenuCaption=""
+sdxRichEditCommandInsertSymbolDescription="ü̲,Ȩš ̱š Ǻ Unicode ַķ."
+sdxRichEditCommandInsertSymbolMenuCaption=""
+sdxRichEditCommandInsertTabDescription="Ʊ"
+sdxRichEditCommandInsertTableCaptionDescription="ӱ."
+sdxRichEditCommandInsertTableCaptionMenuCaption=""
+sdxRichEditCommandInsertTableCellsDescription="뵥Ԫ"
+sdxRichEditCommandInsertTableCellsMenuCaption="뵥Ԫ"
+sdxRichEditCommandInsertTableColumnToTheLeftDescription="ֱѡеһ."
+sdxRichEditCommandInsertTableColumnToTheLeftMenuCaption="߲"
+sdxRichEditCommandInsertTableColumnToTheRightDescription="ֱѡеҲһ."
+sdxRichEditCommandInsertTableColumnToTheRightMenuCaption="ұ߲"
+sdxRichEditCommandInsertTableDescription="ĵвһ."
+sdxRichEditCommandInsertTableElementMenuCaption=""
+sdxRichEditCommandInsertTableMenuCaption=""
+sdxRichEditCommandInsertTableOfContentsDescription="ĵӱ.\\nһݱ,ıťĿ."
+sdxRichEditCommandInsertTableOfContentsMenuCaption=""
+sdxRichEditCommandInsertTableOfEquationsDescription="һ̱ĵ.\\ṉĵейʽб."
+sdxRichEditCommandInsertTableOfEquationsMenuCaption="ͬı"
+sdxRichEditCommandInsertTableOfFiguresDescription="ĵвһֱ.\\nֱĵеб."
+sdxRichEditCommandInsertTableOfFiguresMenuCaption="ͼĿ¼"
+sdxRichEditCommandInsertTableOfFiguresPlaceholderDescription="ĵвһֱ.\\nֱĵе ̵б."
+sdxRichEditCommandInsertTableOfFiguresPlaceholderMenuCaption="ͼĿ¼"
+sdxRichEditCommandInsertTableOfTablesDescription="ĵвб.\\nбĵебб."
+sdxRichEditCommandInsertTableOfTablesMenuCaption="б"
+sdxRichEditCommandInsertTableRowAboveDescription="ѡеϷ."
+sdxRichEditCommandInsertTableRowAboveMenuCaption="Ϸ"
+sdxRichEditCommandInsertTableRowBelowDescription="ѡе·."
+sdxRichEditCommandInsertTableRowBelowMenuCaption="·"
+sdxRichEditCommandInsertTablesCaptionDescription="ӱ."
+sdxRichEditCommandInsertTablesCaptionMenuCaption=""
+sdxRichEditCommandInsertTabMenuCaption="Ʊ"
+sdxRichEditCommandInsertTabToParagraphDescription="ڶ˵вƱ"
+sdxRichEditCommandInsertTabToParagraphMenuCaption="ƱΪ"
+sdxRichEditCommandInsertTextBoxDescription="һıĵ."
+sdxRichEditCommandInsertTextBoxMenuCaption="ı"
+sdxRichEditCommandInsertTextDescription="ı"
+sdxRichEditCommandInsertTextMenuCaption="ı"
+sdxRichEditCommandInsertTrademarkSymbolDescription="̱"
+sdxRichEditCommandInsertTrademarkSymbolMenuCaption="̱"
+sdxRichEditCommandLanguageDescription="ƴдѡֵ."
+sdxRichEditCommandLanguageMenuCaption=""
+sdxRichEditCommandLastDataRecordDescription="һ¼"
+sdxRichEditCommandLastDataRecordMenuCaption="һ¼"
+sdxRichEditCommandLoadDocumentDescription="һĵ."
+sdxRichEditCommandLoadDocumentMenuCaption=""
+sdxRichEditCommandMailMergeSaveDocumentAsCommandDescription="ʼϲ"
+sdxRichEditCommandMailMergeSaveDocumentAsCommandMenuCaption="ʼϲ"
+sdxRichEditCommandMakeTextLowerCaseDescription="ѡıΪСд."
+sdxRichEditCommandMakeTextLowerCaseMenuCaption="Сд"
+sdxRichEditCommandMakeTextUpperCaseDescription="ѡıΪȫд."
+sdxRichEditCommandMakeTextUpperCaseMenuCaption="д"
+sdxRichEditCommandMergeTableCellsDescription="ѡԪϲΪһԪ."
+sdxRichEditCommandMergeTableCellsMenuCaption="ϲԪ"
+sdxRichEditCommandModifyHyperlinkDescription="ij"
+sdxRichEditCommandModifyHyperlinkMenuCaption="ij"
+sdxRichEditCommandModifyTableStyleMenuCaption="ıʽ..."
+sdxRichEditCommandMoveBackwardDescription="ƶ"
+sdxRichEditCommandMoveBackwardMenuCaption="ƶ"
+sdxRichEditCommandMoveForwardDescription="ǰƶ"
+sdxRichEditCommandMoveForwardMenuCaption="ǰƶ"
+sdxRichEditCommandMoveLineDownDescription=""
+sdxRichEditCommandMoveLineDownMenuCaption=""
+sdxRichEditCommandMoveLineUpDescription=""
+sdxRichEditCommandMoveLineUpMenuCaption=""
+sdxRichEditCommandMoveNextPageDescription="ƶһҳ"
+sdxRichEditCommandMoveNextPageMenuCaption="ƶһҳ"
+sdxRichEditCommandMoveNextParagraphDescription="ƶһ"
+sdxRichEditCommandMoveNextParagraphMenuCaption="ƶһ"
+sdxRichEditCommandMoveNextWordDescription="ƶһ"
+sdxRichEditCommandMoveNextWordMenuCaption="ƶһ"
+sdxRichEditCommandMovePreviousPageDescription="ƶǰһҳ"
+sdxRichEditCommandMovePreviousPageMenuCaption="ƶǰһҳ"
+sdxRichEditCommandMovePreviousParagraphDescription="ƶǰһ"
+sdxRichEditCommandMovePreviousParagraphMenuCaption="ƶǰһ"
+sdxRichEditCommandMovePreviousWordDescription="ƶ֮ǰĵ"
+sdxRichEditCommandMovePreviousWordMenuCaption="ƶ֮ǰĵ"
+sdxRichEditCommandMoveScreenDownDescription="Ļƶ"
+sdxRichEditCommandMoveScreenDownMenuCaption="Ļƶ"
+sdxRichEditCommandMoveScreenUpDescription="Ļƶ"
+sdxRichEditCommandMoveScreenUpMenuCaption="Ļƶ"
+sdxRichEditCommandMoveToBeginOfDocumentDescription="ƶĵĿʼ"
+sdxRichEditCommandMoveToBeginOfDocumentMenuCaption="ƶĵĿʼ"
+sdxRichEditCommandMoveToEndOfDocumentDescription="ƶĵβ"
+sdxRichEditCommandMoveToEndOfDocumentMenuCaption="ƶĵβ"
+sdxRichEditCommandMoveToEndOfLineDescription="ƶյ"
+sdxRichEditCommandMoveToEndOfLineMenuCaption="ƶյ"
+sdxRichEditCommandMoveToStartOfLineDescription="ƶ߿ʼ"
+sdxRichEditCommandMoveToStartOfLineMenuCaption="ƶ߿ʼ"
+sdxRichEditCommandNewEmptyDocumentDescription="һµĵ."
+sdxRichEditCommandNewEmptyDocumentMenuCaption="½"
+sdxRichEditCommandNewTableStyleMenuCaption="½ʽ..."
+sdxRichEditCommandNextDataRecordDescription="һ¼"
+sdxRichEditCommandNextDataRecordMenuCaption="һ¼"
+sdxRichEditCommandOpenHyperlinkAtCaretPositionDescription="AtCaretλ"
+sdxRichEditCommandOpenHyperlinkAtCaretPositionMenuCaption="AtCaretλ"
+sdxRichEditCommandOpenHyperlinkDescription=""
+sdxRichEditCommandOpenHyperlinkMenuCaption=""
+sdxRichEditCommandOvertypeTextDescription="ı"
+sdxRichEditCommandOvertypeTextMenuCaption="ı"
+sdxRichEditCommandPageMarginsGalleryBottomPartCaption="ײ"
+sdxRichEditCommandPageMarginsGalleryCaption="߾"
+sdxRichEditCommandPageMarginsGalleryLeftPartCaption=""
+sdxRichEditCommandPageMarginsGalleryModerateMarginsCaption=""
+sdxRichEditCommandPageMarginsGalleryNarrowMarginsCaption="խ"
+sdxRichEditCommandPageMarginsGalleryNormalMarginsCaption=""
+sdxRichEditCommandPageMarginsGalleryRightPartCaption="ұ"
+sdxRichEditCommandPageMarginsGalleryTopPartCaption=""
+sdxRichEditCommandPageMarginsGalleryWideMarginsCaption="ſ"
+sdxRichEditCommandPaperSizeGalleryCaption="С"
+sdxRichEditCommandPaperSizeGalleryUnitsInchesCaption="Ӣ"
+sdxRichEditCommandPaperSizeGalleryUnitsMillimetersCaption=""
+sdxRichEditCommandParagraphAlignmentCenterDescription="ı."
+sdxRichEditCommandParagraphAlignmentCenterMenuCaption="(&C)"
+sdxRichEditCommandParagraphAlignmentJustifyDescription="ıҳ߾,ӶĿռ,ΪҪĵ֮.\\n\\n⽫һɾ,Ҳҳ."
+sdxRichEditCommandParagraphAlignmentJustifyMenuCaption="˶(&J)"
+sdxRichEditCommandParagraphAlignmentLeftDescription="ı."
+sdxRichEditCommandParagraphAlignmentLeftMenuCaption="ı(&L)"
+sdxRichEditCommandParagraphAlignmentRightDescription="ıҶ."
+sdxRichEditCommandParagraphAlignmentRightMenuCaption="Ҷı(&R)"
+sdxRichEditCommandParagraphSuppressHyphenationDescription="Ƶǰֹ"
+sdxRichEditCommandParagraphSuppressHyphenationMenuCaption="Ƶǰֹ"
+sdxRichEditCommandParagraphSuppressLineNumbersDescription="ȡǰ"
+sdxRichEditCommandParagraphSuppressLineNumbersMenuCaption="ȡǰ"
+sdxRichEditCommandPasteDescription="ճ."
+sdxRichEditCommandPasteFilesDescription="ΪǶʽļ."
+sdxRichEditCommandPasteFilesMenuCaption="ļ"
+sdxRichEditCommandPasteHtmlTextDescription="Ϊ HTML ʽ."
+sdxRichEditCommandPasteHtmlTextMenuCaption="HTMLʽ"
+sdxRichEditCommandPasteImageDescription="еΪͼƬ."
+sdxRichEditCommandPasteImageMenuCaption="ͼƬ"
+sdxRichEditCommandPasteMenuCaption="ճ(&P)"
+sdxRichEditCommandPasteMetafileImageDescription="ΪͼԪļ."
+sdxRichEditCommandPasteMetafileImageMenuCaption="ͼԪļ"
+sdxRichEditCommandPastePlainTextDescription="еΪı벻κθʽ."
+sdxRichEditCommandPastePlainTextMenuCaption="ʽı"
+sdxRichEditCommandPasteRtfTextDescription="еΪıͱʽ."
+sdxRichEditCommandPasteRtfTextMenuCaption="ʽı(RTF)"
+sdxRichEditCommandPasteSilverlightXamlTextDescription="еΪıʽ."
+sdxRichEditCommandPasteSilverlightXamlTextMenuCaption="ʽı(XAML)"
+sdxRichEditCommandPlaceCaretToPhysicalPointDescription="λû"
+sdxRichEditCommandPlaceCaretToPhysicalPointMenuCaption="λû"
+sdxRichEditCommandPreviousDataRecordDescription="һ¼"
+sdxRichEditCommandPreviousDataRecordMenuCaption="һ¼"
+sdxRichEditCommandPrintDescription="ѡһ̨ӡ,,Ŀӡѡӡǰ."
+sdxRichEditCommandPrintMenuCaption="ӡ(&P)"
+sdxRichEditCommandPrintPreviewDescription="ڴӡǰԤҳ."
+sdxRichEditCommandPrintPreviewMenuCaption="ӡԤ(&V)"
+sdxRichEditCommandPrintViewDescription="ӡͼ"
+sdxRichEditCommandPrintViewMenuCaption="ӡͼ"
+sdxRichEditCommandProtectDocumentDescription="ӱ༭ĵָͨƵ."
+sdxRichEditCommandProtectDocumentMenuCaption="ĵ"
+sdxRichEditCommandQuickPrintDescription="ļֱӷ͵ĬϴӡҪ."
+sdxRichEditCommandQuickPrintMenuCaption="ٴӡ(&Q)"
+sdxRichEditCommandQuickStylesGalleryCaption="ٷ"
+sdxRichEditCommandReadingViewDescription="Ķͼ"
+sdxRichEditCommandReadingViewMenuCaption="Ķͼ"
+sdxRichEditCommandRedoDescription="һβ."
+sdxRichEditCommandRedoMenuCaption="(&R)"
+sdxRichEditCommandRemoveHyperlinkDescription="ɾ"
+sdxRichEditCommandRemoveHyperlinkMenuCaption="ɾ"
+sdxRichEditCommandRemoveSpacingAfterParagraphDescription=" "
+sdxRichEditCommandRemoveSpacingAfterParagraphMenuCaption="ɾκĿո(&A)"
+sdxRichEditCommandRemoveSpacingBeforeParagraphDescription=" "
+sdxRichEditCommandRemoveSpacingBeforeParagraphMenuCaption="ɾǰĿո(&B)"
+sdxRichEditCommandReplaceAllBackwardDescription="滻ȫ"
+sdxRichEditCommandReplaceAllBackwardMenuCaption="滻ȫ"
+sdxRichEditCommandReplaceAllForwardDescription="滻ǰȫ"
+sdxRichEditCommandReplaceAllForwardMenuCaption="滻ǰȫ"
+sdxRichEditCommandReplaceBackwardDescription="滻"
+sdxRichEditCommandReplaceBackwardMenuCaption="滻"
+sdxRichEditCommandReplaceDescription="滻ĵе."
+sdxRichEditCommandReplaceForwardDescription="ǰ滻"
+sdxRichEditCommandReplaceForwardMenuCaption="ǰ滻"
+sdxRichEditCommandReplaceMenuCaption="滻"
+sdxRichEditCommandReplaceTextDescription="滻ı"
+sdxRichEditCommandReplaceTextMenuCaption="ı滻"
+sdxRichEditCommandResetCharacterFormattingDescription="ʹѡӦʽĬַʽ."
+sdxRichEditCommandResetCharacterFormattingMenuCaption="ַʽ"
+sdxRichEditCommandResetTableCellsBordersDescription="ԶѡԪı߿."
+sdxRichEditCommandResetTableCellsBordersMenuCaption="ޱ߿(&N)"
+sdxRichEditCommandReviewersDescription="ѡĵע,ĵͻʾ."
+sdxRichEditCommandReviewersMenuCaption=""
+sdxRichEditCommandReviewingPaneDescription="ʾһĴеĵע."
+sdxRichEditCommandReviewingPaneMenuCaption="Ĵ"
+sdxRichEditCommandSaveDocumentAsDescription="ΪԻѡһļʽ,ĵ浽µλ."
+sdxRichEditCommandSaveDocumentAsMenuCaption="Ϊ"
+sdxRichEditCommandSaveDocumentDescription="ĵ."
+sdxRichEditCommandSaveDocumentMenuCaption=""
+sdxRichEditCommandScrollDownDescription="¹"
+sdxRichEditCommandScrollDownMenuCaption="¹"
+sdxRichEditCommandScrollToPageDescription="ҳ"
+sdxRichEditCommandScrollToPageMenuCaption="ҳ"
+sdxRichEditCommandSelectAllDescription="ѡĵ."
+sdxRichEditCommandSelectAllMenuCaption="ȫѡ(&A)"
+sdxRichEditCommandSelectBookmarkDescription="ѡǩ"
+sdxRichEditCommandSelectBookmarkMenuCaption="ѡǩ"
+sdxRichEditCommandSelectCommentDescription="ѡע"
+sdxRichEditCommandSelectCommentMenuCaption="ѡע"
+sdxRichEditCommandSelectFieldNextToCaretDescription="ѡֶԱߵIJ"
+sdxRichEditCommandSelectFieldNextToCaretMenuCaption="ѡԱߵֶ"
+sdxRichEditCommandSelectFieldPrevToCaretDescription="ѡֶǰò"
+sdxRichEditCommandSelectFieldPrevToCaretMenuCaption="ѡֶǰò"
+sdxRichEditCommandSelectTableCellDescription="ѡԪ"
+sdxRichEditCommandSelectTableCellMenuCaption="ѡԪ"
+sdxRichEditCommandSelectTableColumnsDescription="ѡ"
+sdxRichEditCommandSelectTableColumnsMenuCaption="ѡ"
+sdxRichEditCommandSelectTableDescription="ѡ"
+sdxRichEditCommandSelectTableElementsDescription="ѡǰԪСл."
+sdxRichEditCommandSelectTableElementsMenuCaption="ѡ"
+sdxRichEditCommandSelectTableMenuCaption="ѡ"
+sdxRichEditCommandSelectTableRowDescription="ѡ"
+sdxRichEditCommandSelectTableRowMenuCaption="ѡ"
+sdxRichEditCommandSetDoubleParagraphSpacingDescription=" "
+sdxRichEditCommandSetDoubleParagraphSpacingMenuCaption="2.0"
+sdxRichEditCommandSetFloatingObjectBehindTextWrapTypeDescription=" "
+sdxRichEditCommandSetFloatingObjectBehindTextWrapTypeMenuCaption="ı"
+sdxRichEditCommandSetFloatingObjectBottomCenterAlignmentDescription="ײ,ֻ"
+sdxRichEditCommandSetFloatingObjectBottomCenterAlignmentMenuCaption="ײ"
+sdxRichEditCommandSetFloatingObjectBottomLeftAlignmentDescription="ڵײλֻ"
+sdxRichEditCommandSetFloatingObjectBottomLeftAlignmentMenuCaption=""
+sdxRichEditCommandSetFloatingObjectBottomRightAlignmentDescription="λڵ˾,ֻ"
+sdxRichEditCommandSetFloatingObjectBottomRightAlignmentMenuCaption=""
+sdxRichEditCommandSetFloatingObjectInFrontOfTextWrapTypeDescription=" "
+sdxRichEditCommandSetFloatingObjectInFrontOfTextWrapTypeMenuCaption="ıǰ"
+sdxRichEditCommandSetFloatingObjectMiddleCenterAlignmentDescription="в,ֻ"
+sdxRichEditCommandSetFloatingObjectMiddleCenterAlignmentMenuCaption="в"
+sdxRichEditCommandSetFloatingObjectMiddleLeftAlignmentDescription="λм,ֻ"
+sdxRichEditCommandSetFloatingObjectMiddleLeftAlignmentMenuCaption="в"
+sdxRichEditCommandSetFloatingObjectMiddleRightAlignmentDescription=",ֻмλ"
+sdxRichEditCommandSetFloatingObjectMiddleRightAlignmentMenuCaption="в"
+sdxRichEditCommandSetFloatingObjectSquareTextWrapTypeDescription=" "
+sdxRichEditCommandSetFloatingObjectSquareTextWrapTypeMenuCaption=""
+sdxRichEditCommandSetFloatingObjectThroughTextWrapTypeDescription=" "
+sdxRichEditCommandSetFloatingObjectThroughTextWrapTypeMenuCaption="ͨ"
+sdxRichEditCommandSetFloatingObjectTightTextWrapTypeDescription=" "
+sdxRichEditCommandSetFloatingObjectTightTextWrapTypeMenuCaption=""
+sdxRichEditCommandSetFloatingObjectTopAndBottomTextWrapTypeDescription=" "
+sdxRichEditCommandSetFloatingObjectTopAndBottomTextWrapTypeMenuCaption="͵ײ"
+sdxRichEditCommandSetFloatingObjectTopCenterAlignmentDescription=",ֻ"
+sdxRichEditCommandSetFloatingObjectTopCenterAlignmentMenuCaption=""
+sdxRichEditCommandSetFloatingObjectTopLeftAlignmentDescription="ڶλֻ"
+sdxRichEditCommandSetFloatingObjectTopLeftAlignmentMenuCaption=""
+sdxRichEditCommandSetFloatingObjectTopRightAlignmentDescription="˾,ֻ"
+sdxRichEditCommandSetFloatingObjectTopRightAlignmentMenuCaption=""
+sdxRichEditCommandSetLandscapePageOrientationDescription=" "
+sdxRichEditCommandSetLandscapePageOrientationMenuCaption=""
+sdxRichEditCommandSetModerateSectionPageMarginsDescription=" "
+sdxRichEditCommandSetModerateSectionPageMarginsMenuCaption="ж\\n:'#9'{1,10}'#9':'#9'{3,10}\\n:'#9'{0,10}'#9':'#9''#9'{2,10}"
+sdxRichEditCommandSetNarrowSectionPageMarginsDescription=" "
+sdxRichEditCommandSetNarrowSectionPageMarginsMenuCaption="խ\\n:'#9'{1,10}'#9':'#9'{3,10}\\n:'#9'{0,10}'#9':'#9''#9'{2,10}"
+sdxRichEditCommandSetNormalSectionPageMarginsDescription=" "
+sdxRichEditCommandSetNormalSectionPageMarginsMenuCaption="\\n:'#9'{1,10}'#9':'#9'{3,10}\\n:'#9'{0,10}'#9':'#9''#9'{2,10}"
+sdxRichEditCommandSetParagraphBodyTextLevelDescription="ڱʾ"
+sdxRichEditCommandSetParagraphBodyTextLevelMenuCaption="ڱʾ"
+sdxRichEditCommandSetParagraphHeadingLevelDescription="%d"
+sdxRichEditCommandSetParagraphHeadingLevelMenuCaption="%d"
+sdxRichEditCommandSetPortraitPageOrientationDescription=" "
+sdxRichEditCommandSetPortraitPageOrientationMenuCaption=""
+sdxRichEditCommandSetSectionColumnsDescription="ıΪ."
+sdxRichEditCommandSetSectionColumnsMenuCaption=""
+sdxRichEditCommandSetSectionLineNumberingContinuousDescription=""
+sdxRichEditCommandSetSectionLineNumberingContinuousMenuCaption=""
+sdxRichEditCommandSetSectionLineNumberingNoneDescription="к."
+sdxRichEditCommandSetSectionLineNumberingNoneMenuCaption=""
+sdxRichEditCommandSetSectionLineNumberingRestartNewPageDescription="ÿһҳ"
+sdxRichEditCommandSetSectionLineNumberingRestartNewPageMenuCaption="ÿһҳ"
+sdxRichEditCommandSetSectionLineNumberingRestartNewSectionDescription="ÿһ"
+sdxRichEditCommandSetSectionLineNumberingRestartNewSectionMenuCaption="ÿһ"
+sdxRichEditCommandSetSectionOneColumnDescription="һ."
+sdxRichEditCommandSetSectionOneColumnMenuCaption="һ"
+sdxRichEditCommandSetSectionThreeColumnsDescription="."
+sdxRichEditCommandSetSectionThreeColumnsMenuCaption=""
+sdxRichEditCommandSetSectionTwoColumnsDescription="."
+sdxRichEditCommandSetSectionTwoColumnsMenuCaption=""
+sdxRichEditCommandSetSesquialteralParagraphSpacingDescription=" "
+sdxRichEditCommandSetSesquialteralParagraphSpacingMenuCaption="1.5"
+sdxRichEditCommandSetSingleParagraphSpacingDescription=" "
+sdxRichEditCommandSetSingleParagraphSpacingMenuCaption="1.0"
+sdxRichEditCommandSetWideSectionPageMarginsDescription=" "
+sdxRichEditCommandSetWideSectionPageMarginsMenuCaption="\\n:'#9'{1,10}'#9':'#9'{3,10}\\n:'#9'{0,10}'#9':'#9''#9'{2,10}"
+sdxRichEditCommandShiftTabKeyDescription="ShiftTabKey"
+sdxRichEditCommandShiftTabKeyMenuCaption="ShiftTabKey"
+sdxRichEditCommandShowAllFieldCodesDescription="鿴ĵʾ主ıĶ̬Ԫ."
+sdxRichEditCommandShowAllFieldCodesMenuCaption="ʾе"
+sdxRichEditCommandShowAllFieldResultsDescription="鿴ļʾʵݵĶ̬Ԫ."
+sdxRichEditCommandShowAllFieldResultsMenuCaption="ʾ"
+sdxRichEditCommandShowBookmarkFormDescription="һǩ,Ʒĵеض\\n\\nֱתһǩλõij."
+sdxRichEditCommandShowBookmarkFormMenuCaption="ǩ"
+sdxRichEditCommandShowColumnsSetupFormDescription="ʾԶпжԻ."
+sdxRichEditCommandShowColumnsSetupFormMenuCaption="(&C)..."
+sdxRichEditCommandShowCommentFormDescription="ʾעͶԻ."
+sdxRichEditCommandShowCommentFormMenuCaption="ע"
+sdxRichEditCommandShowEditStyleFormDescription="ʾ༭ʽԻ."
+sdxRichEditCommandShowEditStyleFormMenuCaption="ʽ..."
+sdxRichEditCommandShowFloatingObjectLayoutOptionsFormDescription="ʾֶԻ."
+sdxRichEditCommandShowFloatingObjectLayoutOptionsFormMenuCaption="಼ѡ..."
+sdxRichEditCommandShowFontFormDescription="ʾԻ."
+sdxRichEditCommandShowFontFormMenuCaption="(&F)..."
+sdxRichEditCommandShowHyperlinkFormDescription="һӵһҳ ͼƬ ʼַ."
+sdxRichEditCommandShowHyperlinkFormMenuCaption=""
+sdxRichEditCommandShowInsertMergeFieldFormDescription="ĵռбһݱ."
+sdxRichEditCommandShowInsertMergeFieldFormMenuCaption="ϲ"
+sdxRichEditCommandShowLineNumberingFormDescription="кѡ..."
+sdxRichEditCommandShowLineNumberingFormMenuCaption="кѡ(&L)..."
+sdxRichEditCommandShowLineSpacingFormDescription=" "
+sdxRichEditCommandShowLineSpacingFormMenuCaption="мѡ..."
+sdxRichEditCommandShowMergeDatabaseRecordsFormDescription="ϲµĵ"
+sdxRichEditCommandShowMergeDatabaseRecordsFormMenuCaption="ϲµĵ"
+sdxRichEditCommandShowNumberingListDescription="ʾбԻ."
+sdxRichEditCommandShowNumberingListMenuCaption="Ŀźͱ(&B)..."
+sdxRichEditCommandShowPageMarginsSetupFormDescription=" "
+sdxRichEditCommandShowPageMarginsSetupFormMenuCaption="Զ߾(&A)..."
+sdxRichEditCommandShowPagePaperSetupFormDescription=" "
+sdxRichEditCommandShowPagePaperSetupFormMenuCaption="ֽŴС(&A)..."
+sdxRichEditCommandShowPageSetupFormDescription="ʾҳöԻ."
+sdxRichEditCommandShowPageSetupFormMenuCaption="ҳ"
+sdxRichEditCommandShowParagraphFormDescription="ʾԻ."
+sdxRichEditCommandShowParagraphFormMenuCaption="(&A)..."
+sdxRichEditCommandShowPasteSpecialFormDescription="ѡճ"
+sdxRichEditCommandShowPasteSpecialFormMenuCaption="ѡճ"
+sdxRichEditCommandShowRangeEditingPermissionsFormDescription="ûȨ༭ĵѡIJ."
+sdxRichEditCommandShowRangeEditingPermissionsFormMenuCaption="༭ȨķΧ"
+sdxRichEditCommandShowSpellingDialogDescription="ĵеıƴд."
+sdxRichEditCommandShowSpellingDialogMenuCaption="ƴд"
+sdxRichEditCommandShowSymbolDescription="ʾŶԻ."
+sdxRichEditCommandShowSymbolMenuCaption=""
+sdxRichEditCommandShowTableOptionsFormDescription="Զ嵥Ԫ߾͵Ԫ֮ļ."
+sdxRichEditCommandShowTableOptionsFormMenuCaption="Ԫϲ"
+sdxRichEditCommandShowTablePropertiesFormDescription="ʾԶԻĸı,ֻѡ."
+sdxRichEditCommandShowTablePropertiesFormDescriptionMenuItemMenuCaption="ʾԶԻ."
+sdxRichEditCommandShowTablePropertiesFormMenuCaption=""
+sdxRichEditCommandShowTablePropertiesFormMenuItemMenuCaption="..."
+sdxRichEditCommandShowTabsFormDescription="Ʊ"
+sdxRichEditCommandShowTabsFormMenuCaption="Ʊ..."
+sdxRichEditCommandSimpleViewDescription="ͼ"
+sdxRichEditCommandSimpleViewMenuCaption="ͼ"
+sdxRichEditCommandSplitTableCellsDescription="ѡԪΪµԪ."
+sdxRichEditCommandSplitTableCellsMenuCaption="ֵԪ"
+sdxRichEditCommandSplitTableCellsMenuItemMenuCaption="ֵԪ..."
+sdxRichEditCommandSplitTableDescription="Ϊ.\\n\\nѡнΪ±ĵһ."
+sdxRichEditCommandSplitTableMenuCaption="ֱ"
+sdxRichEditCommandSwitchToDraftViewDescription="ΪݰҪٱ༭ı鿴ĵ.\\n\\nijЩԪҳüҳŵĵڴͼпɼ."
+sdxRichEditCommandSwitchToDraftViewMenuCaption="ݸͼ"
+sdxRichEditCommandSwitchToPrintLayoutViewDescription="ڴӡҳϲ鿴ĵ."
+sdxRichEditCommandSwitchToPrintLayoutViewMenuCaption="ӡ"
+sdxRichEditCommandSwitchToSimpleViewDescription="Ϊһı¼鿴ĵ.\\n\\nͼҪעı༭ҳ沼."
+sdxRichEditCommandSwitchToSimpleViewMenuCaption="ͼ"
+sdxRichEditCommandSymbolFormInsertButtonMenuCaption=""
+sdxRichEditCommandTabKeyDescription="Ʊ"
+sdxRichEditCommandTabKeyMenuCaption="Ʊ"
+sdxRichEditCommandTableStylesGalleryCaption="ʽ"
+sdxRichEditCommandToggleAuthorVisibilityDescription="л߿ɼ"
+sdxRichEditCommandToggleAuthorVisibilityMenuCaption="л߿ɼ"
+sdxRichEditCommandToggleBandedColumnDescription="ʾߵ,Щϵżкеĸʽͬ.\\n\\nʹĶ."
+sdxRichEditCommandToggleBandedColumnMenuCaption=""
+sdxRichEditCommandToggleBandedRowsDescription="ʾߵ,Щϵżкеĸʽͬ.\\n\\nʹĶ."
+sdxRichEditCommandToggleBandedRowsMenuCaption=""
+sdxRichEditCommandToggleDifferentFirstPageDescription="ָĵΨһĵһҳҳüҳ."
+sdxRichEditCommandToggleDifferentFirstPageMenuCaption="ҳͬ"
+sdxRichEditCommandToggleDifferentOddAndEvenPagesDescription="ָҳӦвͬҳüҳŴżҳ."
+sdxRichEditCommandToggleDifferentOddAndEvenPagesMenuCaption="ͬҳżҳ"
+sdxRichEditCommandToggleFieldCodesDescription="л"
+sdxRichEditCommandToggleFieldCodesMenuCaption="л"
+sdxRichEditCommandToggleFirstColumnDescription="ʾĵһеʽ."
+sdxRichEditCommandToggleFirstColumnMenuCaption="һ"
+sdxRichEditCommandToggleFirstRowDescription="ʾĵһеʽ."
+sdxRichEditCommandToggleFirstRowMenuCaption=""
+sdxRichEditCommandToggleFontBoldDescription="ѡıΪ."
+sdxRichEditCommandToggleFontBoldMenuCaption="(&B)"
+sdxRichEditCommandToggleFontDoubleStrikeoutDescription="˫ɾ"
+sdxRichEditCommandToggleFontDoubleStrikeoutMenuCaption="˫ɾ"
+sdxRichEditCommandToggleFontDoubleUnderlineDescription="˫»"
+sdxRichEditCommandToggleFontDoubleUnderlineMenuCaption="˫»"
+sdxRichEditCommandToggleFontItalicDescription="ѡıΪб."
+sdxRichEditCommandToggleFontItalicMenuCaption="б(&I)"
+sdxRichEditCommandToggleFontStrikeoutDescription="һߴѡıм."
+sdxRichEditCommandToggleFontStrikeoutMenuCaption="ɾ"
+sdxRichEditCommandToggleFontUnderlineDescription="ѡı»."
+sdxRichEditCommandToggleFontUnderlineMenuCaption="»(&U)"
+sdxRichEditCommandToggleHeaderFooterLinkToPreviousDescription="ӵǰһڵҳüҳŵǰеİһͬ."
+sdxRichEditCommandToggleHeaderFooterLinkToPreviousMenuCaption="ӵǰһҳ"
+sdxRichEditCommandToggleHiddenTextDescription="."
+sdxRichEditCommandToggleHiddenTextMenuCaption=""
+sdxRichEditCommandToggleLastColumnDescription="ʾһеʽ."
+sdxRichEditCommandToggleLastColumnMenuCaption="һ"
+sdxRichEditCommandToggleLastRowDescription="ʾһеʽ."
+sdxRichEditCommandToggleLastRowMenuCaption=""
+sdxRichEditCommandToggleOvertypeDescription="д"
+sdxRichEditCommandToggleOvertypeMenuCaption="д"
+sdxRichEditCommandToggleShowHorizontalRulerDescription="鿴ˮƽ,ڲͶĵеĶ."
+sdxRichEditCommandToggleShowHorizontalRulerMenuCaption="ˮƽ"
+sdxRichEditCommandToggleShowTableGridLinesDescription="ʾرе."
+sdxRichEditCommandToggleShowTableGridLinesMenuCaption="鿴(&G)"
+sdxRichEditCommandToggleShowVerticalRulerDescription="鿴ֱ,ڲͶĵеĶ."
+sdxRichEditCommandToggleShowVerticalRulerMenuCaption="ֱ"
+sdxRichEditCommandToggleSpellCheckAsYouTypeDescription="ʱƴд"
+sdxRichEditCommandToggleSpellCheckAsYouTypeMenuCaption="ʱƴд"
+sdxRichEditCommandToggleTableAutoFitContentsDescription="Զ."
+sdxRichEditCommandToggleTableAutoFitContentsMenuCaption="Զ"
+sdxRichEditCommandToggleTableAutoFitPlaceholderDescription="Զпеı.\\n\\nñĿ,ڴڵĴСתʹù̶п."
+sdxRichEditCommandToggleTableAutoFitPlaceholderMenuCaption="Զ"
+sdxRichEditCommandToggleTableAutoFitWindowDescription="Զ."
+sdxRichEditCommandToggleTableAutoFitWindowMenuCaption="Զ"
+sdxRichEditCommandToggleTableCellsAllBordersDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsAllBordersMenuCaption="б߿(&A)"
+sdxRichEditCommandToggleTableCellsBottomBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsBottomBorderMenuCaption="±߿(&B)"
+sdxRichEditCommandToggleTableCellsBottomCenterAlignmentDescription="־,Ԫĵײ."
+sdxRichEditCommandToggleTableCellsBottomCenterAlignmentMenuCaption="ײж"
+sdxRichEditCommandToggleTableCellsBottomLeftAlignmentDescription="ı뵥Ԫ½Ƕ."
+sdxRichEditCommandToggleTableCellsBottomLeftAlignmentMenuCaption="ײ"
+sdxRichEditCommandToggleTableCellsBottomRightAlignmentDescription="ı뵥Ԫ½Ƕ."
+sdxRichEditCommandToggleTableCellsBottomRightAlignmentMenuCaption="ײҶ"
+sdxRichEditCommandToggleTableCellsInsideBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsInsideBorderMenuCaption="ڲ߽(&I)"
+sdxRichEditCommandToggleTableCellsInsideHorizontalBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsInsideHorizontalBorderMenuCaption="ڲ(&H)"
+sdxRichEditCommandToggleTableCellsInsideVerticalBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsInsideVerticalBorderMenuCaption="ڲ(&V)"
+sdxRichEditCommandToggleTableCellsLeftBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsLeftBorderMenuCaption="߿(&L)"
+sdxRichEditCommandToggleTableCellsMiddleCenterAlignmentDescription="ıڵԪˮƽʹֱ."
+sdxRichEditCommandToggleTableCellsMiddleCenterAlignmentMenuCaption="ж"
+sdxRichEditCommandToggleTableCellsMiddleLeftAlignmentDescription="ֱִ,뵽Ԫ."
+sdxRichEditCommandToggleTableCellsMiddleLeftAlignmentMenuCaption=""
+sdxRichEditCommandToggleTableCellsMiddleRightAlignmentDescription="ֱִ,뵽ԪҲ."
+sdxRichEditCommandToggleTableCellsMiddleRightAlignmentMenuCaption="Ҷ"
+sdxRichEditCommandToggleTableCellsOutsideBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsOutsideBorderMenuCaption="ⲿ߿(&S)"
+sdxRichEditCommandToggleTableCellsRightBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsRightBorderMenuCaption="ұ߿(&R)"
+sdxRichEditCommandToggleTableCellsTopBorderDescription="ԶѡԪı߿."
+sdxRichEditCommandToggleTableCellsTopBorderMenuCaption="ϱ߿(&P)"
+sdxRichEditCommandToggleTableCellsTopCenterAlignmentDescription="־,ԪĶ."
+sdxRichEditCommandToggleTableCellsTopCenterAlignmentMenuCaption="ж"
+sdxRichEditCommandToggleTableCellsTopLeftAlignmentDescription="ı뵥ԪϽǶ."
+sdxRichEditCommandToggleTableCellsTopLeftAlignmentMenuCaption=""
+sdxRichEditCommandToggleTableCellsTopRightAlignmentDescription="ı뵥ԪϽǶ."
+sdxRichEditCommandToggleTableCellsTopRightAlignmentMenuCaption="Ҷ"
+sdxRichEditCommandToggleTableFixedColumnWidthDescription="СΪ̶."
+sdxRichEditCommandToggleTableFixedColumnWidthMenuCaption="̶п"
+sdxRichEditCommandToggleTextCaseDescription="лСд."
+sdxRichEditCommandToggleTextCaseMenuCaption="лСд"
+sdxRichEditCommandToggleViewMergedDataDescription="ĵеĺϲ滻ռбеʵ,Կʲô."
+sdxRichEditCommandToggleViewMergedDataMenuCaption="鿴ϲ"
+sdxRichEditCommandToggleWhitespaceDescription="ʾǺصĸʽ."
+sdxRichEditCommandToggleWhitespaceMenuCaption="ʾ/ ?"
+sdxRichEditCommandUndoDescription="ϴβ."
+sdxRichEditCommandUndoMenuCaption="(&U)"
+sdxRichEditCommandUnprotectDocumentDescription="ʹûܹ༭ĵ."
+sdxRichEditCommandUnprotectDocumentMenuCaption="ĵ"
+sdxRichEditCommandUpdateFieldDescription=""
+sdxRichEditCommandUpdateFieldMenuCaption=""
+sdxRichEditCommandUpdateFieldsDescription=""
+sdxRichEditCommandUpdateFieldsMenuCaption=""
+sdxRichEditCommandUpdateTableOfContentsDescription="±,ʹĿָȷҳ."
+sdxRichEditCommandUpdateTableOfContentsMenuCaption="±"
+sdxRichEditCommandUpdateTableOfFiguresDescription="ֱĵеĿ."
+sdxRichEditCommandUpdateTableOfFiguresMenuCaption="±"
+sdxRichEditCommandZoomDescription=""
+sdxRichEditCommandZoomInDescription="ŴԻĵдͼ."
+sdxRichEditCommandZoomInMenuCaption="Ŵ"
+sdxRichEditCommandZoomMenuCaption=""
+sdxRichEditCommandZoomOutDescription="СԲ鿴ҳԼСijߴ."
+sdxRichEditCommandZoomOutMenuCaption="С"
+sdxRichEditConfirmSaveDocumentWithPasswordProtection="ĵ뱣. Ϊ \nʽWordĵʧȥ.Ƿ?"
+sdxRichEditCustomNumberingListAlignedAt="(&A):"
+sdxRichEditCustomNumberingListButtonFont="(&F)..."
+sdxRichEditCustomNumberingListDisplayFormat="ָʽ(&O):"
+sdxRichEditCustomNumberingListIndentAt="(&I):"
+sdxRichEditCustomNumberingListNumberFormat="ָʽ(&O)"
+sdxRichEditCustomNumberingListNumberPosition="λ(&U)"
+sdxRichEditCustomNumberingListNumberStyle="ʽ(&N):"
+sdxRichEditCustomNumberingListStartAt="ʼ(&S):"
+sdxRichEditCustomNumberingListTextPosition="ıλ"
+sdxRichEditCustomTableOptionsDialogBottomMargin="(&B):"
+sdxRichEditCustomTableOptionsDialogLeftMargin="(&L):"
+sdxRichEditCustomTableOptionsDialogRightMargin="(&R):"
+sdxRichEditCustomTableOptionsDialogTopMargin="(&T):"
+sdxRichEditDeleteTableCellsDialogCellOperationDeleteColumn="ɾ(&C)"
+sdxRichEditDeleteTableCellsDialogCellOperationDeleteRow="ɾ(&R)"
+sdxRichEditDeleteTableCellsDialogCellOperationShiftLeft="Ԫ(&L)"
+sdxRichEditDeleteTableCellsDialogCellOperationShiftUp="Ԫ(&U)"
+sdxRichEditDeleteTableCellsDialogForm="ɾԪ"
+sdxRichEditDialogButtonCancel="ȡ"
+sdxRichEditDialogButtonOK="ȷ"
+sdxRichEditEditHyperlinkTitle="༭"
+sdxRichEditEditStyleDialogButtonFormat="ʽ(&O)"
+sdxRichEditEditStyleDialogCurrentParagraphText="ʾı "
+sdxRichEditEditStyleDialogCurrentStyle="ǰʽ:"
+sdxRichEditEditStyleDialogDecrementIndent=""
+sdxRichEditEditStyleDialogDecrementIndentHint=""
+sdxRichEditEditStyleDialogEmptyParentStyle="()"
+sdxRichEditEditStyleDialogFollowingParagraphText="һ "
+sdxRichEditEditStyleDialogFontDialog="..."
+sdxRichEditEditStyleDialogForm="ʽ"
+sdxRichEditEditStyleDialogFormatting="ڸʽ"
+sdxRichEditEditStyleDialogIncrementIndent=""
+sdxRichEditEditStyleDialogIncrementIndentHint=""
+sdxRichEditEditStyleDialogName="(&N):"
+sdxRichEditEditStyleDialogParagraphDialog="..."
+sdxRichEditEditStyleDialogPreviousParagraphText="ǰһ "
+sdxRichEditEditStyleDialogProperties=""
+sdxRichEditEditStyleDialogSelectedStyle="ѡʽ"
+sdxRichEditEditStyleDialogStyleBasedOn="ʽ(&B):"
+sdxRichEditEditStyleDialogStyleForFollowingParagraph="ʽ(&S):"
+sdxRichEditEditStyleDialogTabsDialog="Ʊ..."
+sdxRichEditEditStyleDialogToggleFontBold="(&B)"
+sdxRichEditEditStyleDialogToggleFontBoldHint=""
+sdxRichEditEditStyleDialogToggleFontItalic="б(&I)"
+sdxRichEditEditStyleDialogToggleFontItalicHint="б"
+sdxRichEditEditStyleDialogToggleFontUnderline="»(&U)"
+sdxRichEditEditStyleDialogToggleFontUnderlineHint="»"
+sdxRichEditEditStyleDialogToggleParagraphAlignmentCenter="м(&C)"
+sdxRichEditEditStyleDialogToggleParagraphAlignmentCenterHint="м"
+sdxRichEditEditStyleDialogToggleParagraphAlignmentJustify="˶(&J)"
+sdxRichEditEditStyleDialogToggleParagraphAlignmentJustifyHint="˶"
+sdxRichEditEditStyleDialogToggleParagraphAlignmentLeft="ı(&L)"
+sdxRichEditEditStyleDialogToggleParagraphAlignmentLeftHint=""
+sdxRichEditEditStyleDialogToggleParagraphAlignmentRight="ıҶ(&R)"
+sdxRichEditEditStyleDialogToggleParagraphAlignmentRightHint="Ҷ"
+sdxRichEditExceptionBookmarkCreationFailing="ѴھͬƵǩ.Ҫ滻?"
+sdxRichEditExceptionCannotInsertShapeIntoTextBox="ܽ״뵽TextBox.Document."
+sdxRichEditExceptionCannotRemoveCaret="ɾ."
+sdxRichEditExceptionCantDeleteDefaultStyle="ɾĬϵʽ."
+sdxRichEditExceptionCantResetDefaultProperties="ԲĬʽ."
+sdxRichEditExceptionClickToFollowHyperlink="Ը"
+sdxRichEditExceptionContinueSearchFromBeginningQuestion="ҪĵĿͷʼ?"
+sdxRichEditExceptionContinueSearchFromEndQuestion="Ҫĵĩβʼ?"
+sdxRichEditExceptionContinueSearchInRemainderQuestion="Ҫĵಿ?"
+sdxRichEditExceptionCreateHyperlinkError="ܴ.ָΧеijѴ."
+sdxRichEditExceptionCurrentSelectionAndSpecifiedSelectionIntersect="ǰѡָѡཻ."
+sdxRichEditExceptionDeleteTableStyleQuestion="Ҫĵɾʽ %s?"
+sdxRichEditExceptionDocumentPositionDoesntMatchDocument=": ָĵλûΧĵĵ"
+sdxRichEditExceptionDocumentProtectionInvalidPassword="벻ȷ!"
+sdxRichEditExceptionDocumentProtectionInvalidPasswordConfirmation="ȷ벻ƥ."
+sdxRichEditExceptionDuplicateBookmark="ĵѴھиƵǩ"
+sdxRichEditExceptionEmptyCollection="ӿռ."
+sdxRichEditExceptionEncryptedFile="ּ֧ļ"
+sdxRichEditExceptionErrorLinkDeletedStyle=": ɾʽ"
+sdxRichEditExceptionFirstCellContinuesVerticalMerge="ѡΧڵĵһԪдֱϲ,ѡDz."
+sdxRichEditExceptionIncorrectBookmarkName="ǩӦĸͷ,ֻܰĸַ»."
+sdxRichEditExceptionIncorrectNumericFieldFormat=": ָĸʽʾ."
+sdxRichEditExceptionIncorrectPattern="ȷģʽ."
+sdxRichEditExceptionInvalidBeginInit=": BeginInitBeginUpdate"
+sdxRichEditExceptionInvalidBeginUpdate=": BeginUpdateBeginInit"
+sdxRichEditExceptionInvalidCopyFromDocumentModel=": ԴĿĵģͲͬ"
+sdxRichEditExceptionInvalidDivisor="ֱ%sij."
+sdxRichEditExceptionInvalidDocumentModel=": ĵģͲͬ"
+sdxRichEditExceptionInvalidEndInit=": EndInitCancelInitûBeginInitBeginUpdate"
+sdxRichEditExceptionInvalidEndUpdate=": EndUpdateCancelUpateûBeginUpdateBeginInit"
+sdxRichEditExceptionInvalidFontSize="ֱ%s%s֮."
+sdxRichEditExceptionInvalidImageFile="ָͼЧ."
+sdxRichEditExceptionInvalidNavigateUri="վĵַЧ.ַ,Ȼ."
+sdxRichEditExceptionInvalidNumber="һЧ."
+sdxRichEditExceptionInvalidNumberingListIndex="NumberingListIndexָIJǴڵб."
+sdxRichEditExceptionInvalidNumberingListStartAtValue="˸ʽ''ʼ''%s%s֮"
+sdxRichEditExceptionInvalidParagraphContainNumbering=": Ѿ"
+sdxRichEditExceptionInvalidParentStyle=": Чĸʽѭ"
+sdxRichEditExceptionInvalidSetCharacterProperties=": ,ûBeginInitûӶĵ"
+sdxRichEditExceptionInvalidSetParagraphProperties=": ,ûBeginInitûӶĵ"
+sdxRichEditExceptionInvalidStyleName="Чʽ"
+sdxRichEditExceptionInvalidTabStop="ⲻһЧƱ."
+sdxRichEditExceptionInvalidValueRange="ֵ%s%s֮."
+sdxRichEditExceptionIsNotValid="''%s''Ч''%s''ֵ"
+sdxRichEditExceptionLastCellContinuesVerticalMerge="ѡΧڵһԪдֱϲ,ѡDz."
+sdxRichEditExceptionLeftRightSectionMarginsTooLarge="/ҳ߾̫,һЩεҳ߶."
+sdxRichEditExceptionMagicNumberNotFound="ͼļĸʽļչĸʽͬ."
+sdxRichEditExceptionMissingOperator="!ȱ."
+sdxRichEditExceptionNoDefaultTabs="ĬƱλ."
+sdxRichEditExceptionNoTocEntriesFound="ҵûбĿ¼Ŀ."
+sdxRichEditExceptionNumberingListNotInListCollection="ʹñŵб.ббӵ Document.NumberingLists "
+sdxRichEditExceptionOutOfRange="ָ˷Χ.ǷǸСѡϵĴС."
+sdxRichEditExceptionParagraphStyleNameAlreadyExists="ʽѾ."
+sdxRichEditExceptionPartiallySelectedCells="ѡеĵԪ."
+sdxRichEditExceptionRangeCannotBeEmpty="ΧΪ."
+sdxRichEditExceptionReplacementsCount="%s 滻."
+sdxRichEditExceptionSearchComplete="."
+sdxRichEditExceptionSearchInBackwardDirectionComplete="ѴﵽĵĿͷ."
+sdxRichEditExceptionSearchInForwardDirectionComplete="Ѵﵽĵĩβ."
+sdxRichEditExceptionSearchInSelectionComplete="ѡе."
+sdxRichEditExceptionSearchItemNotFound="δҵĿ."
+sdxRichEditExceptionSelectBookmarkError="ѡǻĵǩ."
+sdxRichEditExceptionSelectionExtendsOutsideTable="ѡչ֮,˱ѡ."
+sdxRichEditExceptionSelectionShouldContainAtLeastOneCharacter="ѡӦһַ."
+sdxRichEditExceptionSelectionShouldIncludeNotMoreThanOneRow="һѡΧӦðһ."
+sdxRichEditExceptionSpecifiedSelectionsIntersect="ָѡཻ."
+sdxRichEditExceptionStyleAlreadyLinked=": ʽѾӵʽ"
+sdxRichEditExceptionSyntaxErrorInFieldPattern=", %s."
+sdxRichEditExceptionTableIntegrityError=": "
+sdxRichEditExceptionThrowInternalException="һڲ"
+sdxRichEditExceptionTopBottomSectionMarginsTooLarge="/ײ߾̫,һЩεҳ߶."
+sdxRichEditExceptionUnexpectedEndOfFormula="!Ĺʽβ."
+sdxRichEditExceptionUnknownSwitchArgument="!δ֪Ŀز."
+sdxRichEditExceptionUnmatchedQuotesInFieldPattern=": ģʽַƥ."
+sdxRichEditExceptionUnsupportedDocVersion="֧MS Word 97֮İ汾"
+sdxRichEditExceptionUnsupportedFormatException="ļʽ֧"
+sdxRichEditExceptionUseDeletedBookmarkError=": ʹɾǩ"
+sdxRichEditExceptionUseDeletedFieldError=": ʹ"
+sdxRichEditExceptionUseDeletedHyperlinkError=": ʹɾ"
+sdxRichEditExceptionUseDeletedParagraphError=": ʹɾĶ"
+sdxRichEditExceptionUseDeletedSectionError=": ʹɾĽ"
+sdxRichEditExceptionUseDeletedStyleError=": ʹɾʽ"
+sdxRichEditExceptionUseDeletedTableCellError=": ʹɾıԪ"
+sdxRichEditExceptionUseDeletedTableError=": ʹɾı"
+sdxRichEditExceptionUseDeletedTableRowError=": ʹɾı"
+sdxRichEditExceptionUsedWrongUnit="δȷָĶλ."
+sdxRichEditExceptionUseInvalidCharacterProperties=": ַԲЧ"
+sdxRichEditExceptionUseInvalidDocument=": ĵѲЧ"
+sdxRichEditExceptionUseInvalidParagraphProperties=": ԲЧ"
+sdxRichEditExceptionVariableDeletedOrMissed=": ĵǶʧɾ(ӱ)"
+sdxRichEditExceptionZeroDivide="!Ϊ0."
+sdxRichEditFileFilterDescription_AllFiles="ļ"
+sdxRichEditFileFilterDescription_BitmapFiles="Windowsλͼ"
+sdxRichEditFileFilterDescription_DocFiles="word ĵ"
+sdxRichEditFileFilterDescription_EmfFiles="ǿͼԪļ"
+sdxRichEditFileFilterDescription_GifFiles="ͼνʽ"
+sdxRichEditFileFilterDescription_HtmlFiles="ıԸʽ"
+sdxRichEditFileFilterDescription_JPEGFiles="JPEGļʽ"
+sdxRichEditFileFilterDescription_OpenXmlFiles="Word 2007ĵ"
+sdxRichEditFileFilterDescription_PNGFiles="ֲͼ"
+sdxRichEditFileFilterDescription_RtfFiles="ıʽ"
+sdxRichEditFileFilterDescription_TextFiles="ıļ"
+sdxRichEditFileFilterDescription_TiffFiles="ͼļʽ"
+sdxRichEditFileFilterDescription_WmfFiles="WindowsԪļ"
+sdxRichEditFontDialogAllCaps="ȫд(&A)"
+sdxRichEditFontDialogButtonColorAuto="Զ"
+sdxRichEditFontDialogDoubleStrikeout="˫ɾ(&G)"
+sdxRichEditFontDialogEffects="Ч"
+sdxRichEditFontDialogFontColor="ɫ:"
+sdxRichEditFontDialogFontName=":"
+sdxRichEditFontDialogFontNotInstalled="ûаװϵͳ.ӡʱʹӽ."
+sdxRichEditFontDialogFontSize="ߴ:"
+sdxRichEditFontDialogFontStyle="ʽ:"
+sdxRichEditFontDialogFontStyleBold=""
+sdxRichEditFontDialogFontStyleBoldItalic="Ӵб"
+sdxRichEditFontDialogFontStyleImitated="ʽģʾ. ӡʱʹӽʽӡ."
+sdxRichEditFontDialogFontStyleItalic="б"
+sdxRichEditFontDialogFontStyleRegular=""
+sdxRichEditFontDialogForm=""
+sdxRichEditFontDialogHidden="(&H)"
+sdxRichEditFontDialogPreview="Ԥ"
+sdxRichEditFontDialogPrintNotes="һTrueType.ĴӡĻ,ʹͬ."
+sdxRichEditFontDialogStrikeout="ɾ(&K)"
+sdxRichEditFontDialogSubscript="±(&B)"
+sdxRichEditFontDialogSuperscript="ϱ(&P)"
+sdxRichEditFontDialogUnderlineColor="»ɫ:"
+sdxRichEditFontDialogUnderlineStyle="»ʽ:"
+sdxRichEditFontDialogUnderlineStyleDouble="˫"
+sdxRichEditFontDialogUnderlineStyleNone="()"
+sdxRichEditFontDialogUnderlineStyleSingle="һ"
+sdxRichEditFontDialogUnderlineWordsOnly="ֻд»(&U)"
+sdxRichEditHyperlinkDialogAddress="ַ:"
+sdxRichEditHyperlinkDialogBookmark="ǩ:"
+sdxRichEditHyperlinkDialogForm=""
+sdxRichEditHyperlinkDialogLinkTo="ӵ:"
+sdxRichEditHyperlinkDialogLinkToDocument="ĵ"
+sdxRichEditHyperlinkDialogLinkToWebPage="ļѴڻWebҳ"
+sdxRichEditHyperlinkDialogSelectionInDocument="ѡĵ"
+sdxRichEditHyperlinkDialogTarget="Ŀ:"
+sdxRichEditHyperlinkDialogTargetFrameDescription_Blank="´"
+sdxRichEditHyperlinkDialogTargetFrameDescription_Parent=""
+sdxRichEditHyperlinkDialogTargetFrameDescription_Self="ͬ"
+sdxRichEditHyperlinkDialogTargetFrameDescription_Top="ҳ"
+sdxRichEditHyperlinkDialogText="ıʾ:"
+sdxRichEditHyperlinkDialogTooltip="Ļʾ:"
+sdxRichEditHyperlinkSelectedBookmarkNone="<>"
+sdxRichEditHyperlinkSelectionInDocument="ĵѡ"
+sdxRichEditHyperlnkDialogAddress="ַ:"
+sdxRichEditHyperlnkDialogBookmark="ǩ(&O):"
+sdxRichEditHyperlnkDialogForm=""
+sdxRichEditHyperlnkDialogLinkTo="ӵ:"
+sdxRichEditHyperlnkDialogLinkToDocument="ĵеλ"
+sdxRichEditHyperlnkDialogLinkToWebPage="Ѵڵļҳ"
+sdxRichEditHyperlnkDialogSelectionInDocument="ĵѡ"
+sdxRichEditHyperlnkDialogTarget="Ŀ(&G):"
+sdxRichEditHyperlnkDialogTargetFrameDescription_Blank="´"
+sdxRichEditHyperlnkDialogTargetFrameDescription_Parent=""
+sdxRichEditHyperlnkDialogTargetFrameDescription_Self="ͬĿ"
+sdxRichEditHyperlnkDialogTargetFrameDescription_Top="ҳ"
+sdxRichEditHyperlnkDialogText="Ҫʾı(&T):"
+sdxRichEditHyperlnkDialogTooltip="Ļʾ(&P):"
+sdxRichEditHyperlnkEditHyperlinkTitle="༭(&H)..."
+sdxRichEditHyperlnkInsertHyperlinkTitle="볬..."
+sdxRichEditHyperlnkSelectedBookmarkNone="<>"
+sdxRichEditHyperlnkSelectionInDocument="ĵѡ"
+sdxRichEditInsertHyperlinkTitle="볬"
+sdxRichEditInsertMergeFieldAddressFieldsSource="ַ(&A)"
+sdxRichEditInsertMergeFieldButtonCancel="ر"
+sdxRichEditInsertMergeFieldButtonInsert="(&I)"
+sdxRichEditInsertMergeFieldDatabaseFieldsSource="ݿ(&D)"
+sdxRichEditInsertMergeFieldFields=":"
+sdxRichEditInsertMergeFieldForm="ϲ"
+sdxRichEditInsertMergeFieldInsert=":"
+sdxRichEditInsertTableCellsDialogCellOperationDeleteColumn="в(&C)"
+sdxRichEditInsertTableCellsDialogCellOperationDeleteRow="в(&R)"
+sdxRichEditInsertTableCellsDialogCellOperationShiftLeft="Ԫ(&I)"
+sdxRichEditInsertTableCellsDialogCellOperationShiftUp="Ԫ(&D)"
+sdxRichEditInsertTableCellsDialogForm="뵥Ԫ"
+sdxRichEditInsertTableColumns="(&C):"
+sdxRichEditInsertTableForm=""
+sdxRichEditInsertTableRows="(&R):"
+sdxRichEditInsertTableTableSize="С"
+sdxRichEditInvalidMeasurement="ⲻһЧijߴ"
+sdxRichEditInvalidMeasurementValue="ߴ%s%s֮."
+sdxRichEditInvalidNumber="һЧ."
+sdxRichEditInvalidSize="ֱ%d%d֮."
+sdxRichEditLineNumberingDialogAddLineNumbering="к(&L)"
+sdxRichEditLineNumberingDialogCountBy="(&B):"
+sdxRichEditLineNumberingDialogForm="к"
+sdxRichEditLineNumberingDialogFromText="ı(&T):"
+sdxRichEditLineNumberingDialogNumbering=":"
+sdxRichEditLineNumberingDialogNumberingRestartContinuous="(&C)"
+sdxRichEditLineNumberingDialogNumberingRestartEachPage="ÿһҳ(&P)"
+sdxRichEditLineNumberingDialogNumberingRestartEachSection="ÿһ(&S)"
+sdxRichEditLineNumberingDialogStartAt="ʼ(&A):"
+sdxRichEditMergeOptionsDialogForm="ϲѡ"
+sdxRichEditMergeOptionsDialogMergeAllRecords="ȫ(&A)"
+sdxRichEditMergeOptionsDialogMergeRecords="ϲ¼"
+sdxRichEditMergeOptionsDialogMergeSelectedRecords="ѡ(&S)"
+sdxRichEditMergeOptionsDialogMergeTo="ϲ"
+sdxRichEditMergeOptionsDialogMergeToFile="ļ(&F)"
+sdxRichEditMergeOptionsDialogMergeToWindow="(&W)"
+sdxRichEditMsg_EncryptedFile="ڲּ֧ļ"
+sdxRichEditMsg_Loading="ڶȡ..."
+sdxRichEditMsg_Saving="ڱ..."
+sdxRichEditMultiLevelNumberingListDialogFollowNumberWith="(&W):"
+sdxRichEditMultiLevelNumberingListDialogForm="Զ༶б"
+sdxRichEditMultiLevelNumberingListDialogLevel="(&V)"
+sdxRichEditMultiLevelNumberingListFollowNumberNothing=""
+sdxRichEditMultiLevelNumberingListFollowNumberSpace="ո"
+sdxRichEditMultiLevelNumberingListFollowNumberTabCharacter="Ʊ"
+sdxRichEditNumberingListBoxNone=""
+sdxRichEditNumberingListDialogBulleted="Ŀ(&B)"
+sdxRichEditNumberingListDialogButtonCustomize="Զ..."
+sdxRichEditNumberingListDialogContinuePreviousList="֮ǰб"
+sdxRichEditNumberingListDialogForm="Ŀźͱ"
+sdxRichEditNumberingListDialogNumbered="(&N)"
+sdxRichEditNumberingListDialogOutlineNumbered="༶(&U)"
+sdxRichEditNumberingListDialogRestartNumbering="¿ʼ"
+sdxRichEditPageSetupDialogApplyTo="Ӧõ(&Y):"
+sdxRichEditPageSetupDialogDifferentFirstPage="ҳͬ(&P)"
+sdxRichEditPageSetupDialogDifferentOddAndEvenPage="żҳͬ(&O)"
+sdxRichEditPageSetupDialogForm="ҳ"
+sdxRichEditPageSetupDialogHeadersAndFooters="ҳҳβ"
+sdxRichEditPageSetupDialogLandscape="(&S)"
+sdxRichEditPageSetupDialogMarginBottom="(&B):"
+sdxRichEditPageSetupDialogMarginLeft="(&L):"
+sdxRichEditPageSetupDialogMarginRight="(&R):"
+sdxRichEditPageSetupDialogMargins="߾"
+sdxRichEditPageSetupDialogMarginTop="(&T):"
+sdxRichEditPageSetupDialogOrientation=""
+sdxRichEditPageSetupDialogPageLayout=""
+sdxRichEditPageSetupDialogPageMargins="߾"
+sdxRichEditPageSetupDialogPagePaper="ֽ"
+sdxRichEditPageSetupDialogPaperHeight="߶(&H):"
+sdxRichEditPageSetupDialogPaperSize="ֽŴС(&R)"
+sdxRichEditPageSetupDialogPaperWidth="(&W):"
+sdxRichEditPageSetupDialogPortrait="(&P)"
+sdxRichEditPageSetupDialogSection="ֶ"
+sdxRichEditPageSetupDialogSectionStart="俪ʼ(&R):"
+sdxRichEditPageSetupSectionStartColumn=""
+sdxRichEditPageSetupSectionStartContinuous=""
+sdxRichEditPageSetupSectionStartEvenPage="żҳ"
+sdxRichEditPageSetupSectionStartNextPage="½ҳ"
+sdxRichEditPageSetupSectionStartOddPage="ҳ"
+sdxRichEditPaperKindA2="A2"
+sdxRichEditPaperKindA3="A3"
+sdxRichEditPaperKindA3Extra="شA3"
+sdxRichEditPaperKindA3ExtraTransverse="شA3"
+sdxRichEditPaperKindA3Rotated="A3 ת"
+sdxRichEditPaperKindA3Transverse="A3"
+sdxRichEditPaperKindA4="A4"
+sdxRichEditPaperKindA4Extra="شA4"
+sdxRichEditPaperKindA4Plus="A4 Plus"
+sdxRichEditPaperKindA4Rotated="A4 ת"
+sdxRichEditPaperKindA4Small="СA4"
+sdxRichEditPaperKindA4Transverse="A4"
+sdxRichEditPaperKindA5="A5"
+sdxRichEditPaperKindA5Extra="شA5"
+sdxRichEditPaperKindA5Rotated="A5 ת"
+sdxRichEditPaperKindA5Transverse="A5"
+sdxRichEditPaperKindA6="A6"
+sdxRichEditPaperKindA6Rotated="A6 ת"
+sdxRichEditPaperKindAPlus="A/A/A4"
+sdxRichEditPaperKindB4="B4"
+sdxRichEditPaperKindB4Envelope="B4ŷ"
+sdxRichEditPaperKindB4JisRotated="JIS B4ת"
+sdxRichEditPaperKindB5="B5"
+sdxRichEditPaperKindB5Envelope="B5ŷ"
+sdxRichEditPaperKindB5Extra="ISO B5ش"
+sdxRichEditPaperKindB5JisRotated="JIS B5ת"
+sdxRichEditPaperKindB5Transverse="JIS B5"
+sdxRichEditPaperKindB6Envelope="B6ŷ"
+sdxRichEditPaperKindB6Jis="JIS B6"
+sdxRichEditPaperKindB6JisRotated="JIS B6ת"
+sdxRichEditPaperKindBPlus="B/B/A3"
+sdxRichEditPaperKindC3Envelope="C3ŷ"
+sdxRichEditPaperKindC4Envelope="C4ŷ"
+sdxRichEditPaperKindC5Envelope="C5ŷ"
+sdxRichEditPaperKindC65Envelope="C65ŷ"
+sdxRichEditPaperKindC6Envelope="C6ŷ"
+sdxRichEditPaperKindCSheet="Cֽ"
+sdxRichEditPaperKindCustom="Զ"
+sdxRichEditPaperKindDLEnvelope="DLŷ"
+sdxRichEditPaperKindDSheet="Dֽ"
+sdxRichEditPaperKindESheet="Eֽ"
+sdxRichEditPaperKindExecutive="ֽ"
+sdxRichEditPaperKindFolio="Կ"
+sdxRichEditPaperKindGermanLegalFanfold="¹渴д"
+sdxRichEditPaperKindGermanStandardFanfold="¹дֽ"
+sdxRichEditPaperKindInviteEnvelope="뺯"
+sdxRichEditPaperKindIsoB4="Iso B4"
+sdxRichEditPaperKindItalyEnvelope="ŷ"
+sdxRichEditPaperKindJapaneseDoublePostcard="ձ˫Ƭ"
+sdxRichEditPaperKindJapaneseDoublePostcardRotated="ձ˫Ƭת"
+sdxRichEditPaperKindJapaneseEnvelopeChouNumber3="ձŷ3"
+sdxRichEditPaperKindJapaneseEnvelopeChouNumber3Rotated="ձŷ3תʽ"
+sdxRichEditPaperKindJapaneseEnvelopeChouNumber4="ձŷ4"
+sdxRichEditPaperKindJapaneseEnvelopeChouNumber4Rotated="ձŷ4תʽ"
+sdxRichEditPaperKindJapaneseEnvelopeKakuNumber2="ձŷ2"
+sdxRichEditPaperKindJapaneseEnvelopeKakuNumber2Rotated="ձŷ2תʽ"
+sdxRichEditPaperKindJapaneseEnvelopeKakuNumber3="ձŷ3"
+sdxRichEditPaperKindJapaneseEnvelopeKakuNumber3Rotated="ձŷ3תʽ"
+sdxRichEditPaperKindJapaneseEnvelopeYouNumber4="ձŷ4"
+sdxRichEditPaperKindJapaneseEnvelopeYouNumber4Rotated="ձŷ4תʽ"
+sdxRichEditPaperKindJapanesePostcard="ձƬ"
+sdxRichEditPaperKindJapanesePostcardRotated="ձƬ"
+sdxRichEditPaperKindLedger="ʲ"
+sdxRichEditPaperKindLegal=""
+sdxRichEditPaperKindLegalExtra="شֽ"
+sdxRichEditPaperKindLetter="ŷ"
+sdxRichEditPaperKindLetterExtra="شŷ"
+sdxRichEditPaperKindLetterExtraTransverse="شŷ"
+sdxRichEditPaperKindLetterPlus="ŷPlus"
+sdxRichEditPaperKindLetterRotated="ŷת"
+sdxRichEditPaperKindLetterSmall="Сŷ"
+sdxRichEditPaperKindLetterTransverse="ŷ"
+sdxRichEditPaperKindMonarchEnvelope="ŷ"
+sdxRichEditPaperKindNote="±"
+sdxRichEditPaperKindNumber10Envelope="10ŷ"
+sdxRichEditPaperKindNumber11Envelope="11ŷ"
+sdxRichEditPaperKindNumber12Envelope="12ŷ"
+sdxRichEditPaperKindNumber14Envelope="13ŷ"
+sdxRichEditPaperKindNumber9Envelope="9ŷ"
+sdxRichEditPaperKindPersonalEnvelope="˽ŷ(6 3/4)"
+sdxRichEditPaperKindPrc16K="16"
+sdxRichEditPaperKindPrc16KRotated="16 ת"
+sdxRichEditPaperKindPrc32K="32"
+sdxRichEditPaperKindPrc32KBig="32"
+sdxRichEditPaperKindPrc32KBigRotated="32 ת"
+sdxRichEditPaperKindPrc32KRotated="32 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber1="Prcŷ1"
+sdxRichEditPaperKindPrcEnvelopeNumber10="йŷ10"
+sdxRichEditPaperKindPrcEnvelopeNumber10Rotated="йŷ10 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber1Rotated="йŷ1 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber2="йŷ2"
+sdxRichEditPaperKindPrcEnvelopeNumber2Rotated="йŷ2 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber3="йŷ3"
+sdxRichEditPaperKindPrcEnvelopeNumber3Rotated="йŷ3 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber4="йŷ4"
+sdxRichEditPaperKindPrcEnvelopeNumber4Rotated="йŷ4 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber5="йŷ5"
+sdxRichEditPaperKindPrcEnvelopeNumber5Rotated="йŷ5 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber6="йŷ6"
+sdxRichEditPaperKindPrcEnvelopeNumber6Rotated="йŷ6 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber7="йŷ7"
+sdxRichEditPaperKindPrcEnvelopeNumber7Rotated="йŷ7 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber8="йŷ8"
+sdxRichEditPaperKindPrcEnvelopeNumber8Rotated="йŷ8 ת"
+sdxRichEditPaperKindPrcEnvelopeNumber9="йŷ9"
+sdxRichEditPaperKindPrcEnvelopeNumber9Rotated="йŷ9 ת"
+sdxRichEditPaperKindQuarto="Ŀ"
+sdxRichEditPaperKindStandard10x11="10x11"
+sdxRichEditPaperKindStandard10x14="10x14"
+sdxRichEditPaperKindStandard11x17="11x17"
+sdxRichEditPaperKindStandard12x11=" 12x11"
+sdxRichEditPaperKindStandard15x11="15x11"
+sdxRichEditPaperKindStandard9x11="9x11"
+sdxRichEditPaperKindStatement="嵥"
+sdxRichEditPaperKindTabloid="ժ"
+sdxRichEditPaperKindTabloidExtra="شС"
+sdxRichEditPaperKindUSStandardFanfold="дֽ"
+sdxRichEditParagraphDialogAfter="֮(&E):"
+sdxRichEditParagraphDialogAlignment="(&G):"
+sdxRichEditParagraphDialogAt="(&A):"
+sdxRichEditParagraphDialogBefore="֮ǰ(&B):"
+sdxRichEditParagraphDialogButtonTabs="Ʊ(&T)..."
+sdxRichEditParagraphDialogBy="ͨ(&Y):"
+sdxRichEditParagraphDialogDontAddSpace="ͬʽĶ䲻ӿո(&C)"
+sdxRichEditParagraphDialogForm=""
+sdxRichEditParagraphDialogGeneral=""
+sdxRichEditParagraphDialogIndentation=""
+sdxRichEditParagraphDialogIndentsAndSpacing="ͼ(&I)"
+sdxRichEditParagraphDialogKeepLinesTogether="зһ(&K)"
+sdxRichEditParagraphDialogLeft="(&L):"
+sdxRichEditParagraphDialogLineAndPageBreaks="кͷҳ(&P)"
+sdxRichEditParagraphDialogLineSpacing="м(&N):"
+sdxRichEditParagraphDialogOutlinelevel="ټ(&O):"
+sdxRichEditParagraphDialogPageBreakBefore="ǰҳ(&B)"
+sdxRichEditParagraphDialogPagination="ҳ"
+sdxRichEditParagraphDialogRight="(&R):"
+sdxRichEditParagraphDialogSpacing=""
+sdxRichEditParagraphDialogSpecial="(&S):"
+sdxRichEditSearchTextDialogAnyOneCharacterInTheSet="еκһַ"
+sdxRichEditSearchTextDialogAnyOneCharacterNotInTheSet="ڼеκһַ"
+sdxRichEditSearchTextDialogAnySingleCharacter="κεַ"
+sdxRichEditSearchTextDialogBeginningOfLine="Ŀͷ"
+sdxRichEditSearchTextDialogBeginningOfWord="ʿͷ"
+sdxRichEditSearchTextDialogButtonFindNext="һ(&F)"
+sdxRichEditSearchTextDialogButtonReplaceAll="ȫ滻(&A)"
+sdxRichEditSearchTextDialogButtonReplaceNext="滻(&R)"
+sdxRichEditSearchTextDialogDirection="(&:):"
+sdxRichEditSearchTextDialogDirectionAll="ȫ"
+sdxRichEditSearchTextDialogDirectionDown=""
+sdxRichEditSearchTextDialogDirectionUp=""
+sdxRichEditSearchTextDialogEndOfLine="ĩ"
+sdxRichEditSearchTextDialogEndOfWord="ʽβ"
+sdxRichEditSearchTextDialogEscapeSpecialCharacter="תַ"
+sdxRichEditSearchTextDialogFind="(&D)"
+sdxRichEditSearchTextDialogFindWholeWord="ȫƥ(&Y)"
+sdxRichEditSearchTextDialogForm="滻"
+sdxRichEditSearchTextDialogInteger=""
+sdxRichEditSearchTextDialogMatchCase="ƥСд(&H)"
+sdxRichEditSearchTextDialogOneOrMore="һ"
+sdxRichEditSearchTextDialogOr=""
+sdxRichEditSearchTextDialogRegex="ʽ(&G)"
+sdxRichEditSearchTextDialogReplace="滻(&P)"
+sdxRichEditSearchTextDialogRplReplaceString="滻Ϊ(&I):"
+sdxRichEditSearchTextDialogSearchString="(&N):"
+sdxRichEditSearchTextDialogSpaceOrTab="ոƱ"
+sdxRichEditSearchTextDialogTagExpression="DZʽ"
+sdxRichEditSearchTextDialogTaggedExpression="ǵıʽ"
+sdxRichEditSearchTextDialogWordCharacter="ַ"
+sdxRichEditSearchTextDialogZeroOrMore=""
+sdxRichEditSimpleNumberingListDialogForm="Զб"
+sdxRichEditSplitTableCellsDialogForm="ֵԪ"
+sdxRichEditSplitTableCellsDialogMergeBeforeSplit="ϲԪǰ"
+sdxRichEditSplitTableCellsDialogNumberOfColumns="(&C):"
+sdxRichEditSplitTableCellsDialogNumberOfRows="(&R):"
+sdxRichEditSymbolDialogCharacterCode="ַ(&C):"
+sdxRichEditSymbolDialogFont="(&F):"
+sdxRichEditSymbolDialogForm=""
+sdxRichEditTabForm_All="ȫ"
+sdxRichEditTableCellOptionsDialogFitText="Ӧ(&F)"
+sdxRichEditTableCellOptionsDialogForm="Ԫѡ"
+sdxRichEditTableCellOptionsDialogMargins="Ԫϲ"
+sdxRichEditTableCellOptionsDialogOptions="ѡ"
+sdxRichEditTableCellOptionsDialogSameAsWholeTable="ͬ(&S)"
+sdxRichEditTableCellOptionsDialogWrapText="ı(&W)"
+sdxRichEditTableOfContentsEditShowLevels="ʾȼ:"
+sdxRichEditTableOfContentsForm=""
+sdxRichEditTableOfContentsListParagraphContent=""
+sdxRichEditTableOfContentsPrintPreview="ӡԤ"
+sdxRichEditTableOfContentsRightAlignPageNumbers="Ҷҳ"
+sdxRichEditTableOfContentsShowPageNumbers="ʾҳ"
+sdxRichEditTableOfContentsUseHyperlinks="ʹóӴҳ"
+sdxRichEditTableOptionsDialogAllowCellSpacing="ĵԪ֮ļ(&S)"
+sdxRichEditTableOptionsDialogDefaultCellSpacing="ĬϵԪ"
+sdxRichEditTableOptionsDialogForm="ѡ"
+sdxRichEditTableOptionsDialogMargins="ĬϵԪ߾"
+sdxRichEditTableOptionsDialogOptions="ѡ"
+sdxRichEditTableOptionsDialogResizeToFitContent="ԶСӦ(&Z)"
+sdxRichEditTablePropertiesDialogButtonBorder="߿Ӱ..."
+sdxRichEditTablePropertiesDialogButtonCellOptions="ѡ(&O)..."
+sdxRichEditTablePropertiesDialogButtonNextColumn="һ(&N)"
+sdxRichEditTablePropertiesDialogButtonNextRow="һ(&N)"
+sdxRichEditTablePropertiesDialogButtonPreviousColumn="һ(&P)"
+sdxRichEditTablePropertiesDialogButtonPreviousRow="һ(&P)"
+sdxRichEditTablePropertiesDialogButtonTableOptions="ѡ(&O)..."
+sdxRichEditTablePropertiesDialogCantSplit="ҳ(&K)"
+sdxRichEditTablePropertiesDialogCell="Ԫ(&E)"
+sdxRichEditTablePropertiesDialogCellVerticalAlighment="ֱ뷽ʽ"
+sdxRichEditTablePropertiesDialogCellVerticalAlignmentBottom="(&B)"
+sdxRichEditTablePropertiesDialogCellVerticalAlignmentCenter="м(&C)"
+sdxRichEditTablePropertiesDialogCellVerticalAlignmentTop="(&P)"
+sdxRichEditTablePropertiesDialogColumn="(&U)"
+sdxRichEditTablePropertiesDialogColumnNumber=""
+sdxRichEditTablePropertiesDialogForm=""
+sdxRichEditTablePropertiesDialogHeader="ΪÿҳĶظ(&H)"
+sdxRichEditTablePropertiesDialogIndentFromLeft="(&I):"
+sdxRichEditTablePropertiesDialogPreferredWidth="ѡ(&W):"
+sdxRichEditTablePropertiesDialogRow="(&R)"
+sdxRichEditTablePropertiesDialogRowHeightType="и(&I):"
+sdxRichEditTablePropertiesDialogRowNumber=""
+sdxRichEditTablePropertiesDialogRowOptions="ѡ(&O)"
+sdxRichEditTablePropertiesDialogSize="ߴ"
+sdxRichEditTablePropertiesDialogSpecifyHeight="ָ߶(&S):"
+sdxRichEditTablePropertiesDialogTable="(&T)"
+sdxRichEditTablePropertiesDialogTableAlignmenCenter="м(&C)"
+sdxRichEditTablePropertiesDialogTableAlignmenRight="(&H)"
+sdxRichEditTablePropertiesDialogTableAlignment=""
+sdxRichEditTablePropertiesDialogTableAlignmentLeft="(&L)"
+sdxRichEditTablePropertiesDialogWidthType="λ(&M):"
+sdxRichEditTablePropertiesHeightTypeExact="ȷ"
+sdxRichEditTablePropertiesHeightTypeMinimum=""
+sdxRichEditTableStyleDialogApplyFormattingTo="ʽӦ(&A):"
+sdxRichEditTableStyleDialogButtonFormat="ʽ(&O)"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_BottomLeftCell="µԪ"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_BottomRightCell="µԪ"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_EvenColumnBanding="ż"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_EvenRowBanding="ż"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_FirstColumn="һ"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_FirstRow=""
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_LastColumn="һ"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_LastRow="ϼ"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_OddColumnBanding=""
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_OddRowBanding=""
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_TopLeftCell="ϵԪ"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_TopRightCell="ϵԪ"
+sdxRichEditTableStyleDialogConditionalTableStyleFormattingType_WholeTable=""
+sdxRichEditTableStyleDialogCurrentStyle="ǰʽ:"
+sdxRichEditTableStyleDialogFontDialog="..."
+sdxRichEditTableStyleDialogForm="ʽ"
+sdxRichEditTableStyleDialogFormatting="ڸʽ"
+sdxRichEditTableStyleDialogName="(&N):"
+sdxRichEditTableStyleDialogParagraphDialog="..."
+sdxRichEditTableStyleDialogPreviewTableColumn1="һ"
+sdxRichEditTableStyleDialogPreviewTableColumn2=""
+sdxRichEditTableStyleDialogPreviewTableColumn3=""
+sdxRichEditTableStyleDialogPreviewTableRow1=""
+sdxRichEditTableStyleDialogPreviewTableRow2=""
+sdxRichEditTableStyleDialogPreviewTableRow3="Ϸ"
+sdxRichEditTableStyleDialogPreviewTableTotal="ϼ"
+sdxRichEditTableStyleDialogProperties=""
+sdxRichEditTableStyleDialogResetTableCellsBorders="ޱ߿(&N)"
+sdxRichEditTableStyleDialogSelectedStyle="ѡʽ"
+sdxRichEditTableStyleDialogStyleBasedOn="ʽ(&B):"
+sdxRichEditTableStyleDialogTabsDialog="Ʊ..."
+sdxRichEditTableStyleDialogToggleFontBoldHint=""
+sdxRichEditTableStyleDialogToggleFontItalicHint="б"
+sdxRichEditTableStyleDialogToggleFontUnderlineHint="»"
+sdxRichEditTableStyleDialogToggleTableCellsAllBorders="б߿(&A)"
+sdxRichEditTableStyleDialogToggleTableCellsBottomBorder="±߿(&B)"
+sdxRichEditTableStyleDialogToggleTableCellsBottomCenterAlignment="ײж"
+sdxRichEditTableStyleDialogToggleTableCellsBottomLeftAlignment="ײ"
+sdxRichEditTableStyleDialogToggleTableCellsBottomRightAlignment="ײҶ"
+sdxRichEditTableStyleDialogToggleTableCellsInsideBorder="ڲ߽(&I)"
+sdxRichEditTableStyleDialogToggleTableCellsInsideHorizontalBorder="ڲ(&H)"
+sdxRichEditTableStyleDialogToggleTableCellsInsideVerticalBorder="ڲ(&V)"
+sdxRichEditTableStyleDialogToggleTableCellsLeftBorder="߿(&L)"
+sdxRichEditTableStyleDialogToggleTableCellsMiddleCenterAlignment=""
+sdxRichEditTableStyleDialogToggleTableCellsMiddleLeftAlignment=""
+sdxRichEditTableStyleDialogToggleTableCellsMiddleRightAlignment="Ҷ"
+sdxRichEditTableStyleDialogToggleTableCellsOutsideBorder="ⲿ߿(&S)"
+sdxRichEditTableStyleDialogToggleTableCellsRightBorder="ұ߿(&R)"
+sdxRichEditTableStyleDialogToggleTableCellsTopBorder="ϱ߿(&P)"
+sdxRichEditTableStyleDialogToggleTableCellsTopCenterAlignment="ж"
+sdxRichEditTableStyleDialogToggleTableCellsTopLeftAlignment=""
+sdxRichEditTableStyleDialogToggleTableCellsTopRightAlignment="Ҷ"
+sdxRichEditTabsDialogAlignment=""
+sdxRichEditTabsDialogButtonClear="(&E)"
+sdxRichEditTabsDialogButtonClearAll="ȫ(&A)"
+sdxRichEditTabsDialogButtonSet="(&S)"
+sdxRichEditTabsDialogCenter="м(&C)"
+sdxRichEditTabsDialogDecimal="ʮ(&D)"
+sdxRichEditTabsDialogDefaultTabStops="ĬƱ(&F):"
+sdxRichEditTabsDialogDots="(&O)"
+sdxRichEditTabsDialogEqualSign="Ⱥ(&Q)"
+sdxRichEditTabsDialogForm="Ʊ"
+sdxRichEditTabsDialogHyphens="ӷ(&H)"
+sdxRichEditTabsDialogLeader=""
+sdxRichEditTabsDialogLeft="(&L)"
+sdxRichEditTabsDialogMiddleDots="м(&M)"
+sdxRichEditTabsDialogNone="()(&N)"
+sdxRichEditTabsDialogRight="(&R)"
+sdxRichEditTabsDialogTabStopPosition="Ʊλ(&T):"
+sdxRichEditTabsDialogTabStopsToBeCleared="Ʊ:"
+sdxRichEditTabsDialogThickLine="ʵ(&I)"
+sdxRichEditTabsDialogUnderline="»(&U)"
+sdxRichEditUnitsCentimeters=" "
+sdxRichEditUnitsInches="""
+sdxRichEditUnitsMillimeters=" "
+sdxRichEditUnitsPercent="%"
+sdxRichEditUnitsPicas=" "
+sdxRichEditUnitsPoints=" pt"
+sdxRight="ұ(&G):"
+sdxRightMargin="ұ߽"
+sdxRiseActiveToTop="㼶ʾڶ"
+sdxRoot="(&R)"
+sdxRootBorders="߿(&B)"
+sdxRoundRect="ԲǾ"
+sdxRoundSquare="Բ"
+sdxRowAutoHeight="Զи(&W)"
+sdxRowFields="ֶ(&R)"
+sdxRowHeadersOnEveryPage="б"
+sdxRows="(&R)"
+sdxSalesAndMarketing="ۺ\\nгӪ"
+sdxSample="ʾ:"
+sdxSampleText="ʾʾ"
+sdxSave="(&S)..."
+sdxSaveFileDialogDefaultTitle=""
+sdxSaveFileDialogOkCaption=""
+sdxSaveReportDataToFileTitle="汨"
+sdxScaleTo=":"
+sdxScaling=""
+sdxSchedulerActionAgendaViewCaption=""
+sdxSchedulerActionAgendaViewHint=""
+sdxSchedulerActionCompressWeekendsCaption="ѹĩ"
+sdxSchedulerActionCompressWeekendsHint="ѹĩ"
+sdxSchedulerActionDateNavigatorCaption="ѡ"
+sdxSchedulerActionDateNavigatorHint="ѡ"
+sdxSchedulerActionDayViewCaption=""
+sdxSchedulerActionDayViewHint=""
+sdxSchedulerActionGanttViewCaption="ͼ"
+sdxSchedulerActionGanttViewHint="ͼ"
+sdxSchedulerActionGoBackwardCaption=""
+sdxSchedulerActionGoBackwardHint=""
+sdxSchedulerActionGoForwardCaption="ǰ"
+sdxSchedulerActionGoForwardHint="ǰ"
+sdxSchedulerActionGoToDateCaption="ת"
+sdxSchedulerActionGoToDateHint="ת"
+sdxSchedulerActionGoToTodayCaption="ת"
+sdxSchedulerActionGoToTodayHint="ת"
+sdxSchedulerActionGroupByDateCaption="ͨڷ"
+sdxSchedulerActionGroupByDateHint="ͨڷ"
+sdxSchedulerActionGroupByNoneCaption="ͨշ"
+sdxSchedulerActionGroupByNoneHint="ͨշ"
+sdxSchedulerActionGroupByResourceCaption="ͨԴ"
+sdxSchedulerActionGroupByResourceHint="ͨԴ"
+sdxSchedulerActionMonthViewCaption=""
+sdxSchedulerActionMonthViewHint=""
+sdxSchedulerActionNewEventCaption="¼(&N)"
+sdxSchedulerActionNewEventHint="¼(&N)"
+sdxSchedulerActionNewRecurringEventCaption="¼(&R)"
+sdxSchedulerActionNewRecurringEventHint="¼(&R)"
+sdxSchedulerActionNextSevenDaysCaption="7"
+sdxSchedulerActionNextSevenDaysHint="7"
+sdxSchedulerActionPageSetupCaption="ҳ"
+sdxSchedulerActionPageSetupHint="ҳ"
+sdxSchedulerActionPrintCaption="ӡ(&P)"
+sdxSchedulerActionPrintHint="ӡ"
+sdxSchedulerActionPrintPreviewCaption="ӡԤ(&V)"
+sdxSchedulerActionPrintPreviewHint="ӡԤ"
+sdxSchedulerActionResourcesLayoutEditorCaption="Դֱ༭"
+sdxSchedulerActionResourcesLayoutEditorHint="Դֱ༭"
+sdxSchedulerActionSnapEventsToTimeSlotsCaption="ʱ۶¼"
+sdxSchedulerActionSnapEventsToTimeSlotsHint="ʱ۶¼"
+sdxSchedulerActionTimeGridViewCaption="ʱ"
+sdxSchedulerActionTimeGridViewHint="ʱ"
+sdxSchedulerActionTimeScale10MinutesCaption="10"
+sdxSchedulerActionTimeScale10MinutesHint="10"
+sdxSchedulerActionTimeScale15MinutesCaption="15"
+sdxSchedulerActionTimeScale15MinutesHint="15"
+sdxSchedulerActionTimeScale30MinutesCaption="30"
+sdxSchedulerActionTimeScale30MinutesHint="30"
+sdxSchedulerActionTimeScale5MinutesCaption="5"
+sdxSchedulerActionTimeScale5MinutesHint="5"
+sdxSchedulerActionTimeScale60MinutesCaption="60"
+sdxSchedulerActionTimeScale60MinutesHint="60"
+sdxSchedulerActionTimeScale6MinutesCaption="6"
+sdxSchedulerActionTimeScale6MinutesHint="6"
+sdxSchedulerActionWeekViewCaption=""
+sdxSchedulerActionWeekViewHint=""
+sdxSchedulerActionWorkTimeOnlyCaption="Сʱ"
+sdxSchedulerActionWorkTimeOnlyHint="Сʱ"
+sdxSchedulerActionWorkWeekViewCaption=""
+sdxSchedulerActionWorkWeekViewHint=""
+sdxSchedulerActionYearViewCaption=""
+sdxSchedulerActionYearViewHint=""
+sdxSchedulerContent=""
+sdxSchedulerDateNavigatorContent="ڵ"
+sdxSchedulerDateNavigatorHeader="ڵ"
+sdxSchedulerDayHeader="ձ"
+sdxSchedulerEvent="¼"
+sdxSchedulerNotesAreaBlank="ע(հ)"
+sdxSchedulerNotesAreaLined="ע()"
+sdxSchedulerResourceHeader="Դ"
+sdxSchedulerSchedulerHeader="ȼƻ"
+sdxSchedulerTaskPad=""
+sdxSchedulerTimeRuler="ʱ"
+sdxSecondaryTimeZone="Ҫ"
+sdxSectionPropertiesApplyThisPointForward="һ"
+sdxSectionPropertiesApplyToCurrentSection="ǰ"
+sdxSectionPropertiesApplyToSelectedSections="ѡ"
+sdxSectionPropertiesApplyToWholeDocument="ĵ"
+sdxSeeAboveMessage="μ"
+sdxSelectAll="ȫѡ(&S)"
+sdxSelectDetailsCaption="ѡҪʾļĿϸϢ."
+sdxSelection="ѡ"
+sdxSelectionStyle="ѡ"
+sdxSelectNewRoot="ѡĸ·"
+sdxSeparators="ָ"
+sdxSeptember=""
+sdxSeptemberShort=""
+sdxSetSingleCellAsPrintAreaConfirmation="ѡһԪΪӡ.ȷ,뵥ȷ.ѡ˵Ԫ,뵥ȡ,ѡҪĵԪ,Ȼٴεôӡ"
+sdxShading="Ӱ "
+sdxShadow="Ӱ"
+sdxShellDetailsCaption="ϸ"
+sdxShellExtraLargeIconsCaption="Ĵͼ"
+sdxShellIconsCaption="ͼ"
+sdxShellLargeIconsCaption="ͼ"
+sdxShellListCaption="б"
+sdxShellListViewMenuItemPaste="ճ"
+sdxShellListViewMenuItemRefresh=""
+sdxShellListViewMenuItemSort="ʽ"
+sdxShellListViewMenuItemSortAscending=""
+sdxShellListViewMenuItemSortDescending=""
+sdxShellListViewNoItemsMatch="ûƥĿ."
+sdxShellListViewWorkingOnIt="..."
+sdxShellMediumIconsCaption="еͼ"
+sdxShellSmallIconsCaption="Сͼ"
+sdxShellViewsCaption="ͼ"
+sdxShiftCellsDown="Ԫ(&D)"
+sdxShiftCellsLeft="Ԫ(&L)"
+sdxShiftCellsRight="Ԫ(&I)"
+sdxShiftCellsUp="Ԫ(&U)"
+sdxShiftColumn="(&C)"
+sdxShiftRow="(&R)"
+sdxShortcutMenusBar="ݲ˵"
+sdxShow="ʾ"
+sdxShowGridLines=""
+sdxShowRowAndColumnHeadings="кб(&R)"
+sdxShowTimeAsFreeMessage="ͷ"
+sdxShowTimeAsLabelCaption="ʱʾΪ:"
+sdxShowTimeAsOutOfOfficeMessage=""
+sdxShowTimeAsTentativeMessage="ݶ"
+sdxShrinkHeight="߶"
+sdxShrinkWidth=""
+sdxSize="ߴ"
+sdxSizes="С"
+sdxSkinElementNotFound="Ա"%s"ûҵ"
+sdxSkinGroupNotFound=""%s"ûҵ"
+sdxSkinInvalidStreamFormat="ʽЧ"
+sdxSkinParentNotFound="Ƥ"%s"ûҵ"
+sdxSkinsRootFolder="ҵDX_VCLƤ"
+sdxSkipEmptyGroups="շ"
+sdxSkipEmptyViews="ͼ"
+sdxSlantedDashDotEdgePattern="б̻-"
+sdxSoft3D="ά(&T)"
+sdxSoftwareDepartment=""
+sdxSolidEdgePattern="ʵ"
+sdxSolidFillPattern="ʵ"
+sdxSouth="Ϸ"
+sdxSpacing=""
+sdxSparklineNoData="<>"
+sdxSpellCheckerActive="(&A)"
+sdxSpellCheckerAddButton="(&A)"
+sdxSpellCheckerAddButton1="(&D)"
+sdxSpellCheckerApplylButton="Ӧ(&A)"
+sdxSpellCheckerAutoCorrect="Զ"
+sdxSpellCheckerAutoCorrectAutomaticallyUseSuggestions="ԶʹƴдṩĽ"
+sdxSpellCheckerAutoCorrectCapitalize="д"
+sdxSpellCheckerAutoCorrectCorrectCapsLock="У CAPS LOCK ÷(&L)"
+sdxSpellCheckerAutoCorrectCorrectInitialCaps="Удĸ(&I)"
+sdxSpellCheckerAutoCorrectCorrectSentenceCaps="ĸд(&S)"
+sdxSpellCheckerAutoCorrectDisableCapsLock="Caps Lock"
+sdxSpellCheckerAutoCorrectExceptionsFormCaption="쳣"
+sdxSpellCheckerAutoCorrectOptionsFormCaption="Զѡ"
+sdxSpellCheckerAutoCorrectReplace="滻(&R):"
+sdxSpellCheckerAutoCorrectReplacementExistMessageFormat="ԶУĿ %s Ѵ.ǷҪ¶?"
+sdxSpellCheckerAutoCorrectReplaceTextAsYouType="滻ı"
+sdxSpellCheckerAutoCorrectWith="(&W):"
+sdxSpellCheckerAutoInclude="Զ(&U)"
+sdxSpellCheckerAutoInclude1="Զ"
+sdxSpellCheckerCancelButton="ȡ"
+sdxSpellCheckerChangeAllButton="ı(&L)"
+sdxSpellCheckerChangeButton="ı(&C)"
+sdxSpellCheckerChangeTo="ıΪ(&T):"
+sdxSpellCheckerCloseButton="ر"
+sdxSpellCheckerConfirmUseUnknownWord="ѡҪĻԶʵҲĵ. \nҪʹʲ?"
+sdxSpellCheckerCustomDictionaryFormCaption="Զʵ"
+sdxSpellCheckerDeleteAllButton="ȫɾ(&L)"
+sdxSpellCheckerDeleteButton="ɾ(&D)"
+sdxSpellCheckerDeleteButton1="ɾ(&E)"
+sdxSpellCheckerDeleteButton2="ɾ(&L)"
+sdxSpellCheckerEditButton="༭..."
+sdxSpellCheckerExceptionsButton="쳣(&E)"
+sdxSpellCheckerFileFormatMismatch="ļʽƥ"
+sdxSpellCheckerFirstLetterExceptions="д (ûкĴд)"
+sdxSpellCheckerHunspellDictionary="ƴд"
+sdxSpellCheckerIgnoreAllButton="ȫ(&G)"
+sdxSpellCheckerIgnoreButton="(&I)"
+sdxSpellCheckerIgnoreEmails="Եʼ"
+sdxSpellCheckerIgnoreMixedCaseWords="Եĵ MiXeDcASe"
+sdxSpellCheckerIgnoreRepeatedWords="ظĵ"
+sdxSpellCheckerIgnoreUpperCaseWords="Դдĵ"
+sdxSpellCheckerIgnoreUrls="վ"
+sdxSpellCheckerIgnoreWordsWithNumbers="Դֵĵ"
+sdxSpellCheckerInitialCapsExceptions="ĸдĵ"
+sdxSpellCheckerISpellDictionary="ƽ"
+sdxSpellCheckerMoreThanOne="һִгֻһTdxSpellChecker"
+sdxSpellCheckerNoActiveDictionaries="ʵ䲻"
+sdxSpellCheckerNoSuggestions="()"
+sdxSpellCheckerNotInDictionary="ֵ:"
+sdxSpellCheckerNotUseChangeAll="ѡõ \nΪıƴд \nѡ仰,Ļָԭľ"
+sdxSpellCheckerOkButton="ȷ(&O)"
+sdxSpellCheckerOpenOfficeDictionary="칫"
+sdxSpellCheckerOptionsButton="ѡ..."
+sdxSpellCheckerRepeatedWord="ظĵ:"
+sdxSpellCheckerReplaceButton="滻(&A)"
+sdxSpellCheckerSelectionCheckIsFinished="ѡ.ǷҪĵಿ?"
+sdxSpellCheckerSpellingComplete="ƴд."
+sdxSpellCheckerSpellingFormCaption="ƴд"
+sdxSpellCheckerSpellingLanguage=":"
+sdxSpellCheckerSpellingOptionsEditCustomDictionaryGroupBox="༭Զʵ"
+sdxSpellCheckerSpellingOptionsEditCustomDictionaryText="ԶʵӡĻɾ."
+sdxSpellCheckerSpellingOptionsFormCaption="ƴдѡ"
+sdxSpellCheckerSpellingOptionsGeneralOptionsGroupBox="ѡ"
+sdxSpellCheckerSpellingOptionsInternationalDictionariesGroupBox="ֵ"
+sdxSpellCheckerSpellingOptionsInternationalDictionariesText="ѡƴдʱҪʹõĴʵ."
+sdxSpellCheckerSpellingOptionsMainGroupBox="ƴд"
+sdxSpellCheckerSuggestButton="(&S)"
+sdxSpellCheckerSuggestions="(&N):"
+sdxSpellCheckerUndoButton="(&U)"
+sdxSpellCheckerUndoEditButton="༭(&U)"
+sdxSpellCheckerUndoLastButton="ϴβ(&U)"
+sdxSpellCheckerUserDictionary="û"
+sdxSpreadSheetActionAlignHorizontalCenterCaption="жı"
+sdxSpreadSheetActionAlignHorizontalCenterHint="жı"
+sdxSpreadSheetActionAlignHorizontalLeftCaption="ı"
+sdxSpreadSheetActionAlignHorizontalLeftHint="ı"
+sdxSpreadSheetActionAlignHorizontalRightCaption="Ҷı"
+sdxSpreadSheetActionAlignHorizontalRightHint="Ҷı"
+sdxSpreadSheetActionAlignVerticalBottomCaption="ײ"
+sdxSpreadSheetActionAlignVerticalBottomHint="ײ"
+sdxSpreadSheetActionAlignVerticalCenterCaption="м"
+sdxSpreadSheetActionAlignVerticalCenterHint="м"
+sdxSpreadSheetActionAlignVerticalTopCaption="붥"
+sdxSpreadSheetActionAlignVerticalTopHint="붥"
+sdxSpreadSheetActionAutoFitColumnWidthCaption="Ӧп"
+sdxSpreadSheetActionAutoFitColumnWidthHint="Ӧп"
+sdxSpreadSheetActionAutoFitRowHeightCaption="Ӧи߶"
+sdxSpreadSheetActionAutoFitRowHeightHint="Ӧи߶"
+sdxSpreadSheetActionAutoSumGalleryAverageCaption="ƽ"
+sdxSpreadSheetActionAutoSumGalleryCaption=""
+sdxSpreadSheetActionAutoSumGalleryCountNumbersCaption=""
+sdxSpreadSheetActionAutoSumGalleryMaxCaption=""
+sdxSpreadSheetActionAutoSumGalleryMinCaption="С"
+sdxSpreadSheetActionAutoSumGallerySumCaption="ܺ"
+sdxSpreadSheetActionBordersAllCaption="б߿"
+sdxSpreadSheetActionBordersAllHint="б߿"
+sdxSpreadSheetActionBordersBottomCaption="±߿"
+sdxSpreadSheetActionBordersBottomDoubleCaption="˫"
+sdxSpreadSheetActionBordersBottomDoubleHint="˫"
+sdxSpreadSheetActionBordersBottomHint="±߿"
+sdxSpreadSheetActionBordersBottomThickCaption="ױ߿"
+sdxSpreadSheetActionBordersBottomThickHint="ױ߿"
+sdxSpreadSheetActionBordersLeftCaption="߿"
+sdxSpreadSheetActionBordersLeftHint="߿"
+sdxSpreadSheetActionBordersMoreCaption=".."
+sdxSpreadSheetActionBordersMoreHint=".."
+sdxSpreadSheetActionBordersNoneCaption="ޱ߿"
+sdxSpreadSheetActionBordersNoneHint="ޱ߿"
+sdxSpreadSheetActionBordersOutsideCaption="ⲿ߿"
+sdxSpreadSheetActionBordersOutsideHint="ⲿ߿"
+sdxSpreadSheetActionBordersOutsideThickCaption="߿"
+sdxSpreadSheetActionBordersOutsideThickHint="߿"
+sdxSpreadSheetActionBordersRightCaption="ұ߿"
+sdxSpreadSheetActionBordersRightHint="ұ߿"
+sdxSpreadSheetActionBordersTopAndBottomCaption="±߿"
+sdxSpreadSheetActionBordersTopAndBottomDoubleCaption="˫ױ߿"
+sdxSpreadSheetActionBordersTopAndBottomDoubleHint="˫ױ߿"
+sdxSpreadSheetActionBordersTopAndBottomHint="±߿"
+sdxSpreadSheetActionBordersTopAndBottomThickCaption="ͺĵײ߿"
+sdxSpreadSheetActionBordersTopAndBottomThickHint="ͺĵײ߿"
+sdxSpreadSheetActionBordersTopCaption="ϱ߿"
+sdxSpreadSheetActionBordersTopHint="ϱ߿"
+sdxSpreadSheetActionChangeFillColorCaption="ɫ(&F):"
+sdxSpreadSheetActionChangeFillColorHint="ɫ(&F):"
+sdxSpreadSheetActionChangeFontColorCaption="ɫ"
+sdxSpreadSheetActionChangeFontColorHint="ɫ"
+sdxSpreadSheetActionChangeFontNameCaption=""
+sdxSpreadSheetActionChangeFontNameHint=""
+sdxSpreadSheetActionChangeFontSizeCaption="С"
+sdxSpreadSheetActionChangeFontSizeHint="С"
+sdxSpreadSheetActionClearAllCaption="ȫ"
+sdxSpreadSheetActionClearAllHint="ȫ"
+sdxSpreadSheetActionClearContentsCaption=""
+sdxSpreadSheetActionClearContentsHint=""
+sdxSpreadSheetActionClearFormatsCaption="ʽ"
+sdxSpreadSheetActionClearFormatsHint="ʽ"
+sdxSpreadSheetActionClearPrintAreaCaption="&ӡ"
+sdxSpreadSheetActionClearPrintAreaHint="ӡ"
+sdxSpreadSheetActionConditionalFormattingClearRulesFromEntireSheetCaption=""
+sdxSpreadSheetActionConditionalFormattingClearRulesFromEntireSheetHint=""
+sdxSpreadSheetActionConditionalFormattingClearRulesFromSelectedCellsCaption="ѡԪеĹ"
+sdxSpreadSheetActionConditionalFormattingClearRulesFromSelectedCellsHint="ѡԪеĹ"
+sdxSpreadSheetActionConditionalFormattingColorScalesGalleryCaption="ɫ"
+sdxSpreadSheetActionConditionalFormattingDataBarsGalleryCaption=""
+sdxSpreadSheetActionConditionalFormattingDataBarsGalleryGradientFillGroupCaption=""
+sdxSpreadSheetActionConditionalFormattingDataBarsGallerySolidFillGroupCaption="ʵ"
+sdxSpreadSheetActionConditionalFormattingIconSetsGalleryCaption="ͼ꼯"
+sdxSpreadSheetActionConditionalFormattingIconSetsGalleryDirectionalGroupCaption=""
+sdxSpreadSheetActionConditionalFormattingIconSetsGalleryIndicatorsGroupCaption="ָ"
+sdxSpreadSheetActionConditionalFormattingIconSetsGalleryRatingsGroupCaption=""
+sdxSpreadSheetActionConditionalFormattingIconSetsGalleryShapesGroupCaption="״"
+sdxSpreadSheetActionConditionalFormattingMoreRulesCaption="..."
+sdxSpreadSheetActionConditionalFormattingMoreRulesHint="..."
+sdxSpreadSheetActionConditionalFormattingNewRuleCaption="¹..."
+sdxSpreadSheetActionConditionalFormattingNewRuleHint="¹..."
+sdxSpreadSheetActionConditionalFormattingTopBottomRulesGalleryAboveAverageCaption="ƽˮƽ"
+sdxSpreadSheetActionConditionalFormattingTopBottomRulesGalleryBelowAverageCaption="ƽˮƽ"
+sdxSpreadSheetActionConditionalFormattingTopBottomRulesGalleryBottom10ItemsCaption="10"
+sdxSpreadSheetActionConditionalFormattingTopBottomRulesGalleryBottom10PercentsCaption="10%"
+sdxSpreadSheetActionConditionalFormattingTopBottomRulesGalleryCaption="/ײ"
+sdxSpreadSheetActionConditionalFormattingTopBottomRulesGalleryTop10ItemsCaption="ǰ10"
+sdxSpreadSheetActionConditionalFormattingTopBottomRulesGalleryTop10PercentsCaption="ǰ10%"
+sdxSpreadSheetActionCopySelectionCaption=""
+sdxSpreadSheetActionCopySelectionHint=""
+sdxSpreadSheetActionCreateDefinedNameCaption=""
+sdxSpreadSheetActionCreateDefinedNamesFromSelectionCaption="ѡ"
+sdxSpreadSheetActionCutSelectionCaption=""
+sdxSpreadSheetActionCutSelectionHint=""
+sdxSpreadSheetActionDecreaseFontSizeCaption="СС"
+sdxSpreadSheetActionDecreaseFontSizeHint="СС"
+sdxSpreadSheetActionDeleteColumnsCaption="ɾ"
+sdxSpreadSheetActionDeleteColumnsHint="ɾ"
+sdxSpreadSheetActionDeleteCommentsCaption="ɾע"
+sdxSpreadSheetActionDeleteCommentsHint="ɾע"
+sdxSpreadSheetActionDeleteRowsCaption="ɾ"
+sdxSpreadSheetActionDeleteRowsHint="ɾ"
+sdxSpreadSheetActionDeleteSheetCaption="ɾ"
+sdxSpreadSheetActionDeleteSheetHint="ɾ"
+sdxSpreadSheetActionEditCommentCaption="༭ע"
+sdxSpreadSheetActionEditCommentHint="༭ע"
+sdxSpreadSheetActionFindAndReplaceCaption="滻(&&)"
+sdxSpreadSheetActionFindAndReplaceHint="滻"
+sdxSpreadSheetActionFreezeFirstColumnCaption="һ"
+sdxSpreadSheetActionFreezeFirstColumnHint="һ"
+sdxSpreadSheetActionFreezePanesCaption="ᴰ"
+sdxSpreadSheetActionFreezePanesHint="ᴰ"
+sdxSpreadSheetActionFreezeTopRowCaption="һ"
+sdxSpreadSheetActionFreezeTopRowHint="һ"
+sdxSpreadSheetActionGroupColumnsCaption="з"
+sdxSpreadSheetActionGroupColumnsHint="з"
+sdxSpreadSheetActionGroupRowsCaption="з"
+sdxSpreadSheetActionGroupRowsHint="з"
+sdxSpreadSheetActionHideColumnsCaption=""
+sdxSpreadSheetActionHideColumnsHint=""
+sdxSpreadSheetActionHideRowsCaption=""
+sdxSpreadSheetActionHideRowsHint=""
+sdxSpreadSheetActionHideSheetCaption="ع"
+sdxSpreadSheetActionHideSheetHint="ع"
+sdxSpreadSheetActionIncreaseFontSizeCaption="С"
+sdxSpreadSheetActionIncreaseFontSizeHint="С"
+sdxSpreadSheetActionInsertColumnsCaption="빤"
+sdxSpreadSheetActionInsertColumnsHint="빤"
+sdxSpreadSheetActionInsertPageBreakCaption="&Iҳ"
+sdxSpreadSheetActionInsertPageBreakHint="ҳ"
+sdxSpreadSheetActionInsertPictureCaption="ͼƬ"
+sdxSpreadSheetActionInsertPictureDialogTitle="ͼƬ"
+sdxSpreadSheetActionInsertPictureHint="ͼƬ"
+sdxSpreadSheetActionInsertRowsCaption="빤"
+sdxSpreadSheetActionInsertRowsHint="빤"
+sdxSpreadSheetActionInsertSheetCaption="빤"
+sdxSpreadSheetActionInsertSheetHint="빤"
+sdxSpreadSheetActionMergeCellsAcrossCaption="ϲ"
+sdxSpreadSheetActionMergeCellsAcrossHint="ϲ"
+sdxSpreadSheetActionMergeCellsAndCenterCaption="ϲ"
+sdxSpreadSheetActionMergeCellsAndCenterHint="ϲ"
+sdxSpreadSheetActionMergeCellsCaption="ϲԪ"
+sdxSpreadSheetActionMergeCellsHint="ϲԪ"
+sdxSpreadSheetActionMorePageMarginsCaption="ҳ߾..."
+sdxSpreadSheetActionMorePaperSizesCaption="ֽŴС..."
+sdxSpreadSheetActionNewCommentCaption="½ע"
+sdxSpreadSheetActionNewCommentHint="½ע"
+sdxSpreadSheetActionNewDocumentCaption="½(&N)"
+sdxSpreadSheetActionNewDocumentHint="½"
+sdxSpreadSheetActionNextCommentCaption="һע"
+sdxSpreadSheetActionNextCommentHint="һע"
+sdxSpreadSheetActionOpenDocumentCaption="(&O)"
+sdxSpreadSheetActionOpenDocumentHint=""
+sdxSpreadSheetActionPageMarginsGalleryBottomPartCaption="ײ"
+sdxSpreadSheetActionPageMarginsGalleryCaption="߾"
+sdxSpreadSheetActionPageMarginsGalleryFooterPartCaption="ҳ"
+sdxSpreadSheetActionPageMarginsGalleryHeaderPartCaption=""
+sdxSpreadSheetActionPageMarginsGalleryLeftPartCaption=""
+sdxSpreadSheetActionPageMarginsGalleryNarrowMarginsCaption="խ"
+sdxSpreadSheetActionPageMarginsGalleryNormalMarginsCaption=""
+sdxSpreadSheetActionPageMarginsGalleryRightPartCaption=""
+sdxSpreadSheetActionPageMarginsGalleryTopPartCaption=""
+sdxSpreadSheetActionPageMarginsGalleryWideMarginsCaption=""
+sdxSpreadSheetActionPageOrientationGalleryCaption=""
+sdxSpreadSheetActionPageSetupCaption="ҳ"
+sdxSpreadSheetActionPageSetupHint="ҳ"
+sdxSpreadSheetActionPaperSizeGalleryCaption="С"
+sdxSpreadSheetActionPasteSelectionCaption="ճ"
+sdxSpreadSheetActionPasteSelectionHint="ճ"
+sdxSpreadSheetActionPreviousCommentCaption="һע"
+sdxSpreadSheetActionPreviousCommentHint="һע"
+sdxSpreadSheetActionPrintCaption="ӡ(&P)"
+sdxSpreadSheetActionPrintHint="ӡ"
+sdxSpreadSheetActionPrintPreviewCaption="ӡԤ(&V)"
+sdxSpreadSheetActionPrintPreviewHint="ӡԤ"
+sdxSpreadSheetActionPrintTitlesCaption="&ӡ"
+sdxSpreadSheetActionPrintTitlesHint="ָҪÿӡҳظк."
+sdxSpreadSheetActionProtectSheetCaption=""
+sdxSpreadSheetActionProtectSheetHint="ͨ˵ı༭ֹҪĸ."
+sdxSpreadSheetActionProtectWorkbookCaption=""
+sdxSpreadSheetActionProtectWorkbookHint="ֹ˶Թнṹ,ƶɾӹ."
+sdxSpreadSheetActionRedoCaption=""
+sdxSpreadSheetActionRedoHint=""
+sdxSpreadSheetActionRemovePageBreakCaption="ɾҳ"
+sdxSpreadSheetActionRemovePageBreakHint="ɾҳ"
+sdxSpreadSheetActionResetAllPageBreaksCaption="зҳ"
+sdxSpreadSheetActionResetAllPageBreaksHint="зҳ"
+sdxSpreadSheetActionSaveDocumentAsCaption="Ϊ(&S)"
+sdxSpreadSheetActionSaveDocumentAsHint="Ϊ"
+sdxSpreadSheetActionSetLandscapePageOrientationCaption=""
+sdxSpreadSheetActionSetPortraitPageOrientationCaption=""
+sdxSpreadSheetActionSetPrintAreaCaption="&Sôӡ"
+sdxSpreadSheetActionSetPrintAreaHint="ôӡ"
+sdxSpreadSheetActionShowConditionalFormattingRulesManagerCaption=""
+sdxSpreadSheetActionShowConditionalFormattingRulesManagerHint=""
+sdxSpreadSheetActionShowDefinedNameManagerCaption="ѡ"
+sdxSpreadSheetActionShowHideCommentsCaption="ʾ/ע"
+sdxSpreadSheetActionShowHideCommentsHint="ʾ/ע"
+sdxSpreadSheetActionShowHyperlinkEditorCaption=""
+sdxSpreadSheetActionShowHyperlinkEditorHint=""
+sdxSpreadSheetActionSortAscendingCaption="AZ"
+sdxSpreadSheetActionSortAscendingHint="AZ"
+sdxSpreadSheetActionSortDescendingCaption="ZA"
+sdxSpreadSheetActionSortDescendingHint="ZA"
+sdxSpreadSheetActionTextIndentDecreaseCaption=""
+sdxSpreadSheetActionTextIndentDecreaseHint=""
+sdxSpreadSheetActionTextIndentIncreaseCaption=""
+sdxSpreadSheetActionTextIndentIncreaseHint=""
+sdxSpreadSheetActionTextWrapCaption="Զ(&X)"
+sdxSpreadSheetActionTextWrapHint="Զ(&X)"
+sdxSpreadSheetActionToggleFontBoldCaption="(&B)"
+sdxSpreadSheetActionToggleFontBoldHint=""
+sdxSpreadSheetActionToggleFontItalicCaption="б(&I)"
+sdxSpreadSheetActionToggleFontItalicHint="б"
+sdxSpreadSheetActionToggleFontStrikeoutCaption="ɾ"
+sdxSpreadSheetActionToggleFontStrikeoutHint="ɾ"
+sdxSpreadSheetActionToggleFontUnderlineCaption="»(&U)"
+sdxSpreadSheetActionToggleFontUnderlineHint="»"
+sdxSpreadSheetActionUndoCaption=""
+sdxSpreadSheetActionUndoHint=""
+sdxSpreadSheetActionUnfreezePanesCaption="ȡᴰ"
+sdxSpreadSheetActionUnfreezePanesHint="ȡᴰ"
+sdxSpreadSheetActionUngroupColumnsCaption="ȡ"
+sdxSpreadSheetActionUngroupColumnsHint="ȡ"
+sdxSpreadSheetActionUngroupRowsCaption="ȡ"
+sdxSpreadSheetActionUngroupRowsHint="ȡ"
+sdxSpreadSheetActionUnhideColumnsCaption="ʾ"
+sdxSpreadSheetActionUnhideColumnsHint="ʾ"
+sdxSpreadSheetActionUnhideRowsCaption="ʾ"
+sdxSpreadSheetActionUnhideRowsHint="ʾ"
+sdxSpreadSheetActionUnhideSheetCaption="ʾҳ"
+sdxSpreadSheetActionUnhideSheetHint="ʾҳ"
+sdxSpreadSheetActionUnmergeCellsCaption="ȡԪϲ"
+sdxSpreadSheetActionUnmergeCellsHint="ȡԪϲ"
+sdxSpreadSheetActionUseDefinedNameInFormulaCaption="ʹùʽ"
+sdxSpreadSheetActionZoomDefaultCaption="100%"
+sdxSpreadSheetActionZoomDefaultHint="100%"
+sdxSpreadSheetActionZoomInCaption="С"
+sdxSpreadSheetActionZoomInHint="С"
+sdxSpreadSheetActionZoomOutCaption="Ŵ"
+sdxSpreadSheetActionZoomOutHint="Ŵ"
+sdxSquare=""
+sdxStandardBar=""
+sdxStandardStyle="ʽ"
+sdxStartFromActiveDetails="ӵǰϸڿʼ"
+sdxStartLabelCaption="ʼ:"
+sdxStateImages="״̬ͼ(&S)"
+sdxStatus="״̬:"
+sdxStatusGenerateReport=". %d%%"
+sdxStatusPrinting="ڴӡ. %d ҳ"
+sdxStatusReady=""
+sdxStyle="ʽ(&S):"
+sdxStyleName="ʽ(&N):"
+sdxStyles="ʽ"
+sdxStyleSheetNameAlreadyExists="ʽ"%s"Ѵ"
+sdxStyleSheets="ʽ"
+sdxSubjectLabelCaption=":"
+sdxSummary="Ҫ"
+sdxSummaryFormat=" = 0"
+sdxSuppressBackgroundBitmaps="ѹ(&S)"
+sdxSuppressContentColoration="ֹݵɫ(&C)"
+sdxSuppressSourceFormats="ֹԴʽ(&S)"
+sdxSwimmingPool="Ӿ"
+sdxSysColor3DDkShadow="άӰ"
+sdxSysColor3DLight="ά"
+sdxSysColorActiveBorder="߿"
+sdxSysColorActiveCaption=""
+sdxSysColorAppWorkSpace="Ӧóռ"
+sdxSysColorBackground=""
+sdxSysColorBtnFace="ť"
+sdxSysColorBtnHighligh="ť"
+sdxSysColorBtnShadow="ťӰ"
+sdxSysColorBtnText="ťı"
+sdxSysColorCaptionText=""
+sdxSysColorGrayText="ɫ"
+sdxSysColorHighLight=""
+sdxSysColorHighLighText="ı"
+sdxSysColorInactiveBorder="ǻ߿"
+sdxSysColorInactiveCaption=""
+sdxSysColorInactiveCaptionText=""
+sdxSysColorInfoBk="Ϣ"
+sdxSysColorInfoText="Ϣı"
+sdxSysColorMenu="˵"
+sdxSysColorMenuText="˵"
+sdxSysColorScrollBar=""
+sdxSysColorWindow=""
+sdxSysColorWindowFrame="ڿ"
+sdxSysColorWindowText="ı"
+sdxSystemProgrammers="ϵͳԱ"
+sdxTabbedMDIManagerAlreadyExists="TabbedMDIManagerѴ"
+sdxTabbedMDIManagerFormIsNotMainForm="ѡʽMDI岻Ӧó"
+sdxTabbedMDIManagerFormIsNotMDIForm="ѡʽMDI岻MDI"
+sdxTabbedMDIOwnerIsNotForm="߲TForm"
+sdxTabPrintStyles="ӡʽ"
+sdxTabs="ǩҳ"
+sdxTall="ҳ(&T)"
+sdxTaskPad=""
+sdxTechnicalDepartment=""
+sdxText="ı(&T)"
+sdxTextAlign="ı(&A)"
+sdxTextAlignBottom=""
+sdxTextAlignCenter=""
+sdxTextAlignHorz="ˮƽ(&Z)"
+sdxTextAlignJustified=""
+sdxTextAlignLeft=""
+sdxTextAlignRight=""
+sdxTextAlignTop=""
+sdxTextAlignVCenter=""
+sdxTextAlignVert="ֱ(&V)"
+sdxTexture="(&T)"
+sdxTextureBlueTissuePaper="ɫɰֽ"
+sdxTextureBouquet=""
+sdxTextureBrownMarble="ɫʯ"
+sdxTextureCanvas=""
+sdxTextureCork="ľ"
+sdxTextureDenim="бƲ"
+sdxTextureFishFossil="ʯ"
+sdxTextureGranite=""
+sdxTextureGreenMarble="ɫʯ"
+sdxTextureMediumWood="ɫľ"
+sdxTextureNewSprint="ֽ"
+sdxTextureOak="ľ"
+sdxTexturePaperBag="ֽ"
+sdxTexturePapyrus="ֽɯֽ"
+sdxTextureParchment="Ƥֽ"
+sdxTexturePinkMarble="ɫɰֽ"
+sdxTexturePurpleMesh="ɫ"
+sdxTextureRecycledPaper="ֽ"
+sdxTextureSand="ɳ̲"
+sdxTextureStationary="ֽ"
+sdxTextureWalnut=""
+sdxTextureWaterDroplets="ˮ"
+sdxTextureWhiteMarble="ɫʯ"
+sdxTextureWonenMat="֯"
+sdxThereAreNowItemsForShow="ûĿ"
+sdxThereIsNoPictureToDisplay="ͼƬʾ"
+sdxThickCrossHatchFillPattern="ֶԽ"
+sdxThickness=":"
+sdxThickSolidEdgePattern="ʵ"
+sdxThinDiagonalCrossHatchFillPattern="ϸԽ"
+sdxThinDiagonalStripeFillPattern="ϸԽ"
+sdxThinHorizontalCrossHatchFillPattern="ϸˮƽ"
+sdxThinHorizontalStripeFillPattern="ϸˮƽ"
+sdxThinReverseDiagonalStripeFillPattern="ϸԽ"
+sdxThinSolidEdgePattern="ʵ"
+sdxThinVerticalStripeFillPattern="ϸֱ"
+sdxTitleModeNone=""
+sdxTitleModeOnEveryTopPage="ÿŶҳ"
+sdxTitleModeOnFirstPage="ڵһҳ"
+sdxTLBand="Ŀ"
+sdxTLColumnAxisymmetric="Գ"
+sdxTLColumnItemShape="״"
+sdxTLColumnName=""
+sdxTLIncorrectHeadersState="ʹҲûOnEveryPageģʽ\\n\\nӦ:\\n - ôΪOnEveryPageѡΪ\\n - ôɼѡΪ"
+sdxTokenEditMoreTokensHint="%d : \n(%s)"
+sdxTop="(&T):"
+sdxTopMargin="ϱ߾"
+sdxTotal="ϼ"
+sdxTPicture="ͼƬ"
+sdxTransparent="(&T)"
+sdxTransparentColumnGraphics="ͼ(&G)"
+sdxTransparentGraphics="ͼ(&T)"
+sdxTransparentRichEdits="RichEdit(&R)"
+sdxTransparents=""
+sdxTreeEffects="Ч"
+sdxTreeLines="(&T)"
+sdxTreeLinesColor="ɫ(&R):"
+sdxTrue=""
+sdxTwoPages="ҳ"
+sdxUnableToGenerateReport="ɱ"
+sdxUncheckAllChildren="ȡѡе(&A)"
+sdxUnhideSheetDialogCaption="ʾ"
+sdxUnhideSheetDialogHiddenSheets="ʾҳ(&U):"
+sdxUnitPrice="λ۸"
+sdxUnitsCentimeters=""
+sdxUnitsCentimetersName=""
+sdxUnitsDefaultName="Ĭ"
+sdxUnitsInches=".."
+sdxUnitsInchesName="Ӣ"
+sdxUnitsMillimeters=""
+sdxUnitsMillimetersName=""
+sdxUnitsPicas=""
+sdxUnitsPicasName=""
+sdxUnitsPoints="pt"
+sdxUnitsPointsName=""
+sdxUnmergeCellsConfirmation="ȷȡϲĵԪ?"
+sdxUnnamedStyleSheet="δ"
+sdxUnsupportedEncryption="ֵ֧ļ㷨"
+sdxUnwrap="Զ(&U)"
+sdxUnwrapTabs="еıǩҳ(&U)"
+sdxUnwrapTopLevel="ֹԶ(&W)"
+sdxUse3DEffects="ʹάЧ(&3)"
+sdxUseNativeStyles="ʹñʽ(&U)"
+sdxUserDefined="[Զ]"
+sdxVertAlignBottom="ײ"
+sdxVertAlignCenter=""
+sdxVertAlignDistributed="ɢ"
+sdxVertAlignJustify=""
+sdxVertAlignment=" ֱ "
+sdxVertAlignTop=""
+sdxVertical="ֱ(&E):"
+sdxVerticalFillPattern="ֱ"
+sdxVertically="ֱ(&V)"
+sdxVerticalStripeFillPattern="ֱ"
+sdxVertLines="ֱ(&V)"
+sdxViewAlreadyExists="ͬͼ = %d Ѿ."
+sdxViewTab="ͼ"
+sdxVisible="ɼ(&V)"
+sdxWeek=""
+sdxWest=""
+sdxWholePage="ҳ"
+sdxWidenToSourceWidth="չԭʼ"
+sdxWidth=""
+sdxWizardControlButtonBack="һ(&B)"
+sdxWizardControlButtonCancel="ȡ(&C)"
+sdxWizardControlButtonFinish="(&F)"
+sdxWizardControlButtonHelp="(&H)"
+sdxWizardControlButtonNext="һ(&N)"
+sdxWizardControlErrorWrongChild="ֻܲһTdxWizardControlPageTdxWizardControl."
+sdxWizardControlErrorWrongPageIndex="%dЧPageIndexֵ. PageIndex0%d֮"
+sdxWizardControlErrorWrongParent="ֻܲһTdxWizardControlPageTdxWizardControl."
+sdxWizardControlPageDefaultDescription="ҳ:⽫ûһ"
+sdxWizardControlPageDefaultTitle="ҳ"
+sdxWrapData="Զ(&W)"
+sdxWrapRecords="¼(&W)"
+sdxX509CertificatePasswordDialogCaption="˽Կ"
+sdxX509CertificatePasswordDialogPassword=":"
+sdxX509CertificatePasswordDialogPasswordNotes="Ϊ˱ְȫ,˽Կ뱣."
+sdxZoomDlgCaption=""
+sdxZoomDlgFontPreview="12pt "
+sdxZoomDlgFontPreviewString="AaBbCcDdEeXxYyZz"
+sdxZoomDlgFourPages="ҳ(&F)"
+sdxZoomDlgManyPages="ҳ(&M):"
+sdxZoomDlgPageWidth="ҳ(&W)"
+sdxZoomDlgPercent="ٷֱ(&E):"
+sdxZoomDlgPreview="Ԥ "
+sdxZoomDlgTwoPages="ҳ(&T)"
+sdxZoomDlgWholePage="ҳ(&H)"
+sdxZoomDlgZoomTo=" "
+sdxZoomParameters="(&P) "
+secxAllDay="ȫ"
+secxAlldayevent="ȫ¼"
+secxBillingInformation=""
+secxCategories=""
+secxDescription=""
+secxEndDate=""
+secxEndTime="ʱ"
+secxExportStorageInvalid="ûָɴ洢"
+secxFalse=""
+secxFinish=""
+secxLocation="λ"
+secxMeetingOrganizer="֯"
+secxMeetingResources="Դ"
+secxMileage="Ŀ"
+secxNo=""
+secxNormal="һ"
+secxOptionalAttendees="ѡ"
+secxPriority=""
+secxPrivate="˽"
+secxReminder=""
+secxReminderDate=""
+secxReminderonoff="ѿ"
+secxReminderTime="ʱ"
+secxRequiredAttendees="ѡ"
+secxSensitivity=""
+secxSetDateRangeAnd=""
+secxSetDateRangeCaption="ڷΧ"
+secxSetDateRangeText="Լ֮䷢¼:"
+secxShowtimeas="ʱʾ"
+secxStart="ʼ"
+secxStartDate="ʼ"
+secxStartTime="ʼʱ"
+secxState="״̬"
+secxSubject=""
+secxTimeRange="%s %s"
+secxTrue=""
+secxYes=""
+serDivZeroError="#DIV/0!"
+serNAError="#N/A"
+serNameError="#NAME?"
+serNullError="#NULL!"
+serNumError="#NUM!"
+serRefError="#REF!"
+serValueError="#VALUE!"
+sfnAbs="ABS"
+sfnAbsDescription="ؾֵ."
+sfnAccrInt="ACCRINT"
+sfnAccrIntDescription="֧Ϣ֤ȯӦϢ."
+sfnAccrIntM="ACCRINTM"
+sfnAccrIntMDescription="ص֧֤ȯӦϢ."
+sfnAcos="ACOS"
+sfnAcosDescription="ط."
+sfnAcosh="ACOSH"
+sfnAcoshDescription="ط˫."
+sfnAcot="ACOT"
+sfnAcotDescription="arccotangentֵ."
+sfnAcoth="ACOTH"
+sfnAcothDescription="ط˫ֵ."
+sfnAddress="ADDRESS"
+sfnAddressDescription="һеԪı."
+sfnAggregate="AGGREGATE"
+sfnAggregateDescription="ָбеľۺ,þۺϴккʹѡ. "
+sfnAmorDegr="AMORDEGRC"
+sfnAmorDegrDescription="ÿڼʲ۾.Ϊϵͳṩ."
+sfnAmorLinc="AMORLINC"
+sfnAmorLincDescription="ÿڼ۾ɶ."
+sfnAnd="AND"
+sfnAndDescription="ִͲ."
+sfnArabic="ARABIC"
+sfnArabicDescription="תΪ."
+sfnAreas="AREAS"
+sfnAreasDescription="һе."
+sfnASC="ASC"
+sfnASCDescription="ȫ(˫ֽ)ӢĸƬ滻ΪӦİ(ֽ)ַ."
+sfnAsin="ASIN"
+sfnAsinDescription="ػ."
+sfnAsinh="ASINH"
+sfnAsinhDescription="ط˫."
+sfnAtan="ATAN"
+sfnAtan2="ATAN2"
+sfnAtan2Description="ʹָXY귵ֵ."
+sfnAtanDescription="ֵ."
+sfnAtanh="ATANH"
+sfnAtanhDescription="ط˫ֵ."
+sfnAveDev="AVEDEV"
+sfnAveDevDescription="һֵϵǵƽֵľƫƽֵ.ֵǶݼԵһֺ."
+sfnAverage="AVERAGE"
+sfnAverageA="AVERAGEA"
+sfnAverageADescription="зǿյԪֵƽֵ."
+sfnAverageDescription="һֵϵеƽֵ."
+sfnAverageIF="AVERAGEIF"
+sfnAverageIFDescription="صԪΧзضĵԪƽֵ(ƽֵ)."
+sfnAverageIFS="AVERAGEIFS"
+sfnAverageIFSDescription="з϶ĵԪƽֵ(ƽֵ)."
+sfnBahtTextDescription="תΪı,ʹ "̩ "Ҹʽ."
+sfnBase="BASE"
+sfnBaseDescription="һתΪָ(С)ıʾ."
+sfnBathText="BAHTTEXT"
+sfnBesselI="BESSELI"
+sfnBesselJ="BESSELJ"
+sfnBesselK="BESSELK"
+sfnBesselY="BESSELY"
+sfnBeta_Dist="BETA.DIST"
+sfnBeta_DistDescription="ۻĦ¸ܶȷֲ.·ֲоһضָ(Ϊٷֱ)ڲͬеı仯Ǻõ."
+sfnBeta_Inv="BETA.INV"
+sfnBeta_InvDescription="ָ·ֲʵۻ¸ܶȺֵ."
+sfnBetaDist="BETADIST"
+sfnBetaDistDescription="ۻĦ¸ܶȺ.ֲоضָ(Ϊٷֱ)ڲͬеı仯dz."
+sfnBetaInv="BETAINV"
+sfnBetaInvDescription="ָ·ֲʵۻ¸ܶȺֵ. \n"
+sfnBin2Dec="BIN2DEC"
+sfnBin2Hex="BIN2HEX"
+sfnBin2Oct="BIN2OCT"
+sfnBinom_Dist="BINOM.DIST"
+sfnBinom_Dist_Range="BINOM.DIST.RANGE"
+sfnBinom_Dist_RangeDescription="ͨʹöֲһĸ."
+sfnBinom_DistDescription="ظֲ.һ̶Ķ,ЩĽֻdzɹʧ,ǰdzɹĸв仯."
+sfnBinom_Inv="BINOM.INV"
+sfnBinom_InvDescription="ۻֲڻһֵСֵ."
+sfnBinomDist="BINOMDIST"
+sfnBinomDistDescription="صֲ. ʵгɹĸʲ,ʹô˺ֻܵ³ɹʧܵĻĶ. "
+sfnBitAnd="BITAND"
+sfnBitLShift="BITLSHIFT"
+sfnBitOr="BITOR"
+sfnBitRShift="BITRSHIFT"
+sfnBitXor="BITXOR"
+sfnCategoryCommon="ͨ"
+sfnCategoryCompatibility=""
+sfnCategoryCube=""
+sfnCategoryDatabase="ݿ"
+sfnCategoryDateTime="ںʱ"
+sfnCategoryEngineering=""
+sfnCategoryFinancial=""
+sfnCategoryInformation="Ϣ"
+sfnCategoryLogical=""
+sfnCategoryLookupAndReference="Һ"
+sfnCategoryMath="ѧǺ"
+sfnCategoryStatistical="ͳ"
+sfnCategoryText="ı"
+sfnCeiling="CEILING"
+sfnCeiling_Math="CEILING.MATH"
+sfnCeiling_MathDescription="һ뵽ӽӽı."
+sfnCeiling_Precise="CEILING.PRECISE"
+sfnCeiling_PreciseDescription="һ뵽ӽӽı."
+sfnCeilingDescription="ָҪ,ֵ뵽ӽı."
+sfnCell="CELL"
+sfnCellDescription="йصԪĸʽλûݵϢ."
+sfnChar="CHAR"
+sfnCharDescription="ַָyһ.ʹCHARܴ͵ļļеõĴҳ뷭ַ."
+sfnChiDist="CHIDIST"
+sfnChiDistDescription="ؿֲ˫β.ijָʵеı仯."
+sfnChiInv="CHIINV"
+sfnChiInvDescription="㿨ֲβʵֵ."
+sfnChiSQ_Dist="CHISQ.DIST"
+sfnChiSQ_Dist_RT="CHISQ.DIST.RT"
+sfnChiSQ_Dist_RTDescription="chi-squaredֲβ.ijָʵеı仯."
+sfnChiSQ_DistDescription="chi-squaredֲ,ͨоضָڲͬеİٷֱȱ仯."
+sfnChiSQ_Inv="CHISQ.INV"
+sfnChiSQ_Inv_RT="CHISQ.INV.RT"
+sfnChiSQ_Inv_RTDescription="㿨ֲβʵֵ."
+sfnChiSQ_InvDescription="chi-squaredֲβʵֵ."
+sfnChiSQ_Test="CHISQ.TEST"
+sfnChiSQ_TestDescription="ضԵļ,ΪͳʵɶȵĿֲֵ.ȷضļǷʵ֤."
+sfnChiTest="CHITEST"
+sfnChiTestDescription="ضԵļ,ΪͳʵɶȵĿֲֵ.ȷָļǷʵ֤."
+sfnChoose="CHOOSE"
+sfnChooseDescription="ֵбзһֵ.ʹŴֵָѡһ."
+sfnClean="CLEAN"
+sfnCleanDescription="ɾıвɴӡַ.ԴӦóİڲϵͳдӡַı,ʹCLEAN."
+sfnCode="CODE"
+sfnCodeDescription="һıַеһִַ.صĴļʹõַӦ."
+sfnColumn="COLUMN"
+sfnColumnDescription="һõк."
+sfnColumns="COLUMNS"
+sfnColumnsDescription="һе."
+sfnCombin="COMBIN"
+sfnCombinA="COMBINA"
+sfnCombinADescription="ָĿ(ظ)."
+sfnCombinDescription="ָĿ."
+sfnComplex="COMPLEX"
+sfnConcatenate="CONCATENATE"
+sfnConcatenateDescription="ıַӳһıַ."&"Ʒ."
+sfnConfidence="CONFIDENCE"
+sfnConfidence_Norm="CONFIDENCE.NORM"
+sfnConfidence_NormDescription="ʹֲ̬˿ƽֵ."
+sfnConfidence_T="CONFIDENCE.T"
+sfnConfidence_TDescription="ʹѧTͷֲ˿ƽֵ. \n"
+sfnConvert="CONVERT"
+sfnCorrel="CORREL"
+sfnCorrelDescription="ֵָ֮ϵ.ʹȷݼ֮Ĺϵ."
+sfnCos="COS"
+sfnCosDescription="ֵ."
+sfnCosh="COSH"
+sfnCoshDescription="˫."
+sfnCot="COT"
+sfnCotDescription="ֵ."
+sfnCoth="COTH"
+sfnCothDescription="˫."
+sfnCount="COUNT"
+sfnCountA="COUNTA"
+sfnCountADescription="ָԪΧڷǿյԪ."
+sfnCountBlank="COUNTBLANK"
+sfnCountBlankDescription="ָԪΧڿհԪ."
+sfnCountDescription="ذֵĵԪֵָ."
+sfnCountIF="COUNTIF"
+sfnCountIFDescription="ָΧڷضĵԪ."
+sfnCountIFS="COUNTIFS"
+sfnCountIFSDescription="ָΧڷ϶ĵԪ."
+sfnCoupDayBS="COUPDAYBS"
+sfnCoupDayBSDescription="شϢƱڿʼյ."
+sfnCoupDays="COUPDAYS"
+sfnCoupDaysDescription="ذڵϢƱڵ."
+sfnCoupDaysNC="COUPDAYSNC"
+sfnCoupDaysNCDescription="شӽյһƱյ."
+sfnCoupIPMT="CUMIPMT"
+sfnCoupIPMTDescription="ָʱ֧֮ۼϢ."
+sfnCoupNCD="COUPNCD"
+sfnCoupNCDDescription="ؽ֮һƱ."
+sfnCoupNum="COUPNUM"
+sfnCoupNumDescription="ؽպ͵֮Ӧ֧ϢƱ."
+sfnCoupPCD="COUPPCD"
+sfnCoupPCDDescription="ؽ֮ǰǰһϢƱ."
+sfnCoupRINC="CUMPRINC"
+sfnCoupRINCDescription="ضʱ,һ֧ۼƱ."
+sfnCovar="COVAR"
+sfnCovarDescription="ָÿһֵƫ˻ƽֵ(Э).ȷֵ֮Ĺϵ."
+sfnCovariance_P="COVARIANCE.P"
+sfnCovariance_PDescription="ֵָϵÿһֵƫ˻˿ƽֵ(˿Э)."
+sfnCovariance_S="COVARIANCE.S"
+sfnCovariance_SDescription="ֵָϵÿһֵƫ˻(Э)ƽֵ."
+sfnCritBinom="CRITBINOM"
+sfnCritBinomDescription="ۻֲڻһضֵֵ."
+sfnCsc="CSC"
+sfnCscDescription="."
+sfnCsch="CSCH"
+sfnCschDescription="˫."
+sfnCubeKPIMember="CUBEKPIMEMBER"
+sfnCubeMember="CUBEMEMBER"
+sfnCubeMemberProperty="CUBEMEMBERPROPERTY"
+sfnCubeRankedMember="CUBERANKEDMEMBER"
+sfnCubeSet="CUBESET"
+sfnCubeSetCount="CUBESETCOUNT"
+sfnCubeValue="CUBEVALUE"
+sfnDate="DATE"
+sfnDateDescription="Ӧָڵк."
+sfnDateValue="DATEVALUE"
+sfnDateValueDescription="ָΪıַתΪӦк."
+sfnDAverage="DAVERAGE"
+sfnDay="DAY"
+sfnDayDescription="һкתΪӦ()."
+sfnDays="DAYS"
+sfnDays360="DAYS360"
+sfnDays360Description="ָ֮,360(1230),һЩƼʹ."
+sfnDaysDescription="ָ֮."
+sfnDB="DB"
+sfnDBCS="DBCS"
+sfnDBCSDescription="Ӧȫ(˫ֽ)ַ滻(ֽ)ӢַƬ."
+sfnDBDescription="ͨʹù̶ݼ,һʲضʱڵ۾."
+sfnDCount="DCOUNT"
+sfnDCountA="DCOUNTA"
+sfnDDB="DDB"
+sfnDDBDescription="ͨʹ˫ݼָ,ijʲָʱڵ۾ɶ."
+sfnDec2Bin="DEC2BIN"
+sfnDec2Hex="DEC2HEX"
+sfnDec2Oct="DEC2OCT"
+sfnDecimal="DECIMAL"
+sfnDecimalDescription="ʹָĻ(С)һֵıʾתΪһ."
+sfnDegrees="DEGREES"
+sfnDegreesDescription="תΪ."
+sfnDelta="DELTA"
+sfnDevSQ="DEVSQ"
+sfnDevSQDescription="еƫƽֵƽ֮."
+sfnDGet="DGET"
+sfnDisc="DISC"
+sfnDiscDescription="һ֤ȯ."
+sfnDMax="DMAX"
+sfnDMin="DMIN"
+sfnDollar="DOLLAR"
+sfnDollarDe="DOLLARDE"
+sfnDollarDeDescription="ʾΪԪ۸תɱʾΪСԪ۸."
+sfnDollarDescription="ʹûҸʽ$#,##0.00_);($#,##0.00)תΪı,С뵽ָλ."
+sfnDollarFr="DOLLARFR"
+sfnDollarFrDescription="СʾԪ۸תΪԷʾԪ۸."
+sfnDProduct="DPRODUCT"
+sfnDStDev="DSTDEV"
+sfnDStDevP="DSTDEVP"
+sfnDSum="DSUM"
+sfnDuration="DURATION"
+sfnDurationDescription="ضڸϢ֤ȯ."
+sfnDVar="DVAR"
+sfnDVarP="DVARP"
+sfnEDate="EDATE"
+sfnEDateDescription="ڿʼ֮ǰָ֮к."
+sfnEffect="EFFECT"
+sfnEffectDescription="ʵ."
+sfnEOMonth="EOMONTH"
+sfnEOMonthDescription="ָ֮ǰ֮һк."
+sfnERF="ERF"
+sfnERF_Precise="ERF.PRECISE"
+sfnERFC="ERFC"
+sfnERFC_Precise="ERFC.PRECISE"
+sfnError_Type="ERROR.TYPE"
+sfnError_TypeDescription="һָӦ."
+sfnEven="EVEN"
+sfnEvenDescription="ֵָ뵽ӽż."
+sfnExact="EXACT"
+sfnExactDescription="Ƚıַ,ȫͬTRUE,FALSE.EXACTǴСде,˸ʽϵIJ.ʹEXACT뵽ĵеı."
+sfnExp="EXP"
+sfnExpDescription="ֵָָ."
+sfnExpon_Dist="EXPON.DIST"
+sfnExpon_DistDescription="ֲָ.Ҫ̳ʱĸ,õ."
+sfnExponDist="EXPONDIST"
+sfnExponDistDescription="ֲָ.Ҫ̳ʱĸ,õ."
+sfnF_Dist="F.DIST"
+sfnF_Dist_RT="F.DIST.RT"
+sfnF_Dist_RTDescription="βFʷֲ.ҪʶݼǷв̶ͬȵĶ,."
+sfnF_DistDescription="Fʷֲ."
+sfnF_Inv="F.INV"
+sfnF_Inv_RT="F.INV.RT"
+sfnF_Inv_RTDescription="βFʷֲķֵ.FʹüȽݼı仯̶."
+sfnF_InvDescription="Fʷֲֵ."
+sfnF_Test="F.TEST"
+sfnF_TestDescription="ֵָ()F,зƵ˫β."
+sfnFact="FACT"
+sfnFactDescription="ؽ׳."
+sfnFactDouble="FACTDOUBLE"
+sfnFactDoubleDescription="˫׳."
+sfnFalse=""
+sfnFalseDescription="ֵFALSE."
+sfnFDist="FDIST"
+sfnFDistDescription="βFʷֲ.ҪʶݼǷв̶ͬȵĶ,."
+sfnFind="FIND"
+sfnFindB="FINDB"
+sfnFindBDescription="ڵڶıжλһı,صһıʼλڶıĵһַ.˫ֽڵİ汾."
+sfnFindDescription="ڵڶıжλһı,صһıʼλڶıĵһַ.ֽڰ汾."
+sfnFInv="FINV"
+sfnFInvDescription="βFʷֲķֵ.FʹüȽݼı仯̶."
+sfnFisher="FISHER"
+sfnFisherDescription="Fisher任."
+sfnFisherInv="FISHERINV"
+sfnFisherInvDescription="Fisher任ֵ."
+sfnFixed="FIXED"
+sfnFixedDescription="һλɵڶС,ַʽ.ָǷַʡԶ."
+sfnFloor="FLOOR"
+sfnFloor_Math="FLOOR.MATH"
+sfnFloor_MathDescription="뵽ӽӽı."
+sfnFloor_Precise="FLOOR.PRECISE"
+sfnFloor_PreciseDescription="һ뵽ӽӽı."
+sfnFloorDescription="ֵ뵽ӽָı."
+sfnForecast="FORECAST"
+sfnForecastDescription="ͨʹеXYֵ,ԤһƵδֵ."
+sfnFormulaText="FORMULATEXT"
+sfnFormulaTextDescription="ָʽʽıʾ."
+sfnFrequency="FREQUENCY"
+sfnFrequencyDescription="ƵʷֲΪһֱ鷵."
+sfnFTest="FTEST"
+sfnFTestDescription="ֵָ()F,зƵ˫β."
+sfnFV="FV"
+sfnFVDescription="㶨ں㶨ͺ㶨ʵͶʵδֵ."
+sfnFVSchedule="FVSCHEDULE"
+sfnFVScheduleDescription="Ӧһϵиʺ,سʼδֵ."
+sfnGamma="GAMMA"
+sfnGamma_Dist="GAMMA.DIST"
+sfnGamma_DistDescription="٤ֲ.оһϵпܾƫֲ̬.٤ֲͨŶӷ."
+sfnGamma_Inv="GAMMA.INV"
+sfnGamma_InvDescription="٤ۻֲֵ.٤ֲоƫֲֵ̬."
+sfnGammaDescription="Gammaֵ."
+sfnGammaDist="GAMMADIST"
+sfnGammaDistDescription="٤ֲ.оһϵпܾƫֲ̬.٤ֲͨŶӷ."
+sfnGammaInv="GAMMAINV"
+sfnGammaInvDescription=" ٤ۻֲֵ.٤ֲоƫֲֵ̬. سηֲ,ضС˿ڳɹ˿ڹģ,ָɹĸ. "
+sfnGammaLn="GAMMALN"
+sfnGammaLn_Precise="GAMMALN.PRECISE"
+sfnGammaLn_PreciseDescription="GammaȻ(һ߾ȵİ汾)."
+sfnGammaLnDescription="GammaȻ."
+sfnGauss="GAUSS"
+sfnGaussDescription="̬˿еһԱƽֵƽֵZ֮ĸ."
+sfnGCD="GCD"
+sfnGCDDescription="ֵ."
+sfnGeomean="GEOMEAN"
+sfnGeomeanDescription="һļƽֵ."
+sfnGestep="GESTEP"
+sfnGetPivotData="GETPIVOTDATA"
+sfnGetPivotDataDescription="ش洢Pivot Tableе."
+sfnGrowth="GROWTH"
+sfnGrowthDescription="ͨʹֵ֪Ԥָ."
+sfnHarmean="HARMEAN"
+sfnHarmeanDescription="һϵֵгƽ.ƽֵǵƽֵĵ."
+sfnHex2Bin="HEX2BIN"
+sfnHex2Dec="HEX2DEC"
+sfnHex2Oct="HEX2OCT"
+sfnHLookup="HLOOKUP"
+sfnHLookupDescription="ڵһвһֵ,һзͬһеһֵ."
+sfnHour="HOUR"
+sfnHourDescription="һкתΪӦСʱ."
+sfnHyperlink="HYPERLINK"
+sfnHyperlinkDescription="һ."
+sfnHypgeom_Dist="HYPGEOM.DIST"
+sfnHypgeom_DistDescription="سηֲ,ضС˿ڳɹ˿ڹģ,ָɹĸ."
+sfnHypgeomDist="HYPGEOMDIST"
+sfnHypgeomDistDescription="سηֲ,ضС˿ڳɹ˿ڹģ,ָɹĸ."
+sfnIF="IF"
+sfnIFDescription="ִһ,ݲԽֵָеκһ."
+sfnIfError="IFERROR"
+sfnIfErrorDescription="ָĹʽʽǷд,ִ,ֵǴ."
+sfnIfNA="IFNA"
+sfnIfNADescription="ָĹʽʽǷ#N/A벢ֵ."
+sfnImAbs="IMABS"
+sfnImAginary="IMAGINARY"
+sfnImArgument="IMARGUMENT"
+sfnImConjugate="IMCONJUGATE"
+sfnImCos="IMCOS"
+sfnImCosh="IMCOSH"
+sfnImCot="IMCOT"
+sfnImCsc="IMCSC"
+sfnImCsch="IMCSCH"
+sfnImDiv="IMDIV"
+sfnImExp="IMEXP"
+sfnImLn="IMLN"
+sfnImLog10="IMLOG10"
+sfnImLog2="IMLOG2"
+sfnImPower="IMPOWER"
+sfnImProduct="IMPRODUCT"
+sfnImReal="IMREAL"
+sfnImSec="IMSEC"
+sfnImSech="IMSECH"
+sfnImSin="IMSIN"
+sfnImSinh="IMSINH"
+sfnImSqrt="IMSQRT"
+sfnImSub="IMSUB"
+sfnImSum="IMSUM"
+sfnImTan="IMTAN"
+sfnIndex="INDEX"
+sfnIndexDescription="رеһԪصֵ,ͨкеıѡ."
+sfnIndirect="INDIRECT"
+sfnIndirectDescription="ıַָ."
+sfnInfo="INFO"
+sfnInfoDescription="йصǰϢ."
+sfnInt="INT"
+sfnIntDescription="ֵ뵽ӽ."
+sfnIntercept="INTERCEPT"
+sfnInterceptDescription="֪ͨXYֵ,ֱYཻĵ.ؾǻֵ֪ͨԻƵϻع."
+sfnIntRate="INTRATE"
+sfnIntRateDescription="ȫͶ֤ȯ."
+sfnIPMT="IPMT"
+sfnIPMTDescription="һͶһʱڵϢ֧,ں㶨֧ͺ㶨."
+sfnIRR="IRR"
+sfnIRRDescription="һϵֽڲ."
+sfnIsBlank="ISBLANK"
+sfnIsBlankDescription="Ԫǿյ,TRUE."
+sfnIsErr="ISERR"
+sfnIsErrDescription="Ԫ#N/Aκδ,TRUE."
+sfnIsError="ISERROR"
+sfnIsErrorDescription="Ԫκδ(#N/A,#VALUE!,#REF!,#DIV/0!,#NUM!,#NAME?,#NULL!),TRUE."
+sfnIsEven="ISEVEN"
+sfnIsEvenDescription="ż,TRUE."
+sfnIsFormula="ISFORMULA"
+sfnIsFormulaDescription="õԪһʽʽ,TRUE."
+sfnIsLogical="ISLOGICAL"
+sfnIsLogicalDescription="ֵָָһֵ,TRUE."
+sfnIsNA="ISNA"
+sfnIsNADescription="Ԫ#N/A(һֵ)Ĵ,TRUE."
+sfnIsNonText="ISNONTEXT"
+sfnIsNonTextDescription="Ԫı,TRUE.ڿհԪTRUE."
+sfnIsNumber="ISNUMBER"
+sfnIsNumberDescription="Ԫһ,TRUE."
+sfnIso_Ceiling="ISO.CEILING"
+sfnIso_CeilingDescription="ֵ뵽ӽӽҪ.úǽֵָ."
+sfnIsOdd="ISODD"
+sfnIsOddDescription=",TRUE."
+sfnIsoWeekNum="ISOWEEKNUM"
+sfnIsoWeekNumDescription="ָܵISO."
+sfnIsPMT="ISPMT"
+sfnIsPMTDescription="һͶضʱ֧Ϣ."
+sfnIsRef="ISREF"
+sfnIsRefDescription="Ԫһ,TRUE."
+sfnIsText="ISTEXT"
+sfnIsTextDescription="ָĵԪı,TRUE."
+sfnKurt="KURT"
+sfnKurtDescription="һϵֵķ.ȱһֲֲ̬ȵԷֵƽ̹.ķȱʾһԷֵķֲ.ķȶӦһƽ̹ķֲ."
+sfnLarge="LARGE"
+sfnLargeDescription="һϵֵеĵKֵ."
+sfnLCM="LCM"
+sfnLCMDescription="ֵС."
+sfnLeft="LEFT"
+sfnLeftB="LEFTB"
+sfnLeftBDescription="һıַеĵһַ.ڶҪȡַ.˫ֽڵİ汾."
+sfnLeftDescription="һıַеĵһַ.ڶҪȡַ.ֽڰ汾."
+sfnLen="LEN"
+sfnLenB="LENB"
+sfnLenBDescription="ָıַij,λַ.˫ֽڵİ汾."
+sfnLenDescription="ָıַij,λַ.ֽڵİ汾."
+sfnLinest="LINEST"
+sfnLinestDescription="ͨʹ "С˷ "һֱߵͳ,Լʺݵֱ,һֱߵ."
+sfnLn="LN"
+sfnLnDescription="Ȼ."
+sfnLog="LOG"
+sfnLog10="LOG10"
+sfnLog10Description="ظֵĻ-10Ķ."
+sfnLogDescription="ظֵĶָĻ."
+sfnLogest="LOGEST"
+sfnLogestDescription="һʺݵָ,һߵֵ.麯ڻعʹ."
+sfnLogInv="LOGINV"
+sfnLogInvDescription="̬ۻֲķֵ."
+sfnLogNorm_Dist="LOGNORM.DIST"
+sfnLogNorm_DistDescription="ۻֲ̬."
+sfnLogNorm_Inv="LOGNORM.INV"
+sfnLogNorm_InvDescription="̬ۻֲķֵ."
+sfnLogNormDist="LOGNORMDIST"
+sfnLogNormDistDescription="ۻֲ̬."
+sfnLookup="LOOKUP"
+sfnLookupDescription="ͨҵλõĵԪзһֵ."
+sfnLower="LOWER"
+sfnLowerDescription="һıַתΪСд."
+sfnMatch="MATCH"
+sfnMatchDescription="һԪΧһָĿ,ظĿڸ÷Χڵλ."
+sfnMax="MAX"
+sfnMaxA="MAXA"
+sfnMaxADescription="еֵ,ֵıֵ."
+sfnMaxDescription="һеֵ."
+sfnMDeterm="MDETERM"
+sfnMDetermDescription="ָʽ."
+sfnMDuration="MDURATION"
+sfnMDurationDescription="ؼֵΪ100Ԫ֤ȯMacauley."
+sfnMedian="MEDIAN"
+sfnMedianDescription="һϵֵλ."
+sfnMid="MID"
+sfnMidB="MIDB"
+sfnMidBDescription="ָıַӴ.˫ֽڵİ汾."
+sfnMidDescription="ָıַӴ.ֽڵİ汾."
+sfnMin="MIN"
+sfnMinA="MINA"
+sfnMinADescription="еСֵ,ֵıֵ."
+sfnMinDescription="һеСֵ."
+sfnMinute="MINUTE"
+sfnMinuteDescription="һкתΪӦķ."
+sfnMInverse="MINVERSE"
+sfnMInverseDescription="ش洢ָеľ."
+sfnMIRR="MIRR"
+sfnMIRRDescription="һϵжֽڲ,ͶʳɱֽͶʵϢ."
+sfnMMult="MMULT"
+sfnMMultDescription="ľ˻."
+sfnMod="MOD"
+sfnModDescription="һֳָһֺ."
+sfnMode="MODE"
+sfnMode_Mult="MODE.MULT"
+sfnMode_MultDescription="һֱ,ֵ(ظ)ֵ."
+sfnMode_SNGL="MODE.SNGL"
+sfnMode_SNGLDescription="һֵģʽ,ֵָ(ظ)ֵ."
+sfnModeDescription="һֵģʽ,ֵָ(ظ)ֵ."
+sfnMonth="MONTH"
+sfnMonthDescription="һкתΪӦ·."
+sfnMRound="MROUND"
+sfnMRoundDescription="һֵ뵽ָı."
+sfnMultiNomial=""
+sfnMultiNomialDescription="һֵĶʽ."
+sfnMultiNominal="MULTINOMIAL"
+sfnMUnit="MUNIT"
+sfnMUnitDescription="ָάȵĵλ."
+sfnN="N"
+sfnNA="NA"
+sfnNADescription="ش#N/A."
+sfnNDescription="һתΪֵֵ."
+sfnNegBinom_Dist="NEGBINOM.DIST"
+sfnNegBinom_DistDescription="ظֲ,Ҳ˵,ڳɹʲ,ڴﵽɹֵ֮ǰ,ضʧܵĸ."
+sfnNegBinomDist="NEGBINOMDIST"
+sfnNegBinomDistDescription="ظֲ,Ҳ˵,ڳɹʲ,ڴﵽɹֵ֮ǰ,ضʧܵĸ."
+sfnNetworkDays="NETWORKDAYS"
+sfnNetworkDays_Intl="NETWORKDAYS.INTL"
+sfnNetworkDays_IntlDescription="ָ֮յ."
+sfnNetworkDaysDescription="ܶڼضµĹۻĹԱ."
+sfnNominal="NOMINAL"
+sfnNominalDescription="."
+sfnNorm_Dist="NORM.DIST"
+sfnNorm_DistDescription="ָƽֵͱֲ̬.ͳѧб㷺ʹ,."
+sfnNorm_Inv="NORM.INV"
+sfnNorm_InvDescription="ָƽͱֲ̬ķֵ."
+sfnNorm_S_Dist="NORM.S.DIST"
+sfnNorm_S_DistDescription="ر̬ۻֲ.ֲƽֵͱƫֱΪ01."
+sfnNorm_S_Inv="NORM.S.INV"
+sfnNorm_S_InvDescription="̬ۻֲķֵ.ֲƽֵͱֱΪ01."
+sfnNormDist="NORMDIST"
+sfnNormDistDescription="ָƽֵͱֲֲ̬.ͳѧб㷺ʹ,."
+sfnNormInv="NORMINV"
+sfnNormInvDescription="ָƽͱֲ̬ķֵ."
+sfnNormSDist="NORMSDIST"
+sfnNormSDistDescription="ر̬ۻֲ.ֲƽֵͱƫֱΪ01."
+sfnNormSInv="NORMSINV"
+sfnNormSInvDescription="̬ۻֲķֵ.ֲƽֵͱֱΪ01."
+sfnNot="NOT"
+sfnNotDescription="ִϵķ."
+sfnNow="NOW"
+sfnNowDescription="ǰʱΪһ/ʱֵ."
+sfnNPer="NPER"
+sfnNPerDescription="ؾжں㶨ͺ㶨ʵͶʵ."
+sfnNPV="NPV"
+sfnNPVDescription="ṩʺһϵеδ,һͶʵľֵ."
+sfnNumberValue="NUMBERVALUE"
+sfnNumberValueDescription="ʹöڱص㷨ıתΪ."
+sfnOct2Bin="OCT2BIN"
+sfnOct2Dec="OCT2DEC"
+sfnOct2Hex="OCT2HEX"
+sfnOdd="ODD"
+sfnOddDescription="ֵ뵽ӽ."
+sfnOddFPrice="ҩƷ۸ָ"
+sfnOddFPriceDescription="Ϊ֤ȯÿ100Ԫֵļ۸."
+sfnOddFYield="չѵ"
+sfnOddFYieldDescription="صһΪ֤ȯ."
+sfnOddLPrice="ODDLPRICE"
+sfnOddLPriceDescription="ؾ֤ȯÿ100Ԫֵļ۸."
+sfnOddLYield="ODDLYIELD"
+sfnOddLYieldDescription="Ϊ֤ȯ."
+sfnOddPrice="ODDFPRICE"
+sfnOffset="OFFSET"
+sfnOffsetDescription="ضһԪԪָ."
+sfnOr="OR"
+sfnOrDescription="ִOR."
+sfnParamArray=""
+sfnParamValue="ֵ"
+sfnPDuration="PDURATION"
+sfnPDurationDescription="һͶʴﵽֵָ."
+sfnPearson="PEARSON"
+sfnPearsonDescription="Ƥѷ˻ϵ(R),һߴָ,Χ-1.01.0֮,,ӳݼ֮Թϵ̶."
+sfnPercentile="PERCENTILE"
+sfnPercentile_Exc="PERCENTILE.EXC"
+sfnPercentile_ExcDescription="һֵĵKٷλ,K01֮ķΧ,."
+sfnPercentile_Inc="PERCENTILE.INC"
+sfnPercentile_IncDescription="һֵĵKٷֵ."
+sfnPercentileDescription="һֵĵKٷֵ."
+sfnPercentRank="PERCENTRANK"
+sfnPercentRank_Exc="PERCENTRANK.EXC"
+sfnPercentRank_ExcDescription="һݼһֵĵȼ,Ϊһݼİٷֱ(0...1,)."
+sfnPercentRank_Inc="PERCENTRANK.INC"
+sfnPercentRank_IncDescription="ֵָһеİٷֱȵȼ."
+sfnPercentRankDescription="ֵָһеİٷֱȵȼ."
+sfnPermut="PERMUT"
+sfnPermutationA="PERMUTATIONA"
+sfnPermutationADescription="ָĶ(ظ)ϵ,ЩϿԴܵĶѡ."
+sfnPermutDescription="ָĶϵ."
+sfnPHI="PHI"
+sfnPHIDescription="رֲ̬ܶȺֵ."
+sfnPhonetic="PHONETIC"
+sfnPhoneticDescription="һıַȡ(furigana)ַ."
+sfnPi="PI"
+sfnPiDescription="Piֵ."
+sfnPMT="PMT"
+sfnPMTDescription="ٴĸ,ṩֵָδֵ."
+sfnPoisson="POISSON"
+sfnPoisson_Dist="POISSON.DIST"
+sfnPoisson_DistDescription="زɷֲ,ͨԤضʱڷ¼."
+sfnPoissonDescription="زɷֲ,ͨԤضʱڷ¼."
+sfnPower="POWER"
+sfnPowerDescription="ֵߵָ."
+sfnPPMT="PPMT"
+sfnPPMTDescription="Ͷʵı֧,ں㶨֧ͺ㶨."
+sfnPrice="PRICE"
+sfnPriceDescription="֧Ϣ֤ȯÿ100Ԫֵļ۸."
+sfnPriceDisc="PRICEDISC"
+sfnPriceDiscDescription="֤ȯÿ100Ԫֵļ۸."
+sfnPriceMat="PRICEMAT"
+sfnPriceMatDescription="ÿ100Ԫֵ֤ȯļ۸,֤ȯڵ֧Ϣ."
+sfnProb="PROB"
+sfnProbDescription="һΧڵֵ֮ĸ."
+sfnProduct="PRODUCT"
+sfnProductDescription="вֵ˲س˻."
+sfnProper="PROPER"
+sfnProperDescription="ıеĵһĸκηĸĸд.ĸתΪСд."
+sfnPV="PV"
+sfnPVDescription="һͶʵֵ(һϵδڵļֵܶ)."
+sfnQuartile="QUARTILE"
+sfnQuartile_Exc="QUARTILE.EXC"
+sfnQuartile_ExcDescription="һϵֵķλ,01֮İٷλ,."
+sfnQuartile_Inc="QUARTILE.INC"
+sfnQuartile_IncDescription="һϵֵķ֮һ."
+sfnQuartileDescription="һϵֵķ֮һ."
+sfnQuotient="QUOTIENT"
+sfnQuotientDescription="."
+sfnRadians="RADIANS"
+sfnRadiansDescription="תΪ."
+sfnRand="RAND"
+sfnRandBetween="RANDBETWEEN"
+sfnRandBetweenDescription="һָΧڵ."
+sfnRandDescription="һΧ01֮,."
+sfnRank="RANK"
+sfnRank_Avg="RANK.AVG"
+sfnRank_AvgDescription="һָһϵֵеĵȼ.ֵĵȼ(С)беֵԵ.һϵֵͬĵȼ,úƽȼ."
+sfnRank_Eq="RANK.EQ"
+sfnRank_EqDescription="һָһϵֵеĵȼ.һֵԴֵĴС.õȼֵеıƥ."
+sfnRankDescription="һضһϵֵеĵȼ.һֵԴֵĴС.ȼֵһеƥ."
+sfnRate="RATE"
+sfnRateDescription="һʱڻָĴﵽĿͶʽ."
+sfnReceived="RECEIVED"
+sfnReceivedDescription="ȫͶʵ֤ȯڵʱյĽ."
+sfnReplace="REPLACE"
+sfnReplaceB="REPLACEB"
+sfnReplaceBDescription="ṩıСַλ,ָı滻ıַһ.˫ֽڵİ汾."
+sfnReplaceDescription="ṩıСַλ,ָı滻ıַһ.ֽڵİ汾."
+sfnRept="REPT"
+sfnReptDescription="ظıַض."
+sfnRight="RIGHT"
+sfnRightB="RIGHTB"
+sfnRightBDescription="һıַһַ.˫ֽڵİ汾."
+sfnRightDescription="һıַһַ.ֽڵİ汾."
+sfnRoman="ROMAN"
+sfnRomanDescription="תΪ(Ϊһıַ)."
+sfnRound="ROUND"
+sfnRoundDescription="һֵ뵽ָλ."
+sfnRoundDown="ROUNDDOWN"
+sfnRoundDownDescription="һֵΪ."
+sfnRoundUp="ROUNDUP"
+sfnRoundUpDescription="һֵλ."
+sfnRow="ROW"
+sfnRowDescription="һõк."
+sfnRows="ROWS"
+sfnRowsDescription="һûе."
+sfnRPI="RRI"
+sfnRRIDescription="һͶĵЧ."
+sfnRSQ="RSQ"
+sfnRSQDescription="ͨݵƤѷϵƽ."
+sfnRTD="RTD"
+sfnRTDDescription="֧COMԶijмʵʱ."
+sfnSearch="SEARCH"
+sfnSearchB="SEARCHB"
+sfnSearchBDescription="һıַһıַ.˫ֽڵİ汾."
+sfnSearchDescription="һıַһıַ.ֽڵİ汾."
+sfnSec="SEC"
+sfnSecDescription="ֵ."
+sfnSech="SECH"
+sfnSechDescription="˫."
+sfnSecond="SECOND"
+sfnSecondDescription="һкתΪӦ."
+sfnSeriesSum="SERIESSUM"
+sfnSeriesSumDescription="ػָϵݼ֮."
+sfnSheet="SHEET"
+sfnSheetDescription="رùı."
+sfnSheets="SHEETS"
+sfnSheetsDescription="е."
+sfnSign="SIGN"
+sfnSignDescription="ֵָķ."
+sfnSin="SIN"
+sfnSinDescription="ֵ."
+sfnSinh="SINH"
+sfnSinhDescription="˫."
+sfnSkew="SKEW"
+sfnSkew_P="SKEW.P"
+sfnSkew_PDescription="ػ˿ڵķֲƫȣһֲΧƽֵIJԳƳ̶ȵ."
+sfnSkewDescription="һֲƫ.ƫȱֲΧƽֵIJԳƳ̶."
+sfnSLN="SLN"
+sfnSLNDescription="һʲһʱڵֱ۾."
+sfnSlope="SLOPE"
+sfnSlopeDescription="Իعߵб."
+sfnSmall="SMALL"
+sfnSmallDescription="һϵֵеĵKСֵ"
+sfnSqrt="SQRT"
+sfnSqrtDescription="ƽ."
+sfnSqrtPi="SQRTPI"
+sfnSqrtPiDescription="Piƽֵָ."
+sfnStandardize="STANDARDIZE"
+sfnStandardizeDescription="һƽֵͱƫֵɵķֲĹһֵ. \n"
+sfnStDev="STDEV"
+sfnStDev_P="STDEV.P"
+sfnStDev_PDescription="Ϊֵ鴫ݵ˿ڼ.ʾһϵеֵƽֵ(ƽֵ)ķɢ̶."
+sfnStDev_S="STDEV.S"
+sfnStDev_SDescription="ֵָ(˿ڵһ)Ʊ.ʾһϵеֵƽֵ(ƽֵ)ķɢ̶."
+sfnStDevA="STDEVA"
+sfnStDevADescription="ָ(˿ڵһ)Ʊ,ֵıֵ."
+sfnStDevDescription="ֵָ(˿ڵһ)Ʊ.ʾһϵеֵƽֵ(ƽֵ)ķɢ̶."
+sfnStDevP="STDEVP"
+sfnStDevPA="STDEVPA"
+sfnStDevPADescription="ʽݵȫ˿ڼ,ֵıֵ."
+sfnStDevPDescription="ָΪֵ˿ڼ.ʾһϵеֵƽֵ(ƽֵ)ķɢ̶."
+sfnSTEYX="STEYX"
+sfnSTEYXDescription="ػعÿXԤYֵı.ǶԵXYԤĺ."
+sfnSubstitute="SUBSTITUTE"
+sfnSubstituteDescription="һַеһı滻һضı."
+sfnSubTotal="SUBTOTAL"
+sfnSubTotalDescription="һС."
+sfnSum="SUM"
+sfnSumDescription="ֵָ."
+sfnSumIF="SUMIF"
+sfnSumIFDescription="һзضֵ."
+sfnSumIFS="SUMIFS"
+sfnSumIFSDescription="һз϶ֵ."
+sfnSumProduct="SUMPRODUCT"
+sfnSumProductDescription="ָеӦֵ,Գ˻."
+sfnSumSQ="SUMSQ"
+sfnSumSQDescription="һϵеֵƽ."
+sfnSumX2MY2="SUMX2MY2"
+sfnSumX2MY2Description="ָӦƽֵIJֵ."
+sfnSumX2PY2="SUMX2PY2"
+sfnSumX2PY2Description="ָӦƽֵ."
+sfnSumXMY2="SUMXMY2"
+sfnSumXMY2Description="ָеӦֵIJֵƽ."
+sfnSYD="SYD"
+sfnSYDDescription="ijʲضʱڵ۾ܺ."
+sfnT="T"
+sfnT_Dist="T.DIST"
+sfnT_Dist_2T="T.DIST.2T"
+sfnT_Dist_2TDescription="˫βѧTֲ.Tֲٽֵ."
+sfnT_Dist_RT="T.DIST.RT"
+sfnT_Dist_RTDescription="βTͷֲ."
+sfnT_DistDescription="ѧTͷֲİٷֱȵ().TͷֲСݼļ."
+sfnT_Inv="T.INV"
+sfnT_Inv_2T="T.INV.2T"
+sfnT_Inv_2TDescription="ѧTֲ˫β."
+sfnT_InvDescription="ѧTֲTֵ,Ϊʺɶȵĺ."
+sfnT_Test="T.TEST"
+sfnT_TestDescription="ѧTصĸ."
+sfnTan="TAN"
+sfnTanDescription="ֵ."
+sfnTanh="TANH"
+sfnTanhDescription="˫."
+sfnTBillEq="TBILLEQ"
+sfnTBillEqDescription="عȯծȯֵ."
+sfnTBillPrice="TBILLPRICE"
+sfnTBillPriceDescription="عȯÿ100Ԫֵļ۸."
+sfnTBillYield="TBILLYIELD"
+sfnTBillYieldDescription="عȯ."
+sfnTDescription="ֵָָı."
+sfnTDist="TDIST"
+sfnTDistDescription="ѧTͷֲİٷֱȵ().TͷֲСݼļ."
+sfnText="TEXT"
+sfnTextDescription="һضֵγı."
+sfnTime="TIME"
+sfnTimeDescription="ָʱתΪӦк."
+sfnTimeValue="TIMEVALUE"
+sfnTimeValueDescription="һıʱʾתһ/ʱֵ."
+sfnTInv="TINV"
+sfnTInvDescription="ѧTֲ˫β."
+sfnToday="TODAY"
+sfnTodayDescription="뵱ǰڶӦк."
+sfnTranspose="TRANSPOSE"
+sfnTransposeDescription="һˮƽĵԪתΪһֱ,֮Ȼ."
+sfnTrend="TREND"
+sfnTrendDescription="Ƶֵ."
+sfnTrim="TRIM"
+sfnTrimDescription="ɾıепո,˵֮ĵո."
+sfnTrimMean="TRIMMEAN"
+sfnTrimMeanDescription="һϵֵڲƽֵ.úһмƽֵ,Ķ͵ײβͱų."
+sfnTrue=""
+sfnTrueDescription="ֵTRUE."
+sfnTrunc="TRUNC"
+sfnTruncDescription="ضֵָС."
+sfnTTest="TTEST"
+sfnTTestDescription="ѧTصĸ."
+sfnType="TYPE"
+sfnTypeDescription="ֵָ."
+sfnUniChar="UNICHAR"
+sfnUniCharDescription="UnicodeָӦַ."
+sfnUniCode="UNICODE"
+sfnUniCodeDescription="ָıַеһַӦĴ."
+sfnUpper="UPPER"
+sfnUpperDescription="һıַתΪдĸ."
+sfnValue="VALUE"
+sfnValueDescription="һıַתΪһֵ."
+sfnVar="VAR"
+sfnVar_P="VAR.P"
+sfnVar_PDescription="˿ڵķ,ָΪһֵ."
+sfnVar_S="VAR.S"
+sfnVar_SDescription="ֵָ(˿ڵһ)Ʒ."
+sfnVarA="VARA"
+sfnVarADescription="ָ(˿ڵһ)Ʒ,ֵıֵ."
+sfnVarDescription="ֵָ(˿ڵһ)Ʒ."
+sfnVarP="VARP"
+sfnVarPA="VARPA"
+sfnVarPADescription="ָΪ˿ڼ㷽,ֵıֵ."
+sfnVarPDescription="˿ڵķ,ָΪһֵ."
+sfnVDB="VDB"
+sfnVDBDescription="ͨʹõݼƽⷨijʲضʱڻʱڵ۾."
+sfnVLookup="VLOOKUP"
+sfnVLookupDescription="ڱĵһвһֵ,һзͬһеһֵ."
+sfnWeekDay="WEEKDAY"
+sfnWeekDayDescription="ֵָӦ."
+sfnWeekNum="WEEKNUM"
+sfnWeekNumDescription="ָڶӦ."
+sfnWeibull="WEIBULL"
+sfnWeibull_Dist="WEIBULL.DIST"
+sfnWeibull_DistDescription="ؿɿԷʹõWeibullֲ.һ豸MBTF(ƽϼʱ)."
+sfnWeibullDescription="ؿɿԷʹõWeibullֲ.һ豸MBTF(ƽϼʱ)."
+sfnWorkDay="WORKDAY"
+sfnWorkDay_Intl="WORKDAY.INTL"
+sfnWorkDay_IntlDescription="ָ֮ǰ֮к,ǵһԶļ."
+sfnWorkDayDescription="ʼٸյĹ.صڳʼ֮ǰ֮,ȡռķ"
+sfnXIRR="XIRR"
+sfnXIRRDescription="زһǶڵֽڲ."
+sfnXNPV="XNPV"
+sfnXNPVDescription="ֽľֵ,ñһǶڵ."
+sfnXor="XOR"
+sfnXorDescription="ֵָԻ."
+sfnYear="YEAR"
+sfnYearDescription="ضӦָݵк."
+sfnYearFrac="YEARFRAC"
+sfnYearFracDescription="ָ֮ķΧһķ."
+sfnYield="YIELD"
+sfnYieldDescription="֧Ϣ֤ȯ."
+sfnYieldDisc="YIELDDISC"
+sfnYieldDiscDescription="֤ȯʣ,ȯ."
+sfnYieldMat="YIELDMAT"
+sfnYieldMatDescription="ڵ֧Ϣ֤ȯ."
+sfnZ_Test="Z.TEST"
+sfnZ_TestDescription="Zصĵβ,ƽֵԴֵƽֵĸ."
+sfnZTest="ZTEST"
+sfnZTestDescription="Zصĵβ,ƽֵԴֵƽֵĸ."
+SHintCaption="ʾ"
+SHintText="Ԥʾ"
+SInvalidInteger="''%s'' һЧֵ."
+SMsgDlgAbort="&ֹ"
+SMsgDlgAll="&ȫ"
+SMsgDlgCancel="ȡ"
+SMsgDlgClose="&ر"
+SMsgDlgConfirm="ȷ"
+SMsgDlgError=""
+SMsgDlgHelp="&"
+SMsgDlgIgnore="&"
+SMsgDlgInformation="Ϣ"
+SMsgDlgNo="&"
+SMsgDlgNoToAll="&ȫ"
+SMsgDlgOK="ȷ"
+SMsgDlgRetry="&"
+SMsgDlgWarning=""
+SMsgDlgYes="&"
+SMsgDlgYesToAll="&ȫ"
+SShellDefaultModifiedStr=""
+SShellDefaultNameStr=""
+SShellDefaultSizeStr="ߴ"
+SShellDefaultTypeStr=""
+SXmlBadAttributeChar="''%s'', ʮֵ%s,һЧַ."
+SXmlBadDecimalEntity="ʮʵõЧ."
+SXmlBadDTDLocation="λ쳣DTD."
+SXmlBadHexEntity="ʮʵõЧ."
+SXmlBadNameChar="ַ''%s'',ʮֵ%s,ܰ."
+SXmlBadNamespaceDecl="Чռ."
+SXmlBadStartNameChar="ƿʼַ''%s'',ʮֵ%s."
+SXmlCanNotBindToReservedNamespace="ռ."
+SXmlCannotStartDocumentOnFragment="ʹConformanceLevel.FragmentWriteStartDocumentܵ."
+SXmlCannotWriteXmlDecl="д XML .XML ԽĵĿͷ."
+SXmlCDATAEndInText="ַв'']>''."
+SXmlCharEntityOverflow="ַʵõֵЧ."
+SXmlClosedOrError="дѹرջڴ״̬."
+SXmlConformanceLevelFragment="ȷ ConformanceLevel ñΪ ConformanceLevel.Fragment \nConformanceLevel.Auto,鹵ҪдһXMLƬ."
+SXmlDefaultException="һXML."
+SXmlDupAttributeName=""%s"һظ."
+SXmlDupXmlDecl="д XML .WriteStartDocument Ѿд."
+SXmlEmptyLocalName="ַЧı."
+SXmlEmptyName="ַЧ."
+SXmlEncodingSwitchAfterResetState="''encoding''''%s''Ч. \nencodingлResetState"
+SXmlExpectExternalOrClose="ҪⲿID, ''['' or ''>''."
+SXmlExpectingWhiteSpace="''%s''ȷı,Ӧǿո."
+SXmlExpectSubOrClose="һڲӼDOCTYPE."
+SXmlIndentCharsNotWhitespace="XmlWriterSettings.CheckCharacters XmlWriterSettings.NewLineOnAttributes ʱ \nXmlWriterSettings.%s ֻЧ XML հַ."
+SXmlInternalError="ڲ."
+SXmlInvalidCharacter="''%s'',ʮֵ%s,Чַ."
+SXmlInvalidCharInThisEncoding="ڻȡıЧַ."
+SXmlInvalidCharsInIndent="XmlWriterSettings.CheckCharactersΪTrueʱ,WriterSettings.%sֻаЧXMLıַ. %s"
+SXmlInvalidCommentChars="XMLܰ''--'',''-''һַ."
+SXmlInvalidHighSurrogateChar="Чĸߴַ(%s).һߴַһֵ,Χ(0xD800 - 0xDBFF)."
+SXmlInvalidNameCharsDetail=""%s"Чַ. %dַ,ʮֵ%s,ܰһ."
+SXmlInvalidNodeType="''%s''ЧXmlNodeType."
+SXmlInvalidOperation="ڸöĵǰ״̬,Ч."
+SXmlInvalidPIName="''%s''ЧĴָ."
+SXmlInvalidRootData="Ч."
+SXmlInvalidSurrogateMissingLowChar="Ч.ȱһʹַ."
+SXmlInvalidSurrogatePair=" (%s,%s) Ч.һߴַ (0xD800-0xDBFF) DZ \nʹַ (0xDC00-0xDFFF)."
+SXmlInvalidTextDecl="Чı."
+SXmlInvalidVersionNumber="汾''%s''Ч."
+SXmlInvalidXmlDecl="XMLЧ."
+SXmlInvalidXmlSpace=""%s"һЧxml:ֵ."
+SXmlLimitExceeded="ĵѳõ%s."
+SXmlMessageWithErrorPosition="%s %d,λ%d"
+SXmlMissingRoot="ȱٸԪ."
+SXmlMultipleRoots="Ԫ."
+SXmlNamespaceDeclXmlXmlns="ǰ''&s''ӳ䵽''xml''''xmlns''ռ."
+SXmlNonWhitespace="ֻʹÿհַ."
+SXmlNoRoot="ĵûиԪ."
+SXmlNoStartTag="ûXMLʼǿŵ."
+SXmlNotImplemented="δʵ."
+SXmlNotSupported="֧."
+SXmlPrefixForEmptyNs="ʹÿյռǰ."
+SXmlReadOnlyProperty="''%s''ֻ."
+SXmlRedefinePrefix="ǰ"%s"¶"%s""%s"ͬĿʼԪر."
+SXmlTagMismatchEx="''%1:s''е''%2:s''λõĿʼ''%0:s''''%3:s''ƥ."
+SXmlUnclosedQuote="DZպϵַ."
+SXmlUndefNamespace="ռ"%s"û."
+SXmlUnexpectedEndTag="Ľ."
+SXmlUnexpectedEOF=" %s ʱļβ."
+SXmlUnexpectedEOF1="ļβ."
+SXmlUnexpectedEOFInElementContent="ļβ.ûйرԪ: %s"
+SXmlUnexpectedTokenEx="''%s''ı.Ҫı''%s''."
+SXmlUnexpectedTokens2="''%s''ı.Ҫı''%s''''%s''."
+SXmlUnknownNs="''%s''һδռ."
+SXmlUserException="%s"
+SXmlWrongToken=" ord = %d ״̬ ord = %d ᵼЧ XML ĵ."
+SXmlXmlDeclNotFirst="XML.XMLĵеĵһڵ, \nǰ治ֿհַ."
+SXmlXmlnsPrefix="ǰ''xmlns''DZXMLʹõ."
+SXmlXmlPrefix="ǰ''xmlns''DZXMLʹõ,ֻӳ䵽ռ \n''http://www.w3.org/XML/1998/namespace''."
+USA_STR=""
+
+[Custom Resource Strings]
+CHINA_STR="China"
+USA_STR="USA"
+