SetGuestFrm.dfm 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. object SetGuestForm: TSetGuestForm
  2. Left = 986
  3. Top = 309
  4. BorderStyle = bsDialog
  5. Caption = #35774#32622#26631#27573#20851#27880#20154
  6. ClientHeight = 450
  7. ClientWidth = 504
  8. Color = clBtnFace
  9. Font.Charset = ANSI_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -15
  12. Font.Name = #24494#36719#38597#40657
  13. Font.Style = []
  14. OldCreateOrder = False
  15. Position = poMainFormCenter
  16. PixelsPerInch = 96
  17. TextHeight = 20
  18. object btnAdd: TButton
  19. Left = 8
  20. Top = 5
  21. Width = 97
  22. Height = 29
  23. Caption = #28155#21152#20851#27880#20154
  24. TabOrder = 0
  25. OnClick = btnAddClick
  26. end
  27. object zgGuest: TZJGrid
  28. Left = 8
  29. Top = 39
  30. Width = 489
  31. Height = 378
  32. Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection]
  33. OptionsEx = []
  34. ColCount = 4
  35. RowCount = 6
  36. ShowGridLine = False
  37. DefaultColWidth = 73
  38. DefaultFixedRowHeight = 25
  39. DefaultRowHeight = 23
  40. Selection.AlphaBlend = False
  41. Selection.TransparentColor = False
  42. FrozenCol = 0
  43. FrozenRow = 0
  44. OnCellGetFont = zgGuestCellGetFont
  45. OnMouseDown = zgGuestMouseDown
  46. end
  47. object btnOK: TButton
  48. Left = 418
  49. Top = 420
  50. Width = 75
  51. Height = 25
  52. Caption = #30830#23450
  53. ModalResult = 1
  54. TabOrder = 2
  55. end
  56. object zaGuest: TZjGridDBA
  57. Columns = <
  58. item
  59. Title.Caption = #22995#21517
  60. Title.CaptionAcrossCols = '1'
  61. Title.Font.Charset = GB2312_CHARSET
  62. Title.Font.Color = clWindowText
  63. Title.Font.Height = -15
  64. Title.Font.Name = #24494#36719#38597#40657
  65. Title.Font.Style = []
  66. Alignment = taCenter
  67. Font.Charset = GB2312_CHARSET
  68. Font.Color = clWindowText
  69. Font.Height = -13
  70. Font.Name = #24494#36719#38597#40657
  71. Font.Style = []
  72. FieldName = 'Name'
  73. ReadOnly = True
  74. end
  75. item
  76. Title.Caption = #36134#21495
  77. Title.CaptionAcrossCols = '1'
  78. Title.Font.Charset = GB2312_CHARSET
  79. Title.Font.Color = clWindowText
  80. Title.Font.Height = -15
  81. Title.Font.Name = #24494#36719#38597#40657
  82. Title.Font.Style = []
  83. Alignment = taLeftJustify
  84. Font.Charset = GB2312_CHARSET
  85. Font.Color = clWindowText
  86. Font.Height = -13
  87. Font.Name = #24494#36719#38597#40657
  88. Font.Style = []
  89. FieldName = 'Account'
  90. Width = 200
  91. ReadOnly = True
  92. end
  93. item
  94. Title.Caption = #25805#20316
  95. Title.CaptionAcrossCols = '1'
  96. Title.Font.Charset = GB2312_CHARSET
  97. Title.Font.Color = clWindowText
  98. Title.Font.Height = -15
  99. Title.Font.Name = #24494#36719#38597#40657
  100. Title.Font.Style = []
  101. Alignment = taCenter
  102. Font.Charset = GB2312_CHARSET
  103. Font.Color = clWindowText
  104. Font.Height = -13
  105. Font.Name = #24494#36719#38597#40657
  106. Font.Style = []
  107. FieldName = 'Operate'
  108. ReadOnly = True
  109. end>
  110. DataSet = cdsGuest
  111. Grid = zgGuest
  112. ExtendRowCount = 5
  113. Left = 352
  114. Top = 104
  115. end
  116. object cdsGuest: TClientDataSet
  117. Active = True
  118. Aggregates = <>
  119. Params = <>
  120. Left = 384
  121. Top = 104
  122. Data = {
  123. 760000009619E0BD010000001800000004000000000003000000760002494404
  124. 00010000000000044E616D6501004A0000000100055749445448020002002800
  125. 074163636F756E7401004A000000010005574944544802000200C800074F7065
  126. 7261746501004A00000001000557494454480200020028000000}
  127. object cdsGuestID: TIntegerField
  128. FieldName = 'ID'
  129. end
  130. object cdsGuestName: TWideStringField
  131. FieldName = 'Name'
  132. end
  133. object cdsGuestAccount: TWideStringField
  134. FieldName = 'Account'
  135. Size = 100
  136. end
  137. object cdsGuestOperate: TWideStringField
  138. FieldName = 'Operate'
  139. end
  140. end
  141. end