| 1 | /* |
|---|
| 2 | * $Id$ |
|---|
| 3 | * Copyright 2008-2010 The Eraser Project |
|---|
| 4 | * Original Author: Joel Low <lowjoel@users.sourceforge.net> |
|---|
| 5 | * Modified By: |
|---|
| 6 | * |
|---|
| 7 | * This file is part of Eraser. |
|---|
| 8 | * |
|---|
| 9 | * Eraser is free software: you can redistribute it and/or modify it under the |
|---|
| 10 | * terms of the GNU General Public License as published by the Free Software |
|---|
| 11 | * Foundation, either version 3 of the License, or (at your option) any later |
|---|
| 12 | * version. |
|---|
| 13 | * |
|---|
| 14 | * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY |
|---|
| 15 | * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
|---|
| 16 | * A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
|---|
| 17 | * |
|---|
| 18 | * A copy of the GNU General Public License can be found at |
|---|
| 19 | * <http://www.gnu.org/licenses/>. |
|---|
| 20 | */ |
|---|
| 21 | |
|---|
| 22 | namespace Eraser.DefaultPlugins |
|---|
| 23 | { |
|---|
| 24 | partial class SecureMoveErasureTargetConfigurer |
|---|
| 25 | { |
|---|
| 26 | /// <summary> |
|---|
| 27 | /// Required designer variable. |
|---|
| 28 | /// </summary> |
|---|
| 29 | private System.ComponentModel.IContainer components = null; |
|---|
| 30 | |
|---|
| 31 | /// <summary> |
|---|
| 32 | /// Clean up any resources being used. |
|---|
| 33 | /// </summary> |
|---|
| 34 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
|---|
| 35 | protected override void Dispose(bool disposing) |
|---|
| 36 | { |
|---|
| 37 | if (disposing && (components != null)) |
|---|
| 38 | { |
|---|
| 39 | components.Dispose(); |
|---|
| 40 | } |
|---|
| 41 | base.Dispose(disposing); |
|---|
| 42 | } |
|---|
| 43 | |
|---|
| 44 | #region Component Designer generated code |
|---|
| 45 | |
|---|
| 46 | /// <summary> |
|---|
| 47 | /// Required method for Designer support - do not modify |
|---|
| 48 | /// the contents of this method with the code editor. |
|---|
| 49 | /// </summary> |
|---|
| 50 | private void InitializeComponent() |
|---|
| 51 | { |
|---|
| 52 | this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); |
|---|
| 53 | this.folderDialog = new System.Windows.Forms.FolderBrowserDialog(); |
|---|
| 54 | this.fromLbl = new System.Windows.Forms.Label(); |
|---|
| 55 | this.fromTxt = new System.Windows.Forms.TextBox(); |
|---|
| 56 | this.toLbl = new System.Windows.Forms.Label(); |
|---|
| 57 | this.toTxt = new System.Windows.Forms.TextBox(); |
|---|
| 58 | this.toSelectButton = new System.Windows.Forms.Button(); |
|---|
| 59 | this.moveFileRadio = new System.Windows.Forms.RadioButton(); |
|---|
| 60 | this.moveFolderRadio = new System.Windows.Forms.RadioButton(); |
|---|
| 61 | this.fromSelectBtn = new System.Windows.Forms.Button(); |
|---|
| 62 | this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); |
|---|
| 63 | this.SuspendLayout(); |
|---|
| 64 | // |
|---|
| 65 | // fromLbl |
|---|
| 66 | // |
|---|
| 67 | this.fromLbl.AutoSize = true; |
|---|
| 68 | this.fromLbl.Location = new System.Drawing.Point(-3, 28); |
|---|
| 69 | this.fromLbl.Name = "fromLbl"; |
|---|
| 70 | this.fromLbl.Size = new System.Drawing.Size(38, 15); |
|---|
| 71 | this.fromLbl.TabIndex = 0; |
|---|
| 72 | this.fromLbl.Text = "From:"; |
|---|
| 73 | // |
|---|
| 74 | // fromTxt |
|---|
| 75 | // |
|---|
| 76 | this.fromTxt.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
|---|
| 77 | | System.Windows.Forms.AnchorStyles.Right))); |
|---|
| 78 | this.fromTxt.Location = new System.Drawing.Point(41, 25); |
|---|
| 79 | this.fromTxt.Name = "fromTxt"; |
|---|
| 80 | this.fromTxt.Size = new System.Drawing.Size(397, 23); |
|---|
| 81 | this.fromTxt.TabIndex = 3; |
|---|
| 82 | // |
|---|
| 83 | // toLbl |
|---|
| 84 | // |
|---|
| 85 | this.toLbl.AutoSize = true; |
|---|
| 86 | this.toLbl.Location = new System.Drawing.Point(-3, 57); |
|---|
| 87 | this.toLbl.Name = "toLbl"; |
|---|
| 88 | this.toLbl.Size = new System.Drawing.Size(24, 15); |
|---|
| 89 | this.toLbl.TabIndex = 4; |
|---|
| 90 | this.toLbl.Text = "To:"; |
|---|
| 91 | // |
|---|
| 92 | // toTxt |
|---|
| 93 | // |
|---|
| 94 | this.toTxt.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
|---|
| 95 | | System.Windows.Forms.AnchorStyles.Right))); |
|---|
| 96 | this.toTxt.Location = new System.Drawing.Point(41, 54); |
|---|
| 97 | this.toTxt.Name = "toTxt"; |
|---|
| 98 | this.toTxt.Size = new System.Drawing.Size(397, 23); |
|---|
| 99 | this.toTxt.TabIndex = 5; |
|---|
| 100 | // |
|---|
| 101 | // toSelectButton |
|---|
| 102 | // |
|---|
| 103 | this.toSelectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|---|
| 104 | this.toSelectButton.Location = new System.Drawing.Point(444, 53); |
|---|
| 105 | this.toSelectButton.Name = "toSelectButton"; |
|---|
| 106 | this.toSelectButton.Size = new System.Drawing.Size(75, 23); |
|---|
| 107 | this.toSelectButton.TabIndex = 6; |
|---|
| 108 | this.toSelectButton.Text = "Browse"; |
|---|
| 109 | this.toSelectButton.UseVisualStyleBackColor = true; |
|---|
| 110 | this.toSelectButton.Click += new System.EventHandler(this.toSelectButton_Click); |
|---|
| 111 | // |
|---|
| 112 | // moveFileRadio |
|---|
| 113 | // |
|---|
| 114 | this.moveFileRadio.AutoSize = true; |
|---|
| 115 | this.moveFileRadio.Checked = true; |
|---|
| 116 | this.moveFileRadio.Location = new System.Drawing.Point(0, 0); |
|---|
| 117 | this.moveFileRadio.Name = "moveFileRadio"; |
|---|
| 118 | this.moveFileRadio.Size = new System.Drawing.Size(85, 19); |
|---|
| 119 | this.moveFileRadio.TabIndex = 1; |
|---|
| 120 | this.moveFileRadio.TabStop = true; |
|---|
| 121 | this.moveFileRadio.Text = "Move a File"; |
|---|
| 122 | this.moveFileRadio.UseVisualStyleBackColor = true; |
|---|
| 123 | // |
|---|
| 124 | // moveFolderRadio |
|---|
| 125 | // |
|---|
| 126 | this.moveFolderRadio.AutoSize = true; |
|---|
| 127 | this.moveFolderRadio.Location = new System.Drawing.Point(91, 0); |
|---|
| 128 | this.moveFolderRadio.Name = "moveFolderRadio"; |
|---|
| 129 | this.moveFolderRadio.Size = new System.Drawing.Size(100, 19); |
|---|
| 130 | this.moveFolderRadio.TabIndex = 2; |
|---|
| 131 | this.moveFolderRadio.TabStop = true; |
|---|
| 132 | this.moveFolderRadio.Text = "Move a Folder"; |
|---|
| 133 | this.moveFolderRadio.UseVisualStyleBackColor = true; |
|---|
| 134 | // |
|---|
| 135 | // fromSelectBtn |
|---|
| 136 | // |
|---|
| 137 | this.fromSelectBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|---|
| 138 | this.fromSelectBtn.Location = new System.Drawing.Point(444, 24); |
|---|
| 139 | this.fromSelectBtn.Name = "fromSelectBtn"; |
|---|
| 140 | this.fromSelectBtn.Size = new System.Drawing.Size(75, 23); |
|---|
| 141 | this.fromSelectBtn.TabIndex = 4; |
|---|
| 142 | this.fromSelectBtn.Text = "Browse"; |
|---|
| 143 | this.fromSelectBtn.UseVisualStyleBackColor = true; |
|---|
| 144 | this.fromSelectBtn.Click += new System.EventHandler(this.fromSelectButton_Click); |
|---|
| 145 | // |
|---|
| 146 | // SecureMoveErasureTargetConfigurer |
|---|
| 147 | // |
|---|
| 148 | this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); |
|---|
| 149 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; |
|---|
| 150 | this.Controls.Add(this.fromSelectBtn); |
|---|
| 151 | this.Controls.Add(this.moveFolderRadio); |
|---|
| 152 | this.Controls.Add(this.moveFileRadio); |
|---|
| 153 | this.Controls.Add(this.fromTxt); |
|---|
| 154 | this.Controls.Add(this.fromLbl); |
|---|
| 155 | this.Controls.Add(this.toTxt); |
|---|
| 156 | this.Controls.Add(this.toLbl); |
|---|
| 157 | this.Controls.Add(this.toSelectButton); |
|---|
| 158 | this.Font = new System.Drawing.Font("Segoe UI", 9F); |
|---|
| 159 | this.Name = "SecureMoveErasureTargetConfigurer"; |
|---|
| 160 | this.Size = new System.Drawing.Size(519, 82); |
|---|
| 161 | this.ResumeLayout(false); |
|---|
| 162 | this.PerformLayout(); |
|---|
| 163 | |
|---|
| 164 | } |
|---|
| 165 | |
|---|
| 166 | #endregion |
|---|
| 167 | |
|---|
| 168 | private System.Windows.Forms.OpenFileDialog openFileDialog; |
|---|
| 169 | private System.Windows.Forms.FolderBrowserDialog folderDialog; |
|---|
| 170 | private System.Windows.Forms.Label fromLbl; |
|---|
| 171 | private System.Windows.Forms.TextBox fromTxt; |
|---|
| 172 | private System.Windows.Forms.Label toLbl; |
|---|
| 173 | private System.Windows.Forms.TextBox toTxt; |
|---|
| 174 | private System.Windows.Forms.Button toSelectButton; |
|---|
| 175 | private System.Windows.Forms.RadioButton moveFileRadio; |
|---|
| 176 | private System.Windows.Forms.RadioButton moveFolderRadio; |
|---|
| 177 | private System.Windows.Forms.Button fromSelectBtn; |
|---|
| 178 | private System.Windows.Forms.SaveFileDialog saveFileDialog; |
|---|
| 179 | } |
|---|
| 180 | } |
|---|