2016-06-17 20:53:05 -04:00
namespace Mesen.GUI.Forms
{
partial class frmSelectRom
{
/// <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 ( )
{
2016-06-25 22:05:10 -04:00
this . components = new System . ComponentModel . Container ( ) ;
2016-06-17 20:53:05 -04:00
this . tableLayoutPanel1 = new System . Windows . Forms . TableLayoutPanel ( ) ;
this . lstRoms = new System . Windows . Forms . ListBox ( ) ;
this . flowLayoutPanel1 = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . btnOK = new System . Windows . Forms . Button ( ) ;
this . btnCancel = new System . Windows . Forms . Button ( ) ;
this . lblRomCount = new System . Windows . Forms . Label ( ) ;
2016-06-25 22:05:10 -04:00
this . lblSearch = new System . Windows . Forms . Label ( ) ;
this . txtSearch = new System . Windows . Forms . TextBox ( ) ;
this . tableLayoutPanel2 = new System . Windows . Forms . TableLayoutPanel ( ) ;
this . tmrSearch = new System . Windows . Forms . Timer ( this . components ) ;
2016-06-17 20:53:05 -04:00
this . tableLayoutPanel1 . SuspendLayout ( ) ;
this . flowLayoutPanel1 . SuspendLayout ( ) ;
2016-06-25 22:05:10 -04:00
this . tableLayoutPanel2 . SuspendLayout ( ) ;
2016-06-17 20:53:05 -04:00
this . SuspendLayout ( ) ;
//
// tableLayoutPanel1
//
this . tableLayoutPanel1 . ColumnCount = 2 ;
this . tableLayoutPanel1 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( ) ) ;
this . tableLayoutPanel1 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( System . Windows . Forms . SizeType . Percent , 100F ) ) ;
2016-06-25 22:05:10 -04:00
this . tableLayoutPanel1 . Controls . Add ( this . lstRoms , 0 , 1 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . flowLayoutPanel1 , 1 , 2 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . lblRomCount , 0 , 2 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . tableLayoutPanel2 , 0 , 0 ) ;
2016-06-17 20:53:05 -04:00
this . tableLayoutPanel1 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . tableLayoutPanel1 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . tableLayoutPanel1 . Name = "tableLayoutPanel1" ;
2016-06-25 22:05:10 -04:00
this . tableLayoutPanel1 . RowCount = 3 ;
this . tableLayoutPanel1 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
2016-06-17 20:53:05 -04:00
this . tableLayoutPanel1 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( System . Windows . Forms . SizeType . Percent , 100F ) ) ;
this . tableLayoutPanel1 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel1 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( System . Windows . Forms . SizeType . Absolute , 20F ) ) ;
this . tableLayoutPanel1 . Size = new System . Drawing . Size ( 463 , 242 ) ;
this . tableLayoutPanel1 . TabIndex = 0 ;
//
// lstRoms
//
this . tableLayoutPanel1 . SetColumnSpan ( this . lstRoms , 2 ) ;
this . lstRoms . Dock = System . Windows . Forms . DockStyle . Fill ;
this . lstRoms . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 11.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . lstRoms . FormattingEnabled = true ;
this . lstRoms . ItemHeight = 18 ;
2016-06-25 22:05:10 -04:00
this . lstRoms . Location = new System . Drawing . Point ( 3 , 28 ) ;
2016-06-17 20:53:05 -04:00
this . lstRoms . Name = "lstRoms" ;
2016-06-25 22:05:10 -04:00
this . lstRoms . Size = new System . Drawing . Size ( 457 , 182 ) ;
2016-06-17 20:53:05 -04:00
this . lstRoms . TabIndex = 1 ;
this . lstRoms . SelectedIndexChanged + = new System . EventHandler ( this . lstRoms_SelectedIndexChanged ) ;
//
// flowLayoutPanel1
//
this . flowLayoutPanel1 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . flowLayoutPanel1 . AutoSize = true ;
this . flowLayoutPanel1 . Controls . Add ( this . btnOK ) ;
this . flowLayoutPanel1 . Controls . Add ( this . btnCancel ) ;
this . flowLayoutPanel1 . Location = new System . Drawing . Point ( 301 , 213 ) ;
this . flowLayoutPanel1 . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . flowLayoutPanel1 . Name = "flowLayoutPanel1" ;
this . flowLayoutPanel1 . Size = new System . Drawing . Size ( 162 , 29 ) ;
this . flowLayoutPanel1 . TabIndex = 2 ;
//
// btnOK
//
this . btnOK . DialogResult = System . Windows . Forms . DialogResult . OK ;
this . btnOK . Enabled = false ;
this . btnOK . Location = new System . Drawing . Point ( 3 , 3 ) ;
this . btnOK . Name = "btnOK" ;
this . btnOK . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . btnOK . TabIndex = 0 ;
this . btnOK . Text = "OK" ;
this . btnOK . UseVisualStyleBackColor = true ;
//
// btnCancel
//
this . btnCancel . DialogResult = System . Windows . Forms . DialogResult . Cancel ;
this . btnCancel . Location = new System . Drawing . Point ( 84 , 3 ) ;
this . btnCancel . Name = "btnCancel" ;
this . btnCancel . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . btnCancel . TabIndex = 1 ;
this . btnCancel . Text = "Cancel" ;
this . btnCancel . UseVisualStyleBackColor = true ;
//
// lblRomCount
//
this . lblRomCount . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . lblRomCount . AutoSize = true ;
this . lblRomCount . Location = new System . Drawing . Point ( 3 , 221 ) ;
this . lblRomCount . Name = "lblRomCount" ;
this . lblRomCount . Size = new System . Drawing . Size ( 83 , 13 ) ;
this . lblRomCount . TabIndex = 2 ;
this . lblRomCount . Text = "### roms found" ;
//
2016-06-25 22:05:10 -04:00
// lblSearch
//
this . lblSearch . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . lblSearch . AutoSize = true ;
this . lblSearch . Location = new System . Drawing . Point ( 3 , 6 ) ;
this . lblSearch . Name = "lblSearch" ;
this . lblSearch . Size = new System . Drawing . Size ( 44 , 13 ) ;
this . lblSearch . TabIndex = 3 ;
this . lblSearch . Text = "Search:" ;
//
// txtSearch
//
this . txtSearch . Dock = System . Windows . Forms . DockStyle . Fill ;
this . txtSearch . Location = new System . Drawing . Point ( 53 , 3 ) ;
this . txtSearch . Name = "txtSearch" ;
this . txtSearch . Size = new System . Drawing . Size ( 407 , 20 ) ;
this . txtSearch . TabIndex = 1 ;
//
// tableLayoutPanel2
//
this . tableLayoutPanel2 . ColumnCount = 2 ;
this . tableLayoutPanel1 . SetColumnSpan ( this . tableLayoutPanel2 , 2 ) ;
this . tableLayoutPanel2 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( ) ) ;
this . tableLayoutPanel2 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( System . Windows . Forms . SizeType . Percent , 100F ) ) ;
this . tableLayoutPanel2 . Controls . Add ( this . txtSearch , 1 , 0 ) ;
this . tableLayoutPanel2 . Controls . Add ( this . lblSearch , 0 , 0 ) ;
this . tableLayoutPanel2 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . tableLayoutPanel2 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . tableLayoutPanel2 . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 0 , 0 ) ;
this . tableLayoutPanel2 . Name = "tableLayoutPanel2" ;
this . tableLayoutPanel2 . RowCount = 1 ;
this . tableLayoutPanel2 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( System . Windows . Forms . SizeType . Percent , 100F ) ) ;
this . tableLayoutPanel2 . Size = new System . Drawing . Size ( 463 , 25 ) ;
this . tableLayoutPanel2 . TabIndex = 5 ;
//
// tmrSearch
//
this . tmrSearch . Enabled = true ;
this . tmrSearch . Tick + = new System . EventHandler ( this . tmrSearch_Tick ) ;
//
2016-06-17 20:53:05 -04:00
// frmSelectRom
//
this . AcceptButton = this . btnOK ;
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . CancelButton = this . btnCancel ;
this . ClientSize = new System . Drawing . Size ( 463 , 242 ) ;
this . Controls . Add ( this . tableLayoutPanel1 ) ;
this . Name = "frmSelectRom" ;
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterParent ;
this . Text = "Select Rom..." ;
this . tableLayoutPanel1 . ResumeLayout ( false ) ;
this . tableLayoutPanel1 . PerformLayout ( ) ;
this . flowLayoutPanel1 . ResumeLayout ( false ) ;
2016-06-25 22:05:10 -04:00
this . tableLayoutPanel2 . ResumeLayout ( false ) ;
this . tableLayoutPanel2 . PerformLayout ( ) ;
2016-06-17 20:53:05 -04:00
this . ResumeLayout ( false ) ;
}
#endregion
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel1 ;
private System . Windows . Forms . ListBox lstRoms ;
private System . Windows . Forms . FlowLayoutPanel flowLayoutPanel1 ;
private System . Windows . Forms . Button btnOK ;
private System . Windows . Forms . Button btnCancel ;
private System . Windows . Forms . Label lblRomCount ;
2016-06-25 22:05:10 -04:00
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel2 ;
private System . Windows . Forms . TextBox txtSearch ;
private System . Windows . Forms . Label lblSearch ;
private System . Windows . Forms . Timer tmrSearch ;
2016-06-17 20:53:05 -04:00
}
}