object ShutdownReqDlg: TShutdownReqDlg Left = 2067 Height = 198 Top = 353 Width = 425 BorderStyle = bsDialog Caption = 'Database Shutdown' ClientHeight = 198 ClientWidth = 425 OnShow = FormShow Position = poMainFormCenter LCLVersion = '1.8.1.0' object Bevel1: TBevel Left = 8 Height = 176 Top = 8 Width = 328 Shape = bsFrame end object Label1: TLabel Left = 24 Height = 14 Top = 24 Width = 95 Caption = 'Database Name' ParentColor = False end object Label2: TLabel Left = 24 Height = 14 Top = 152 Width = 119 Caption = '&Delay Shutdown for' FocusControl = Delay ParentColor = False end object Label3: TLabel Left = 208 Height = 14 Top = 152 Width = 51 Caption = 'Seconds' ParentColor = False end object OKBtn: TButton Left = 344 Height = 28 Top = 8 Width = 75 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 344 Height = 28 Top = 40 Width = 75 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object DatabaseName: TEdit Left = 24 Height = 24 Top = 40 Width = 296 TabOrder = 2 Text = 'DatabaseName' end object ShutdownOptions: TRadioGroup Left = 24 Height = 65 Top = 72 Width = 304 AutoFill = True Caption = 'Options' ChildSizing.LeftRightSpacing = 6 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize ChildSizing.EnlargeVertical = crsHomogenousChildResize ChildSizing.ShrinkHorizontal = crsScaleChilds ChildSizing.ShrinkVertical = crsScaleChilds ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.ControlsPerLine = 2 ClientHeight = 50 ClientWidth = 302 Columns = 2 ItemIndex = 0 Items.Strings = ( '&Forced ' 'Deny &Transactions ' 'Deny &Attachments ' ) TabOrder = 3 end object Delay: TEdit Left = 152 Height = 24 Top = 148 Width = 49 NumbersOnly = True TabOrder = 4 Text = 'Delay' end end