Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. object btnEndSession: TButton
  2. Left = 19
  3. Top = 12
  4. Width = 75
  5. Height = 25
  6. Caption = 'End session'
  7. TabOrder = 2
  8. OnClick = btnEndSessionClick
  9. end
  10. object btnEndDay: TButton
  11. Left = 96
  12. Top = 12
  13. Width = 75
  14. Height = 25
  15. Caption = 'End day'
  16. TabOrder = 3
  17. OnClick = btnEndDayClick
  18. end
  19. object rseTestOversRemainingManualBias: TRxSpinEdit
  20. Left = 83
  21. Top = 71
  22. Width = 45
  23. Height = 21
  24. MaxValue = 100.000000000000000000
  25. MinValue = -100.000000000000000000
  26. OnBottomClick = rseTestOversRemainingManualBiasBottomClick
  27. OnTopClick = rseTestOversRemainingManualBiasTopClick
  28. TabOrder = 4
  29. end
  30.  
  31. object lblTestInningsExpectedOvers: TLabel
  32. Left = 19
  33. Top = 100
  34. Width = 7
  35. Height = 13
  36. Caption = '_'
  37. end
  38.  
  39. object rseTestOverTotal: TRxSpinEdit
  40. Left = 466
  41. Top = 496
  42. Width = 75
  43. Height = 22
  44. Alignment = taCenter
  45. Increment = 0.500000000000000000
  46. MaxValue = 50.000000000000000000
  47. MinValue = 0.500000000000000000
  48. ValueType = vtFloat
  49. Value = 2.000000000000000000
  50. Font.Charset = RUSSIAN_CHARSET
  51. Font.Color = clBlack
  52. Font.Height = -11
  53. Font.Name = 'Courier New'
  54. Font.Style = [fsBold]
  55. ParentFont = False
  56. TabOrder = 121
  57. end
  58.  
  59. object rseTestOverTotalUnderCoef: TRxSpinEditCoef
  60. Left = 466
  61. Top = 517
  62. Width = 75
  63. Height = 21
  64. Font.Charset = RUSSIAN_CHARSET
  65. Font.Color = clBlack
  66. Font.Height = -11
  67. Font.Name = 'Courier New'
  68. Font.Style = [fsBold]
  69. MinValue = 1.000000000000000000
  70. MaxValue = 255.000000000000000000
  71. OnBottomButton = rseTestOverTotalUnderCoefBottomButton
  72. OnTopButton = rseTestOverTotalUnderCoefTopButton
  73. RightBtnWidth = 5
  74. RightBottonVisible = False
  75. TabOrder = 122
  76. Value = 1.900000000000000000
  77. end
  78.  
  79. object btnSetTestOverTotal: TButton
  80. Left = 464
  81. Top = 537
  82. Width = 77
  83. Height = 25
  84. Caption = 'Set'
  85. TabOrder = 123
  86. OnClick = btnSetTestOverTotalClick
  87. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement