Ignore:
Timestamp:
Apr 3, 2012, 7:36:23 AM (12 years ago)
Author:
chronos
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ExceptionLogger/UExceptionForm.lfm

    r295 r343  
    11object ExceptionForm: TExceptionForm
    2   Left = 331
    3   Height = 301
    4   Top = 184
     2  Left = 342
     3  Height = 299
     4  Top = 202
    55  Width = 457
    66  Caption = 'Exception info'
    7   ClientHeight = 301
     7  ClientHeight = 299
    88  ClientWidth = 457
    99  OnCreate = FormCreate
     
    155155  object PanelDescription: TPanel
    156156    Left = 0
    157     Height = 189
     157    Height = 187
    158158    Top = 80
    159159    Width = 457
    160160    Align = alClient
    161161    BevelOuter = bvNone
    162     ClientHeight = 189
     162    ClientHeight = 187
    163163    ClientWidth = 457
    164164    TabOrder = 1
    165165    object PageControl1: TPageControl
    166166      Left = 8
    167       Height = 187
     167      Height = 185
    168168      Top = 0
    169169      Width = 444
     
    190190      object TabSheet2: TTabSheet
    191191        Caption = 'Call stack'
    192         ClientHeight = 161
     192        ClientHeight = 159
    193193        ClientWidth = 436
    194194        object ListView1: TListView
    195195          Left = 4
    196           Height = 151
     196          Height = 149
    197197          Top = 7
    198198          Width = 430
     
    234234    Left = 0
    235235    Height = 32
    236     Top = 269
     236    Top = 267
    237237    Width = 457
    238238    Align = alBottom
     
    242242    TabOrder = 2
    243243    object ButtonKill: TButton
    244       Left = 295
     244      Left = 280
    245245      Height = 25
    246246      Top = 3
    247       Width = 83
     247      Width = 91
    248248      Anchors = [akRight, akBottom]
    249       Caption = 'Terminate'
     249      Caption = 'Exit program'
    250250      OnClick = ButtonKillClick
    251251      TabOrder = 0
    252252    end
    253253    object ButtonClose: TButton
    254       Left = 383
     254      Left = 376
    255255      Height = 25
    256256      Top = 3
    257       Width = 67
     257      Width = 74
    258258      Anchors = [akRight, akBottom]
    259       Caption = 'Close'
     259      Caption = 'Continue'
    260260      OnClick = ButtonCloseClick
    261261      TabOrder = 1
     
    271271    end
    272272    object ButtonDetails: TButton
    273       Left = 215
     273      Left = 200
    274274      Height = 25
    275275      Top = 3
Note: See TracChangeset for help on using the changeset viewer.