namespace LibationWinForms.Dialogs { partial class DirectoryOrCustomSelectControl { /// /// 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() { knownDirectoryRb = new System.Windows.Forms.RadioButton(); customDirectoryRb = new System.Windows.Forms.RadioButton(); customTb = new System.Windows.Forms.TextBox(); customBtn = new System.Windows.Forms.Button(); directorySelectControl = new DirectorySelectControl(); SuspendLayout(); // // knownDirectoryRb // knownDirectoryRb.AutoSize = true; knownDirectoryRb.Location = new System.Drawing.Point(3, 3); knownDirectoryRb.Name = "knownDirectoryRb"; knownDirectoryRb.Size = new System.Drawing.Size(14, 13); knownDirectoryRb.TabIndex = 0; knownDirectoryRb.UseVisualStyleBackColor = true; knownDirectoryRb.CheckedChanged += radioButton_CheckedChanged; // // customDirectoryRb // customDirectoryRb.AutoSize = true; customDirectoryRb.Location = new System.Drawing.Point(3, 58); customDirectoryRb.Name = "customDirectoryRb"; customDirectoryRb.Size = new System.Drawing.Size(14, 13); customDirectoryRb.TabIndex = 2; customDirectoryRb.UseVisualStyleBackColor = true; customDirectoryRb.CheckedChanged += radioButton_CheckedChanged; // // customTb // customTb.Location = new System.Drawing.Point(23, 56); customTb.Name = "customTb"; customTb.Size = new System.Drawing.Size(606, 23); customTb.TabIndex = 3; // // customBtn // customBtn.Location = new System.Drawing.Point(635, 55); customBtn.Name = "customBtn"; customBtn.Size = new System.Drawing.Size(26, 23); customBtn.TabIndex = 4; customBtn.Text = "..."; customBtn.UseVisualStyleBackColor = true; customBtn.Click += customBtn_Click; // // directorySelectControl // directorySelectControl.Location = new System.Drawing.Point(23, 0); directorySelectControl.Name = "directorySelectControl"; directorySelectControl.Size = new System.Drawing.Size(637, 50); directorySelectControl.TabIndex = 5; // // DirectoryOrCustomSelectControl // AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; Controls.Add(directorySelectControl); Controls.Add(customBtn); Controls.Add(customTb); Controls.Add(customDirectoryRb); Controls.Add(knownDirectoryRb); Name = "DirectoryOrCustomSelectControl"; Size = new System.Drawing.Size(660, 80); Load += DirectoryOrCustomSelectControl_Load; ResumeLayout(false); PerformLayout(); } #endregion private System.Windows.Forms.RadioButton knownDirectoryRb; private System.Windows.Forms.RadioButton customDirectoryRb; private System.Windows.Forms.TextBox customTb; private System.Windows.Forms.Button customBtn; private DirectorySelectControl directorySelectControl; } }