/Gedemin/Tax/tax_frmAnalytics_unit.dfm

http://gedemin.googlecode.com/ · Unknown · 120 lines · 120 code · 0 blank · 0 comment · 0 complexity · 171beaf39d2f9994d8718fa11db25113 MD5 · raw file

  1. object frmAnalytics: TfrmAnalytics
  2. Left = 293
  3. Top = 219
  4. Width = 457
  5. Height = 386
  6. HelpContext = 16
  7. BorderIcons = [biSystemMenu, biMaximize, biHelp]
  8. BorderWidth = 5
  9. Caption = '????????????? ???????? ????????'
  10. Color = clBtnFace
  11. Constraints.MinHeight = 386
  12. Constraints.MinWidth = 457
  13. Font.Charset = DEFAULT_CHARSET
  14. Font.Color = clWindowText
  15. Font.Height = -11
  16. Font.Name = 'MS Sans Serif'
  17. Font.Style = []
  18. OldCreateOrder = False
  19. Position = poScreenCenter
  20. PixelsPerInch = 96
  21. TextHeight = 13
  22. object btnOk: TButton
  23. Left = 281
  24. Top = 328
  25. Width = 75
  26. Height = 21
  27. Action = actOk
  28. Anchors = [akRight, akBottom]
  29. Default = True
  30. ModalResult = 1
  31. TabOrder = 0
  32. end
  33. object btnCancel: TButton
  34. Left = 364
  35. Top = 328
  36. Width = 75
  37. Height = 21
  38. Action = actCancel
  39. Anchors = [akRight, akBottom]
  40. Cancel = True
  41. ModalResult = 2
  42. TabOrder = 1
  43. end
  44. object pnlMain: TPanel
  45. Left = 0
  46. Top = 0
  47. Width = 439
  48. Height = 323
  49. Align = alTop
  50. Anchors = [akLeft, akTop, akRight, akBottom]
  51. BevelOuter = bvNone
  52. TabOrder = 2
  53. object Panel3: TPanel
  54. Left = 0
  55. Top = 250
  56. Width = 439
  57. Height = 73
  58. Align = alBottom
  59. BevelOuter = bvLowered
  60. FullRepaint = False
  61. TabOrder = 0
  62. object mValue: TMemo
  63. Left = 1
  64. Top = 1
  65. Width = 437
  66. Height = 71
  67. Align = alClient
  68. BorderStyle = bsNone
  69. Color = clInfoBk
  70. ReadOnly = True
  71. TabOrder = 0
  72. end
  73. end
  74. object cbAnalyticName: TCheckBox
  75. Left = 0
  76. Top = 231
  77. Width = 145
  78. Height = 17
  79. Anchors = [akLeft, akBottom]
  80. Caption = '? ??????? ?????????'
  81. Checked = True
  82. State = cbChecked
  83. TabOrder = 1
  84. end
  85. inline frFixedAnalytics: TfrFixedAnalytics
  86. Width = 439
  87. Height = 224
  88. Align = alTop
  89. Anchors = [akLeft, akTop, akRight, akBottom]
  90. TabOrder = 2
  91. inherited Panel: TPanel
  92. Width = 439
  93. Height = 224
  94. inherited sbAnalytics: TScrollBox
  95. Width = 437
  96. Height = 222
  97. end
  98. end
  99. end
  100. end
  101. object ActionList: TActionList
  102. Left = 160
  103. Top = 224
  104. object actOk: TAction
  105. Caption = '&OK'
  106. ShortCut = 16397
  107. OnExecute = actOkExecute
  108. end
  109. object actCancel: TAction
  110. Caption = '??????'
  111. ShortCut = 27
  112. OnExecute = actCancelExecute
  113. end
  114. end
  115. object Timer1: TTimer
  116. OnTimer = Timer1Timer
  117. Left = 80
  118. Top = 192
  119. end
  120. end