<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://nfex.ru/index.php?action=history&amp;feed=atom&amp;title=Csharp%2FC_Sharp%2FDevelopment_Class%2FSystemInfo</id>
		<title>Csharp/C Sharp/Development Class/SystemInfo - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://nfex.ru/index.php?action=history&amp;feed=atom&amp;title=Csharp%2FC_Sharp%2FDevelopment_Class%2FSystemInfo"/>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=Csharp/C_Sharp/Development_Class/SystemInfo&amp;action=history"/>
		<updated>2026-04-30T00:59:47Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://nfex.ru/index.php?title=Csharp/C_Sharp/Development_Class/SystemInfo&amp;diff=1189&amp;oldid=prev</id>
		<title> в 15:31, 26 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=Csharp/C_Sharp/Development_Class/SystemInfo&amp;diff=1189&amp;oldid=prev"/>
				<updated>2010-05-26T15:31:19Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 15:31, 26 мая 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
			</entry>

	<entry>
		<id>http://nfex.ru/index.php?title=Csharp/C_Sharp/Development_Class/SystemInfo&amp;diff=1190&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=Csharp/C_Sharp/Development_Class/SystemInfo&amp;diff=1190&amp;oldid=prev"/>
				<updated>2010-05-26T11:43:24Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Print all System Information==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
class SysInfoStrings&lt;br /&gt;
{&lt;br /&gt;
     public static string[] Values&lt;br /&gt;
     {&lt;br /&gt;
          get &lt;br /&gt;
          { &lt;br /&gt;
              return new string[] &lt;br /&gt;
              {&lt;br /&gt;
              SystemInformation.ArrangeDirection.ToString(),&lt;br /&gt;
              SystemInformation.ArrangeStartingPosition.ToString(),&lt;br /&gt;
              SystemInformation.BootMode.ToString(),&lt;br /&gt;
              SystemInformation.Border3DSize.ToString(),&lt;br /&gt;
              SystemInformation.BorderSize.ToString(),&lt;br /&gt;
              SystemInformation.CaptionButtonSize.ToString(),&lt;br /&gt;
              SystemInformation.CaptionHeight.ToString(),&lt;br /&gt;
              SystemInformation.ruputerName,&lt;br /&gt;
              SystemInformation.CursorSize.ToString(),&lt;br /&gt;
              SystemInformation.DbcsEnabled.ToString(),&lt;br /&gt;
              SystemInformation.DebugOS.ToString(),&lt;br /&gt;
              SystemInformation.DoubleClickSize.ToString(),&lt;br /&gt;
              SystemInformation.DoubleClickTime.ToString(),&lt;br /&gt;
              SystemInformation.DragFullWindows.ToString(),&lt;br /&gt;
              SystemInformation.DragSize.ToString(),&lt;br /&gt;
              SystemInformation.FixedFrameBorderSize.ToString(),&lt;br /&gt;
              SystemInformation.FrameBorderSize.ToString(),&lt;br /&gt;
              SystemInformation.HighContrast.ToString(),&lt;br /&gt;
              SystemInformation.HorizontalScrollBarArrowWidth.ToString(),&lt;br /&gt;
              SystemInformation.HorizontalScrollBarHeight.ToString(),&lt;br /&gt;
              SystemInformation.HorizontalScrollBarThumbWidth.ToString(),&lt;br /&gt;
              SystemInformation.IconSize.ToString(),&lt;br /&gt;
              SystemInformation.IconSpacingSize.ToString(),&lt;br /&gt;
              SystemInformation.KanjiWindowHeight.ToString(),&lt;br /&gt;
              SystemInformation.MaxWindowTrackSize.ToString(),&lt;br /&gt;
              SystemInformation.MenuButtonSize.ToString(),&lt;br /&gt;
              SystemInformation.MenuCheckSize.ToString(),&lt;br /&gt;
              SystemInformation.MenuFont.ToString(),&lt;br /&gt;
              SystemInformation.MenuHeight.ToString(),&lt;br /&gt;
              SystemInformation.MidEastEnabled.ToString(),&lt;br /&gt;
              SystemInformation.MinimizedWindowSize.ToString(),&lt;br /&gt;
              SystemInformation.MinimizedWindowSpacingSize.ToString(),&lt;br /&gt;
              SystemInformation.MinimumWindowSize.ToString(),&lt;br /&gt;
              SystemInformation.MinWindowTrackSize.ToString(),&lt;br /&gt;
              SystemInformation.MonitorCount.ToString(),&lt;br /&gt;
              SystemInformation.MonitorsSameDisplayFormat.ToString(),&lt;br /&gt;
              SystemInformation.MouseButtons.ToString(),&lt;br /&gt;
              SystemInformation.MouseButtonsSwapped.ToString(),&lt;br /&gt;
              SystemInformation.MousePresent.ToString(),&lt;br /&gt;
              SystemInformation.MouseWheelPresent.ToString(),&lt;br /&gt;
              SystemInformation.MouseWheelScrollLines.ToString(),&lt;br /&gt;
              SystemInformation.NativeMouseWheelSupport.ToString(),&lt;br /&gt;
              SystemInformation.Network.ToString(),&lt;br /&gt;
              SystemInformation.PenWindows.ToString(),&lt;br /&gt;
              SystemInformation.PrimaryMonitorMaximizedWindowSize.ToString(),&lt;br /&gt;
              SystemInformation.PrimaryMonitorSize.ToString(),&lt;br /&gt;
              SystemInformation.RightAlignedMenus.ToString(),&lt;br /&gt;
              SystemInformation.Secure.ToString(),&lt;br /&gt;
              SystemInformation.ShowSounds.ToString(),&lt;br /&gt;
              SystemInformation.SmallIconSize.ToString(),&lt;br /&gt;
              SystemInformation.ToolWindowCaptionButtonSize.ToString(),&lt;br /&gt;
              SystemInformation.ToolWindowCaptionHeight.ToString(),&lt;br /&gt;
              SystemInformation.UserDomainName,&lt;br /&gt;
              SystemInformation.UserInteractive.ToString(),&lt;br /&gt;
              SystemInformation.UserName,&lt;br /&gt;
              SystemInformation.VerticalScrollBarArrowHeight.ToString(),&lt;br /&gt;
              SystemInformation.VerticalScrollBarThumbHeight.ToString(),&lt;br /&gt;
              SystemInformation.VerticalScrollBarWidth.ToString(),&lt;br /&gt;
              SystemInformation.VirtualScreen.ToString(),&lt;br /&gt;
              SystemInformation.WorkingArea.ToString(),&lt;br /&gt;
              };&lt;br /&gt;
          }    &lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.ArrangeDirection==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt; &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class MainClass{&lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
          Console.WriteLine(SystemInformation.ArrangeDirection);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.ArrangeStartingPosition==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt; &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class MainClass{&lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
          Console.WriteLine(SystemInformation.ArrangeStartingPosition);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.BootMode==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt; &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class MainClass{&lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
          Console.WriteLine(SystemInformation.BootMode);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.Border3DSize==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt; &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class MainClass{&lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
          Console.WriteLine(SystemInformation.Border3DSize);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.BorderSize==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt; &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class MainClass{&lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
   &lt;br /&gt;
          Console.WriteLine(SystemInformation.BorderSize);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.CaptionButtonSize==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt; &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class MainClass{&lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
   &lt;br /&gt;
          Console.WriteLine(SystemInformation.CaptionButtonSize);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.CaptionHeight==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt; &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class MainClass{&lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
          Console.WriteLine(SystemInformation.CaptionHeight);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.ComputerName==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt; &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class MainClass{&lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
   &lt;br /&gt;
          Console.WriteLine(SystemInformation.ruputerName);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.CursorSize==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt; &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class MainClass{&lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
   &lt;br /&gt;
          Console.WriteLine(SystemInformation.CursorSize);&lt;br /&gt;
   &lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.DbcsEnabled==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt; &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class MainClass{&lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
   &lt;br /&gt;
          Console.WriteLine(SystemInformation.DbcsEnabled);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SystemInformation.PrimaryMonitor==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt; &lt;br /&gt;
using System;&lt;br /&gt;
using System.Drawing;&lt;br /&gt;
using System.Windows.Forms;&lt;br /&gt;
   &lt;br /&gt;
class ScribbleWithBitmap: Form&lt;br /&gt;
{&lt;br /&gt;
     bool     bTracking;&lt;br /&gt;
     Point    ptLast;&lt;br /&gt;
     Bitmap   bitmap;&lt;br /&gt;
     Graphics grfxBm;&lt;br /&gt;
   &lt;br /&gt;
     public static void Main()&lt;br /&gt;
     {&lt;br /&gt;
          Application.Run(new ScribbleWithBitmap());&lt;br /&gt;
     }&lt;br /&gt;
     public ScribbleWithBitmap()&lt;br /&gt;
     {&lt;br /&gt;
          Text = &amp;quot;Scribble with Bitmap&amp;quot;;&lt;br /&gt;
          Size size = SystemInformation.PrimaryMonitorMaximizedWindowSize;&lt;br /&gt;
          bitmap = new Bitmap(size.Width, size.Height);&lt;br /&gt;
   &lt;br /&gt;
          grfxBm = Graphics.FromImage(bitmap);&lt;br /&gt;
          grfxBm.Clear(BackColor);&lt;br /&gt;
     }&lt;br /&gt;
     protected override void OnMouseDown(MouseEventArgs mea)&lt;br /&gt;
     {&lt;br /&gt;
          if (mea.Button != MouseButtons.Left)&lt;br /&gt;
               return;&lt;br /&gt;
   &lt;br /&gt;
          ptLast = new Point(mea.X, mea.Y);&lt;br /&gt;
          bTracking = true;&lt;br /&gt;
     }&lt;br /&gt;
     protected override void OnMouseMove(MouseEventArgs mea)&lt;br /&gt;
     {&lt;br /&gt;
          if (!bTracking)&lt;br /&gt;
               return;&lt;br /&gt;
   &lt;br /&gt;
          Point ptNew = new Point(mea.X, mea.Y);&lt;br /&gt;
          &lt;br /&gt;
          Pen pen = new Pen(ForeColor);&lt;br /&gt;
          Graphics grfx = CreateGraphics();&lt;br /&gt;
          grfx.DrawLine(pen, ptLast, ptNew);&lt;br /&gt;
          grfx.Dispose();&lt;br /&gt;
   &lt;br /&gt;
          grfxBm.DrawLine(pen, ptLast, ptNew);&lt;br /&gt;
   &lt;br /&gt;
          ptLast = ptNew;&lt;br /&gt;
     }&lt;br /&gt;
     protected override void OnMouseUp(MouseEventArgs mea)&lt;br /&gt;
     {&lt;br /&gt;
          bTracking = false;&lt;br /&gt;
     }&lt;br /&gt;
     protected override void OnPaint(PaintEventArgs pea)&lt;br /&gt;
     {&lt;br /&gt;
          Graphics grfx = pea.Graphics;&lt;br /&gt;
          grfx.DrawImage(bitmap, 0, 0, bitmap.Width, bitmap.Height);&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>