| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- namespace qdr.app.tools.qfu.gui.Subforms
- {
- partial class CtrlImgList
- {
- /// <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 Component 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()
- {
- tableLayoutPanel1 = new TableLayoutPanel();
- panel1 = new Panel();
- chbIncludeSubdirs = new CheckBox();
- ctrlDirSelection = new qdr.app.tools.qfu.gui.Subforms.Common.DirectorySelectionCtrl();
- ctrlFilter = new qdr.app.tools.qfu.gui.Subforms.Common.FilterPathCtrl();
- tableLayoutPanel1.SuspendLayout();
- panel1.SuspendLayout();
- SuspendLayout();
- //
- // tableLayoutPanel1
- //
- tableLayoutPanel1.ColumnCount = 2;
- tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
- tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
- tableLayoutPanel1.Controls.Add(panel1, 1, 0);
- tableLayoutPanel1.Controls.Add(ctrlDirSelection, 0, 0);
- tableLayoutPanel1.Controls.Add(ctrlFilter, 0, 1);
- tableLayoutPanel1.Dock = DockStyle.Fill;
- tableLayoutPanel1.Location = new Point(0, 0);
- tableLayoutPanel1.Margin = new Padding(3, 2, 3, 2);
- tableLayoutPanel1.Name = "tableLayoutPanel1";
- tableLayoutPanel1.RowCount = 2;
- tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 45F));
- tableLayoutPanel1.RowStyles.Add(new RowStyle());
- tableLayoutPanel1.Size = new Size(610, 220);
- tableLayoutPanel1.TabIndex = 0;
- //
- // panel1
- //
- panel1.Controls.Add(chbIncludeSubdirs);
- panel1.Dock = DockStyle.Fill;
- panel1.Location = new Point(308, 2);
- panel1.Margin = new Padding(3, 2, 3, 2);
- panel1.Name = "panel1";
- panel1.Size = new Size(299, 41);
- panel1.TabIndex = 1;
- //
- // chbIncludeSubdirs
- //
- chbIncludeSubdirs.AutoSize = true;
- chbIncludeSubdirs.Location = new Point(3, 2);
- chbIncludeSubdirs.Margin = new Padding(3, 2, 3, 2);
- chbIncludeSubdirs.Name = "chbIncludeSubdirs";
- chbIncludeSubdirs.Size = new Size(143, 19);
- chbIncludeSubdirs.TabIndex = 0;
- chbIncludeSubdirs.Text = "Include Subdirectories";
- chbIncludeSubdirs.UseVisualStyleBackColor = true;
- //
- // ctrlDirSelection
- //
- ctrlDirSelection.AutoScroll = true;
- ctrlDirSelection.Caption = "Source Directory";
- ctrlDirSelection.Dock = DockStyle.Fill;
- ctrlDirSelection.Location = new Point(3, 2);
- ctrlDirSelection.Margin = new Padding(3, 2, 3, 2);
- ctrlDirSelection.Name = "ctrlDirSelection";
- ctrlDirSelection.SelectedPath = "";
- ctrlDirSelection.Size = new Size(299, 41);
- ctrlDirSelection.TabIndex = 2;
- //
- // ctrlFilter
- //
- ctrlFilter.Caption = "Excluded files patterns";
- ctrlFilter.FilterEnabled = false;
- ctrlFilter.FilterText = "";
- ctrlFilter.Location = new Point(3, 47);
- ctrlFilter.Margin = new Padding(3, 2, 3, 2);
- ctrlFilter.Name = "ctrlFilter";
- ctrlFilter.Size = new Size(229, 118);
- ctrlFilter.TabIndex = 3;
- //
- // CtrlImgList
- //
- AutoScaleDimensions = new SizeF(7F, 15F);
- AutoScaleMode = AutoScaleMode.Font;
- AutoScroll = true;
- AutoScrollMinSize = new Size(530, 220);
- Controls.Add(tableLayoutPanel1);
- Margin = new Padding(3, 2, 3, 2);
- Name = "CtrlImgList";
- Size = new Size(610, 163);
- tableLayoutPanel1.ResumeLayout(false);
- panel1.ResumeLayout(false);
- panel1.PerformLayout();
- ResumeLayout(false);
- }
- #endregion
- private TableLayoutPanel tableLayoutPanel1;
- private Panel panel1;
- private CheckBox chbIncludeSubdirs;
- private Common.DirectorySelectionCtrl ctrlDirSelection;
- private Common.FilterPathCtrl ctrlFilter;
- }
- }
|