/Gedemin/Tax/gdc_dlgTaxName_unit.dfm

http://gedemin.googlecode.com/ · Unknown · 147 lines · 147 code · 0 blank · 0 comment · 0 complexity · 6efee98dd78405423951fafd3f3e1cf3 MD5 · raw file

  1. inherited gdc_dlgTaxName: Tgdc_dlgTaxName
  2. Left = 338
  3. Top = 169
  4. HelpContext = 12
  5. BorderWidth = 5
  6. Caption = '????? ???????????'
  7. ClientHeight = 103
  8. ClientWidth = 377
  9. OnCreate = FormCreate
  10. PixelsPerInch = 96
  11. TextHeight = 13
  12. object Bevel1: TBevel [0]
  13. Left = 0
  14. Top = 74
  15. Width = 377
  16. Height = 2
  17. Align = alTop
  18. end
  19. inherited btnAccess: TButton
  20. Left = 0
  21. Top = 81
  22. Anchors = [akLeft, akBottom]
  23. TabOrder = 3
  24. end
  25. inherited btnNew: TButton
  26. Left = 72
  27. Top = 81
  28. Anchors = [akLeft, akBottom]
  29. TabOrder = 4
  30. end
  31. inherited btnOK: TButton
  32. Left = 237
  33. Top = 81
  34. Anchors = [akRight, akBottom]
  35. TabOrder = 1
  36. end
  37. inherited btnCancel: TButton
  38. Left = 309
  39. Top = 81
  40. Anchors = [akRight, akBottom]
  41. TabOrder = 2
  42. end
  43. inherited btnHelp: TButton
  44. Left = 144
  45. Top = 81
  46. Anchors = [akLeft, akBottom]
  47. TabOrder = 5
  48. end
  49. object Panel1: TPanel [6]
  50. Left = 0
  51. Top = 0
  52. Width = 377
  53. Height = 74
  54. Align = alTop
  55. Anchors = [akLeft, akTop, akRight, akBottom]
  56. BevelOuter = bvNone
  57. TabOrder = 0
  58. object lblTaxName: TLabel
  59. Left = 4
  60. Top = 5
  61. Width = 138
  62. Height = 13
  63. Caption = '???????????? ???.??????:'
  64. end
  65. object lAutoTransaction: TLabel
  66. Left = 4
  67. Top = 30
  68. Width = 131
  69. Height = 13
  70. Caption = '’??€????????€ ???????€:'
  71. end
  72. object Label3: TLabel
  73. Left = 4
  74. Top = 52
  75. Width = 67
  76. Height = 13
  77. Caption = '???? ??????:'
  78. end
  79. object dbeTaxName: TDBEdit
  80. Left = 156
  81. Top = 1
  82. Width = 220
  83. Height = 21
  84. DataField = 'name'
  85. DataSource = dsgdcBase
  86. TabOrder = 0
  87. end
  88. object iblAutoTransaction: TgsIBLookupComboBox
  89. Left = 156
  90. Top = 24
  91. Width = 220
  92. Height = 21
  93. HelpContext = 1
  94. Database = dmDatabase.ibdbGAdmin
  95. Transaction = IBTransaction
  96. DataSource = dsgdcBase
  97. DataField = 'TRANSACTIONKEY'
  98. ListTable = 'ac_transaction'
  99. ListField = 'name'
  100. KeyField = 'ID'
  101. gdClassName = 'TgdcAutoTransaction'
  102. ItemHeight = 13
  103. ParentShowHint = False
  104. ShowHint = True
  105. TabOrder = 1
  106. end
  107. object iblcAccountChart: TgsIBLookupComboBox
  108. Left = 156
  109. Top = 48
  110. Width = 220
  111. Height = 21
  112. HelpContext = 1
  113. Database = dmDatabase.ibdbGAdmin
  114. DataSource = dsgdcBase
  115. DataField = 'accountkey'
  116. ListTable = 'ac_account'
  117. ListField = 'alias'
  118. KeyField = 'ID'
  119. SortOrder = soAsc
  120. Condition =
  121. 'accounttype = '#39'C'#39' and EXISTS (SELECT * FROM ac_companyaccount c ' +
  122. 'WHERE c.accountkey = ac_account.id)'
  123. gdClassName = 'TgdcAcctChart'
  124. ItemHeight = 13
  125. ParentShowHint = False
  126. ShowHint = True
  127. TabOrder = 2
  128. end
  129. end
  130. inherited alBase: TActionList
  131. Left = 62
  132. Top = 65535
  133. end
  134. inherited dsgdcBase: TDataSource
  135. Left = 24
  136. Top = 65535
  137. end
  138. inherited pm_dlgG: TPopupMenu
  139. Left = 96
  140. Top = 0
  141. end
  142. object IBTransaction: TIBTransaction
  143. Active = False
  144. AutoStopAction = saNone
  145. Left = 128
  146. end
  147. end