Changeset 1656
- Timestamp:
- 1/23/2010 2:29:26 PM (3 years ago)
- Location:
- trunk/eraser6/Eraser
- Files:
-
- 1 added
- 2 edited
-
BlackBoxUploadForm.Designer.cs (modified) (1 diff)
-
BlackBoxUploadForm.it.resx (added)
-
BlackBoxUploadForm.resx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Eraser/BlackBoxUploadForm.Designer.cs
r1611 r1656 29 29 private void InitializeComponent() 30 30 { 31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BlackBoxUploadForm)); 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(); 36 this.ProgressPb = new System.Windows.Forms.ProgressBar(); 37 this.UploadWorker = new System.ComponentModel.BackgroundWorker(); 38 this.ProgressLbl = new System.Windows.Forms.Label(); 39 this.ButtonsPnl.SuspendLayout(); 40 this.SuspendLayout(); 41 // 42 // ButtonsBevel 43 // 44 resources.ApplyResources(this.ButtonsBevel, "ButtonsBevel"); 45 this.ButtonsBevel.Angle = 90; 46 this.ButtonsBevel.Name = "ButtonsBevel"; 47 // 48 // ButtonsPnl 49 // 50 resources.ApplyResources(this.ButtonsPnl, "ButtonsPnl"); 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 // 58 resources.ApplyResources(this.CancelBtn, "CancelBtn"); 59 this.CancelBtn.Name = "CancelBtn"; 60 this.CancelBtn.UseVisualStyleBackColor = true; 61 this.CancelBtn.Click += new System.EventHandler(this.CancelBtn_Click); 62 // 63 // TitleLbl 64 // 65 resources.ApplyResources(this.TitleLbl, "TitleLbl"); 66 this.TitleLbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(153))))); 67 this.TitleLbl.Name = "TitleLbl"; 68 // 69 // ProgressPb 70 // 71 resources.ApplyResources(this.ProgressPb, "ProgressPb"); 72 this.ProgressPb.Name = "ProgressPb"; 73 // 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 // 84 resources.ApplyResources(this.ProgressLbl, "ProgressLbl"); 85 this.ProgressLbl.Name = "ProgressLbl"; 86 // 87 // BlackBoxUploadForm 88 // 89 resources.ApplyResources(this, "$this"); 90 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; 91 this.BackColor = System.Drawing.SystemColors.Window; 92 this.Controls.Add(this.ProgressLbl); 93 this.Controls.Add(this.ProgressPb); 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"; 99 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BlackBoxUploadForm_FormClosing); 100 this.ButtonsPnl.ResumeLayout(false); 101 this.ResumeLayout(false); 102 this.PerformLayout(); 31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BlackBoxUploadForm)); 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(); 36 this.ProgressPb = new System.Windows.Forms.ProgressBar(); 37 this.UploadWorker = new System.ComponentModel.BackgroundWorker(); 38 this.ProgressLbl = new System.Windows.Forms.Label(); 39 this.ButtonsPnl.SuspendLayout(); 40 this.SuspendLayout(); 41 // 42 // ButtonsBevel 43 // 44 this.ButtonsBevel.AccessibleDescription = null; 45 this.ButtonsBevel.AccessibleName = null; 46 resources.ApplyResources(this.ButtonsBevel, "ButtonsBevel"); 47 this.ButtonsBevel.Angle = 90; 48 this.ButtonsBevel.BackgroundImage = null; 49 this.ButtonsBevel.Font = null; 50 this.ButtonsBevel.Name = "ButtonsBevel"; 51 // 52 // ButtonsPnl 53 // 54 this.ButtonsPnl.AccessibleDescription = null; 55 this.ButtonsPnl.AccessibleName = null; 56 resources.ApplyResources(this.ButtonsPnl, "ButtonsPnl"); 57 this.ButtonsPnl.BackColor = System.Drawing.SystemColors.Control; 58 this.ButtonsPnl.BackgroundImage = null; 59 this.ButtonsPnl.Controls.Add(this.ButtonsBevel); 60 this.ButtonsPnl.Controls.Add(this.CancelBtn); 61 this.ButtonsPnl.Font = null; 62 this.ButtonsPnl.Name = "ButtonsPnl"; 63 // 64 // CancelBtn 65 // 66 this.CancelBtn.AccessibleDescription = null; 67 this.CancelBtn.AccessibleName = null; 68 resources.ApplyResources(this.CancelBtn, "CancelBtn"); 69 this.CancelBtn.BackgroundImage = null; 70 this.CancelBtn.Font = null; 71 this.CancelBtn.Name = "CancelBtn"; 72 this.CancelBtn.UseVisualStyleBackColor = true; 73 this.CancelBtn.Click += new System.EventHandler(this.CancelBtn_Click); 74 // 75 // TitleLbl 76 // 77 this.TitleLbl.AccessibleDescription = null; 78 this.TitleLbl.AccessibleName = null; 79 resources.ApplyResources(this.TitleLbl, "TitleLbl"); 80 this.TitleLbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(153))))); 81 this.TitleLbl.Name = "TitleLbl"; 82 // 83 // ProgressPb 84 // 85 this.ProgressPb.AccessibleDescription = null; 86 this.ProgressPb.AccessibleName = null; 87 resources.ApplyResources(this.ProgressPb, "ProgressPb"); 88 this.ProgressPb.BackgroundImage = null; 89 this.ProgressPb.Font = null; 90 this.ProgressPb.Name = "ProgressPb"; 91 // 92 // UploadWorker 93 // 94 this.UploadWorker.WorkerReportsProgress = true; 95 this.UploadWorker.WorkerSupportsCancellation = true; 96 this.UploadWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.UploadWorker_DoWork); 97 this.UploadWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.UploadWorker_RunWorkerCompleted); 98 this.UploadWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.UploadWorker_ProgressChanged); 99 // 100 // ProgressLbl 101 // 102 this.ProgressLbl.AccessibleDescription = null; 103 this.ProgressLbl.AccessibleName = null; 104 resources.ApplyResources(this.ProgressLbl, "ProgressLbl"); 105 this.ProgressLbl.Font = null; 106 this.ProgressLbl.Name = "ProgressLbl"; 107 // 108 // BlackBoxUploadForm 109 // 110 this.AccessibleDescription = null; 111 this.AccessibleName = null; 112 resources.ApplyResources(this, "$this"); 113 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; 114 this.BackColor = System.Drawing.SystemColors.Window; 115 this.BackgroundImage = null; 116 this.Controls.Add(this.ProgressLbl); 117 this.Controls.Add(this.ProgressPb); 118 this.Controls.Add(this.TitleLbl); 119 this.Controls.Add(this.ButtonsPnl); 120 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 121 this.MaximizeBox = false; 122 this.Name = "BlackBoxUploadForm"; 123 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BlackBoxUploadForm_FormClosing); 124 this.ButtonsPnl.ResumeLayout(false); 125 this.ResumeLayout(false); 126 this.PerformLayout(); 103 127 104 128 } -
trunk/eraser6/Eraser/BlackBoxUploadForm.resx
r1611 r1656 118 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 119 119 </resheader> 120 <data name=">>TitleLbl.Parent" xml:space="preserve"> 121 <value>$this</value> 122 </data> 123 <data name=">>$this.Type" xml:space="preserve"> 124 <value>System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 125 </data> 126 <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> 127 <data name="CancelBtn.Location" type="System.Drawing.Point, System.Drawing"> 128 <value>260, 8</value> 129 </data> 130 <data name=">>ProgressLbl.ZOrder" xml:space="preserve"> 131 <value>0</value> 132 </data> 133 <data name="ProgressPb.Size" type="System.Drawing.Size, System.Drawing"> 134 <value>321, 17</value> 135 </data> 136 <data name="TitleLbl.Font" type="System.Drawing.Font, System.Drawing"> 137 <value>Microsoft Sans Serif, 12pt</value> 138 </data> 139 <data name=">>ProgressPb.Type" xml:space="preserve"> 140 <value>System.Windows.Forms.ProgressBar, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 141 </data> 142 <data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing"> 143 <value>344, 132</value> 144 </data> 145 <data name=">>UploadWorker.Type" xml:space="preserve"> 146 <value>System.ComponentModel.BackgroundWorker, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 147 </data> 120 148 <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 121 149 <data name="ButtonsBevel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 122 150 <value>Top, Left, Right</value> 123 151 </data> 124 <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> 152 <data name="ProgressPb.Location" type="System.Drawing.Point, System.Drawing"> 153 <value>13, 70</value> 154 </data> 155 <data name=">>ButtonsPnl.ZOrder" xml:space="preserve"> 156 <value>3</value> 157 </data> 158 <data name="CancelBtn.Size" type="System.Drawing.Size, System.Drawing"> 159 <value>75, 23</value> 160 </data> 161 <assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 162 <data name="TitleLbl.AutoSize" type="System.Boolean, mscorlib"> 163 <value>True</value> 164 </data> 165 <data name="ButtonsPnl.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 166 <value>Bottom, Left, Right</value> 167 </data> 168 <data name="ProgressLbl.Text" xml:space="preserve"> 169 <value>Compressing reports...</value> 170 </data> 171 <data name=">>CancelBtn.Type" xml:space="preserve"> 172 <value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 173 </data> 174 <data name="ProgressLbl.AutoSize" type="System.Boolean, mscorlib"> 175 <value>True</value> 176 </data> 177 <data name=">>ButtonsBevel.Name" xml:space="preserve"> 178 <value>ButtonsBevel</value> 179 </data> 180 <data name=">>TitleLbl.Name" xml:space="preserve"> 181 <value>TitleLbl</value> 182 </data> 183 <data name=">>ProgressLbl.Type" xml:space="preserve"> 184 <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 185 </data> 186 <data name=">>ButtonsPnl.Name" xml:space="preserve"> 187 <value>ButtonsPnl</value> 188 </data> 189 <data name="TitleLbl.Text" xml:space="preserve"> 190 <value>Uploading Crash Report</value> 191 </data> 192 <data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing"> 193 <value>96, 96</value> 194 </data> 195 <data name=">>TitleLbl.ZOrder" xml:space="preserve"> 196 <value>2</value> 197 </data> 198 <data name=">>ProgressLbl.Parent" xml:space="preserve"> 199 <value>$this</value> 200 </data> 201 <data name=">>ButtonsPnl.Type" xml:space="preserve"> 202 <value>System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 203 </data> 204 <data name="CancelBtn.Text" xml:space="preserve"> 205 <value>Cancel</value> 206 </data> 207 <data name="TitleLbl.Location" type="System.Drawing.Point, System.Drawing"> 208 <value>9, 9</value> 209 </data> 210 <data name=">>CancelBtn.Name" xml:space="preserve"> 211 <value>CancelBtn</value> 212 </data> 213 <data name=">>TitleLbl.Type" xml:space="preserve"> 214 <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 215 </data> 216 <data name=">>CancelBtn.ZOrder" xml:space="preserve"> 217 <value>1</value> 218 </data> 219 <data name="CancelBtn.TabIndex" type="System.Int32, mscorlib"> 220 <value>2</value> 221 </data> 222 <data name=">>ButtonsBevel.ZOrder" xml:space="preserve"> 223 <value>0</value> 224 </data> 225 <data name="ButtonsPnl.TabIndex" type="System.Int32, mscorlib"> 226 <value>1</value> 227 </data> 228 <data name=">>ButtonsBevel.Type" xml:space="preserve"> 229 <value>Trustbridge.Windows.Controls.BevelLine, BevelLine, Version=1.0.3589.29437, Culture=neutral, PublicKeyToken=77979e16578a2d88</value> 230 </data> 231 <data name="ProgressLbl.Size" type="System.Drawing.Size, System.Drawing"> 232 <value>130, 15</value> 233 </data> 234 <data name=">>ProgressPb.Parent" xml:space="preserve"> 235 <value>$this</value> 236 </data> 237 <data name=">>ProgressPb.Name" xml:space="preserve"> 238 <value>ProgressPb</value> 239 </data> 240 <data name="TitleLbl.TabIndex" type="System.Int32, mscorlib"> 241 <value>2</value> 242 </data> 243 <data name="ButtonsBevel.TabIndex" type="System.Int32, mscorlib"> 244 <value>0</value> 245 </data> 246 <data name="ButtonsPnl.Size" type="System.Drawing.Size, System.Drawing"> 247 <value>345, 38</value> 248 </data> 249 <data name=">>ProgressPb.ZOrder" xml:space="preserve"> 250 <value>1</value> 251 </data> 252 <data name=">>ProgressLbl.Name" xml:space="preserve"> 253 <value>ProgressLbl</value> 254 </data> 255 <data name=">>UploadWorker.Name" xml:space="preserve"> 256 <value>UploadWorker</value> 257 </data> 258 <data name="$this.Text" xml:space="preserve"> 259 <value>Eraser Crash Assistant</value> 260 </data> 261 <data name=">>CancelBtn.Parent" xml:space="preserve"> 262 <value>ButtonsPnl</value> 263 </data> 125 264 <data name="ButtonsBevel.Location" type="System.Drawing.Point, System.Drawing"> 126 265 <value>0, 0</value> 127 266 </data> 128 <data name="ButtonsBevel.Size" type="System.Drawing.Size, System.Drawing"> 129 <value>345, 2</value> 130 </data> 131 <assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 132 <data name="ButtonsBevel.TabIndex" type="System.Int32, mscorlib"> 133 <value>0</value> 134 </data> 135 <data name=">>ButtonsBevel.Name" xml:space="preserve"> 136 <value>ButtonsBevel</value> 137 </data> 138 <data name=">>ButtonsBevel.Type" xml:space="preserve"> 139 <value>Trustbridge.Windows.Controls.BevelLine, BevelLine, Version=1.0.3589.29437, Culture=neutral, PublicKeyToken=77979e16578a2d88</value> 140 </data> 141 <data name=">>ButtonsBevel.Parent" xml:space="preserve"> 142 <value>ButtonsPnl</value> 143 </data> 144 <data name=">>ButtonsBevel.ZOrder" xml:space="preserve"> 145 <value>0</value> 146 </data> 147 <data name="ButtonsPnl.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 148 <value>Bottom, Left, Right</value> 149 </data> 150 <data name=">>CancelBtn.Name" xml:space="preserve"> 151 <value>CancelBtn</value> 152 </data> 153 <data name=">>CancelBtn.Type" xml:space="preserve"> 154 <value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 155 </data> 156 <data name=">>CancelBtn.Parent" xml:space="preserve"> 157 <value>ButtonsPnl</value> 158 </data> 159 <data name=">>CancelBtn.ZOrder" xml:space="preserve"> 160 <value>1</value> 267 <data name="ProgressLbl.Location" type="System.Drawing.Point, System.Drawing"> 268 <value>11, 52</value> 269 </data> 270 <data name="TitleLbl.Size" type="System.Drawing.Size, System.Drawing"> 271 <value>180, 20</value> 161 272 </data> 162 273 <data name="ButtonsPnl.Location" type="System.Drawing.Point, System.Drawing"> 163 274 <value>0, 96</value> 164 275 </data> 165 <data name="ButtonsPnl.Size" type="System.Drawing.Size, System.Drawing">166 <value>345, 38</value>167 </data>168 <data name="ButtonsPnl.TabIndex" type="System.Int32, mscorlib">169 <value>1</value>170 </data>171 <data name=">>ButtonsPnl.Name" xml:space="preserve">172 <value>ButtonsPnl</value>173 </data>174 <data name=">>ButtonsPnl.Type" xml:space="preserve">175 <value>System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>176 </data>177 276 <data name=">>ButtonsPnl.Parent" xml:space="preserve"> 178 277 <value>$this</value> 179 278 </data> 180 <data name=">>ButtonsPnl.ZOrder" xml:space="preserve"> 181 <value>3</value> 182 </data> 183 <data name="CancelBtn.Location" type="System.Drawing.Point, System.Drawing"> 184 <value>260, 8</value> 185 </data> 186 <data name="CancelBtn.Size" type="System.Drawing.Size, System.Drawing"> 187 <value>75, 23</value> 188 </data> 189 <data name="CancelBtn.TabIndex" type="System.Int32, mscorlib"> 190 <value>2</value> 191 </data> 192 <data name="CancelBtn.Text" xml:space="preserve"> 193 <value>Cancel</value> 194 </data> 195 <data name=">>CancelBtn.Name" xml:space="preserve"> 196 <value>CancelBtn</value> 197 </data> 198 <data name=">>CancelBtn.Type" xml:space="preserve"> 199 <value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 200 </data> 201 <data name=">>CancelBtn.Parent" xml:space="preserve"> 202 <value>ButtonsPnl</value> 203 </data> 204 <data name=">>CancelBtn.ZOrder" xml:space="preserve"> 205 <value>1</value> 206 </data> 207 <data name="TitleLbl.AutoSize" type="System.Boolean, mscorlib"> 208 <value>True</value> 209 </data> 210 <data name="TitleLbl.Font" type="System.Drawing.Font, System.Drawing"> 211 <value>Segoe UI, 12pt</value> 212 </data> 213 <data name="TitleLbl.Location" type="System.Drawing.Point, System.Drawing"> 214 <value>9, 9</value> 215 </data> 216 <data name="TitleLbl.Size" type="System.Drawing.Size, System.Drawing"> 217 <value>177, 21</value> 218 </data> 219 <data name="TitleLbl.TabIndex" type="System.Int32, mscorlib"> 220 <value>2</value> 221 </data> 222 <data name="TitleLbl.Text" xml:space="preserve"> 223 <value>Uploading Crash Report</value> 224 </data> 225 <data name=">>TitleLbl.Name" xml:space="preserve"> 226 <value>TitleLbl</value> 227 </data> 228 <data name=">>TitleLbl.Type" xml:space="preserve"> 229 <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 230 </data> 231 <data name=">>TitleLbl.Parent" xml:space="preserve"> 232 <value>$this</value> 233 </data> 234 <data name=">>TitleLbl.ZOrder" xml:space="preserve"> 235 <value>2</value> 236 </data> 237 <data name="ProgressPb.Location" type="System.Drawing.Point, System.Drawing"> 238 <value>13, 70</value> 239 </data> 240 <data name="ProgressPb.Size" type="System.Drawing.Size, System.Drawing"> 241 <value>321, 17</value> 242 </data> 243 <data name="ProgressPb.TabIndex" type="System.Int32, mscorlib"> 244 <value>3</value> 245 </data> 246 <data name=">>ProgressPb.Name" xml:space="preserve"> 247 <value>ProgressPb</value> 248 </data> 249 <data name=">>ProgressPb.Type" xml:space="preserve"> 250 <value>System.Windows.Forms.ProgressBar, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 251 </data> 252 <data name=">>ProgressPb.Parent" xml:space="preserve"> 253 <value>$this</value> 254 </data> 255 <data name=">>ProgressPb.ZOrder" xml:space="preserve"> 256 <value>1</value> 257 </data> 258 <metadata name="UploadWorker.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 259 <value>17, 17</value> 260 </metadata> 261 <data name="ProgressLbl.AutoSize" type="System.Boolean, mscorlib"> 262 <value>True</value> 263 </data> 264 <data name="ProgressLbl.Location" type="System.Drawing.Point, System.Drawing"> 265 <value>11, 52</value> 266 </data> 267 <data name="ProgressLbl.Size" type="System.Drawing.Size, System.Drawing"> 268 <value>126, 15</value> 279 <data name="$this.Font" type="System.Drawing.Font, System.Drawing"> 280 <value>Microsoft Sans Serif, 9pt</value> 269 281 </data> 270 282 <data name="ProgressLbl.TabIndex" type="System.Int32, mscorlib"> 271 283 <value>4</value> 272 </data>273 <data name="ProgressLbl.Text" xml:space="preserve">274 <value>Compressing reports...</value>275 </data>276 <data name=">>ProgressLbl.Name" xml:space="preserve">277 <value>ProgressLbl</value>278 </data>279 <data name=">>ProgressLbl.Type" xml:space="preserve">280 <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>281 </data>282 <data name=">>ProgressLbl.Parent" xml:space="preserve">283 <value>$this</value>284 </data>285 <data name=">>ProgressLbl.ZOrder" xml:space="preserve">286 <value>0</value>287 </data>288 <metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">289 <value>True</value>290 </metadata>291 <data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">292 <value>96, 96</value>293 </data>294 <data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">295 <value>344, 132</value>296 </data>297 <data name="$this.Font" type="System.Drawing.Font, System.Drawing">298 <value>Segoe UI, 9pt</value>299 284 </data> 300 285 <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> … … 1858 1843 </value> 1859 1844 </data> 1860 <data name="$this.Text" xml:space="preserve">1861 <value>Eraser Crash Assistant</value>1862 </data>1863 <data name=">>UploadWorker.Name" xml:space="preserve">1864 <value>UploadWorker</value>1865 </data>1866 <data name=">>UploadWorker.Type" xml:space="preserve">1867 <value>System.ComponentModel.BackgroundWorker, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>1868 </data>1869 1845 <data name=">>$this.Name" xml:space="preserve"> 1870 1846 <value>BlackBoxUploadForm</value> 1871 1847 </data> 1872 <data name=">>$this.Type" xml:space="preserve"> 1873 <value>System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 1874 </data> 1848 <data name="ProgressPb.TabIndex" type="System.Int32, mscorlib"> 1849 <value>3</value> 1850 </data> 1851 <data name="ButtonsBevel.Size" type="System.Drawing.Size, System.Drawing"> 1852 <value>345, 2</value> 1853 </data> 1854 <data name=">>ButtonsBevel.Parent" xml:space="preserve"> 1855 <value>ButtonsPnl</value> 1856 </data> 1857 <metadata name="UploadWorker.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 1858 <value>17, 17</value> 1859 </metadata> 1860 <metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 1861 <value>True</value> 1862 </metadata> 1863 <metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 1864 <value>Italian</value> 1865 </metadata> 1875 1866 </root>
Note: See TracChangeset
for help on using the changeset viewer.
