namespace Xenia.Debug.UI.Views { partial class FunctionsPanel { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.modulesComboBox = new System.Windows.Forms.ComboBox(); this.filterTextBox = new System.Windows.Forms.TextBox(); this.functionsListBox = new System.Windows.Forms.ListBox(); this.SuspendLayout(); // // modulesComboBox // this.modulesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.modulesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.modulesComboBox.FormattingEnabled = true; this.modulesComboBox.Location = new System.Drawing.Point(12, 12); this.modulesComboBox.Name = "modulesComboBox"; this.modulesComboBox.Size = new System.Drawing.Size(234, 21); this.modulesComboBox.TabIndex = 0; this.modulesComboBox.SelectedIndexChanged += new System.EventHandler(this.modulesComboBox_SelectedIndexChanged); // // filterTextBox // this.filterTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.filterTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.filterTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource; this.filterTextBox.Location = new System.Drawing.Point(12, 569); this.filterTextBox.Name = "filterTextBox"; this.filterTextBox.Size = new System.Drawing.Size(234, 20); this.filterTextBox.TabIndex = 1; this.filterTextBox.TextChanged += new System.EventHandler(this.filterTextBox_TextChanged); // // functionsListBox // this.functionsListBox.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.functionsListBox.FormattingEnabled = true; this.functionsListBox.Location = new System.Drawing.Point(12, 39); this.functionsListBox.Name = "functionsListBox"; this.functionsListBox.Size = new System.Drawing.Size(234, 524); this.functionsListBox.TabIndex = 2; this.functionsListBox.SelectedIndexChanged += new System.EventHandler(this.functionsListBox_SelectedIndexChanged); // // FunctionsPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(258, 600); this.Controls.Add(this.functionsListBox); this.Controls.Add(this.filterTextBox); this.Controls.Add(this.modulesComboBox); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Name = "FunctionsPanel"; this.Text = "Functions"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox modulesComboBox; private System.Windows.Forms.TextBox filterTextBox; private System.Windows.Forms.ListBox functionsListBox; } }