| [1389] | 1 | namespace Eraser |
|---|
| 2 | { |
|---|
| 3 | partial class BlackBoxUploadForm |
|---|
| 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 | { |
|---|
| [1419] | 31 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BlackBoxUploadForm)); |
|---|
| [1389] | 32 | this.ButtonsBevel = new Trustbridge.Windows.Controls.BevelLine(); |
|---|
| 33 | this.ButtonsPnl = new System.Windows.Forms.Panel(); |
|---|
| 34 | this.CancelBtn = new System.Windows.Forms.Button(); |
|---|
| 35 | this.TitleLbl = new System.Windows.Forms.Label(); |
|---|
| [1392] | 36 | this.ProgressPb = new System.Windows.Forms.ProgressBar(); |
|---|
| 37 | this.UploadWorker = new System.ComponentModel.BackgroundWorker(); |
|---|
| 38 | this.ProgressLbl = new System.Windows.Forms.Label(); |
|---|
| [1389] | 39 | this.ButtonsPnl.SuspendLayout(); |
|---|
| 40 | this.SuspendLayout(); |
|---|
| 41 | // |
|---|
| 42 | // ButtonsBevel |
|---|
| 43 | // |
|---|
| [1419] | 44 | resources.ApplyResources(this.ButtonsBevel, "ButtonsBevel"); |
|---|
| [1389] | 45 | this.ButtonsBevel.Angle = 90; |
|---|
| 46 | this.ButtonsBevel.Name = "ButtonsBevel"; |
|---|
| 47 | // |
|---|
| 48 | // ButtonsPnl |
|---|
| 49 | // |
|---|
| [1419] | 50 | resources.ApplyResources(this.ButtonsPnl, "ButtonsPnl"); |
|---|
| [1389] | 51 | this.ButtonsPnl.BackColor = System.Drawing.SystemColors.Control; |
|---|
| 52 | this.ButtonsPnl.Controls.Add(this.ButtonsBevel); |
|---|
| 53 | this.ButtonsPnl.Controls.Add(this.CancelBtn); |
|---|
| 54 | this.ButtonsPnl.Name = "ButtonsPnl"; |
|---|
| 55 | // |
|---|
| 56 | // CancelBtn |
|---|
| 57 | // |
|---|
| [1419] | 58 | resources.ApplyResources(this.CancelBtn, "CancelBtn"); |
|---|
| [1389] | 59 | this.CancelBtn.Name = "CancelBtn"; |
|---|
| 60 | this.CancelBtn.UseVisualStyleBackColor = true; |
|---|
| [1394] | 61 | this.CancelBtn.Click += new System.EventHandler(this.CancelBtn_Click); |
|---|
| [1389] | 62 | // |
|---|
| 63 | // TitleLbl |
|---|
| 64 | // |
|---|
| [1419] | 65 | resources.ApplyResources(this.TitleLbl, "TitleLbl"); |
|---|
| [1389] | 66 | this.TitleLbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(153))))); |
|---|
| 67 | this.TitleLbl.Name = "TitleLbl"; |
|---|
| 68 | // |
|---|
| [1392] | 69 | // ProgressPb |
|---|
| [1389] | 70 | // |
|---|
| [1419] | 71 | resources.ApplyResources(this.ProgressPb, "ProgressPb"); |
|---|
| [1392] | 72 | this.ProgressPb.Name = "ProgressPb"; |
|---|
| [1389] | 73 | // |
|---|
| [1392] | 74 | // UploadWorker |
|---|
| 75 | // |
|---|
| 76 | this.UploadWorker.WorkerReportsProgress = true; |
|---|
| 77 | this.UploadWorker.WorkerSupportsCancellation = true; |
|---|
| 78 | this.UploadWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.UploadWorker_DoWork); |
|---|
| 79 | this.UploadWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.UploadWorker_RunWorkerCompleted); |
|---|
| 80 | this.UploadWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.UploadWorker_ProgressChanged); |
|---|
| 81 | // |
|---|
| 82 | // ProgressLbl |
|---|
| 83 | // |
|---|
| [1419] | 84 | resources.ApplyResources(this.ProgressLbl, "ProgressLbl"); |
|---|
| [1392] | 85 | this.ProgressLbl.Name = "ProgressLbl"; |
|---|
| 86 | // |
|---|
| [1389] | 87 | // BlackBoxUploadForm |
|---|
| 88 | // |
|---|
| [1419] | 89 | resources.ApplyResources(this, "$this"); |
|---|
| [1389] | 90 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; |
|---|
| 91 | this.BackColor = System.Drawing.SystemColors.Window; |
|---|
| [1392] | 92 | this.Controls.Add(this.ProgressLbl); |
|---|
| 93 | this.Controls.Add(this.ProgressPb); |
|---|
| [1389] | 94 | this.Controls.Add(this.TitleLbl); |
|---|
| 95 | this.Controls.Add(this.ButtonsPnl); |
|---|
| 96 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
|---|
| 97 | this.MaximizeBox = false; |
|---|
| 98 | this.Name = "BlackBoxUploadForm"; |
|---|
| [1421] | 99 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BlackBoxUploadForm_FormClosing); |
|---|
| [1389] | 100 | this.ButtonsPnl.ResumeLayout(false); |
|---|
| 101 | this.ResumeLayout(false); |
|---|
| 102 | this.PerformLayout(); |
|---|
| 103 | |
|---|
| 104 | } |
|---|
| 105 | |
|---|
| 106 | #endregion |
|---|
| 107 | |
|---|
| 108 | private Trustbridge.Windows.Controls.BevelLine ButtonsBevel; |
|---|
| 109 | private System.Windows.Forms.Panel ButtonsPnl; |
|---|
| 110 | private System.Windows.Forms.Button CancelBtn; |
|---|
| 111 | private System.Windows.Forms.Label TitleLbl; |
|---|
| [1392] | 112 | private System.Windows.Forms.ProgressBar ProgressPb; |
|---|
| 113 | private System.ComponentModel.BackgroundWorker UploadWorker; |
|---|
| 114 | private System.Windows.Forms.Label ProgressLbl; |
|---|
| [1389] | 115 | } |
|---|
| 116 | } |
|---|