ReplaceQuerry.dfm 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. object frmReplaceQuerry: TfrmReplaceQuerry
  2. Left = 413
  3. Top = 261
  4. BorderStyle = bsDialog
  5. Caption = 'Replace?'
  6. ClientHeight = 95
  7. ClientWidth = 329
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'MS Sans Serif'
  13. Font.Style = []
  14. FormStyle = fsStayOnTop
  15. OldCreateOrder = False
  16. PixelsPerInch = 96
  17. TextHeight = 13
  18. object lblConfirmation: TLabel
  19. Left = 60
  20. Top = 12
  21. Width = 261
  22. Height = 44
  23. AutoSize = False
  24. WordWrap = True
  25. end
  26. object imgIcon: TImage
  27. Left = 16
  28. Top = 16
  29. Width = 32
  30. Height = 32
  31. end
  32. object btnReplace: TButton
  33. Left = 8
  34. Top = 67
  35. Width = 75
  36. Height = 23
  37. Caption = '&Yes'
  38. Default = True
  39. ModalResult = 6
  40. TabOrder = 0
  41. end
  42. object btnSkip: TButton
  43. Left = 87
  44. Top = 67
  45. Width = 75
  46. Height = 23
  47. Caption = '&No'
  48. ModalResult = 7
  49. TabOrder = 1
  50. end
  51. object btnCancel: TButton
  52. Left = 166
  53. Top = 67
  54. Width = 75
  55. Height = 23
  56. Cancel = True
  57. Caption = 'Cancel'
  58. ModalResult = 2
  59. TabOrder = 2
  60. end
  61. object btnReplaceAll: TButton
  62. Left = 245
  63. Top = 67
  64. Width = 75
  65. Height = 23
  66. Caption = 'Yes to &All'
  67. ModalResult = 10
  68. TabOrder = 3
  69. end
  70. end