<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://labviewwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Normandinf</id>
	<title>LabVIEW Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://labviewwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Normandinf"/>
	<link rel="alternate" type="text/html" href="https://labviewwiki.org/wiki/Special:Contributions/Normandinf"/>
	<updated>2026-04-25T00:43:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Tab_control&amp;diff=3650</id>
		<title>Tab control</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Tab_control&amp;diff=3650"/>
		<updated>2008-06-22T06:54:07Z</updated>

		<summary type="html">&lt;p&gt;Normandinf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Styles ==&lt;br /&gt;
&lt;br /&gt;
1- LabVIEW-style Tab Control. In the modern palette, select subpalette &amp;quot;Containers&amp;quot; and insert Tab Control.&lt;br /&gt;
Although it doesn&#039;t seem as professional-looking as the system-stye tab control, it&#039;s color can be modified. The system&#039;s tab control cannot.&lt;br /&gt;
[[Image:LV_style.jpg]]&lt;br /&gt;
&lt;br /&gt;
2- System-Style Tab Control. In the system palette, select the Tab Control.&lt;br /&gt;
[[Image:System_style.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Elements of Tab Control ==&lt;br /&gt;
&lt;br /&gt;
[[Image:tab_elements.jpg]]&lt;br /&gt;
&lt;br /&gt;
When building a user interface, it is common to hide the tab control label. Use a significant naming convention for your tab(s) in order not to get mixed up in your block diagram, especially if you have many tab controls.&lt;br /&gt;
&lt;br /&gt;
There are three states for tabs. Tabs can be &#039;&#039;&#039;enabled&#039;&#039;&#039; (i.e. user selectable), &#039;&#039;&#039;disabled&#039;&#039;&#039; (looks the same has enabled state, but not selectable), or &#039;&#039;&#039;disabled and grayed&#039;&#039;&#039;. This last state is a useful feature for password-protected configuration tabs. The state can be programmatically controlled (see properties below).&lt;br /&gt;
&lt;br /&gt;
In addition to page enabling, it is possible to hide a tab altogether using the page visibility properties. An example of how you can use this feature would be if you have a generic UI but you want to keep some features out-of-reach of operators and show the features for maintenance or machine administrator.&lt;br /&gt;
&lt;br /&gt;
The page label display is hidden by default. To show it, it is required to right-click on the tabs and select &amp;gt;&amp;gt;Visible Items/Page Labels Display.&lt;br /&gt;
The tabs are shown by default. It is possible to hide them (to control tabbing programmatically) &amp;gt;&amp;gt;Visible Items/Tabs.&lt;br /&gt;
&lt;br /&gt;
== Properties ==&lt;br /&gt;
&lt;br /&gt;
There are many properties to a Tab Control. The most important ones are shown below.&lt;br /&gt;
&lt;br /&gt;
Show/hide the tabs (page selector).&lt;br /&gt;
[[Image:page_selector_visible.jpg]]&lt;br /&gt;
&lt;br /&gt;
Show/hide the page labels display.&lt;br /&gt;
[[Image:page_labeldisplay_visible.jpg]]&lt;br /&gt;
&lt;br /&gt;
Array of references to each pages (in tabbing order).&lt;br /&gt;
[[Image:pages_reference.jpg]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category:user interface]]&lt;/div&gt;</summary>
		<author><name>Normandinf</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Tab_control&amp;diff=3649</id>
		<title>Tab control</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Tab_control&amp;diff=3649"/>
		<updated>2008-06-22T06:53:39Z</updated>

		<summary type="html">&lt;p&gt;Normandinf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Styles ==&lt;br /&gt;
&lt;br /&gt;
1- LabVIEW-style Tab Control. In the modern palette, select subpalette &amp;quot;Containers&amp;quot; and insert Tab Control.&lt;br /&gt;
Although it doesn&#039;t seem as professional-looking as the system-stye tab control, it&#039;s color can be modified. The system&#039;s tab control cannot.&lt;br /&gt;
[[Image:LV_style.jpg]]&lt;br /&gt;
&lt;br /&gt;
2- System-Style Tab Control. In the system palette, select the Tab Control.&lt;br /&gt;
[[Image:System_style.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Elements of Tab Control ==&lt;br /&gt;
&lt;br /&gt;
[[Image:tab_elements.jpg]]&lt;br /&gt;
&lt;br /&gt;
When building a user interface, it is common to hide the tab control label. Use a significant naming convention for your tab(s) in order not to get mixed up in your block diagram, especially if you have many tab controls.&lt;br /&gt;
&lt;br /&gt;
There are three states for tabs. Tabs can be &#039;&#039;&#039;enabled&#039;&#039;&#039; (i.e. user selectable), &#039;&#039;&#039;disabled&#039;&#039;&#039; (looks the same has enabled state, but not selectable), or &#039;&#039;&#039;disabled and grayed&#039;&#039;&#039;. This last state is a useful feature for password-protected configuration tabs. The state can be programmatically controlled (see properties below).&lt;br /&gt;
&lt;br /&gt;
In addition to page enabling, it is possible to hide a tab altogether using the page visibility properties. An example of how you can use this feature would be if you have a generic UI but you want to keep some features out-of-reach of operators and show the features for maintenance or machine administrator.&lt;br /&gt;
&lt;br /&gt;
The page label display is hidden by default. To show it, it is required to right-click on the tabs and select &amp;gt;&amp;gt;Visible Items/Page Labels Display.&lt;br /&gt;
The tabs are shown by default. It is possible to hide them (to control tabbing programmatically) &amp;gt;&amp;gt;Visible Items/Tabs.&lt;br /&gt;
&lt;br /&gt;
== Properties ==&lt;br /&gt;
&lt;br /&gt;
There are many properties to a Tab Control. The most important ones are shown below.&lt;br /&gt;
&lt;br /&gt;
Show/hide the tabs (page selector).&lt;br /&gt;
[[Image:page_selector_visible.jpg]]&lt;br /&gt;
&lt;br /&gt;
Show/hide the page labels display.&lt;br /&gt;
[[Image:page_labeldisplay_visible.jpg]]&lt;br /&gt;
&lt;br /&gt;
Array of references to each pages (in tabbing order).&lt;br /&gt;
[[Image:pages_reference.jpg]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category:user interface]]&lt;br /&gt;
[[category:portal:User_Interface]]&lt;/div&gt;</summary>
		<author><name>Normandinf</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Tab_control&amp;diff=3648</id>
		<title>Tab control</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Tab_control&amp;diff=3648"/>
		<updated>2008-06-22T06:52:27Z</updated>

		<summary type="html">&lt;p&gt;Normandinf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Styles ==&lt;br /&gt;
&lt;br /&gt;
1- LabVIEW-style Tab Control. In the modern palette, select subpalette &amp;quot;Containers&amp;quot; and insert Tab Control.&lt;br /&gt;
Although it doesn&#039;t seem as professional-looking as the system-stye tab control, it&#039;s color can be modified. The system&#039;s tab control cannot.&lt;br /&gt;
[[Image:LV_style.jpg]]&lt;br /&gt;
&lt;br /&gt;
2- System-Style Tab Control. In the system palette, select the Tab Control.&lt;br /&gt;
[[Image:System_style.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Elements of Tab Control ==&lt;br /&gt;
&lt;br /&gt;
[[Image:tab_elements.jpg]]&lt;br /&gt;
&lt;br /&gt;
When building a user interface, it is common to hide the tab control label. Use a significant naming convention for your tab(s) in order not to get mixed up in your block diagram, especially if you have many tab controls.&lt;br /&gt;
&lt;br /&gt;
There are three states for tabs. Tabs can be &#039;&#039;&#039;enabled&#039;&#039;&#039; (i.e. user selectable), &#039;&#039;&#039;disabled&#039;&#039;&#039; (looks the same has enabled state, but not selectable), or &#039;&#039;&#039;disabled and grayed&#039;&#039;&#039;. This last state is a useful feature for password-protected configuration tabs. The state can be programmatically controlled (see properties below).&lt;br /&gt;
&lt;br /&gt;
In addition to page enabling, it is possible to hide a tab altogether using the page visibility properties. An example of how you can use this feature would be if you have a generic UI but you want to keep some features out-of-reach of operators and show the features for maintenance or machine administrator.&lt;br /&gt;
&lt;br /&gt;
The page label display is hidden by default. To show it, it is required to right-click on the tabs and select &amp;gt;&amp;gt;Visible Items/Page Labels Display.&lt;br /&gt;
The tabs are shown by default. It is possible to hide them (to control tabbing programmatically) &amp;gt;&amp;gt;Visible Items/Tabs.&lt;br /&gt;
&lt;br /&gt;
== Properties ==&lt;br /&gt;
&lt;br /&gt;
There are many properties to a Tab Control. The most important ones are shown below.&lt;br /&gt;
&lt;br /&gt;
Show/hide the tabs (page selector).&lt;br /&gt;
[[Image:page_selector_visible.jpg]]&lt;br /&gt;
&lt;br /&gt;
Show/hide the page labels display.&lt;br /&gt;
[[Image:page_labeldisplay_visible.jpg]]&lt;br /&gt;
&lt;br /&gt;
Array of references to each pages (in tabbing order).&lt;br /&gt;
[[Image:pages_reference.jpg]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category:user interface]]&lt;br /&gt;
[[portal:user interface]]&lt;/div&gt;</summary>
		<author><name>Normandinf</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Tab_control&amp;diff=3647</id>
		<title>Tab control</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Tab_control&amp;diff=3647"/>
		<updated>2008-06-22T06:49:26Z</updated>

		<summary type="html">&lt;p&gt;Normandinf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Styles ==&lt;br /&gt;
&lt;br /&gt;
1- LabVIEW-style Tab Control. In the modern palette, select subpalette &amp;quot;Containers&amp;quot; and insert Tab Control.&lt;br /&gt;
Although it doesn&#039;t seem as professional-looking as the system-stye tab control, it&#039;s color can be modified. The system&#039;s tab control cannot.&lt;br /&gt;
[[Image:LV_style.jpg]]&lt;br /&gt;
&lt;br /&gt;
2- System-Style Tab Control. In the system palette, select the Tab Control.&lt;br /&gt;
[[Image:System_style.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Elements of Tab Control ==&lt;br /&gt;
&lt;br /&gt;
[[Image:tab_elements.jpg]]&lt;br /&gt;
&lt;br /&gt;
When building a user interface, it is common to hide the tab control label. Use a significant naming convention for your tab(s) in order not to get mixed up in your block diagram, especially if you have many tab controls.&lt;br /&gt;
&lt;br /&gt;
There are three states for tabs. Tabs can be &#039;&#039;&#039;enabled&#039;&#039;&#039; (i.e. user selectable), &#039;&#039;&#039;disabled&#039;&#039;&#039; (looks the same has enabled state, but not selectable), or &#039;&#039;&#039;disabled and grayed&#039;&#039;&#039;. This last state is a useful feature for password-protected configuration tabs. The state can be programmatically controlled (see properties below).&lt;br /&gt;
&lt;br /&gt;
In addition to page enabling, it is possible to hide a tab altogether using the page visibility properties. An example of how you can use this feature would be if you have a generic UI but you want to keep some features out-of-reach of operators and show the features for maintenance or machine administrator.&lt;br /&gt;
&lt;br /&gt;
The page label display is hidden by default. To show it, it is required to right-click on the tabs and select &amp;gt;&amp;gt;Visible Items/Page Labels Display.&lt;br /&gt;
The tabs are shown by default. It is possible to hide them (to control tabbing programmatically) &amp;gt;&amp;gt;Visible Items/Tabs.&lt;br /&gt;
&lt;br /&gt;
== Properties ==&lt;br /&gt;
&lt;br /&gt;
There are many properties to a Tab Control. The most important ones are shown below.&lt;br /&gt;
&lt;br /&gt;
Show/hide the tabs (page selector).&lt;br /&gt;
[[Image:page_selector_visible.jpg]]&lt;br /&gt;
&lt;br /&gt;
Show/hide the page labels display.&lt;br /&gt;
[[Image:page_labeldisplay_visible.jpg]]&lt;br /&gt;
&lt;br /&gt;
Array of references to each pages (in tabbing order).&lt;br /&gt;
[[Image:pages_reference.jpg]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category:user interface]]&lt;/div&gt;</summary>
		<author><name>Normandinf</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=User_Interface&amp;diff=3646</id>
		<title>User Interface</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=User_Interface&amp;diff=3646"/>
		<updated>2008-06-22T06:49:02Z</updated>

		<summary type="html">&lt;p&gt;Normandinf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;lt;center&amp;gt;&#039;&#039;&#039;This is the User Interface Portal&#039;&#039;&#039;&amp;lt;/center&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
*[[Event Structure]]&lt;br /&gt;
*[[Tree View]]&lt;br /&gt;
*[[Graphs]]&lt;br /&gt;
*[[Front Panel]]&lt;br /&gt;
*[[XControl]]&lt;br /&gt;
*[[System Label]]&lt;br /&gt;
&lt;br /&gt;
[[category:user interface]]&lt;br /&gt;
[[category:portals]]&lt;/div&gt;</summary>
		<author><name>Normandinf</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Tab_control&amp;diff=3645</id>
		<title>Tab control</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Tab_control&amp;diff=3645"/>
		<updated>2008-06-22T06:46:28Z</updated>

		<summary type="html">&lt;p&gt;Normandinf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Styles ==&lt;br /&gt;
&lt;br /&gt;
1- LabVIEW-style Tab Control. In the modern palette, select subpalette &amp;quot;Containers&amp;quot; and insert Tab Control.&lt;br /&gt;
Although it doesn&#039;t seem as professional-looking as the system-stye tab control, it&#039;s color can be modified. The system&#039;s tab control cannot.&lt;br /&gt;
[[Image:LV_style.jpg]]&lt;br /&gt;
&lt;br /&gt;
2- System-Style Tab Control. In the system palette, select the Tab Control.&lt;br /&gt;
[[Image:System_style.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Elements of Tab Control ==&lt;br /&gt;
&lt;br /&gt;
[[Image:tab_elements.jpg]]&lt;br /&gt;
&lt;br /&gt;
When building a user interface, it is common to hide the tab control label. Use a significant naming convention for your tab(s) in order not to get mixed up in your block diagram, especially if you have many tab controls.&lt;br /&gt;
&lt;br /&gt;
There are three states for tabs. Tabs can be &#039;&#039;&#039;enabled&#039;&#039;&#039; (i.e. user selectable), &#039;&#039;&#039;disabled&#039;&#039;&#039; (looks the same has enabled state, but not selectable), or &#039;&#039;&#039;disabled and grayed&#039;&#039;&#039;. This last state is a useful feature for password-protected configuration tabs. The state can be programmatically controlled (see properties below).&lt;br /&gt;
&lt;br /&gt;
In addition to page enabling, it is possible to hide a tab altogether using the page visibility properties. An example of how you can use this feature would be if you have a generic UI but you want to keep some features out-of-reach of operators and show the features for maintenance or machine administrator.&lt;br /&gt;
&lt;br /&gt;
The page label display is hidden by default. To show it, it is required to right-click on the tabs and select &amp;gt;&amp;gt;Visible Items/Page Labels Display.&lt;br /&gt;
The tabs are shown by default. It is possible to hide them (to control tabbing programmatically) &amp;gt;&amp;gt;Visible Items/Tabs.&lt;br /&gt;
&lt;br /&gt;
== Properties ==&lt;br /&gt;
&lt;br /&gt;
There are many properties to a Tab Control. The most important ones are shown below.&lt;br /&gt;
&lt;br /&gt;
Show/hide the tabs (page selector).&lt;br /&gt;
[[Image:page_selector_visible.jpg]]&lt;br /&gt;
&lt;br /&gt;
Show/hide the page labels display.&lt;br /&gt;
[[Image:page_labeldisplay_visible.jpg]]&lt;br /&gt;
&lt;br /&gt;
Array of references to each pages (in tabbing order).&lt;br /&gt;
[[Image:pages_reference.jpg]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category:user interface]]&lt;br /&gt;
[[category:Tab Control]]&lt;/div&gt;</summary>
		<author><name>Normandinf</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=User_Interface&amp;diff=3644</id>
		<title>User Interface</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=User_Interface&amp;diff=3644"/>
		<updated>2008-06-22T06:44:55Z</updated>

		<summary type="html">&lt;p&gt;Normandinf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;lt;center&amp;gt;&#039;&#039;&#039;This is the User Interface Portal&#039;&#039;&#039;&amp;lt;/center&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
*[[Event Structure]]&lt;br /&gt;
*[[Tree View]]&lt;br /&gt;
*[[Graphs]]&lt;br /&gt;
*[[Front Panel]]&lt;br /&gt;
*[[XControl]]&lt;br /&gt;
*[[System Label]]&lt;br /&gt;
*[[Tab Control]]&lt;br /&gt;
&lt;br /&gt;
[[category:user interface]]&lt;br /&gt;
[[category:portals]]&lt;/div&gt;</summary>
		<author><name>Normandinf</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Tab_control&amp;diff=3643</id>
		<title>Tab control</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Tab_control&amp;diff=3643"/>
		<updated>2008-06-22T06:43:36Z</updated>

		<summary type="html">&lt;p&gt;Normandinf: New page: == Styles ==  1- LabVIEW-style Tab Control. In the modern palette, select subpalette &amp;quot;Containers&amp;quot; and insert Tab Control. Although it doesn&amp;#039;t seem as professional-looking as the system-sty...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Styles ==&lt;br /&gt;
&lt;br /&gt;
1- LabVIEW-style Tab Control. In the modern palette, select subpalette &amp;quot;Containers&amp;quot; and insert Tab Control.&lt;br /&gt;
Although it doesn&#039;t seem as professional-looking as the system-stye tab control, it&#039;s color can be modified. The system&#039;s tab control cannot.&lt;br /&gt;
[[Image:LV_style.jpg]]&lt;br /&gt;
&lt;br /&gt;
2- System-Style Tab Control. In the system palette, select the Tab Control.&lt;br /&gt;
[[Image:System_style.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Elements of Tab Control ==&lt;br /&gt;
&lt;br /&gt;
[[Image:tab_elements.jpg]]&lt;br /&gt;
&lt;br /&gt;
When building a user interface, it is common to hide the tab control label. Use a significant naming convention for your tab(s) in order not to get mixed up in your block diagram, especially if you have many tab controls.&lt;br /&gt;
&lt;br /&gt;
There are three states for tabs. Tabs can be &#039;&#039;&#039;enabled&#039;&#039;&#039; (i.e. user selectable), &#039;&#039;&#039;disabled&#039;&#039;&#039; (looks the same has enabled state, but not selectable), or &#039;&#039;&#039;disabled and grayed&#039;&#039;&#039;. This last state is a useful feature for password-protected configuration tabs. The state can be programmatically controlled (see properties below).&lt;br /&gt;
&lt;br /&gt;
In addition to page enabling, it is possible to hide a tab altogether using the page visibility properties. An example of how you can use this feature would be if you have a generic UI but you want to keep some features out-of-reach of operators and show the features for maintenance or machine administrator.&lt;br /&gt;
&lt;br /&gt;
The page label display is hidden by default. To show it, it is required to right-click on the tabs and select &amp;gt;&amp;gt;Visible Items/Page Labels Display.&lt;br /&gt;
The tabs are shown by default. It is possible to hide them (to control tabbing programmatically) &amp;gt;&amp;gt;Visible Items/Tabs.&lt;br /&gt;
&lt;br /&gt;
== Properties ==&lt;br /&gt;
&lt;br /&gt;
There are many properties to a Tab Control. The most important ones are shown below.&lt;br /&gt;
&lt;br /&gt;
Show/hide the tabs (page selector).&lt;br /&gt;
[[Image:page_selector_visible.jpg]]&lt;br /&gt;
&lt;br /&gt;
Show/hide the page labels display.&lt;br /&gt;
[[Image:page_labeldisplay_visible.jpg]]&lt;br /&gt;
&lt;br /&gt;
Array of references to each pages (in tabbing order).&lt;br /&gt;
[[Image:pages_reference.jpg]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category:user interface]]&lt;/div&gt;</summary>
		<author><name>Normandinf</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=File:Pages_reference.jpg&amp;diff=3642</id>
		<title>File:Pages reference.jpg</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=File:Pages_reference.jpg&amp;diff=3642"/>
		<updated>2008-06-22T06:38:57Z</updated>

		<summary type="html">&lt;p&gt;Normandinf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Normandinf</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=File:Page_labeldisplay_visible.jpg&amp;diff=3641</id>
		<title>File:Page labeldisplay visible.jpg</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=File:Page_labeldisplay_visible.jpg&amp;diff=3641"/>
		<updated>2008-06-22T06:33:11Z</updated>

		<summary type="html">&lt;p&gt;Normandinf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Normandinf</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=File:Page_selector_visible.jpg&amp;diff=3640</id>
		<title>File:Page selector visible.jpg</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=File:Page_selector_visible.jpg&amp;diff=3640"/>
		<updated>2008-06-22T06:30:25Z</updated>

		<summary type="html">&lt;p&gt;Normandinf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Normandinf</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=File:Tab_elements.jpg&amp;diff=3639</id>
		<title>File:Tab elements.jpg</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=File:Tab_elements.jpg&amp;diff=3639"/>
		<updated>2008-06-22T06:24:46Z</updated>

		<summary type="html">&lt;p&gt;Normandinf: uploaded a new version of &amp;quot;Image:Tab elements.jpg&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Normandinf</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=File:Tab_elements.jpg&amp;diff=3638</id>
		<title>File:Tab elements.jpg</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=File:Tab_elements.jpg&amp;diff=3638"/>
		<updated>2008-06-22T06:13:42Z</updated>

		<summary type="html">&lt;p&gt;Normandinf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Normandinf</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=File:System_style.jpg&amp;diff=3637</id>
		<title>File:System style.jpg</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=File:System_style.jpg&amp;diff=3637"/>
		<updated>2008-06-22T06:03:31Z</updated>

		<summary type="html">&lt;p&gt;Normandinf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Normandinf</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=File:LV_style.jpg&amp;diff=3636</id>
		<title>File:LV style.jpg</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=File:LV_style.jpg&amp;diff=3636"/>
		<updated>2008-06-22T06:03:08Z</updated>

		<summary type="html">&lt;p&gt;Normandinf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Normandinf</name></author>
	</entry>
</feed>