DS-Pokemon-Rom-Editor/DS_Map/HeaderSearch.Designer.cs
2021-01-31 03:46:37 +01:00

187 lines
10 KiB
C#

namespace DSPRE {
partial class HeaderSearch {
/// <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.arm9expansionTextLBL = new System.Windows.Forms.Label();
this.fieldToSearch1ComboBox = new System.Windows.Forms.ComboBox();
this.explanationLabel = new System.Windows.Forms.Label();
this.operator1ComboBox = new System.Windows.Forms.ComboBox();
this.value1TextBox = new System.Windows.Forms.TextBox();
this.value2TextBox = new System.Windows.Forms.TextBox();
this.operator2ComboBox = new System.Windows.Forms.ComboBox();
this.fieldToSearch2ComboBox = new System.Windows.Forms.ComboBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.startSearchButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// arm9expansionTextLBL
//
this.arm9expansionTextLBL.Location = new System.Drawing.Point(0, 0);
this.arm9expansionTextLBL.Name = "arm9expansionTextLBL";
this.arm9expansionTextLBL.Size = new System.Drawing.Size(100, 23);
this.arm9expansionTextLBL.TabIndex = 15;
//
// fieldToSearch1ComboBox
//
this.fieldToSearch1ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.fieldToSearch1ComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.fieldToSearch1ComboBox.FormattingEnabled = true;
this.fieldToSearch1ComboBox.Location = new System.Drawing.Point(39, 42);
this.fieldToSearch1ComboBox.Name = "fieldToSearch1ComboBox";
this.fieldToSearch1ComboBox.Size = new System.Drawing.Size(165, 24);
this.fieldToSearch1ComboBox.TabIndex = 6;
this.fieldToSearch1ComboBox.SelectedIndexChanged += new System.EventHandler(this.fieldToSearch1ComboBox_SelectedIndexChanged);
//
// explanationLabel
//
this.explanationLabel.AutoSize = true;
this.explanationLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.explanationLabel.Location = new System.Drawing.Point(18, 13);
this.explanationLabel.Name = "explanationLabel";
this.explanationLabel.Size = new System.Drawing.Size(307, 15);
this.explanationLabel.TabIndex = 7;
this.explanationLabel.Text = "Find all headers that meet these requirements:";
//
// operator1ComboBox
//
this.operator1ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.operator1ComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.operator1ComboBox.FormattingEnabled = true;
this.operator1ComboBox.Location = new System.Drawing.Point(210, 42);
this.operator1ComboBox.Name = "operator1ComboBox";
this.operator1ComboBox.Size = new System.Drawing.Size(176, 24);
this.operator1ComboBox.TabIndex = 8;
this.operator1ComboBox.SelectedIndexChanged += new System.EventHandler(this.operator1ComboBox_SelectedIndexChanged);
//
// value1TextBox
//
this.value1TextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.value1TextBox.Location = new System.Drawing.Point(392, 42);
this.value1TextBox.Name = "value1TextBox";
this.value1TextBox.Size = new System.Drawing.Size(117, 22);
this.value1TextBox.TabIndex = 9;
//
// value2TextBox
//
this.value2TextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.value2TextBox.Location = new System.Drawing.Point(392, 97);
this.value2TextBox.Name = "value2TextBox";
this.value2TextBox.Size = new System.Drawing.Size(117, 22);
this.value2TextBox.TabIndex = 12;
//
// operator2ComboBox
//
this.operator2ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.operator2ComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.operator2ComboBox.FormattingEnabled = true;
this.operator2ComboBox.Location = new System.Drawing.Point(210, 97);
this.operator2ComboBox.Name = "operator2ComboBox";
this.operator2ComboBox.Size = new System.Drawing.Size(176, 24);
this.operator2ComboBox.TabIndex = 11;
this.operator2ComboBox.SelectedIndexChanged += new System.EventHandler(this.operator2ComboBox_SelectedIndexChanged);
//
// fieldToSearch2ComboBox
//
this.fieldToSearch2ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.fieldToSearch2ComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.fieldToSearch2ComboBox.FormattingEnabled = true;
this.fieldToSearch2ComboBox.Location = new System.Drawing.Point(39, 96);
this.fieldToSearch2ComboBox.Name = "fieldToSearch2ComboBox";
this.fieldToSearch2ComboBox.Size = new System.Drawing.Size(165, 24);
this.fieldToSearch2ComboBox.TabIndex = 10;
this.fieldToSearch2ComboBox.SelectedIndexChanged += new System.EventHandler(this.fieldToSearch2ComboBox_SelectedIndexChanged);
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(12, 46);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(15, 14);
this.checkBox1.TabIndex = 13;
this.checkBox1.UseVisualStyleBackColor = true;
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.Location = new System.Drawing.Point(12, 101);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(15, 14);
this.checkBox2.TabIndex = 14;
this.checkBox2.UseVisualStyleBackColor = true;
//
// startSearchButton
//
this.startSearchButton.Image = global::DSPRE.Properties.Resources.wideLensImage;
this.startSearchButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.startSearchButton.Location = new System.Drawing.Point(39, 142);
this.startSearchButton.Name = "startSearchButton";
this.startSearchButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.startSearchButton.Size = new System.Drawing.Size(106, 43);
this.startSearchButton.TabIndex = 16;
this.startSearchButton.Text = "Start Search";
this.startSearchButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.startSearchButton.UseVisualStyleBackColor = true;
this.startSearchButton.Click += new System.EventHandler(this.startSearchButton_Click);
//
// HeaderSearch
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(556, 188);
this.Controls.Add(this.startSearchButton);
this.Controls.Add(this.checkBox2);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.value2TextBox);
this.Controls.Add(this.operator2ComboBox);
this.Controls.Add(this.fieldToSearch2ComboBox);
this.Controls.Add(this.value1TextBox);
this.Controls.Add(this.operator1ComboBox);
this.Controls.Add(this.explanationLabel);
this.Controls.Add(this.fieldToSearch1ComboBox);
this.Controls.Add(this.arm9expansionTextLBL);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "HeaderSearch";
this.Text = "ROM Toolbox";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label arm9expansionTextLBL;
private System.Windows.Forms.ComboBox fieldToSearch1ComboBox;
private System.Windows.Forms.Label explanationLabel;
private System.Windows.Forms.ComboBox operator1ComboBox;
private System.Windows.Forms.TextBox value1TextBox;
private System.Windows.Forms.TextBox value2TextBox;
private System.Windows.Forms.ComboBox operator2ComboBox;
private System.Windows.Forms.ComboBox fieldToSearch2ComboBox;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.Button startSearchButton;
}
}