/Gedemin/Transaction/gdc_dlgAcctAccCard_unit.dfm

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

  1. inherited dlgAcctAccCardConfig: TdlgAcctAccCardConfig
  2. Left = 175
  3. Top = 144
  4. HelpContext = 162
  5. Caption = '???????????? ????? ?????'
  6. ClientHeight = 521
  7. OnDockDrop = FormDockDrop
  8. PixelsPerInch = 96
  9. TextHeight = 13
  10. inherited PageControl: TPageControl
  11. Height = 521
  12. inherited tsGeneral: TTabSheet
  13. inherited lAccounts: TLabel
  14. Top = 27
  15. end
  16. inherited frSum: TframeSum
  17. Top = 284
  18. TabOrder = 8
  19. end
  20. inherited frQuantity: TframeQuantity
  21. Top = 180
  22. TabOrder = 7
  23. end
  24. inherited cbAccounts: TComboBox
  25. Top = 23
  26. end
  27. inherited cbSubAccounts: TCheckBox
  28. Top = 45
  29. end
  30. inherited cbIncludeInternalMovement: TCheckBox
  31. Top = 60
  32. end
  33. object cbGroup: TCheckBox [8]
  34. Left = 0
  35. Top = 75
  36. Width = 97
  37. Height = 14
  38. Caption = '????????????'
  39. TabOrder = 5
  40. end
  41. inherited Button1: TButton
  42. Top = 23
  43. end
  44. object gbCorrAccounts: TGroupBox [10]
  45. Left = 0
  46. Top = 90
  47. Width = 337
  48. Height = 89
  49. Caption = ' ???????? '
  50. TabOrder = 6
  51. object Label1: TLabel
  52. Left = 8
  53. Top = 16
  54. Width = 52
  55. Height = 13
  56. Caption = '????????:'
  57. end
  58. object cbCorrAccounts: TComboBox
  59. Left = 88
  60. Top = 12
  61. Width = 222
  62. Height = 21
  63. ItemHeight = 13
  64. TabOrder = 0
  65. OnChange = cbCorrAccountsChange
  66. end
  67. object Button2: TButton
  68. Left = 309
  69. Top = 12
  70. Width = 21
  71. Height = 21
  72. Action = actCorrAccounts
  73. TabOrder = 1
  74. end
  75. object cbCorrSubAccounts: TCheckBox
  76. Left = 8
  77. Top = 70
  78. Width = 121
  79. Height = 14
  80. Caption = '???????? ????????'
  81. TabOrder = 4
  82. OnClick = cbCorrSubAccountsClick
  83. end
  84. object rbDebit: TRadioButton
  85. Left = 17
  86. Top = 35
  87. Width = 113
  88. Height = 14
  89. Caption = '?????'
  90. TabOrder = 2
  91. end
  92. object rbCredit: TRadioButton
  93. Left = 17
  94. Top = 52
  95. Width = 113
  96. Height = 14
  97. Caption = '??????'
  98. TabOrder = 3
  99. end
  100. end
  101. inherited GroupBox1: TGroupBox
  102. Top = 391
  103. TabOrder = 9
  104. end
  105. end
  106. inherited tsAnalytics: TTabSheet
  107. inherited frAnalytics: TframeAnalyticValue
  108. Height = 487
  109. inherited sbAnaliseLines: TScrollBox
  110. Height = 487
  111. end
  112. end
  113. end
  114. end
  115. inherited alBase: TActionList
  116. object actCorrAccounts: TAction
  117. Caption = '...'
  118. OnExecute = actCorrAccountsExecute
  119. end
  120. end
  121. inherited dsgdcBase: TDataSource
  122. Left = 104
  123. Top = 279
  124. end
  125. end