namespace qdr.app.tools.qfu.gui.Subforms.Common { partial class DirectorySelectionCtrl { /// /// 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() { tableLayoutPanel1 = new TableLayoutPanel(); tbSelectedPath = new TextBox(); butSelect = new Button(); lblText = new Label(); tableLayoutPanel1.SuspendLayout(); SuspendLayout(); // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 2; tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 50F)); tableLayoutPanel1.Controls.Add(tbSelectedPath, 0, 0); tableLayoutPanel1.Controls.Add(butSelect, 1, 0); tableLayoutPanel1.Dock = DockStyle.Fill; tableLayoutPanel1.Location = new Point(0, 20); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 1; tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel1.Size = new Size(718, 36); tableLayoutPanel1.TabIndex = 3; // // tbSelectedPath // tbSelectedPath.Dock = DockStyle.Fill; tbSelectedPath.Location = new Point(3, 3); tbSelectedPath.Name = "tbSelectedPath"; tbSelectedPath.ReadOnly = true; tbSelectedPath.Size = new Size(662, 27); tbSelectedPath.TabIndex = 0; // // butSelect // butSelect.Dock = DockStyle.Fill; butSelect.Location = new Point(671, 3); butSelect.Name = "butSelect"; butSelect.Size = new Size(44, 30); butSelect.TabIndex = 1; butSelect.Text = "..."; butSelect.UseVisualStyleBackColor = true; butSelect.Click += butSelect_Click_1; // // lblText // lblText.AutoSize = true; lblText.Dock = DockStyle.Top; lblText.Location = new Point(0, 0); lblText.Name = "lblText"; lblText.Size = new Size(50, 20); lblText.TabIndex = 2; lblText.Text = "label1"; // // DirectorySelectionCtrl // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(tableLayoutPanel1); Controls.Add(lblText); Name = "DirectorySelectionCtrl"; Size = new Size(718, 56); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); ResumeLayout(false); PerformLayout(); } #endregion private TableLayoutPanel tableLayoutPanel1; private TextBox tbSelectedPath; private Button butSelect; private Label lblText; } }