2013-11-03 03:54:37 +00:00
namespace BizHawk.Client.EmuHawk
2011-07-31 02:13:24 +00:00
{
partial class BizBox
{
/// <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 ( )
{
2014-01-02 02:07:25 +00:00
this . OK = new System . Windows . Forms . Button ( ) ;
this . pictureBox1 = new System . Windows . Forms . PictureBox ( ) ;
this . linkLabel1 = new System . Windows . Forms . LinkLabel ( ) ;
this . label3 = new System . Windows . Forms . Label ( ) ;
this . label4 = new System . Windows . Forms . Label ( ) ;
2014-06-01 01:57:22 +00:00
this . CoreInfoPanel = new System . Windows . Forms . Panel ( ) ;
2015-10-04 01:26:30 +00:00
this . VersionLabel = new System . Windows . Forms . Label ( ) ;
this . btnCopyHash = new System . Windows . Forms . Button ( ) ;
this . linkLabel2 = new System . Windows . Forms . LinkLabel ( ) ;
2016-05-22 22:52:14 +00:00
this . linkLabel3 = new System . Windows . Forms . LinkLabel ( ) ;
this . DateLabel = new System . Windows . Forms . Label ( ) ;
2020-01-12 21:05:06 +00:00
this . DeveloperBuildLabel = new System . Windows . Forms . Label ( ) ;
2014-01-02 02:07:25 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . BeginInit ( ) ;
this . SuspendLayout ( ) ;
//
// OK
//
this . OK . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . OK . DialogResult = System . Windows . Forms . DialogResult . Cancel ;
2015-02-08 14:14:39 +00:00
this . OK . Location = new System . Drawing . Point ( 361 , 504 ) ;
2014-01-02 02:07:25 +00:00
this . OK . Name = "OK" ;
2015-02-08 14:14:39 +00:00
this . OK . Size = new System . Drawing . Size ( 75 , 23 ) ;
2014-01-02 02:07:25 +00:00
this . OK . TabIndex = 0 ;
2016-03-27 02:50:33 +00:00
this . OK . Text = "&OK" ;
2014-01-02 02:07:25 +00:00
this . OK . UseVisualStyleBackColor = true ;
this . OK . Click + = new System . EventHandler ( this . OK_Click ) ;
//
// pictureBox1
//
this . pictureBox1 . Image = global :: BizHawk . Client . EmuHawk . Properties . Resources . corphawk ;
2015-02-08 14:14:39 +00:00
this . pictureBox1 . Location = new System . Drawing . Point ( 12 , 10 ) ;
2014-01-02 02:07:25 +00:00
this . pictureBox1 . Name = "pictureBox1" ;
2015-02-08 14:14:39 +00:00
this . pictureBox1 . Size = new System . Drawing . Size ( 164 , 164 ) ;
2014-01-02 02:07:25 +00:00
this . pictureBox1 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . StretchImage ;
this . pictureBox1 . TabIndex = 1 ;
this . pictureBox1 . TabStop = false ;
//
// linkLabel1
//
this . linkLabel1 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . linkLabel1 . AutoSize = true ;
2015-02-08 14:14:39 +00:00
this . linkLabel1 . Location = new System . Drawing . Point ( 245 , 509 ) ;
2014-01-02 02:07:25 +00:00
this . linkLabel1 . Name = "linkLabel1" ;
2015-02-08 14:14:39 +00:00
this . linkLabel1 . Size = new System . Drawing . Size ( 102 , 13 ) ;
2014-01-02 02:07:25 +00:00
this . linkLabel1 . TabIndex = 2 ;
this . linkLabel1 . TabStop = true ;
2014-04-22 22:07:25 +00:00
this . linkLabel1 . Text = "Bizhawk Homepage" ;
2014-01-02 02:07:25 +00:00
this . linkLabel1 . LinkClicked + = new System . Windows . Forms . LinkLabelLinkClickedEventHandler ( this . linkLabel1_LinkClicked ) ;
//
// label3
//
this . label3 . AutoSize = true ;
this . label3 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 12F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2015-02-08 14:14:39 +00:00
this . label3 . Location = new System . Drawing . Point ( 197 , 10 ) ;
2014-01-02 02:07:25 +00:00
this . label3 . Name = "label3" ;
2015-02-08 14:14:39 +00:00
this . label3 . Size = new System . Drawing . Size ( 78 , 20 ) ;
2014-01-02 02:07:25 +00:00
this . label3 . TabIndex = 5 ;
this . label3 . Text = "BizHawk" ;
//
// label4
//
this . label4 . AutoSize = true ;
2016-04-23 09:55:13 +00:00
this . label4 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , System . Drawing . FontStyle . Italic , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label4 . Location = new System . Drawing . Point ( 207 , 31 ) ;
2014-01-02 02:07:25 +00:00
this . label4 . Name = "label4" ;
2016-04-23 09:55:13 +00:00
this . label4 . Size = new System . Drawing . Size ( 168 , 32 ) ;
2014-01-02 02:07:25 +00:00
this . label4 . TabIndex = 6 ;
2016-04-23 09:55:13 +00:00
this . label4 . Text = "\"A multi-platform emulator...\r\nfor productive people.\"" ;
2014-01-02 02:07:25 +00:00
//
2014-06-01 01:57:22 +00:00
// CoreInfoPanel
//
this . CoreInfoPanel . 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 . CoreInfoPanel . AutoScroll = true ;
this . CoreInfoPanel . BorderStyle = System . Windows . Forms . BorderStyle . Fixed3D ;
2016-04-23 09:55:13 +00:00
this . CoreInfoPanel . Location = new System . Drawing . Point ( 12 , 197 ) ;
2014-06-01 01:57:22 +00:00
this . CoreInfoPanel . Name = "CoreInfoPanel" ;
2016-04-23 09:55:13 +00:00
this . CoreInfoPanel . Size = new System . Drawing . Size ( 423 , 259 ) ;
2014-06-01 01:57:22 +00:00
this . CoreInfoPanel . TabIndex = 14 ;
2015-10-04 01:26:30 +00:00
//
// VersionLabel
//
this . VersionLabel . AutoSize = true ;
2016-05-22 22:52:14 +00:00
this . VersionLabel . Location = new System . Drawing . Point ( 198 , 75 ) ;
2015-10-04 01:26:30 +00:00
this . VersionLabel . Name = "VersionLabel" ;
2016-05-22 22:52:14 +00:00
this . VersionLabel . Size = new System . Drawing . Size ( 108 , 13 ) ;
2015-10-04 01:26:30 +00:00
this . VersionLabel . TabIndex = 7 ;
2016-05-22 22:52:14 +00:00
this . VersionLabel . Text = "versioninfo goes here" ;
2015-10-04 01:26:30 +00:00
//
// btnCopyHash
//
this . btnCopyHash . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left ) ) ) ;
this . btnCopyHash . AutoSize = true ;
this . btnCopyHash . AutoSizeMode = System . Windows . Forms . AutoSizeMode . GrowAndShrink ;
this . btnCopyHash . Image = global :: BizHawk . Client . EmuHawk . Properties . Resources . Duplicate ;
this . btnCopyHash . Location = new System . Drawing . Point ( 12 , 505 ) ;
this . btnCopyHash . Name = "btnCopyHash" ;
this . btnCopyHash . Size = new System . Drawing . Size ( 22 , 22 ) ;
this . btnCopyHash . TabIndex = 18 ;
this . btnCopyHash . UseVisualStyleBackColor = true ;
this . btnCopyHash . Click + = new System . EventHandler ( this . btnCopyHash_Click ) ;
//
// linkLabel2
//
this . linkLabel2 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left ) ) ) ;
this . linkLabel2 . AutoSize = true ;
this . linkLabel2 . Location = new System . Drawing . Point ( 40 , 509 ) ;
this . linkLabel2 . Name = "linkLabel2" ;
this . linkLabel2 . Size = new System . Drawing . Size ( 100 , 13 ) ;
this . linkLabel2 . TabIndex = 19 ;
this . linkLabel2 . TabStop = true ;
this . linkLabel2 . Text = "Commit #XXXXXXX" ;
this . linkLabel2 . LinkClicked + = new System . Windows . Forms . LinkLabelLinkClickedEventHandler ( this . linkLabel2_LinkClicked ) ;
2014-06-01 01:57:22 +00:00
//
2016-05-22 22:52:14 +00:00
// linkLabel3
//
this . linkLabel3 . AutoSize = true ;
this . linkLabel3 . Location = new System . Drawing . Point ( 198 , 112 ) ;
this . linkLabel3 . Name = "linkLabel3" ;
this . linkLabel3 . Size = new System . Drawing . Size ( 63 , 13 ) ;
this . linkLabel3 . TabIndex = 20 ;
this . linkLabel3 . TabStop = true ;
2016-06-13 16:48:19 +00:00
this . linkLabel3 . Text = "Contributors" ;
2016-05-22 22:52:14 +00:00
this . linkLabel3 . LinkClicked + = new System . Windows . Forms . LinkLabelLinkClickedEventHandler ( this . linkLabel3_LinkClicked ) ;
//
// DateLabel
//
this . DateLabel . AutoSize = true ;
this . DateLabel . Location = new System . Drawing . Point ( 198 , 91 ) ;
this . DateLabel . Name = "DateLabel" ;
this . DateLabel . Size = new System . Drawing . Size ( 104 , 13 ) ;
this . DateLabel . TabIndex = 21 ;
this . DateLabel . Text = "timestamp goes here" ;
//
2020-01-12 21:05:06 +00:00
// DeveloperBuildLabel
//
this . DeveloperBuildLabel . AutoSize = true ;
this . DeveloperBuildLabel . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 24F , System . Drawing . FontStyle . Italic , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . DeveloperBuildLabel . Location = new System . Drawing . Point ( 194 , 137 ) ;
this . DeveloperBuildLabel . Name = "DeveloperBuildLabel" ;
this . DeveloperBuildLabel . Size = new System . Drawing . Size ( 240 , 37 ) ;
this . DeveloperBuildLabel . TabIndex = 22 ;
this . DeveloperBuildLabel . Text = "Developer Build" ;
//
2014-01-02 02:07:25 +00:00
// BizBox
//
this . AcceptButton = this . OK ;
2015-02-08 14:14:39 +00:00
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
2014-01-02 02:07:25 +00:00
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . CancelButton = this . OK ;
2015-02-08 14:14:39 +00:00
this . ClientSize = new System . Drawing . Size ( 448 , 536 ) ;
2020-01-12 21:05:06 +00:00
this . Controls . Add ( this . DeveloperBuildLabel ) ;
2016-05-22 22:52:14 +00:00
this . Controls . Add ( this . DateLabel ) ;
this . Controls . Add ( this . linkLabel3 ) ;
2015-10-04 01:26:30 +00:00
this . Controls . Add ( this . linkLabel2 ) ;
this . Controls . Add ( this . btnCopyHash ) ;
2014-06-01 01:57:22 +00:00
this . Controls . Add ( this . CoreInfoPanel ) ;
2014-01-02 02:07:25 +00:00
this . Controls . Add ( this . VersionLabel ) ;
this . Controls . Add ( this . label4 ) ;
this . Controls . Add ( this . label3 ) ;
this . Controls . Add ( this . linkLabel1 ) ;
this . Controls . Add ( this . pictureBox1 ) ;
this . Controls . Add ( this . OK ) ;
2019-12-06 19:22:26 +00:00
this . Icon = global :: BizHawk . Client . EmuHawk . Properties . Resources . logo ;
2015-02-08 14:14:39 +00:00
this . MinimumSize = new System . Drawing . Size ( 453 , 253 ) ;
2014-01-02 02:07:25 +00:00
this . Name = "BizBox" ;
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterParent ;
this . Text = " BizHawk" ;
this . Load + = new System . EventHandler ( this . BizBox_Load ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . EndInit ( ) ;
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
2011-07-31 02:13:24 +00:00
}
#endregion
private System . Windows . Forms . Button OK ;
private System . Windows . Forms . PictureBox pictureBox1 ;
private System . Windows . Forms . LinkLabel linkLabel1 ;
private System . Windows . Forms . Label label3 ;
private System . Windows . Forms . Label label4 ;
2014-06-01 01:57:22 +00:00
private System . Windows . Forms . Panel CoreInfoPanel ;
2017-06-11 22:17:42 +00:00
//private System.Windows.Forms.TextBox textBox1;
2015-10-04 01:26:30 +00:00
private System . Windows . Forms . Label VersionLabel ;
private System . Windows . Forms . Button btnCopyHash ;
private System . Windows . Forms . LinkLabel linkLabel2 ;
2016-05-22 22:52:14 +00:00
private System . Windows . Forms . LinkLabel linkLabel3 ;
private System . Windows . Forms . Label DateLabel ;
2020-01-12 21:05:06 +00:00
private System . Windows . Forms . Label DeveloperBuildLabel ;
2011-07-31 02:13:24 +00:00
}
}