AddLeafBillsFrm.dfm 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. object AddLeafBillsForm: TAddLeafBillsForm
  2. Left = 527
  3. Top = 206
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsSingle
  6. Caption = #25209#37327#25554#20837#21518#39033
  7. ClientHeight = 382
  8. ClientWidth = 481
  9. Color = clBtnFace
  10. Font.Charset = ANSI_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -12
  13. Font.Name = #23435#20307
  14. Font.Style = []
  15. OldCreateOrder = False
  16. Position = poMainFormCenter
  17. PixelsPerInch = 96
  18. TextHeight = 12
  19. object pnlPosition: TPanel
  20. Left = 0
  21. Top = 0
  22. Width = 481
  23. Height = 196
  24. Align = alClient
  25. BevelOuter = bvNone
  26. TabOrder = 0
  27. object lblPostion: TLabel
  28. Left = 8
  29. Top = 8
  30. Width = 84
  31. Height = 12
  32. Caption = #37096#20301#25968#37327#22797#26680#34920
  33. Font.Charset = ANSI_CHARSET
  34. Font.Color = clBlue
  35. Font.Height = -12
  36. Font.Name = #23435#20307
  37. Font.Style = []
  38. ParentFont = False
  39. end
  40. object zgPosition: TZJGrid
  41. Left = 3
  42. Top = 27
  43. Width = 474
  44. Height = 166
  45. OptionsEx = []
  46. ColCount = 8
  47. ShowGridLine = False
  48. DefaultColWidth = 50
  49. DefaultFixedColWidth = 25
  50. Selection.AlphaBlend = False
  51. Selection.TransparentColor = False
  52. OnCustomPaste = zgPositionCustomPaste
  53. OnMouseDown = zgPositionMouseDown
  54. end
  55. object pnlPositionSpr: TPanel
  56. Left = 99
  57. Top = 14
  58. Width = 378
  59. Height = 2
  60. BevelInner = bvLowered
  61. BevelOuter = bvNone
  62. TabOrder = 1
  63. end
  64. end
  65. object pnlBills: TPanel
  66. Left = 0
  67. Top = 196
  68. Width = 481
  69. Height = 135
  70. Align = alBottom
  71. BevelOuter = bvNone
  72. TabOrder = 1
  73. object lblBills: TLabel
  74. Left = 8
  75. Top = 8
  76. Width = 48
  77. Height = 12
  78. Caption = #28165#21333#32534#21495
  79. Font.Charset = ANSI_CHARSET
  80. Font.Color = clBlue
  81. Font.Height = -12
  82. Font.Name = #23435#20307
  83. Font.Style = []
  84. ParentFont = False
  85. end
  86. object zgBills: TZJGrid
  87. Left = 2
  88. Top = 27
  89. Width = 475
  90. Height = 105
  91. OptionsEx = []
  92. ColCount = 4
  93. RowCount = 7
  94. ShowGridLine = False
  95. DefaultColWidth = 50
  96. DefaultFixedColWidth = 60
  97. Selection.AlphaBlend = False
  98. Selection.TransparentColor = False
  99. OnMouseDown = zgPositionMouseDown
  100. end
  101. object pnlBillsSpr: TPanel
  102. Left = 62
  103. Top = 14
  104. Width = 414
  105. Height = 2
  106. BevelInner = bvLowered
  107. BevelOuter = bvNone
  108. TabOrder = 1
  109. end
  110. end
  111. object pnlOther: TPanel
  112. Left = 0
  113. Top = 331
  114. Width = 481
  115. Height = 51
  116. Align = alBottom
  117. BevelOuter = bvNone
  118. TabOrder = 2
  119. object leBeginCode: TLabeledEdit
  120. Left = 96
  121. Top = 1
  122. Width = 139
  123. Height = 20
  124. EditLabel.Width = 90
  125. EditLabel.Height = 12
  126. EditLabel.Caption = #36215#22987#37096#20301#32534#21495#65306' '
  127. EditLabel.Font.Charset = ANSI_CHARSET
  128. EditLabel.Font.Color = clBlue
  129. EditLabel.Font.Height = -12
  130. EditLabel.Font.Name = #23435#20307
  131. EditLabel.Font.Style = []
  132. EditLabel.ParentFont = False
  133. LabelPosition = lpLeft
  134. TabOrder = 0
  135. end
  136. object btnOK: TButton
  137. Left = 321
  138. Top = 25
  139. Width = 72
  140. Height = 23
  141. Caption = #30830' '#23450
  142. TabOrder = 1
  143. OnClick = btnOKClick
  144. end
  145. object btnCancel: TButton
  146. Left = 405
  147. Top = 25
  148. Width = 72
  149. Height = 23
  150. Caption = #21462' '#28040
  151. ModalResult = 2
  152. TabOrder = 2
  153. end
  154. object leDrawingCode: TLabeledEdit
  155. Left = 319
  156. Top = 0
  157. Width = 157
  158. Height = 20
  159. EditLabel.Width = 66
  160. EditLabel.Height = 12
  161. EditLabel.Caption = #22270'('#20876')'#21495#65306' '
  162. EditLabel.Font.Charset = ANSI_CHARSET
  163. EditLabel.Font.Color = clBlue
  164. EditLabel.Font.Height = -12
  165. EditLabel.Font.Name = #23435#20307
  166. EditLabel.Font.Style = []
  167. EditLabel.ParentFont = False
  168. LabelPosition = lpLeft
  169. TabOrder = 3
  170. end
  171. end
  172. object dxpmAddLeafBills: TdxBarPopupMenu
  173. BarManager = MainFrm.dxBarManager
  174. ItemLinks = <
  175. item
  176. Item = MainFrm.dxCut
  177. Visible = True
  178. end
  179. item
  180. Item = MainFrm.dxPaste
  181. Visible = True
  182. end>
  183. UseOwnFont = False
  184. Left = 139
  185. Top = 99
  186. end
  187. end