1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <root>
|
---|
3 | <!--
|
---|
4 | Microsoft ResX Schema
|
---|
5 |
|
---|
6 | Version 2.0
|
---|
7 |
|
---|
8 | The primary goals of this format is to allow a simple XML format
|
---|
9 | that is mostly human readable. The generation and parsing of the
|
---|
10 | various data types are done through the TypeConverter classes
|
---|
11 | associated with the data types.
|
---|
12 |
|
---|
13 | Example:
|
---|
14 |
|
---|
15 | ... ado.net/XML headers & schema ...
|
---|
16 | <resheader name="resmimetype">text/microsoft-resx</resheader>
|
---|
17 | <resheader name="version">2.0</resheader>
|
---|
18 | <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
---|
19 | <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
---|
20 | <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
---|
21 | <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
---|
22 | <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
---|
23 | <value>[base64 mime encoded serialized .NET Framework object]</value>
|
---|
24 | </data>
|
---|
25 | <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
---|
26 | <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
---|
27 | <comment>This is a comment</comment>
|
---|
28 | </data>
|
---|
29 |
|
---|
30 | There are any number of "resheader" rows that contain simple
|
---|
31 | name/value pairs.
|
---|
32 |
|
---|
33 | Each data row contains a name, and value. The row also contains a
|
---|
34 | type or mimetype. Type corresponds to a .NET class that support
|
---|
35 | text/value conversion through the TypeConverter architecture.
|
---|
36 | Classes that don't support this are serialized and stored with the
|
---|
37 | mimetype set.
|
---|
38 |
|
---|
39 | The mimetype is used for serialized objects, and tells the
|
---|
40 | ResXResourceReader how to depersist the object. This is currently not
|
---|
41 | extensible. For a given mimetype the value must be set accordingly:
|
---|
42 |
|
---|
43 | Note - application/x-microsoft.net.object.binary.base64 is the format
|
---|
44 | that the ResXResourceWriter will generate, however the reader can
|
---|
45 | read any of the formats listed below.
|
---|
46 |
|
---|
47 | mimetype: application/x-microsoft.net.object.binary.base64
|
---|
48 | value : The object must be serialized with
|
---|
49 | : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
---|
50 | : and then encoded with base64 encoding.
|
---|
51 |
|
---|
52 | mimetype: application/x-microsoft.net.object.soap.base64
|
---|
53 | value : The object must be serialized with
|
---|
54 | : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
---|
55 | : and then encoded with base64 encoding.
|
---|
56 |
|
---|
57 | mimetype: application/x-microsoft.net.object.bytearray.base64
|
---|
58 | value : The object must be serialized into a byte array
|
---|
59 | : using a System.ComponentModel.TypeConverter
|
---|
60 | : and then encoded with base64 encoding.
|
---|
61 | -->
|
---|
62 | <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
---|
63 | <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
---|
64 | <xsd:element name="root" msdata:IsDataSet="true">
|
---|
65 | <xsd:complexType>
|
---|
66 | <xsd:choice maxOccurs="unbounded">
|
---|
67 | <xsd:element name="metadata">
|
---|
68 | <xsd:complexType>
|
---|
69 | <xsd:sequence>
|
---|
70 | <xsd:element name="value" type="xsd:string" minOccurs="0" />
|
---|
71 | </xsd:sequence>
|
---|
72 | <xsd:attribute name="name" use="required" type="xsd:string" />
|
---|
73 | <xsd:attribute name="type" type="xsd:string" />
|
---|
74 | <xsd:attribute name="mimetype" type="xsd:string" />
|
---|
75 | <xsd:attribute ref="xml:space" />
|
---|
76 | </xsd:complexType>
|
---|
77 | </xsd:element>
|
---|
78 | <xsd:element name="assembly">
|
---|
79 | <xsd:complexType>
|
---|
80 | <xsd:attribute name="alias" type="xsd:string" />
|
---|
81 | <xsd:attribute name="name" type="xsd:string" />
|
---|
82 | </xsd:complexType>
|
---|
83 | </xsd:element>
|
---|
84 | <xsd:element name="data">
|
---|
85 | <xsd:complexType>
|
---|
86 | <xsd:sequence>
|
---|
87 | <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
---|
88 | <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
---|
89 | </xsd:sequence>
|
---|
90 | <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
---|
91 | <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
---|
92 | <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
---|
93 | <xsd:attribute ref="xml:space" />
|
---|
94 | </xsd:complexType>
|
---|
95 | </xsd:element>
|
---|
96 | <xsd:element name="resheader">
|
---|
97 | <xsd:complexType>
|
---|
98 | <xsd:sequence>
|
---|
99 | <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
---|
100 | </xsd:sequence>
|
---|
101 | <xsd:attribute name="name" type="xsd:string" use="required" />
|
---|
102 | </xsd:complexType>
|
---|
103 | </xsd:element>
|
---|
104 | </xsd:choice>
|
---|
105 | </xsd:complexType>
|
---|
106 | </xsd:element>
|
---|
107 | </xsd:schema>
|
---|
108 | <resheader name="resmimetype">
|
---|
109 | <value>text/microsoft-resx</value>
|
---|
110 | </resheader>
|
---|
111 | <resheader name="version">
|
---|
112 | <value>2.0</value>
|
---|
113 | </resheader>
|
---|
114 | <resheader name="reader">
|
---|
115 | <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
---|
116 | </resheader>
|
---|
117 | <resheader name="writer">
|
---|
118 | <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
---|
119 | </resheader>
|
---|
120 | <data name="Category_Docking" xml:space="preserve">
|
---|
121 | <value>Docking</value>
|
---|
122 | </data>
|
---|
123 | <data name="Category_DockingNotification" xml:space="preserve">
|
---|
124 | <value>Docking Notification</value>
|
---|
125 | </data>
|
---|
126 | <data name="Category_PropertyChanged" xml:space="preserve">
|
---|
127 | <value>Property Changed</value>
|
---|
128 | </data>
|
---|
129 | <data name="DockAreaEditor_FloatCheckBoxText" xml:space="preserve">
|
---|
130 | <value>(Float)</value>
|
---|
131 | </data>
|
---|
132 | <data name="DockContent_AllowEndUserDocking_Description" xml:space="preserve">
|
---|
133 | <value>Determines if end user drag and drop docking is allowed.</value>
|
---|
134 | </data>
|
---|
135 | <data name="DockContent_AutoHidePortion_Description" xml:space="preserve">
|
---|
136 | <value>The size to display the content in auto hide mode. Value < 1 to specify the size in portion; value >= 1 to specify the size in pixel.</value>
|
---|
137 | </data>
|
---|
138 | <data name="DockContent_CloseButton_Description" xml:space="preserve">
|
---|
139 | <value>Enable/Disable the close button of the content.</value>
|
---|
140 | </data>
|
---|
141 | <data name="DockContent_Constructor_InvalidForm" xml:space="preserve">
|
---|
142 | <value>The form must be of type IDockContent.</value>
|
---|
143 | </data>
|
---|
144 | <data name="DockContent_DockAreas_Description" xml:space="preserve">
|
---|
145 | <value>Gets or sets a value indicating in which area of the DockPanel the content allowed to show.</value>
|
---|
146 | </data>
|
---|
147 | <data name="DockContent_DockStateChanged_Description" xml:space="preserve">
|
---|
148 | <value>Occurs when the value of DockState property changed.</value>
|
---|
149 | </data>
|
---|
150 | <data name="DockContent_HideOnClose_Description" xml:space="preserve">
|
---|
151 | <value>Indicates the content will be hidden instead of being closed.</value>
|
---|
152 | </data>
|
---|
153 | <data name="DockContent_ShowHint_Description" xml:space="preserve">
|
---|
154 | <value>The desired docking state when first showing.</value>
|
---|
155 | </data>
|
---|
156 | <data name="DockContent_TabPageContextMenu_Description" xml:space="preserve">
|
---|
157 | <value>Context menu displayed for the dock pane tab strip.</value>
|
---|
158 | </data>
|
---|
159 | <data name="DockContent_TabText_Description" xml:space="preserve">
|
---|
160 | <value>The tab text displayed in the dock pane. If not set, the Text property will be used.</value>
|
---|
161 | </data>
|
---|
162 | <data name="DockContent_ToolTipText_Description" xml:space="preserve">
|
---|
163 | <value>The text displayed when mouse hovers over the tab.</value>
|
---|
164 | </data>
|
---|
165 | <data name="DockContentHandler_AutoHidePortion_OutOfRange" xml:space="preserve">
|
---|
166 | <value>The provided value is out of range.</value>
|
---|
167 | </data>
|
---|
168 | <data name="DockContentHandler_DockAreas_InvalidValue" xml:space="preserve">
|
---|
169 | <value>Invalid Value: The value of DockAreas conflicts with current DockState.</value>
|
---|
170 | </data>
|
---|
171 | <data name="DockContentHandler_DockPane_InvalidValue" xml:space="preserve">
|
---|
172 | <value>The pane is invalid. Check the IsFloat and DockPanel properties of this dock pane.</value>
|
---|
173 | </data>
|
---|
174 | <data name="DockContentHandler_FloatPane_InvalidValue" xml:space="preserve">
|
---|
175 | <value>The pane is invalid. Check the IsFloat and DockPanel properties of this dock pane.</value>
|
---|
176 | </data>
|
---|
177 | <data name="DockContentHandler_IsFloat_InvalidValue" xml:space="preserve">
|
---|
178 | <value>Invalid value, conflicts with DockableAreas property.</value>
|
---|
179 | </data>
|
---|
180 | <data name="DockContentHandler_SetDockState_InvalidState" xml:space="preserve">
|
---|
181 | <value>The dock state is invalid.</value>
|
---|
182 | </data>
|
---|
183 | <data name="DockContentHandler_SetDockState_NullPanel" xml:space="preserve">
|
---|
184 | <value>The dock panel is null.</value>
|
---|
185 | </data>
|
---|
186 | <data name="DockContentHandler_Show_InvalidBeforeContent" xml:space="preserve">
|
---|
187 | <value>Invalid beforeContent, it must be contained by the pane.</value>
|
---|
188 | </data>
|
---|
189 | <data name="DockContentHandler_Show_InvalidDockState" xml:space="preserve">
|
---|
190 | <value>Invalid DockState: Content can not be showed as "Unknown" or "Hidden".</value>
|
---|
191 | </data>
|
---|
192 | <data name="DockContentHandler_Show_InvalidPrevPane" xml:space="preserve">
|
---|
193 | <value>The previous pane is invalid. It can not be null, and its docking state must not be auto-hide.</value>
|
---|
194 | </data>
|
---|
195 | <data name="DockContentHandler_Show_NullDockPanel" xml:space="preserve">
|
---|
196 | <value>DockPanel can not be null.</value>
|
---|
197 | </data>
|
---|
198 | <data name="DockContentHandler_Show_NullPane" xml:space="preserve">
|
---|
199 | <value>The Pane can not be null.</value>
|
---|
200 | </data>
|
---|
201 | <data name="DockContentHandler_ShowHint_InvalidValue" xml:space="preserve">
|
---|
202 | <value>Invalid value, check DockableAreas property.</value>
|
---|
203 | </data>
|
---|
204 | <data name="DockHandler_TabPageContextMenuStrip_Description" xml:space="preserve">
|
---|
205 | <value>Context menu displayed for the dock pane tab strip.</value>
|
---|
206 | </data>
|
---|
207 | <data name="DockIndicator_ToolTipText" xml:space="preserve">
|
---|
208 | <value>Press SHIFT for docking to full side.</value>
|
---|
209 | </data>
|
---|
210 | <data name="DockPane_ActiveContent_InvalidValue" xml:space="preserve">
|
---|
211 | <value>Invalid Content: ActiveContent must be one of the visible contents, or null if there is no visible content.</value>
|
---|
212 | </data>
|
---|
213 | <data name="DockPane_Constructor_NullContent" xml:space="preserve">
|
---|
214 | <value>Invalid argument: Content can not be "null".</value>
|
---|
215 | </data>
|
---|
216 | <data name="DockPane_Constructor_NullDockPanel" xml:space="preserve">
|
---|
217 | <value>Invalid argument: The content's DockPanel can not be "null".</value>
|
---|
218 | </data>
|
---|
219 | <data name="DockPane_DockTo_InvalidContainer" xml:space="preserve">
|
---|
220 | <value>The specified container conflicts with the IsFloat property.</value>
|
---|
221 | </data>
|
---|
222 | <data name="DockPane_DockTo_NoPrevPane" xml:space="preserve">
|
---|
223 | <value>The previous pane does not exist in the nested docking pane collection.</value>
|
---|
224 | </data>
|
---|
225 | <data name="DockPane_DockTo_NullContainer" xml:space="preserve">
|
---|
226 | <value>The container can not be null.</value>
|
---|
227 | </data>
|
---|
228 | <data name="DockPane_DockTo_NullPrevPane" xml:space="preserve">
|
---|
229 | <value>The previous pane can not be null when the nested docking pane collection is not empty.</value>
|
---|
230 | </data>
|
---|
231 | <data name="DockPane_DockTo_SelfPrevPane" xml:space="preserve">
|
---|
232 | <value>The previous pane can not be itself.</value>
|
---|
233 | </data>
|
---|
234 | <data name="DockPane_FloatWindow_InvalidValue" xml:space="preserve">
|
---|
235 | <value>FloatWindow property can not be set to "null" when DockState is DockState.Float.</value>
|
---|
236 | </data>
|
---|
237 | <data name="DockPane_SetContentIndex_InvalidContent" xml:space="preserve">
|
---|
238 | <value>Invalid Content: Content not within the collection.</value>
|
---|
239 | </data>
|
---|
240 | <data name="DockPane_SetContentIndex_InvalidIndex" xml:space="preserve">
|
---|
241 | <value>Invalid Index: The index is out of range.</value>
|
---|
242 | </data>
|
---|
243 | <data name="DockPane_SetDockState_InvalidState" xml:space="preserve">
|
---|
244 | <value>The state for the dock pane is invalid.</value>
|
---|
245 | </data>
|
---|
246 | <data name="DockPaneCaption_ToolTipAutoHide" xml:space="preserve">
|
---|
247 | <value>Auto Hide</value>
|
---|
248 | </data>
|
---|
249 | <data name="DockPaneCaption_ToolTipClose" xml:space="preserve">
|
---|
250 | <value>Close</value>
|
---|
251 | </data>
|
---|
252 | <data name="DockPaneCaption_ToolTipOptions" xml:space="preserve">
|
---|
253 | <value>Options</value>
|
---|
254 | </data>
|
---|
255 | <data name="DockPanel_ActiveAutoHideContent_InvalidValue" xml:space="preserve">
|
---|
256 | <value>Invalid Content: The content must be auto-hide state and associates with this DockPanel.</value>
|
---|
257 | </data>
|
---|
258 | <data name="DockPanel_ActiveContentChanged_Description" xml:space="preserve">
|
---|
259 | <value>Occurs when the value of ActiveContentProperty changed.</value>
|
---|
260 | </data>
|
---|
261 | <data name="DockPanel_ActiveDocumentChanged_Description" xml:space="preserve">
|
---|
262 | <value>Occurs when the value of ActiveDocument property changed.</value>
|
---|
263 | </data>
|
---|
264 | <data name="DockPanel_ActivePaneChanged_Description" xml:space="preserve">
|
---|
265 | <value>Occurs when the value of ActivePane property changed.</value>
|
---|
266 | </data>
|
---|
267 | <data name="DockPanel_AllowEndUserDocking_Description" xml:space="preserve">
|
---|
268 | <value>Determines if the drag and drop docking is allowed.</value>
|
---|
269 | </data>
|
---|
270 | <data name="DockPanel_AllowEndUserNestedDocking_Description" xml:space="preserve">
|
---|
271 | <value>Determines if the drag and drop nested docking is allowed.</value>
|
---|
272 | </data>
|
---|
273 | <data name="DockPanel_ContentAdded_Description" xml:space="preserve">
|
---|
274 | <value>Occurs when a content added to the DockPanel.</value>
|
---|
275 | </data>
|
---|
276 | <data name="DockPanel_ContentRemoved_Description" xml:space="preserve">
|
---|
277 | <value>Occurs when a content removed from the DockPanel.</value>
|
---|
278 | </data>
|
---|
279 | <data name="DockPanel_DefaultFloatWindowSize_Description" xml:space="preserve">
|
---|
280 | <value>The default size of float window.</value>
|
---|
281 | </data>
|
---|
282 | <data name="DockPanel_Description" xml:space="preserve">
|
---|
283 | <value>Provides Visual Studio .Net style docking.</value>
|
---|
284 | </data>
|
---|
285 | <data name="DockPanel_DockBottomPortion_Description" xml:space="preserve">
|
---|
286 | <value>Size of the bottom docking window. Value < 1 to specify the size in portion; value > 1 to specify the size in pixels.</value>
|
---|
287 | </data>
|
---|
288 | <data name="DockPanel_DockLeftPortion_Description" xml:space="preserve">
|
---|
289 | <value>Size of the left docking window. Value < 1 to specify the size in portion; value > 1 to specify the size in pixels.</value>
|
---|
290 | </data>
|
---|
291 | <data name="DockPanel_DockRightPortion_Description" xml:space="preserve">
|
---|
292 | <value>Size of the right docking window. Value < 1 to specify the size in portion; value > 1 to specify the size in pixels.</value>
|
---|
293 | </data>
|
---|
294 | <data name="DockPanel_DockTopPortion_Description" xml:space="preserve">
|
---|
295 | <value>Size of the top docking window. Value < 1 to specify the size in portion; value > 1 to specify the size in pixels.</value>
|
---|
296 | </data>
|
---|
297 | <data name="DockPanel_DocumentStyle_Description" xml:space="preserve">
|
---|
298 | <value>The style of the document window.</value>
|
---|
299 | </data>
|
---|
300 | <data name="DockPanel_LoadFromXml_AlreadyInitialized" xml:space="preserve">
|
---|
301 | <value>The DockPanel has already been initialized.</value>
|
---|
302 | </data>
|
---|
303 | <data name="DockPanel_LoadFromXml_InvalidFormatVersion" xml:space="preserve">
|
---|
304 | <value>The configuration file's version is invalid.</value>
|
---|
305 | </data>
|
---|
306 | <data name="DockPanel_LoadFromXml_InvalidXmlFormat" xml:space="preserve">
|
---|
307 | <value>The XML file format is invalid.</value>
|
---|
308 | </data>
|
---|
309 | <data name="DockPanel_ParentForm_Invalid" xml:space="preserve">
|
---|
310 | <value>Invalid parent form. When using DockingMdi or SystemMdi document style, the DockPanel control must be the child control of the main MDI container form.</value>
|
---|
311 | </data>
|
---|
312 | <data name="DockPanel_Persistor_XmlFileComment1" xml:space="preserve">
|
---|
313 | <value>DockPanel configuration file. Author: Weifen Luo, all rights reserved.</value>
|
---|
314 | </data>
|
---|
315 | <data name="DockPanel_Persistor_XmlFileComment2" xml:space="preserve">
|
---|
316 | <value>!!! AUTOMATICALLY GENERATED FILE. DO NOT MODIFY !!!</value>
|
---|
317 | </data>
|
---|
318 | <data name="DockPanel_RightToLeftLayout_Description" xml:space="preserve">
|
---|
319 | <value>Indicates whether the control layout is right-to-left when the RightToLeft property is set to Yes.</value>
|
---|
320 | </data>
|
---|
321 | <data name="DockPanel_SetPaneIndex_InvalidIndex" xml:space="preserve">
|
---|
322 | <value>Invalid Index: The index is out of range.</value>
|
---|
323 | </data>
|
---|
324 | <data name="DockPanel_SetPaneIndex_InvalidPane" xml:space="preserve">
|
---|
325 | <value>Invalid Pane: DockPane not within the collection.</value>
|
---|
326 | </data>
|
---|
327 | <data name="DockPanel_ShowDocumentIcon_Description" xml:space="preserve">
|
---|
328 | <value>Determines if the document icon will be displayed in the tab strip.</value>
|
---|
329 | </data>
|
---|
330 | <data name="DockPaneStrip_ToolTipClose" xml:space="preserve">
|
---|
331 | <value>Close</value>
|
---|
332 | </data>
|
---|
333 | <data name="DockPaneStrip_ToolTipWindowList" xml:space="preserve">
|
---|
334 | <value>Window List</value>
|
---|
335 | </data>
|
---|
336 | <data name="FloatWindow_Constructor_NullDockPanel" xml:space="preserve">
|
---|
337 | <value>Invalid argument: DockPanel can not be "null".</value>
|
---|
338 | </data>
|
---|
339 | <data name="FloatWindow_SetPaneIndex_InvalidIndex" xml:space="preserve">
|
---|
340 | <value>Invalid Index: The index is out of range.</value>
|
---|
341 | </data>
|
---|
342 | <data name="FloatWindow_SetPaneIndex_InvalidPane" xml:space="preserve">
|
---|
343 | <value>Invalid Pane: DockPane not within the collection.</value>
|
---|
344 | </data>
|
---|
345 | <data name="IDockDragSource_DockTo_InvalidPanel" xml:space="preserve">
|
---|
346 | <value>Invalid DockPanel.</value>
|
---|
347 | </data>
|
---|
348 | <data name="DockContent_CloseButtonVisible_Description" xml:space="preserve">
|
---|
349 | <value>Shows or hides the close button of the content. This property does not function with System MDI Document Style.</value>
|
---|
350 | </data>
|
---|
351 | <data name="DockPanel_DockPanelSkin" xml:space="preserve">
|
---|
352 | <value>The visual skin to use when displaying the docked windows.</value>
|
---|
353 | </data>
|
---|
354 | <data name="DockPanel_DocumentTabStripLocation" xml:space="preserve">
|
---|
355 | <value>Determines where the tab strip for Document style content is drawn.</value>
|
---|
356 | </data>
|
---|
357 | </root> |
---|