VMSM540MF.dfm 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981
  1. object VMSM540M: TVMSM540M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. BorderIcons = [biSystemMenu]
  7. Caption = #47784#46280' '#54268' '#48373#49324' '#52628#44032' (F1824_16, F2026_16)'
  8. ClientHeight = 793
  9. ClientWidth = 1296
  10. Color = clBtnFace
  11. Font.Charset = DEFAULT_CHARSET
  12. Font.Color = clWindowText
  13. Font.Height = -13
  14. Font.Name = #47569#51008' '#44256#46357
  15. Font.Style = []
  16. KeyPreview = True
  17. OldCreateOrder = False
  18. Position = poOwnerFormCenter
  19. ShowHint = True
  20. OnClose = FormClose
  21. OnShow = FormShow
  22. DesignSize = (
  23. 1296
  24. 793)
  25. PixelsPerInch = 96
  26. TextHeight = 17
  27. object ShpTitle: TShape
  28. Left = 4
  29. Top = 4
  30. Width = 1288
  31. Height = 40
  32. Anchors = [akLeft, akTop, akRight]
  33. Brush.Color = 14671839
  34. Pen.Color = 10849679
  35. Pen.Width = 2
  36. Visible = False
  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. Visible = False
  54. end
  55. object ShpList: TShape
  56. Left = 4
  57. Top = 5
  58. Width = 1288
  59. Height = 782
  60. Anchors = [akLeft, akTop, akRight, akBottom]
  61. Pen.Color = 10849679
  62. Pen.Width = 2
  63. ExplicitWidth = 809
  64. ExplicitHeight = 430
  65. end
  66. object BtnClose: TcxButton
  67. Left = 1207
  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 = 25
  91. ImeName = 'Microsoft Office IME 2007'
  92. TabOrder = 1
  93. Text = 'EdFocus'
  94. end
  95. object PnlBack: TPanel
  96. Left = 6
  97. Top = 6
  98. Width = 1284
  99. Height = 779
  100. Anchors = [akLeft, akTop, akRight, akBottom]
  101. BevelOuter = bvNone
  102. ParentBackground = False
  103. ParentColor = True
  104. TabOrder = 2
  105. object PnlCopy: TPanel
  106. Left = 0
  107. Top = 0
  108. Width = 529
  109. Height = 779
  110. Align = alLeft
  111. BevelOuter = bvNone
  112. ParentColor = True
  113. TabOrder = 0
  114. object GrpOrg: TcxGroupBox
  115. Left = 0
  116. Top = 0
  117. Align = alTop
  118. Caption = #9654' '#54268' '#50896#48376
  119. Style.BorderColor = clCaptionText
  120. Style.Shadow = False
  121. Style.TextColor = clWindowText
  122. Style.TextStyle = [fsBold]
  123. TabOrder = 0
  124. Height = 370
  125. Width = 529
  126. object Panel3: TPanel
  127. Left = 3
  128. Top = 19
  129. Width = 523
  130. Height = 341
  131. Align = alClient
  132. BevelOuter = bvNone
  133. ParentColor = True
  134. TabOrder = 0
  135. object ImgForm: TImage
  136. Left = 397
  137. Top = 231
  138. Width = 145
  139. Height = 107
  140. Center = True
  141. Visible = False
  142. end
  143. object PnlOrg: TPanel
  144. Left = 1
  145. Top = 1
  146. Width = 420
  147. Height = 324
  148. BevelInner = bvLowered
  149. Color = clSilver
  150. ParentBackground = False
  151. TabOrder = 0
  152. object ImgOrg: TImage
  153. Left = 2
  154. Top = 2
  155. Width = 416
  156. Height = 320
  157. Align = alClient
  158. Center = True
  159. ExplicitLeft = 0
  160. ExplicitTop = 6
  161. ExplicitHeight = 69
  162. end
  163. end
  164. end
  165. end
  166. object GrpCopy1: TcxGroupBox
  167. Left = 0
  168. Top = 370
  169. Align = alClient
  170. Caption = #9654' '#48373#49324#54624' '#47784#46280' '#54268
  171. Style.BorderColor = clCaptionText
  172. Style.Shadow = False
  173. Style.TextColor = clWindowText
  174. Style.TextStyle = [fsBold]
  175. TabOrder = 1
  176. Height = 371
  177. Width = 529
  178. object Panel1: TPanel
  179. Left = 3
  180. Top = 19
  181. Width = 523
  182. Height = 342
  183. Align = alClient
  184. BevelOuter = bvNone
  185. ParentColor = True
  186. TabOrder = 0
  187. object ImgCopy1: TImage
  188. Left = 397
  189. Top = 231
  190. Width = 145
  191. Height = 107
  192. Center = True
  193. Visible = False
  194. end
  195. object PnlCopy1: TPanel
  196. Left = 1
  197. Top = 1
  198. Width = 420
  199. Height = 324
  200. BevelInner = bvLowered
  201. Color = clSilver
  202. ParentBackground = False
  203. TabOrder = 0
  204. object PnlCopyForm1: TPanel
  205. Left = 2
  206. Top = 2
  207. Width = 416
  208. Height = 320
  209. Align = alClient
  210. BevelOuter = bvNone
  211. Color = clBlack
  212. ParentBackground = False
  213. TabOrder = 0
  214. end
  215. end
  216. object BtnCenter: TcxButton
  217. Left = 437
  218. Top = 82
  219. Width = 75
  220. Height = 25
  221. Caption = 'Center'
  222. Enabled = False
  223. TabOrder = 1
  224. OnClick = BtnCenterClick
  225. end
  226. object BtnFit: TcxButton
  227. Left = 437
  228. Top = 113
  229. Width = 75
  230. Height = 25
  231. Caption = 'Fit Form'
  232. Enabled = False
  233. TabOrder = 2
  234. OnClick = BtnFitClick
  235. end
  236. object ChkCopy1: TcxCheckBox
  237. Left = 437
  238. Top = 16
  239. Caption = #54268' '#51200#51109
  240. State = cbsChecked
  241. TabOrder = 3
  242. Transparent = True
  243. Width = 121
  244. end
  245. object ChkBlinking1: TcxCheckBox
  246. Left = 437
  247. Top = 46
  248. Cursor = crHandPoint
  249. Caption = #51216#47736
  250. ParentBackground = False
  251. ParentColor = False
  252. ParentShowHint = False
  253. Properties.Alignment = taLeftJustify
  254. ShowHint = True
  255. Style.BorderColor = 9868950
  256. Style.BorderStyle = ebsThick
  257. Style.Color = 14671839
  258. Style.LookAndFeel.Kind = lfUltraFlat
  259. Style.Shadow = False
  260. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  261. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  262. StyleHot.LookAndFeel.Kind = lfUltraFlat
  263. TabOrder = 4
  264. Transparent = True
  265. Visible = False
  266. Width = 53
  267. end
  268. end
  269. end
  270. object Panel2: TPanel
  271. Left = 0
  272. Top = 741
  273. Width = 529
  274. Height = 38
  275. Align = alBottom
  276. BevelOuter = bvNone
  277. TabOrder = 2
  278. DesignSize = (
  279. 529
  280. 38)
  281. object BtnSave: TcxButton
  282. Tag = 5
  283. Left = 344
  284. Top = 6
  285. Width = 174
  286. Height = 25
  287. Cursor = crHandPoint
  288. Hint = #47784#46280' '#48324' '#54268' '#52628#44032' '#51200#51109
  289. Anchors = [akTop, akRight]
  290. Caption = #47784#46280' '#48324' '#54268' '#52628#44032' '#51200#51109
  291. Colors.Default = 10737865
  292. TabOrder = 0
  293. Font.Charset = DEFAULT_CHARSET
  294. Font.Color = clBlack
  295. Font.Height = -13
  296. Font.Name = #47569#51008' '#44256#46357
  297. Font.Style = [fsBold]
  298. ParentFont = False
  299. OnClick = BtnSaveClick
  300. end
  301. end
  302. end
  303. object PnlMesg: TPanel
  304. Left = 529
  305. Top = 0
  306. Width = 755
  307. Height = 779
  308. Align = alClient
  309. BevelOuter = bvNone
  310. ParentColor = True
  311. TabOrder = 1
  312. object Panel4: TPanel
  313. Left = 0
  314. Top = 741
  315. Width = 755
  316. Height = 38
  317. Align = alBottom
  318. BevelOuter = bvNone
  319. TabOrder = 0
  320. DesignSize = (
  321. 755
  322. 38)
  323. object BtnSaveMessage: TcxButton
  324. Tag = 5
  325. Left = 572
  326. Top = 6
  327. Width = 174
  328. Height = 25
  329. Cursor = crHandPoint
  330. Hint = #47700#49884#51648' '#49688#46041#54364#52636
  331. Anchors = [akTop, akRight]
  332. Caption = #47700#49884#51648' '#49688#46041#54364#52636
  333. Colors.Default = 10737865
  334. Enabled = False
  335. TabOrder = 0
  336. Font.Charset = DEFAULT_CHARSET
  337. Font.Color = clBlack
  338. Font.Height = -13
  339. Font.Name = #47569#51008' '#44256#46357
  340. Font.Style = []
  341. ParentFont = False
  342. OnClick = BtnSaveMessageClick
  343. end
  344. end
  345. object GrpMessage: TcxGroupBox
  346. Left = 0
  347. Top = 0
  348. Align = alClient
  349. Caption = #9654' '#47700#49884#51648' '#49688#46041#54364#52636
  350. Style.BorderColor = clCaptionText
  351. Style.Shadow = False
  352. Style.TextColor = clWindowText
  353. Style.TextStyle = [fsBold]
  354. TabOrder = 1
  355. Height = 741
  356. Width = 755
  357. object PnlTemp: TPanel
  358. Left = 3
  359. Top = 641
  360. Width = 749
  361. Height = 90
  362. Align = alBottom
  363. BevelOuter = bvNone
  364. ParentColor = True
  365. TabOrder = 0
  366. object Label24: TLabel
  367. Left = 302
  368. Top = 23
  369. Width = 19
  370. Height = 17
  371. Alignment = taRightJustify
  372. Caption = ' ~ '
  373. Transparent = True
  374. end
  375. object Label23: TLabel
  376. Left = 41
  377. Top = 25
  378. Width = 52
  379. Height = 17
  380. Alignment = taRightJustify
  381. Caption = #54364#52636#44592#44036
  382. Transparent = True
  383. end
  384. object ImgDesc08: TImage
  385. Left = 9
  386. Top = 28
  387. Width = 9
  388. Height = 9
  389. Transparent = True
  390. end
  391. object DtEndTime: TDateTimePicker
  392. Left = 450
  393. Top = 20
  394. Width = 75
  395. Height = 25
  396. BevelInner = bvNone
  397. BevelOuter = bvNone
  398. BevelKind = bkFlat
  399. Date = 40452.000000000000000000
  400. Format = ' HH:mm'
  401. Time = 40452.000000000000000000
  402. Color = clBtnFace
  403. DateMode = dmUpDown
  404. Font.Charset = DEFAULT_CHARSET
  405. Font.Color = clWindowText
  406. Font.Height = -13
  407. Font.Name = #47569#51008' '#44256#46357
  408. Font.Style = []
  409. ImeName = 'Microsoft Office IME 2007'
  410. Kind = dtkTime
  411. ParentColor = True
  412. ParentFont = False
  413. TabOrder = 0
  414. end
  415. object DtEndDate: TDateTimePicker
  416. Left = 328
  417. Top = 20
  418. Width = 115
  419. Height = 25
  420. BevelInner = bvNone
  421. BevelOuter = bvNone
  422. Date = 40452.000000000000000000
  423. Time = 40452.000000000000000000
  424. Color = clBtnFace
  425. ImeName = 'Microsoft Office IME 2007'
  426. ParentColor = True
  427. TabOrder = 1
  428. end
  429. object DtStrTime: TDateTimePicker
  430. Left = 219
  431. Top = 20
  432. Width = 75
  433. Height = 25
  434. BevelInner = bvNone
  435. BevelOuter = bvNone
  436. BevelKind = bkFlat
  437. Date = 40452.000000000000000000
  438. Format = ' HH:mm'
  439. Time = 40452.000000000000000000
  440. Color = clBtnFace
  441. DateMode = dmUpDown
  442. Font.Charset = DEFAULT_CHARSET
  443. Font.Color = clWindowText
  444. Font.Height = -13
  445. Font.Name = #47569#51008' '#44256#46357
  446. Font.Style = []
  447. ImeName = 'Microsoft Office IME 2007'
  448. Kind = dtkTime
  449. ParentColor = True
  450. ParentFont = False
  451. TabOrder = 2
  452. end
  453. object DtStrDate: TDateTimePicker
  454. Left = 98
  455. Top = 20
  456. Width = 115
  457. Height = 25
  458. BevelInner = bvNone
  459. BevelOuter = bvNone
  460. Date = 40452.000000000000000000
  461. Time = 40452.000000000000000000
  462. Color = clBtnFace
  463. ImeName = 'Microsoft Office IME 2007'
  464. ParentColor = True
  465. TabOrder = 3
  466. end
  467. object ChkWeek0: TcxCheckBox
  468. Left = 98
  469. Top = 59
  470. Cursor = crHandPoint
  471. Caption = #50900
  472. ParentBackground = False
  473. ParentColor = False
  474. ParentShowHint = False
  475. Properties.Alignment = taLeftJustify
  476. ShowHint = True
  477. State = cbsChecked
  478. Style.BorderColor = 9868950
  479. Style.BorderStyle = ebsThick
  480. Style.Color = 14671839
  481. Style.LookAndFeel.Kind = lfUltraFlat
  482. Style.Shadow = False
  483. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  484. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  485. StyleHot.LookAndFeel.Kind = lfUltraFlat
  486. TabOrder = 4
  487. Transparent = True
  488. Visible = False
  489. Width = 47
  490. end
  491. object ChkWeek1: TcxCheckBox
  492. Left = 143
  493. Top = 59
  494. Cursor = crHandPoint
  495. Caption = #54868
  496. ParentBackground = False
  497. ParentColor = False
  498. ParentShowHint = False
  499. Properties.Alignment = taLeftJustify
  500. ShowHint = True
  501. State = cbsChecked
  502. Style.BorderColor = 9868950
  503. Style.BorderStyle = ebsThick
  504. Style.Color = 14671839
  505. Style.LookAndFeel.Kind = lfUltraFlat
  506. Style.Shadow = False
  507. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  508. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  509. StyleHot.LookAndFeel.Kind = lfUltraFlat
  510. TabOrder = 5
  511. Transparent = True
  512. Visible = False
  513. Width = 47
  514. end
  515. object ChkWeek3: TcxCheckBox
  516. Left = 233
  517. Top = 59
  518. Cursor = crHandPoint
  519. Caption = #47785
  520. ParentBackground = False
  521. ParentColor = False
  522. ParentShowHint = False
  523. Properties.Alignment = taLeftJustify
  524. ShowHint = True
  525. State = cbsChecked
  526. Style.BorderColor = 9868950
  527. Style.BorderStyle = ebsThick
  528. Style.Color = 14671839
  529. Style.LookAndFeel.Kind = lfUltraFlat
  530. Style.Shadow = False
  531. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  532. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  533. StyleHot.LookAndFeel.Kind = lfUltraFlat
  534. TabOrder = 6
  535. Transparent = True
  536. Visible = False
  537. Width = 47
  538. end
  539. object ChkWeek2: TcxCheckBox
  540. Left = 188
  541. Top = 59
  542. Cursor = crHandPoint
  543. Caption = #49688
  544. ParentBackground = False
  545. ParentColor = False
  546. ParentShowHint = False
  547. Properties.Alignment = taLeftJustify
  548. ShowHint = True
  549. State = cbsChecked
  550. Style.BorderColor = 9868950
  551. Style.BorderStyle = ebsThick
  552. Style.Color = 14671839
  553. Style.LookAndFeel.Kind = lfUltraFlat
  554. Style.Shadow = False
  555. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  556. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  557. StyleHot.LookAndFeel.Kind = lfUltraFlat
  558. TabOrder = 7
  559. Transparent = True
  560. Visible = False
  561. Width = 47
  562. end
  563. object ChkWeek6: TcxCheckBox
  564. Left = 369
  565. Top = 59
  566. Cursor = crHandPoint
  567. Caption = #51068
  568. ParentBackground = False
  569. ParentColor = False
  570. ParentShowHint = False
  571. Properties.Alignment = taLeftJustify
  572. ShowHint = True
  573. State = cbsChecked
  574. Style.BorderColor = 9868950
  575. Style.BorderStyle = ebsThick
  576. Style.Color = 14671839
  577. Style.LookAndFeel.Kind = lfUltraFlat
  578. Style.Shadow = False
  579. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  580. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  581. StyleHot.LookAndFeel.Kind = lfUltraFlat
  582. TabOrder = 8
  583. Transparent = True
  584. Visible = False
  585. Width = 47
  586. end
  587. object ChkWeek5: TcxCheckBox
  588. Left = 323
  589. Top = 59
  590. Cursor = crHandPoint
  591. Caption = #53664
  592. ParentBackground = False
  593. ParentColor = False
  594. ParentShowHint = False
  595. Properties.Alignment = taLeftJustify
  596. ShowHint = True
  597. State = cbsChecked
  598. Style.BorderColor = 9868950
  599. Style.BorderStyle = ebsThick
  600. Style.Color = 14671839
  601. Style.LookAndFeel.Kind = lfUltraFlat
  602. Style.Shadow = False
  603. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  604. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  605. StyleHot.LookAndFeel.Kind = lfUltraFlat
  606. TabOrder = 9
  607. Transparent = True
  608. Visible = False
  609. Width = 47
  610. end
  611. object ChkWeek4: TcxCheckBox
  612. Left = 278
  613. Top = 59
  614. Cursor = crHandPoint
  615. Caption = #44552
  616. ParentBackground = False
  617. ParentColor = False
  618. ParentShowHint = False
  619. Properties.Alignment = taLeftJustify
  620. ShowHint = True
  621. State = cbsChecked
  622. Style.BorderColor = 9868950
  623. Style.BorderStyle = ebsThick
  624. Style.Color = 14671839
  625. Style.LookAndFeel.Kind = lfUltraFlat
  626. Style.Shadow = False
  627. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  628. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  629. StyleHot.LookAndFeel.Kind = lfUltraFlat
  630. TabOrder = 10
  631. Transparent = True
  632. Visible = False
  633. Width = 47
  634. end
  635. end
  636. object PnlTop: TPanel
  637. Left = 3
  638. Top = 19
  639. Width = 749
  640. Height = 31
  641. Align = alTop
  642. BevelOuter = bvNone
  643. TabOrder = 1
  644. object BtnAllSelect: TcxButton
  645. Left = 3
  646. Top = 3
  647. Width = 80
  648. Height = 24
  649. Cursor = crHandPoint
  650. Hint = #54364#52636' '#51204#52404' '#49440#53469'('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  651. Caption = #51204#52404#49440#53469
  652. Colors.Default = clBtnFace
  653. TabOrder = 0
  654. Font.Charset = DEFAULT_CHARSET
  655. Font.Color = clWindowText
  656. Font.Height = -12
  657. Font.Name = #47569#51008' '#44256#46357
  658. Font.Style = []
  659. ParentFont = False
  660. OnClick = BtnAllSelectClick
  661. end
  662. object BtnReverse: TcxButton
  663. Tag = 2
  664. Left = 167
  665. Top = 3
  666. Width = 80
  667. Height = 24
  668. Cursor = crHandPoint
  669. Hint = #54364#52636' '#49440#53469' '#48152#51204'('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  670. Caption = #49440#53469#48152#51204
  671. Colors.Default = clBtnFace
  672. TabOrder = 1
  673. Font.Charset = DEFAULT_CHARSET
  674. Font.Color = clWindowText
  675. Font.Height = -12
  676. Font.Name = #47569#51008' '#44256#46357
  677. Font.Style = []
  678. ParentFont = False
  679. OnClick = BtnAllSelectClick
  680. end
  681. object BtnAllClear: TcxButton
  682. Tag = 1
  683. Left = 85
  684. Top = 3
  685. Width = 80
  686. Height = 24
  687. Cursor = crHandPoint
  688. Hint = #54364#52636' '#51204#52404' '#54644#51228'('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  689. Caption = #51204#52404#54644#51228
  690. Colors.Default = clBtnFace
  691. TabOrder = 2
  692. Font.Charset = DEFAULT_CHARSET
  693. Font.Color = clWindowText
  694. Font.Height = -12
  695. Font.Name = #47569#51008' '#44256#46357
  696. Font.Style = []
  697. ParentFont = False
  698. OnClick = BtnAllSelectClick
  699. end
  700. end
  701. object CxList: TcxGrid
  702. Left = 3
  703. Top = 50
  704. Width = 749
  705. Height = 591
  706. Align = alClient
  707. TabOrder = 2
  708. object TvList: TcxGridTableView
  709. Navigator.Buttons.Append.Visible = True
  710. Navigator.Buttons.SaveBookmark.Visible = False
  711. Navigator.InfoPanel.Visible = True
  712. FilterBox.CustomizeDialog = False
  713. DataController.Summary.DefaultGroupSummaryItems = <>
  714. DataController.Summary.FooterSummaryItems = <>
  715. DataController.Summary.SummaryGroups = <>
  716. FilterRow.InfoText = '<'#44160#49353#50612#47484' '#51077#47141' '#54616#49464#50836'>'
  717. OptionsBehavior.CellHints = True
  718. OptionsBehavior.ShowLockedStateImageOptions.BestFit = lsimImmediate
  719. OptionsBehavior.ShowLockedStateImageOptions.Filtering = lsimImmediate
  720. OptionsBehavior.ShowLockedStateImageOptions.Grouping = lsimImmediate
  721. OptionsBehavior.ShowLockedStateImageOptions.Sorting = lsimImmediate
  722. OptionsCustomize.ColumnFiltering = False
  723. OptionsCustomize.ColumnSorting = False
  724. OptionsData.Deleting = False
  725. OptionsData.DeletingConfirmation = False
  726. OptionsData.Inserting = False
  727. OptionsSelection.HideFocusRectOnExit = False
  728. OptionsSelection.HideSelection = True
  729. OptionsView.GroupByBox = False
  730. OptionsView.Indicator = True
  731. object ColumnSel: TcxGridColumn
  732. Caption = #49440#53469
  733. DataBinding.ValueType = 'Boolean'
  734. PropertiesClassName = 'TcxCheckBoxProperties'
  735. Properties.Alignment = taCenter
  736. Properties.ImmediatePost = True
  737. Properties.NullStyle = nssUnchecked
  738. HeaderAlignmentHorz = taCenter
  739. Width = 45
  740. end
  741. object Column00: TcxGridColumn
  742. Caption = #54200#51665#47784#46300
  743. PropertiesClassName = 'TcxTextEditProperties'
  744. Properties.Alignment.Horz = taCenter
  745. Properties.Alignment.Vert = taVCenter
  746. Visible = False
  747. HeaderAlignmentHorz = taCenter
  748. Options.Editing = False
  749. VisibleForCustomization = False
  750. end
  751. object Column011: TcxGridColumn
  752. Caption = #48264#54840
  753. PropertiesClassName = 'TcxTextEditProperties'
  754. Properties.Alignment.Horz = taCenter
  755. Properties.Alignment.Vert = taVCenter
  756. Properties.MaxLength = 0
  757. Visible = False
  758. HeaderAlignmentHorz = taCenter
  759. Options.Editing = False
  760. VisibleForCustomization = False
  761. Width = 51
  762. end
  763. object Column11: TcxGridColumn
  764. Caption = 'LCS ID'
  765. PropertiesClassName = 'TcxLabelProperties'
  766. Properties.Alignment.Horz = taRightJustify
  767. Properties.Alignment.Vert = taVCenter
  768. Visible = False
  769. HeaderAlignmentHorz = taCenter
  770. HeaderAlignmentVert = vaCenter
  771. Width = 108
  772. end
  773. object Column12: TcxGridColumn
  774. Caption = #47784#46280#50976#54805
  775. PropertiesClassName = 'TcxTextEditProperties'
  776. Properties.Alignment.Horz = taCenter
  777. Properties.Alignment.Vert = taVCenter
  778. HeaderAlignmentHorz = taCenter
  779. Options.Editing = False
  780. Width = 113
  781. end
  782. object Column01: TcxGridColumn
  783. Caption = 'VMS ID'
  784. PropertiesClassName = 'TcxTextEditProperties'
  785. Properties.Alignment.Horz = taCenter
  786. Properties.Alignment.Vert = taVCenter
  787. Properties.MaxLength = 0
  788. HeaderAlignmentHorz = taCenter
  789. Options.Editing = False
  790. Width = 122
  791. end
  792. object Column02: TcxGridColumn
  793. Caption = 'VMS '#47749#52845
  794. PropertiesClassName = 'TcxTextEditProperties'
  795. Properties.Alignment.Horz = taLeftJustify
  796. Properties.Alignment.Vert = taVCenter
  797. HeaderAlignmentHorz = taCenter
  798. Options.Editing = False
  799. Width = 188
  800. end
  801. object Column03: TcxGridColumn
  802. Caption = 'VMS '#50976#54805
  803. PropertiesClassName = 'TcxLabelProperties'
  804. Properties.Alignment.Horz = taLeftJustify
  805. Properties.Alignment.Vert = taVCenter
  806. HeaderAlignmentHorz = taCenter
  807. Options.Editing = False
  808. Width = 134
  809. end
  810. object Column99: TcxGridColumn
  811. Caption = #47700#47784#47532
  812. DataBinding.ValueType = 'Integer'
  813. PropertiesClassName = 'TcxCalcEditProperties'
  814. Properties.Alignment.Horz = taCenter
  815. Properties.Alignment.Vert = taVCenter
  816. Visible = False
  817. Options.Editing = False
  818. VisibleForCustomization = False
  819. end
  820. object Column13: TcxGridColumn
  821. Caption = #54268' ID'
  822. PropertiesClassName = 'TcxLabelProperties'
  823. Properties.Alignment.Horz = taCenter
  824. Properties.Alignment.Vert = taVCenter
  825. HeaderAlignmentHorz = taCenter
  826. HeaderAlignmentVert = vaCenter
  827. Width = 99
  828. end
  829. object Col01: TcxGridColumn
  830. Tag = 1
  831. Caption = #46028#48156
  832. PropertiesClassName = 'TcxLabelProperties'
  833. Properties.Alignment.Horz = taCenter
  834. Properties.Alignment.Vert = taVCenter
  835. Visible = False
  836. HeaderAlignmentHorz = taCenter
  837. HeaderAlignmentVert = vaCenter
  838. end
  839. object Col02: TcxGridColumn
  840. Tag = 2
  841. Caption = #44277#49324
  842. PropertiesClassName = 'TcxLabelProperties'
  843. Properties.Alignment.Horz = taCenter
  844. Properties.Alignment.Vert = taVCenter
  845. Visible = False
  846. HeaderAlignmentHorz = taCenter
  847. HeaderAlignmentVert = vaCenter
  848. end
  849. object Col03: TcxGridColumn
  850. Tag = 3
  851. Caption = #54861#48372
  852. PropertiesClassName = 'TcxLabelProperties'
  853. Properties.Alignment.Horz = taCenter
  854. Properties.Alignment.Vert = taVCenter
  855. Visible = False
  856. HeaderAlignmentHorz = taCenter
  857. HeaderAlignmentVert = vaCenter
  858. end
  859. object Col04: TcxGridColumn
  860. Tag = 4
  861. Caption = #50864#54924
  862. PropertiesClassName = 'TcxLabelProperties'
  863. Properties.Alignment.Horz = taCenter
  864. Properties.Alignment.Vert = taVCenter
  865. Visible = False
  866. HeaderAlignmentHorz = taCenter
  867. HeaderAlignmentVert = vaCenter
  868. VisibleForCustomization = False
  869. end
  870. object Col05: TcxGridColumn
  871. Tag = 5
  872. Caption = #51221#52404
  873. PropertiesClassName = 'TcxLabelProperties'
  874. Properties.Alignment.Horz = taCenter
  875. Properties.Alignment.Vert = taVCenter
  876. Visible = False
  877. HeaderAlignmentHorz = taCenter
  878. HeaderAlignmentVert = vaCenter
  879. end
  880. object Col06: TcxGridColumn
  881. Tag = 6
  882. Caption = #50504#51204
  883. PropertiesClassName = 'TcxLabelProperties'
  884. Properties.Alignment.Horz = taCenter
  885. Properties.Alignment.Vert = taVCenter
  886. Visible = False
  887. HeaderAlignmentHorz = taCenter
  888. HeaderAlignmentVert = vaCenter
  889. end
  890. object Col07: TcxGridColumn
  891. Tag = 7
  892. Caption = #46041#50689#49345
  893. PropertiesClassName = 'TcxLabelProperties'
  894. Properties.Alignment.Horz = taCenter
  895. Properties.Alignment.Vert = taVCenter
  896. Visible = False
  897. HeaderAlignmentHorz = taCenter
  898. HeaderAlignmentVert = vaCenter
  899. end
  900. object Col08: TcxGridColumn
  901. Tag = 8
  902. Caption = #49828#53944#47532#48141
  903. PropertiesClassName = 'TcxLabelProperties'
  904. Properties.Alignment.Horz = taCenter
  905. Properties.Alignment.Vert = taVCenter
  906. Visible = False
  907. HeaderAlignmentHorz = taCenter
  908. HeaderAlignmentVert = vaCenter
  909. end
  910. object Col09: TcxGridColumn
  911. Caption = #45824#44592#54872#44221
  912. PropertiesClassName = 'TcxLabelProperties'
  913. Properties.Alignment.Horz = taRightJustify
  914. Properties.Alignment.Vert = taVCenter
  915. Visible = False
  916. end
  917. object Col10: TcxGridColumn
  918. Caption = #51452#52264#51221#48372
  919. PropertiesClassName = 'TcxLabelProperties'
  920. Properties.Alignment.Horz = taRightJustify
  921. Properties.Alignment.Vert = taVCenter
  922. Visible = False
  923. HeaderAlignmentHorz = taCenter
  924. HeaderAlignmentVert = vaCenter
  925. end
  926. object ColAuto: TcxGridColumn
  927. Caption = #51088#46041
  928. PropertiesClassName = 'TcxLabelProperties'
  929. Properties.Alignment.Horz = taCenter
  930. Properties.Alignment.Vert = taVCenter
  931. Visible = False
  932. HeaderAlignmentHorz = taCenter
  933. HeaderAlignmentVert = vaCenter
  934. VisibleForCustomization = False
  935. Width = 114
  936. end
  937. object ColFix: TcxGridColumn
  938. Tag = 1
  939. Caption = #44256#51221
  940. PropertiesClassName = 'TcxLabelProperties'
  941. Properties.Alignment.Horz = taCenter
  942. Properties.Alignment.Vert = taVCenter
  943. Visible = False
  944. HeaderAlignmentHorz = taCenter
  945. HeaderAlignmentVert = vaCenter
  946. end
  947. object ColBase: TcxGridColumn
  948. Tag = 2
  949. Caption = #44592#48376
  950. PropertiesClassName = 'TcxLabelProperties'
  951. Properties.Alignment.Horz = taCenter
  952. Properties.Alignment.Vert = taVCenter
  953. Visible = False
  954. HeaderAlignmentHorz = taCenter
  955. HeaderAlignmentVert = vaCenter
  956. end
  957. end
  958. object GlList: TcxGridLevel
  959. GridView = TvList
  960. end
  961. end
  962. end
  963. end
  964. end
  965. object Edit1: TEdit
  966. Left = -2
  967. Top = -2
  968. Width = 2
  969. Height = 25
  970. ImeName = 'Microsoft Office IME 2007'
  971. TabOrder = 3
  972. Text = 'EdFocus'
  973. end
  974. object TmrShow: TTimer
  975. Enabled = False
  976. Interval = 300
  977. OnTimer = TmrShowTimer
  978. Left = 876
  979. Top = 8
  980. end
  981. end