| 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.Manager |
|---|
| 23 | { |
|---|
| 24 | partial class UnusedSpaceErasureTargetSettings |
|---|
| 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.unusedClusterTips = new System.Windows.Forms.CheckBox(); |
|---|
| 53 | this.unusedDisk = new System.Windows.Forms.ComboBox(); |
|---|
| 54 | this.SuspendLayout(); |
|---|
| 55 | // |
|---|
| 56 | // unusedClusterTips |
|---|
| 57 | // |
|---|
| 58 | this.unusedClusterTips.AutoSize = true; |
|---|
| 59 | this.unusedClusterTips.Checked = true; |
|---|
| 60 | this.unusedClusterTips.CheckState = System.Windows.Forms.CheckState.Checked; |
|---|
| 61 | this.unusedClusterTips.ImeMode = System.Windows.Forms.ImeMode.NoControl; |
|---|
| 62 | this.unusedClusterTips.Location = new System.Drawing.Point(0, 30); |
|---|
| 63 | this.unusedClusterTips.Name = "unusedClusterTips"; |
|---|
| 64 | this.unusedClusterTips.Size = new System.Drawing.Size(106, 17); |
|---|
| 65 | this.unusedClusterTips.TabIndex = 18; |
|---|
| 66 | this.unusedClusterTips.Text = "Erase cluster tips"; |
|---|
| 67 | this.unusedClusterTips.UseVisualStyleBackColor = true; |
|---|
| 68 | // |
|---|
| 69 | // unusedDisk |
|---|
| 70 | // |
|---|
| 71 | this.unusedDisk.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
|---|
| 72 | | System.Windows.Forms.AnchorStyles.Right))); |
|---|
| 73 | this.unusedDisk.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; |
|---|
| 74 | this.unusedDisk.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|---|
| 75 | this.unusedDisk.FormattingEnabled = true; |
|---|
| 76 | this.unusedDisk.Location = new System.Drawing.Point(0, 0); |
|---|
| 77 | this.unusedDisk.Name = "unusedDisk"; |
|---|
| 78 | this.unusedDisk.Size = new System.Drawing.Size(345, 21); |
|---|
| 79 | this.unusedDisk.TabIndex = 17; |
|---|
| 80 | this.unusedDisk.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.unusedDisk_DrawItem); |
|---|
| 81 | // |
|---|
| 82 | // UnusedSpaceErasureTargetSettings |
|---|
| 83 | // |
|---|
| 84 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
|---|
| 85 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|---|
| 86 | this.Controls.Add(this.unusedClusterTips); |
|---|
| 87 | this.Controls.Add(this.unusedDisk); |
|---|
| 88 | this.Name = "UnusedSpaceErasureTargetSettings"; |
|---|
| 89 | this.Size = new System.Drawing.Size(345, 49); |
|---|
| 90 | this.ResumeLayout(false); |
|---|
| 91 | this.PerformLayout(); |
|---|
| 92 | |
|---|
| 93 | } |
|---|
| 94 | |
|---|
| 95 | #endregion |
|---|
| 96 | |
|---|
| 97 | private System.Windows.Forms.CheckBox unusedClusterTips; |
|---|
| 98 | private System.Windows.Forms.ComboBox unusedDisk; |
|---|
| 99 | } |
|---|
| 100 | } |
|---|