/Gedemin/IBX/dlgRecordFetch_unit.dfm

http://gedemin.googlecode.com/ · Unknown · 55 lines · 55 code · 0 blank · 0 comment · 0 complexity · ad1d28456c97b1abd911c0f7d23439ed MD5 · raw file

  1. object dlgRecordFetch: TdlgRecordFetch
  2. Left = 454
  3. Top = 344
  4. BorderStyle = bsDialog
  5. Caption = '?????? ??????'
  6. ClientHeight = 58
  7. ClientWidth = 248
  8. Color = clBtnFace
  9. Font.Charset = RUSSIAN_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'Tahoma'
  13. Font.Style = []
  14. OldCreateOrder = True
  15. Position = poScreenCenter
  16. OnClose = FormClose
  17. PixelsPerInch = 96
  18. TextHeight = 13
  19. object lblCount: TLabel
  20. Left = 8
  21. Top = 15
  22. Width = 233
  23. Height = 13
  24. Alignment = taCenter
  25. AutoSize = False
  26. Caption = 'lblCount'
  27. Font.Charset = RUSSIAN_CHARSET
  28. Font.Color = clWindowText
  29. Font.Height = -11
  30. Font.Name = 'Tahoma'
  31. Font.Style = [fsBold]
  32. ParentFont = False
  33. end
  34. object Label1: TLabel
  35. Left = 8
  36. Top = 33
  37. Width = 233
  38. Height = 13
  39. Alignment = taCenter
  40. AutoSize = False
  41. Caption = '??????? ESC ????? ???????? ???????.'
  42. end
  43. object btnCancel: TButton
  44. Left = 80
  45. Top = 48
  46. Width = 75
  47. Height = 25
  48. Cancel = True
  49. Caption = '????????'
  50. Default = True
  51. TabOrder = 0
  52. Visible = False
  53. OnClick = btnCancelClick
  54. end
  55. end