DealPayPlanFrm.dfm 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. object DealPayPlanForm: TDealPayPlanForm
  2. Left = 593
  3. Top = 331
  4. Width = 411
  5. Height = 290
  6. Caption = #35774#32622#35745#25552#26399#38480
  7. Color = clBtnFace
  8. Font.Charset = ANSI_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -12
  11. Font.Name = #23435#20307
  12. Font.Style = []
  13. OldCreateOrder = False
  14. DesignSize = (
  15. 403
  16. 256)
  17. PixelsPerInch = 96
  18. TextHeight = 12
  19. object lblTitle: TLabel
  20. Left = 10
  21. Top = 9
  22. Width = 96
  23. Height = 12
  24. Caption = #35831#35774#32622#20184'('#25187')'#27454#39033
  25. end
  26. object lblDealPayName: TLabel
  27. Left = 112
  28. Top = 8
  29. Width = 18
  30. Height = 12
  31. Caption = 'XXX'
  32. Font.Charset = ANSI_CHARSET
  33. Font.Color = clBlue
  34. Font.Height = -12
  35. Font.Name = #23435#20307
  36. Font.Style = []
  37. ParentFont = False
  38. end
  39. object lblTitle2: TLabel
  40. Left = 136
  41. Top = 8
  42. Width = 60
  43. Height = 12
  44. Caption = #30340#35745#25552#26399#38480
  45. end
  46. object lblPlanType: TLabel
  47. Left = 12
  48. Top = 30
  49. Width = 72
  50. Height = 12
  51. Caption = #38480#21046#27169#24335#20026#65306
  52. end
  53. object lblResultPre: TLabel
  54. Left = 11
  55. Top = 175
  56. Width = 48
  57. Height = 12
  58. Anchors = [akRight, akBottom]
  59. Caption = #35774#32622#20026#65306
  60. end
  61. object lblResult: TLabel
  62. Left = 35
  63. Top = 192
  64. Width = 78
  65. Height = 12
  66. Anchors = [akRight, akBottom]
  67. Caption = 'XX>YY('#20844#24335')'#26102
  68. Font.Charset = ANSI_CHARSET
  69. Font.Color = clRed
  70. Font.Height = -12
  71. Font.Name = #23435#20307
  72. Font.Style = []
  73. ParentFont = False
  74. end
  75. object lblResultPost: TLabel
  76. Left = 34
  77. Top = 209
  78. Width = 258
  79. Height = 12
  80. Anchors = [akRight, akBottom]
  81. Caption = #24403#26399#37329#39069#30452#25509#35745#37327#33267'('#25187#27454#38480#39069' - '#25130#27490#19978#26399#37329#39069')'
  82. end
  83. object btnOk: TButton
  84. Left = 248
  85. Top = 229
  86. Width = 70
  87. Height = 21
  88. Anchors = [akRight, akBottom]
  89. Caption = #30830#23450
  90. TabOrder = 5
  91. OnClick = btnOkClick
  92. end
  93. object btnCancel: TButton
  94. Left = 325
  95. Top = 229
  96. Width = 70
  97. Height = 21
  98. Anchors = [akRight, akBottom]
  99. Caption = #21462#28040
  100. ModalResult = 2
  101. TabOrder = 6
  102. end
  103. object rbIsPlanPhase: TRadioButton
  104. Tag = 1
  105. Left = 127
  106. Top = 28
  107. Width = 73
  108. Height = 17
  109. Caption = #35745#37327#26399#25968
  110. TabOrder = 1
  111. OnClick = rbIsPlanNonClick
  112. end
  113. object rbIsPlanPrice: TRadioButton
  114. Tag = 2
  115. Left = 206
  116. Top = 28
  117. Width = 73
  118. Height = 17
  119. Caption = #35745#37327#37329#39069
  120. TabOrder = 2
  121. OnClick = rbIsPlanNonClick
  122. end
  123. object gbPhase: TGroupBox
  124. Left = 9
  125. Top = 48
  126. Width = 385
  127. Height = 47
  128. Caption = #35745#37327#26399#25968#27169#24335
  129. Enabled = False
  130. Font.Charset = ANSI_CHARSET
  131. Font.Color = clGray
  132. Font.Height = -12
  133. Font.Name = #23435#20307
  134. Font.Style = []
  135. ParentFont = False
  136. TabOrder = 3
  137. object leDeadlinePhase: TLabeledEdit
  138. Left = 78
  139. Top = 19
  140. Width = 129
  141. Height = 18
  142. Ctl3D = False
  143. EditLabel.Width = 66
  144. EditLabel.Height = 12
  145. EditLabel.Caption = #38480#21046#26399#25968#65306' '
  146. LabelPosition = lpLeft
  147. ParentCtl3D = False
  148. TabOrder = 0
  149. Text = '2'
  150. OnChange = leDeadlinePhaseChange
  151. OnKeyPress = leDeadlinePhaseKeyPress
  152. end
  153. object udDeadlinePhase: TUpDown
  154. Left = 207
  155. Top = 19
  156. Width = 16
  157. Height = 18
  158. Associate = leDeadlinePhase
  159. Min = 2
  160. Max = 50
  161. Position = 2
  162. TabOrder = 1
  163. OnClick = udDeadlinePhaseClick
  164. end
  165. end
  166. object gbPrice: TGroupBox
  167. Left = 10
  168. Top = 103
  169. Width = 385
  170. Height = 65
  171. Caption = #35745#37327#37329#39069#27169#24335
  172. Enabled = False
  173. Font.Charset = ANSI_CHARSET
  174. Font.Color = clGray
  175. Font.Height = -12
  176. Font.Name = #23435#20307
  177. Font.Style = []
  178. ParentFont = False
  179. TabOrder = 4
  180. object lblEquar: TLabel
  181. Left = 232
  182. Top = 43
  183. Width = 6
  184. Height = 12
  185. Caption = '='
  186. end
  187. object lblPriceDeadline: TLabel
  188. Left = 244
  189. Top = 43
  190. Width = 6
  191. Height = 12
  192. Caption = '0'
  193. end
  194. object rbAddGatherTotalPrice: TRadioButton
  195. Left = 8
  196. Top = 18
  197. Width = 118
  198. Height = 17
  199. Caption = #32047#35745#23436#25104#35745#37327#37329#39069
  200. Checked = True
  201. TabOrder = 0
  202. TabStop = True
  203. OnClick = rbAddGatherTotalPriceClick
  204. end
  205. object rbAddDealTotalPrice: TRadioButton
  206. Tag = 1
  207. Left = 136
  208. Top = 18
  209. Width = 118
  210. Height = 17
  211. Caption = #32047#35745#21512#21516#35745#37327#37329#39069
  212. TabOrder = 1
  213. OnClick = rbAddGatherTotalPriceClick
  214. end
  215. object rbAddQCTotalPrice: TRadioButton
  216. Tag = 2
  217. Left = 263
  218. Top = 18
  219. Width = 118
  220. Height = 17
  221. Caption = #32047#35745#21464#26356#35745#37327#37329#39069
  222. TabOrder = 2
  223. OnClick = rbAddGatherTotalPriceClick
  224. end
  225. object lePDFormula: TLabeledEdit
  226. Left = 80
  227. Top = 40
  228. Width = 145
  229. Height = 18
  230. Ctl3D = False
  231. EditLabel.Width = 66
  232. EditLabel.Height = 12
  233. EditLabel.Caption = #38480#21046#37329#39069#65306' '
  234. LabelPosition = lpLeft
  235. ParentCtl3D = False
  236. TabOrder = 3
  237. OnExit = lePDFormulaExit
  238. OnKeyPress = leDeadlinePhaseKeyPress
  239. end
  240. end
  241. object rbIsPlanNon: TRadioButton
  242. Left = 86
  243. Top = 28
  244. Width = 40
  245. Height = 17
  246. Caption = #26080
  247. Checked = True
  248. TabOrder = 0
  249. TabStop = True
  250. OnClick = rbIsPlanNonClick
  251. end
  252. end