BatchReplaceBillsFrm.dfm 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. object BatchReplaceBillsForm: TBatchReplaceBillsForm
  2. Left = 494
  3. Top = 295
  4. Width = 392
  5. Height = 249
  6. Caption = #25209#37327#26367#25442#28165#21333#25968#25454
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -12
  11. Font.Name = 'smartSimSun'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 12
  16. object pnlBills: TPanel
  17. Left = 0
  18. Top = 92
  19. Width = 384
  20. Height = 93
  21. Align = alClient
  22. BevelOuter = bvNone
  23. TabOrder = 0
  24. object lblBills: TLabel
  25. Left = 8
  26. Top = 8
  27. Width = 36
  28. Height = 12
  29. Caption = #26367#25442#20026
  30. Font.Charset = ANSI_CHARSET
  31. Font.Color = clBlue
  32. Font.Height = -12
  33. Font.Name = #23435#20307
  34. Font.Style = []
  35. ParentFont = False
  36. end
  37. object zgBills: TZJGrid
  38. Left = 3
  39. Top = 27
  40. Width = 366
  41. Height = 60
  42. OptionsEx = []
  43. RowCount = 2
  44. ShowGridLine = False
  45. DefaultColWidth = 60
  46. DefaultFixedColWidth = 25
  47. Selection.AlphaBlend = False
  48. Selection.TransparentColor = False
  49. FrozenCol = 0
  50. FrozenRow = 0
  51. OnCellTextChanged = zgBillsCellTextChanged
  52. end
  53. object pnlBillsSpr: TPanel
  54. Left = 47
  55. Top = 14
  56. Width = 320
  57. Height = 2
  58. BevelInner = bvLowered
  59. BevelOuter = bvNone
  60. TabOrder = 1
  61. end
  62. end
  63. object pnlOther: TPanel
  64. Left = 0
  65. Top = 185
  66. Width = 384
  67. Height = 30
  68. Align = alBottom
  69. BevelOuter = bvNone
  70. TabOrder = 1
  71. object btnOk: TButton
  72. Left = 213
  73. Top = 5
  74. Width = 73
  75. Height = 21
  76. Caption = #30830' '#23450
  77. TabOrder = 0
  78. OnClick = btnOkClick
  79. end
  80. object btnCancel: TButton
  81. Left = 297
  82. Top = 5
  83. Width = 73
  84. Height = 21
  85. Caption = #21462' '#28040
  86. ModalResult = 2
  87. TabOrder = 1
  88. end
  89. end
  90. object pnlOrgBills: TPanel
  91. Left = 0
  92. Top = 0
  93. Width = 384
  94. Height = 92
  95. Align = alTop
  96. BevelOuter = bvNone
  97. TabOrder = 2
  98. object lblOrgBills: TLabel
  99. Left = 8
  100. Top = 8
  101. Width = 36
  102. Height = 12
  103. Caption = #21407#28165#21333
  104. Font.Charset = ANSI_CHARSET
  105. Font.Color = clBlue
  106. Font.Height = -12
  107. Font.Name = #23435#20307
  108. Font.Style = []
  109. ParentFont = False
  110. end
  111. object zgOrgBills: TZJGrid
  112. Left = 3
  113. Top = 27
  114. Width = 366
  115. Height = 60
  116. OptionsEx = []
  117. RowCount = 2
  118. ShowGridLine = False
  119. DefaultColWidth = 60
  120. DefaultFixedColWidth = 25
  121. Selection.AlphaBlend = False
  122. Selection.TransparentColor = False
  123. FrozenCol = 0
  124. FrozenRow = 0
  125. OnCellCanEdit = zgOrgBillsCellCanEdit
  126. end
  127. object pnlOrgBillsSpr: TPanel
  128. Left = 47
  129. Top = 14
  130. Width = 320
  131. Height = 2
  132. BevelInner = bvLowered
  133. BevelOuter = bvNone
  134. TabOrder = 1
  135. end
  136. end
  137. end