Ignore:
Timestamp:
Nov 15, 2011, 8:46:43 AM (13 years ago)
Author:
george
Message:
  • Moved: Units UPool and UResetableThread moved from CoolWeb to Common. Both units redone to more abstract reprezentation.
  • Added: New Port property in class TSqlDatabase.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ExceptionLogger/UExceptionForm.lfm

    r281 r295  
    11object ExceptionForm: TExceptionForm
    22  Left = 331
    3   Height = 316
     3  Height = 301
    44  Top = 184
    5   Width = 506
     5  Width = 457
    66  Caption = 'Exception info'
    7   ClientHeight = 316
    8   ClientWidth = 506
     7  ClientHeight = 301
     8  ClientWidth = 457
    99  OnCreate = FormCreate
    1010  OnDestroy = FormDestroy
     
    1616    Height = 80
    1717    Top = 0
    18     Width = 506
     18    Width = 457
    1919    Align = alTop
    2020    BevelOuter = bvNone
    2121    ClientHeight = 80
    22     ClientWidth = 506
     22    ClientWidth = 457
    2323    TabOrder = 0
    2424    object Image1: TImage
     
    135135    object Label1: TLabel
    136136      Left = 69
    137       Height = 18
     137      Height = 14
    138138      Top = 8
    139       Width = 260
     139      Width = 196
    140140      Caption = 'Error occured during program execution:'
    141141      ParentColor = False
     
    145145      Height = 46
    146146      Top = 24
    147       Width = 296
    148       Anchors = [akTop, akLeft, akBottom]
     147      Width = 370
     148      Anchors = [akTop, akLeft, akRight, akBottom]
    149149      AutoSize = False
    150150      Caption = '   '
     
    155155  object PanelDescription: TPanel
    156156    Left = 0
    157     Height = 204
     157    Height = 189
    158158    Top = 80
    159     Width = 506
     159    Width = 457
    160160    Align = alClient
    161161    BevelOuter = bvNone
    162     ClientHeight = 204
    163     ClientWidth = 506
     162    ClientHeight = 189
     163    ClientWidth = 457
    164164    TabOrder = 1
    165165    object PageControl1: TPageControl
    166166      Left = 8
    167       Height = 202
     167      Height = 187
    168168      Top = 0
    169       Width = 493
     169      Width = 444
    170170      ActivePage = TabSheet2
    171171      Anchors = [akTop, akLeft, akRight, akBottom]
     
    190190      object TabSheet2: TTabSheet
    191191        Caption = 'Call stack'
    192         ClientHeight = 167
    193         ClientWidth = 487
     192        ClientHeight = 161
     193        ClientWidth = 436
    194194        object ListView1: TListView
    195195          Left = 4
    196           Height = 157
     196          Height = 151
    197197          Top = 7
    198           Width = 481
     198          Width = 430
    199199          Anchors = [akTop, akLeft, akRight, akBottom]
    200200          Columns = <         
     
    234234    Left = 0
    235235    Height = 32
    236     Top = 284
    237     Width = 506
     236    Top = 269
     237    Width = 457
    238238    Align = alBottom
    239239    BevelOuter = bvNone
    240240    ClientHeight = 32
    241     ClientWidth = 506
     241    ClientWidth = 457
    242242    TabOrder = 2
    243243    object ButtonKill: TButton
    244       Left = 344
     244      Left = 295
    245245      Height = 25
    246246      Top = 3
     
    252252    end
    253253    object ButtonClose: TButton
    254       Left = 432
     254      Left = 383
    255255      Height = 25
    256256      Top = 3
     
    263263    object CheckBoxIgnore: TCheckBox
    264264      Left = 10
    265       Height = 22
    266       Top = 3
    267       Width = 224
     265      Height = 17
     266      Top = 8
     267      Width = 169
    268268      Anchors = [akLeft, akBottom]
    269269      Caption = 'Next time ignore this exception'
     
    271271    end
    272272    object ButtonDetails: TButton
    273       Left = 264
     273      Left = 215
    274274      Height = 25
    275275      Top = 3
Note: See TracChangeset for help on using the changeset viewer.