home *** CD-ROM | disk | FTP | other *** search
- object DlgOvrCfm: TDlgOvrCfm
- Left = 418
- Top = 83
- BorderStyle = bsDialog
- Caption = 'ȷ��'
- ClientHeight = 160
- ClientWidth = 401
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'System'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 16
- object LabCfm: TLabel
- Left = 68
- Top = 16
- Width = 325
- Height = 79
- AutoSize = False
- WordWrap = True
- end
- object ImageIcon: TImage
- Left = 12
- Top = 10
- Width = 32
- Height = 32
- Picture.Data = {<image000.ico>}
- end
- object BtnYes: TButton
- Tag = 8002
- Left = 72
- Top = 100
- Width = 100
- Height = 22
- Caption = '��(&Y)'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = BtnYesClick
- end
- object BtnRename: TButton
- Tag = 8006
- Left = 295
- Top = 100
- Width = 100
- Height = 22
- Caption = '����(&R)'
- ModalResult = 1
- TabOrder = 2
- OnClick = BtnRenameClick
- end
- object BtnOverwrite: TButton
- Tag = 8007
- Left = 72
- Top = 130
- Width = 100
- Height = 22
- Caption = 'ȫ������(&A)'
- ModalResult = 1
- TabOrder = 3
- OnClick = BtnOverwriteClick
- end
- object btnCancel: TButton
- Tag = 8001
- Left = 295
- Top = 130
- Width = 100
- Height = 22
- Caption = 'ȡ��'
- ModalResult = 2
- TabOrder = 5
- OnClick = btnCancelClick
- end
- object BtnNo: TButton
- Tag = 8003
- Left = 187
- Top = 100
- Width = 100
- Height = 22
- Caption = '��(&N)'
- ModalResult = 2
- TabOrder = 1
- OnClick = BtnNoClick
- end
- object BtnNAOW: TButton
- Tag = 8008
- Left = 187
- Top = 130
- Width = 100
- Height = 22
- Caption = '��������(&E)'
- ModalResult = 2
- TabOrder = 4
- OnClick = BtnNAOWClick
- end
- end
-