sensus a xylem brand logo in AboutDlg, ver. 2.12.417
This commit is contained in:
parent
7dc42fb900
commit
77782a8729
132
TestBenchFramework/Forms/AboutDlg.Designer.cs
generated
132
TestBenchFramework/Forms/AboutDlg.Designer.cs
generated
@ -31,72 +31,72 @@ namespace TBF.Forms
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutDlg));
|
||||
this.copyrightLabel = new System.Windows.Forms.Label();
|
||||
this.versionLabel = new System.Windows.Forms.Label();
|
||||
this.buildDateLabel = new System.Windows.Forms.Label();
|
||||
this.closeButton = new System.Windows.Forms.Button();
|
||||
this.logoPictureBox = new System.Windows.Forms.PictureBox();
|
||||
this.secureHashLabel = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// copyrightLabel
|
||||
//
|
||||
resources.ApplyResources(this.copyrightLabel, "copyrightLabel");
|
||||
this.copyrightLabel.ImageKey = global::TBF.Resources.Strings.Closing_the_tank;
|
||||
this.copyrightLabel.Name = "copyrightLabel";
|
||||
//
|
||||
// versionLabel
|
||||
//
|
||||
resources.ApplyResources(this.versionLabel, "versionLabel");
|
||||
this.versionLabel.ImageKey = global::TBF.Resources.Strings.Closing_the_tank;
|
||||
this.versionLabel.Name = "versionLabel";
|
||||
//
|
||||
// buildDateLabel
|
||||
//
|
||||
resources.ApplyResources(this.buildDateLabel, "buildDateLabel");
|
||||
this.buildDateLabel.ImageKey = global::TBF.Resources.Strings.Closing_the_tank;
|
||||
this.buildDateLabel.Name = "buildDateLabel";
|
||||
//
|
||||
// closeButton
|
||||
//
|
||||
resources.ApplyResources(this.closeButton, "closeButton");
|
||||
this.closeButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
||||
this.closeButton.ImageKey = global::TBF.Resources.Strings.Closing_the_tank;
|
||||
this.closeButton.Name = "closeButton";
|
||||
this.closeButton.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// logoPictureBox
|
||||
//
|
||||
resources.ApplyResources(this.logoPictureBox, "logoPictureBox");
|
||||
this.logoPictureBox.BackgroundImage = global::TBF.Properties.Resources.sensus_logo;
|
||||
this.logoPictureBox.Name = "logoPictureBox";
|
||||
this.logoPictureBox.TabStop = false;
|
||||
//
|
||||
// secureHashLabel
|
||||
//
|
||||
resources.ApplyResources(this.secureHashLabel, "secureHashLabel");
|
||||
this.secureHashLabel.ImageKey = global::TBF.Resources.Strings.Closing_the_tank;
|
||||
this.secureHashLabel.Name = "secureHashLabel";
|
||||
//
|
||||
// AboutDlg
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.SystemColors.Window;
|
||||
this.Controls.Add(this.secureHashLabel);
|
||||
this.Controls.Add(this.logoPictureBox);
|
||||
this.Controls.Add(this.closeButton);
|
||||
this.Controls.Add(this.buildDateLabel);
|
||||
this.Controls.Add(this.versionLabel);
|
||||
this.Controls.Add(this.copyrightLabel);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||
this.Name = "AboutDlg";
|
||||
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
||||
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutDlg));
|
||||
this.copyrightLabel = new System.Windows.Forms.Label();
|
||||
this.versionLabel = new System.Windows.Forms.Label();
|
||||
this.buildDateLabel = new System.Windows.Forms.Label();
|
||||
this.closeButton = new System.Windows.Forms.Button();
|
||||
this.logoPictureBox = new System.Windows.Forms.PictureBox();
|
||||
this.secureHashLabel = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// copyrightLabel
|
||||
//
|
||||
resources.ApplyResources(this.copyrightLabel, "copyrightLabel");
|
||||
this.copyrightLabel.ImageKey = global::TBF.Resources.Strings.Closing_the_tank;
|
||||
this.copyrightLabel.Name = "copyrightLabel";
|
||||
//
|
||||
// versionLabel
|
||||
//
|
||||
resources.ApplyResources(this.versionLabel, "versionLabel");
|
||||
this.versionLabel.ImageKey = global::TBF.Resources.Strings.Closing_the_tank;
|
||||
this.versionLabel.Name = "versionLabel";
|
||||
//
|
||||
// buildDateLabel
|
||||
//
|
||||
resources.ApplyResources(this.buildDateLabel, "buildDateLabel");
|
||||
this.buildDateLabel.ImageKey = global::TBF.Resources.Strings.Closing_the_tank;
|
||||
this.buildDateLabel.Name = "buildDateLabel";
|
||||
//
|
||||
// closeButton
|
||||
//
|
||||
resources.ApplyResources(this.closeButton, "closeButton");
|
||||
this.closeButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
||||
this.closeButton.ImageKey = global::TBF.Resources.Strings.Closing_the_tank;
|
||||
this.closeButton.Name = "closeButton";
|
||||
this.closeButton.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// logoPictureBox
|
||||
//
|
||||
this.logoPictureBox.BackgroundImage = global::TBF.Properties.Resources.sensus_logo;
|
||||
resources.ApplyResources(this.logoPictureBox, "logoPictureBox");
|
||||
this.logoPictureBox.Name = "logoPictureBox";
|
||||
this.logoPictureBox.TabStop = false;
|
||||
//
|
||||
// secureHashLabel
|
||||
//
|
||||
resources.ApplyResources(this.secureHashLabel, "secureHashLabel");
|
||||
this.secureHashLabel.ImageKey = global::TBF.Resources.Strings.Closing_the_tank;
|
||||
this.secureHashLabel.Name = "secureHashLabel";
|
||||
//
|
||||
// AboutDlg
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.SystemColors.Window;
|
||||
this.Controls.Add(this.secureHashLabel);
|
||||
this.Controls.Add(this.logoPictureBox);
|
||||
this.Controls.Add(this.closeButton);
|
||||
this.Controls.Add(this.buildDateLabel);
|
||||
this.Controls.Add(this.versionLabel);
|
||||
this.Controls.Add(this.copyrightLabel);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||
this.Name = "AboutDlg";
|
||||
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
||||
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -117,190 +117,205 @@
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="copyrightLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Right</value>
|
||||
</data>
|
||||
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="copyrightLabel.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="copyrightLabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>270, 27</value>
|
||||
</data>
|
||||
<data name="copyrightLabel.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>123, 13</value>
|
||||
</data>
|
||||
<data name="copyrightLabel.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="copyrightLabel.Text" xml:space="preserve">
|
||||
<value>Copyright © 2013 - 2015</value>
|
||||
</data>
|
||||
<data name=">>copyrightLabel.Name" xml:space="preserve">
|
||||
<value>copyrightLabel</value>
|
||||
</data>
|
||||
<data name=">>copyrightLabel.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>copyrightLabel.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>copyrightLabel.ZOrder" xml:space="preserve">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="versionLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Right</value>
|
||||
</data>
|
||||
<data name="versionLabel.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="versionLabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>270, 48</value>
|
||||
</data>
|
||||
<data name="versionLabel.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>105, 13</value>
|
||||
</data>
|
||||
<data name="versionLabel.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="versionLabel.Text" xml:space="preserve">
|
||||
<value>Version _VERSION_</value>
|
||||
</data>
|
||||
<data name=">>versionLabel.Name" xml:space="preserve">
|
||||
<value>versionLabel</value>
|
||||
</data>
|
||||
<data name=">>versionLabel.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>versionLabel.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>versionLabel.ZOrder" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="buildDateLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Right</value>
|
||||
</data>
|
||||
<data name="buildDateLabel.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="buildDateLabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>270, 70</value>
|
||||
</data>
|
||||
<data name="buildDateLabel.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>136, 13</value>
|
||||
</data>
|
||||
<data name="buildDateLabel.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name="buildDateLabel.Text" xml:space="preserve">
|
||||
<value>Build date _BUILD_DATE_</value>
|
||||
</data>
|
||||
<data name=">>buildDateLabel.Name" xml:space="preserve">
|
||||
<value>buildDateLabel</value>
|
||||
</data>
|
||||
<data name=">>buildDateLabel.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>buildDateLabel.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>buildDateLabel.ZOrder" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="closeButton.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Right</value>
|
||||
</data>
|
||||
<data name="closeButton.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>452, 26</value>
|
||||
</data>
|
||||
<data name="closeButton.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>105, 35</value>
|
||||
</data>
|
||||
<data name="closeButton.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>11</value>
|
||||
</data>
|
||||
<data name="closeButton.Text" xml:space="preserve">
|
||||
<value>&Close</value>
|
||||
</data>
|
||||
<data name=">>closeButton.Name" xml:space="preserve">
|
||||
<value>closeButton</value>
|
||||
</data>
|
||||
<data name=">>closeButton.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>closeButton.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>closeButton.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name=">>closeButton.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||
<value>6, 13</value>
|
||||
</data>
|
||||
<data name=">>versionLabel.Name" xml:space="preserve">
|
||||
<value>versionLabel</value>
|
||||
</data>
|
||||
<data name=">>copyrightLabel.Name" xml:space="preserve">
|
||||
<value>copyrightLabel</value>
|
||||
</data>
|
||||
<data name=">>secureHashLabel.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="$this.Text" xml:space="preserve">
|
||||
<value>About Test Bench Framework</value>
|
||||
</data>
|
||||
<data name=">>secureHashLabel.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>buildDateLabel.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>closeButton.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>copyrightLabel.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>$this.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="secureHashLabel.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>13</value>
|
||||
</data>
|
||||
<data name=">>$this.Name" xml:space="preserve">
|
||||
<value>AboutDlg</value>
|
||||
</data>
|
||||
<data name=">>logoPictureBox.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name="copyrightLabel.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="versionLabel.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="logoPictureBox.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>103, 30</value>
|
||||
</data>
|
||||
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
|
||||
<value>458, 116</value>
|
||||
</data>
|
||||
<data name="versionLabel.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>105, 13</value>
|
||||
</data>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="logoPictureBox.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
||||
<value>Stretch</value>
|
||||
</data>
|
||||
<data name=">>versionLabel.ZOrder" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name=">>logoPictureBox.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="versionLabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>145, 40</value>
|
||||
</data>
|
||||
<data name=">>logoPictureBox.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="secureHashLabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>145, 85</value>
|
||||
</data>
|
||||
<data name="closeButton.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>341, 22</value>
|
||||
</data>
|
||||
<data name="buildDateLabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>145, 62</value>
|
||||
</data>
|
||||
<data name="versionLabel.Text" xml:space="preserve">
|
||||
<value>Version _VERSION_</value>
|
||||
</data>
|
||||
<data name=">>secureHashLabel.Name" xml:space="preserve">
|
||||
<value>secureHashLabel</value>
|
||||
</data>
|
||||
<data name="buildDateLabel.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>136, 13</value>
|
||||
</data>
|
||||
<data name=">>closeButton.Name" xml:space="preserve">
|
||||
<value>closeButton</value>
|
||||
</data>
|
||||
<data name=">>logoPictureBox.Name" xml:space="preserve">
|
||||
<value>logoPictureBox</value>
|
||||
</data>
|
||||
<data name="secureHashLabel.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>67, 13</value>
|
||||
</data>
|
||||
<data name="secureHashLabel.Text" xml:space="preserve">
|
||||
<value>Secure hash</value>
|
||||
</data>
|
||||
<data name="closeButton.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>11</value>
|
||||
</data>
|
||||
<data name="logoPictureBox.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>12</value>
|
||||
</data>
|
||||
<data name="closeButton.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>105, 28</value>
|
||||
</data>
|
||||
<data name="secureHashLabel.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="buildDateLabel.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name="copyrightLabel.Text" xml:space="preserve">
|
||||
<value>Copyright © 2013 - 2015</value>
|
||||
</data>
|
||||
<data name="copyrightLabel.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="closeButton.Text" xml:space="preserve">
|
||||
<value>&Close</value>
|
||||
</data>
|
||||
<data name=">>copyrightLabel.ZOrder" xml:space="preserve">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name=">>versionLabel.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
|
||||
<value>CenterParent</value>
|
||||
</data>
|
||||
<data name="buildDateLabel.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="logoPictureBox.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>12, 34</value>
|
||||
</data>
|
||||
<data name=">>buildDateLabel.ZOrder" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name=">>buildDateLabel.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name="copyrightLabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>145, 19</value>
|
||||
</data>
|
||||
<data name=">>versionLabel.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>buildDateLabel.Name" xml:space="preserve">
|
||||
<value>buildDateLabel</value>
|
||||
</data>
|
||||
<data name="copyrightLabel.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>123, 13</value>
|
||||
</data>
|
||||
<data name="logoPictureBox.InitialImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="logoPictureBox.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>11, 12</value>
|
||||
</data>
|
||||
<data name="logoPictureBox.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>244, 122</value>
|
||||
</data>
|
||||
<data name="logoPictureBox.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>12</value>
|
||||
</data>
|
||||
<data name=">>logoPictureBox.Name" xml:space="preserve">
|
||||
<value>logoPictureBox</value>
|
||||
</data>
|
||||
<data name=">>logoPictureBox.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>logoPictureBox.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>logoPictureBox.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="secureHashLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Right</value>
|
||||
</data>
|
||||
<data name="secureHashLabel.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="secureHashLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="versionLabel.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>5</value>
|
||||
<data name="secureHashLabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>270, 93</value>
|
||||
</data>
|
||||
<data name="secureHashLabel.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>67, 13</value>
|
||||
</data>
|
||||
<data name="secureHashLabel.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>13</value>
|
||||
</data>
|
||||
<data name="secureHashLabel.Text" xml:space="preserve">
|
||||
<value>Secure hash</value>
|
||||
</data>
|
||||
<data name=">>secureHashLabel.Name" xml:space="preserve">
|
||||
<value>secureHashLabel</value>
|
||||
</data>
|
||||
<data name=">>secureHashLabel.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>secureHashLabel.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name="buildDateLabel.Text" xml:space="preserve">
|
||||
<value>Build date _BUILD_DATE_</value>
|
||||
<data name=">>secureHashLabel.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||
<value>6, 13</value>
|
||||
</data>
|
||||
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
|
||||
<value>580, 140</value>
|
||||
</data>
|
||||
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
|
||||
<value>CenterParent</value>
|
||||
</data>
|
||||
<data name="$this.Text" xml:space="preserve">
|
||||
<value>About Test Bench Framework</value>
|
||||
</data>
|
||||
<data name=">>$this.Name" xml:space="preserve">
|
||||
<value>AboutDlg</value>
|
||||
</data>
|
||||
<data name=">>$this.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
</root>
|
||||
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("2.12.416.1")]
|
||||
[assembly: AssemblyFileVersion("2.12.416.1")]
|
||||
[assembly: AssemblyVersion("2.12.417.1")]
|
||||
[assembly: AssemblyFileVersion("2.12.417.1")]
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 7.7 KiB |
Loading…
Reference in New Issue
Block a user