| 1 | namespace Eraser |
|---|
| 2 | { |
|---|
| 3 | partial class ProgressForm |
|---|
| 4 | { |
|---|
| 5 | /// <summary> |
|---|
| 6 | /// Required designer variable. |
|---|
| 7 | /// </summary> |
|---|
| 8 | private System.ComponentModel.IContainer components = null; |
|---|
| 9 | |
|---|
| 10 | /// <summary> |
|---|
| 11 | /// Clean up any resources being used. |
|---|
| 12 | /// </summary> |
|---|
| 13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
|---|
| 14 | protected override void Dispose(bool disposing) |
|---|
| 15 | { |
|---|
| 16 | if (disposing && (components != null)) |
|---|
| 17 | { |
|---|
| 18 | components.Dispose(); |
|---|
| 19 | } |
|---|
| 20 | base.Dispose(disposing); |
|---|
| 21 | } |
|---|
| 22 | |
|---|
| 23 | #region Windows Form Designer generated code |
|---|
| 24 | |
|---|
| 25 | /// <summary> |
|---|
| 26 | /// Required method for Designer support - do not modify |
|---|
| 27 | /// the contents of this method with the code editor. |
|---|
| 28 | /// </summary> |
|---|
| 29 | private void InitializeComponent() |
|---|
| 30 | { |
|---|
| 31 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgressForm)); |
|---|
| 32 | this.overallProgressLbl = new System.Windows.Forms.Label(); |
|---|
| 33 | this.overallProgress = new System.Windows.Forms.ProgressBar(); |
|---|
| 34 | this.jobTitle = new System.Windows.Forms.Label(); |
|---|
| 35 | this.status = new System.Windows.Forms.Label(); |
|---|
| 36 | this.statusLbl = new System.Windows.Forms.Label(); |
|---|
| 37 | this.itemLbl = new System.Windows.Forms.Label(); |
|---|
| 38 | this.item = new System.Windows.Forms.Label(); |
|---|
| 39 | this.passLbl = new System.Windows.Forms.Label(); |
|---|
| 40 | this.pass = new System.Windows.Forms.Label(); |
|---|
| 41 | this.title = new System.Windows.Forms.PictureBox(); |
|---|
| 42 | this.titleLbl = new System.Windows.Forms.Label(); |
|---|
| 43 | this.itemProgressLbl = new System.Windows.Forms.Label(); |
|---|
| 44 | this.itemProgress = new System.Windows.Forms.ProgressBar(); |
|---|
| 45 | this.stop = new System.Windows.Forms.Button(); |
|---|
| 46 | this.bevelLine1 = new Trustbridge.Windows.Controls.BevelLine(); |
|---|
| 47 | this.bevelLine2 = new Trustbridge.Windows.Controls.BevelLine(); |
|---|
| 48 | this.timeLeftLbl = new System.Windows.Forms.Label(); |
|---|
| 49 | this.timeLeft = new System.Windows.Forms.Label(); |
|---|
| 50 | ((System.ComponentModel.ISupportInitialize)(this.title)).BeginInit(); |
|---|
| 51 | this.SuspendLayout(); |
|---|
| 52 | // |
|---|
| 53 | // overallProgressLbl |
|---|
| 54 | // |
|---|
| 55 | this.overallProgressLbl.Location = new System.Drawing.Point(6, 174); |
|---|
| 56 | this.overallProgressLbl.Name = "overallProgressLbl"; |
|---|
| 57 | this.overallProgressLbl.Size = new System.Drawing.Size(128, 15); |
|---|
| 58 | this.overallProgressLbl.TabIndex = 1; |
|---|
| 59 | this.overallProgressLbl.Text = "Total: 75%"; |
|---|
| 60 | this.overallProgressLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
|---|
| 61 | // |
|---|
| 62 | // overallProgress |
|---|
| 63 | // |
|---|
| 64 | this.overallProgress.Location = new System.Drawing.Point(6, 192); |
|---|
| 65 | this.overallProgress.Name = "overallProgress"; |
|---|
| 66 | this.overallProgress.Size = new System.Drawing.Size(129, 15); |
|---|
| 67 | this.overallProgress.TabIndex = 2; |
|---|
| 68 | this.overallProgress.Value = 75; |
|---|
| 69 | // |
|---|
| 70 | // jobTitle |
|---|
| 71 | // |
|---|
| 72 | this.jobTitle.AutoSize = true; |
|---|
| 73 | this.jobTitle.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|---|
| 74 | this.jobTitle.Location = new System.Drawing.Point(149, 8); |
|---|
| 75 | this.jobTitle.Name = "jobTitle"; |
|---|
| 76 | this.jobTitle.Size = new System.Drawing.Size(180, 15); |
|---|
| 77 | this.jobTitle.TabIndex = 3; |
|---|
| 78 | this.jobTitle.Text = "C:\\Users\\Joel Low\\Documents\\"; |
|---|
| 79 | // |
|---|
| 80 | // status |
|---|
| 81 | // |
|---|
| 82 | this.status.AutoSize = true; |
|---|
| 83 | this.status.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|---|
| 84 | this.status.Location = new System.Drawing.Point(215, 28); |
|---|
| 85 | this.status.Name = "status"; |
|---|
| 86 | this.status.Size = new System.Drawing.Size(84, 15); |
|---|
| 87 | this.status.TabIndex = 5; |
|---|
| 88 | this.status.Text = "Overwriting..."; |
|---|
| 89 | // |
|---|
| 90 | // statusLbl |
|---|
| 91 | // |
|---|
| 92 | this.statusLbl.AutoSize = true; |
|---|
| 93 | this.statusLbl.Location = new System.Drawing.Point(147, 28); |
|---|
| 94 | this.statusLbl.Name = "statusLbl"; |
|---|
| 95 | this.statusLbl.Size = new System.Drawing.Size(42, 15); |
|---|
| 96 | this.statusLbl.TabIndex = 4; |
|---|
| 97 | this.statusLbl.Text = "Status:"; |
|---|
| 98 | // |
|---|
| 99 | // itemLbl |
|---|
| 100 | // |
|---|
| 101 | this.itemLbl.AutoSize = true; |
|---|
| 102 | this.itemLbl.Location = new System.Drawing.Point(148, 61); |
|---|
| 103 | this.itemLbl.Name = "itemLbl"; |
|---|
| 104 | this.itemLbl.Size = new System.Drawing.Size(34, 15); |
|---|
| 105 | this.itemLbl.TabIndex = 6; |
|---|
| 106 | this.itemLbl.Text = "Item:"; |
|---|
| 107 | // |
|---|
| 108 | // item |
|---|
| 109 | // |
|---|
| 110 | this.item.Location = new System.Drawing.Point(215, 61); |
|---|
| 111 | this.item.Name = "item"; |
|---|
| 112 | this.item.Size = new System.Drawing.Size(220, 15); |
|---|
| 113 | this.item.TabIndex = 7; |
|---|
| 114 | this.item.Text = "C:\\...\\File.txt"; |
|---|
| 115 | // |
|---|
| 116 | // passLbl |
|---|
| 117 | // |
|---|
| 118 | this.passLbl.AutoSize = true; |
|---|
| 119 | this.passLbl.Location = new System.Drawing.Point(148, 80); |
|---|
| 120 | this.passLbl.Name = "passLbl"; |
|---|
| 121 | this.passLbl.Size = new System.Drawing.Size(33, 15); |
|---|
| 122 | this.passLbl.TabIndex = 8; |
|---|
| 123 | this.passLbl.Text = "Pass:"; |
|---|
| 124 | // |
|---|
| 125 | // pass |
|---|
| 126 | // |
|---|
| 127 | this.pass.AutoSize = true; |
|---|
| 128 | this.pass.Location = new System.Drawing.Point(215, 80); |
|---|
| 129 | this.pass.Name = "pass"; |
|---|
| 130 | this.pass.Size = new System.Drawing.Size(42, 15); |
|---|
| 131 | this.pass.TabIndex = 9; |
|---|
| 132 | this.pass.Text = "7 of 35"; |
|---|
| 133 | // |
|---|
| 134 | // title |
|---|
| 135 | // |
|---|
| 136 | this.title.Image = ((System.Drawing.Image)(resources.GetObject("title.Image"))); |
|---|
| 137 | this.title.Location = new System.Drawing.Point(6, 33); |
|---|
| 138 | this.title.Name = "title"; |
|---|
| 139 | this.title.Size = new System.Drawing.Size(128, 128); |
|---|
| 140 | this.title.TabIndex = 11; |
|---|
| 141 | this.title.TabStop = false; |
|---|
| 142 | // |
|---|
| 143 | // titleLbl |
|---|
| 144 | // |
|---|
| 145 | this.titleLbl.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|---|
| 146 | this.titleLbl.Location = new System.Drawing.Point(6, 6); |
|---|
| 147 | this.titleLbl.Name = "titleLbl"; |
|---|
| 148 | this.titleLbl.Size = new System.Drawing.Size(128, 18); |
|---|
| 149 | this.titleLbl.TabIndex = 0; |
|---|
| 150 | this.titleLbl.Text = "Erasing..."; |
|---|
| 151 | this.titleLbl.TextAlign = System.Drawing.ContentAlignment.TopCenter; |
|---|
| 152 | // |
|---|
| 153 | // itemProgressLbl |
|---|
| 154 | // |
|---|
| 155 | this.itemProgressLbl.AutoSize = true; |
|---|
| 156 | this.itemProgressLbl.Location = new System.Drawing.Point(413, 138); |
|---|
| 157 | this.itemProgressLbl.Name = "itemProgressLbl"; |
|---|
| 158 | this.itemProgressLbl.Size = new System.Drawing.Size(29, 15); |
|---|
| 159 | this.itemProgressLbl.TabIndex = 13; |
|---|
| 160 | this.itemProgressLbl.Text = "97%"; |
|---|
| 161 | // |
|---|
| 162 | // itemProgress |
|---|
| 163 | // |
|---|
| 164 | this.itemProgress.Location = new System.Drawing.Point(150, 137); |
|---|
| 165 | this.itemProgress.Name = "itemProgress"; |
|---|
| 166 | this.itemProgress.Size = new System.Drawing.Size(257, 17); |
|---|
| 167 | this.itemProgress.TabIndex = 12; |
|---|
| 168 | this.itemProgress.Value = 97; |
|---|
| 169 | // |
|---|
| 170 | // stop |
|---|
| 171 | // |
|---|
| 172 | this.stop.Location = new System.Drawing.Point(367, 184); |
|---|
| 173 | this.stop.Name = "stop"; |
|---|
| 174 | this.stop.Size = new System.Drawing.Size(75, 23); |
|---|
| 175 | this.stop.TabIndex = 14; |
|---|
| 176 | this.stop.Text = "Stop"; |
|---|
| 177 | this.stop.UseVisualStyleBackColor = true; |
|---|
| 178 | this.stop.Click += new System.EventHandler(this.stop_Click); |
|---|
| 179 | // |
|---|
| 180 | // bevelLine1 |
|---|
| 181 | // |
|---|
| 182 | this.bevelLine1.Angle = 90; |
|---|
| 183 | this.bevelLine1.Location = new System.Drawing.Point(152, 51); |
|---|
| 184 | this.bevelLine1.Name = "bevelLine1"; |
|---|
| 185 | this.bevelLine1.Size = new System.Drawing.Size(285, 2); |
|---|
| 186 | this.bevelLine1.TabIndex = 16; |
|---|
| 187 | // |
|---|
| 188 | // bevelLine2 |
|---|
| 189 | // |
|---|
| 190 | this.bevelLine2.Angle = 0; |
|---|
| 191 | this.bevelLine2.Location = new System.Drawing.Point(140, 13); |
|---|
| 192 | this.bevelLine2.Name = "bevelLine2"; |
|---|
| 193 | this.bevelLine2.Orientation = System.Windows.Forms.Orientation.Vertical; |
|---|
| 194 | this.bevelLine2.Size = new System.Drawing.Size(2, 190); |
|---|
| 195 | this.bevelLine2.TabIndex = 15; |
|---|
| 196 | // |
|---|
| 197 | // timeLeftLbl |
|---|
| 198 | // |
|---|
| 199 | this.timeLeftLbl.AutoSize = true; |
|---|
| 200 | this.timeLeftLbl.Location = new System.Drawing.Point(149, 99); |
|---|
| 201 | this.timeLeftLbl.Name = "timeLeftLbl"; |
|---|
| 202 | this.timeLeftLbl.Size = new System.Drawing.Size(57, 15); |
|---|
| 203 | this.timeLeftLbl.TabIndex = 10; |
|---|
| 204 | this.timeLeftLbl.Text = "Time left:"; |
|---|
| 205 | // |
|---|
| 206 | // timeLeft |
|---|
| 207 | // |
|---|
| 208 | this.timeLeft.AutoSize = true; |
|---|
| 209 | this.timeLeft.Location = new System.Drawing.Point(215, 99); |
|---|
| 210 | this.timeLeft.Name = "timeLeft"; |
|---|
| 211 | this.timeLeft.Size = new System.Drawing.Size(76, 15); |
|---|
| 212 | this.timeLeft.TabIndex = 11; |
|---|
| 213 | this.timeLeft.Text = "Calculating..."; |
|---|
| 214 | // |
|---|
| 215 | // ProgressForm |
|---|
| 216 | // |
|---|
| 217 | this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); |
|---|
| 218 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; |
|---|
| 219 | this.ClientSize = new System.Drawing.Size(449, 216); |
|---|
| 220 | this.Controls.Add(this.timeLeft); |
|---|
| 221 | this.Controls.Add(this.timeLeftLbl); |
|---|
| 222 | this.Controls.Add(this.bevelLine2); |
|---|
| 223 | this.Controls.Add(this.bevelLine1); |
|---|
| 224 | this.Controls.Add(this.stop); |
|---|
| 225 | this.Controls.Add(this.itemProgress); |
|---|
| 226 | this.Controls.Add(this.itemProgressLbl); |
|---|
| 227 | this.Controls.Add(this.titleLbl); |
|---|
| 228 | this.Controls.Add(this.title); |
|---|
| 229 | this.Controls.Add(this.pass); |
|---|
| 230 | this.Controls.Add(this.passLbl); |
|---|
| 231 | this.Controls.Add(this.item); |
|---|
| 232 | this.Controls.Add(this.itemLbl); |
|---|
| 233 | this.Controls.Add(this.statusLbl); |
|---|
| 234 | this.Controls.Add(this.status); |
|---|
| 235 | this.Controls.Add(this.jobTitle); |
|---|
| 236 | this.Controls.Add(this.overallProgress); |
|---|
| 237 | this.Controls.Add(this.overallProgressLbl); |
|---|
| 238 | this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|---|
| 239 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
|---|
| 240 | this.MaximizeBox = false; |
|---|
| 241 | this.MinimizeBox = false; |
|---|
| 242 | this.Name = "ProgressForm"; |
|---|
| 243 | this.ShowInTaskbar = false; |
|---|
| 244 | this.Text = "Erasure Progress"; |
|---|
| 245 | ((System.ComponentModel.ISupportInitialize)(this.title)).EndInit(); |
|---|
| 246 | this.ResumeLayout(false); |
|---|
| 247 | this.PerformLayout(); |
|---|
| 248 | |
|---|
| 249 | } |
|---|
| 250 | |
|---|
| 251 | #endregion |
|---|
| 252 | |
|---|
| 253 | private System.Windows.Forms.Label overallProgressLbl; |
|---|
| 254 | private System.Windows.Forms.ProgressBar overallProgress; |
|---|
| 255 | private System.Windows.Forms.Label jobTitle; |
|---|
| 256 | private System.Windows.Forms.Label status; |
|---|
| 257 | private System.Windows.Forms.Label statusLbl; |
|---|
| 258 | private System.Windows.Forms.Label itemLbl; |
|---|
| 259 | private System.Windows.Forms.Label item; |
|---|
| 260 | private System.Windows.Forms.Label passLbl; |
|---|
| 261 | private System.Windows.Forms.Label pass; |
|---|
| 262 | private System.Windows.Forms.PictureBox title; |
|---|
| 263 | private System.Windows.Forms.Label titleLbl; |
|---|
| 264 | private System.Windows.Forms.Label itemProgressLbl; |
|---|
| 265 | private System.Windows.Forms.ProgressBar itemProgress; |
|---|
| 266 | private System.Windows.Forms.Button stop; |
|---|
| 267 | private Trustbridge.Windows.Controls.BevelLine bevelLine1; |
|---|
| 268 | private Trustbridge.Windows.Controls.BevelLine bevelLine2; |
|---|
| 269 | private System.Windows.Forms.Label timeLeftLbl; |
|---|
| 270 | private System.Windows.Forms.Label timeLeft; |
|---|
| 271 | } |
|---|
| 272 | } |
|---|
| 273 | |
|---|