Changeset 295 for ExceptionLogger/UExceptionForm.lfm
- Timestamp:
- Nov 15, 2011, 8:46:43 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ExceptionLogger/UExceptionForm.lfm
r281 r295 1 1 object ExceptionForm: TExceptionForm 2 2 Left = 331 3 Height = 3 163 Height = 301 4 4 Top = 184 5 Width = 5065 Width = 457 6 6 Caption = 'Exception info' 7 ClientHeight = 3 168 ClientWidth = 5067 ClientHeight = 301 8 ClientWidth = 457 9 9 OnCreate = FormCreate 10 10 OnDestroy = FormDestroy … … 16 16 Height = 80 17 17 Top = 0 18 Width = 50618 Width = 457 19 19 Align = alTop 20 20 BevelOuter = bvNone 21 21 ClientHeight = 80 22 ClientWidth = 50622 ClientWidth = 457 23 23 TabOrder = 0 24 24 object Image1: TImage … … 135 135 object Label1: TLabel 136 136 Left = 69 137 Height = 1 8137 Height = 14 138 138 Top = 8 139 Width = 260139 Width = 196 140 140 Caption = 'Error occured during program execution:' 141 141 ParentColor = False … … 145 145 Height = 46 146 146 Top = 24 147 Width = 296148 Anchors = [akTop, akLeft, ak Bottom]147 Width = 370 148 Anchors = [akTop, akLeft, akRight, akBottom] 149 149 AutoSize = False 150 150 Caption = ' ' … … 155 155 object PanelDescription: TPanel 156 156 Left = 0 157 Height = 204157 Height = 189 158 158 Top = 80 159 Width = 506159 Width = 457 160 160 Align = alClient 161 161 BevelOuter = bvNone 162 ClientHeight = 204163 ClientWidth = 506162 ClientHeight = 189 163 ClientWidth = 457 164 164 TabOrder = 1 165 165 object PageControl1: TPageControl 166 166 Left = 8 167 Height = 202167 Height = 187 168 168 Top = 0 169 Width = 4 93169 Width = 444 170 170 ActivePage = TabSheet2 171 171 Anchors = [akTop, akLeft, akRight, akBottom] … … 190 190 object TabSheet2: TTabSheet 191 191 Caption = 'Call stack' 192 ClientHeight = 16 7193 ClientWidth = 4 87192 ClientHeight = 161 193 ClientWidth = 436 194 194 object ListView1: TListView 195 195 Left = 4 196 Height = 15 7196 Height = 151 197 197 Top = 7 198 Width = 4 81198 Width = 430 199 199 Anchors = [akTop, akLeft, akRight, akBottom] 200 200 Columns = < … … 234 234 Left = 0 235 235 Height = 32 236 Top = 2 84237 Width = 506236 Top = 269 237 Width = 457 238 238 Align = alBottom 239 239 BevelOuter = bvNone 240 240 ClientHeight = 32 241 ClientWidth = 506241 ClientWidth = 457 242 242 TabOrder = 2 243 243 object ButtonKill: TButton 244 Left = 344244 Left = 295 245 245 Height = 25 246 246 Top = 3 … … 252 252 end 253 253 object ButtonClose: TButton 254 Left = 432254 Left = 383 255 255 Height = 25 256 256 Top = 3 … … 263 263 object CheckBoxIgnore: TCheckBox 264 264 Left = 10 265 Height = 22266 Top = 3267 Width = 224265 Height = 17 266 Top = 8 267 Width = 169 268 268 Anchors = [akLeft, akBottom] 269 269 Caption = 'Next time ignore this exception' … … 271 271 end 272 272 object ButtonDetails: TButton 273 Left = 2 64273 Left = 215 274 274 Height = 25 275 275 Top = 3
Note:
See TracChangeset
for help on using the changeset viewer.