UpFileSelectOnLineFrm.dfm 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. object UpFileSelectOnLineForm: TUpFileSelectOnLineForm
  2. Left = 1121
  3. Top = 282
  4. BorderStyle = bsDialog
  5. Caption = #32447#19978#36873#25321#38468#20214
  6. ClientHeight = 467
  7. ClientWidth = 631
  8. Color = clBtnFace
  9. Font.Charset = ANSI_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -13
  12. Font.Name = #24494#36719#38597#40657
  13. Font.Style = []
  14. OldCreateOrder = False
  15. Position = poMainFormCenter
  16. PixelsPerInch = 96
  17. TextHeight = 19
  18. object ZJGrid1: TZJGrid
  19. Left = 5
  20. Top = 5
  21. Width = 621
  22. Height = 428
  23. Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection]
  24. OptionsEx = []
  25. ColCount = 4
  26. RowCount = 2
  27. ShowGridLine = False
  28. DefaultColWidth = 70
  29. DefaultFixedColWidth = 30
  30. Selection.AlphaBlend = False
  31. Selection.TransparentColor = False
  32. FrozenCol = 0
  33. FrozenRow = 0
  34. Font.Charset = ANSI_CHARSET
  35. Font.Color = clWindowText
  36. Font.Height = -13
  37. Font.Name = #23435#20307
  38. Font.Style = []
  39. ParentFont = False
  40. end
  41. object btnOK: TButton
  42. Left = 470
  43. Top = 437
  44. Width = 75
  45. Height = 25
  46. Caption = #30830#23450
  47. ModalResult = 1
  48. TabOrder = 1
  49. end
  50. object btnCancel: TButton
  51. Left = 550
  52. Top = 437
  53. Width = 75
  54. Height = 25
  55. Caption = #21462#28040
  56. ModalResult = 2
  57. TabOrder = 2
  58. end
  59. object ZjGridDBA1: TZjGridDBA
  60. Columns = <
  61. item
  62. Title.Caption = #38468#20214#21517#31216
  63. Title.CaptionAcrossCols = '1'
  64. Title.Font.Charset = GB2312_CHARSET
  65. Title.Font.Color = clWindowText
  66. Title.Font.Height = -12
  67. Title.Font.Name = #23435#20307
  68. Title.Font.Style = []
  69. Alignment = taLeftJustify
  70. Font.Charset = GB2312_CHARSET
  71. Font.Color = clWindowText
  72. Font.Height = -12
  73. Font.Name = #23435#20307
  74. Font.Style = []
  75. FieldName = 'Name'
  76. Width = 400
  77. ReadOnly = True
  78. end
  79. item
  80. Title.Caption = #19978#20256#32773
  81. Title.CaptionAcrossCols = '1'
  82. Title.Font.Charset = GB2312_CHARSET
  83. Title.Font.Color = clWindowText
  84. Title.Font.Height = -12
  85. Title.Font.Name = #23435#20307
  86. Title.Font.Style = []
  87. Alignment = taCenter
  88. Font.Charset = GB2312_CHARSET
  89. Font.Color = clWindowText
  90. Font.Height = -12
  91. Font.Name = #23435#20307
  92. Font.Style = []
  93. FieldName = 'Uper'
  94. ReadOnly = True
  95. end
  96. item
  97. Title.Caption = #36873#25321
  98. Title.CaptionAcrossCols = '1'
  99. Title.Font.Charset = GB2312_CHARSET
  100. Title.Font.Color = clWindowText
  101. Title.Font.Height = -12
  102. Title.Font.Name = #23435#20307
  103. Title.Font.Style = []
  104. Alignment = taCenter
  105. Font.Charset = GB2312_CHARSET
  106. Font.Color = clWindowText
  107. Font.Height = -12
  108. Font.Name = #23435#20307
  109. Font.Style = []
  110. FieldName = 'Select'
  111. Width = 50
  112. ReadOnly = False
  113. end>
  114. DataSet = cdsFiles
  115. Grid = ZJGrid1
  116. ExtendRowCount = 1
  117. Options = [aoAllowEdit, aoAutoInsert, aoAllowUpMove, aoAllowDownMove]
  118. Left = 384
  119. Top = 88
  120. end
  121. object cdsFiles: TClientDataSet
  122. Active = True
  123. Aggregates = <>
  124. FieldDefs = <
  125. item
  126. Name = 'ID'
  127. DataType = ftString
  128. Size = 20
  129. end
  130. item
  131. Name = 'Name'
  132. DataType = ftString
  133. Size = 255
  134. end
  135. item
  136. Name = 'Uper'
  137. DataType = ftString
  138. Size = 20
  139. end
  140. item
  141. Name = 'Select'
  142. DataType = ftBoolean
  143. end>
  144. IndexDefs = <>
  145. FetchOnDemand = False
  146. Params = <>
  147. StoreDefs = True
  148. Left = 416
  149. Top = 88
  150. Data = {
  151. 720000009619E0BD010000001800000004000000000003000000720002494401
  152. 00490000000100055749445448020002001400044E616D650200490000000100
  153. 05574944544802000200FF000455706572010049000000010005574944544802
  154. 00020014000653656C65637402000300000000000000}
  155. object cdsFilesID: TStringField
  156. FieldName = 'ID'
  157. end
  158. object cdsFilesName: TStringField
  159. FieldName = 'Name'
  160. Size = 255
  161. end
  162. object cdsFilesUper: TStringField
  163. FieldName = 'Uper'
  164. end
  165. object cdsFilesSelect: TBooleanField
  166. FieldName = 'Select'
  167. end
  168. end
  169. end