Changeset 1988 for trunk/eraser
- Timestamp:
- 4/28/2010 9:25:36 AM (3 years ago)
- Location:
- trunk/eraser/Eraser.BlackBox
- Files:
-
- 2 edited
-
BlackBoxMainForm.Designer.cs (modified) (1 diff)
-
BlackBoxMainForm.resx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.BlackBox/BlackBoxMainForm.Designer.cs
r1973 r1988 50 50 private void InitializeComponent() 51 51 { 52 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BlackBoxMainForm)); 53 this.MainLbl = new System.Windows.Forms.Label(); 54 this.SubmitBtn = new System.Windows.Forms.Button(); 55 this.PostponeBtn = new System.Windows.Forms.Button(); 56 this.BlackBoxPic = new System.Windows.Forms.PictureBox(); 57 this.ReportsLv = new System.Windows.Forms.ListView(); 58 this.ReportsLvTimestampColumn = new System.Windows.Forms.ColumnHeader(); 59 this.ReportsLvErrorColumn = new System.Windows.Forms.ColumnHeader(); 60 ((System.ComponentModel.ISupportInitialize)(this.BlackBoxPic)).BeginInit(); 61 this.SuspendLayout(); 62 // 63 // MainLbl 64 // 65 this.MainLbl.AccessibleDescription = null; 66 this.MainLbl.AccessibleName = null; 67 resources.ApplyResources(this.MainLbl, "MainLbl"); 68 this.MainLbl.Font = null; 69 this.MainLbl.Name = "MainLbl"; 70 // 71 // SubmitBtn 72 // 73 this.SubmitBtn.AccessibleDescription = null; 74 this.SubmitBtn.AccessibleName = null; 75 resources.ApplyResources(this.SubmitBtn, "SubmitBtn"); 76 this.SubmitBtn.BackgroundImage = null; 77 this.SubmitBtn.Font = null; 78 this.SubmitBtn.Name = "SubmitBtn"; 79 this.SubmitBtn.UseVisualStyleBackColor = true; 80 this.SubmitBtn.Click += new System.EventHandler(this.SubmitBtn_Click); 81 // 82 // PostponeBtn 83 // 84 this.PostponeBtn.AccessibleDescription = null; 85 this.PostponeBtn.AccessibleName = null; 86 resources.ApplyResources(this.PostponeBtn, "PostponeBtn"); 87 this.PostponeBtn.BackgroundImage = null; 88 this.PostponeBtn.Font = null; 89 this.PostponeBtn.Name = "PostponeBtn"; 90 this.PostponeBtn.UseVisualStyleBackColor = true; 91 this.PostponeBtn.Click += new System.EventHandler(this.PostponeBtn_Click); 92 // 93 // BlackBoxPic 94 // 95 this.BlackBoxPic.AccessibleDescription = null; 96 this.BlackBoxPic.AccessibleName = null; 97 resources.ApplyResources(this.BlackBoxPic, "BlackBoxPic"); 98 this.BlackBoxPic.BackgroundImage = null; 99 this.BlackBoxPic.Font = null; 100 this.BlackBoxPic.Image = global::Eraser.BlackBox.Properties.Resources.BlackBox; 101 this.BlackBoxPic.ImageLocation = null; 102 this.BlackBoxPic.Name = "BlackBoxPic"; 103 this.BlackBoxPic.TabStop = false; 104 // 105 // ReportsLv 106 // 107 this.ReportsLv.AccessibleDescription = null; 108 this.ReportsLv.AccessibleName = null; 109 resources.ApplyResources(this.ReportsLv, "ReportsLv"); 110 this.ReportsLv.BackgroundImage = null; 111 this.ReportsLv.CheckBoxes = true; 112 this.ReportsLv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 52 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BlackBoxMainForm)); 53 this.MainLbl = new System.Windows.Forms.Label(); 54 this.SubmitBtn = new System.Windows.Forms.Button(); 55 this.PostponeBtn = new System.Windows.Forms.Button(); 56 this.BlackBoxPic = new System.Windows.Forms.PictureBox(); 57 this.ReportsLv = new System.Windows.Forms.ListView(); 58 this.ReportsLvTimestampColumn = new System.Windows.Forms.ColumnHeader(); 59 this.ReportsLvErrorColumn = new System.Windows.Forms.ColumnHeader(); 60 ((System.ComponentModel.ISupportInitialize)(this.BlackBoxPic)).BeginInit(); 61 this.SuspendLayout(); 62 // 63 // MainLbl 64 // 65 resources.ApplyResources(this.MainLbl, "MainLbl"); 66 this.MainLbl.Name = "MainLbl"; 67 // 68 // SubmitBtn 69 // 70 resources.ApplyResources(this.SubmitBtn, "SubmitBtn"); 71 this.SubmitBtn.Name = "SubmitBtn"; 72 this.SubmitBtn.UseVisualStyleBackColor = true; 73 this.SubmitBtn.Click += new System.EventHandler(this.SubmitBtn_Click); 74 // 75 // PostponeBtn 76 // 77 resources.ApplyResources(this.PostponeBtn, "PostponeBtn"); 78 this.PostponeBtn.Name = "PostponeBtn"; 79 this.PostponeBtn.UseVisualStyleBackColor = true; 80 this.PostponeBtn.Click += new System.EventHandler(this.PostponeBtn_Click); 81 // 82 // BlackBoxPic 83 // 84 this.BlackBoxPic.Image = global::Eraser.BlackBox.Properties.Resources.BlackBox; 85 resources.ApplyResources(this.BlackBoxPic, "BlackBoxPic"); 86 this.BlackBoxPic.Name = "BlackBoxPic"; 87 this.BlackBoxPic.TabStop = false; 88 // 89 // ReportsLv 90 // 91 resources.ApplyResources(this.ReportsLv, "ReportsLv"); 92 this.ReportsLv.CheckBoxes = true; 93 this.ReportsLv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 113 94 this.ReportsLvTimestampColumn, 114 95 this.ReportsLvErrorColumn}); 115 this.ReportsLv.Font = null; 116 this.ReportsLv.FullRowSelect = true; 117 this.ReportsLv.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; 118 this.ReportsLv.Name = "ReportsLv"; 119 this.ReportsLv.UseCompatibleStateImageBehavior = false; 120 this.ReportsLv.View = System.Windows.Forms.View.Details; 121 this.ReportsLv.ItemActivate += new System.EventHandler(this.ReportsLv_ItemActivate); 122 // 123 // ReportsLvTimestampColumn 124 // 125 resources.ApplyResources(this.ReportsLvTimestampColumn, "ReportsLvTimestampColumn"); 126 // 127 // ReportsLvErrorColumn 128 // 129 resources.ApplyResources(this.ReportsLvErrorColumn, "ReportsLvErrorColumn"); 130 // 131 // BlackBoxMainForm 132 // 133 this.AccessibleDescription = null; 134 this.AccessibleName = null; 135 resources.ApplyResources(this, "$this"); 136 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; 137 this.BackgroundImage = null; 138 this.Controls.Add(this.ReportsLv); 139 this.Controls.Add(this.BlackBoxPic); 140 this.Controls.Add(this.PostponeBtn); 141 this.Controls.Add(this.SubmitBtn); 142 this.Controls.Add(this.MainLbl); 143 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 144 this.MaximizeBox = false; 145 this.MinimizeBox = false; 146 this.Name = "BlackBoxMainForm"; 147 this.ShowInTaskbar = false; 148 this.TopMost = true; 149 ((System.ComponentModel.ISupportInitialize)(this.BlackBoxPic)).EndInit(); 150 this.ResumeLayout(false); 96 this.ReportsLv.FullRowSelect = true; 97 this.ReportsLv.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; 98 this.ReportsLv.Name = "ReportsLv"; 99 this.ReportsLv.UseCompatibleStateImageBehavior = false; 100 this.ReportsLv.View = System.Windows.Forms.View.Details; 101 this.ReportsLv.ItemActivate += new System.EventHandler(this.ReportsLv_ItemActivate); 102 // 103 // ReportsLvTimestampColumn 104 // 105 resources.ApplyResources(this.ReportsLvTimestampColumn, "ReportsLvTimestampColumn"); 106 // 107 // ReportsLvErrorColumn 108 // 109 resources.ApplyResources(this.ReportsLvErrorColumn, "ReportsLvErrorColumn"); 110 // 111 // BlackBoxMainForm 112 // 113 resources.ApplyResources(this, "$this"); 114 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; 115 this.Controls.Add(this.ReportsLv); 116 this.Controls.Add(this.BlackBoxPic); 117 this.Controls.Add(this.PostponeBtn); 118 this.Controls.Add(this.SubmitBtn); 119 this.Controls.Add(this.MainLbl); 120 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 121 this.MaximizeBox = false; 122 this.MinimizeBox = false; 123 this.Name = "BlackBoxMainForm"; 124 this.ShowInTaskbar = false; 125 this.TopMost = true; 126 ((System.ComponentModel.ISupportInitialize)(this.BlackBoxPic)).EndInit(); 127 this.ResumeLayout(false); 151 128 152 129 } -
trunk/eraser/Eraser.BlackBox/BlackBoxMainForm.resx
r1973 r1988 118 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 119 119 </resheader> 120 <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 121 <data name="MainLbl.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 122 <value>Top, Left, Right</value> 123 </data> 124 <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> 125 <data name="MainLbl.Location" type="System.Drawing.Point, System.Drawing"> 126 <value>82, 9</value> 127 </data> 128 <data name="MainLbl.Size" type="System.Drawing.Size, System.Drawing"> 129 <value>467, 304</value> 130 </data> 131 <assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 132 <data name="MainLbl.TabIndex" type="System.Int32, mscorlib"> 133 <value>0</value> 134 </data> 135 <data name="MainLbl.Text" xml:space="preserve"> 136 <value>Eraser has encountered problems while running earlier. 137 138 The program's state and and a screenshot at the time of the error, as well as the state of your computer, have been stored on your computer as reports and can be sent to the Eraser developers for review. The recorded information was gathered automatically, as a result, the information contained therein may contain potentially sensitive information and you are advised to go through the report before uploading it. Data will be stored on a server which only Eraser developers have access to and personally identifiable data, if any, will be kept confidential and will not be used to identify the reporter. Reports will be completely erased upon the completion of bug fixing. 139 140 Select the reports you wish to submit by checking the name of the report below; the contents of each report can be viewed by double-clicking on the report name below. Editing the contents of the report will result in a modified report being uploaded: deleted files in the report will not be uploaded, and modified files will be uploaded as you have modified them. Do note that by doing so, you are reducing the usefulness of the crash report in fixing the bug. 141 142 Reports not selected for submission will be discarded after the rest have been submitted.</value> 143 </data> 144 <data name=">>MainLbl.Name" xml:space="preserve"> 145 <value>MainLbl</value> 146 </data> 147 <data name=">>MainLbl.Type" xml:space="preserve"> 148 <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 149 </data> 150 <data name=">>MainLbl.Parent" xml:space="preserve"> 151 <value>$this</value> 152 </data> 153 <data name=">>MainLbl.ZOrder" xml:space="preserve"> 154 <value>4</value> 155 </data> 156 <data name="SubmitBtn.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 157 <value>Bottom, Right</value> 158 </data> 159 <data name="SubmitBtn.Location" type="System.Drawing.Point, System.Drawing"> 160 <value>343, 524</value> 161 </data> 162 <data name="SubmitBtn.Size" type="System.Drawing.Size, System.Drawing"> 163 <value>100, 23</value> 164 </data> 165 <data name="SubmitBtn.TabIndex" type="System.Int32, mscorlib"> 166 <value>3</value> 167 </data> 168 <data name="SubmitBtn.Text" xml:space="preserve"> 169 <value>Submit Now</value> 170 </data> 171 <data name=">>SubmitBtn.Name" xml:space="preserve"> 172 <value>SubmitBtn</value> 173 </data> 174 <data name=">>SubmitBtn.Type" xml:space="preserve"> 175 <value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 176 </data> 177 <data name=">>SubmitBtn.Parent" xml:space="preserve"> 178 <value>$this</value> 179 </data> 180 <data name=">>SubmitBtn.ZOrder" xml:space="preserve"> 181 <value>3</value> 182 </data> 183 <data name="PostponeBtn.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 184 <value>Bottom, Right</value> 185 </data> 186 <data name="PostponeBtn.Location" type="System.Drawing.Point, System.Drawing"> 187 <value>449, 524</value> 188 </data> 189 <data name="PostponeBtn.Size" type="System.Drawing.Size, System.Drawing"> 190 <value>100, 23</value> 191 </data> 192 <data name="PostponeBtn.TabIndex" type="System.Int32, mscorlib"> 193 <value>4</value> 194 </data> 195 <data name="PostponeBtn.Text" xml:space="preserve"> 196 <value>Submit Later</value> 197 </data> 198 <data name=">>PostponeBtn.Name" xml:space="preserve"> 199 <value>PostponeBtn</value> 200 </data> 201 <data name=">>PostponeBtn.Type" xml:space="preserve"> 202 <value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 203 </data> 204 <data name=">>PostponeBtn.Parent" xml:space="preserve"> 205 <value>$this</value> 206 </data> 207 <data name=">>PostponeBtn.ZOrder" xml:space="preserve"> 208 <value>2</value> 209 </data> 210 <data name="BlackBoxPic.Location" type="System.Drawing.Point, System.Drawing"> 211 <value>12, 12</value> 212 </data> 213 <data name="BlackBoxPic.Size" type="System.Drawing.Size, System.Drawing"> 214 <value>64, 64</value> 215 </data> 216 <data name="BlackBoxPic.TabIndex" type="System.Int32, mscorlib"> 217 <value>4</value> 218 </data> 219 <data name=">>BlackBoxPic.Name" xml:space="preserve"> 220 <value>BlackBoxPic</value> 221 </data> 120 222 <data name=">>BlackBoxPic.Type" xml:space="preserve"> 121 223 <value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 122 224 </data> 123 <assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 124 <data name="SubmitBtn.TabIndex" type="System.Int32, mscorlib"> 125 <value>3</value> 126 </data> 127 <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> 128 <data name="ReportsLv.Size" type="System.Drawing.Size, System.Drawing"> 129 <value>537, 186</value> 130 </data> 131 <data name=">>ReportsLvTimestampColumn.Type" xml:space="preserve"> 132 <value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 225 <data name=">>BlackBoxPic.Parent" xml:space="preserve"> 226 <value>$this</value> 133 227 </data> 134 228 <data name=">>BlackBoxPic.ZOrder" xml:space="preserve"> 135 229 <value>1</value> 136 230 </data> 231 <data name="ReportsLv.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 232 <value>Top, Bottom, Left, Right</value> 233 </data> 137 234 <data name="ReportsLvTimestampColumn.Text" xml:space="preserve"> 138 235 <value>Report Created</value> 139 236 </data> 140 <data name=">>MainLbl.ZOrder" xml:space="preserve"> 141 <value>4</value> 237 <data name="ReportsLvTimestampColumn.Width" type="System.Int32, mscorlib"> 238 <value>280</value> 239 </data> 240 <data name="ReportsLvErrorColumn.Text" xml:space="preserve"> 241 <value>Error Type</value> 242 </data> 243 <data name="ReportsLvErrorColumn.Width" type="System.Int32, mscorlib"> 244 <value>250</value> 245 </data> 246 <data name="ReportsLv.Location" type="System.Drawing.Point, System.Drawing"> 247 <value>12, 316</value> 248 </data> 249 <data name="ReportsLv.Size" type="System.Drawing.Size, System.Drawing"> 250 <value>537, 202</value> 251 </data> 252 <data name="ReportsLv.TabIndex" type="System.Int32, mscorlib"> 253 <value>2</value> 142 254 </data> 143 255 <data name=">>ReportsLv.Name" xml:space="preserve"> 144 256 <value>ReportsLv</value> 145 257 </data> 146 <data name="BlackBoxPic.TabIndex" type="System.Int32, mscorlib"> 147 <value>4</value> 148 </data> 149 <data name="PostponeBtn.Location" type="System.Drawing.Point, System.Drawing"> 150 <value>449, 316</value> 151 </data> 152 <data name="SubmitBtn.Size" type="System.Drawing.Size, System.Drawing"> 153 <value>100, 23</value> 154 </data> 155 <data name=">>SubmitBtn.Parent" xml:space="preserve"> 258 <data name=">>ReportsLv.Type" xml:space="preserve"> 259 <value>System.Windows.Forms.ListView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 260 </data> 261 <data name=">>ReportsLv.Parent" xml:space="preserve"> 156 262 <value>$this</value> 157 263 </data> 158 <data name="ReportsLvErrorColumn.Width" type="System.Int32, mscorlib"> 159 <value>250</value> 160 </data> 161 <data name="MainLbl.Size" type="System.Drawing.Size, System.Drawing"> 162 <value>467, 112</value> 163 </data> 164 <data name=">>MainLbl.Parent" xml:space="preserve"> 165 <value>$this</value> 166 </data> 167 <data name=">>PostponeBtn.Name" xml:space="preserve"> 168 <value>PostponeBtn</value> 169 </data> 170 <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 171 <data name="SubmitBtn.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 172 <value>Bottom, Right</value> 173 </data> 174 <data name=">>ReportsLvErrorColumn.Type" xml:space="preserve"> 175 <value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 176 </data> 177 <data name="ReportsLvErrorColumn.Text" xml:space="preserve"> 178 <value>Error Type</value> 179 </data> 180 <data name="ReportsLv.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 181 <value>Top, Bottom, Left, Right</value> 182 </data> 183 <data name=">>SubmitBtn.Type" xml:space="preserve"> 184 <value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 185 </data> 186 <data name=">>PostponeBtn.Type" xml:space="preserve"> 187 <value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 188 </data> 189 <data name="ReportsLv.Location" type="System.Drawing.Point, System.Drawing"> 190 <value>12, 124</value> 191 </data> 192 <data name=">>$this.Type" xml:space="preserve"> 193 <value>System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 194 </data> 195 <data name=">>MainLbl.Name" xml:space="preserve"> 196 <value>MainLbl</value> 197 </data> 198 <data name="PostponeBtn.Text" xml:space="preserve"> 199 <value>Submit Later</value> 200 </data> 201 <data name="PostponeBtn.TabIndex" type="System.Int32, mscorlib"> 202 <value>4</value> 203 </data> 204 <data name=">>MainLbl.Type" xml:space="preserve"> 205 <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 264 <data name=">>ReportsLv.ZOrder" xml:space="preserve"> 265 <value>0</value> 266 </data> 267 <metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 268 <value>True</value> 269 </metadata> 270 <data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing"> 271 <value>96, 96</value> 272 </data> 273 <data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing"> 274 <value>561, 559</value> 206 275 </data> 207 276 <data name="$this.Font" type="System.Drawing.Font, System.Drawing"> 208 <value>Microsoft Sans Serif, 9pt</value> 209 </data> 210 <data name="MainLbl.Location" type="System.Drawing.Point, System.Drawing"> 211 <value>82, 9</value> 212 </data> 213 <data name="MainLbl.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 214 <value>Top, Left, Right</value> 215 </data> 216 <data name="SubmitBtn.Text" xml:space="preserve"> 217 <value>Submit Now</value> 218 </data> 219 <data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing"> 220 <value>561, 351</value> 221 </data> 222 <data name=">>ReportsLvTimestampColumn.Name" xml:space="preserve"> 223 <value>ReportsLvTimestampColumn</value> 277 <value>Segoe UI, 9pt</value> 224 278 </data> 225 279 <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> … … 1783 1837 </value> 1784 1838 </data> 1785 <data name="ReportsLvTimestampColumn.Width" type="System.Int32, mscorlib">1786 <value>280</value>1787 </data>1788 <data name=">>ReportsLv.Type" xml:space="preserve">1789 <value>System.Windows.Forms.ListView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>1790 </data>1791 <data name=">>SubmitBtn.Name" xml:space="preserve">1792 <value>SubmitBtn</value>1793 </data>1794 <data name="PostponeBtn.Size" type="System.Drawing.Size, System.Drawing">1795 <value>100, 23</value>1796 </data>1797 <data name=">>SubmitBtn.ZOrder" xml:space="preserve">1798 <value>3</value>1799 </data>1800 <data name="BlackBoxPic.Location" type="System.Drawing.Point, System.Drawing">1801 <value>12, 12</value>1802 </data>1803 <data name="ReportsLv.TabIndex" type="System.Int32, mscorlib">1804 <value>2</value>1805 </data>1806 1839 <data name="$this.Text" xml:space="preserve"> 1807 1840 <value>Eraser Crash Assistant</value> 1808 1841 </data> 1809 <data name="MainLbl.Text" xml:space="preserve"> 1810 <value>Eraser has encountered problems while running earlier. 1811 1812 The program's state and other information about the error have been stored on your computer as reports and can be sent to the Eraser developers for review. Select the reports you wish to submit by checking the name of the report below; the contents of each report can be viewed by double-clicking on the report name below. Reports not selected for submission will be discarded after the rest have been submitted.</value> 1813 </data> 1814 <data name=">>BlackBoxPic.Name" xml:space="preserve"> 1815 <value>BlackBoxPic</value> 1816 </data> 1817 <data name=">>ReportsLv.ZOrder" xml:space="preserve"> 1818 <value>0</value> 1819 </data> 1820 <data name=">>ReportsLv.Parent" xml:space="preserve"> 1821 <value>$this</value> 1822 </data> 1823 <data name="PostponeBtn.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> 1824 <value>Bottom, Right</value> 1842 <data name=">>ReportsLvTimestampColumn.Name" xml:space="preserve"> 1843 <value>ReportsLvTimestampColumn</value> 1844 </data> 1845 <data name=">>ReportsLvTimestampColumn.Type" xml:space="preserve"> 1846 <value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 1825 1847 </data> 1826 1848 <data name=">>ReportsLvErrorColumn.Name" xml:space="preserve"> 1827 1849 <value>ReportsLvErrorColumn</value> 1828 1850 </data> 1829 <data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing"> 1830 <value>96, 96</value> 1831 </data> 1832 <data name=">>PostponeBtn.Parent" xml:space="preserve"> 1833 <value>$this</value> 1834 </data> 1835 <data name="SubmitBtn.Location" type="System.Drawing.Point, System.Drawing"> 1836 <value>343, 316</value> 1837 </data> 1838 <data name="BlackBoxPic.Size" type="System.Drawing.Size, System.Drawing"> 1839 <value>64, 64</value> 1851 <data name=">>ReportsLvErrorColumn.Type" xml:space="preserve"> 1852 <value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 1840 1853 </data> 1841 1854 <data name=">>$this.Name" xml:space="preserve"> 1842 1855 <value>BlackBoxMainForm</value> 1843 1856 </data> 1844 <data name="MainLbl.TabIndex" type="System.Int32, mscorlib"> 1845 <value>0</value> 1846 </data> 1847 <data name=">>PostponeBtn.ZOrder" xml:space="preserve"> 1848 <value>2</value> 1849 </data> 1850 <data name=">>BlackBoxPic.Parent" xml:space="preserve"> 1851 <value>$this</value> 1852 </data> 1853 <metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 1854 <value>True</value> 1855 </metadata> 1856 <metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 1857 <value>Italian</value> 1858 </metadata> 1857 <data name=">>$this.Type" xml:space="preserve"> 1858 <value>System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 1859 </data> 1859 1860 </root>
Note: See TracChangeset
for help on using the changeset viewer.
