home *** CD-ROM | disk | FTP | other *** search
- object OkDlg: TOkDlg
- Left = 353
- Top = 214
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Dialog'
- ClientHeight = 199
- ClientWidth = 361
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnActivate = FormActivate
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object QLabel: TLabel
- Left = 58
- Top = 18
- Width = 71
- Height = 13
- Caption = 'Confirmation'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object Icon: TImage
- Left = 2
- Top = 18
- Width = 53
- Height = 60
- AutoSize = True
- end
- object QFlash: TLabel
- Left = 2
- Top = 130
- Width = 31
- Height = 13
- Caption = 'Flash'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- WordWrap = True
- end
- object BOk: TButton
- Left = 136
- Top = 160
- Width = 75
- Height = 25
- Caption = 'OK'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 0
- end
- object BCancel: TButton
- Left = 240
- Top = 160
- Width = 75
- Height = 25
- Caption = 'Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 1
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 500
- OnTimer = Timer1Timer
- Left = 24
- Top = 152
- end
- end
-