VMSM700MF.dfm 36 KB

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