ITSSELDAYF.dfm 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. object ITSSELDAY: TITSSELDAY
  2. Left = 0
  3. Top = 0
  4. BorderStyle = bsSizeToolWin
  5. Caption = #55092#51068#49440#53469
  6. ClientHeight = 111
  7. ClientWidth = 217
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -13
  12. Font.Name = #47569#51008' '#44256#46357
  13. Font.Style = []
  14. OldCreateOrder = False
  15. Position = poOwnerFormCenter
  16. ShowHint = True
  17. OnClose = FormClose
  18. DesignSize = (
  19. 217
  20. 111)
  21. PixelsPerInch = 96
  22. TextHeight = 17
  23. object GrpCaption: TcxGroupBox
  24. Left = 0
  25. Top = 0
  26. Align = alTop
  27. Caption = #9654' '#55092#51068#51012' '#49440#53469#54616#49464#50836'.'
  28. Style.TextStyle = [fsBold]
  29. TabOrder = 3
  30. Height = 69
  31. Width = 217
  32. end
  33. object BtnSelect: TcxButton
  34. Left = 25
  35. Top = 78
  36. Width = 80
  37. Height = 25
  38. Cursor = crHandPoint
  39. Hint = #49440#53469
  40. Anchors = [akTop, akRight]
  41. Caption = #49440#53469
  42. Colors.Default = 10737865
  43. TabOrder = 0
  44. Font.Charset = DEFAULT_CHARSET
  45. Font.Color = clBlack
  46. Font.Height = -13
  47. Font.Name = #47569#51008' '#44256#46357
  48. Font.Style = [fsBold]
  49. ParentFont = False
  50. OnClick = BtnSelectClick
  51. end
  52. object BtnCancel: TcxButton
  53. Left = 113
  54. Top = 78
  55. Width = 80
  56. Height = 25
  57. Cursor = crHandPoint
  58. Hint = #52712#49548
  59. Anchors = [akTop, akRight]
  60. Caption = #52712#49548
  61. Colors.Default = 10737865
  62. TabOrder = 1
  63. Font.Charset = DEFAULT_CHARSET
  64. Font.Color = clBlack
  65. Font.Height = -13
  66. Font.Name = #47569#51008' '#44256#46357
  67. Font.Style = [fsBold]
  68. ParentFont = False
  69. OnClick = BtnCancelClick
  70. end
  71. object cxDateEdit1: TcxDateEdit
  72. Left = 21
  73. Top = 36
  74. Cursor = crHandPoint
  75. EditValue = 0d
  76. Properties.Alignment.Horz = taCenter
  77. Properties.DateButtons = [btnClear, btnNow, btnToday]
  78. Properties.DateOnError = deToday
  79. Properties.ImmediatePost = True
  80. Properties.ShowTime = False
  81. Properties.WeekNumbers = True
  82. TabOrder = 2
  83. Width = 179
  84. end
  85. end