home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 October
/
PCWorld_2000-10_cd2.bin
/
Borland
/
interbase
/
IBConsole_src.ZIP
/
ibconsole
/
frmuDBShutdown.dfm
/
frmuDBShutdown.txt
Wrap
Text File
|
2000-06-08
|
2KB
|
118 lines
object frmDBShutdown: TfrmDBShutdown
Left = 686
Top = 339
HelpContext = 1
BorderIcons = [biSystemMenu, biHelp]
BorderStyle = bsSingle
Caption = 'Database Shutdown'
ClientHeight = 188
ClientWidth = 414
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
HelpFile = 'IBConsole.hlp'
OldCreateOrder = False
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
OnHelp = FormHelp
PixelsPerInch = 96
TextHeight = 13
object bvlLine1: TBevel
Left = 15
Top = 41
Width = 385
Height = 8
Shape = bsTopLine
end
object lblDatabaseName: TLabel
Left = 15
Top = 15
Width = 67
Height = 16
AutoSize = False
Caption = 'Database:'
end
object lblOptions: TLabel
Left = 15
Top = 59
Width = 75
Height = 16
AutoSize = False
Caption = 'O&ptions:'
FocusControl = sgOptions
end
object stxDatabaseName: TLabel
Left = 88
Top = 14
Width = 87
Height = 13
Caption = 'stxDatabaseName'
end
object sgOptions: TStringGrid
Left = 15
Top = 81
Width = 385
Height = 61
TabStop = False
Color = clSilver
ColCount = 2
DefaultColWidth = 90
DefaultRowHeight = 21
FixedCols = 0
RowCount = 2
FixedRows = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing]
ScrollBars = ssNone
TabOrder = 0
OnDrawCell = sgOptionsDrawCell
OnSelectCell = sgOptionsSelectCell
ColWidths = (
195
184)
end
object btnOK: TButton
Left = 245
Top = 152
Width = 75
Height = 25
Caption = '&OK'
Default = True
TabOrder = 1
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 326
Top = 152
Width = 75
Height = 25
Caption = '&Cancel'
TabOrder = 2
OnClick = btnCancelClick
end
object pnlOptionName: TPanel
Left = 16
Top = 82
Width = 195
Height = 22
Alignment = taLeftJustify
BevelInner = bvLowered
BevelOuter = bvLowered
TabOrder = 3
end
object cbOptions: TComboBox
Left = 212
Top = 81
Width = 185
Height = 21
ItemHeight = 13
TabOrder = 4
OnDblClick = cbOptionsDblClick
OnExit = cbOptionsExit
OnKeyDown = cbOptionsKeyDown
end
end