Update of /cvsroot/mmclibrary/mmclibrary/MMCTest2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20487
Modified Files:
MMCTest2.csproj MyFormNode.cs MyPropertyPage.cs
MyReportNode.cs TestSnapinBase.cs UserControl2.cs
UserControl2.resx WzdAddItem.cs WzdSnapinManager.cs
Log Message:
adopt mmclib2 changes 20-1-05
Index: WzdAddItem.cs
===================================================================
RCS file: /cvsroot/mmclibrary/mmclibrary/MMCTest2/WzdAddItem.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** WzdAddItem.cs 31 Mar 2004 07:58:46 -0000 1.3
--- WzdAddItem.cs 20 Jan 2005 00:10:51 -0000 1.4
***************
*** 59,73 ****
// pictWizLogo
//
! this.pictWizLogo.Name = "pictWizLogo";
//
// lblExpandedDescription
//
! this.lblExpandedDescription.Name = "lblExpandedDescription";
! this.lblExpandedDescription.Text = "Fill in the following form";
//
// lblPageCaption
//
! this.lblPageCaption.Name = "lblPageCaption";
! this.lblPageCaption.Text = "Add Item to List";
//
// label1
--- 59,73 ----
// pictWizLogo
//
! this.m_pictWizLogo.Name = "pictWizLogo";
//
// lblExpandedDescription
//
! this.m_lblExpandedDescription.Name = "lblExpandedDescription";
! this.m_lblExpandedDescription.Text = "Fill in the following form";
//
// lblPageCaption
//
! this.m_lblPageCaption.Name = "lblPageCaption";
! this.m_lblPageCaption.Text = "Add Item to List";
//
// label1
Index: UserControl2.resx
===================================================================
RCS file: /cvsroot/mmclibrary/mmclibrary/MMCTest2/UserControl2.resx,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** UserControl2.resx 31 Mar 2004 07:58:46 -0000 1.3
--- UserControl2.resx 20 Jan 2005 00:10:51 -0000 1.4
***************
*** 2,61 ****
<root>
<!--
! Microsoft ResX Schema
!
! Version 1.3
! The primary goals of this format is to allow a simple XML format
! that is mostly human readable. The generation and parsing of the
! various data types are done through the TypeConverter classes
! associated with the data types.
!
! Example:
!
! ... ado.net/XML headers & schema ...
! <resheader name="resmimetype">text/microsoft-resx</resheader>
! <resheader name="version">1.3</resheader>
! <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
! <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
! <data name="Name1">this is my long string</data>
! <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
! <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
! [base64 mime encoded serialized .NET Framework object]
! </data>
! <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
! [base64 mime encoded string representing a byte array form of the .NET Framework object]
! </data>
!
! There are any number of "resheader" rows that contain simple
! name/value pairs.
!
! Each data row contains a name, and value. The row also contains a
! type or mimetype. Type corresponds to a .NET class that support
! text/value conversion through the TypeConverter architecture.
! Classes that don't support this are serialized and stored with the
! mimetype set.
!
! The mimetype is used for serialized objects, and tells the
! ResXResourceReader how to depersist the object. This is currently not
! extensible. For a given mimetype the value must be set accordingly:
!
! Note - application/x-microsoft.net.object.binary.base64 is the format
! that the ResXResourceWriter will generate, however the reader can
! read any of the formats listed below.
!
! mimetype: application/x-microsoft.net.object.binary.base64
! value : The object must be serialized with
! : System.Serialization.Formatters.Binary.BinaryFormatter
! : and then encoded with base64 encoding.
!
! mimetype: application/x-microsoft.net.object.soap.base64
! value : The object must be serialized with
! : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
! : and then encoded with base64 encoding.
! mimetype: application/x-microsoft.net.object.bytearray.base64
! value : The object must be serialized into a byte array
! : using a System.ComponentModel.TypeConverter
! : and then encoded with base64 encoding.
! -->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
--- 2,62 ----
<root>
<!--
! Microsoft ResX Schema
!
! Version 1.3
!
! The primary goals of this format is to allow a simple XML format
! that is mostly human readable. The generation and parsing of the
! various data types are done through the TypeConverter classes
! associated with the data types.
!
! Example:
!
! ... ado.net/XML headers & schema ...
! <resheader name="resmimetype">text/microsoft-resx</resheader>
! <resheader name="version">1.3</resheader>
! <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
! <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
! <data name="Name1">this is my long string</data>
! <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
! <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
! [base64 mime encoded serialized .NET Framework object]
! </data>
! <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
! [base64 mime encoded string representing a byte array form of the .NET Framework object]
! </data>
! There are any number of "resheader" rows that contain simple
! name/value pairs.
!
! Each data row contains a name, and value. The row also contains a
! type or mimetype. Type corresponds to a .NET class that support
! text/value conversion through the TypeConverter architecture.
! Classes that don't support this are serialized and stored with the
! mimetype set.
!
! The mimetype is used forserialized objects, and tells the
! ResXResourceReader how to depersist the object. This is currently not
! extensible. For a given mimetype the value must be set accordingly:
!
! Note - application/x-microsoft.net.object.binary.base64 is the format
! that the ResXResourceWriter will generate, however the reader can
! read any of the formats listed below.
!
! mimetype: application/x-microsoft.net.object.binary.base64
! value : The object must be serialized with
! : System.Serialization.Formatters.Binary.BinaryFormatter
! : and then encoded with base64 encoding.
!
! mimetype: application/x-microsoft.net.object.soap.base64
! value : The object must be serialized with
! : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
! : and then encoded with base64 encoding.
!
! mimetype: application/x-microsoft.net.object.bytearray.base64
! value : The object must be serialized into a byte array
! : using a System.ComponentModel.TypeConverter
! : and then encoded with base64 encoding.
! -->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
***************
*** 92,102 ****
</resheader>
<resheader name="reader">
! <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
! <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="$this.Name">
<value>UserControl2</value>
</data>
</root>
\ No newline at end of file
--- 93,391 ----
</resheader>
<resheader name="reader">
! <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
! <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
+ <data name="tabControl1.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>True</value>
+ </data>
+ <data name="tabControl1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="tabControl1.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>True</value>
+ </data>
+ <data name="tabControl1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="tabControl1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="tabControl1.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <value>8, 8</value>
+ </data>
+ <data name="tabPage1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="tabPage1.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>True</value>
+ </data>
+ <data name="tabPage1.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>True</value>
+ </data>
+ <data name="tabPage1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="tabPage1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="tabPage1.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <value>8, 8</value>
+ </data>
+ <data name="button3.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="button3.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="button3.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="button2.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="button2.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="button2.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="button1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="button1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="button1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="tabPage3.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="tabPage3.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>True</value>
+ </data>
+ <data name="tabPage3.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>True</value>
+ </data>
+ <data name="tabPage3.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="tabPage3.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="tabPage3.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <value>8, 8</value>
+ </data>
+ <data name="listView1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="listView1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="listView1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="textBox4.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="textBox4.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="textBox4.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="textBox3.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="textBox3.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="textBox3.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="textBox2.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="textBox2.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="textBox2.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="textBox1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="textBox1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="textBox1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="tabPage2.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="tabPage2.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>True</value>
+ </data>
+ <data name="tabPage2.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>True</value>
+ </data>
+ <data name="tabPage2.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="tabPage2.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="tabPage2.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <value>8, 8</value>
+ </data>
+ <data name="groupBox1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="groupBox1.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <value>8, 8</value>
+ </data>
+ <data name="groupBox1.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>True</value>
+ </data>
+ <data name="groupBox1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="groupBox1.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>True</value>
+ </data>
+ <data name="groupBox1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="dataGrid1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="dataGrid1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="dataGrid1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="monthCalendar1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="monthCalendar1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="monthCalendar1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="dateTimePicker1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="dateTimePicker1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="dateTimePicker1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="tabPage4.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="tabPage4.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>True</value>
+ </data>
+ <data name="tabPage4.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>True</value>
+ </data>
+ <data name="tabPage4.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="tabPage4.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="tabPage4.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <value>8, 8</value>
+ </data>
+ <data name="textBox6.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="textBox6.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="textBox6.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="button4.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="button4.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="button4.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="textBox5.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="textBox5.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="textBox5.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="tabPage5.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="tabPage5.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>True</value>
+ </data>
+ <data name="tabPage5.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>True</value>
+ </data>
+ <data name="tabPage5.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="tabPage5.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="tabPage5.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <value>8, 8</value>
+ </data>
+ <data name="listView2.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="listView2.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="listView2.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="$this.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="$this.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>True</value>
+ </data>
<data name="$this.Name">
<value>UserControl2</value>
</data>
+ <data name="$this.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>True</value>
+ </data>
+ <data name="$this.TrayHeight" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>80</value>
+ </data>
+ <data name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>(Default)</value>
+ </data>
+ <data name="$this.Localizable" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="$this.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="$this.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+ <value>8, 8</value>
+ </data>
</root>
\ No newline at end of file
Index: MyFormNode.cs
===================================================================
RCS file: /cvsroot/mmclibrary/mmclibrary/MMCTest2/MyFormNode.cs,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** MyFormNode.cs 5 Dec 2004 15:49:04 -0000 1.8
--- MyFormNode.cs 20 Jan 2005 00:10:50 -0000 1.9
***************
*** 10,14 ****
public class MyFormNode : FormNode
{
! public MyFormNode(Type controlType,SnapinBase snapin, String displayName, String closedIco, String openIco) : base(snapin, displayName, controlType, closedIco, openIco)
{
}
--- 10,14 ----
public class MyFormNode : FormNode
{
! public MyFormNode(Type controlType, SnapinBase snapin, String displayName, String closedIco, String openIco) : base(snapin, displayName, controlType, closedIco, openIco)
{
}
Index: MyReportNode.cs
===================================================================
RCS file: /cvsroot/mmclibrary/mmclibrary/MMCTest2/MyReportNode.cs,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** MyReportNode.cs 7 Nov 2004 14:45:32 -0000 1.11
--- MyReportNode.cs 20 Jan 2005 00:10:50 -0000 1.12
***************
*** 20,31 ****
{
this.MultiSelectMode = true; // Alex
! m_items = new ArrayList();
! m_items.Add(new MyResultViewItem("Poekie", "8", "Cat",
this.Snapin, this, "MMCTest2.images.Happy.ico", "MMCTest2.images.Happy.ico"));
! m_items.Add(new MyResultViewItem("Kimmy", "12", "Cat",
this.Snapin, this, "MMCTest2.images.Happy.ico", "MMCTest2.images.Happy.ico"));
for(int i=0;i<1000;i++)
{
! m_items.Add(new MyResultViewItem("Kimmy-" + i , "12", "Cat",
this.Snapin, this, "MMCTest2.images.Happy.ico", "MMCTest2.images.Happy.ico"));
}
--- 20,31 ----
{
this.MultiSelectMode = true; // Alex
! Items = new ArrayList();
! Items.Add(new MyResultViewItem("Poekie", "8", "Cat",
this.Snapin, this, "MMCTest2.images.Happy.ico", "MMCTest2.images.Happy.ico"));
! Items.Add(new MyResultViewItem("Kimmy", "12", "Cat",
this.Snapin, this, "MMCTest2.images.Happy.ico", "MMCTest2.images.Happy.ico"));
for(int i=0;i<1000;i++)
{
! Items.Add(new MyResultViewItem("Kimmy-" + i , "12", "Cat",
this.Snapin, this, "MMCTest2.images.Happy.ico", "MMCTest2.images.Happy.ico"));
}
***************
*** 66,76 ****
}
! public override ArrayList Items
! {
! get
! {
! return m_items;
! }
! }
public override ArrayList Menus
--- 66,76 ----
}
! // public override ArrayList Items
! // {
! // get
! // {
! // return m_items;
! // }
! // }
public override ArrayList Menus
***************
*** 102,106 ****
String type = ((WzdAddItem)pages[0]).tbKind.Text;
String age = ((WzdAddItem)pages[0]).spinnerAge.Value.ToString();
! m_items.Add(new MyResultViewItem(name, age, type, this.Snapin, this,
"MMCTest2.images.Happy.ico","MMCTest2.images.Happy.ico"));
this.RefreshResultConsole();
--- 102,106 ----
String type = ((WzdAddItem)pages[0]).tbKind.Text;
String age = ((WzdAddItem)pages[0]).spinnerAge.Value.ToString();
! Items.Add(new MyResultViewItem(name, age, type, this.Snapin, this,
"MMCTest2.images.Happy.ico","MMCTest2.images.Happy.ico"));
this.RefreshResultConsole();
Index: MyPropertyPage.cs
===================================================================
RCS file: /cvsroot/mmclibrary/mmclibrary/MMCTest2/MyPropertyPage.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** MyPropertyPage.cs 15 Nov 2004 20:14:38 -0000 1.5
--- MyPropertyPage.cs 20 Jan 2005 00:10:50 -0000 1.6
***************
*** 44,52 ****
}
! protected override void InvokeMmcAfterClose()
! {
! m_node.AddChild(new BaseNode(m_snapin, "tryout", "", ""));
! m_node.InsertChildren();
! }
--- 44,52 ----
}
! //protected override void InvokeMmcAfterClose()
! //{
! // m_node.AddChild(new BaseNode(m_snapin, "tryout", "", ""));
! // m_node.InsertChildren();
! //}
Index: TestSnapinBase.cs
===================================================================
RCS file: /cvsroot/mmclibrary/mmclibrary/MMCTest2/TestSnapinBase.cs,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** TestSnapinBase.cs 7 Nov 2004 14:45:32 -0000 1.8
--- TestSnapinBase.cs 20 Jan 2005 00:10:51 -0000 1.9
***************
*** 2,5 ****
--- 2,6 ----
using System.IO;
using System.Runtime.InteropServices;
+ using System.Windows.Forms;
using Ironring.MMC.Core;
***************
*** 17,21 ****
Guid("CC80F65A-54D8-4899-B1AE-892248EEE50D")
]
! public class TestSnapinBase : SnapinBase
{
public TestSnapinBase() : base()
--- 18,22 ----
Guid("CC80F65A-54D8-4899-B1AE-892248EEE50D")
]
! public class TestSnapinBase : SnapinBase, IMessageFilter
{
public TestSnapinBase() : base()
***************
*** 80,83 ****
--- 81,112 ----
WizardBase.ShowWizard("Startup Snapin Manager Wizard", new WizardPage[] {new WzdSnapinManager()}, new WizardBase.WizardAction(ManagerHandler));
}
+
+ private void InitializeComponent()
+ {
+ //
+ // TestSnapinBase
+ //
+ this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TestSnapinBase_KeyPress);
+
+ }
+
+ private void TestSnapinBase_KeyPress(object sender, System.Windows.Forms.KeyPressEventArgs e)
+ {
+ if(e.KeyChar == (char)13) System.Windows.Forms.MessageBox.Show("hoi");
+ }
+
+ const int WM_KEYDOWN = 0x100;
+ const int WM_KEYUP = 0x101;
+
+ public bool PreFilterMessage(ref Message m)
+ {
+ Keys keyCode = (Keys)(int)m.WParam & Keys.KeyCode;
+ if(m.Msg == WM_KEYDOWN && keyCode == Keys.Enter)
+ {
+ System.Windows.Forms.MessageBox.Show("hoi dit is een enter");
+ return false;
+ }
+ return true;
+ }
}
}
Index: WzdSnapinManager.cs
===================================================================
RCS file: /cvsroot/mmclibrary/mmclibrary/MMCTest2/WzdSnapinManager.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** WzdSnapinManager.cs 31 Mar 2004 07:58:46 -0000 1.3
--- WzdSnapinManager.cs 20 Jan 2005 00:10:51 -0000 1.4
***************
*** 77,90 ****
// pictWizLogo
//
! this.pictWizLogo.Name = "pictWizLogo";
//
// lblExpandedDescription
//
! this.lblExpandedDescription.Name = "lblExpandedDescription";
//
// lblPageCaption
//
! this.lblPageCaption.Name = "lblPageCaption";
! this.lblPageCaption.Text = "Snapin Manager";
//
// radioButton1
--- 77,90 ----
// pictWizLogo
//
! this.m_pictWizLogo.Name = "pictWizLogo";
//
// lblExpandedDescription
//
! this.m_lblExpandedDescription.Name = "lblExpandedDescription";
//
// lblPageCaption
//
! this.m_lblPageCaption.Name = "lblPageCaption";
! this.m_lblPageCaption.Text = "Snapin Manager";
//
// radioButton1
Index: UserControl2.cs
===================================================================
RCS file: /cvsroot/mmclibrary/mmclibrary/MMCTest2/UserControl2.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** UserControl2.cs 31 Mar 2004 07:58:46 -0000 1.3
--- UserControl2.cs 20 Jan 2005 00:10:51 -0000 1.4
***************
*** 6,9 ****
--- 6,12 ----
using System.Windows.Forms;
+ using Ironring.MMC.Nodes;
+ using Ironring.MMC.Core;
+
namespace MMCTest2
{
***************
*** 11,15 ****
/// Summary description for UserControl2.
/// </summary>
! public class UserControl2 : System.Windows.Forms.UserControl
{
private System.Windows.Forms.TabControl tabControl1;
--- 14,18 ----
/// Summary description for UserControl2.
/// </summary>
! public class UserControl2 : System.Windows.Forms.UserControl, ISnapinLink
{
private System.Windows.Forms.TabControl tabControl1;
***************
*** 29,32 ****
--- 32,41 ----
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.ListView listView1;
+ private System.Windows.Forms.TabPage tabPage4;
+ private System.Windows.Forms.TextBox textBox5;
+ private System.Windows.Forms.TabPage tabPage5;
+ private System.Windows.Forms.ListView listView2;
+ private System.Windows.Forms.Button button4;
+ private System.Windows.Forms.TextBox textBox6;
/// <summary>
/// Required designer variable.
***************
*** 38,46 ****
// This call is required by the Windows.Forms Form Designer.
InitializeComponent();
-
// TODO: Add any initialization after the InitForm call
}
/// <summary>
/// Clean up any resources being used.
--- 47,61 ----
// This call is required by the Windows.Forms Form Designer.
InitializeComponent();
// TODO: Add any initialization after the InitForm call
}
+ protected BaseNode m_contextnode;
+ public BaseNode ContextNode
+ {
+ get{return m_contextnode;}
+ set{m_contextnode = value;}
+ }
+
/// <summary>
/// Clean up any resources being used.
***************
*** 65,267 ****
private void InitializeComponent()
{
! this.tabControl1 = new System.Windows.Forms.TabControl();
! this.tabPage1 = new System.Windows.Forms.TabPage();
! this.button3 = new System.Windows.Forms.Button();
! this.button2 = new System.Windows.Forms.Button();
! this.button1 = new System.Windows.Forms.Button();
! this.tabPage2 = new System.Windows.Forms.TabPage();
! this.groupBox1 = new System.Windows.Forms.GroupBox();
! this.dataGrid1 = new System.Windows.Forms.DataGrid();
! this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
! this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
! this.tabPage3 = new System.Windows.Forms.TabPage();
! this.listView1 = new System.Windows.Forms.ListView();
! this.textBox4 = new System.Windows.Forms.TextBox();
! this.textBox3 = new System.Windows.Forms.TextBox();
! this.textBox2 = new System.Windows.Forms.TextBox();
! this.textBox1 = new System.Windows.Forms.TextBox();
! this.tabControl1.SuspendLayout();
! this.tabPage1.SuspendLayout();
! this.tabPage2.SuspendLayout();
! this.groupBox1.SuspendLayout();
! ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
! this.tabPage3.SuspendLayout();
! this.SuspendLayout();
! //
! // tabControl1
! //
! this.tabControl1.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
! | System.Windows.Forms.AnchorStyles.Left)
! | System.Windows.Forms.AnchorStyles.Right);
! this.tabControl1.Controls.AddRange(new System.Windows.Forms.Control[] {
! this.tabPage1,
! this.tabPage2,
! this.tabPage3});
! this.tabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
! this.tabControl1.Location = new System.Drawing.Point(8, 8);
! this.tabControl1.Name = "tabControl1";
! this.tabControl1.SelectedIndex = 0;
! this.tabControl1.Size = new System.Drawing.Size(406, 304);
! this.tabControl1.TabIndex = 0;
! this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
! //
! // tabPage1
! //
! this.tabPage1.Controls.AddRange(new System.Windows.Forms.Control[] {
! this.button3,
! this.button2,
! this.button1});
! this.tabPage1.Location = new System.Drawing.Point(4, 22);
! this.tabPage1.Name = "tabPage1";
! this.tabPage1.Size = new System.Drawing.Size(398, 278);
! this.tabPage1.TabIndex = 0;
! this.tabPage1.Text = "tabPage1";
! //
! // button3
! //
! this.button3.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
! this.button3.Location = new System.Drawing.Point(296, 216);
! this.button3.Name = "button3";
! this.button3.Size = new System.Drawing.Size(88, 48);
! this.button3.TabIndex = 2;
! this.button3.Text = "button3";
! //
! // button2
! //
! this.button2.Anchor = System.Windows.Forms.AnchorStyles.None;
! this.button2.Location = new System.Drawing.Point(152, 112);
! this.button2.Name = "button2";
! this.button2.Size = new System.Drawing.Size(88, 48);
! this.button2.TabIndex = 1;
! this.button2.Text = "button2";
! //
! // button1
! //
! this.button1.Location = new System.Drawing.Point(16, 16);
! this.button1.Name = "button1";
! this.button1.Size = new System.Drawing.Size(88, 48);
! this.button1.TabIndex = 0;
! this.button1.Text = "button1";
! //
! // tabPage2
! //
! this.tabPage2.Controls.AddRange(new System.Windows.Forms.Control[] {
! this.groupBox1});
! this.tabPage2.Location = new System.Drawing.Point(4, 22);
! this.tabPage2.Name = "tabPage2";
! this.tabPage2.Size = new System.Drawing.Size(398, 278);
! this.tabPage2.TabIndex = 1;
! this.tabPage2.Text = "tabPage2";
! //
! // groupBox1
! //
! this.groupBox1.Controls.AddRange(new System.Windows.Forms.Control[] {
! this.dataGrid1,
! this.monthCalendar1,
! this.dateTimePicker1});
! this.groupBox1.Location = new System.Drawing.Point(8, 8);
! this.groupBox1.Name = "groupBox1";
! this.groupBox1.Size = new System.Drawing.Size(384, 256);
! this.groupBox1.TabIndex = 0;
! this.groupBox1.TabStop = false;
! this.groupBox1.Text = "groupBox1";
! //
! // dataGrid1
! //
! this.dataGrid1.DataMember = "";
! this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
! this.dataGrid1.Location = new System.Drawing.Point(240, 24);
! this.dataGrid1.Name = "dataGrid1";
! this.dataGrid1.Size = new System.Drawing.Size(128, 216);
! this.dataGrid1.TabIndex = 2;
! //
! // monthCalendar1
! //
! this.monthCalendar1.Location = new System.Drawing.Point(16, 88);
! this.monthCalendar1.Name = "monthCalendar1";
! this.monthCalendar1.TabIndex = 1;
! //
! // dateTimePicker1
! //
! this.dateTimePicker1.Location = new System.Drawing.Point(16, 48);
! this.dateTimePicker1.Name = "dateTimePicker1";
! this.dateTimePicker1.Size = new System.Drawing.Size(208, 20);
! this.dateTimePicker1.TabIndex = 0;
! //
! // tabPage3
! //
! this.tabPage3.Controls.AddRange(new System.Windows.Forms.Control[] {
! this.listView1,
! this.textBox4,
! this.textBox3,
! this.textBox2,
! this.textBox1});
! this.tabPage3.Location = new System.Drawing.Point(4, 22);
! this.tabPage3.Name = "tabPage3";
! this.tabPage3.Size = new System.Drawing.Size(398, 278);
! this.tabPage3.TabIndex = 2;
! this.tabPage3.Text = "tabPage3";
! //
! // listView1
! //
! this.listView1.Location = new System.Drawing.Point(200, 16);
! this.listView1.Name = "listView1";
! this.listView1.Size = new System.Drawing.Size(184, 248);
! this.listView1.TabIndex = 4;
! //
! // textBox4
! //
! this.textBox4.Location = new System.Drawing.Point(16, 112);
! this.textBox4.Name = "textBox4";
! this.textBox4.Size = new System.Drawing.Size(168, 20);
! this.textBox4.TabIndex = 3;
! this.textBox4.Text = "textBox4";
! //
! // textBox3
! //
! this.textBox3.Location = new System.Drawing.Point(16, 80);
! this.textBox3.Name = "textBox3";
! this.textBox3.Size = new System.Drawing.Size(168, 20);
! this.textBox3.TabIndex = 2;
! this.textBox3.Text = "textBox3";
! //
! // textBox2
! //
! this.textBox2.Location = new System.Drawing.Point(16, 48);
! this.textBox2.Name = "textBox2";
! this.textBox2.Size = new System.Drawing.Size(168, 20);
! this.textBox2.TabIndex = 1;
! this.textBox2.Text = "textBox2";
! //
! // textBox1
! //
! this.textBox1.Location = new System.Drawing.Point(16, 16);
! this.textBox1.Name = "textBox1";
! this.textBox1.Size = new System.Drawing.Size(168, 20);
! this.textBox1.TabIndex = 0;
! this.textBox1.Text = "textBox1";
! //
! // UserControl2
! //
! this.Controls.AddRange(new System.Windows.Forms.Control[] {
! this.tabControl1});
! this.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
! this.Name = "UserControl2";
! this.Size = new System.Drawing.Size(424, 328);
! this.tabControl1.ResumeLayout(false);
! this.tabPage1.ResumeLayout(false);
! this.tabPage2.ResumeLayout(false);
! this.groupBox1.ResumeLayout(false);
! ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
! this.tabPage3.ResumeLayout(false);
! this.ResumeLayout(false);
! }
#endregion
- private void tabControl1_SelectedIndexChanged(object sender, System.EventArgs e)
- {
-
- }
}
}
--- 80,351 ----
private void InitializeComponent()
{
! System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("0");
! System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("1");
! System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("2");
! System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("3");
! System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("4");
! System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("5");
! System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem("6");
! this.tabControl1 = new System.Windows.Forms.TabControl();
! this.tabPage1 = new System.Windows.Forms.TabPage();
! this.button3 = new System.Windows.Forms.Button();
! this.button2 = new System.Windows.Forms.Button();
! this.button1 = new System.Windows.Forms.Button();
! this.tabPage3 = new System.Windows.Forms.TabPage();
! this.listView1 = new System.Windows.Forms.ListView();
! this.textBox4 = new System.Windows.Forms.TextBox();
! this.textBox3 = new System.Windows.Forms.TextBox();
! this.textBox2 = new System.Windows.Forms.TextBox();
! this.textBox1 = new System.Windows.Forms.TextBox();
! this.tabPage2 = new System.Windows.Forms.TabPage();
! this.groupBox1 = new System.Windows.Forms.GroupBox();
! this.dataGrid1 = new System.Windows.Forms.DataGrid();
! this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
! this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
! this.tabPage4 = new System.Windows.Forms.TabPage();
! this.textBox6 = new System.Windows.Forms.TextBox();
! this.button4 = new System.Windows.Forms.Button();
! this.textBox5 = new System.Windows.Forms.TextBox();
! this.tabPage5 = new System.Windows.Forms.TabPage();
! this.listView2 = new System.Windows.Forms.ListView();
! this.tabControl1.SuspendLayout();
! this.tabPage1.SuspendLayout();
! this.tabPage3.SuspendLayout();
! this.tabPage2.SuspendLayout();
! this.groupBox1.SuspendLayout();
! ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
! this.tabPage4.SuspendLayout();
! this.tabPage5.SuspendLayout();
! this.SuspendLayout();
! //
! // tabControl1
! //
! this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
! | System.Windows.Forms.AnchorStyles.Left)
! | System.Windows.Forms.AnchorStyles.Right)));
! this.tabControl1.Controls.Add(this.tabPage1);
! this.tabControl1.Controls.Add(this.tabPage3);
! this.tabControl1.Controls.Add(this.tabPage2);
! this.tabControl1.Controls.Add(this.tabPage4);
! this.tabControl1.Controls.Add(this.tabPage5);
! this.tabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
! this.tabControl1.Location = new System.Drawing.Point(8, 8);
! this.tabControl1.Name = "tabControl1";
! this.tabControl1.SelectedIndex = 0;
! this.tabControl1.Size = new System.Drawing.Size(406, 304);
! this.tabControl1.TabIndex = 0;
! //
! // tabPage1
! //
! this.tabPage1.Controls.Add(this.button3);
! this.tabPage1.Controls.Add(this.button2);
! this.tabPage1.Controls.Add(this.button1);
! this.tabPage1.Location = new System.Drawing.Point(4, 22);
! this.tabPage1.Name = "tabPage1";
! this.tabPage1.Size = new System.Drawing.Size(398, 278);
! this.tabPage1.TabIndex = 0;
! this.tabPage1.Text = "tabPage1";
! //
! // button3
! //
! this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
! this.button3.Location = new System.Drawing.Point(296, 216);
! this.button3.Name = "button3";
! this.button3.Size = new System.Drawing.Size(88, 48);
! this.button3.TabIndex = 2;
! this.button3.Text = "button3";
! //
! // button2
! //
! this.button2.Anchor = System.Windows.Forms.AnchorStyles.None;
! this.button2.Location = new System.Drawing.Point(152, 112);
! this.button2.Name = "button2";
! this.button2.Size = new System.Drawing.Size(88, 48);
! this.button2.TabIndex = 1;
! this.button2.Text = "button2";
! //
! // button1
! //
! this.button1.Location = new System.Drawing.Point(16, 16);
! this.button1.Name = "button1";
! this.button1.Size = new System.Drawing.Size(88, 48);
! this.button1.TabIndex = 0;
! this.button1.Text = "button1";
! //
! // tabPage3
! //
! this.tabPage3.Controls.Add(this.listView1);
! this.tabPage3.Controls.Add(this.textBox4);
! this.tabPage3.Controls.Add(this.textBox3);
! this.tabPage3.Controls.Add(this.textBox2);
! this.tabPage3.Controls.Add(this.textBox1);
! this.tabPage3.Location = new System.Drawing.Point(4, 22);
! this.tabPage3.Name = "tabPage3";
! this.tabPage3.Size = new System.Drawing.Size(398, 278);
! this.tabPage3.TabIndex = 2;
! this.tabPage3.Text = "tabPage3";
! //
! // listView1
! //
! this.listView1.Location = new System.Drawing.Point(200, 16);
! this.listView1.Name = "listView1";
! this.listView1.Size = new System.Drawing.Size(184, 248);
! this.listView1.TabIndex = 4;
! //
! // textBox4
! //
! this.textBox4.Location = new System.Drawing.Point(16, 112);
! this.textBox4.Name = "textBox4";
! this.textBox4.Size = new System.Drawing.Size(168, 20);
! this.textBox4.TabIndex = 3;
! this.textBox4.Text = "textBox4";
! //
! // textBox3
! //
! this.textBox3.Location = new System.Drawing.Point(16, 80);
! this.textBox3.Name = "textBox3";
! this.textBox3.Size = new System.Drawing.Size(168, 20);
! this.textBox3.TabIndex = 4;
! this.textBox3.Text = "textBox3";
! //
! // textBox2
! //
! this.textBox2.Location = new System.Drawing.Point(16, 48);
! this.textBox2.Name = "textBox2";
! this.textBox2.Size = new System.Drawing.Size(168, 20);
! this.textBox2.TabIndex = 1;
! this.textBox2.Text = "textBox2";
! //
! // textBox1
! //
! this.textBox1.Location = new System.Drawing.Point(16, 16);
! this.textBox1.Name = "textBox1";
! this.textBox1.Size = new System.Drawing.Size(168, 20);
! this.textBox1.TabIndex = 5;
! this.textBox1.Text = "textBox1";
! //
! // tabPage2
! //
! this.tabPage2.Controls.Add(this.groupBox1);
! this.tabPage2.Location = new System.Drawing.Point(4, 22);
! this.tabPage2.Name = "tabPage2";
! this.tabPage2.Size = new System.Drawing.Size(398, 278);
! this.tabPage2.TabIndex = 1;
! this.tabPage2.Text = "tabPage2";
! //
! // groupBox1
! //
! this.groupBox1.Controls.Add(this.dataGrid1);
! this.groupBox1.Controls.Add(this.monthCalendar1);
! this.groupBox1.Controls.Add(this.dateTimePicker1);
! this.groupBox1.Location = new System.Drawing.Point(8, 8);
! this.groupBox1.Name = "groupBox1";
! this.groupBox1.Size = new System.Drawing.Size(384, 256);
! this.groupBox1.TabIndex = 0;
! this.groupBox1.TabStop = false;
! this.groupBox1.Text = "groupBox1";
! //
! // dataGrid1
! //
! this.dataGrid1.DataMember = "";
! this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
! this.dataGrid1.Location = new System.Drawing.Point(240, 24);
! this.dataGrid1.Name = "dataGrid1";
! this.dataGrid1.Size = new System.Drawing.Size(128, 216);
! this.dataGrid1.TabIndex = 2;
! //
! // monthCalendar1
! //
! this.monthCalendar1.Location = new System.Drawing.Point(16, 88);
! this.monthCalendar1.Name = "monthCalendar1";
! this.monthCalendar1.TabIndex = 1;
! //
! // dateTimePicker1
! //
! this.dateTimePicker1.Location = new System.Drawing.Point(16, 48);
! this.dateTimePicker1.Name = "dateTimePicker1";
! this.dateTimePicker1.Size = new System.Drawing.Size(208, 20);
! this.dateTimePicker1.TabIndex = 0;
! //
! // tabPage4
! //
! this.tabPage4.Controls.Add(this.textBox6);
! this.tabPage4.Controls.Add(this.button4);
! this.tabPage4.Controls.Add(this.textBox5);
! this.tabPage4.Location = new System.Drawing.Point(4, 22);
! this.tabPage4.Name = "tabPage4";
! this.tabPage4.Size = new System.Drawing.Size(398, 278);
! this.tabPage4.TabIndex = 3;
! this.tabPage4.Text = "tabPage4";
! //
! // textBox6
! //
! this.textBox6.Location = new System.Drawing.Point(8, 240);
! this.textBox6.Name = "textBox6";
! this.textBox6.Size = new System.Drawing.Size(272, 20);
! this.textBox6.TabIndex = 2;
! this.textBox6.Text = "test";
! //
! // button4
! //
! this.button4.Location = new System.Drawing.Point(296, 240);
! this.button4.Name = "button4";
! this.button4.Size = new System.Drawing.Size(88, 24);
! this.button4.TabIndex = 1;
! this.button4.Text = "test";
! //
! // textBox5
! //
! this.textBox5.AcceptsReturn = true;
! this.textBox5.Location = new System.Drawing.Point(8, 16);
! this.textBox5.Multiline = true;
! this.textBox5.Name = "textBox5";
! this.textBox5.Size = new System.Drawing.Size(376, 208);
! this.textBox5.TabIndex = 0;
! this.textBox5.Text = "test for enters";
! //
! // tabPage5
! //
! this.tabPage5.Controls.Add(this.listView2);
! this.tabPage5.Location = new System.Drawing.Point(4, 22);
! this.tabPage5.Name = "tabPage5";
! this.tabPage5.Size = new System.Drawing.Size(398, 278);
! this.tabPage5.TabIndex = 4;
! this.tabPage5.Text = "tabPage5";
! //
! // listView2
! //
! this.listView2.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
! listViewItem1,
! listViewItem2,
! listViewItem3,
! listViewItem4,
! listViewItem5,
! listViewItem6,
! listViewItem7});
! this.listView2.Location = new System.Drawing.Point(8, 16);
! this.listView2.Name = "listView2";
! this.listView2.Size = new System.Drawing.Size(376, 248);
! this.listView2.TabIndex = 0;
! //
! // UserControl2
! //
! this.Controls.Add(this.tabControl1);
! this.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
! this.Name = "UserControl2";
! this.Size = new System.Drawing.Size(424, 328);
! this.tabControl1.ResumeLayout(false);
! this.tabPage1.ResumeLayout(false);
! this.tabPage3.ResumeLayout(false);
! this.tabPage2.ResumeLayout(false);
! this.groupBox1.ResumeLayout(false);
! ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
! this.tabPage4.ResumeLayout(false);
! this.tabPage5.ResumeLayout(false);
! this.ResumeLayout(false);
! }
#endregion
}
}
Index: MMCTest2.csproj
===================================================================
RCS file: /cvsroot/mmclibrary/mmclibrary/MMCTest2/MMCTest2.csproj,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** MMCTest2.csproj 15 Nov 2004 19:47:24 -0000 1.10
--- MMCTest2.csproj 20 Jan 2005 00:10:50 -0000 1.11
***************
*** 180,183 ****
--- 180,188 ----
/>
<File
+ RelPath = "TestSnapinBase.resx"
+ DependentUpon = "TestSnapinBase.cs"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
RelPath = "UserControl1.cs"
SubType = "UserControl"
***************
*** 201,205 ****
<File
RelPath = "WzdAddItem.cs"
! SubType = "Code"
BuildAction = "Compile"
/>
--- 206,210 ----
<File
RelPath = "WzdAddItem.cs"
! SubType = "UserControl"
BuildAction = "Compile"
/>
***************
*** 211,215 ****
<File
RelPath = "WzdSnapinManager.cs"
! SubType = "Code"
BuildAction = "Compile"
/>
--- 216,220 ----
<File
RelPath = "WzdSnapinManager.cs"
! SubType = "UserControl"
BuildAction = "Compile"
/>
|