BidLotAliasFrm.dfm 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. object BidAliasForm: TBidAliasForm
  2. Left = 391
  3. Top = 213
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsSingle
  6. Caption = #26631#27573#31616#31216
  7. ClientHeight = 356
  8. ClientWidth = 392
  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. OnShow = FormShow
  18. PixelsPerInch = 96
  19. TextHeight = 12
  20. object zgBidLot: TZJGrid
  21. Left = 0
  22. Top = 31
  23. Width = 392
  24. Height = 305
  25. Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection]
  26. OptionsEx = []
  27. ColCount = 3
  28. RowCount = 3
  29. ShowGridLine = False
  30. DefaultColWidth = 73
  31. DefaultFixedColWidth = 25
  32. Selection.AlphaBlend = False
  33. Selection.TransparentColor = False
  34. OnCellTextChanging = zgBidLotCellTextChanging
  35. OnMouseDown = zgBidLotMouseDown
  36. Align = alClient
  37. end
  38. object Panel1: TPanel
  39. Left = 0
  40. Top = 0
  41. Width = 392
  42. Height = 31
  43. Align = alTop
  44. BevelOuter = bvNone
  45. TabOrder = 1
  46. DesignSize = (
  47. 392
  48. 31)
  49. object ldeShortName: TLabeledEdit
  50. Left = 62
  51. Top = 7
  52. Width = 183
  53. Height = 20
  54. EditLabel.Width = 54
  55. EditLabel.Height = 12
  56. EditLabel.Caption = #26631#27573#31616#31216':'
  57. LabelPosition = lpLeft
  58. TabOrder = 0
  59. end
  60. object btnAlter: TButton
  61. Left = 246
  62. Top = 5
  63. Width = 70
  64. Height = 23
  65. Anchors = [akTop, akRight]
  66. Caption = #20462#25913
  67. TabOrder = 1
  68. OnClick = btnAlterClick
  69. end
  70. object btnSave: TButton
  71. Left = 317
  72. Top = 5
  73. Width = 70
  74. Height = 23
  75. Anchors = [akTop, akRight]
  76. Caption = #20445#23384
  77. TabOrder = 2
  78. OnClick = btnSaveClick
  79. end
  80. end
  81. object StatusBar1: TStatusBar
  82. Left = 0
  83. Top = 336
  84. Width = 392
  85. Height = 20
  86. Panels = <
  87. item
  88. Text = #24314#35774#39033#30446':'
  89. Width = 160
  90. end
  91. item
  92. Text = #26631#27573':'
  93. Width = 130
  94. end
  95. item
  96. Text = #31616#31216':'
  97. Width = 50
  98. end>
  99. end
  100. object zaBidLot: TZjGridDBA
  101. Columns = <
  102. item
  103. Title.Caption = #26631#27573#21517#31216
  104. Title.CaptionAcrossCols = '1'
  105. Title.Font.Charset = GB2312_CHARSET
  106. Title.Font.Color = clWindowText
  107. Title.Font.Height = -12
  108. Title.Font.Name = #23435#20307
  109. Title.Font.Style = []
  110. Alignment = taLeftJustify
  111. Font.Charset = GB2312_CHARSET
  112. Font.Color = clWindowText
  113. Font.Height = -12
  114. Font.Name = #23435#20307
  115. Font.Style = []
  116. FieldName = 'ProjName'
  117. Width = 200
  118. ReadOnly = True
  119. end
  120. item
  121. Title.Caption = #26631#27573#31616#31216
  122. Title.CaptionAcrossCols = '1'
  123. Title.Font.Charset = GB2312_CHARSET
  124. Title.Font.Color = clWindowText
  125. Title.Font.Height = -12
  126. Title.Font.Name = #23435#20307
  127. Title.Font.Style = []
  128. Alignment = taLeftJustify
  129. Font.Charset = GB2312_CHARSET
  130. Font.Color = clWindowText
  131. Font.Height = -12
  132. Font.Name = #23435#20307
  133. Font.Style = []
  134. FieldName = 'AliasName'
  135. ReadOnly = False
  136. end>
  137. Grid = zgBidLot
  138. ExtendRowCount = 2
  139. OnGridRowMoved = zaBidLotGridRowMoved
  140. Left = 224
  141. Top = 80
  142. end
  143. end