/Gedemin/Transaction/gdc_dlgAcctAccReview_unit.dfm

http://gedemin.googlecode.com/ · Unknown · 127 lines · 127 code · 0 blank · 0 comment · 0 complexity · 1b689bd1f0642007d9b19f503b3e2e53 MD5 · raw file

  1. inherited dlgAcctAccReviewConfig: TdlgAcctAccReviewConfig
  2. Left = 256
  3. Top = 175
  4. Caption = '???????????? ??????? ?????'
  5. ClientHeight = 460
  6. OnDockDrop = FormDockDrop
  7. PixelsPerInch = 96
  8. TextHeight = 13
  9. inherited PageControl: TPageControl
  10. Height = 460
  11. inherited tsGeneral: TTabSheet
  12. inherited frSum: TframeSum
  13. Top = 236
  14. end
  15. inherited frQuantity: TframeQuantity
  16. Top = 133
  17. end
  18. inherited dbeName: TDBEdit
  19. Width = 433
  20. end
  21. inherited cbAccounts: TComboBox
  22. Width = 411
  23. end
  24. inherited cbIncludeInternalMovement: TCheckBox
  25. Left = 152
  26. Top = 48
  27. Width = 193
  28. end
  29. inherited Button1: TButton
  30. Left = 500
  31. end
  32. inherited GroupBox1: TGroupBox
  33. Top = 343
  34. Height = 83
  35. inherited lShowInFolder: TLabel
  36. Top = 34
  37. end
  38. inherited lImage: TLabel
  39. Top = 58
  40. end
  41. inherited dbcShowInExplorer: TDBCheckBox
  42. Top = 14
  43. end
  44. inherited iblFolder: TgsIBLookupComboBox
  45. Top = 30
  46. end
  47. inherited cbImage: TDBComboBox
  48. Top = 53
  49. end
  50. inherited cbExtendedFields: TCheckBox
  51. Left = 352
  52. Top = 38
  53. Width = 129
  54. Visible = False
  55. end
  56. end
  57. object cbShowCorrSubAccounts: TCheckBox
  58. Left = 0
  59. Top = 61
  60. Width = 185
  61. Height = 17
  62. Caption = '??????????????? ? ??????????'
  63. TabOrder = 8
  64. end
  65. object gbCorrAccounts: TGroupBox
  66. Left = 0
  67. Top = 78
  68. Width = 522
  69. Height = 55
  70. Align = alBottom
  71. Caption = ' ???????? '
  72. TabOrder = 9
  73. object Label1: TLabel
  74. Left = 8
  75. Top = 16
  76. Width = 52
  77. Height = 13
  78. Caption = '????????:'
  79. end
  80. object cbCorrAccounts: TComboBox
  81. Left = 88
  82. Top = 12
  83. Width = 404
  84. Height = 21
  85. ItemHeight = 13
  86. TabOrder = 0
  87. OnChange = cbCorrAccountsChange
  88. end
  89. object btnCorrAccounts: TButton
  90. Left = 494
  91. Top = 12
  92. Width = 21
  93. Height = 21
  94. Caption = '...'
  95. TabOrder = 1
  96. OnClick = btnCorrAccountsClick
  97. end
  98. object rbDebit: TRadioButton
  99. Left = 20
  100. Top = 35
  101. Width = 77
  102. Height = 14
  103. Caption = '?????'
  104. TabOrder = 2
  105. end
  106. object rbCredit: TRadioButton
  107. Left = 100
  108. Top = 36
  109. Width = 113
  110. Height = 14
  111. Caption = '??????'
  112. TabOrder = 3
  113. end
  114. end
  115. end
  116. inherited tsAnalytics: TTabSheet
  117. inherited frAnalytics: TframeAnalyticValue
  118. Width = 522
  119. Height = 451
  120. inherited sbAnaliseLines: TScrollBox
  121. Width = 522
  122. Height = 451
  123. end
  124. end
  125. end
  126. end
  127. end