VMSM700MF.dfm 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936
  1. object VMSM700M: TVMSM700M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. Caption = 'VMS '#44256#51221' '#49828#52992#51460' '#44288#47532
  7. ClientHeight = 833
  8. ClientWidth = 1527
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -13
  13. Font.Name = #47569#51008' '#44256#46357
  14. Font.Style = []
  15. KeyPreview = True
  16. OldCreateOrder = False
  17. Position = poOwnerFormCenter
  18. ShowHint = True
  19. OnClose = FormClose
  20. OnCloseQuery = FormCloseQuery
  21. OnCreate = FormCreate
  22. OnShow = FormShow
  23. DesignSize = (
  24. 1527
  25. 833)
  26. PixelsPerInch = 96
  27. TextHeight = 17
  28. object ShpTitle: TShape
  29. Left = 4
  30. Top = 4
  31. Width = 1519
  32. Height = 40
  33. Anchors = [akLeft, akTop, akRight]
  34. Brush.Color = 14671839
  35. Pen.Color = 10849679
  36. Pen.Width = 2
  37. ExplicitWidth = 1269
  38. end
  39. object LblCaption: TLabel
  40. Left = 16
  41. Top = 10
  42. Width = 267
  43. Height = 23
  44. Caption = #53440#51060#53952' '
  45. Font.Charset = DEFAULT_CHARSET
  46. Font.Color = 4740964
  47. Font.Height = -17
  48. Font.Name = #47569#51008' '#44256#46357
  49. Font.Style = [fsBold]
  50. ParentFont = False
  51. ParentShowHint = False
  52. ShowHint = True
  53. end
  54. object ShpList: TShape
  55. Left = 4
  56. Top = 50
  57. Width = 1519
  58. Height = 777
  59. Anchors = [akLeft, akTop, akRight, akBottom]
  60. Pen.Color = 10849679
  61. Pen.Width = 2
  62. ExplicitWidth = 1436
  63. ExplicitHeight = 766
  64. end
  65. object BtnClose: TcxButton
  66. Left = 1433
  67. Top = 11
  68. Width = 80
  69. Height = 25
  70. Cursor = crHandPoint
  71. Hint = #45803#44592
  72. Anchors = [akTop, akRight]
  73. Caption = #45803#44592
  74. Colors.Default = 10737865
  75. TabOrder = 0
  76. Font.Charset = DEFAULT_CHARSET
  77. Font.Color = clBlack
  78. Font.Height = -13
  79. Font.Name = #47569#51008' '#44256#46357
  80. Font.Style = [fsBold]
  81. ParentFont = False
  82. OnClick = BtnCloseClick
  83. end
  84. object EdFocus: TEdit
  85. Left = -10
  86. Top = -10
  87. Width = 2
  88. Height = 25
  89. ImeName = 'Microsoft Office IME 2007'
  90. TabOrder = 1
  91. Text = 'EdFocus'
  92. end
  93. object PanelBack: TPanel
  94. Left = 12
  95. Top = 56
  96. Width = 1501
  97. Height = 764
  98. Anchors = [akLeft, akTop, akRight, akBottom]
  99. BevelOuter = bvNone
  100. ParentBackground = False
  101. ParentColor = True
  102. TabOrder = 2
  103. object PnlLeft: TPanel
  104. Left = 0
  105. Top = 0
  106. Width = 385
  107. Height = 764
  108. Align = alLeft
  109. BevelOuter = bvNone
  110. TabOrder = 0
  111. object GrpList: TcxGroupBox
  112. Left = 0
  113. Top = 0
  114. Align = alClient
  115. Caption = #9654' VMS '#47785#47197
  116. Style.BorderColor = clCaptionText
  117. Style.Shadow = False
  118. Style.TextColor = clWindowText
  119. Style.TextStyle = [fsBold]
  120. TabOrder = 0
  121. Height = 764
  122. Width = 385
  123. object Panel4: TPanel
  124. Left = 3
  125. Top = 19
  126. Width = 379
  127. Height = 39
  128. Align = alTop
  129. BevelOuter = bvNone
  130. TabOrder = 0
  131. object ImgDesc01: TImage
  132. Left = 9
  133. Top = 13
  134. Width = 9
  135. Height = 9
  136. Transparent = True
  137. end
  138. object cxLabel18: TcxLabel
  139. Left = 25
  140. Top = 7
  141. Caption = 'VMS '#53356#44592' '#50976#54805
  142. Properties.Alignment.Horz = taLeftJustify
  143. Properties.Alignment.Vert = taVCenter
  144. Transparent = True
  145. AnchorY = 18
  146. end
  147. object CbSizeType: TcxComboBox
  148. Left = 124
  149. Top = 5
  150. Properties.Alignment.Vert = taVCenter
  151. Properties.DropDownListStyle = lsFixedList
  152. Properties.HideSelection = False
  153. Properties.Items.Strings = (
  154. '')
  155. Properties.OnChange = CbSizeTypePropertiesChange
  156. Style.BorderStyle = ebsUltraFlat
  157. Style.LookAndFeel.Kind = lfUltraFlat
  158. Style.LookAndFeel.NativeStyle = False
  159. Style.ButtonStyle = btsUltraFlat
  160. Style.PopupBorderStyle = epbsFlat
  161. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  162. StyleDisabled.LookAndFeel.NativeStyle = False
  163. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  164. StyleFocused.LookAndFeel.NativeStyle = False
  165. StyleFocused.TextStyle = [fsBold]
  166. StyleHot.LookAndFeel.Kind = lfUltraFlat
  167. StyleHot.LookAndFeel.NativeStyle = False
  168. TabOrder = 1
  169. Width = 237
  170. end
  171. end
  172. inline FRAMEVmsSchList1: TFRAMEVmsSchList
  173. Left = 3
  174. Top = 58
  175. Width = 379
  176. Height = 696
  177. Align = alClient
  178. TabOrder = 1
  179. ExplicitLeft = 3
  180. ExplicitTop = 58
  181. ExplicitWidth = 379
  182. ExplicitHeight = 696
  183. inherited CxList: TcxGrid
  184. Width = 379
  185. Height = 634
  186. ExplicitWidth = 379
  187. ExplicitHeight = 634
  188. inherited TvList: TcxGridTableView
  189. OnCellDblClick = FRAMEVmsSchList1TvListCellDblClick
  190. OnFocusedRecordChanged = FRAMEVmsSchList1TvListFocusedRecordChanged
  191. inherited Column01: TcxGridColumn
  192. VisibleForCustomization = False
  193. end
  194. inherited Column02: TcxGridColumn
  195. VisibleForCustomization = False
  196. end
  197. inherited Column03: TcxGridColumn
  198. VisibleForCustomization = False
  199. end
  200. inherited Col04: TcxGridColumn
  201. VisibleForCustomization = False
  202. end
  203. inherited Col05: TcxGridColumn
  204. VisibleForCustomization = False
  205. end
  206. inherited Col06: TcxGridColumn
  207. VisibleForCustomization = False
  208. end
  209. inherited Col07: TcxGridColumn
  210. VisibleForCustomization = False
  211. end
  212. inherited Col09: TcxGridColumn
  213. VisibleForCustomization = False
  214. end
  215. inherited Col10: TcxGridColumn
  216. VisibleForCustomization = False
  217. end
  218. end
  219. end
  220. inherited PnlTop: TPanel
  221. Width = 379
  222. ExplicitWidth = 379
  223. end
  224. inherited PnlBottom: TPanel
  225. Top = 665
  226. Width = 379
  227. ExplicitTop = 665
  228. ExplicitWidth = 379
  229. inherited LblRecords: TLabel
  230. Left = 268
  231. Width = 25
  232. Height = 17
  233. ExplicitLeft = 299
  234. ExplicitWidth = 25
  235. ExplicitHeight = 17
  236. end
  237. inherited BtnExlSave: TcxButton
  238. Left = 299
  239. ExplicitLeft = 299
  240. end
  241. end
  242. end
  243. end
  244. end
  245. object cxSplitter1: TcxSplitter
  246. Left = 385
  247. Top = 0
  248. Width = 6
  249. Height = 764
  250. Control = PnlLeft
  251. end
  252. object Panel1: TPanel
  253. Left = 391
  254. Top = 0
  255. Width = 1110
  256. Height = 764
  257. Align = alClient
  258. BevelOuter = bvNone
  259. TabOrder = 2
  260. object Panel3: TPanel
  261. Left = 0
  262. Top = 0
  263. Width = 1110
  264. Height = 764
  265. Align = alClient
  266. BevelOuter = bvNone
  267. TabOrder = 0
  268. object GrpSchedule: TcxGroupBox
  269. Left = 0
  270. Top = 0
  271. Align = alClient
  272. Caption = #9654' '#44256#51221' '#49828#52992#51460' '#49444#51221
  273. Style.BorderColor = clCaptionText
  274. Style.Shadow = False
  275. Style.TextColor = clWindowText
  276. Style.TextStyle = [fsBold]
  277. TabOrder = 0
  278. Height = 764
  279. Width = 1110
  280. object LblInfo: TLabel
  281. AlignWithMargins = True
  282. Left = 6
  283. Top = 45
  284. Width = 1081
  285. Height = 17
  286. Margins.Right = 20
  287. Align = alTop
  288. Caption = ' VMS '#51088#46041#49828#52992#51460' '#51221#48372#50752' '#54632#44760' '#54364#52636#51012' '#50896#54616#45716' '#44221#50864' '#51088#46041#49828#52992#51460#51032' '#54861#48372#49828#52992#51460#50640' '#46321#47197#54616#49901#49884#50836'.'
  289. Font.Charset = DEFAULT_CHARSET
  290. Font.Color = clBlue
  291. Font.Height = -13
  292. Font.Name = #47569#51008' '#44256#46357
  293. Font.Style = [fsBold]
  294. ParentFont = False
  295. ExplicitWidth = 550
  296. end
  297. object LblInfo1: TLabel
  298. AlignWithMargins = True
  299. Left = 6
  300. Top = 22
  301. Width = 1081
  302. Height = 17
  303. Margins.Right = 20
  304. Align = alTop
  305. Caption = ' VMS '#44256#51221#49828#52992#51460#51060' '#46321#47197#46104#47732' '#54364#52636#44592#44036' '#46041#50504' '#54644#45817' VMS'#50640#45716' '#51088#46041#49828#52992#51460' '#51221#48372#44032' '#54364#52636#46104#51648' '#50506#49845#45768#45796'.'
  306. Font.Charset = DEFAULT_CHARSET
  307. Font.Color = clBlue
  308. Font.Height = -13
  309. Font.Name = #47569#51008' '#44256#46357
  310. Font.Style = [fsBold]
  311. ParentFont = False
  312. ExplicitWidth = 584
  313. end
  314. object PnlMenu: TPanel
  315. Left = 3
  316. Top = 711
  317. Width = 1104
  318. Height = 43
  319. Align = alBottom
  320. BevelOuter = bvNone
  321. TabOrder = 0
  322. DesignSize = (
  323. 1104
  324. 43)
  325. object BtnDelete: TcxButton
  326. Tag = 4
  327. Left = 283
  328. Top = 15
  329. Width = 80
  330. Height = 25
  331. Cursor = crHandPoint
  332. Hint = #45936#51060#53552' '#49325#51228
  333. Anchors = [akLeft, akBottom]
  334. Caption = #49325#51228
  335. Colors.Default = 10737865
  336. TabOrder = 0
  337. Visible = False
  338. Font.Charset = DEFAULT_CHARSET
  339. Font.Color = clBlack
  340. Font.Height = -13
  341. Font.Name = #47569#51008' '#44256#46357
  342. Font.Style = [fsBold]
  343. ParentFont = False
  344. end
  345. object BtnSave: TcxButton
  346. Tag = 5
  347. Left = 5
  348. Top = 15
  349. Width = 130
  350. Height = 25
  351. Cursor = crHandPoint
  352. Hint = #54788#51116' '#49440#53469#54620' VMS'#50640' '#45824#54620' '#49828#52992#51460' '#51089#50629#51012' '#51200#51109
  353. Anchors = [akLeft, akBottom]
  354. Caption = #49828#52992#51460' '#51200#51109
  355. Colors.Default = 10737865
  356. TabOrder = 1
  357. Font.Charset = DEFAULT_CHARSET
  358. Font.Color = clBlack
  359. Font.Height = -13
  360. Font.Name = #47569#51008' '#44256#46357
  361. Font.Style = [fsBold]
  362. ParentFont = False
  363. OnClick = BtnSaveClick
  364. end
  365. object BtnAllEdit: TcxButton
  366. Left = 486
  367. Top = 15
  368. Width = 150
  369. Height = 25
  370. Cursor = crHandPoint
  371. Hint = #49440#53469#54620' '#46321#47197' '#49828#52992#51460#50640' '#45824#54644' '#51204#52404' VMS'#47484' '#45824#49345#51004#47196' '#54200#51665
  372. Anchors = [akLeft, akBottom]
  373. Caption = #51204#52404' VMS '#54200#51665
  374. Colors.Default = 10737865
  375. Glyph.Data = {
  376. B6030000424DB603000000000000360000002800000012000000100000000100
  377. 1800000000008003000012170000121700000000000000000000C0C0C0C0C0C0
  378. C0C0C0C0C0C0C0C0C0C0C0C06868680000009D9D9DC0C0C0C0C0C0C0C0C0C0C0
  379. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  380. C08B8B8B41667291E2FD1A292E000000454545C0C0C0C0C0C0C0C0C0C0C0C0C0
  381. C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C08B8B8B41667291
  382. E2FD91E2FD91E2FD5C8FA1000000000000AEAEAEC0C0C0C0C0C0C0C0C0C0C0C0
  383. 0000C0C0C0C0C0C0C0C0C0C0C0C0AEAEAE273D4491E2FD91E2FD91E2FD91E2FD
  384. 91E2FD91E2FD91E2FD4F7B8A48717E536970606060AEAEAE0000C0C0C0C0C0C0
  385. C0C0C0C0C0C01E252891E2FD91E2FD617F89686868CCDBE091E2FD91E2FD91E2
  386. FD91E2FD91E2FD4F7B8A7A7A7AC0C0C00000C0C0C0C0C0C0C0C0C0C0C0C01E25
  387. 2891E2FD91E2FD6A88924D4D4D2A2A2A767676AFDCEA91E2FD91E2FD91E2FD4F
  388. 7B8A7A7A7AC0C0C00000C0C0C0C0C0C0C0C0C034343483CDE591E2FD91E2FDBC
  389. D9E33D3D3DE7E7E77878784F7B8991E2FD91E2FD69A4B8575757C0C0C0C0C0C0
  390. 0000C0C0C0C0C0C08B8B8B4E6C758AD7F191E2FD91E2FD91E2FD7BABBB4F4743
  391. AD7151B9785757686B83CDE64E6C768B8B8BC0C0C0C0C0C00000C0C0C0C0C0C0
  392. C0C0C08E8A34827D11C0C0C0C0C0C0C0C0C099DBF176B9CF5C3C2BFFA678FFA6
  393. 7828201CC0C0C0C0C0C0C0C0C0C0C0C00000B3B29D7C7700A19E688E8A34827D
  394. 11ADAC8B7C7700A7A57A99DBF191E2FD5C8FA18A5A41FFA678E7976D343434C0
  395. C0C0C0C0C0C0C0C00000B3B29D7C77007C77007C77007C77007C77007C7700A7
  396. A57A99DBF191E2FD91E2FD416673B97857FFA678B97857575757C0C0C0C0C0C0
  397. 00009E9B60918E3D7C77009491459A98577C77008B872B9E9B6093D4DF91E2FD
  398. 91E2FD69A4B8596468875B44FFA678C5805C6B5B52ACACAC00007C77007C7700
  399. 7C7700ADAC8BB9B9AE7C77007C77007C77008DCECE91E2FD5C8FA1686868C0C0
  400. C0AEAEAE452D20FFA6786747360303030000C0C0C0A7A57A7C77007C77007C77
  401. 007C77009A9857C0C0C099DBF191E2FD5C8FA1686868C0C0C0C0C0C08B8B8B1D
  402. 1D1D6A6A6A2525250000B3B29D7C77007C77007C77007C77007C77007C7700A7
  403. A57A99DBF176B9CF454545C0C0C0C0C0C0C0C0C0C0C0C0686868292929767676
  404. 0000B9B9AE9E9B60B0AF948E8A34827D11B6B6A59E9B60B3B29D5D7E894C6D78
  405. 828282C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000}
  406. Spacing = 6
  407. TabOrder = 2
  408. Font.Charset = DEFAULT_CHARSET
  409. Font.Color = clBlack
  410. Font.Height = -13
  411. Font.Name = #47569#51008' '#44256#46357
  412. Font.Style = [fsBold]
  413. ParentFont = False
  414. OnClick = BtnAllEditClick
  415. end
  416. object BtnAllAdd: TcxButton
  417. Tag = 1
  418. Left = 732
  419. Top = 15
  420. Width = 150
  421. Height = 25
  422. Cursor = crHandPoint
  423. Hint = #49440#53469#54620' '#54268' '#51221#48372#47484' '#51204#52404' VMS'#50640' '#46321#47197
  424. Anchors = [akLeft, akBottom]
  425. Caption = #51204#52404' VMS '#46321#47197
  426. Colors.Default = 10737865
  427. Glyph.Data = {
  428. 06030000424D06030000000000003600000028000000100000000F0000000100
  429. 180000000000D0020000120B0000120B00000000000000000000C0C0C0C0C0C0
  430. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  431. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C078787878
  432. 7878787878787878787878C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  433. C0C0C0C0C0C0C0C0C0000000000000000000000000000000787878C0C0C0C0C0
  434. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C2C2C2C0C0C0C0C0C000000049748C49
  435. 748C49748C000000787878C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  436. C0C0C0C0C0C0C0C0C000000049748CADDFFC49748C000000787878C0C0C0C0C0
  437. C0C0C0C0C0C0C0C0C0C0C0C0C0C0BFBE78787878787878787800000049748CAD
  438. DFFC49748C000000787878787878787878787878787878C0C0C0C0C0C0000000
  439. 00000000000000000000000049748CADDFFC49748C0000000000000000000000
  440. 00000000787878C0C0C0C0C0C000000049748C49748C49748C49748C49748CAD
  441. DFFC49748C49748C49748C49748C49748C000000787878C0C0C0C0C0C0000000
  442. 49748CADDFFCADDFFCADDFFCADDFFCADDFFCADDFFCADDFFCADDFFCADDFFC4974
  443. 8C000000787878C0C0C0C0C0C000000049748C49748C49748C49748C49748CAD
  444. DFFC49748C49748C49748C49748C49748C000000C0C0C0C0C0C0C0C0C0000000
  445. 00000000000000000000000049748CADDFFC49748C0000000000000000000000
  446. 00000000C5C5C5C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000000049748CAD
  447. DFFC49748C000000787878C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  448. C0C0C0C1C1C1C0C0C000000049748CADDFFC49748C000000787878C0C0C0C0C0
  449. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C1C1C1C0C0C000000049748C49
  450. 748C49748C000000787878C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  451. C0C0C0C0C0C0C0C0C0000000000000000000000000000000C0C0C0C0C0C0C0C0
  452. C0C0C0C0C0C0C0C0C0C0}
  453. Spacing = 6
  454. TabOrder = 3
  455. Font.Charset = DEFAULT_CHARSET
  456. Font.Color = clBlack
  457. Font.Height = -13
  458. Font.Name = #47569#51008' '#44256#46357
  459. Font.Style = [fsBold]
  460. ParentFont = False
  461. OnClick = BtnAllEditClick
  462. end
  463. end
  464. object PgVmsSch: TcxPageControl
  465. Left = 3
  466. Top = 65
  467. Width = 1104
  468. Height = 625
  469. Cursor = crHandPoint
  470. Align = alClient
  471. TabOrder = 1
  472. Properties.ActivePage = TabFixed
  473. ClientRectBottom = 620
  474. ClientRectLeft = 2
  475. ClientRectRight = 1099
  476. ClientRectTop = 28
  477. object TabFixed: TcxTabSheet
  478. Tag = 5
  479. Caption = ' '#44256#51221' '#49828#52992#51460' '
  480. ImageIndex = 0
  481. object PnlFixed: TPanel
  482. Left = 0
  483. Top = 0
  484. Width = 1097
  485. Height = 592
  486. Align = alClient
  487. BevelOuter = bvNone
  488. TabOrder = 0
  489. object cxGroupBox8: TcxGroupBox
  490. Left = 0
  491. Top = 0
  492. Align = alClient
  493. Caption = #44256#51221' '#49828#52992#51460
  494. TabOrder = 0
  495. Height = 592
  496. Width = 632
  497. object CxGrid6: TcxGrid
  498. Left = 3
  499. Top = 19
  500. Width = 626
  501. Height = 563
  502. Align = alClient
  503. TabOrder = 0
  504. object TvGrid6: TcxGridTableView
  505. Tag = 5
  506. OnCellDblClick = TvGridCellDblClick
  507. DataController.Summary.DefaultGroupSummaryItems = <>
  508. DataController.Summary.FooterSummaryItems = <>
  509. DataController.Summary.SummaryGroups = <>
  510. OptionsCustomize.ColumnFiltering = False
  511. OptionsData.CancelOnExit = False
  512. OptionsData.Deleting = False
  513. OptionsData.DeletingConfirmation = False
  514. OptionsData.Inserting = False
  515. OptionsSelection.HideFocusRectOnExit = False
  516. OptionsSelection.HideSelection = True
  517. OptionsView.ColumnAutoWidth = True
  518. OptionsView.DataRowHeight = 64
  519. OptionsView.GroupByBox = False
  520. object cxGridColumn37: TcxGridColumn
  521. Caption = #54268' ID'
  522. PropertiesClassName = 'TcxLabelProperties'
  523. Properties.Alignment.Horz = taCenter
  524. Properties.Alignment.Vert = taVCenter
  525. GroupSummaryAlignment = taCenter
  526. HeaderAlignmentHorz = taCenter
  527. HeaderAlignmentVert = vaCenter
  528. HeaderGlyphAlignmentHorz = taCenter
  529. Width = 55
  530. end
  531. object cxGridColumn38: TcxGridColumn
  532. Caption = #54268' '#47112#51060#50500#50883
  533. DataBinding.ValueType = 'Variant'
  534. PropertiesClassName = 'TcxImageProperties'
  535. Properties.GraphicClassName = 'TdxSmartImage'
  536. GroupSummaryAlignment = taCenter
  537. HeaderAlignmentHorz = taCenter
  538. HeaderAlignmentVert = vaCenter
  539. HeaderGlyphAlignmentHorz = taCenter
  540. Width = 330
  541. end
  542. object cxGridColumn39: TcxGridColumn
  543. Caption = #51228#44277#44396#44036
  544. PropertiesClassName = 'TcxLabelProperties'
  545. Properties.Alignment.Horz = taCenter
  546. Properties.Alignment.Vert = taVCenter
  547. Visible = False
  548. GroupSummaryAlignment = taCenter
  549. HeaderAlignmentHorz = taCenter
  550. HeaderAlignmentVert = vaCenter
  551. HeaderGlyphAlignmentHorz = taCenter
  552. VisibleForCustomization = False
  553. Width = 60
  554. end
  555. object cxGridColumn40: TcxGridColumn
  556. Caption = #54364#52636'('#52488')'
  557. PropertiesClassName = 'TcxComboBoxProperties'
  558. Properties.Alignment.Horz = taCenter
  559. Properties.Alignment.Vert = taVCenter
  560. Properties.DropDownListStyle = lsFixedList
  561. Properties.ImmediatePost = True
  562. Properties.Items.Strings = (
  563. '1'
  564. '2'
  565. '3'
  566. '4'
  567. '5'
  568. '6'
  569. '7'
  570. '8'
  571. '9'
  572. '10')
  573. GroupSummaryAlignment = taCenter
  574. HeaderAlignmentHorz = taCenter
  575. HeaderAlignmentVert = vaCenter
  576. HeaderGlyphAlignmentHorz = taCenter
  577. Width = 60
  578. end
  579. object cxGridColumn41: TcxGridColumn
  580. Caption = #49884#51089#49884#44033
  581. PropertiesClassName = 'TcxTextEditProperties'
  582. Properties.Alignment.Horz = taCenter
  583. Properties.Alignment.Vert = taVCenter
  584. GroupSummaryAlignment = taCenter
  585. HeaderAlignmentHorz = taCenter
  586. HeaderAlignmentVert = vaCenter
  587. HeaderGlyphAlignmentHorz = taCenter
  588. Options.Editing = False
  589. Width = 80
  590. end
  591. object cxGridColumn42: TcxGridColumn
  592. Caption = #51333#47308#49884#44033
  593. PropertiesClassName = 'TcxTextEditProperties'
  594. Properties.Alignment.Horz = taCenter
  595. Properties.Alignment.Vert = taVCenter
  596. GroupSummaryAlignment = taCenter
  597. HeaderAlignmentHorz = taCenter
  598. HeaderAlignmentVert = vaCenter
  599. HeaderGlyphAlignmentHorz = taCenter
  600. Options.Editing = False
  601. Width = 80
  602. end
  603. object cxGridColumn43: TcxGridColumn
  604. Caption = #49324#50857
  605. PropertiesClassName = 'TcxComboBoxProperties'
  606. Properties.Alignment.Horz = taCenter
  607. Properties.Alignment.Vert = taVCenter
  608. Properties.DropDownListStyle = lsFixedList
  609. Properties.ImmediatePost = True
  610. Properties.Items.Strings = (
  611. 'Y'
  612. 'N')
  613. GroupSummaryAlignment = taCenter
  614. HeaderAlignmentHorz = taCenter
  615. HeaderAlignmentVert = vaCenter
  616. HeaderGlyphAlignmentHorz = taCenter
  617. end
  618. object cxGridColumn44: TcxGridColumn
  619. PropertiesClassName = 'TcxTextEditProperties'
  620. Visible = False
  621. GroupSummaryAlignment = taCenter
  622. HeaderAlignmentHorz = taCenter
  623. HeaderAlignmentVert = vaCenter
  624. HeaderGlyphAlignmentHorz = taCenter
  625. end
  626. object cxGridColumn45: TcxGridColumn
  627. PropertiesClassName = 'TcxTextEditProperties'
  628. Visible = False
  629. GroupSummaryAlignment = taCenter
  630. HeaderAlignmentHorz = taCenter
  631. HeaderAlignmentVert = vaCenter
  632. HeaderGlyphAlignmentHorz = taCenter
  633. end
  634. object TvGrid6Column1: TcxGridColumn
  635. PropertiesClassName = 'TcxTextEditProperties'
  636. Visible = False
  637. end
  638. object TvGrid6Column2: TcxGridColumn
  639. PropertiesClassName = 'TcxTextEditProperties'
  640. Visible = False
  641. end
  642. object TvGrid6Column3: TcxGridColumn
  643. PropertiesClassName = 'TcxTextEditProperties'
  644. Visible = False
  645. end
  646. object TvGrid6Column4: TcxGridColumn
  647. PropertiesClassName = 'TcxTextEditProperties'
  648. Visible = False
  649. end
  650. object TvGrid6Column5: TcxGridColumn
  651. Caption = 'VMS'#50976#54805#53076#46300
  652. PropertiesClassName = 'TcxTextEditProperties'
  653. Properties.Alignment.Horz = taCenter
  654. Properties.Alignment.Vert = taVCenter
  655. Visible = False
  656. VisibleForCustomization = False
  657. end
  658. object TvGrid6Column6: TcxGridColumn
  659. Caption = #54268#49353#49345
  660. PropertiesClassName = 'TcxTextEditProperties'
  661. Properties.Alignment.Horz = taCenter
  662. Properties.Alignment.Vert = taVCenter
  663. Visible = False
  664. VisibleForCustomization = False
  665. end
  666. object TvGrid6Column7: TcxGridColumn
  667. Caption = #54268#50976#54805
  668. PropertiesClassName = 'TcxTextEditProperties'
  669. Properties.Alignment.Horz = taCenter
  670. Properties.Alignment.Vert = taVCenter
  671. Visible = False
  672. VisibleForCustomization = False
  673. end
  674. end
  675. object GlGrid6: TcxGridLevel
  676. GridView = TvGrid6
  677. end
  678. end
  679. end
  680. object Panel7: TPanel
  681. Left = 632
  682. Top = 0
  683. Width = 95
  684. Height = 592
  685. Align = alRight
  686. BevelOuter = bvNone
  687. TabOrder = 1
  688. object BtnListAdd6: TcxButton
  689. Tag = 5
  690. Left = 8
  691. Top = 125
  692. Width = 80
  693. Height = 25
  694. Cursor = crHandPoint
  695. Hint = #49828#52992#51460' '#52628#44032
  696. Caption = #9664' '#52628#44032
  697. Colors.Default = 10737865
  698. LookAndFeel.NativeStyle = False
  699. TabOrder = 0
  700. OnClick = BtnListAddClick
  701. end
  702. object cxButton6: TcxButton
  703. Tag = 5
  704. Left = 8
  705. Top = 161
  706. Width = 80
  707. Height = 25
  708. Cursor = crHandPoint
  709. Hint = #49828#52992#51460' '#49325#51228
  710. Caption = #49325#51228' '#9654
  711. Colors.Default = 10737865
  712. LookAndFeel.NativeStyle = False
  713. TabOrder = 1
  714. OnClick = BtnListDeleteClick
  715. end
  716. end
  717. object cxGroupBox9: TcxGroupBox
  718. Left = 727
  719. Top = 0
  720. Align = alRight
  721. Caption = #54861#48372' '#54268
  722. TabOrder = 2
  723. Height = 592
  724. Width = 370
  725. object CxForm6: TcxGrid
  726. Left = 3
  727. Top = 19
  728. Width = 364
  729. Height = 563
  730. Align = alClient
  731. TabOrder = 0
  732. object TvForm6: TcxGridTableView
  733. Tag = 5
  734. OnCellDblClick = TvFormCellDblClick
  735. DataController.Summary.DefaultGroupSummaryItems = <>
  736. DataController.Summary.FooterSummaryItems = <>
  737. DataController.Summary.SummaryGroups = <>
  738. OptionsCustomize.ColumnFiltering = False
  739. OptionsSelection.HideFocusRectOnExit = False
  740. OptionsSelection.HideSelection = True
  741. OptionsView.ColumnAutoWidth = True
  742. OptionsView.DataRowHeight = 64
  743. OptionsView.GroupByBox = False
  744. object cxGridColumn46: TcxGridColumn
  745. Caption = #54268' ID'
  746. PropertiesClassName = 'TcxLabelProperties'
  747. Properties.Alignment.Horz = taCenter
  748. Properties.Alignment.Vert = taVCenter
  749. GroupSummaryAlignment = taCenter
  750. HeaderAlignmentHorz = taCenter
  751. HeaderAlignmentVert = vaCenter
  752. HeaderGlyphAlignmentHorz = taCenter
  753. Options.Editing = False
  754. Width = 55
  755. end
  756. object cxGridColumn47: TcxGridColumn
  757. Caption = #54268' '#47112#51060#50500#50883
  758. DataBinding.ValueType = 'Variant'
  759. PropertiesClassName = 'TcxImageProperties'
  760. Properties.GraphicClassName = 'TdxSmartImage'
  761. GroupSummaryAlignment = taCenter
  762. HeaderAlignmentHorz = taCenter
  763. HeaderAlignmentVert = vaCenter
  764. HeaderGlyphAlignmentHorz = taCenter
  765. Options.Editing = False
  766. Width = 347
  767. end
  768. object cxGridColumn48: TcxGridColumn
  769. Visible = False
  770. GroupSummaryAlignment = taCenter
  771. HeaderAlignmentHorz = taCenter
  772. HeaderAlignmentVert = vaCenter
  773. HeaderGlyphAlignmentHorz = taCenter
  774. end
  775. object cxGridColumn49: TcxGridColumn
  776. Visible = False
  777. GroupSummaryAlignment = taCenter
  778. HeaderAlignmentHorz = taCenter
  779. HeaderAlignmentVert = vaCenter
  780. HeaderGlyphAlignmentHorz = taCenter
  781. end
  782. object cxGridColumn50: TcxGridColumn
  783. Visible = False
  784. GroupSummaryAlignment = taCenter
  785. HeaderAlignmentHorz = taCenter
  786. HeaderAlignmentVert = vaCenter
  787. HeaderGlyphAlignmentHorz = taCenter
  788. end
  789. object cxGridColumn51: TcxGridColumn
  790. Visible = False
  791. GroupSummaryAlignment = taCenter
  792. HeaderAlignmentHorz = taCenter
  793. HeaderAlignmentVert = vaCenter
  794. HeaderGlyphAlignmentHorz = taCenter
  795. end
  796. object cxGridColumn52: TcxGridColumn
  797. Visible = False
  798. GroupSummaryAlignment = taCenter
  799. HeaderAlignmentHorz = taCenter
  800. HeaderAlignmentVert = vaCenter
  801. HeaderGlyphAlignmentHorz = taCenter
  802. end
  803. object cxGridColumn53: TcxGridColumn
  804. Visible = False
  805. GroupSummaryAlignment = taCenter
  806. HeaderAlignmentHorz = taCenter
  807. HeaderAlignmentVert = vaCenter
  808. HeaderGlyphAlignmentHorz = taCenter
  809. end
  810. object cxGridColumn54: TcxGridColumn
  811. Visible = False
  812. GroupSummaryAlignment = taCenter
  813. HeaderAlignmentHorz = taCenter
  814. HeaderAlignmentVert = vaCenter
  815. HeaderGlyphAlignmentHorz = taCenter
  816. end
  817. end
  818. object GlForm6: TcxGridLevel
  819. GridView = TvForm6
  820. end
  821. end
  822. end
  823. end
  824. end
  825. end
  826. object cxLabel1: TcxLabel
  827. Left = 3
  828. Top = 690
  829. Align = alBottom
  830. Caption = ' '#49828#52992#51460' '#47785#47197#51012' '#45908#48660#53364#47533#54616#47732' '#49464#48512#54637#47785#51012' '#49688#51221#54616#49892' '#49688' '#51080#49845#45768#45796'.'
  831. ParentColor = False
  832. ParentFont = False
  833. Style.Color = clBtnFace
  834. Style.Font.Charset = DEFAULT_CHARSET
  835. Style.Font.Color = clBlue
  836. Style.Font.Height = -13
  837. Style.Font.Name = #47569#51008' '#44256#46357
  838. Style.Font.Style = [fsBold]
  839. Style.LookAndFeel.NativeStyle = True
  840. Style.TextStyle = [fsBold]
  841. Style.IsFontAssigned = True
  842. StyleDisabled.LookAndFeel.NativeStyle = True
  843. StyleFocused.LookAndFeel.NativeStyle = True
  844. StyleHot.LookAndFeel.NativeStyle = True
  845. Properties.Alignment.Horz = taLeftJustify
  846. Properties.Alignment.Vert = taVCenter
  847. Transparent = True
  848. AnchorY = 701
  849. end
  850. end
  851. end
  852. end
  853. end
  854. object BtnSearch: TcxButton
  855. Left = 1345
  856. Top = 11
  857. Width = 80
  858. Height = 25
  859. Cursor = crHandPoint
  860. Hint = #51312#54924
  861. Anchors = [akTop, akRight]
  862. Caption = #51312#54924
  863. Colors.Default = 10737865
  864. LookAndFeel.NativeStyle = False
  865. TabOrder = 3
  866. Visible = False
  867. Font.Charset = DEFAULT_CHARSET
  868. Font.Color = clBlack
  869. Font.Height = -13
  870. Font.Name = #47569#51008' '#44256#46357
  871. Font.Style = [fsBold]
  872. ParentFont = False
  873. OnClick = BtnSearchClick
  874. end
  875. object EdVmsNmbr: TcxTextEdit
  876. Left = 545
  877. Top = 8
  878. ImeMode = imSAlpha
  879. Properties.Alignment.Horz = taCenter
  880. Properties.Alignment.Vert = taVCenter
  881. Properties.ImeMode = imSAlpha
  882. Properties.MaxLength = 0
  883. Properties.ReadOnly = True
  884. Style.LookAndFeel.Kind = lfUltraFlat
  885. Style.LookAndFeel.NativeStyle = False
  886. Style.Shadow = False
  887. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  888. StyleDisabled.LookAndFeel.NativeStyle = False
  889. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  890. StyleFocused.LookAndFeel.NativeStyle = False
  891. StyleHot.LookAndFeel.Kind = lfUltraFlat
  892. StyleHot.LookAndFeel.NativeStyle = False
  893. TabOrder = 4
  894. Visible = False
  895. Width = 83
  896. end
  897. object lblTitle: TcxLabel
  898. Left = 27
  899. Top = 295
  900. Caption = #9654' '#44256#51221' '#49828#52992#51460' '#49444#51221
  901. Transparent = True
  902. Visible = False
  903. end
  904. object lblErr2: TcxLabel
  905. Left = 29
  906. Top = 391
  907. Caption = 'VMS '#44256#51221' '#49828#52992#51460' '#44288#47532#13#10'VMS '#47785#47197#50640#49436' VMS'#47484' '#47676#51200' '#49440#53469#54620' '#54980' '#51089#50629#51012' '#51652#54665#54616#49464#50836'.'
  908. Transparent = True
  909. Visible = False
  910. end
  911. object lblErr3: TcxLabel
  912. Left = 29
  913. Top = 435
  914. Caption = #49440#53469#54620' VMS'#51032' '#44256#51221' '#49828#52992#51460' '#51221#48372#47484' '#51200#51109#54616#49884#44192#49845#45768#44620'?'
  915. Transparent = True
  916. Visible = False
  917. end
  918. object lblErr4: TcxLabel
  919. Left = 29
  920. Top = 506
  921. Caption = 'VMS '#44256#51221' '#49828#52992#51460' '#44288#47532#13#10'VMS '#44256#51221' '#49828#52992#51460' '#51221#48372#47484' '#51200#51109' '#54616#50688#49845#45768#45796'.'
  922. Transparent = True
  923. Visible = False
  924. end
  925. object TmrShow: TTimer
  926. Enabled = False
  927. Interval = 300
  928. OnTimer = TmrShowTimer
  929. Left = 876
  930. Top = 8
  931. end
  932. object VmsDesigner1: VmsDesigner
  933. Left = 688
  934. Top = 8
  935. end
  936. end