BatchReplaceBillsFrm.dfm 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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 = -11
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 13
  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. OnCellTextChanged = zgBillsCellTextChanged
  50. end
  51. object pnlBillsSpr: TPanel
  52. Left = 47
  53. Top = 14
  54. Width = 320
  55. Height = 2
  56. BevelInner = bvLowered
  57. BevelOuter = bvNone
  58. TabOrder = 1
  59. end
  60. end
  61. object pnlOther: TPanel
  62. Left = 0
  63. Top = 185
  64. Width = 384
  65. Height = 30
  66. Align = alBottom
  67. BevelOuter = bvNone
  68. TabOrder = 1
  69. object btnOk: TButton
  70. Left = 213
  71. Top = 5
  72. Width = 73
  73. Height = 21
  74. Caption = #30830' '#23450
  75. TabOrder = 0
  76. OnClick = btnOkClick
  77. end
  78. object btnCancel: TButton
  79. Left = 297
  80. Top = 5
  81. Width = 73
  82. Height = 21
  83. Caption = #21462' '#28040
  84. ModalResult = 2
  85. TabOrder = 1
  86. end
  87. end
  88. object pnlOrgBills: TPanel
  89. Left = 0
  90. Top = 0
  91. Width = 384
  92. Height = 92
  93. Align = alTop
  94. BevelOuter = bvNone
  95. TabOrder = 2
  96. object lblOrgBills: TLabel
  97. Left = 8
  98. Top = 8
  99. Width = 36
  100. Height = 12
  101. Caption = #21407#28165#21333
  102. Font.Charset = ANSI_CHARSET
  103. Font.Color = clBlue
  104. Font.Height = -12
  105. Font.Name = #23435#20307
  106. Font.Style = []
  107. ParentFont = False
  108. end
  109. object zgOrgBills: TZJGrid
  110. Left = 3
  111. Top = 27
  112. Width = 366
  113. Height = 60
  114. OptionsEx = []
  115. RowCount = 2
  116. ShowGridLine = False
  117. DefaultColWidth = 60
  118. DefaultFixedColWidth = 25
  119. Selection.AlphaBlend = False
  120. Selection.TransparentColor = False
  121. OnCellCanEdit = zgOrgBillsCellCanEdit
  122. end
  123. object pnlOrgBillsSpr: TPanel
  124. Left = 47
  125. Top = 14
  126. Width = 320
  127. Height = 2
  128. BevelInner = bvLowered
  129. BevelOuter = bvNone
  130. TabOrder = 1
  131. end
  132. end
  133. end