VMSEDT0MF.dfm 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924
  1. object VMSEDT0M: TVMSEDT0M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. BorderIcons = [biSystemMenu, biMinimize]
  7. Caption = 'VMS Schedule Batch Management'
  8. ClientHeight = 751
  9. ClientWidth = 979
  10. Color = clBtnFace
  11. Font.Charset = DEFAULT_CHARSET
  12. Font.Color = clWindowText
  13. Font.Height = -13
  14. Font.Name = 'Tahoma'
  15. Font.Style = []
  16. KeyPreview = True
  17. OldCreateOrder = False
  18. Position = poOwnerFormCenter
  19. ShowHint = True
  20. OnClose = FormClose
  21. OnCreate = FormCreate
  22. OnShow = FormShow
  23. DesignSize = (
  24. 979
  25. 751)
  26. PixelsPerInch = 96
  27. TextHeight = 16
  28. object ShpTitle: TShape
  29. Left = 4
  30. Top = 4
  31. Width = 971
  32. Height = 40
  33. Anchors = [akLeft, akTop, akRight]
  34. Brush.Color = 14671839
  35. Pen.Color = 10849679
  36. Pen.Width = 2
  37. Visible = False
  38. ExplicitWidth = 1269
  39. end
  40. object LblCaption: TLabel
  41. Left = 16
  42. Top = 10
  43. Width = 267
  44. Height = 23
  45. Caption = #53440#51060#53952' '
  46. Font.Charset = DEFAULT_CHARSET
  47. Font.Color = 4740964
  48. Font.Height = -17
  49. Font.Name = #47569#51008' '#44256#46357
  50. Font.Style = [fsBold]
  51. ParentFont = False
  52. ParentShowHint = False
  53. ShowHint = True
  54. Visible = False
  55. end
  56. object ShpList: TShape
  57. Left = 4
  58. Top = 4
  59. Width = 971
  60. Height = 741
  61. Anchors = [akLeft, akTop, akRight, akBottom]
  62. Pen.Color = 10849679
  63. Pen.Width = 2
  64. ExplicitWidth = 966
  65. end
  66. object BtnClose: TcxButton
  67. Left = 890
  68. Top = 11
  69. Width = 75
  70. Height = 25
  71. Cursor = crHandPoint
  72. Hint = #45803#44592
  73. Anchors = [akTop, akRight]
  74. Caption = #45803#44592
  75. Colors.Default = 10737865
  76. TabOrder = 0
  77. Visible = False
  78. Font.Charset = DEFAULT_CHARSET
  79. Font.Color = clBlack
  80. Font.Height = -13
  81. Font.Name = #47569#51008' '#44256#46357
  82. Font.Style = [fsBold]
  83. ParentFont = False
  84. OnClick = BtnCloseClick
  85. end
  86. object EdFocus: TEdit
  87. Left = -10
  88. Top = -10
  89. Width = 2
  90. Height = 24
  91. ImeName = 'Microsoft Office IME 2007'
  92. TabOrder = 1
  93. Text = 'EdFocus'
  94. end
  95. object PanelBack: TPanel
  96. Left = 12
  97. Top = 10
  98. Width = 953
  99. Height = 730
  100. Anchors = [akLeft, akTop, akRight, akBottom]
  101. BevelOuter = bvNone
  102. ParentBackground = False
  103. ParentColor = True
  104. TabOrder = 2
  105. object PnlEdit: TPanel
  106. Left = 0
  107. Top = 690
  108. Width = 953
  109. Height = 40
  110. Align = alBottom
  111. BevelOuter = bvNone
  112. TabOrder = 0
  113. DesignSize = (
  114. 953
  115. 40)
  116. object BtnAllDel: TcxButton
  117. Tag = 4
  118. Left = 384
  119. Top = 12
  120. Width = 291
  121. Height = 25
  122. Cursor = crHandPoint
  123. Hint = 'Delete selection form schedule on selected VMS'
  124. Anchors = [akRight, akBottom]
  125. Caption = 'Delete selection form on selected VMS'
  126. Colors.Default = 10737865
  127. Glyph.Data = {
  128. 06030000424D06030000000000003600000028000000100000000F0000000100
  129. 180000000000D0020000120B0000120B00000000000000000000C0C0C0C0C0C0
  130. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  131. C0C0C0C0C0C0C0C0C0C0C0C0C078787878787878787878787878787878787878
  132. 7878787878787878787878787878787878787878787878787878000000000000
  133. 0000000000000000000000000000000000000000000000000000000000000000
  134. 00000000000000787878000000F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6
  135. C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2000000787878000000F6C6B2
  136. F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6
  137. B2F6C6B2000000787878000000F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6
  138. C6B2946551946551946551F9C1ADF6C6B2F6C6B2000000787878000000FFFFFF
  139. FEFAFAFEFAF9FEFAF9FEFAF9FEFBFBC7C5C5000000000000000000946551FEFA
  140. F9FEFAF9000000787878000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
  141. 00004793B5487180060E13000000946551FEFAF9000000787878000000FFFFFF
  142. FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000006FDDFB66BFE94F798D0E0F100000
  143. 00946551000000787878000000FFF5F0FAEDE9FAEDE9FAEDE9FAEDE9FBEEEA00
  144. 000057ACBC94FFFF516F7C4E4A431D2423000000000000787878000000F6C6B2
  145. F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2000000406E7A83837A94A2993322
  146. 1C221512000000787878000000F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6
  147. C6B2F6C6B20000008F9C927B655AB2624A7C4A3C251C18000000000000F6C6B2
  148. F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2000000B67D64FFE9
  149. C3C1836C7C4E3F291E19000000F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6
  150. C6B2F6C6B2F6C6B2F6C6B2000000C6977EFFF9DCBF8773825243000000000000
  151. 0000000000000000000000000000000000000000000000000000000000000000
  152. 00D8A286FFFDDFC08671}
  153. Spacing = 6
  154. TabOrder = 0
  155. Font.Charset = DEFAULT_CHARSET
  156. Font.Color = clBlack
  157. Font.Height = -13
  158. Font.Name = 'Tahoma'
  159. Font.Style = [fsBold]
  160. ParentFont = False
  161. OnClick = BtnAllDelClick
  162. end
  163. object BtnAllEdt: TcxButton
  164. Tag = 5
  165. Left = 681
  166. Top = 12
  167. Width = 269
  168. Height = 25
  169. Cursor = crHandPoint
  170. Hint = 'Save as individual content in selected VMS'
  171. Anchors = [akRight, akBottom]
  172. Caption = 'Save as individual in selected VMS'
  173. Colors.Default = 10737865
  174. Glyph.Data = {
  175. 36040000424D3604000000000000360000002800000010000000100000000100
  176. 2000000000000004000000000000000000000000000000000000000000000000
  177. 0000000000000000000000000000000000000000000000000000000000000000
  178. 0000000000000000000000000000000000000000000000000000000000E60000
  179. 00E6000000E6000000E6000000E6000000E6000000E6000000E6000000E60000
  180. 00E6000000E6000000E600000000000000000000000000000000000000E6B1B2
  181. B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2
  182. B1E6838383E6000000E600000000000000000000000000000000000000E6E6E6
  183. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6
  184. E6E6B1B2B1E6000000E600000000000000000000000000000000000000E6E6E6
  185. E6E6747C74E6747C74E6747C74E6747C74E6747C74E6747C74E6000000E60000
  186. 00E6B1B2B1E6000000E600000000000000000000000000000000000000E6E6E6
  187. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E61F4AE6E60000
  188. 00E6B1B2B1E6000000E600000000000000000000000000000000000000E6E6E6
  189. E6E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6000000E61F4AE6E661A1E6E60000
  190. 00E6000000E6000000E6000000E6000000E6000000E600000000000000E6E6E6
  191. E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E61F4AE6E685D0E6E67BC2E6E61F4A
  192. E6E61F4AE6E61F4AE6E61F4AE6E61F4AE6E6000000E600000000000000E6E6E6
  193. E6E6747C74E6747C74E6000000E696E5E6E696E5E6E696E5E6E68FDDE6E685D0
  194. E6E67BC2E6E66FB2E6E661A1E6E65490E6E6000000E600000000000000E6E6E6
  195. E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E696E5E6E696E5E6E696E5E6E696E5
  196. E6E68FDCE6E685D0E6E67BC2E6E66EB2E6E6000000E600000000000000E6E6E6
  197. E6E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6000000E696E5E6E696E5E6E60000
  198. 00E6000000E6000000E6000000E6000000E6000000E600000000000000E6E6E6
  199. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E696E5E6E60000
  200. 00E6000000E60000000000000000000000000000000000000000000000E6E6E6
  201. E6E6747C74E6747C74E6747C74E6747C74E6747C74E6747C74E6000000E60000
  202. 00E6000000000000000000000000000000000000000000000000000000E6E6E6
  203. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E60000
  204. 0000000000000000000000000000000000000000000000000000000000E60000
  205. 00E6000000E6000000E6000000E6000000E6000000E6000000E6000000000000
  206. 0000000000000000000000000000000000000000000000000000000000000000
  207. 0000000000000000000000000000000000000000000000000000000000000000
  208. 0000000000000000000000000000000000000000000000000000}
  209. Spacing = 6
  210. TabOrder = 1
  211. Font.Charset = DEFAULT_CHARSET
  212. Font.Color = clBlack
  213. Font.Height = -13
  214. Font.Name = 'Tahoma'
  215. Font.Style = [fsBold]
  216. ParentFont = False
  217. OnClick = BtnAllEdtClick
  218. end
  219. object cxLabel1: TcxLabel
  220. Left = 1
  221. Top = 12
  222. Caption = 'You can set individual contents by double-clicking the list.'
  223. Transparent = True
  224. end
  225. end
  226. object cxGroupBox1: TcxGroupBox
  227. Left = 0
  228. Top = 0
  229. Align = alTop
  230. Caption = #9654' VMS Form'
  231. Style.BorderColor = clCaptionText
  232. Style.Shadow = False
  233. Style.TextColor = clWindowText
  234. Style.TextStyle = [fsBold]
  235. TabOrder = 1
  236. Height = 209
  237. Width = 953
  238. object PnlCmd: TPanel
  239. Left = 3
  240. Top = 18
  241. Width = 947
  242. Height = 181
  243. Align = alClient
  244. BevelOuter = bvNone
  245. TabOrder = 0
  246. ExplicitTop = 19
  247. ExplicitHeight = 180
  248. object Panel2: TPanel
  249. Left = 0
  250. Top = 0
  251. Width = 947
  252. Height = 181
  253. Align = alClient
  254. BevelOuter = bvNone
  255. Color = clMenuHighlight
  256. ParentBackground = False
  257. TabOrder = 0
  258. ExplicitHeight = 180
  259. object CxForm: TcxGrid
  260. Left = 0
  261. Top = 0
  262. Width = 568
  263. Height = 181
  264. Align = alClient
  265. TabOrder = 0
  266. ExplicitHeight = 180
  267. object TvForm: TcxGridTableView
  268. DataController.Summary.DefaultGroupSummaryItems = <>
  269. DataController.Summary.FooterSummaryItems = <>
  270. DataController.Summary.SummaryGroups = <>
  271. OptionsCustomize.ColumnFiltering = False
  272. OptionsCustomize.ColumnMoving = False
  273. OptionsCustomize.DataRowSizing = True
  274. OptionsView.ColumnAutoWidth = True
  275. OptionsView.GroupByBox = False
  276. object ColFrm001: TcxGridColumn
  277. Caption = 'Form ID'
  278. PropertiesClassName = 'TcxLabelProperties'
  279. Properties.Alignment.Horz = taCenter
  280. Properties.Alignment.Vert = taVCenter
  281. GroupSummaryAlignment = taCenter
  282. HeaderAlignmentHorz = taCenter
  283. HeaderAlignmentVert = vaCenter
  284. HeaderGlyphAlignmentHorz = taCenter
  285. Options.Editing = False
  286. Width = 40
  287. end
  288. object ColFrm002: TcxGridColumn
  289. Caption = 'Form Layout'
  290. DataBinding.ValueType = 'Variant'
  291. PropertiesClassName = 'TcxImageProperties'
  292. Properties.GraphicClassName = 'TdxSmartImage'
  293. GroupSummaryAlignment = taCenter
  294. HeaderAlignmentHorz = taCenter
  295. HeaderAlignmentVert = vaCenter
  296. HeaderGlyphAlignmentHorz = taCenter
  297. Options.Editing = False
  298. Width = 334
  299. end
  300. object ColFrm003: TcxGridColumn
  301. PropertiesClassName = 'TcxLabelProperties'
  302. Properties.Alignment.Horz = taCenter
  303. Properties.Alignment.Vert = taVCenter
  304. Visible = False
  305. GroupSummaryAlignment = taCenter
  306. HeaderAlignmentHorz = taCenter
  307. HeaderAlignmentVert = vaCenter
  308. HeaderGlyphAlignmentHorz = taCenter
  309. end
  310. object ColFrm004: TcxGridColumn
  311. Visible = False
  312. GroupSummaryAlignment = taCenter
  313. HeaderAlignmentHorz = taCenter
  314. HeaderAlignmentVert = vaCenter
  315. HeaderGlyphAlignmentHorz = taCenter
  316. end
  317. object ColFrm005: TcxGridColumn
  318. Visible = False
  319. GroupSummaryAlignment = taCenter
  320. HeaderAlignmentHorz = taCenter
  321. HeaderAlignmentVert = vaCenter
  322. HeaderGlyphAlignmentHorz = taCenter
  323. end
  324. object ColFrm006: TcxGridColumn
  325. Visible = False
  326. GroupSummaryAlignment = taCenter
  327. HeaderAlignmentHorz = taCenter
  328. HeaderAlignmentVert = vaCenter
  329. HeaderGlyphAlignmentHorz = taCenter
  330. end
  331. object ColFrm007: TcxGridColumn
  332. Visible = False
  333. GroupSummaryAlignment = taCenter
  334. HeaderAlignmentHorz = taCenter
  335. HeaderAlignmentVert = vaCenter
  336. HeaderGlyphAlignmentHorz = taCenter
  337. end
  338. object ColFrm008: TcxGridColumn
  339. Visible = False
  340. GroupSummaryAlignment = taCenter
  341. HeaderAlignmentHorz = taCenter
  342. HeaderAlignmentVert = vaCenter
  343. HeaderGlyphAlignmentHorz = taCenter
  344. end
  345. object ColFrm009: TcxGridColumn
  346. Visible = False
  347. GroupSummaryAlignment = taCenter
  348. HeaderAlignmentHorz = taCenter
  349. HeaderAlignmentVert = vaCenter
  350. HeaderGlyphAlignmentHorz = taCenter
  351. end
  352. end
  353. object GlForm: TcxGridLevel
  354. GridView = TvForm
  355. end
  356. end
  357. object PnlForm: TPanel
  358. Left = 568
  359. Top = 0
  360. Width = 379
  361. Height = 181
  362. Align = alRight
  363. BevelOuter = bvNone
  364. TabOrder = 1
  365. ExplicitHeight = 180
  366. DesignSize = (
  367. 379
  368. 181)
  369. object ImgDesc11: TImage
  370. Left = 9
  371. Top = 17
  372. Width = 9
  373. Height = 9
  374. Transparent = True
  375. end
  376. object ImgDesc01: TImage
  377. Left = 9
  378. Top = 50
  379. Width = 9
  380. Height = 9
  381. Transparent = True
  382. end
  383. object Label1: TLabel
  384. Left = 22
  385. Top = 80
  386. Width = 90
  387. Height = 17
  388. Alignment = taRightJustify
  389. AutoSize = False
  390. Caption = 'Use'
  391. Visible = False
  392. end
  393. object ImgDesc02: TImage
  394. Left = 9
  395. Top = 84
  396. Width = 9
  397. Height = 9
  398. Transparent = True
  399. end
  400. object Label2: TLabel
  401. Left = 22
  402. Top = 113
  403. Width = 90
  404. Height = 17
  405. Alignment = taRightJustify
  406. AutoSize = False
  407. Caption = 'Display Time'
  408. Transparent = True
  409. Visible = False
  410. end
  411. object ImgDesc04: TImage
  412. Left = 9
  413. Top = 117
  414. Width = 9
  415. Height = 9
  416. Transparent = True
  417. Visible = False
  418. end
  419. object Label3: TLabel
  420. Left = 22
  421. Top = 13
  422. Width = 90
  423. Height = 17
  424. Alignment = taRightJustify
  425. AutoSize = False
  426. Caption = 'Start Time'
  427. end
  428. object Label4: TLabel
  429. Left = 22
  430. Top = 46
  431. Width = 90
  432. Height = 17
  433. Alignment = taRightJustify
  434. AutoSize = False
  435. Caption = 'End Time'
  436. end
  437. object CbUse: TcxComboBox
  438. Left = 116
  439. Top = 78
  440. Properties.Alignment.Horz = taCenter
  441. Properties.Alignment.Vert = taVCenter
  442. Properties.DropDownListStyle = lsFixedList
  443. Properties.DropDownSizeable = True
  444. Properties.HideSelection = False
  445. Properties.Items.Strings = (
  446. 'Y'
  447. 'N')
  448. Style.BorderStyle = ebsUltraFlat
  449. Style.LookAndFeel.Kind = lfUltraFlat
  450. Style.LookAndFeel.NativeStyle = False
  451. Style.ButtonStyle = btsUltraFlat
  452. Style.PopupBorderStyle = epbsFlat
  453. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  454. StyleDisabled.LookAndFeel.NativeStyle = False
  455. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  456. StyleFocused.LookAndFeel.NativeStyle = False
  457. StyleFocused.TextStyle = [fsBold]
  458. StyleHot.LookAndFeel.Kind = lfUltraFlat
  459. StyleHot.LookAndFeel.NativeStyle = False
  460. TabOrder = 0
  461. Text = 'Y'
  462. Width = 51
  463. end
  464. object CbCycle: TcxComboBox
  465. Left = 116
  466. Top = 110
  467. Properties.Alignment.Horz = taCenter
  468. Properties.Alignment.Vert = taVCenter
  469. Properties.DropDownListStyle = lsFixedList
  470. Properties.DropDownSizeable = True
  471. Properties.HideSelection = False
  472. Properties.Items.Strings = (
  473. '1'
  474. '2'
  475. '3'
  476. '4'
  477. '5'
  478. '6'
  479. '7'
  480. '8'
  481. '9'
  482. '10')
  483. Style.BorderStyle = ebsUltraFlat
  484. Style.LookAndFeel.Kind = lfUltraFlat
  485. Style.LookAndFeel.NativeStyle = False
  486. Style.ButtonStyle = btsUltraFlat
  487. Style.PopupBorderStyle = epbsFlat
  488. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  489. StyleDisabled.LookAndFeel.NativeStyle = False
  490. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  491. StyleFocused.LookAndFeel.NativeStyle = False
  492. StyleFocused.TextStyle = [fsBold]
  493. StyleHot.LookAndFeel.Kind = lfUltraFlat
  494. StyleHot.LookAndFeel.NativeStyle = False
  495. TabOrder = 1
  496. Text = '4'
  497. Visible = False
  498. Width = 51
  499. end
  500. object DtEndDate: TDateTimePicker
  501. Left = 116
  502. Top = 44
  503. Width = 129
  504. Height = 24
  505. BevelInner = bvNone
  506. BevelOuter = bvNone
  507. Date = 40452.000000000000000000
  508. Time = 40452.000000000000000000
  509. Color = clBtnFace
  510. ImeName = 'Microsoft Office IME 2007'
  511. ParentColor = True
  512. TabOrder = 2
  513. end
  514. object DtStrDate: TDateTimePicker
  515. Left = 116
  516. Top = 11
  517. Width = 129
  518. Height = 24
  519. BevelInner = bvNone
  520. BevelOuter = bvNone
  521. Date = 40452.000000000000000000
  522. Time = 40452.000000000000000000
  523. Color = clBtnFace
  524. ImeName = 'Microsoft Office IME 2007'
  525. ParentColor = True
  526. TabOrder = 3
  527. end
  528. object DtStrTime: TDateTimePicker
  529. Left = 253
  530. Top = 11
  531. Width = 116
  532. Height = 24
  533. BevelInner = bvNone
  534. BevelOuter = bvNone
  535. Date = 40452.000000000000000000
  536. Time = 40452.000000000000000000
  537. Color = clBtnFace
  538. ImeName = 'Microsoft Office IME 2007'
  539. Kind = dtkTime
  540. ParentColor = True
  541. TabOrder = 4
  542. end
  543. object DtEndTime: TDateTimePicker
  544. Left = 253
  545. Top = 44
  546. Width = 116
  547. Height = 24
  548. BevelInner = bvNone
  549. BevelOuter = bvNone
  550. Date = 40452.000000000000000000
  551. Time = 40452.000000000000000000
  552. Color = clBtnFace
  553. ImeName = 'Microsoft Office IME 2007'
  554. Kind = dtkTime
  555. ParentColor = True
  556. TabOrder = 5
  557. end
  558. object BtnAllAdd: TcxButton
  559. Tag = 5
  560. Left = 9
  561. Top = 151
  562. Width = 250
  563. Height = 25
  564. Cursor = crHandPoint
  565. Hint = 'Save as same as selected VMS'
  566. Anchors = [akLeft, akBottom]
  567. Caption = 'Save as same as selected VMS'
  568. Colors.Default = 10737865
  569. Glyph.Data = {
  570. 36030000424D3603000000000000360000002800000010000000100000000100
  571. 1800000000000003000012170000121700000000000000000000C0C0C0C0C0C0
  572. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  573. C0C0C0C0C0C0C0C0C0C0C0C0C098989878787878787878787878787878787878
  574. 7878787878787878787878787878787878787878787878ACACACA2A2A2433630
  575. 765E54573A2F6E483B6E483B6E483B6E483B6E483B6E483B6E483B6040346951
  576. 47645148363636ACACACB9B9B9866C61EDBDA9AE745EDC9076DC9076DC9076DC
  577. 9076DC9076DC9076DC9076C18068D2A28EC9A291363636ACACACB9B9B9866C61
  578. EDBDA9AE745EDC9076DC9076DC9076DC9076DC9076DC9076DC9076C18068D2A2
  579. 8EC9A291363636ACACACB9B9B9866C61EDBDA9AE745EDC9076DC9076DC9076DC
  580. 9076DC9076DC9076DC9076C18068D2A28EC9A291363636ACACACB9B9B9866C61
  581. EDBDA9AE745EDC9076DC9076DC9076DC9076DC9076DC9076DC9076C18068D2A2
  582. 8EC9A291363636ACACACB9B9B9866C61EDBDA9AE745EDC9076DC9076DC9076DC
  583. 9076DC9076DC9076DC9076C18068D2A28EC9A291363636ACACACB9B9B9866C61
  584. EDBDA9AE745EDC9076DC9076DC9076DC9076DC9076DC9076DC9076C18068D2A2
  585. 8EC9A291363636ACACACB9B9B9866C61EDBDA994655194655194655194655194
  586. 6551946551946551946551946551D2A28EC9A291363636ACACACB9B9B9866C61
  587. F6C6B2F6C6B2A787797B63597B63597B63597B63597B6359866C61F6C6B2F6C6
  588. B2C9A291363636ACACACB9B9B9866C61F6C6B29C7E716E8DA0ADDFFCADDFFCAD
  589. DFFCADDFFCADDFFC9DCAE5594840F6C6B2C9A291363636ACACACB9B9B9866C61
  590. F6C6B29C7E716E8DA0ADDFFCADDFFCADDFFC0000000000007DA2B7594840F6C6
  591. B2C9A291363636ACACACB9B9B9866C61F6C6B29C7E716E8DA0ADDFFCADDFFCAD
  592. DFFC3434345757577DA2B7594840F6C6B27A645B676767B6B6B6B9B9B9866C61
  593. F6C6B29C7E716E8DA0ADDFFCADDFFCADDFFC3434345757577DA2B75948405948
  594. 407A7A7AC0C0C0C0C0C0E8E8E8B9B9B97F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F
  595. 7F7F7F7F7F7F7F7F7F7F7F747474868686BCBCBCC0C0C0C0C0C0}
  596. Spacing = 6
  597. TabOrder = 6
  598. Font.Charset = DEFAULT_CHARSET
  599. Font.Color = clBlack
  600. Font.Height = -13
  601. Font.Name = 'Tahoma'
  602. Font.Style = [fsBold]
  603. ParentFont = False
  604. OnClick = BtnAllAddClick
  605. ExplicitTop = 150
  606. end
  607. end
  608. end
  609. end
  610. end
  611. object GrpObj: TcxGroupBox
  612. Left = 0
  613. Top = 209
  614. Align = alClient
  615. Caption = #9654' VMS List'
  616. Style.TextStyle = [fsBold]
  617. TabOrder = 2
  618. Height = 481
  619. Width = 953
  620. object CxList: TcxGrid
  621. Left = 3
  622. Top = 49
  623. Width = 947
  624. Height = 422
  625. Align = alClient
  626. TabOrder = 0
  627. object TvList: TcxGridTableView
  628. OnCellDblClick = TvListCellDblClick
  629. DataController.Summary.DefaultGroupSummaryItems = <>
  630. DataController.Summary.FooterSummaryItems = <>
  631. DataController.Summary.SummaryGroups = <>
  632. OptionsData.CancelOnExit = False
  633. OptionsData.Deleting = False
  634. OptionsData.DeletingConfirmation = False
  635. OptionsData.Inserting = False
  636. OptionsView.ColumnAutoWidth = True
  637. OptionsView.GroupByBox = False
  638. OptionsView.Indicator = True
  639. object ColumnSel: TcxGridColumn
  640. Caption = 'Select'
  641. DataBinding.ValueType = 'Boolean'
  642. PropertiesClassName = 'TcxCheckBoxProperties'
  643. Properties.Alignment = taCenter
  644. Properties.ImmediatePost = True
  645. Properties.NullStyle = nssUnchecked
  646. HeaderAlignmentHorz = taCenter
  647. HeaderAlignmentVert = vaCenter
  648. Width = 40
  649. end
  650. object Col00: TcxGridColumn
  651. Caption = 'VMS No'
  652. PropertiesClassName = 'TcxTextEditProperties'
  653. Properties.Alignment.Horz = taCenter
  654. Properties.Alignment.Vert = taVCenter
  655. HeaderAlignmentHorz = taCenter
  656. HeaderAlignmentVert = vaCenter
  657. end
  658. object Col01: TcxGridColumn
  659. Caption = 'VMS ID'
  660. PropertiesClassName = 'TcxLabelProperties'
  661. Properties.Alignment.Horz = taCenter
  662. Properties.Alignment.Vert = taVCenter
  663. GroupSummaryAlignment = taCenter
  664. HeaderAlignmentHorz = taCenter
  665. HeaderAlignmentVert = vaCenter
  666. HeaderGlyphAlignmentHorz = taCenter
  667. Width = 67
  668. end
  669. object Col02: TcxGridColumn
  670. Caption = 'VMS Name'
  671. PropertiesClassName = 'TcxLabelProperties'
  672. Properties.Alignment.Horz = taLeftJustify
  673. Properties.Alignment.Vert = taVCenter
  674. GroupSummaryAlignment = taCenter
  675. HeaderAlignmentHorz = taCenter
  676. HeaderAlignmentVert = vaCenter
  677. HeaderGlyphAlignmentHorz = taCenter
  678. Options.Editing = False
  679. Width = 213
  680. end
  681. object Col03: TcxGridColumn
  682. Caption = 'Display Time'
  683. PropertiesClassName = 'TcxComboBoxProperties'
  684. Properties.Alignment.Horz = taCenter
  685. Properties.Alignment.Vert = taVCenter
  686. Properties.DropDownListStyle = lsFixedList
  687. Properties.ImmediatePost = True
  688. Properties.Items.Strings = (
  689. '1'
  690. '2'
  691. '3'
  692. '4'
  693. '5'
  694. '6'
  695. '7'
  696. '8'
  697. '9'
  698. '10')
  699. Visible = False
  700. GroupSummaryAlignment = taCenter
  701. HeaderAlignmentHorz = taCenter
  702. HeaderAlignmentVert = vaCenter
  703. HeaderGlyphAlignmentHorz = taCenter
  704. Width = 60
  705. end
  706. object Col04: TcxGridColumn
  707. Caption = 'Start Time'
  708. PropertiesClassName = 'TcxTextEditProperties'
  709. Properties.Alignment.Horz = taCenter
  710. Properties.Alignment.Vert = taVCenter
  711. GroupSummaryAlignment = taCenter
  712. HeaderAlignmentHorz = taCenter
  713. HeaderAlignmentVert = vaCenter
  714. HeaderGlyphAlignmentHorz = taCenter
  715. Options.Editing = False
  716. Width = 152
  717. end
  718. object Col05: TcxGridColumn
  719. Caption = 'End Time'
  720. PropertiesClassName = 'TcxTextEditProperties'
  721. Properties.Alignment.Horz = taCenter
  722. Properties.Alignment.Vert = taVCenter
  723. GroupSummaryAlignment = taCenter
  724. HeaderAlignmentHorz = taCenter
  725. HeaderAlignmentVert = vaCenter
  726. HeaderGlyphAlignmentHorz = taCenter
  727. Options.Editing = False
  728. Width = 142
  729. end
  730. object Col06: TcxGridColumn
  731. Caption = 'Use'
  732. PropertiesClassName = 'TcxComboBoxProperties'
  733. Properties.Alignment.Horz = taCenter
  734. Properties.Alignment.Vert = taVCenter
  735. Properties.DropDownListStyle = lsFixedList
  736. Properties.ImmediatePost = True
  737. Properties.Items.Strings = (
  738. 'Y'
  739. 'N')
  740. GroupSummaryAlignment = taCenter
  741. HeaderAlignmentHorz = taCenter
  742. HeaderAlignmentVert = vaCenter
  743. HeaderGlyphAlignmentHorz = taCenter
  744. end
  745. object Col07: TcxGridColumn
  746. Caption = 'Phase'
  747. PropertiesClassName = 'TcxLabelProperties'
  748. Properties.Alignment.Horz = taCenter
  749. Properties.Alignment.Vert = taVCenter
  750. GroupSummaryAlignment = taCenter
  751. HeaderAlignmentHorz = taCenter
  752. HeaderAlignmentVert = vaCenter
  753. HeaderGlyphAlignmentHorz = taCenter
  754. end
  755. object Col08: TcxGridColumn
  756. Caption = #49884#51089#49884#44033
  757. PropertiesClassName = 'TcxTextEditProperties'
  758. Visible = False
  759. GroupSummaryAlignment = taCenter
  760. HeaderAlignmentHorz = taCenter
  761. HeaderAlignmentVert = vaCenter
  762. HeaderGlyphAlignmentHorz = taCenter
  763. end
  764. object Col09: TcxGridColumn
  765. Caption = #51333#47308#49884#44033
  766. PropertiesClassName = 'TcxTextEditProperties'
  767. Visible = False
  768. HeaderAlignmentHorz = taCenter
  769. HeaderAlignmentVert = vaCenter
  770. end
  771. object TvListColumn4: TcxGridColumn
  772. PropertiesClassName = 'TcxTextEditProperties'
  773. Visible = False
  774. end
  775. end
  776. object GlList: TcxGridLevel
  777. GridView = TvList
  778. end
  779. end
  780. object PnlTop: TPanel
  781. Left = 3
  782. Top = 18
  783. Width = 947
  784. Height = 31
  785. Align = alTop
  786. BevelOuter = bvNone
  787. TabOrder = 1
  788. DesignSize = (
  789. 947
  790. 31)
  791. object BtnAllSelect: TcxButton
  792. Left = 0
  793. Top = 2
  794. Width = 64
  795. Height = 24
  796. Cursor = crHandPoint
  797. Hint = 'Full selection (does not include filtering data)'
  798. Caption = 'All'
  799. Colors.Default = clBtnFace
  800. TabOrder = 0
  801. Font.Charset = DEFAULT_CHARSET
  802. Font.Color = clWindowText
  803. Font.Height = -12
  804. Font.Name = #47569#51008' '#44256#46357
  805. Font.Style = [fsBold]
  806. ParentFont = False
  807. OnClick = BtnAllSelectClick
  808. end
  809. object BtnReverse: TcxButton
  810. Tag = 2
  811. Left = 139
  812. Top = 2
  813. Width = 64
  814. Height = 24
  815. Cursor = crHandPoint
  816. Hint = 'Flip expression selection (filtering data is not included)'
  817. Caption = 'Reverse'
  818. Colors.Default = clBtnFace
  819. TabOrder = 1
  820. Font.Charset = DEFAULT_CHARSET
  821. Font.Color = clWindowText
  822. Font.Height = -12
  823. Font.Name = #47569#51008' '#44256#46357
  824. Font.Style = [fsBold]
  825. ParentFont = False
  826. OnClick = BtnAllSelectClick
  827. end
  828. object BtnAllClear: TcxButton
  829. Tag = 1
  830. Left = 69
  831. Top = 2
  832. Width = 64
  833. Height = 24
  834. Cursor = crHandPoint
  835. Hint = 'Disable all display (filtering data is not included)'
  836. Caption = 'Clear'
  837. Colors.Default = clBtnFace
  838. TabOrder = 2
  839. Font.Charset = DEFAULT_CHARSET
  840. Font.Color = clWindowText
  841. Font.Height = -12
  842. Font.Name = #47569#51008' '#44256#46357
  843. Font.Style = [fsBold]
  844. ParentFont = False
  845. OnClick = BtnAllSelectClick
  846. end
  847. object cxLabel2: TcxLabel
  848. Left = 630
  849. Top = 4
  850. Anchors = [akTop, akRight]
  851. Caption = 'Save the task against the selected VMS in the list.'
  852. Transparent = True
  853. end
  854. end
  855. end
  856. end
  857. object BtnSearch: TcxButton
  858. Left = 797
  859. Top = 11
  860. Width = 75
  861. Height = 25
  862. Cursor = crHandPoint
  863. Hint = #51312#54924
  864. Anchors = [akTop, akRight]
  865. Caption = #51312#54924
  866. Colors.Default = 10737865
  867. LookAndFeel.NativeStyle = False
  868. TabOrder = 3
  869. Visible = False
  870. Font.Charset = DEFAULT_CHARSET
  871. Font.Color = clBlack
  872. Font.Height = -13
  873. Font.Name = #47569#51008' '#44256#46357
  874. Font.Style = [fsBold]
  875. ParentFont = False
  876. OnClick = BtnSearchClick
  877. end
  878. object EdObjId: TcxMaskEdit
  879. Left = 186
  880. Top = 8
  881. Properties.Alignment.Horz = taCenter
  882. Properties.Alignment.Vert = taVCenter
  883. Properties.MaskKind = emkRegExpr
  884. Properties.MaxLength = 0
  885. Style.LookAndFeel.NativeStyle = False
  886. StyleDisabled.LookAndFeel.NativeStyle = False
  887. StyleFocused.LookAndFeel.NativeStyle = False
  888. StyleHot.LookAndFeel.NativeStyle = False
  889. TabOrder = 4
  890. Text = '0'
  891. Visible = False
  892. Width = 56
  893. end
  894. object EdFormId: TcxTextEdit
  895. Left = 289
  896. Top = 8
  897. ImeMode = imSAlpha
  898. Properties.Alignment.Horz = taCenter
  899. Properties.Alignment.Vert = taVCenter
  900. Properties.ImeMode = imSAlpha
  901. Properties.MaxLength = 0
  902. Properties.ReadOnly = True
  903. Style.LookAndFeel.Kind = lfUltraFlat
  904. Style.LookAndFeel.NativeStyle = False
  905. Style.Shadow = False
  906. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  907. StyleDisabled.LookAndFeel.NativeStyle = False
  908. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  909. StyleFocused.LookAndFeel.NativeStyle = False
  910. StyleHot.LookAndFeel.Kind = lfUltraFlat
  911. StyleHot.LookAndFeel.NativeStyle = False
  912. TabOrder = 5
  913. Text = '10000'
  914. Visible = False
  915. Width = 83
  916. end
  917. object TmrShow: TTimer
  918. Enabled = False
  919. Interval = 300
  920. OnTimer = TmrShowTimer
  921. Left = 372
  922. Top = 64
  923. end
  924. end