namespace LibationWinForms.Dialogs { partial class DirectorySelectControl { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.directoryComboBox = new System.Windows.Forms.ComboBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // directoryComboBox // this.directoryComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.directoryComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.directoryComboBox.FormattingEnabled = true; this.directoryComboBox.Location = new System.Drawing.Point(0, 0); this.directoryComboBox.Name = "directoryComboBox"; this.directoryComboBox.Size = new System.Drawing.Size(407, 23); this.directoryComboBox.TabIndex = 0; this.directoryComboBox.SelectedIndexChanged += new System.EventHandler(this.directoryComboBox_SelectedIndexChanged); // // textBox1 // this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBox1.Location = new System.Drawing.Point(0, 29); this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(407, 23); this.textBox1.TabIndex = 1; // // DirectorySelectControl // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.textBox1); this.Controls.Add(this.directoryComboBox); this.Name = "DirectorySelectControl"; this.Size = new System.Drawing.Size(407, 52); this.Load += new System.EventHandler(this.DirectorySelectControl_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox directoryComboBox; private System.Windows.Forms.TextBox textBox1; } }