/Gedemin/Transaction/gdv_frmCalculateBalance.dfm

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

  1. object frmCalculateBalance: TfrmCalculateBalance
  2. Left = 448
  3. Top = 209
  4. BorderStyle = bsDialog
  5. Caption = '??????? ?? ????? ?????'
  6. ClientHeight = 358
  7. ClientWidth = 408
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'Tahoma'
  13. Font.Style = []
  14. OldCreateOrder = False
  15. Position = poScreenCenter
  16. OnCloseQuery = FormCloseQuery
  17. OnCreate = FormCreate
  18. OnDestroy = FormDestroy
  19. OnShow = FormShow
  20. PixelsPerInch = 96
  21. TextHeight = 13
  22. object pnlMain: TPanel
  23. Left = 0
  24. Top = 0
  25. Width = 408
  26. Height = 358
  27. Align = alClient
  28. BevelOuter = bvNone
  29. TabOrder = 0
  30. object lblPreviousDate: TLabel
  31. Left = 7
  32. Top = 10
  33. Width = 149
  34. Height = 13
  35. Caption = '???? ??????????? ???????:'
  36. end
  37. object lblPreviousDontBalanceAnalytic: TLabel
  38. Left = 7
  39. Top = 34
  40. Width = 144
  41. Height = 13
  42. Caption = '?? ??????????? ?????????:'
  43. end
  44. object gbMain: TGroupBox
  45. Left = 7
  46. Top = 53
  47. Width = 395
  48. Height = 273
  49. Anchors = [akLeft, akTop, akRight, akBottom]
  50. Caption = ' ????????? ??????? ?????? '
  51. TabOrder = 2
  52. object lblCurrentDate: TLabel
  53. Left = 10
  54. Top = 20
  55. Width = 105
  56. Height = 13
  57. Caption = '?????????? ?? ????:'
  58. end
  59. object lblDontBalanceAnalytic: TLabel
  60. Left = 10
  61. Top = 44
  62. Width = 133
  63. Height = 13
  64. Caption = '?? ????????? ?????????:'
  65. end
  66. object xdeCurrentDate: TxDateEdit
  67. Left = 152
  68. Top = 16
  69. Width = 86
  70. Height = 21
  71. Kind = kDate
  72. Color = 11141119
  73. EditMask = '!99\.99\.9999;1;_'
  74. MaxLength = 10
  75. TabOrder = 0
  76. Text = '21.10.2008'
  77. end
  78. object pbMain: TProgressBar
  79. Left = 10
  80. Top = 93
  81. Width = 375
  82. Height = 17
  83. Anchors = [akLeft, akTop, akRight]
  84. Min = 0
  85. Max = 100
  86. Smooth = True
  87. Step = 1
  88. TabOrder = 4
  89. end
  90. object btnCalculate: TButton
  91. Left = 300
  92. Top = 66
  93. Width = 86
  94. Height = 21
  95. Action = actCalculate
  96. Anchors = [akTop, akRight]
  97. TabOrder = 3
  98. end
  99. object mProgress: TMemo
  100. Left = 10
  101. Top = 115
  102. Width = 375
  103. Height = 148
  104. Anchors = [akLeft, akTop, akRight, akBottom]
  105. Color = clBtnFace
  106. ReadOnly = True
  107. ScrollBars = ssVertical
  108. TabOrder = 5
  109. end
  110. object eDontBalanceAnalytic: TEdit
  111. Left = 152
  112. Top = 40
  113. Width = 213
  114. Height = 21
  115. TabOrder = 1
  116. Text = 'ePreviousDontBalanceAnalytic'
  117. end
  118. object TBToolbar1: TTBToolbar
  119. Left = 364
  120. Top = 39
  121. Width = 23
  122. Height = 22
  123. Caption = 'TBToolbar1'
  124. TabOrder = 2
  125. object TBItem1: TTBItem
  126. Action = actTestAnalyticList
  127. Images = dmImages.il16x16
  128. end
  129. end
  130. end
  131. object btnClose: TButton
  132. Left = 326
  133. Top = 332
  134. Width = 75
  135. Height = 21
  136. Action = actClose
  137. Anchors = [akRight, akBottom]
  138. Cancel = True
  139. Default = True
  140. TabOrder = 3
  141. end
  142. object xdePreviousDate: TxDateEdit
  143. Left = 160
  144. Top = 6
  145. Width = 86
  146. Height = 21
  147. Kind = kDate
  148. Color = clBtnFace
  149. EditMask = '!99\.99\.9999;1;_'
  150. MaxLength = 10
  151. ReadOnly = True
  152. TabOrder = 0
  153. Text = '21.10.2008'
  154. end
  155. object ePreviousDontBalanceAnalytic: TEdit
  156. Left = 160
  157. Top = 30
  158. Width = 241
  159. Height = 21
  160. Anchors = [akLeft, akTop, akRight]
  161. Color = clBtnFace
  162. ReadOnly = True
  163. TabOrder = 1
  164. Text = 'ePreviousDontBalanceAnalytic'
  165. end
  166. end
  167. object alMain: TActionList
  168. Images = dmImages.il16x16
  169. Left = 71
  170. Top = 118
  171. object actClose: TAction
  172. Caption = '???????'
  173. OnExecute = actCloseExecute
  174. end
  175. object actCalculate: TAction
  176. Caption = '??????????'
  177. OnExecute = actCalculateExecute
  178. end
  179. object actTestAnalyticList: TAction
  180. Caption = '????????? ?????? ?????'
  181. Hint = '????????? ?????? ?????'
  182. ImageIndex = 38
  183. OnExecute = actTestAnalyticListExecute
  184. OnUpdate = actTestAnalyticListUpdate
  185. end
  186. end
  187. end