| 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 ProgressForm |
|---|
| 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 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgressForm)); |
|---|
| 53 | this.overallProgressLbl = new System.Windows.Forms.Label(); |
|---|
| 54 | this.overallProgress = new System.Windows.Forms.ProgressBar(); |
|---|
| 55 | this.jobTitle = new System.Windows.Forms.Label(); |
|---|
| 56 | this.status = new System.Windows.Forms.Label(); |
|---|
| 57 | this.statusLbl = new System.Windows.Forms.Label(); |
|---|
| 58 | this.itemLbl = new System.Windows.Forms.Label(); |
|---|
| 59 | this.item = new System.Windows.Forms.Label(); |
|---|
| 60 | this.passLbl = new System.Windows.Forms.Label(); |
|---|
| 61 | this.pass = new System.Windows.Forms.Label(); |
|---|
| 62 | this.title = new System.Windows.Forms.PictureBox(); |
|---|
| 63 | this.titleLbl = new System.Windows.Forms.Label(); |
|---|
| 64 | this.itemProgressLbl = new System.Windows.Forms.Label(); |
|---|
| 65 | this.itemProgress = new System.Windows.Forms.ProgressBar(); |
|---|
| 66 | this.stop = new System.Windows.Forms.Button(); |
|---|
| 67 | this.bevelLine1 = new Trustbridge.Windows.Controls.BevelLine(); |
|---|
| 68 | this.bevelLine2 = new Trustbridge.Windows.Controls.BevelLine(); |
|---|
| 69 | this.timeLeftLbl = new System.Windows.Forms.Label(); |
|---|
| 70 | this.timeLeft = new System.Windows.Forms.Label(); |
|---|
| 71 | ((System.ComponentModel.ISupportInitialize)(this.title)).BeginInit(); |
|---|
| 72 | this.SuspendLayout(); |
|---|
| 73 | // |
|---|
| 74 | // overallProgressLbl |
|---|
| 75 | // |
|---|
| 76 | this.overallProgressLbl.Location = new System.Drawing.Point(6, 174); |
|---|
| 77 | this.overallProgressLbl.Name = "overallProgressLbl"; |
|---|
| 78 | this.overallProgressLbl.Size = new System.Drawing.Size(128, 15); |
|---|
| 79 | this.overallProgressLbl.TabIndex = 1; |
|---|
| 80 | this.overallProgressLbl.Text = "Total: 0%"; |
|---|
| 81 | this.overallProgressLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
|---|
| 82 | // |
|---|
| 83 | // overallProgress |
|---|
| 84 | // |
|---|
| 85 | this.overallProgress.Location = new System.Drawing.Point(6, 192); |
|---|
| 86 | this.overallProgress.Name = "overallProgress"; |
|---|
| 87 | this.overallProgress.Size = new System.Drawing.Size(129, 15); |
|---|
| 88 | this.overallProgress.TabIndex = 2; |
|---|
| 89 | // |
|---|
| 90 | // jobTitle |
|---|
| 91 | // |
|---|
| 92 | this.jobTitle.AutoSize = true; |
|---|
| 93 | this.jobTitle.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|---|
| 94 | this.jobTitle.Location = new System.Drawing.Point(149, 8); |
|---|
| 95 | this.jobTitle.Name = "jobTitle"; |
|---|
| 96 | this.jobTitle.Size = new System.Drawing.Size(0, 15); |
|---|
| 97 | this.jobTitle.TabIndex = 3; |
|---|
| 98 | // |
|---|
| 99 | // status |
|---|
| 100 | // |
|---|
| 101 | this.status.AutoSize = true; |
|---|
| 102 | this.status.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|---|
| 103 | this.status.Location = new System.Drawing.Point(215, 28); |
|---|
| 104 | this.status.Name = "status"; |
|---|
| 105 | this.status.Size = new System.Drawing.Size(84, 15); |
|---|
| 106 | this.status.TabIndex = 5; |
|---|
| 107 | this.status.Text = "Overwriting..."; |
|---|
| 108 | // |
|---|
| 109 | // statusLbl |
|---|
| 110 | // |
|---|
| 111 | this.statusLbl.AutoSize = true; |
|---|
| 112 | this.statusLbl.Location = new System.Drawing.Point(147, 28); |
|---|
| 113 | this.statusLbl.Name = "statusLbl"; |
|---|
| 114 | this.statusLbl.Size = new System.Drawing.Size(42, 15); |
|---|
| 115 | this.statusLbl.TabIndex = 4; |
|---|
| 116 | this.statusLbl.Text = "Status:"; |
|---|
| 117 | // |
|---|
| 118 | // itemLbl |
|---|
| 119 | // |
|---|
| 120 | this.itemLbl.AutoSize = true; |
|---|
| 121 | this.itemLbl.Location = new System.Drawing.Point(148, 61); |
|---|
| 122 | this.itemLbl.Name = "itemLbl"; |
|---|
| 123 | this.itemLbl.Size = new System.Drawing.Size(34, 15); |
|---|
| 124 | this.itemLbl.TabIndex = 6; |
|---|
| 125 | this.itemLbl.Text = "Item:"; |
|---|
| 126 | // |
|---|
| 127 | // item |
|---|
| 128 | // |
|---|
| 129 | this.item.Location = new System.Drawing.Point(215, 61); |
|---|
| 130 | this.item.Name = "item"; |
|---|
| 131 | this.item.Size = new System.Drawing.Size(220, 30); |
|---|
| 132 | this.item.TabIndex = 7; |
|---|
| 133 | // |
|---|
| 134 | // passLbl |
|---|
| 135 | // |
|---|
| 136 | this.passLbl.AutoSize = true; |
|---|
| 137 | this.passLbl.Location = new System.Drawing.Point(148, 95); |
|---|
| 138 | this.passLbl.Name = "passLbl"; |
|---|
| 139 | this.passLbl.Size = new System.Drawing.Size(33, 15); |
|---|
| 140 | this.passLbl.TabIndex = 8; |
|---|
| 141 | this.passLbl.Text = "Pass:"; |
|---|
| 142 | // |
|---|
| 143 | // pass |
|---|
| 144 | // |
|---|
| 145 | this.pass.AutoSize = true; |
|---|
| 146 | this.pass.Location = new System.Drawing.Point(215, 95); |
|---|
| 147 | this.pass.Name = "pass"; |
|---|
| 148 | this.pass.Size = new System.Drawing.Size(13, 15); |
|---|
| 149 | this.pass.TabIndex = 9; |
|---|
| 150 | this.pass.Text = "0"; |
|---|
| 151 | // |
|---|
| 152 | // title |
|---|
| 153 | // |
|---|
| 154 | this.title.Image = ((System.Drawing.Image)(resources.GetObject("title.Image"))); |
|---|
| 155 | this.title.Location = new System.Drawing.Point(6, 33); |
|---|
| 156 | this.title.Name = "title"; |
|---|
| 157 | this.title.Size = new System.Drawing.Size(128, 128); |
|---|
| 158 | this.title.TabIndex = 11; |
|---|
| 159 | this.title.TabStop = false; |
|---|
| 160 | // |
|---|
| 161 | // titleLbl |
|---|
| 162 | // |
|---|
| 163 | this.titleLbl.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|---|
| 164 | this.titleLbl.Location = new System.Drawing.Point(6, 6); |
|---|
| 165 | this.titleLbl.Name = "titleLbl"; |
|---|
| 166 | this.titleLbl.Size = new System.Drawing.Size(128, 18); |
|---|
| 167 | this.titleLbl.TabIndex = 0; |
|---|
| 168 | this.titleLbl.Text = "Erasing..."; |
|---|
| 169 | this.titleLbl.TextAlign = System.Drawing.ContentAlignment.TopCenter; |
|---|
| 170 | // |
|---|
| 171 | // itemProgressLbl |
|---|
| 172 | // |
|---|
| 173 | this.itemProgressLbl.AutoSize = true; |
|---|
| 174 | this.itemProgressLbl.Location = new System.Drawing.Point(413, 138); |
|---|
| 175 | this.itemProgressLbl.Name = "itemProgressLbl"; |
|---|
| 176 | this.itemProgressLbl.Size = new System.Drawing.Size(23, 15); |
|---|
| 177 | this.itemProgressLbl.TabIndex = 13; |
|---|
| 178 | this.itemProgressLbl.Text = "0%"; |
|---|
| 179 | // |
|---|
| 180 | // itemProgress |
|---|
| 181 | // |
|---|
| 182 | this.itemProgress.Location = new System.Drawing.Point(150, 137); |
|---|
| 183 | this.itemProgress.Name = "itemProgress"; |
|---|
| 184 | this.itemProgress.Size = new System.Drawing.Size(257, 17); |
|---|
| 185 | this.itemProgress.TabIndex = 12; |
|---|
| 186 | // |
|---|
| 187 | // stop |
|---|
| 188 | // |
|---|
| 189 | this.stop.Location = new System.Drawing.Point(367, 184); |
|---|
| 190 | this.stop.Name = "stop"; |
|---|
| 191 | this.stop.Size = new System.Drawing.Size(75, 23); |
|---|
| 192 | this.stop.TabIndex = 14; |
|---|
| 193 | this.stop.Text = "Stop"; |
|---|
| 194 | this.stop.UseVisualStyleBackColor = true; |
|---|
| 195 | this.stop.Click += new System.EventHandler(this.stop_Click); |
|---|
| 196 | // |
|---|
| 197 | // bevelLine1 |
|---|
| 198 | // |
|---|
| 199 | this.bevelLine1.Angle = 90; |
|---|
| 200 | this.bevelLine1.Location = new System.Drawing.Point(152, 51); |
|---|
| 201 | this.bevelLine1.Name = "bevelLine1"; |
|---|
| 202 | this.bevelLine1.Size = new System.Drawing.Size(285, 2); |
|---|
| 203 | this.bevelLine1.TabIndex = 16; |
|---|
| 204 | // |
|---|
| 205 | // bevelLine2 |
|---|
| 206 | // |
|---|
| 207 | this.bevelLine2.Angle = 0; |
|---|
| 208 | this.bevelLine2.Location = new System.Drawing.Point(140, 13); |
|---|
| 209 | this.bevelLine2.Name = "bevelLine2"; |
|---|
| 210 | this.bevelLine2.Orientation = System.Windows.Forms.Orientation.Vertical; |
|---|
| 211 | this.bevelLine2.Size = new System.Drawing.Size(2, 190); |
|---|
| 212 | this.bevelLine2.TabIndex = 15; |
|---|
| 213 | // |
|---|
| 214 | // timeLeftLbl |
|---|
| 215 | // |
|---|
| 216 | this.timeLeftLbl.AutoSize = true; |
|---|
| 217 | this.timeLeftLbl.Location = new System.Drawing.Point(148, 114); |
|---|
| 218 | this.timeLeftLbl.Name = "timeLeftLbl"; |
|---|
| 219 | this.timeLeftLbl.Size = new System.Drawing.Size(57, 15); |
|---|
| 220 | this.timeLeftLbl.TabIndex = 10; |
|---|
| 221 | this.timeLeftLbl.Text = "Time left:"; |
|---|
| 222 | // |
|---|
| 223 | // timeLeft |
|---|
| 224 | // |
|---|
| 225 | this.timeLeft.AutoSize = true; |
|---|
| 226 | this.timeLeft.Location = new System.Drawing.Point(215, 114); |
|---|
| 227 | this.timeLeft.Name = "timeLeft"; |
|---|
| 228 | this.timeLeft.Size = new System.Drawing.Size(76, 15); |
|---|
| 229 | this.timeLeft.TabIndex = 11; |
|---|
| 230 | this.timeLeft.Text = "Calculating..."; |
|---|
| 231 | // |
|---|
| 232 | // ProgressForm |
|---|
| 233 | // |
|---|
| 234 | this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); |
|---|
| 235 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; |
|---|
| 236 | this.ClientSize = new System.Drawing.Size(449, 216); |
|---|
| 237 | this.Controls.Add(this.timeLeft); |
|---|
| 238 | this.Controls.Add(this.timeLeftLbl); |
|---|
| 239 | this.Controls.Add(this.bevelLine2); |
|---|
| 240 | this.Controls.Add(this.bevelLine1); |
|---|
| 241 | this.Controls.Add(this.stop); |
|---|
| 242 | this.Controls.Add(this.itemProgress); |
|---|
| 243 | this.Controls.Add(this.itemProgressLbl); |
|---|
| 244 | this.Controls.Add(this.titleLbl); |
|---|
| 245 | this.Controls.Add(this.title); |
|---|
| 246 | this.Controls.Add(this.pass); |
|---|
| 247 | this.Controls.Add(this.passLbl); |
|---|
| 248 | this.Controls.Add(this.item); |
|---|
| 249 | this.Controls.Add(this.itemLbl); |
|---|
| 250 | this.Controls.Add(this.statusLbl); |
|---|
| 251 | this.Controls.Add(this.status); |
|---|
| 252 | this.Controls.Add(this.jobTitle); |
|---|
| 253 | this.Controls.Add(this.overallProgress); |
|---|
| 254 | this.Controls.Add(this.overallProgressLbl); |
|---|
| 255 | this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|---|
| 256 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
|---|
| 257 | this.MaximizeBox = false; |
|---|
| 258 | this.MinimizeBox = false; |
|---|
| 259 | this.Name = "ProgressForm"; |
|---|
| 260 | this.ShowInTaskbar = false; |
|---|
| 261 | this.Text = "Erasure Progress"; |
|---|
| 262 | this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ProgressForm_FormClosed); |
|---|
| 263 | ((System.ComponentModel.ISupportInitialize)(this.title)).EndInit(); |
|---|
| 264 | this.ResumeLayout(false); |
|---|
| 265 | this.PerformLayout(); |
|---|
| 266 | |
|---|
| 267 | } |
|---|
| 268 | |
|---|
| 269 | #endregion |
|---|
| 270 | |
|---|
| 271 | private System.Windows.Forms.Label overallProgressLbl; |
|---|
| 272 | private System.Windows.Forms.ProgressBar overallProgress; |
|---|
| 273 | private System.Windows.Forms.Label jobTitle; |
|---|
| 274 | private System.Windows.Forms.Label status; |
|---|
| 275 | private System.Windows.Forms.Label statusLbl; |
|---|
| 276 | private System.Windows.Forms.Label itemLbl; |
|---|
| 277 | private System.Windows.Forms.Label item; |
|---|
| 278 | private System.Windows.Forms.Label passLbl; |
|---|
| 279 | private System.Windows.Forms.Label pass; |
|---|
| 280 | private System.Windows.Forms.PictureBox title; |
|---|
| 281 | private System.Windows.Forms.Label titleLbl; |
|---|
| 282 | private System.Windows.Forms.Label itemProgressLbl; |
|---|
| 283 | private System.Windows.Forms.ProgressBar itemProgress; |
|---|
| 284 | private System.Windows.Forms.Button stop; |
|---|
| 285 | private Trustbridge.Windows.Controls.BevelLine bevelLine1; |
|---|
| 286 | private Trustbridge.Windows.Controls.BevelLine bevelLine2; |
|---|
| 287 | private System.Windows.Forms.Label timeLeftLbl; |
|---|
| 288 | private System.Windows.Forms.Label timeLeft; |
|---|
| 289 | } |
|---|
| 290 | } |
|---|
| 291 | |
|---|