VMSM520MF.dfm 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. object VMSM520M: TVMSM520M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. BorderIcons = [biSystemMenu]
  7. Caption = 'VMS '#54268' '#50976#54805' '#49440#53469
  8. ClientHeight = 420
  9. ClientWidth = 385
  10. Color = clBtnFace
  11. Font.Charset = DEFAULT_CHARSET
  12. Font.Color = clWindowText
  13. Font.Height = -13
  14. Font.Name = #47569#51008' '#44256#46357
  15. Font.Style = []
  16. KeyPreview = True
  17. OldCreateOrder = False
  18. Position = poOwnerFormCenter
  19. ShowHint = True
  20. OnClose = FormClose
  21. OnCloseQuery = FormCloseQuery
  22. OnShow = FormShow
  23. DesignSize = (
  24. 385
  25. 420)
  26. PixelsPerInch = 96
  27. TextHeight = 17
  28. object ShpTitle: TShape
  29. Left = 4
  30. Top = 4
  31. Width = 377
  32. Height = 40
  33. Anchors = [akLeft, akTop, akRight]
  34. Brush.Color = 14671839
  35. Pen.Color = 10849679
  36. Pen.Width = 2
  37. Visible = False
  38. ExplicitWidth = 1269
  39. end
  40. object LblCaption: TLabel
  41. Left = 16
  42. Top = 10
  43. Width = 267
  44. Height = 23
  45. Caption = #53440#51060#53952' '
  46. Font.Charset = DEFAULT_CHARSET
  47. Font.Color = 4740964
  48. Font.Height = -17
  49. Font.Name = #47569#51008' '#44256#46357
  50. Font.Style = [fsBold]
  51. ParentFont = False
  52. ParentShowHint = False
  53. ShowHint = True
  54. Visible = False
  55. end
  56. object ShpList: TShape
  57. Left = 4
  58. Top = 5
  59. Width = 377
  60. Height = 409
  61. Anchors = [akLeft, akTop, akRight, akBottom]
  62. Pen.Color = 10849679
  63. Pen.Width = 2
  64. ExplicitWidth = 809
  65. ExplicitHeight = 430
  66. end
  67. object BtnClose: TcxButton
  68. Left = 296
  69. Top = 11
  70. Width = 75
  71. Height = 25
  72. Cursor = crHandPoint
  73. Hint = #45803#44592
  74. Anchors = [akTop, akRight]
  75. Caption = #45803#44592
  76. Colors.Default = 10737865
  77. TabOrder = 0
  78. Visible = False
  79. Font.Charset = DEFAULT_CHARSET
  80. Font.Color = clBlack
  81. Font.Height = -13
  82. Font.Name = #47569#51008' '#44256#46357
  83. Font.Style = [fsBold]
  84. ParentFont = False
  85. OnClick = BtnCloseClick
  86. end
  87. object EdFocus: TEdit
  88. Left = -10
  89. Top = -10
  90. Width = 2
  91. Height = 25
  92. ImeName = 'Microsoft Office IME 2007'
  93. TabOrder = 1
  94. Text = 'EdFocus'
  95. end
  96. object PnlBack: TPanel
  97. Left = 12
  98. Top = 9
  99. Width = 359
  100. Height = 399
  101. Anchors = [akLeft, akTop, akRight, akBottom]
  102. BevelOuter = bvNone
  103. ParentBackground = False
  104. ParentColor = True
  105. TabOrder = 2
  106. object PnlLeft: TPanel
  107. Left = 0
  108. Top = 0
  109. Width = 358
  110. Height = 399
  111. Align = alLeft
  112. BevelOuter = bvNone
  113. TabOrder = 0
  114. object GrpList: TcxGroupBox
  115. Left = 0
  116. Top = 0
  117. Align = alClient
  118. Caption = #9654' '#54268' '#50976#54805' '#47785#47197
  119. Style.BorderColor = clCaptionText
  120. Style.Shadow = False
  121. Style.TextColor = clWindowText
  122. Style.TextStyle = [fsBold]
  123. TabOrder = 0
  124. Height = 399
  125. Width = 358
  126. object CxList: TcxGrid
  127. Left = 3
  128. Top = 19
  129. Width = 352
  130. Height = 340
  131. Align = alClient
  132. Font.Charset = DEFAULT_CHARSET
  133. Font.Color = clWindowText
  134. Font.Height = -16
  135. Font.Name = #47569#51008' '#44256#46357
  136. Font.Style = [fsBold]
  137. ParentFont = False
  138. TabOrder = 0
  139. object TvList: TcxGridTableView
  140. OnCellDblClick = TvListCellDblClick
  141. OnFocusedRecordChanged = TvListFocusedRecordChanged
  142. DataController.Summary.DefaultGroupSummaryItems = <>
  143. DataController.Summary.FooterSummaryItems = <>
  144. DataController.Summary.SummaryGroups = <>
  145. OptionsCustomize.ColumnFiltering = False
  146. OptionsCustomize.ColumnGrouping = False
  147. OptionsCustomize.ColumnMoving = False
  148. OptionsCustomize.ColumnSorting = False
  149. OptionsCustomize.DataRowSizing = True
  150. OptionsData.CancelOnExit = False
  151. OptionsData.Deleting = False
  152. OptionsData.DeletingConfirmation = False
  153. OptionsData.Editing = False
  154. OptionsData.Inserting = False
  155. OptionsSelection.HideFocusRectOnExit = False
  156. OptionsSelection.HideSelection = True
  157. OptionsView.ColumnAutoWidth = True
  158. OptionsView.GroupByBox = False
  159. OptionsView.Indicator = True
  160. object ColLink1: TcxGridColumn
  161. Caption = #53076#46300
  162. PropertiesClassName = 'TcxLabelProperties'
  163. Properties.Alignment.Horz = taCenter
  164. Properties.Alignment.Vert = taVCenter
  165. HeaderAlignmentHorz = taCenter
  166. HeaderAlignmentVert = vaCenter
  167. Width = 83
  168. end
  169. object ColLink2: TcxGridColumn
  170. Caption = #51060#48120#51648
  171. DataBinding.ValueType = 'Variant'
  172. PropertiesClassName = 'TcxImageProperties'
  173. Properties.GraphicClassName = 'TdxSmartImage'
  174. Visible = False
  175. HeaderAlignmentHorz = taCenter
  176. HeaderAlignmentVert = vaCenter
  177. Width = 264
  178. end
  179. object ColLink3: TcxGridColumn
  180. Caption = 'VMS '#54268' '#50976#54805
  181. PropertiesClassName = 'TcxLabelProperties'
  182. Properties.Alignment.Horz = taLeftJustify
  183. Properties.Alignment.Vert = taVCenter
  184. HeaderAlignmentHorz = taCenter
  185. HeaderAlignmentVert = vaCenter
  186. Options.Editing = False
  187. Width = 318
  188. end
  189. object ColLink4: TcxGridColumn
  190. Caption = 'VMS'#50976#54805#53076#46300
  191. PropertiesClassName = 'TcxTextEditProperties'
  192. Properties.Alignment.Vert = taVCenter
  193. Visible = False
  194. HeaderAlignmentHorz = taCenter
  195. HeaderAlignmentVert = vaCenter
  196. Width = 120
  197. end
  198. object ColLink5: TcxGridColumn
  199. Caption = #51333#51216#47749
  200. PropertiesClassName = 'TcxTextEditProperties'
  201. Properties.Alignment.Vert = taVCenter
  202. Visible = False
  203. HeaderAlignmentHorz = taCenter
  204. HeaderAlignmentVert = vaCenter
  205. Width = 120
  206. end
  207. object ColLink6: TcxGridColumn
  208. Caption = #51333#47308#51648#51216#47749
  209. PropertiesClassName = 'TcxLabelProperties'
  210. Properties.Alignment.Horz = taLeftJustify
  211. Properties.Alignment.Vert = taVCenter
  212. Visible = False
  213. HeaderAlignmentHorz = taCenter
  214. HeaderAlignmentVert = vaCenter
  215. Width = 250
  216. end
  217. end
  218. object GlList: TcxGridLevel
  219. GridView = TvList
  220. end
  221. end
  222. object PnlMenu: TPanel
  223. Left = 3
  224. Top = 359
  225. Width = 352
  226. Height = 30
  227. Align = alBottom
  228. BevelOuter = bvNone
  229. TabOrder = 1
  230. DesignSize = (
  231. 352
  232. 30)
  233. object BtnSelImage: TcxButton
  234. Tag = 1
  235. Left = 202
  236. Top = 3
  237. Width = 150
  238. Height = 25
  239. Cursor = crHandPoint
  240. Hint = #54268' '#50976#54805' '#49440#53469
  241. Anchors = [akRight, akBottom]
  242. Caption = #54268' '#50976#54805' '#49440#53469
  243. Colors.Default = 10737865
  244. LookAndFeel.NativeStyle = False
  245. TabOrder = 0
  246. Font.Charset = DEFAULT_CHARSET
  247. Font.Color = clBlack
  248. Font.Height = -13
  249. Font.Name = #47569#51008' '#44256#46357
  250. Font.Style = [fsBold]
  251. ParentFont = False
  252. OnClick = BtnSelImageClick
  253. end
  254. end
  255. end
  256. end
  257. end
  258. object lblText1: TcxLabel
  259. Left = 24
  260. Top = 160
  261. Caption = 'VMS '#54268' '#50976#54805' '#49440#53469#13#10'VMS '#54268' '#50976#54805' '#47785#47197#50640#49436' '#49440#53469#54616#49464#50836'.'
  262. Transparent = True
  263. Visible = False
  264. end
  265. object EdNmbr: TEdit
  266. Left = 217
  267. Top = 129
  268. Width = 121
  269. Height = 25
  270. TabOrder = 4
  271. Visible = False
  272. end
  273. object TmrShow: TTimer
  274. Enabled = False
  275. Interval = 300
  276. OnTimer = TmrShowTimer
  277. Left = 876
  278. Top = 8
  279. end
  280. end