198 lines
No EOL
8.5 KiB
C#
198 lines
No EOL
8.5 KiB
C#
namespace Mesen.GUI.Forms.Cheats
|
|
{
|
|
partial class frmCheatImportFromDb
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.lstGames = 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.lblCheatCount = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.txtSearch = new System.Windows.Forms.TextBox();
|
|
this.lblSearch = new System.Windows.Forms.Label();
|
|
this.tmrSearch = new System.Windows.Forms.Timer(this.components);
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
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));
|
|
this.tableLayoutPanel1.Controls.Add(this.lstGames, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblCheatCount, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 3;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
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, 402);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// lstGames
|
|
//
|
|
this.tableLayoutPanel1.SetColumnSpan(this.lstGames, 2);
|
|
this.lstGames.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lstGames.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lstGames.FormattingEnabled = true;
|
|
this.lstGames.ItemHeight = 15;
|
|
this.lstGames.Location = new System.Drawing.Point(3, 28);
|
|
this.lstGames.Name = "lstGames";
|
|
this.lstGames.Size = new System.Drawing.Size(457, 342);
|
|
this.lstGames.TabIndex = 1;
|
|
this.lstGames.SelectedIndexChanged += new System.EventHandler(this.lstRoms_SelectedIndexChanged);
|
|
this.lstGames.DoubleClick += new System.EventHandler(this.lstRoms_DoubleClick);
|
|
//
|
|
// 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, 373);
|
|
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 = "Import";
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// 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;
|
|
//
|
|
// lblCheatCount
|
|
//
|
|
this.lblCheatCount.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lblCheatCount.AutoSize = true;
|
|
this.lblCheatCount.Location = new System.Drawing.Point(3, 381);
|
|
this.lblCheatCount.Name = "lblCheatCount";
|
|
this.lblCheatCount.Size = new System.Drawing.Size(172, 13);
|
|
this.lblCheatCount.TabIndex = 2;
|
|
this.lblCheatCount.Text = "### games and ### cheats found";
|
|
//
|
|
// 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);
|
|
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;
|
|
//
|
|
// 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;
|
|
//
|
|
// 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:";
|
|
//
|
|
// tmrSearch
|
|
//
|
|
this.tmrSearch.Enabled = true;
|
|
this.tmrSearch.Tick += new System.EventHandler(this.tmrSearch_Tick);
|
|
//
|
|
// frmCheatImportFromDb
|
|
//
|
|
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, 402);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.MinimumSize = new System.Drawing.Size(479, 297);
|
|
this.Name = "frmCheatImportFromDb";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Select Game...";
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.tableLayoutPanel2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.ListBox lstGames;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.Button btnOK;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Label lblCheatCount;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.TextBox txtSearch;
|
|
private System.Windows.Forms.Label lblSearch;
|
|
private System.Windows.Forms.Timer tmrSearch;
|
|
}
|
|
} |