123456789101112131415161718192021 |
- <?xml version='1.0' encoding='utf-8'?>
- <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="LayerProperty.Properties" GeneratedClassName="Settings">
- <Profiles />
- <Settings>
- <Setting Name="btnOK" Type="System.String" Scope="User">
- <Value Profile="(Default)">确定</Value>
- </Setting>
- <Setting Name="btnCancel" Type="System.String" Scope="User">
- <Value Profile="(Default)">取消</Value>
- </Setting>
- <Setting Name="btnApply" Type="System.String" Scope="User">
- <Value Profile="(Default)">应用</Value>
- </Setting>
- <Setting Name="btnAbandonModify" Type="System.String" Scope="User">
- <Value Profile="(Default)">放弃修改</Value>
- </Setting>
- <Setting Name="btnReset" Type="System.String" Scope="User">
- <Value Profile="(Default)">重置</Value>
- </Setting>
- </Settings>
- </SettingsFile>
|