namespace qdr.app.tools.qfu.gui.Subforms { partial class CtrlClone { /// /// 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() { tlpLevel0 = new TableLayoutPanel(); tlpLevel1L = new TableLayoutPanel(); label1 = new Label(); tbOutputs = new TextBox(); chbRepeat = new CheckBox(); tbNRepeat = new NumericUpDown(); ctrlSource = new qdr.app.tools.qfu.gui.Subforms.Common.FileSelectionCtrl(); tlpLevel1R = new TableLayoutPanel(); chbFileList = new CheckBox(); chbPe = new CheckBox(); chbForce = new CheckBox(); ctrlFileList = new qdr.app.tools.qfu.gui.Subforms.Common.FileSelectionCtrl(); tlpLevel0.SuspendLayout(); tlpLevel1L.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)tbNRepeat).BeginInit(); tlpLevel1R.SuspendLayout(); SuspendLayout(); // // tlpLevel0 // tlpLevel0.ColumnCount = 2; tlpLevel0.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); tlpLevel0.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 312F)); tlpLevel0.Controls.Add(tlpLevel1L, 0, 0); tlpLevel0.Controls.Add(tlpLevel1R, 1, 0); tlpLevel0.Dock = DockStyle.Fill; tlpLevel0.Location = new Point(0, 0); tlpLevel0.Name = "tlpLevel0"; tlpLevel0.RowCount = 1; tlpLevel0.RowStyles.Add(new RowStyle(SizeType.Percent, 50F)); tlpLevel0.Size = new Size(702, 372); tlpLevel0.TabIndex = 0; // // tlpLevel1L // tlpLevel1L.ColumnCount = 1; tlpLevel1L.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tlpLevel1L.Controls.Add(label1, 0, 1); tlpLevel1L.Controls.Add(tbOutputs, 0, 2); tlpLevel1L.Controls.Add(chbRepeat, 0, 3); tlpLevel1L.Controls.Add(tbNRepeat, 0, 4); tlpLevel1L.Controls.Add(ctrlSource, 0, 0); tlpLevel1L.Dock = DockStyle.Fill; tlpLevel1L.Location = new Point(3, 3); tlpLevel1L.Name = "tlpLevel1L"; tlpLevel1L.RowCount = 5; tlpLevel1L.RowStyles.Add(new RowStyle()); tlpLevel1L.RowStyles.Add(new RowStyle()); tlpLevel1L.RowStyles.Add(new RowStyle()); tlpLevel1L.RowStyles.Add(new RowStyle()); tlpLevel1L.RowStyles.Add(new RowStyle()); tlpLevel1L.Size = new Size(384, 366); tlpLevel1L.TabIndex = 0; // // label1 // label1.AutoSize = true; label1.Location = new Point(3, 44); label1.Name = "label1"; label1.Size = new Size(99, 15); label1.TabIndex = 1; label1.Text = "Output filenames"; // // tbOutputs // tbOutputs.Dock = DockStyle.Fill; tbOutputs.Location = new Point(3, 62); tbOutputs.Multiline = true; tbOutputs.Name = "tbOutputs"; tbOutputs.ScrollBars = ScrollBars.Both; tbOutputs.Size = new Size(378, 145); tbOutputs.TabIndex = 2; // // chbRepeat // chbRepeat.AutoSize = true; chbRepeat.Location = new Point(3, 213); chbRepeat.Name = "chbRepeat"; chbRepeat.Size = new Size(343, 19); chbRepeat.TabIndex = 3; chbRepeat.Text = "Generate N numbered copies instead of using target files list"; chbRepeat.UseVisualStyleBackColor = true; chbRepeat.CheckedChanged += chbRepeat_CheckedChanged; // // tbNRepeat // tbNRepeat.Dock = DockStyle.Fill; tbNRepeat.Location = new Point(3, 238); tbNRepeat.Name = "tbNRepeat"; tbNRepeat.Size = new Size(378, 23); tbNRepeat.TabIndex = 4; // // ctrlSource // ctrlSource.Caption = "File to clone (Source)"; ctrlSource.Dock = DockStyle.Fill; ctrlSource.Location = new Point(3, 2); ctrlSource.Margin = new Padding(3, 2, 3, 2); ctrlSource.Name = "ctrlSource"; ctrlSource.SelectedFile = ""; ctrlSource.Size = new Size(378, 40); ctrlSource.TabIndex = 5; // // tlpLevel1R // tlpLevel1R.ColumnCount = 1; tlpLevel1R.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tlpLevel1R.Controls.Add(chbFileList, 0, 0); tlpLevel1R.Controls.Add(chbPe, 0, 2); tlpLevel1R.Controls.Add(chbForce, 0, 3); tlpLevel1R.Controls.Add(ctrlFileList, 0, 1); tlpLevel1R.Dock = DockStyle.Fill; tlpLevel1R.Location = new Point(393, 3); tlpLevel1R.Name = "tlpLevel1R"; tlpLevel1R.RowCount = 4; tlpLevel1R.RowStyles.Add(new RowStyle()); tlpLevel1R.RowStyles.Add(new RowStyle()); tlpLevel1R.RowStyles.Add(new RowStyle()); tlpLevel1R.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F)); tlpLevel1R.Size = new Size(306, 366); tlpLevel1R.TabIndex = 1; // // chbFileList // chbFileList.AutoSize = true; chbFileList.Location = new Point(3, 3); chbFileList.Name = "chbFileList"; chbFileList.Size = new Size(234, 19); chbFileList.TabIndex = 1; chbFileList.Text = "Use FileList instead of Output filenames"; chbFileList.UseVisualStyleBackColor = true; chbFileList.CheckedChanged += chbFileList_CheckedChanged; // // chbPe // chbPe.AutoSize = true; chbPe.Location = new Point(3, 72); chbPe.Name = "chbPe"; chbPe.Size = new Size(274, 19); chbPe.TabIndex = 2; chbPe.Text = "Create destination directories if they don't exist"; chbPe.UseVisualStyleBackColor = true; // // chbForce // chbForce.AutoSize = true; chbForce.Location = new Point(3, 97); chbForce.Name = "chbForce"; chbForce.Size = new Size(257, 19); chbForce.TabIndex = 3; chbForce.Text = "Overwrite existing destination files (if exists)"; chbForce.UseVisualStyleBackColor = true; // // ctrlFileList // ctrlFileList.Caption = "FileList file"; ctrlFileList.Dock = DockStyle.Fill; ctrlFileList.Location = new Point(3, 27); ctrlFileList.Margin = new Padding(3, 2, 3, 2); ctrlFileList.Name = "ctrlFileList"; ctrlFileList.SelectedFile = ""; ctrlFileList.Size = new Size(300, 40); ctrlFileList.TabIndex = 4; ctrlFileList.SelectedFileChanged += ctrlFileList_SelectedFileChanged_1; // // CtrlClone // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; AutoScroll = true; AutoScrollMinSize = new Size(530, 220); Controls.Add(tlpLevel0); Name = "CtrlClone"; Size = new Size(702, 372); tlpLevel0.ResumeLayout(false); tlpLevel1L.ResumeLayout(false); tlpLevel1L.PerformLayout(); ((System.ComponentModel.ISupportInitialize)tbNRepeat).EndInit(); tlpLevel1R.ResumeLayout(false); tlpLevel1R.PerformLayout(); ResumeLayout(false); } #endregion private TableLayoutPanel tlpLevel0; private TableLayoutPanel tlpLevel1L; private Label label1; private TextBox tbOutputs; private TableLayoutPanel tlpLevel1R; private CheckBox chbRepeat; private NumericUpDown tbNRepeat; private CheckBox chbFileList; private CheckBox chbPe; private CheckBox chbForce; private Common.FileSelectionCtrl ctrlFileList; private Common.FileSelectionCtrl ctrlSource; } }