| 1 | /* |
|---|
| 2 | * $Id$ |
|---|
| 3 | * Copyright 2008 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 |
|---|
| 23 | { |
|---|
| 24 | partial class TaskDataSelectionForm |
|---|
| 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 Windows Form 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.components = new System.ComponentModel.Container(); |
|---|
| 53 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TaskDataSelectionForm)); |
|---|
| 54 | this.file = new System.Windows.Forms.RadioButton(); |
|---|
| 55 | this.folder = new System.Windows.Forms.RadioButton(); |
|---|
| 56 | this.unused = new System.Windows.Forms.RadioButton(); |
|---|
| 57 | this.filePath = new System.Windows.Forms.TextBox(); |
|---|
| 58 | this.fileBrowse = new System.Windows.Forms.Button(); |
|---|
| 59 | this.folderPath = new System.Windows.Forms.TextBox(); |
|---|
| 60 | this.folderBrowse = new System.Windows.Forms.Button(); |
|---|
| 61 | this.folderIncludeLbl = new System.Windows.Forms.Label(); |
|---|
| 62 | this.folderInclude = new System.Windows.Forms.TextBox(); |
|---|
| 63 | this.folderExcludeLbl = new System.Windows.Forms.Label(); |
|---|
| 64 | this.folderExclude = new System.Windows.Forms.TextBox(); |
|---|
| 65 | this.folderDelete = new System.Windows.Forms.CheckBox(); |
|---|
| 66 | this.unusedDisk = new System.Windows.Forms.ComboBox(); |
|---|
| 67 | this.methodLbl = new System.Windows.Forms.Label(); |
|---|
| 68 | this.method = new System.Windows.Forms.ComboBox(); |
|---|
| 69 | this.ok = new System.Windows.Forms.Button(); |
|---|
| 70 | this.cancel = new System.Windows.Forms.Button(); |
|---|
| 71 | this.fileDialog = new System.Windows.Forms.OpenFileDialog(); |
|---|
| 72 | this.folderDialog = new System.Windows.Forms.FolderBrowserDialog(); |
|---|
| 73 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); |
|---|
| 74 | this.unusedClusterTips = new System.Windows.Forms.CheckBox(); |
|---|
| 75 | this.recycleBin = new System.Windows.Forms.RadioButton(); |
|---|
| 76 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); |
|---|
| 77 | this.SuspendLayout(); |
|---|
| 78 | // |
|---|
| 79 | // file |
|---|
| 80 | // |
|---|
| 81 | resources.ApplyResources(this.file, "file"); |
|---|
| 82 | this.file.Name = "file"; |
|---|
| 83 | this.file.TabStop = true; |
|---|
| 84 | this.file.UseVisualStyleBackColor = true; |
|---|
| 85 | this.file.CheckedChanged += new System.EventHandler(this.data_CheckedChanged); |
|---|
| 86 | // |
|---|
| 87 | // folder |
|---|
| 88 | // |
|---|
| 89 | resources.ApplyResources(this.folder, "folder"); |
|---|
| 90 | this.folder.Name = "folder"; |
|---|
| 91 | this.folder.TabStop = true; |
|---|
| 92 | this.folder.UseVisualStyleBackColor = true; |
|---|
| 93 | this.folder.CheckedChanged += new System.EventHandler(this.data_CheckedChanged); |
|---|
| 94 | // |
|---|
| 95 | // unused |
|---|
| 96 | // |
|---|
| 97 | resources.ApplyResources(this.unused, "unused"); |
|---|
| 98 | this.unused.Name = "unused"; |
|---|
| 99 | this.unused.TabStop = true; |
|---|
| 100 | this.unused.UseVisualStyleBackColor = true; |
|---|
| 101 | this.unused.CheckedChanged += new System.EventHandler(this.data_CheckedChanged); |
|---|
| 102 | // |
|---|
| 103 | // filePath |
|---|
| 104 | // |
|---|
| 105 | resources.ApplyResources(this.filePath, "filePath"); |
|---|
| 106 | this.filePath.Name = "filePath"; |
|---|
| 107 | // |
|---|
| 108 | // fileBrowse |
|---|
| 109 | // |
|---|
| 110 | resources.ApplyResources(this.fileBrowse, "fileBrowse"); |
|---|
| 111 | this.fileBrowse.Name = "fileBrowse"; |
|---|
| 112 | this.fileBrowse.UseVisualStyleBackColor = true; |
|---|
| 113 | this.fileBrowse.Click += new System.EventHandler(this.fileBrowse_Click); |
|---|
| 114 | // |
|---|
| 115 | // folderPath |
|---|
| 116 | // |
|---|
| 117 | resources.ApplyResources(this.folderPath, "folderPath"); |
|---|
| 118 | this.folderPath.Name = "folderPath"; |
|---|
| 119 | // |
|---|
| 120 | // folderBrowse |
|---|
| 121 | // |
|---|
| 122 | resources.ApplyResources(this.folderBrowse, "folderBrowse"); |
|---|
| 123 | this.folderBrowse.Name = "folderBrowse"; |
|---|
| 124 | this.folderBrowse.UseVisualStyleBackColor = true; |
|---|
| 125 | this.folderBrowse.Click += new System.EventHandler(this.folderBrowse_Click); |
|---|
| 126 | // |
|---|
| 127 | // folderIncludeLbl |
|---|
| 128 | // |
|---|
| 129 | resources.ApplyResources(this.folderIncludeLbl, "folderIncludeLbl"); |
|---|
| 130 | this.folderIncludeLbl.Name = "folderIncludeLbl"; |
|---|
| 131 | // |
|---|
| 132 | // folderInclude |
|---|
| 133 | // |
|---|
| 134 | resources.ApplyResources(this.folderInclude, "folderInclude"); |
|---|
| 135 | this.folderInclude.Name = "folderInclude"; |
|---|
| 136 | // |
|---|
| 137 | // folderExcludeLbl |
|---|
| 138 | // |
|---|
| 139 | resources.ApplyResources(this.folderExcludeLbl, "folderExcludeLbl"); |
|---|
| 140 | this.folderExcludeLbl.Name = "folderExcludeLbl"; |
|---|
| 141 | // |
|---|
| 142 | // folderExclude |
|---|
| 143 | // |
|---|
| 144 | resources.ApplyResources(this.folderExclude, "folderExclude"); |
|---|
| 145 | this.folderExclude.Name = "folderExclude"; |
|---|
| 146 | // |
|---|
| 147 | // folderDelete |
|---|
| 148 | // |
|---|
| 149 | resources.ApplyResources(this.folderDelete, "folderDelete"); |
|---|
| 150 | this.folderDelete.Checked = true; |
|---|
| 151 | this.folderDelete.CheckState = System.Windows.Forms.CheckState.Checked; |
|---|
| 152 | this.folderDelete.Name = "folderDelete"; |
|---|
| 153 | this.folderDelete.UseVisualStyleBackColor = true; |
|---|
| 154 | // |
|---|
| 155 | // unusedDisk |
|---|
| 156 | // |
|---|
| 157 | resources.ApplyResources(this.unusedDisk, "unusedDisk"); |
|---|
| 158 | this.unusedDisk.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; |
|---|
| 159 | this.unusedDisk.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|---|
| 160 | this.unusedDisk.FormattingEnabled = true; |
|---|
| 161 | this.unusedDisk.Name = "unusedDisk"; |
|---|
| 162 | this.unusedDisk.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.unusedDisk_DrawItem); |
|---|
| 163 | // |
|---|
| 164 | // methodLbl |
|---|
| 165 | // |
|---|
| 166 | resources.ApplyResources(this.methodLbl, "methodLbl"); |
|---|
| 167 | this.methodLbl.Name = "methodLbl"; |
|---|
| 168 | // |
|---|
| 169 | // method |
|---|
| 170 | // |
|---|
| 171 | resources.ApplyResources(this.method, "method"); |
|---|
| 172 | this.method.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|---|
| 173 | this.method.FormattingEnabled = true; |
|---|
| 174 | this.method.Name = "method"; |
|---|
| 175 | this.method.SelectedIndexChanged += new System.EventHandler(this.method_SelectedIndexChanged); |
|---|
| 176 | // |
|---|
| 177 | // ok |
|---|
| 178 | // |
|---|
| 179 | resources.ApplyResources(this.ok, "ok"); |
|---|
| 180 | this.ok.Name = "ok"; |
|---|
| 181 | this.ok.UseVisualStyleBackColor = true; |
|---|
| 182 | this.ok.Click += new System.EventHandler(this.ok_Click); |
|---|
| 183 | // |
|---|
| 184 | // cancel |
|---|
| 185 | // |
|---|
| 186 | resources.ApplyResources(this.cancel, "cancel"); |
|---|
| 187 | this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
|---|
| 188 | this.cancel.Name = "cancel"; |
|---|
| 189 | this.cancel.UseVisualStyleBackColor = true; |
|---|
| 190 | // |
|---|
| 191 | // fileDialog |
|---|
| 192 | // |
|---|
| 193 | resources.ApplyResources(this.fileDialog, "fileDialog"); |
|---|
| 194 | // |
|---|
| 195 | // folderDialog |
|---|
| 196 | // |
|---|
| 197 | resources.ApplyResources(this.folderDialog, "folderDialog"); |
|---|
| 198 | this.folderDialog.ShowNewFolderButton = false; |
|---|
| 199 | // |
|---|
| 200 | // errorProvider |
|---|
| 201 | // |
|---|
| 202 | this.errorProvider.ContainerControl = this; |
|---|
| 203 | // |
|---|
| 204 | // unusedClusterTips |
|---|
| 205 | // |
|---|
| 206 | resources.ApplyResources(this.unusedClusterTips, "unusedClusterTips"); |
|---|
| 207 | this.unusedClusterTips.Checked = true; |
|---|
| 208 | this.unusedClusterTips.CheckState = System.Windows.Forms.CheckState.Checked; |
|---|
| 209 | this.unusedClusterTips.Name = "unusedClusterTips"; |
|---|
| 210 | this.unusedClusterTips.UseVisualStyleBackColor = true; |
|---|
| 211 | // |
|---|
| 212 | // recycleBin |
|---|
| 213 | // |
|---|
| 214 | resources.ApplyResources(this.recycleBin, "recycleBin"); |
|---|
| 215 | this.recycleBin.Name = "recycleBin"; |
|---|
| 216 | this.recycleBin.TabStop = true; |
|---|
| 217 | this.recycleBin.UseVisualStyleBackColor = true; |
|---|
| 218 | this.recycleBin.CheckedChanged += new System.EventHandler(this.data_CheckedChanged); |
|---|
| 219 | // |
|---|
| 220 | // TaskDataSelectionForm |
|---|
| 221 | // |
|---|
| 222 | this.AcceptButton = this.ok; |
|---|
| 223 | resources.ApplyResources(this, "$this"); |
|---|
| 224 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; |
|---|
| 225 | this.CancelButton = this.cancel; |
|---|
| 226 | this.Controls.Add(this.recycleBin); |
|---|
| 227 | this.Controls.Add(this.unusedClusterTips); |
|---|
| 228 | this.Controls.Add(this.cancel); |
|---|
| 229 | this.Controls.Add(this.ok); |
|---|
| 230 | this.Controls.Add(this.method); |
|---|
| 231 | this.Controls.Add(this.methodLbl); |
|---|
| 232 | this.Controls.Add(this.unusedDisk); |
|---|
| 233 | this.Controls.Add(this.folderDelete); |
|---|
| 234 | this.Controls.Add(this.folderExclude); |
|---|
| 235 | this.Controls.Add(this.folderExcludeLbl); |
|---|
| 236 | this.Controls.Add(this.folderInclude); |
|---|
| 237 | this.Controls.Add(this.folderIncludeLbl); |
|---|
| 238 | this.Controls.Add(this.folderBrowse); |
|---|
| 239 | this.Controls.Add(this.folderPath); |
|---|
| 240 | this.Controls.Add(this.fileBrowse); |
|---|
| 241 | this.Controls.Add(this.filePath); |
|---|
| 242 | this.Controls.Add(this.unused); |
|---|
| 243 | this.Controls.Add(this.folder); |
|---|
| 244 | this.Controls.Add(this.file); |
|---|
| 245 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
|---|
| 246 | this.MaximizeBox = false; |
|---|
| 247 | this.MinimizeBox = false; |
|---|
| 248 | this.Name = "TaskDataSelectionForm"; |
|---|
| 249 | this.ShowInTaskbar = false; |
|---|
| 250 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); |
|---|
| 251 | this.ResumeLayout(false); |
|---|
| 252 | this.PerformLayout(); |
|---|
| 253 | |
|---|
| 254 | } |
|---|
| 255 | |
|---|
| 256 | #endregion |
|---|
| 257 | |
|---|
| 258 | private System.Windows.Forms.RadioButton file; |
|---|
| 259 | private System.Windows.Forms.RadioButton folder; |
|---|
| 260 | private System.Windows.Forms.RadioButton unused; |
|---|
| 261 | private System.Windows.Forms.TextBox filePath; |
|---|
| 262 | private System.Windows.Forms.Button fileBrowse; |
|---|
| 263 | private System.Windows.Forms.TextBox folderPath; |
|---|
| 264 | private System.Windows.Forms.Button folderBrowse; |
|---|
| 265 | private System.Windows.Forms.Label folderIncludeLbl; |
|---|
| 266 | private System.Windows.Forms.TextBox folderInclude; |
|---|
| 267 | private System.Windows.Forms.Label folderExcludeLbl; |
|---|
| 268 | private System.Windows.Forms.TextBox folderExclude; |
|---|
| 269 | private System.Windows.Forms.CheckBox folderDelete; |
|---|
| 270 | private System.Windows.Forms.ComboBox unusedDisk; |
|---|
| 271 | private System.Windows.Forms.Label methodLbl; |
|---|
| 272 | private System.Windows.Forms.ComboBox method; |
|---|
| 273 | private System.Windows.Forms.Button ok; |
|---|
| 274 | private System.Windows.Forms.Button cancel; |
|---|
| 275 | private System.Windows.Forms.OpenFileDialog fileDialog; |
|---|
| 276 | private System.Windows.Forms.FolderBrowserDialog folderDialog; |
|---|
| 277 | private System.Windows.Forms.ErrorProvider errorProvider; |
|---|
| 278 | private System.Windows.Forms.CheckBox unusedClusterTips; |
|---|
| 279 | private System.Windows.Forms.RadioButton recycleBin; |
|---|
| 280 | } |
|---|
| 281 | } |
|---|