VMSM800MF.dfm 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918
  1. object VMSM800M: TVMSM800M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. Caption = 'VMS Default Schedule Management'
  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 = 'Tahoma'
  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 = 16
  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 = 1438
  67. Top = 11
  68. Width = 75
  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 = 24
  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 List'
  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 = 18
  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 = 8
  141. Caption = 'VMS Size'
  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 = 57
  175. Width = 379
  176. Height = 697
  177. Align = alClient
  178. TabOrder = 1
  179. ExplicitLeft = 3
  180. ExplicitTop = 57
  181. ExplicitWidth = 379
  182. ExplicitHeight = 697
  183. inherited CxList: TcxGrid
  184. Width = 379
  185. Height = 635
  186. ExplicitWidth = 379
  187. ExplicitHeight = 635
  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 = 666
  226. Width = 379
  227. ExplicitTop = 666
  228. ExplicitWidth = 379
  229. inherited LblRecords: TLabel
  230. Left = 267
  231. Width = 26
  232. Height = 16
  233. ExplicitLeft = 267
  234. ExplicitWidth = 26
  235. ExplicitHeight = 16
  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' Default Schedule'
  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 LblInfo1: TLabel
  281. AlignWithMargins = True
  282. Left = 6
  283. Top = 21
  284. Width = 1081
  285. Height = 16
  286. Margins.Right = 20
  287. Align = alTop
  288. Caption =
  289. ' VMS '#44592#48376#49828#52992#51460#51060' VMS '#51228#50612#44592#47196' '#45796#50868#47196#46300' '#46104#47732' VMS'#51228#50612#44592#44032' '#53685#49888' OFF LINE'#51068' '#44221#50864' '#54364#52636#46104#45716' '#49828#52992#51460' '#51077#45768 +
  290. #45796'.'
  291. Font.Charset = DEFAULT_CHARSET
  292. Font.Color = clBlue
  293. Font.Height = -13
  294. Font.Name = 'Tahoma'
  295. Font.Style = [fsBold]
  296. ParentFont = False
  297. Visible = False
  298. ExplicitWidth = 752
  299. end
  300. object PnlMenu: TPanel
  301. Left = 3
  302. Top = 711
  303. Width = 1104
  304. Height = 43
  305. Align = alBottom
  306. BevelOuter = bvNone
  307. TabOrder = 0
  308. DesignSize = (
  309. 1104
  310. 43)
  311. object BtnDelete: TcxButton
  312. Tag = 4
  313. Left = 283
  314. Top = 15
  315. Width = 75
  316. Height = 25
  317. Cursor = crHandPoint
  318. Hint = #45936#51060#53552' '#49325#51228
  319. Anchors = [akLeft, akBottom]
  320. Caption = #49325#51228
  321. Colors.Default = 10737865
  322. TabOrder = 0
  323. Visible = False
  324. Font.Charset = DEFAULT_CHARSET
  325. Font.Color = clBlack
  326. Font.Height = -13
  327. Font.Name = #47569#51008' '#44256#46357
  328. Font.Style = [fsBold]
  329. ParentFont = False
  330. end
  331. object BtnSave: TcxButton
  332. Tag = 5
  333. Left = 5
  334. Top = 15
  335. Width = 130
  336. Height = 25
  337. Cursor = crHandPoint
  338. Hint = 'Save scheduled tasks for the currently selected VMS'
  339. Anchors = [akLeft, akBottom]
  340. Caption = 'Save Schedule'
  341. Colors.Default = 10737865
  342. TabOrder = 1
  343. Font.Charset = DEFAULT_CHARSET
  344. Font.Color = clBlack
  345. Font.Height = -13
  346. Font.Name = 'Tahoma'
  347. Font.Style = [fsBold]
  348. ParentFont = False
  349. OnClick = BtnSaveClick
  350. end
  351. object BtnAllEdit: TcxButton
  352. Left = 486
  353. Top = 15
  354. Width = 130
  355. Height = 25
  356. Cursor = crHandPoint
  357. Hint = 'Editing the entire VMS for the selected registration schedule'
  358. Anchors = [akLeft, akBottom]
  359. Caption = 'Edit All VMS'
  360. Colors.Default = 10737865
  361. Glyph.Data = {
  362. B6030000424DB603000000000000360000002800000012000000100000000100
  363. 1800000000008003000012170000121700000000000000000000C0C0C0C0C0C0
  364. C0C0C0C0C0C0C0C0C0C0C0C06868680000009D9D9DC0C0C0C0C0C0C0C0C0C0C0
  365. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  366. C08B8B8B41667291E2FD1A292E000000454545C0C0C0C0C0C0C0C0C0C0C0C0C0
  367. C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C08B8B8B41667291
  368. E2FD91E2FD91E2FD5C8FA1000000000000AEAEAEC0C0C0C0C0C0C0C0C0C0C0C0
  369. 0000C0C0C0C0C0C0C0C0C0C0C0C0AEAEAE273D4491E2FD91E2FD91E2FD91E2FD
  370. 91E2FD91E2FD91E2FD4F7B8A48717E536970606060AEAEAE0000C0C0C0C0C0C0
  371. C0C0C0C0C0C01E252891E2FD91E2FD617F89686868CCDBE091E2FD91E2FD91E2
  372. FD91E2FD91E2FD4F7B8A7A7A7AC0C0C00000C0C0C0C0C0C0C0C0C0C0C0C01E25
  373. 2891E2FD91E2FD6A88924D4D4D2A2A2A767676AFDCEA91E2FD91E2FD91E2FD4F
  374. 7B8A7A7A7AC0C0C00000C0C0C0C0C0C0C0C0C034343483CDE591E2FD91E2FDBC
  375. D9E33D3D3DE7E7E77878784F7B8991E2FD91E2FD69A4B8575757C0C0C0C0C0C0
  376. 0000C0C0C0C0C0C08B8B8B4E6C758AD7F191E2FD91E2FD91E2FD7BABBB4F4743
  377. AD7151B9785757686B83CDE64E6C768B8B8BC0C0C0C0C0C00000C0C0C0C0C0C0
  378. C0C0C08E8A34827D11C0C0C0C0C0C0C0C0C099DBF176B9CF5C3C2BFFA678FFA6
  379. 7828201CC0C0C0C0C0C0C0C0C0C0C0C00000B3B29D7C7700A19E688E8A34827D
  380. 11ADAC8B7C7700A7A57A99DBF191E2FD5C8FA18A5A41FFA678E7976D343434C0
  381. C0C0C0C0C0C0C0C00000B3B29D7C77007C77007C77007C77007C77007C7700A7
  382. A57A99DBF191E2FD91E2FD416673B97857FFA678B97857575757C0C0C0C0C0C0
  383. 00009E9B60918E3D7C77009491459A98577C77008B872B9E9B6093D4DF91E2FD
  384. 91E2FD69A4B8596468875B44FFA678C5805C6B5B52ACACAC00007C77007C7700
  385. 7C7700ADAC8BB9B9AE7C77007C77007C77008DCECE91E2FD5C8FA1686868C0C0
  386. C0AEAEAE452D20FFA6786747360303030000C0C0C0A7A57A7C77007C77007C77
  387. 007C77009A9857C0C0C099DBF191E2FD5C8FA1686868C0C0C0C0C0C08B8B8B1D
  388. 1D1D6A6A6A2525250000B3B29D7C77007C77007C77007C77007C77007C7700A7
  389. A57A99DBF176B9CF454545C0C0C0C0C0C0C0C0C0C0C0C0686868292929767676
  390. 0000B9B9AE9E9B60B0AF948E8A34827D11B6B6A59E9B60B3B29D5D7E894C6D78
  391. 828282C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000}
  392. Spacing = 6
  393. TabOrder = 2
  394. Font.Charset = DEFAULT_CHARSET
  395. Font.Color = clBlack
  396. Font.Height = -13
  397. Font.Name = 'Tahoma'
  398. Font.Style = [fsBold]
  399. ParentFont = False
  400. OnClick = BtnAllEditClick
  401. end
  402. object BtnAllAdd: TcxButton
  403. Tag = 1
  404. Left = 732
  405. Top = 15
  406. Width = 130
  407. Height = 25
  408. Cursor = crHandPoint
  409. Hint = 'Register the selected form information in the entire VMS'
  410. Anchors = [akLeft, akBottom]
  411. Caption = 'Save All VMS'
  412. Colors.Default = 10737865
  413. Glyph.Data = {
  414. 06030000424D06030000000000003600000028000000100000000F0000000100
  415. 180000000000D0020000120B0000120B00000000000000000000C0C0C0C0C0C0
  416. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  417. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C078787878
  418. 7878787878787878787878C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  419. C0C0C0C0C0C0C0C0C0000000000000000000000000000000787878C0C0C0C0C0
  420. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C2C2C2C0C0C0C0C0C000000049748C49
  421. 748C49748C000000787878C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  422. C0C0C0C0C0C0C0C0C000000049748CADDFFC49748C000000787878C0C0C0C0C0
  423. C0C0C0C0C0C0C0C0C0C0C0C0C0C0BFBE78787878787878787800000049748CAD
  424. DFFC49748C000000787878787878787878787878787878C0C0C0C0C0C0000000
  425. 00000000000000000000000049748CADDFFC49748C0000000000000000000000
  426. 00000000787878C0C0C0C0C0C000000049748C49748C49748C49748C49748CAD
  427. DFFC49748C49748C49748C49748C49748C000000787878C0C0C0C0C0C0000000
  428. 49748CADDFFCADDFFCADDFFCADDFFCADDFFCADDFFCADDFFCADDFFCADDFFC4974
  429. 8C000000787878C0C0C0C0C0C000000049748C49748C49748C49748C49748CAD
  430. DFFC49748C49748C49748C49748C49748C000000C0C0C0C0C0C0C0C0C0000000
  431. 00000000000000000000000049748CADDFFC49748C0000000000000000000000
  432. 00000000C5C5C5C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000000049748CAD
  433. DFFC49748C000000787878C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  434. C0C0C0C1C1C1C0C0C000000049748CADDFFC49748C000000787878C0C0C0C0C0
  435. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C1C1C1C0C0C000000049748C49
  436. 748C49748C000000787878C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  437. C0C0C0C0C0C0C0C0C0000000000000000000000000000000C0C0C0C0C0C0C0C0
  438. C0C0C0C0C0C0C0C0C0C0}
  439. Spacing = 6
  440. TabOrder = 3
  441. Font.Charset = DEFAULT_CHARSET
  442. Font.Color = clBlack
  443. Font.Height = -13
  444. Font.Name = 'Tahoma'
  445. Font.Style = [fsBold]
  446. ParentFont = False
  447. OnClick = BtnAllEditClick
  448. end
  449. end
  450. object PgVmsSch: TcxPageControl
  451. Left = 3
  452. Top = 40
  453. Width = 1104
  454. Height = 651
  455. Cursor = crHandPoint
  456. Align = alClient
  457. TabOrder = 1
  458. Properties.ActivePage = TabFixed
  459. ExplicitTop = 45
  460. ExplicitHeight = 645
  461. ClientRectBottom = 646
  462. ClientRectLeft = 2
  463. ClientRectRight = 1099
  464. ClientRectTop = 27
  465. object TabFixed: TcxTabSheet
  466. Tag = 6
  467. Caption = ' Default Schedule '
  468. ImageIndex = 0
  469. ExplicitHeight = 613
  470. object PnlFixed: TPanel
  471. Left = 0
  472. Top = 0
  473. Width = 1097
  474. Height = 619
  475. Align = alClient
  476. BevelOuter = bvNone
  477. TabOrder = 0
  478. ExplicitHeight = 613
  479. object cxGroupBox8: TcxGroupBox
  480. Left = 0
  481. Top = 0
  482. Align = alClient
  483. Caption = 'Default Schedule'
  484. TabOrder = 0
  485. ExplicitHeight = 613
  486. Height = 619
  487. Width = 632
  488. object CxGrid6: TcxGrid
  489. Left = 3
  490. Top = 18
  491. Width = 626
  492. Height = 591
  493. Align = alClient
  494. TabOrder = 0
  495. ExplicitHeight = 585
  496. object TvGrid6: TcxGridTableView
  497. Tag = 6
  498. OnCellDblClick = TvGridCellDblClick
  499. DataController.Summary.DefaultGroupSummaryItems = <>
  500. DataController.Summary.FooterSummaryItems = <>
  501. DataController.Summary.SummaryGroups = <>
  502. OptionsCustomize.ColumnFiltering = False
  503. OptionsData.CancelOnExit = False
  504. OptionsData.Deleting = False
  505. OptionsData.DeletingConfirmation = False
  506. OptionsData.Inserting = False
  507. OptionsSelection.HideFocusRectOnExit = False
  508. OptionsSelection.HideSelection = True
  509. OptionsView.ColumnAutoWidth = True
  510. OptionsView.DataRowHeight = 64
  511. OptionsView.GroupByBox = False
  512. object cxGridColumn37: TcxGridColumn
  513. Caption = 'Form ID'
  514. PropertiesClassName = 'TcxLabelProperties'
  515. Properties.Alignment.Horz = taCenter
  516. Properties.Alignment.Vert = taVCenter
  517. GroupSummaryAlignment = taCenter
  518. HeaderAlignmentHorz = taCenter
  519. HeaderAlignmentVert = vaCenter
  520. HeaderGlyphAlignmentHorz = taCenter
  521. Width = 55
  522. end
  523. object cxGridColumn38: TcxGridColumn
  524. Caption = 'Form Layout'
  525. DataBinding.ValueType = 'Variant'
  526. PropertiesClassName = 'TcxImageProperties'
  527. Properties.GraphicClassName = 'TdxSmartImage'
  528. GroupSummaryAlignment = taCenter
  529. HeaderAlignmentHorz = taCenter
  530. HeaderAlignmentVert = vaCenter
  531. HeaderGlyphAlignmentHorz = taCenter
  532. Width = 330
  533. end
  534. object cxGridColumn39: TcxGridColumn
  535. Caption = #51228#44277#44396#44036
  536. PropertiesClassName = 'TcxLabelProperties'
  537. Properties.Alignment.Horz = taCenter
  538. Properties.Alignment.Vert = taVCenter
  539. Visible = False
  540. GroupSummaryAlignment = taCenter
  541. HeaderAlignmentHorz = taCenter
  542. HeaderAlignmentVert = vaCenter
  543. HeaderGlyphAlignmentHorz = taCenter
  544. VisibleForCustomization = False
  545. Width = 60
  546. end
  547. object cxGridColumn40: TcxGridColumn
  548. Caption = 'Time(Sec)'
  549. PropertiesClassName = 'TcxComboBoxProperties'
  550. Properties.Alignment.Horz = taCenter
  551. Properties.Alignment.Vert = taVCenter
  552. Properties.DropDownListStyle = lsFixedList
  553. Properties.ImmediatePost = True
  554. Properties.Items.Strings = (
  555. '1'
  556. '2'
  557. '3'
  558. '4'
  559. '5'
  560. '6'
  561. '7'
  562. '8'
  563. '9'
  564. '10')
  565. Visible = False
  566. GroupSummaryAlignment = taCenter
  567. HeaderAlignmentHorz = taCenter
  568. HeaderAlignmentVert = vaCenter
  569. HeaderGlyphAlignmentHorz = taCenter
  570. VisibleForCustomization = False
  571. Width = 60
  572. end
  573. object cxGridColumn41: TcxGridColumn
  574. Caption = 'Start Time'
  575. PropertiesClassName = 'TcxTextEditProperties'
  576. Properties.Alignment.Horz = taCenter
  577. Properties.Alignment.Vert = taVCenter
  578. GroupSummaryAlignment = taCenter
  579. HeaderAlignmentHorz = taCenter
  580. HeaderAlignmentVert = vaCenter
  581. HeaderGlyphAlignmentHorz = taCenter
  582. Options.Editing = False
  583. Width = 80
  584. end
  585. object cxGridColumn42: TcxGridColumn
  586. Caption = 'End Time'
  587. PropertiesClassName = 'TcxTextEditProperties'
  588. Properties.Alignment.Horz = taCenter
  589. Properties.Alignment.Vert = taVCenter
  590. GroupSummaryAlignment = taCenter
  591. HeaderAlignmentHorz = taCenter
  592. HeaderAlignmentVert = vaCenter
  593. HeaderGlyphAlignmentHorz = taCenter
  594. Options.Editing = False
  595. Width = 80
  596. end
  597. object cxGridColumn43: TcxGridColumn
  598. Caption = 'Use'
  599. PropertiesClassName = 'TcxComboBoxProperties'
  600. Properties.Alignment.Horz = taCenter
  601. Properties.Alignment.Vert = taVCenter
  602. Properties.DropDownListStyle = lsFixedList
  603. Properties.ImmediatePost = True
  604. Properties.Items.Strings = (
  605. 'Y'
  606. 'N')
  607. GroupSummaryAlignment = taCenter
  608. HeaderAlignmentHorz = taCenter
  609. HeaderAlignmentVert = vaCenter
  610. HeaderGlyphAlignmentHorz = taCenter
  611. end
  612. object cxGridColumn44: TcxGridColumn
  613. PropertiesClassName = 'TcxTextEditProperties'
  614. Visible = False
  615. GroupSummaryAlignment = taCenter
  616. HeaderAlignmentHorz = taCenter
  617. HeaderAlignmentVert = vaCenter
  618. HeaderGlyphAlignmentHorz = taCenter
  619. end
  620. object cxGridColumn45: TcxGridColumn
  621. PropertiesClassName = 'TcxTextEditProperties'
  622. Visible = False
  623. GroupSummaryAlignment = taCenter
  624. HeaderAlignmentHorz = taCenter
  625. HeaderAlignmentVert = vaCenter
  626. HeaderGlyphAlignmentHorz = taCenter
  627. end
  628. object TvGrid6Column1: TcxGridColumn
  629. PropertiesClassName = 'TcxTextEditProperties'
  630. Visible = False
  631. end
  632. object TvGrid6Column2: TcxGridColumn
  633. PropertiesClassName = 'TcxTextEditProperties'
  634. Visible = False
  635. end
  636. object TvGrid6Column3: TcxGridColumn
  637. PropertiesClassName = 'TcxTextEditProperties'
  638. Visible = False
  639. end
  640. object TvGrid6Column4: TcxGridColumn
  641. PropertiesClassName = 'TcxTextEditProperties'
  642. Visible = False
  643. end
  644. object TvGrid6Column5: TcxGridColumn
  645. Caption = 'VMS'#50976#54805#53076#46300
  646. PropertiesClassName = 'TcxTextEditProperties'
  647. Properties.Alignment.Horz = taCenter
  648. Properties.Alignment.Vert = taVCenter
  649. Visible = False
  650. VisibleForCustomization = False
  651. end
  652. object TvGrid6Column6: TcxGridColumn
  653. Caption = #54268#49353#49345
  654. PropertiesClassName = 'TcxTextEditProperties'
  655. Properties.Alignment.Horz = taCenter
  656. Properties.Alignment.Vert = taVCenter
  657. Visible = False
  658. VisibleForCustomization = False
  659. end
  660. object TvGrid6Column7: TcxGridColumn
  661. Caption = #54268#50976#54805
  662. PropertiesClassName = 'TcxTextEditProperties'
  663. Properties.Alignment.Horz = taCenter
  664. Properties.Alignment.Vert = taVCenter
  665. Visible = False
  666. VisibleForCustomization = False
  667. end
  668. end
  669. object GlGrid6: TcxGridLevel
  670. GridView = TvGrid6
  671. end
  672. end
  673. end
  674. object Panel7: TPanel
  675. Left = 632
  676. Top = 0
  677. Width = 95
  678. Height = 619
  679. Align = alRight
  680. BevelOuter = bvNone
  681. TabOrder = 1
  682. ExplicitHeight = 613
  683. object BtnListAdd6: TcxButton
  684. Tag = 6
  685. Left = 9
  686. Top = 125
  687. Width = 80
  688. Height = 25
  689. Cursor = crHandPoint
  690. Hint = 'Add Schedule'
  691. Caption = #9664' Add'
  692. Colors.Default = 10737865
  693. LookAndFeel.NativeStyle = False
  694. TabOrder = 0
  695. Font.Charset = DEFAULT_CHARSET
  696. Font.Color = clWindowText
  697. Font.Height = -13
  698. Font.Name = #47569#51008' '#44256#46357
  699. Font.Style = [fsBold]
  700. ParentFont = False
  701. OnClick = BtnListAddClick
  702. end
  703. object cxButton6: TcxButton
  704. Tag = 6
  705. Left = 9
  706. Top = 161
  707. Width = 80
  708. Height = 25
  709. Cursor = crHandPoint
  710. Hint = 'Delete schedule'
  711. Caption = 'Delete '#9654
  712. Colors.Default = 10737865
  713. LookAndFeel.NativeStyle = False
  714. TabOrder = 1
  715. Font.Charset = DEFAULT_CHARSET
  716. Font.Color = clWindowText
  717. Font.Height = -13
  718. Font.Name = #47569#51008' '#44256#46357
  719. Font.Style = [fsBold]
  720. ParentFont = False
  721. OnClick = BtnListDeleteClick
  722. end
  723. end
  724. object cxGroupBox9: TcxGroupBox
  725. Left = 727
  726. Top = 0
  727. Align = alRight
  728. Caption = 'Notice Form'
  729. TabOrder = 2
  730. ExplicitHeight = 613
  731. Height = 619
  732. Width = 370
  733. object CxForm6: TcxGrid
  734. Left = 3
  735. Top = 18
  736. Width = 364
  737. Height = 591
  738. Align = alClient
  739. TabOrder = 0
  740. ExplicitHeight = 585
  741. object TvForm6: TcxGridTableView
  742. Tag = 6
  743. OnCellDblClick = TvFormCellDblClick
  744. DataController.Summary.DefaultGroupSummaryItems = <>
  745. DataController.Summary.FooterSummaryItems = <>
  746. DataController.Summary.SummaryGroups = <>
  747. OptionsCustomize.ColumnFiltering = False
  748. OptionsSelection.HideFocusRectOnExit = False
  749. OptionsSelection.HideSelection = True
  750. OptionsView.ColumnAutoWidth = True
  751. OptionsView.DataRowHeight = 64
  752. OptionsView.GroupByBox = False
  753. object cxGridColumn46: TcxGridColumn
  754. Caption = 'Form ID'
  755. PropertiesClassName = 'TcxLabelProperties'
  756. Properties.Alignment.Horz = taCenter
  757. Properties.Alignment.Vert = taVCenter
  758. GroupSummaryAlignment = taCenter
  759. HeaderAlignmentHorz = taCenter
  760. HeaderAlignmentVert = vaCenter
  761. HeaderGlyphAlignmentHorz = taCenter
  762. Options.Editing = False
  763. Width = 55
  764. end
  765. object cxGridColumn47: TcxGridColumn
  766. Caption = 'Form Layout'
  767. DataBinding.ValueType = 'Variant'
  768. PropertiesClassName = 'TcxImageProperties'
  769. Properties.GraphicClassName = 'TdxSmartImage'
  770. GroupSummaryAlignment = taCenter
  771. HeaderAlignmentHorz = taCenter
  772. HeaderAlignmentVert = vaCenter
  773. HeaderGlyphAlignmentHorz = taCenter
  774. Options.Editing = False
  775. Width = 347
  776. end
  777. object cxGridColumn48: TcxGridColumn
  778. Visible = False
  779. GroupSummaryAlignment = taCenter
  780. HeaderAlignmentHorz = taCenter
  781. HeaderAlignmentVert = vaCenter
  782. HeaderGlyphAlignmentHorz = taCenter
  783. end
  784. object cxGridColumn49: TcxGridColumn
  785. Visible = False
  786. GroupSummaryAlignment = taCenter
  787. HeaderAlignmentHorz = taCenter
  788. HeaderAlignmentVert = vaCenter
  789. HeaderGlyphAlignmentHorz = taCenter
  790. end
  791. object cxGridColumn50: TcxGridColumn
  792. Visible = False
  793. GroupSummaryAlignment = taCenter
  794. HeaderAlignmentHorz = taCenter
  795. HeaderAlignmentVert = vaCenter
  796. HeaderGlyphAlignmentHorz = taCenter
  797. end
  798. object cxGridColumn51: TcxGridColumn
  799. Visible = False
  800. GroupSummaryAlignment = taCenter
  801. HeaderAlignmentHorz = taCenter
  802. HeaderAlignmentVert = vaCenter
  803. HeaderGlyphAlignmentHorz = taCenter
  804. end
  805. object cxGridColumn52: TcxGridColumn
  806. Visible = False
  807. GroupSummaryAlignment = taCenter
  808. HeaderAlignmentHorz = taCenter
  809. HeaderAlignmentVert = vaCenter
  810. HeaderGlyphAlignmentHorz = taCenter
  811. end
  812. object cxGridColumn53: TcxGridColumn
  813. Visible = False
  814. GroupSummaryAlignment = taCenter
  815. HeaderAlignmentHorz = taCenter
  816. HeaderAlignmentVert = vaCenter
  817. HeaderGlyphAlignmentHorz = taCenter
  818. end
  819. object cxGridColumn54: TcxGridColumn
  820. Visible = False
  821. GroupSummaryAlignment = taCenter
  822. HeaderAlignmentHorz = taCenter
  823. HeaderAlignmentVert = vaCenter
  824. HeaderGlyphAlignmentHorz = taCenter
  825. end
  826. end
  827. object GlForm6: TcxGridLevel
  828. GridView = TvForm6
  829. end
  830. end
  831. end
  832. end
  833. end
  834. end
  835. object cxLabel1: TcxLabel
  836. Left = 3
  837. Top = 691
  838. Align = alBottom
  839. Caption = 'You can modify the details by double-clicking the schedule list.'
  840. ParentColor = False
  841. ParentFont = False
  842. Style.Color = clBtnFace
  843. Style.Font.Charset = DEFAULT_CHARSET
  844. Style.Font.Color = clBlue
  845. Style.Font.Height = -13
  846. Style.Font.Name = 'Tahoma'
  847. Style.Font.Style = [fsBold]
  848. Style.LookAndFeel.NativeStyle = True
  849. Style.TextStyle = [fsBold]
  850. Style.IsFontAssigned = True
  851. StyleDisabled.LookAndFeel.NativeStyle = True
  852. StyleFocused.LookAndFeel.NativeStyle = True
  853. StyleHot.LookAndFeel.NativeStyle = True
  854. Properties.Alignment.Horz = taLeftJustify
  855. Properties.Alignment.Vert = taVCenter
  856. Transparent = True
  857. ExplicitTop = 690
  858. AnchorY = 701
  859. end
  860. end
  861. end
  862. end
  863. end
  864. object BtnSearch: TcxButton
  865. Left = 1345
  866. Top = 11
  867. Width = 75
  868. Height = 25
  869. Cursor = crHandPoint
  870. Hint = #51312#54924
  871. Anchors = [akTop, akRight]
  872. Caption = #51312#54924
  873. Colors.Default = 10737865
  874. LookAndFeel.NativeStyle = False
  875. TabOrder = 3
  876. Visible = False
  877. Font.Charset = DEFAULT_CHARSET
  878. Font.Color = clBlack
  879. Font.Height = -13
  880. Font.Name = #47569#51008' '#44256#46357
  881. Font.Style = [fsBold]
  882. ParentFont = False
  883. OnClick = BtnSearchClick
  884. end
  885. object EdVmsNmbr: TcxTextEdit
  886. Left = 545
  887. Top = 8
  888. ImeMode = imSAlpha
  889. Properties.Alignment.Horz = taCenter
  890. Properties.Alignment.Vert = taVCenter
  891. Properties.ImeMode = imSAlpha
  892. Properties.MaxLength = 0
  893. Properties.ReadOnly = True
  894. Style.LookAndFeel.Kind = lfUltraFlat
  895. Style.LookAndFeel.NativeStyle = False
  896. Style.Shadow = False
  897. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  898. StyleDisabled.LookAndFeel.NativeStyle = False
  899. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  900. StyleFocused.LookAndFeel.NativeStyle = False
  901. StyleHot.LookAndFeel.Kind = lfUltraFlat
  902. StyleHot.LookAndFeel.NativeStyle = False
  903. TabOrder = 4
  904. Visible = False
  905. Width = 83
  906. end
  907. object TmrShow: TTimer
  908. Enabled = False
  909. Interval = 300
  910. OnTimer = TmrShowTimer
  911. Left = 876
  912. Top = 8
  913. end
  914. object VmsDesigner1: VmsDesigner
  915. Left = 688
  916. Top = 8
  917. end
  918. end