Changeset 343 for ExceptionLogger/UExceptionForm.lfm
- Timestamp:
- Apr 3, 2012, 7:36:23 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ExceptionLogger/UExceptionForm.lfm
r295 r343 1 1 object ExceptionForm: TExceptionForm 2 Left = 3 313 Height = 3014 Top = 1842 Left = 342 3 Height = 299 4 Top = 202 5 5 Width = 457 6 6 Caption = 'Exception info' 7 ClientHeight = 3017 ClientHeight = 299 8 8 ClientWidth = 457 9 9 OnCreate = FormCreate … … 155 155 object PanelDescription: TPanel 156 156 Left = 0 157 Height = 18 9157 Height = 187 158 158 Top = 80 159 159 Width = 457 160 160 Align = alClient 161 161 BevelOuter = bvNone 162 ClientHeight = 18 9162 ClientHeight = 187 163 163 ClientWidth = 457 164 164 TabOrder = 1 165 165 object PageControl1: TPageControl 166 166 Left = 8 167 Height = 18 7167 Height = 185 168 168 Top = 0 169 169 Width = 444 … … 190 190 object TabSheet2: TTabSheet 191 191 Caption = 'Call stack' 192 ClientHeight = 1 61192 ClientHeight = 159 193 193 ClientWidth = 436 194 194 object ListView1: TListView 195 195 Left = 4 196 Height = 1 51196 Height = 149 197 197 Top = 7 198 198 Width = 430 … … 234 234 Left = 0 235 235 Height = 32 236 Top = 26 9236 Top = 267 237 237 Width = 457 238 238 Align = alBottom … … 242 242 TabOrder = 2 243 243 object ButtonKill: TButton 244 Left = 2 95244 Left = 280 245 245 Height = 25 246 246 Top = 3 247 Width = 83247 Width = 91 248 248 Anchors = [akRight, akBottom] 249 Caption = ' Terminate'249 Caption = 'Exit program' 250 250 OnClick = ButtonKillClick 251 251 TabOrder = 0 252 252 end 253 253 object ButtonClose: TButton 254 Left = 3 83254 Left = 376 255 255 Height = 25 256 256 Top = 3 257 Width = 67257 Width = 74 258 258 Anchors = [akRight, akBottom] 259 Caption = 'C lose'259 Caption = 'Continue' 260 260 OnClick = ButtonCloseClick 261 261 TabOrder = 1 … … 271 271 end 272 272 object ButtonDetails: TButton 273 Left = 2 15273 Left = 200 274 274 Height = 25 275 275 Top = 3
Note:
See TracChangeset
for help on using the changeset viewer.