OrderCheckerFme.dfm 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. object OrderCheckerFrame: TOrderCheckerFrame
  2. Left = 0
  3. Top = 0
  4. Width = 384
  5. Height = 97
  6. Font.Charset = DEFAULT_CHARSET
  7. Font.Color = clWindowText
  8. Font.Height = -13
  9. Font.Name = #24494#36719#38597#40657
  10. Font.Style = []
  11. ParentFont = False
  12. TabOrder = 0
  13. object pnlChecker: TPanel
  14. Left = 0
  15. Top = 0
  16. Width = 384
  17. Height = 97
  18. Align = alClient
  19. BevelOuter = bvNone
  20. Color = clWindow
  21. TabOrder = 0
  22. object shpImage: TShape
  23. Left = 31
  24. Top = 13
  25. Width = 44
  26. Height = 44
  27. Brush.Style = bsClear
  28. Pen.Color = 12040119
  29. Pen.Style = psDot
  30. end
  31. object imgOrderCheckerPic: TImage
  32. Left = 30
  33. Top = 12
  34. Width = 49
  35. Height = 49
  36. Stretch = True
  37. end
  38. object imgStatus: TImage
  39. Left = 27
  40. Top = 9
  41. Width = 54
  42. Height = 54
  43. AutoSize = True
  44. Visible = False
  45. end
  46. object lblAdd: TLabel
  47. Left = 39
  48. Top = 8
  49. Width = 28
  50. Height = 53
  51. Cursor = crHandPoint
  52. Caption = '+'
  53. Font.Charset = DEFAULT_CHARSET
  54. Font.Color = 12040119
  55. Font.Height = -53
  56. Font.Name = #23435#20307
  57. Font.Style = [fsBold]
  58. ParentFont = False
  59. end
  60. object shpAdd: TShape
  61. Left = 31
  62. Top = 12
  63. Width = 46
  64. Height = 46
  65. Cursor = crHandPoint
  66. Brush.Style = bsClear
  67. Pen.Color = 12040119
  68. Pen.Style = psDot
  69. OnMouseDown = shpAddMouseDown
  70. end
  71. object lblOrderCheckerName: TLabel
  72. Left = 98
  73. Top = 8
  74. Width = 26
  75. Height = 19
  76. Caption = #22995#21517
  77. Font.Charset = DEFAULT_CHARSET
  78. Font.Color = clWindowText
  79. Font.Height = -13
  80. Font.Name = #24494#36719#38597#40657
  81. Font.Style = [fsBold]
  82. ParentFont = False
  83. end
  84. object lblOrderCheckerRole: TLabel
  85. Left = 98
  86. Top = 31
  87. Width = 26
  88. Height = 19
  89. Caption = #32844#20301
  90. end
  91. object lblOrderCheckerCompany: TLabel
  92. Left = 98
  93. Top = 47
  94. Width = 26
  95. Height = 19
  96. Caption = #20844#21496
  97. end
  98. object lblOrderCheckerNum: TLabel
  99. Left = 4
  100. Top = 20
  101. Width = 12
  102. Height = 31
  103. Caption = '1'
  104. Font.Charset = DEFAULT_CHARSET
  105. Font.Color = 12040119
  106. Font.Height = -27
  107. Font.Name = 'Arial Narrow'
  108. Font.Style = [fsBold]
  109. ParentFont = False
  110. end
  111. object shpBotom: TShape
  112. Left = 0
  113. Top = 96
  114. Width = 384
  115. Height = 1
  116. Align = alBottom
  117. Brush.Style = bsClear
  118. Pen.Color = 12040119
  119. Pen.Style = psDot
  120. end
  121. object lblOrderStatus: TLabel
  122. Left = 266
  123. Top = 23
  124. Width = 76
  125. Height = 26
  126. Caption = #23457#26680#29366#24577
  127. Font.Charset = DEFAULT_CHARSET
  128. Font.Color = 12040119
  129. Font.Height = -19
  130. Font.Name = #24494#36719#38597#40657
  131. Font.Style = [fsBold]
  132. ParentFont = False
  133. end
  134. object lblLast: TLabel
  135. Left = 4
  136. Top = 16
  137. Width = 15
  138. Height = 38
  139. Caption = #32456#23457
  140. Font.Charset = DEFAULT_CHARSET
  141. Font.Color = 12040119
  142. Font.Height = -15
  143. Font.Name = #24494#36719#38597#40657
  144. Font.Style = [fsBold]
  145. ParentFont = False
  146. Visible = False
  147. WordWrap = True
  148. end
  149. object lblAddHint: TLabel
  150. Left = 98
  151. Top = 28
  152. Width = 104
  153. Height = 19
  154. Cursor = crHandPoint
  155. Caption = #28155#21152#19979#19968#20301#23457#25209#20154
  156. Font.Charset = DEFAULT_CHARSET
  157. Font.Color = 12040119
  158. Font.Height = -13
  159. Font.Name = #24494#36719#38597#40657
  160. Font.Style = [fsBold]
  161. ParentFont = False
  162. OnMouseDown = shpAddMouseDown
  163. end
  164. object lblOrderCheckerMemo: TLabel
  165. Left = 98
  166. Top = 67
  167. Width = 247
  168. Height = 19
  169. Caption = #23457#26680#24847#35265#65306#23457#26680#24847#35265#65306#23457#26680#24847#35265#65306#23457#26680#24847#35265
  170. Font.Charset = DEFAULT_CHARSET
  171. Font.Color = 6118749
  172. Font.Height = -13
  173. Font.Name = #24494#36719#38597#40657
  174. Font.Style = []
  175. ParentFont = False
  176. ParentShowHint = False
  177. ShowHint = True
  178. end
  179. object lblOrderCheckerTime: TLabel
  180. Left = 253
  181. Top = 8
  182. Width = 94
  183. Height = 19
  184. Caption = '['#26102#38388']['#32447#19979#23457#26680']'
  185. end
  186. object btnDelete: TCslButton
  187. Left = 336
  188. Top = 32
  189. Width = 12
  190. Height = 10
  191. Cursor = crHandPoint
  192. Hint = #21024#38500#23457#26680#20154
  193. Enabled = True
  194. PaintMode = pmNormal
  195. OnClick = btnDeleteClick
  196. Visible = False
  197. ShowHint = True
  198. end
  199. end
  200. end