CtrlImgList.Designer.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. namespace qdr.app.tools.qfu.gui.Subforms
  2. {
  3. partial class CtrlImgList
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Component Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. tableLayoutPanel1 = new TableLayoutPanel();
  29. panel1 = new Panel();
  30. chbIncludeSubdirs = new CheckBox();
  31. ctrlDirSelection = new qdr.app.tools.qfu.gui.Subforms.Common.DirectorySelectionCtrl();
  32. ctrlFilter = new qdr.app.tools.qfu.gui.Subforms.Common.FilterPathCtrl();
  33. tableLayoutPanel1.SuspendLayout();
  34. panel1.SuspendLayout();
  35. SuspendLayout();
  36. //
  37. // tableLayoutPanel1
  38. //
  39. tableLayoutPanel1.ColumnCount = 2;
  40. tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
  41. tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
  42. tableLayoutPanel1.Controls.Add(panel1, 1, 0);
  43. tableLayoutPanel1.Controls.Add(ctrlDirSelection, 0, 0);
  44. tableLayoutPanel1.Controls.Add(ctrlFilter, 0, 1);
  45. tableLayoutPanel1.Dock = DockStyle.Fill;
  46. tableLayoutPanel1.Location = new Point(0, 0);
  47. tableLayoutPanel1.Margin = new Padding(3, 2, 3, 2);
  48. tableLayoutPanel1.Name = "tableLayoutPanel1";
  49. tableLayoutPanel1.RowCount = 2;
  50. tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 45F));
  51. tableLayoutPanel1.RowStyles.Add(new RowStyle());
  52. tableLayoutPanel1.Size = new Size(610, 220);
  53. tableLayoutPanel1.TabIndex = 0;
  54. //
  55. // panel1
  56. //
  57. panel1.Controls.Add(chbIncludeSubdirs);
  58. panel1.Dock = DockStyle.Fill;
  59. panel1.Location = new Point(308, 2);
  60. panel1.Margin = new Padding(3, 2, 3, 2);
  61. panel1.Name = "panel1";
  62. panel1.Size = new Size(299, 41);
  63. panel1.TabIndex = 1;
  64. //
  65. // chbIncludeSubdirs
  66. //
  67. chbIncludeSubdirs.AutoSize = true;
  68. chbIncludeSubdirs.Location = new Point(3, 2);
  69. chbIncludeSubdirs.Margin = new Padding(3, 2, 3, 2);
  70. chbIncludeSubdirs.Name = "chbIncludeSubdirs";
  71. chbIncludeSubdirs.Size = new Size(143, 19);
  72. chbIncludeSubdirs.TabIndex = 0;
  73. chbIncludeSubdirs.Text = "Include Subdirectories";
  74. chbIncludeSubdirs.UseVisualStyleBackColor = true;
  75. //
  76. // ctrlDirSelection
  77. //
  78. ctrlDirSelection.AutoScroll = true;
  79. ctrlDirSelection.Caption = "Source Directory";
  80. ctrlDirSelection.Dock = DockStyle.Fill;
  81. ctrlDirSelection.Location = new Point(3, 2);
  82. ctrlDirSelection.Margin = new Padding(3, 2, 3, 2);
  83. ctrlDirSelection.Name = "ctrlDirSelection";
  84. ctrlDirSelection.SelectedPath = "";
  85. ctrlDirSelection.Size = new Size(299, 41);
  86. ctrlDirSelection.TabIndex = 2;
  87. //
  88. // ctrlFilter
  89. //
  90. ctrlFilter.Caption = "Excluded files patterns";
  91. ctrlFilter.FilterEnabled = false;
  92. ctrlFilter.FilterText = "";
  93. ctrlFilter.Location = new Point(3, 47);
  94. ctrlFilter.Margin = new Padding(3, 2, 3, 2);
  95. ctrlFilter.Name = "ctrlFilter";
  96. ctrlFilter.Size = new Size(229, 118);
  97. ctrlFilter.TabIndex = 3;
  98. //
  99. // CtrlImgList
  100. //
  101. AutoScaleDimensions = new SizeF(7F, 15F);
  102. AutoScaleMode = AutoScaleMode.Font;
  103. AutoScroll = true;
  104. AutoScrollMinSize = new Size(530, 220);
  105. Controls.Add(tableLayoutPanel1);
  106. Margin = new Padding(3, 2, 3, 2);
  107. Name = "CtrlImgList";
  108. Size = new Size(610, 163);
  109. tableLayoutPanel1.ResumeLayout(false);
  110. panel1.ResumeLayout(false);
  111. panel1.PerformLayout();
  112. ResumeLayout(false);
  113. }
  114. #endregion
  115. private TableLayoutPanel tableLayoutPanel1;
  116. private Panel panel1;
  117. private CheckBox chbIncludeSubdirs;
  118. private Common.DirectorySelectionCtrl ctrlDirSelection;
  119. private Common.FilterPathCtrl ctrlFilter;
  120. }
  121. }