ec_controltimer.lfm 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. inherited ECControlTimerFrame: TECControlTimerFrame
  2. Left = 456
  3. Height = 287
  4. Top = 258
  5. Width = 399
  6. Caption = 'Control timer'
  7. ClientHeight = 287
  8. ClientWidth = 399
  9. inherited EcResultPanel: TPanel
  10. Height = 45
  11. Top = 242
  12. Width = 399
  13. ClientHeight = 45
  14. ClientWidth = 399
  15. inherited EcResultLineBevel: TBevel
  16. Width = 399
  17. end
  18. inherited EcOkBitBtn: TBitBtn
  19. Left = 252
  20. Height = 29
  21. Width = 58
  22. end
  23. inherited EcCancelBitBtn: TBitBtn
  24. Left = 314
  25. Height = 29
  26. Width = 82
  27. end
  28. end
  29. object OperationRadioGroup: TRadioGroup[1]
  30. Left = 8
  31. Height = 81
  32. Top = 8
  33. Width = 383
  34. Anchors = [akTop, akLeft, akRight]
  35. AutoFill = True
  36. Caption = 'Operation'
  37. ChildSizing.LeftRightSpacing = 6
  38. ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
  39. ChildSizing.EnlargeVertical = crsHomogenousChildResize
  40. ChildSizing.ShrinkHorizontal = crsScaleChilds
  41. ChildSizing.ShrinkVertical = crsScaleChilds
  42. ChildSizing.Layout = cclLeftToRightThenTopToBottom
  43. ChildSizing.ControlsPerLine = 1
  44. ClientHeight = 60
  45. ClientWidth = 379
  46. Items.Strings = (
  47. '(Start)'
  48. '(Stop)'
  49. )
  50. OnSelectionChanged = OperationRadioGroupSelectionChanged
  51. TabOrder = 1
  52. end
  53. object TimeGroupBox: TGroupBox[2]
  54. Left = 9
  55. Height = 63
  56. Top = 104
  57. Width = 382
  58. Anchors = [akTop, akLeft, akRight]
  59. AutoSize = True
  60. Caption = 'Time'
  61. ClientHeight = 42
  62. ClientWidth = 378
  63. TabOrder = 2
  64. object MinutesSpinEdit: TSpinEdit
  65. Left = 8
  66. Height = 23
  67. Top = 8
  68. Width = 96
  69. BorderSpacing.Left = 8
  70. BorderSpacing.Top = 8
  71. BorderSpacing.Bottom = 8
  72. MaxValue = 9999
  73. TabOrder = 0
  74. end
  75. object MinutesLabel: TLabel
  76. AnchorSideLeft.Control = MinutesSpinEdit
  77. AnchorSideLeft.Side = asrBottom
  78. AnchorSideTop.Control = MinutesSpinEdit
  79. AnchorSideTop.Side = asrCenter
  80. Left = 108
  81. Height = 17
  82. Top = 11
  83. Width = 29
  84. BorderSpacing.Left = 4
  85. Caption = 'min.'
  86. ParentColor = False
  87. end
  88. object SecondsSpinEdit: TSpinEdit
  89. AnchorSideLeft.Control = MinutesLabel
  90. AnchorSideLeft.Side = asrBottom
  91. Left = 145
  92. Height = 23
  93. Top = 8
  94. Width = 96
  95. BorderSpacing.Left = 8
  96. BorderSpacing.Top = 8
  97. BorderSpacing.Bottom = 8
  98. MaxValue = 9999
  99. TabOrder = 1
  100. end
  101. object SecondsLabel: TLabel
  102. AnchorSideLeft.Control = SecondsSpinEdit
  103. AnchorSideLeft.Side = asrBottom
  104. AnchorSideTop.Control = SecondsSpinEdit
  105. AnchorSideTop.Side = asrCenter
  106. Left = 245
  107. Height = 17
  108. Top = 11
  109. Width = 27
  110. BorderSpacing.Left = 4
  111. Caption = 'sec.'
  112. ParentColor = False
  113. end
  114. end
  115. end