<?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=Visual_C%2B%2B_.NET%2FGUI_Form%2FStatusStrip</id>
		<title>Visual C++ .NET/GUI Form/StatusStrip - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://nfex.ru/index.php?action=history&amp;feed=atom&amp;title=Visual_C%2B%2B_.NET%2FGUI_Form%2FStatusStrip"/>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=Visual_C%2B%2B_.NET/GUI_Form/StatusStrip&amp;action=history"/>
		<updated>2026-04-29T17:47:58Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://nfex.ru/index.php?title=Visual_C%2B%2B_.NET/GUI_Form/StatusStrip&amp;diff=3786&amp;oldid=prev</id>
		<title> в 15:31, 26 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=Visual_C%2B%2B_.NET/GUI_Form/StatusStrip&amp;diff=3786&amp;oldid=prev"/>
				<updated>2010-05-26T15:31:02Z</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=Visual_C%2B%2B_.NET/GUI_Form/StatusStrip&amp;diff=3787&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=Visual_C%2B%2B_.NET/GUI_Form/StatusStrip&amp;diff=3787&amp;oldid=prev"/>
				<updated>2010-05-26T12:06:06Z</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;==StatusStrip Demo==&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 namespace System;&lt;br /&gt;
  using namespace System::ComponentModel;&lt;br /&gt;
  using namespace System::Collections;&lt;br /&gt;
  using namespace System::Windows::Forms;&lt;br /&gt;
  using namespace System::Data;&lt;br /&gt;
  using namespace System::Drawing;&lt;br /&gt;
&lt;br /&gt;
  public ref class Form1 : public System::Windows::Forms::Form&lt;br /&gt;
  {&lt;br /&gt;
  public:&lt;br /&gt;
    Form1(void)&lt;br /&gt;
    {&lt;br /&gt;
      InitializeComponent();&lt;br /&gt;
    }&lt;br /&gt;
        System::Windows::Forms::ToolStripContainer^  tsContainer;&lt;br /&gt;
        System::Windows::Forms::StatusStrip^  statusStrip1;&lt;br /&gt;
        System::Windows::Forms::ToolStripStatusLabel^  statusButtons;&lt;br /&gt;
        System::Windows::Forms::ToolStripStatusLabel^  statusXCoord;&lt;br /&gt;
        System::Windows::Forms::ToolStripStatusLabel^  statusYCoord;&lt;br /&gt;
&lt;br /&gt;
    void InitializeComponent(void)&lt;br /&gt;
    {&lt;br /&gt;
            this-&amp;gt;tsContainer =&lt;br /&gt;
                (gcnew System::Windows::Forms::ToolStripContainer());&lt;br /&gt;
            this-&amp;gt;statusStrip1 =&lt;br /&gt;
                (gcnew System::Windows::Forms::StatusStrip());&lt;br /&gt;
            this-&amp;gt;statusButtons =&lt;br /&gt;
                (gcnew System::Windows::Forms::ToolStripStatusLabel());&lt;br /&gt;
            this-&amp;gt;statusXCoord =&lt;br /&gt;
                (gcnew System::Windows::Forms::ToolStripStatusLabel());&lt;br /&gt;
            this-&amp;gt;statusYCoord =&lt;br /&gt;
                (gcnew System::Windows::Forms::ToolStripStatusLabel());&lt;br /&gt;
            this-&amp;gt;tsContainer-&amp;gt;BottomToolStripPanel-&amp;gt;SuspendLayout();&lt;br /&gt;
            this-&amp;gt;tsContainer-&amp;gt;SuspendLayout();&lt;br /&gt;
            this-&amp;gt;statusStrip1-&amp;gt;SuspendLayout();&lt;br /&gt;
            this-&amp;gt;SuspendLayout();&lt;br /&gt;
            //&lt;br /&gt;
            // tsContainer&lt;br /&gt;
            //&lt;br /&gt;
            //&lt;br /&gt;
            // tsContainer.BottomToolStripPanel&lt;br /&gt;
            //&lt;br /&gt;
            this-&amp;gt;tsContainer-&amp;gt;BottomToolStripPanel-&amp;gt;Controls-&amp;gt;Add(&lt;br /&gt;
                this-&amp;gt;statusStrip1);&lt;br /&gt;
            //&lt;br /&gt;
            // tsContainer.ContentPanel&lt;br /&gt;
            //&lt;br /&gt;
            this-&amp;gt;tsContainer-&amp;gt;ContentPanel-&amp;gt;Size =&lt;br /&gt;
                System::Drawing::Size(292, 251);&lt;br /&gt;
            this-&amp;gt;tsContainer-&amp;gt;ContentPanel-&amp;gt;MouseDown +=&lt;br /&gt;
                gcnew System::Windows::Forms::MouseEventHandler(this,&lt;br /&gt;
                &amp;amp;Form1::tsContainer_ContentPanel_MouseDown);&lt;br /&gt;
            this-&amp;gt;tsContainer-&amp;gt;ContentPanel-&amp;gt;MouseMove +=&lt;br /&gt;
                gcnew System::Windows::Forms::MouseEventHandler(this,&lt;br /&gt;
                &amp;amp;Form1::tsContainer1_ContentPanel_MouseMove);&lt;br /&gt;
            this-&amp;gt;tsContainer-&amp;gt;Dock = System::Windows::Forms::DockStyle::Fill;&lt;br /&gt;
            this-&amp;gt;tsContainer-&amp;gt;Location = System::Drawing::Point(0, 0);&lt;br /&gt;
            this-&amp;gt;tsContainer-&amp;gt;Name = L&amp;quot;tsContainer&amp;quot;;&lt;br /&gt;
            this-&amp;gt;tsContainer-&amp;gt;Size = System::Drawing::Size(292, 273);&lt;br /&gt;
            this-&amp;gt;tsContainer-&amp;gt;TabIndex = 0;&lt;br /&gt;
            this-&amp;gt;tsContainer-&amp;gt;Text = L&amp;quot;toolStripContainer1&amp;quot;;&lt;br /&gt;
            //&lt;br /&gt;
            // statusStrip1&lt;br /&gt;
            //&lt;br /&gt;
            this-&amp;gt;statusStrip1-&amp;gt;Dock = System::Windows::Forms::DockStyle::None;&lt;br /&gt;
            this-&amp;gt;statusStrip1-&amp;gt;Items-&amp;gt;AddRange(&lt;br /&gt;
                gcnew cli::array&amp;lt; System::Windows::Forms::ToolStripItem^&amp;gt;(3)&lt;br /&gt;
                {this-&amp;gt;statusButtons, this-&amp;gt;statusXCoord, this-&amp;gt;statusYCoord});&lt;br /&gt;
            this-&amp;gt;statusStrip1-&amp;gt;Location = System::Drawing::Point(0, 0);&lt;br /&gt;
            this-&amp;gt;statusStrip1-&amp;gt;Name = L&amp;quot;statusStrip1&amp;quot;;&lt;br /&gt;
            this-&amp;gt;statusStrip1-&amp;gt;Size = System::Drawing::Size(292, 22);&lt;br /&gt;
            this-&amp;gt;statusStrip1-&amp;gt;TabIndex = 0;&lt;br /&gt;
            //&lt;br /&gt;
            // statusButtons&lt;br /&gt;
            //&lt;br /&gt;
            this-&amp;gt;statusButtons-&amp;gt;Name = L&amp;quot;statusButtons&amp;quot;;&lt;br /&gt;
            this-&amp;gt;statusButtons-&amp;gt;Size = System::Drawing::Size(177, 17);&lt;br /&gt;
            this-&amp;gt;statusButtons-&amp;gt;Spring = true;&lt;br /&gt;
            this-&amp;gt;statusButtons-&amp;gt;TextAlign =&lt;br /&gt;
                System::Drawing::ContentAlignment::MiddleLeft;&lt;br /&gt;
            //&lt;br /&gt;
            // statusXCoord&lt;br /&gt;
            //&lt;br /&gt;
            this-&amp;gt;statusXCoord-&amp;gt;AutoSize = false;&lt;br /&gt;
            this-&amp;gt;statusXCoord-&amp;gt;BorderSides =&lt;br /&gt;
            static_cast&amp;lt;System::Windows::Forms::ToolStripStatusLabelBorderSides&amp;gt;&lt;br /&gt;
            ((((System::Windows::Forms::ToolStripStatusLabelBorderSides::Left&lt;br /&gt;
            | System::Windows::Forms::ToolStripStatusLabelBorderSides::Top)&lt;br /&gt;
            | System::Windows::Forms::ToolStripStatusLabelBorderSides::Right)&lt;br /&gt;
            | System::Windows::Forms::ToolStripStatusLabelBorderSides::Bottom));&lt;br /&gt;
            this-&amp;gt;statusXCoord-&amp;gt;BorderStyle =&lt;br /&gt;
                System::Windows::Forms::Border3DStyle::Sunken;&lt;br /&gt;
            this-&amp;gt;statusXCoord-&amp;gt;Name = L&amp;quot;statusXCoord&amp;quot;;&lt;br /&gt;
            this-&amp;gt;statusXCoord-&amp;gt;Size = System::Drawing::Size(50, 17);&lt;br /&gt;
            //&lt;br /&gt;
            // statusYCoord&lt;br /&gt;
            //&lt;br /&gt;
            this-&amp;gt;statusYCoord-&amp;gt;AutoSize = false;&lt;br /&gt;
            this-&amp;gt;statusYCoord-&amp;gt;BorderSides =&lt;br /&gt;
            static_cast&amp;lt;System::Windows::Forms::ToolStripStatusLabelBorderSides&amp;gt;&lt;br /&gt;
            ((((System::Windows::Forms::ToolStripStatusLabelBorderSides::Left&lt;br /&gt;
            | System::Windows::Forms::ToolStripStatusLabelBorderSides::Top)&lt;br /&gt;
            | System::Windows::Forms::ToolStripStatusLabelBorderSides::Right)&lt;br /&gt;
            | System::Windows::Forms::ToolStripStatusLabelBorderSides::Bottom));&lt;br /&gt;
            this-&amp;gt;statusYCoord-&amp;gt;BorderStyle =&lt;br /&gt;
                System::Windows::Forms::Border3DStyle::Sunken;&lt;br /&gt;
            this-&amp;gt;statusYCoord-&amp;gt;Name = L&amp;quot;statusYCoord&amp;quot;;&lt;br /&gt;
            this-&amp;gt;statusYCoord-&amp;gt;Size = System::Drawing::Size(50, 17);&lt;br /&gt;
            //&lt;br /&gt;
            // Form1&lt;br /&gt;
            //&lt;br /&gt;
            this-&amp;gt;AutoScaleDimensions = System::Drawing::SizeF(6, 13);&lt;br /&gt;
            this-&amp;gt;AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;&lt;br /&gt;
            this-&amp;gt;ClientSize = System::Drawing::Size(292, 273);&lt;br /&gt;
            this-&amp;gt;Controls-&amp;gt;Add(this-&amp;gt;tsContainer);&lt;br /&gt;
            this-&amp;gt;Name = L&amp;quot;Form1&amp;quot;;&lt;br /&gt;
            this-&amp;gt;Text = L&amp;quot;Status Strip Mouse Tracking&amp;quot;;&lt;br /&gt;
            this-&amp;gt;tsContainer-&amp;gt;BottomToolStripPanel-&amp;gt;ResumeLayout(false);&lt;br /&gt;
            this-&amp;gt;tsContainer-&amp;gt;BottomToolStripPanel-&amp;gt;PerformLayout();&lt;br /&gt;
            this-&amp;gt;tsContainer-&amp;gt;ResumeLayout(false);&lt;br /&gt;
            this-&amp;gt;tsContainer-&amp;gt;PerformLayout();&lt;br /&gt;
            this-&amp;gt;statusStrip1-&amp;gt;ResumeLayout(false);&lt;br /&gt;
            this-&amp;gt;statusStrip1-&amp;gt;PerformLayout();&lt;br /&gt;
            this-&amp;gt;ResumeLayout(false);&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
  private:&lt;br /&gt;
        System::Void tsContainer_ContentPanel_MouseDown(System::Object^ sender,&lt;br /&gt;
                                     System::Windows::Forms::MouseEventArgs^ e)&lt;br /&gt;
        {&lt;br /&gt;
           // clicked mouse button in first status bar panel&lt;br /&gt;
            if (e-&amp;gt;Button == System::Windows::Forms::MouseButtons::Right)&lt;br /&gt;
                statusButtons-&amp;gt;Text = &amp;quot;Right&amp;quot;;&lt;br /&gt;
            else if (e-&amp;gt;Button == System::Windows::Forms::MouseButtons::Left)&lt;br /&gt;
                statusButtons-&amp;gt;Text = &amp;quot;Left&amp;quot;;&lt;br /&gt;
            else&lt;br /&gt;
                statusButtons-&amp;gt;Text = &amp;quot;Middle&amp;quot;;&lt;br /&gt;
         }&lt;br /&gt;
        System::Void tsContainer1_ContentPanel_MouseMove(System::Object^ sender,&lt;br /&gt;
                                     System::Windows::Forms::MouseEventArgs^  e)&lt;br /&gt;
        {&lt;br /&gt;
             // x,y coords in second and third status bar panels&lt;br /&gt;
            statusXCoord-&amp;gt;Text = String::Format(&amp;quot;X={0}&amp;quot;, e-&amp;gt;X);&lt;br /&gt;
            statusYCoord-&amp;gt;Text = String::Format(&amp;quot;Y={0}&amp;quot;, e-&amp;gt;Y);&lt;br /&gt;
        }&lt;br /&gt;
  };&lt;br /&gt;
&lt;br /&gt;
[STAThreadAttribute]&lt;br /&gt;
int main(array&amp;lt;System::String ^&amp;gt; ^args)&lt;br /&gt;
{&lt;br /&gt;
  Application::Run(gcnew Form1());&lt;br /&gt;
  return 0;&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>