2014-09-23 12:06:15 -07:00
namespace ROMVault2
{
2014-10-23 21:59:09 -07:00
partial class FrmHelpAbout
2014-09-23 12:06:15 -07:00
{
/// <summary>
/// Required designer variable.
/// </summary>
private System . ComponentModel . IContainer components = null ;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose ( bool disposing )
{
if ( disposing & & ( components ! = null ) )
{
components . Dispose ( ) ;
}
base . Dispose ( disposing ) ;
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent ( )
{
this . lblVersion = new System . Windows . Forms . Label ( ) ;
this . label1 = new System . Windows . Forms . Label ( ) ;
this . label2 = new System . Windows . Forms . Label ( ) ;
this . SuspendLayout ( ) ;
//
// lblVersion
//
this . lblVersion . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . lblVersion . Location = new System . Drawing . Point ( 12 , 115 ) ;
this . lblVersion . Name = "lblVersion" ;
this . lblVersion . Size = new System . Drawing . Size ( 445 , 15 ) ;
this . lblVersion . TabIndex = 6 ;
this . lblVersion . Text = "label1" ;
this . lblVersion . TextAlign = System . Drawing . ContentAlignment . TopCenter ;
//
// label1
//
this . label1 . AutoSize = true ;
this . label1 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , ( ( System . Drawing . FontStyle ) ( ( System . Drawing . FontStyle . Bold | System . Drawing . FontStyle . Underline ) ) ) , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label1 . ForeColor = System . Drawing . Color . Blue ;
this . label1 . Location = new System . Drawing . Point ( 279 , 142 ) ;
this . label1 . Name = "label1" ;
this . label1 . Size = new System . Drawing . Size ( 178 , 16 ) ;
this . label1 . TabIndex = 7 ;
this . label1 . Text = "http://www.romvault.com/" ;
this . label1 . Click + = new System . EventHandler ( this . label1_Click ) ;
//
// label2
//
this . label2 . AutoSize = true ;
this . label2 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , ( ( System . Drawing . FontStyle ) ( ( System . Drawing . FontStyle . Bold | System . Drawing . FontStyle . Underline ) ) ) , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label2 . ForeColor = System . Drawing . Color . Blue ;
this . label2 . Location = new System . Drawing . Point ( 12 , 142 ) ;
this . label2 . Name = "label2" ;
this . label2 . Size = new System . Drawing . Size ( 167 , 16 ) ;
this . label2 . TabIndex = 8 ;
this . label2 . Text = "support@romvault.com" ;
this . label2 . Click + = new System . EventHandler ( this . label2_Click ) ;
//
2014-10-23 21:59:09 -07:00
// FrmHelpAbout
2014-09-23 12:06:15 -07:00
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
2014-11-01 17:05:14 -07:00
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . None ;
2014-09-23 12:06:15 -07:00
this . BackgroundImage = global :: ROMVault2 . rvImages . romvaultTZ ;
this . BackgroundImageLayout = System . Windows . Forms . ImageLayout . None ;
this . ClientSize = new System . Drawing . Size ( 471 , 172 ) ;
this . Controls . Add ( this . label2 ) ;
this . Controls . Add ( this . label1 ) ;
this . Controls . Add ( this . lblVersion ) ;
this . DoubleBuffered = true ;
this . FormBorderStyle = System . Windows . Forms . FormBorderStyle . FixedToolWindow ;
2014-10-23 21:59:09 -07:00
this . Name = "FrmHelpAbout" ;
2014-09-23 12:06:15 -07:00
this . ShowInTaskbar = false ;
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterParent ;
2014-10-23 21:59:09 -07:00
this . Text = "FrmHelpAbout" ;
2014-09-23 12:06:15 -07:00
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
}
#endregion
private System . Windows . Forms . Label lblVersion ;
private System . Windows . Forms . Label label1 ;
private System . Windows . Forms . Label label2 ;
}
2014-10-23 21:59:09 -07:00
}