CtrlClone.Designer.cs 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. namespace qdr.app.tools.qfu.gui.Subforms
  2. {
  3. partial class CtrlClone
  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. tlpLevel0 = new TableLayoutPanel();
  29. tlpLevel1L = new TableLayoutPanel();
  30. label1 = new Label();
  31. tbOutputs = new TextBox();
  32. chbRepeat = new CheckBox();
  33. tbNRepeat = new NumericUpDown();
  34. ctrlSource = new qdr.app.tools.qfu.gui.Subforms.Common.FileSelectionCtrl();
  35. tlpLevel1R = new TableLayoutPanel();
  36. chbFileList = new CheckBox();
  37. chbPe = new CheckBox();
  38. chbForce = new CheckBox();
  39. ctrlFileList = new qdr.app.tools.qfu.gui.Subforms.Common.FileSelectionCtrl();
  40. tlpLevel0.SuspendLayout();
  41. tlpLevel1L.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)tbNRepeat).BeginInit();
  43. tlpLevel1R.SuspendLayout();
  44. SuspendLayout();
  45. //
  46. // tlpLevel0
  47. //
  48. tlpLevel0.ColumnCount = 2;
  49. tlpLevel0.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
  50. tlpLevel0.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 312F));
  51. tlpLevel0.Controls.Add(tlpLevel1L, 0, 0);
  52. tlpLevel0.Controls.Add(tlpLevel1R, 1, 0);
  53. tlpLevel0.Dock = DockStyle.Fill;
  54. tlpLevel0.Location = new Point(0, 0);
  55. tlpLevel0.Name = "tlpLevel0";
  56. tlpLevel0.RowCount = 1;
  57. tlpLevel0.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
  58. tlpLevel0.Size = new Size(702, 372);
  59. tlpLevel0.TabIndex = 0;
  60. //
  61. // tlpLevel1L
  62. //
  63. tlpLevel1L.ColumnCount = 1;
  64. tlpLevel1L.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
  65. tlpLevel1L.Controls.Add(label1, 0, 1);
  66. tlpLevel1L.Controls.Add(tbOutputs, 0, 2);
  67. tlpLevel1L.Controls.Add(chbRepeat, 0, 3);
  68. tlpLevel1L.Controls.Add(tbNRepeat, 0, 4);
  69. tlpLevel1L.Controls.Add(ctrlSource, 0, 0);
  70. tlpLevel1L.Dock = DockStyle.Fill;
  71. tlpLevel1L.Location = new Point(3, 3);
  72. tlpLevel1L.Name = "tlpLevel1L";
  73. tlpLevel1L.RowCount = 5;
  74. tlpLevel1L.RowStyles.Add(new RowStyle());
  75. tlpLevel1L.RowStyles.Add(new RowStyle());
  76. tlpLevel1L.RowStyles.Add(new RowStyle());
  77. tlpLevel1L.RowStyles.Add(new RowStyle());
  78. tlpLevel1L.RowStyles.Add(new RowStyle());
  79. tlpLevel1L.Size = new Size(384, 366);
  80. tlpLevel1L.TabIndex = 0;
  81. //
  82. // label1
  83. //
  84. label1.AutoSize = true;
  85. label1.Location = new Point(3, 44);
  86. label1.Name = "label1";
  87. label1.Size = new Size(99, 15);
  88. label1.TabIndex = 1;
  89. label1.Text = "Output filenames";
  90. //
  91. // tbOutputs
  92. //
  93. tbOutputs.Dock = DockStyle.Fill;
  94. tbOutputs.Location = new Point(3, 62);
  95. tbOutputs.Multiline = true;
  96. tbOutputs.Name = "tbOutputs";
  97. tbOutputs.ScrollBars = ScrollBars.Both;
  98. tbOutputs.Size = new Size(378, 145);
  99. tbOutputs.TabIndex = 2;
  100. //
  101. // chbRepeat
  102. //
  103. chbRepeat.AutoSize = true;
  104. chbRepeat.Location = new Point(3, 213);
  105. chbRepeat.Name = "chbRepeat";
  106. chbRepeat.Size = new Size(343, 19);
  107. chbRepeat.TabIndex = 3;
  108. chbRepeat.Text = "Generate N numbered copies instead of using target files list";
  109. chbRepeat.UseVisualStyleBackColor = true;
  110. chbRepeat.CheckedChanged += chbRepeat_CheckedChanged;
  111. //
  112. // tbNRepeat
  113. //
  114. tbNRepeat.Dock = DockStyle.Fill;
  115. tbNRepeat.Location = new Point(3, 238);
  116. tbNRepeat.Name = "tbNRepeat";
  117. tbNRepeat.Size = new Size(378, 23);
  118. tbNRepeat.TabIndex = 4;
  119. //
  120. // ctrlSource
  121. //
  122. ctrlSource.Caption = "File to clone (Source)";
  123. ctrlSource.Dock = DockStyle.Fill;
  124. ctrlSource.Location = new Point(3, 2);
  125. ctrlSource.Margin = new Padding(3, 2, 3, 2);
  126. ctrlSource.Name = "ctrlSource";
  127. ctrlSource.SelectedFile = "";
  128. ctrlSource.Size = new Size(378, 40);
  129. ctrlSource.TabIndex = 5;
  130. //
  131. // tlpLevel1R
  132. //
  133. tlpLevel1R.ColumnCount = 1;
  134. tlpLevel1R.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
  135. tlpLevel1R.Controls.Add(chbFileList, 0, 0);
  136. tlpLevel1R.Controls.Add(chbPe, 0, 2);
  137. tlpLevel1R.Controls.Add(chbForce, 0, 3);
  138. tlpLevel1R.Controls.Add(ctrlFileList, 0, 1);
  139. tlpLevel1R.Dock = DockStyle.Fill;
  140. tlpLevel1R.Location = new Point(393, 3);
  141. tlpLevel1R.Name = "tlpLevel1R";
  142. tlpLevel1R.RowCount = 4;
  143. tlpLevel1R.RowStyles.Add(new RowStyle());
  144. tlpLevel1R.RowStyles.Add(new RowStyle());
  145. tlpLevel1R.RowStyles.Add(new RowStyle());
  146. tlpLevel1R.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
  147. tlpLevel1R.Size = new Size(306, 366);
  148. tlpLevel1R.TabIndex = 1;
  149. //
  150. // chbFileList
  151. //
  152. chbFileList.AutoSize = true;
  153. chbFileList.Location = new Point(3, 3);
  154. chbFileList.Name = "chbFileList";
  155. chbFileList.Size = new Size(234, 19);
  156. chbFileList.TabIndex = 1;
  157. chbFileList.Text = "Use FileList instead of Output filenames";
  158. chbFileList.UseVisualStyleBackColor = true;
  159. chbFileList.CheckedChanged += chbFileList_CheckedChanged;
  160. //
  161. // chbPe
  162. //
  163. chbPe.AutoSize = true;
  164. chbPe.Location = new Point(3, 72);
  165. chbPe.Name = "chbPe";
  166. chbPe.Size = new Size(274, 19);
  167. chbPe.TabIndex = 2;
  168. chbPe.Text = "Create destination directories if they don't exist";
  169. chbPe.UseVisualStyleBackColor = true;
  170. //
  171. // chbForce
  172. //
  173. chbForce.AutoSize = true;
  174. chbForce.Location = new Point(3, 97);
  175. chbForce.Name = "chbForce";
  176. chbForce.Size = new Size(257, 19);
  177. chbForce.TabIndex = 3;
  178. chbForce.Text = "Overwrite existing destination files (if exists)";
  179. chbForce.UseVisualStyleBackColor = true;
  180. //
  181. // ctrlFileList
  182. //
  183. ctrlFileList.Caption = "FileList file";
  184. ctrlFileList.Dock = DockStyle.Fill;
  185. ctrlFileList.Location = new Point(3, 27);
  186. ctrlFileList.Margin = new Padding(3, 2, 3, 2);
  187. ctrlFileList.Name = "ctrlFileList";
  188. ctrlFileList.SelectedFile = "";
  189. ctrlFileList.Size = new Size(300, 40);
  190. ctrlFileList.TabIndex = 4;
  191. ctrlFileList.SelectedFileChanged += ctrlFileList_SelectedFileChanged_1;
  192. //
  193. // CtrlClone
  194. //
  195. AutoScaleDimensions = new SizeF(7F, 15F);
  196. AutoScaleMode = AutoScaleMode.Font;
  197. AutoScroll = true;
  198. AutoScrollMinSize = new Size(530, 220);
  199. Controls.Add(tlpLevel0);
  200. Name = "CtrlClone";
  201. Size = new Size(702, 372);
  202. tlpLevel0.ResumeLayout(false);
  203. tlpLevel1L.ResumeLayout(false);
  204. tlpLevel1L.PerformLayout();
  205. ((System.ComponentModel.ISupportInitialize)tbNRepeat).EndInit();
  206. tlpLevel1R.ResumeLayout(false);
  207. tlpLevel1R.PerformLayout();
  208. ResumeLayout(false);
  209. }
  210. #endregion
  211. private TableLayoutPanel tlpLevel0;
  212. private TableLayoutPanel tlpLevel1L;
  213. private Label label1;
  214. private TextBox tbOutputs;
  215. private TableLayoutPanel tlpLevel1R;
  216. private CheckBox chbRepeat;
  217. private NumericUpDown tbNRepeat;
  218. private CheckBox chbFileList;
  219. private CheckBox chbPe;
  220. private CheckBox chbForce;
  221. private Common.FileSelectionCtrl ctrlFileList;
  222. private Common.FileSelectionCtrl ctrlSource;
  223. }
  224. }