home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 October
/
PCWorld_1999-10_cd2.bin
/
Supreme
/
_SETUP.1
/
Contact.exe
/
0
/
RCDATA
/
TDBENGINEERRORDLG
/
TDBENGINEERRORDLG.txt
Wrap
Text File
|
1999-09-06
|
3KB
|
152 lines
object DbEngineErrorDlg: TDbEngineErrorDlg
Left = 245
Top = 189
ActiveControl = OKBtn
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
ClientHeight = 228
ClientWidth = 380
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = True
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object BasicPanel: TPanel
Left = 0
Top = 0
Width = 288
Height = 83
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object ErrorText: TLabel
Left = 49
Top = 10
Width = 231
Height = 63
Align = alClient
WordWrap = True
end
object IconPanel: TPanel
Left = 0
Top = 10
Width = 49
Height = 63
Align = alLeft
BevelOuter = bvNone
TabOrder = 0
object IconImage: TImage
Left = 6
Top = 1
Width = 34
Height = 34
end
end
object TopPanel: TPanel
Left = 0
Top = 0
Width = 288
Height = 10
Align = alTop
BevelOuter = bvNone
TabOrder = 1
end
object RightPanel: TPanel
Left = 280
Top = 10
Width = 8
Height = 63
Align = alRight
BevelOuter = bvNone
TabOrder = 2
end
object Panel1: TPanel
Left = 0
Top = 73
Width = 288
Height = 10
Align = alBottom
BevelOuter = bvNone
TabOrder = 3
end
end
object DetailsPanel: TPanel
Left = 0
Top = 83
Width = 380
Height = 145
Align = alBottom
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 2
object ErrorsList: TListView
Left = 8
Top = 8
Width = 365
Height = 129
Columns = <
item
Caption = 'Chyba BDE'
Width = -2
WidthType = (
-2)
end
item
Caption = 'Chyba serveru'
Width = -2
WidthType = (
-2)
end
item
Caption = 'Popis'
Width = -1
WidthType = (
-1)
end>
ColumnClick = False
HotTrackStyles = []
TabOrder = 0
ViewStyle = vsReport
end
end
object ButtonPanel: TPanel
Left = 288
Top = 0
Width = 92
Height = 83
Align = alRight
BevelOuter = bvNone
TabOrder = 1
object DetailsBtn: TButton
Left = 7
Top = 45
Width = 79
Height = 25
Caption = 'Detaily >>'
TabOrder = 1
OnClick = DetailsBtnClick
end
object OKBtn: TButton
Left = 7
Top = 12
Width = 79
Height = 25
Cancel = True
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
end
end