[iclect-commits] iclect/src/iclect AboutDialog.cs,1.2,1.3 AboutDialog.resx,1.2,1.3 MainForm.cs,1.11,
Status: Beta
Brought to you by:
mhjp
|
From: Michael P. <mh...@us...> - 2003-07-04 14:49:56
|
Update of /cvsroot/iclect/iclect/src/iclect
In directory sc8-pr-cvs1:/tmp/cvs-serv4514/src/iclect
Modified Files:
AboutDialog.cs AboutDialog.resx MainForm.cs MainForm.resx
Log Message:
Modified About dialog to show the runtime version.
Index: AboutDialog.cs
===================================================================
RCS file: /cvsroot/iclect/iclect/src/iclect/AboutDialog.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AboutDialog.cs 18 Jan 2003 23:52:52 -0000 1.2
--- AboutDialog.cs 4 Jul 2003 14:49:53 -0000 1.3
***************
*** 20,23 ****
--- 20,25 ----
private System.Windows.Forms.Label label2;
private System.Windows.Forms.LinkLabel linkLabel;
+ private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.Label labelRuntime;
/// <summary>
/// Required designer variable.
***************
*** 68,71 ****
--- 70,75 ----
this.label2 = new System.Windows.Forms.Label();
this.linkLabel = new System.Windows.Forms.LinkLabel();
+ this.label1 = new System.Windows.Forms.Label();
+ this.labelRuntime = new System.Windows.Forms.Label();
this.SuspendLayout();
//
***************
*** 74,78 ****
this.buttonOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
! this.buttonOK.Location = new System.Drawing.Point(360, 344);
this.buttonOK.Name = "buttonOK";
this.buttonOK.TabIndex = 0;
--- 78,82 ----
this.buttonOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
! this.buttonOK.Location = new System.Drawing.Point(360, 324);
this.buttonOK.Name = "buttonOK";
this.buttonOK.TabIndex = 0;
***************
*** 81,96 ****
// labelVersion
//
! this.labelVersion.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
! | System.Windows.Forms.AnchorStyles.Right);
! this.labelVersion.Location = new System.Drawing.Point(168, 348);
this.labelVersion.Name = "labelVersion";
! this.labelVersion.Size = new System.Drawing.Size(176, 20);
this.labelVersion.TabIndex = 1;
this.labelVersion.Text = "Version";
- this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// icon
//
! this.icon.Image = ((System.Drawing.Bitmap)(resources.GetObject("icon.Image")));
this.icon.Location = new System.Drawing.Point(8, 8);
this.icon.Name = "icon";
--- 85,99 ----
// labelVersion
//
! this.labelVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
! | System.Windows.Forms.AnchorStyles.Right)));
! this.labelVersion.Location = new System.Drawing.Point(168, 320);
this.labelVersion.Name = "labelVersion";
! this.labelVersion.Size = new System.Drawing.Size(176, 16);
this.labelVersion.TabIndex = 1;
this.labelVersion.Text = "Version";
//
// icon
//
! this.icon.Image = ((System.Drawing.Image)(resources.GetObject("icon.Image")));
this.icon.Location = new System.Drawing.Point(8, 8);
this.icon.Name = "icon";
***************
*** 102,108 ****
// richTextBox
//
! this.richTextBox.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
! | System.Windows.Forms.AnchorStyles.Right);
this.richTextBox.BackColor = System.Drawing.SystemColors.Control;
this.richTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
--- 105,111 ----
// richTextBox
//
! this.richTextBox.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.richTextBox.BackColor = System.Drawing.SystemColors.Control;
this.richTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
***************
*** 110,114 ****
this.richTextBox.Location = new System.Drawing.Point(64, 8);
this.richTextBox.Name = "richTextBox";
! this.richTextBox.Size = new System.Drawing.Size(376, 312);
this.richTextBox.TabIndex = 3;
this.richTextBox.Text = "(Text from \"About.rtf\" comes here)";
--- 113,117 ----
this.richTextBox.Location = new System.Drawing.Point(64, 8);
this.richTextBox.Name = "richTextBox";
! this.richTextBox.Size = new System.Drawing.Size(376, 288);
this.richTextBox.TabIndex = 3;
this.richTextBox.Text = "(Text from \"About.rtf\" comes here)";
***************
*** 116,124 ****
// label2
//
! this.label2.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
! | System.Windows.Forms.AnchorStyles.Right);
! this.label2.Location = new System.Drawing.Point(64, 348);
this.label2.Name = "label2";
! this.label2.Size = new System.Drawing.Size(104, 20);
this.label2.TabIndex = 4;
this.label2.Text = "Assembly Version:";
--- 119,127 ----
// label2
//
! this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
! | System.Windows.Forms.AnchorStyles.Right)));
! this.label2.Location = new System.Drawing.Point(64, 320);
this.label2.Name = "label2";
! this.label2.Size = new System.Drawing.Size(104, 16);
this.label2.TabIndex = 4;
this.label2.Text = "Assembly Version:";
***************
*** 126,135 ****
// linkLabel
//
! this.linkLabel.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
! | System.Windows.Forms.AnchorStyles.Right);
this.linkLabel.LinkArea = new System.Windows.Forms.LinkArea(22, 22);
! this.linkLabel.Location = new System.Drawing.Point(64, 328);
this.linkLabel.Name = "linkLabel";
! this.linkLabel.Size = new System.Drawing.Size(280, 20);
this.linkLabel.TabIndex = 5;
this.linkLabel.TabStop = true;
--- 129,138 ----
// linkLabel
//
! this.linkLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
! | System.Windows.Forms.AnchorStyles.Right)));
this.linkLabel.LinkArea = new System.Windows.Forms.LinkArea(22, 22);
! this.linkLabel.Location = new System.Drawing.Point(64, 304);
this.linkLabel.Name = "linkLabel";
! this.linkLabel.Size = new System.Drawing.Size(280, 16);
this.linkLabel.TabIndex = 5;
this.linkLabel.TabStop = true;
***************
*** 137,140 ****
--- 140,163 ----
this.linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnClickedHomepage);
//
+ // label1
+ //
+ this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.label1.Location = new System.Drawing.Point(64, 336);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(104, 16);
+ this.label1.TabIndex = 4;
+ this.label1.Text = "Runtime Version:";
+ //
+ // labelRuntime
+ //
+ this.labelRuntime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.labelRuntime.Location = new System.Drawing.Point(168, 336);
+ this.labelRuntime.Name = "labelRuntime";
+ this.labelRuntime.Size = new System.Drawing.Size(176, 16);
+ this.labelRuntime.TabIndex = 1;
+ this.labelRuntime.Text = "Version";
+ //
// AboutDialog
//
***************
*** 142,153 ****
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.CancelButton = this.buttonOK;
! this.ClientSize = new System.Drawing.Size(450, 379);
! this.Controls.AddRange(new System.Windows.Forms.Control[] {
! this.linkLabel,
! this.richTextBox,
! this.icon,
! this.buttonOK,
! this.labelVersion,
! this.label2});
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
--- 165,177 ----
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.CancelButton = this.buttonOK;
! this.ClientSize = new System.Drawing.Size(450, 359);
! this.Controls.Add(this.linkLabel);
! this.Controls.Add(this.richTextBox);
! this.Controls.Add(this.icon);
! this.Controls.Add(this.buttonOK);
! this.Controls.Add(this.labelVersion);
! this.Controls.Add(this.label2);
! this.Controls.Add(this.label1);
! this.Controls.Add(this.labelRuntime);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
***************
*** 169,172 ****
--- 193,200 ----
FileVersionInfo info = main.FileVersionInfo;
this.labelVersion.Text = info.ProductVersion;
+
+ Assembly assembly = Assembly.GetAssembly(typeof(Assembly));
+ info = FileVersionInfo.GetVersionInfo(assembly.Location);
+ this.labelRuntime.Text = info.ProductVersion;
}
Index: AboutDialog.resx
===================================================================
RCS file: /cvsroot/iclect/iclect/src/iclect/AboutDialog.resx,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AboutDialog.resx 18 Jan 2003 23:52:52 -0000 1.2
--- AboutDialog.resx 4 Jul 2003 14:49:53 -0000 1.3
***************
*** 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,101 ****
</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="icon.Image" type="System.Drawing.Bitmap, System.Drawing, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
--- 93,129 ----
</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="buttonOK.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
! <value>False</value>
! </data>
! <data name="buttonOK.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
! <value>Private</value>
! </data>
! <data name="buttonOK.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
! <value>Private</value>
! </data>
! <data name="labelVersion.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
! <value>False</value>
! </data>
! <data name="labelVersion.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
! <value>Private</value>
! </data>
! <data name="labelVersion.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
! <value>Private</value>
! </data>
! <data name="icon.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
! <value>False</value>
! </data>
! <data name="icon.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
! <value>Private</value>
! </data>
! <data name="icon.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
! <value>Private</value>
! </data>
! <data name="icon.Image" type="System.Drawing.Bitmap, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
***************
*** 111,116 ****
--- 139,216 ----
</value>
</data>
+ <data name="richTextBox.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="richTextBox.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="richTextBox.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="label2.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="label2.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="label2.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="linkLabel.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="linkLabel.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="linkLabel.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="label1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="label1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="label1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="labelRuntime.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</value>
+ </data>
+ <data name="labelRuntime.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
+ </data>
+ <data name="labelRuntime.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</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.Language" type="System.Globalization.CultureInfo, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>(Default)</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.Localizable" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>False</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>
+ <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.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>True</value>
+ </data>
<data name="$this.Name">
<value>AboutDialog</value>
+ </data>
+ <data name="$this.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>Private</value>
</data>
</root>
Index: MainForm.cs
===================================================================
RCS file: /cvsroot/iclect/iclect/src/iclect/MainForm.cs,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** MainForm.cs 3 Jul 2003 17:32:50 -0000 1.11
--- MainForm.cs 4 Jul 2003 14:49:53 -0000 1.12
***************
*** 287,291 ****
this.menuHelpAbout.Index = 2;
this.menuHelpAbout.StatusBar = this.statusBar;
! this.menuHelpAbout.Text = "&About";
this.menuHelpAbout.Click += new System.EventHandler(this.OnHelpAbout);
//
--- 287,291 ----
this.menuHelpAbout.Index = 2;
this.menuHelpAbout.StatusBar = this.statusBar;
! this.menuHelpAbout.Text = "&About...";
this.menuHelpAbout.Click += new System.EventHandler(this.OnHelpAbout);
//
Index: MainForm.resx
===================================================================
RCS file: /cvsroot/iclect/iclect/src/iclect/MainForm.resx,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** MainForm.resx 3 Jul 2003 14:14:57 -0000 1.6
--- MainForm.resx 4 Jul 2003 14:49:53 -0000 1.7
***************
*** 254,260 ****
<value>Private</value>
</data>
- <data name="panelTop.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
- <value>True</value>
- </data>
<data name="panelTop.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
--- 254,257 ----
***************
*** 269,272 ****
--- 266,272 ----
<value>8, 8</value>
</data>
+ <data name="panelTop.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+ <value>True</value>
+ </data>
<data name="panelTop.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
***************
*** 293,299 ****
<value>False</value>
</data>
- <data name="$this.Name">
- <value>MainForm</value>
- </data>
<data name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>(Default)</value>
--- 293,296 ----
***************
*** 307,310 ****
--- 304,310 ----
<data name="$this.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>8, 8</value>
+ </data>
+ <data name="$this.Name">
+ <value>MainForm</value>
</data>
<data name="$this.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|