VMSM410MF.dfm 72 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457
  1. object VMSM410M: TVMSM410M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. Caption = 'Backgroung Image Management'
  7. ClientHeight = 762
  8. ClientWidth = 1380
  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. OnShow = FormShow
  22. DesignSize = (
  23. 1380
  24. 762)
  25. PixelsPerInch = 96
  26. TextHeight = 16
  27. object ShpTitle: TShape
  28. Left = 4
  29. Top = 4
  30. Width = 1372
  31. Height = 40
  32. Anchors = [akLeft, akTop, akRight]
  33. Brush.Color = 14671839
  34. Pen.Color = 10849679
  35. Pen.Width = 2
  36. ExplicitWidth = 1269
  37. end
  38. object LblCaption: TLabel
  39. Left = 16
  40. Top = 10
  41. Width = 267
  42. Height = 23
  43. Caption = #53440#51060#53952' '
  44. Font.Charset = DEFAULT_CHARSET
  45. Font.Color = 4740964
  46. Font.Height = -17
  47. Font.Name = #47569#51008' '#44256#46357
  48. Font.Style = [fsBold]
  49. ParentFont = False
  50. ParentShowHint = False
  51. ShowHint = True
  52. end
  53. object ShpList: TShape
  54. Left = 4
  55. Top = 50
  56. Width = 1372
  57. Height = 706
  58. Anchors = [akLeft, akTop, akRight, akBottom]
  59. Pen.Color = 10849679
  60. Pen.Width = 2
  61. ExplicitWidth = 1436
  62. ExplicitHeight = 766
  63. end
  64. object BtnClose: TcxButton
  65. Left = 1291
  66. Top = 11
  67. Width = 75
  68. Height = 25
  69. Cursor = crHandPoint
  70. Hint = #45803#44592
  71. Anchors = [akTop, akRight]
  72. Caption = #45803#44592
  73. Colors.Default = 10737865
  74. TabOrder = 0
  75. Font.Charset = DEFAULT_CHARSET
  76. Font.Color = clBlack
  77. Font.Height = -13
  78. Font.Name = #47569#51008' '#44256#46357
  79. Font.Style = [fsBold]
  80. ParentFont = False
  81. OnClick = BtnCloseClick
  82. end
  83. object EdFocus: TEdit
  84. Left = -10
  85. Top = -10
  86. Width = 2
  87. Height = 24
  88. ImeName = 'Microsoft Office IME 2007'
  89. TabOrder = 1
  90. Text = 'EdFocus'
  91. end
  92. object PnlBack: TPanel
  93. Left = 12
  94. Top = 56
  95. Width = 1354
  96. Height = 693
  97. Anchors = [akLeft, akTop, akRight, akBottom]
  98. BevelOuter = bvNone
  99. ParentBackground = False
  100. ParentColor = True
  101. TabOrder = 2
  102. object PnlLeft: TPanel
  103. Left = 0
  104. Top = 0
  105. Width = 345
  106. Height = 693
  107. Align = alLeft
  108. BevelOuter = bvNone
  109. TabOrder = 0
  110. object GrpList: TcxGroupBox
  111. Left = 0
  112. Top = 0
  113. Align = alClient
  114. Caption = #9654' Traffic Background Image List'
  115. ParentFont = False
  116. Style.BorderColor = clCaptionText
  117. Style.Font.Charset = DEFAULT_CHARSET
  118. Style.Font.Color = clWindowText
  119. Style.Font.Height = -13
  120. Style.Font.Name = #47569#51008' '#44256#46357
  121. Style.Font.Style = []
  122. Style.Shadow = False
  123. Style.TextColor = clWindowText
  124. Style.TextStyle = [fsBold]
  125. Style.IsFontAssigned = True
  126. TabOrder = 0
  127. Height = 693
  128. Width = 345
  129. object CxList: TcxGrid
  130. Left = 3
  131. Top = 19
  132. Width = 339
  133. Height = 664
  134. Align = alClient
  135. TabOrder = 0
  136. object TvList: TcxGridTableView
  137. OnCellDblClick = TvListCellDblClick
  138. OnFocusedRecordChanged = TvListFocusedRecordChanged
  139. DataController.Summary.DefaultGroupSummaryItems = <>
  140. DataController.Summary.FooterSummaryItems = <>
  141. DataController.Summary.SummaryGroups = <>
  142. OptionsCustomize.ColumnFiltering = False
  143. OptionsCustomize.ColumnGrouping = False
  144. OptionsCustomize.ColumnMoving = False
  145. OptionsCustomize.ColumnSorting = False
  146. OptionsCustomize.DataRowSizing = True
  147. OptionsData.CancelOnExit = False
  148. OptionsData.Deleting = False
  149. OptionsData.DeletingConfirmation = False
  150. OptionsData.Editing = False
  151. OptionsData.Inserting = False
  152. OptionsSelection.HideFocusRectOnExit = False
  153. OptionsSelection.HideSelection = True
  154. OptionsView.ColumnAutoWidth = True
  155. OptionsView.GroupByBox = False
  156. OptionsView.Indicator = True
  157. object ColLink1: TcxGridColumn
  158. Caption = 'No'
  159. PropertiesClassName = 'TcxLabelProperties'
  160. Properties.Alignment.Horz = taCenter
  161. Properties.Alignment.Vert = taVCenter
  162. HeaderAlignmentHorz = taCenter
  163. HeaderAlignmentVert = vaCenter
  164. Width = 60
  165. end
  166. object ColLink2: TcxGridColumn
  167. Caption = 'Image'
  168. DataBinding.ValueType = 'Variant'
  169. PropertiesClassName = 'TcxImageProperties'
  170. Properties.GraphicClassName = 'TdxSmartImage'
  171. OnCustomDrawCell = ColLink2CustomDrawCell
  172. HeaderAlignmentHorz = taCenter
  173. HeaderAlignmentVert = vaCenter
  174. Options.Editing = False
  175. Width = 333
  176. end
  177. object ColLink3: TcxGridColumn
  178. Caption = #49444#47749
  179. PropertiesClassName = 'TcxLabelProperties'
  180. Properties.Alignment.Horz = taLeftJustify
  181. Properties.Alignment.Vert = taVCenter
  182. Visible = False
  183. HeaderAlignmentHorz = taCenter
  184. HeaderAlignmentVert = vaCenter
  185. Options.Editing = False
  186. Width = 212
  187. end
  188. object ColLink4: TcxGridColumn
  189. Caption = 'VMS'#50976#54805#53076#46300
  190. PropertiesClassName = 'TcxTextEditProperties'
  191. Properties.Alignment.Vert = taVCenter
  192. Visible = False
  193. HeaderAlignmentHorz = taCenter
  194. HeaderAlignmentVert = vaCenter
  195. Width = 120
  196. end
  197. object ColLink5: TcxGridColumn
  198. Caption = #51333#51216#47749
  199. PropertiesClassName = 'TcxTextEditProperties'
  200. Properties.Alignment.Vert = taVCenter
  201. Visible = False
  202. HeaderAlignmentHorz = taCenter
  203. HeaderAlignmentVert = vaCenter
  204. Width = 120
  205. end
  206. object ColLink6: TcxGridColumn
  207. Caption = #51333#47308#51648#51216#47749
  208. PropertiesClassName = 'TcxLabelProperties'
  209. Properties.Alignment.Horz = taLeftJustify
  210. Properties.Alignment.Vert = taVCenter
  211. Visible = False
  212. HeaderAlignmentHorz = taCenter
  213. HeaderAlignmentVert = vaCenter
  214. Width = 250
  215. end
  216. end
  217. object GlList: TcxGridLevel
  218. GridView = TvList
  219. end
  220. end
  221. end
  222. end
  223. object cxSplitter1: TcxSplitter
  224. Left = 345
  225. Top = 0
  226. Width = 6
  227. Height = 693
  228. Control = PnlLeft
  229. end
  230. object Panel1: TPanel
  231. Left = 351
  232. Top = 0
  233. Width = 1003
  234. Height = 693
  235. Align = alClient
  236. BevelOuter = bvNone
  237. TabOrder = 2
  238. object Panel3: TPanel
  239. Left = 0
  240. Top = 0
  241. Width = 1003
  242. Height = 693
  243. Align = alClient
  244. BevelOuter = bvNone
  245. TabOrder = 0
  246. object cxGroupBox1: TcxGroupBox
  247. Left = 0
  248. Top = 0
  249. Align = alClient
  250. Caption = #9654' Traffic Background Image'
  251. ParentFont = False
  252. Style.BorderColor = clCaptionText
  253. Style.Font.Charset = DEFAULT_CHARSET
  254. Style.Font.Color = clWindowText
  255. Style.Font.Height = -13
  256. Style.Font.Name = #47569#51008' '#44256#46357
  257. Style.Font.Style = []
  258. Style.Shadow = False
  259. Style.TextColor = clWindowText
  260. Style.TextStyle = [fsBold]
  261. Style.IsFontAssigned = True
  262. TabOrder = 0
  263. Height = 693
  264. Width = 1003
  265. object PnlMenu: TPanel
  266. Left = 3
  267. Top = 637
  268. Width = 997
  269. Height = 46
  270. Align = alBottom
  271. BevelOuter = bvNone
  272. TabOrder = 0
  273. DesignSize = (
  274. 997
  275. 46)
  276. object BtnEdit: TcxButton
  277. Tag = 2
  278. Left = 8
  279. Top = 18
  280. Width = 75
  281. Height = 25
  282. Cursor = crHandPoint
  283. Hint = #45936#51060#53552' '#54200#51665
  284. Anchors = [akLeft, akBottom]
  285. Caption = #54200#51665
  286. Colors.Default = 10737865
  287. Enabled = False
  288. TabOrder = 0
  289. Font.Charset = DEFAULT_CHARSET
  290. Font.Color = clBlack
  291. Font.Height = -13
  292. Font.Name = #47569#51008' '#44256#46357
  293. Font.Style = [fsBold]
  294. ParentFont = False
  295. OnClick = BtnEditClick
  296. end
  297. object BtnInsert: TcxButton
  298. Tag = 2
  299. Left = 89
  300. Top = 18
  301. Width = 75
  302. Height = 25
  303. Cursor = crHandPoint
  304. Hint = #45936#51060#53552' '#52628#44032
  305. Anchors = [akLeft, akBottom]
  306. Caption = #52628#44032
  307. Colors.Default = 10737865
  308. TabOrder = 1
  309. Font.Charset = DEFAULT_CHARSET
  310. Font.Color = clBlack
  311. Font.Height = -13
  312. Font.Name = #47569#51008' '#44256#46357
  313. Font.Style = [fsBold]
  314. ParentFont = False
  315. OnClick = BtnInsertClick
  316. end
  317. object BtnDelete: TcxButton
  318. Tag = 4
  319. Left = 171
  320. Top = 18
  321. Width = 75
  322. Height = 25
  323. Cursor = crHandPoint
  324. Hint = #45936#51060#53552' '#49325#51228
  325. Anchors = [akLeft, akBottom]
  326. Caption = #49325#51228
  327. Colors.Default = 10737865
  328. Enabled = False
  329. TabOrder = 2
  330. Font.Charset = DEFAULT_CHARSET
  331. Font.Color = clBlack
  332. Font.Height = -13
  333. Font.Name = #47569#51008' '#44256#46357
  334. Font.Style = [fsBold]
  335. ParentFont = False
  336. OnClick = BtnDeleteClick
  337. end
  338. object BtnSave: TcxButton
  339. Tag = 5
  340. Left = 252
  341. Top = 18
  342. Width = 75
  343. Height = 25
  344. Cursor = crHandPoint
  345. Hint = #54200#51665#51089#50629' '#51200#51109
  346. Anchors = [akLeft, akBottom]
  347. Caption = #51200#51109
  348. Colors.Default = 10737865
  349. Enabled = False
  350. TabOrder = 3
  351. Font.Charset = DEFAULT_CHARSET
  352. Font.Color = clBlack
  353. Font.Height = -13
  354. Font.Name = #47569#51008' '#44256#46357
  355. Font.Style = [fsBold]
  356. ParentFont = False
  357. OnClick = BtnSaveClick
  358. end
  359. object BtnSaveImgFile: TcxButton
  360. Tag = 1
  361. Left = 355
  362. Top = 18
  363. Width = 135
  364. Height = 25
  365. Cursor = crHandPoint
  366. Hint = #51060#48120#51648' '#54028#51068#47196' '#51200#51109
  367. Anchors = [akLeft, akBottom]
  368. Caption = #51060#48120#51648#54028#51068#51200#51109
  369. Colors.Default = 10737865
  370. Enabled = False
  371. LookAndFeel.NativeStyle = False
  372. TabOrder = 4
  373. OnClick = BtnSaveImgFileClick
  374. end
  375. end
  376. object PnlCmd: TPanel
  377. Left = 3
  378. Top = 19
  379. Width = 997
  380. Height = 618
  381. Align = alClient
  382. BevelOuter = bvNone
  383. Enabled = False
  384. TabOrder = 1
  385. DesignSize = (
  386. 997
  387. 618)
  388. object ImgDesc01: TImage
  389. Left = 9
  390. Top = 17
  391. Width = 9
  392. Height = 9
  393. Transparent = True
  394. end
  395. object ImgDesc02: TImage
  396. Left = 425
  397. Top = 39
  398. Width = 9
  399. Height = 9
  400. Transparent = True
  401. end
  402. object ImgDesc03: TImage
  403. Left = 425
  404. Top = 68
  405. Width = 9
  406. Height = 9
  407. Transparent = True
  408. end
  409. object ImgDesc04: TImage
  410. Left = 425
  411. Top = 100
  412. Width = 9
  413. Height = 9
  414. Transparent = True
  415. end
  416. object ImgDesc12: TImage
  417. Left = 9
  418. Top = 270
  419. Width = 9
  420. Height = 9
  421. Transparent = True
  422. end
  423. object ImgTemp: TImage
  424. Left = 431
  425. Top = 125
  426. Width = 92
  427. Height = 88
  428. AutoSize = True
  429. Center = True
  430. Visible = False
  431. end
  432. object Label2: TLabel
  433. Left = 120
  434. Top = 265
  435. Width = 464
  436. Height = 17
  437. Caption = #48176#44221#51060#48120#51648#51032' '#49472#51012' '#53364#47533#54620' '#54980' '#49472#51201#50857' '#48260#53948#51012' '#53364#47533#54616#47732' '#54644#45817' '#50689#50669#51060' '#49440#53469#46121#45768#45796'.'
  438. Font.Charset = DEFAULT_CHARSET
  439. Font.Color = clBlue
  440. Font.Height = -13
  441. Font.Name = #47569#51008' '#44256#46357
  442. Font.Style = [fsBold]
  443. ParentFont = False
  444. end
  445. object LblWarn: TLabel
  446. Left = 524
  447. Top = 125
  448. Width = 328
  449. Height = 68
  450. Caption =
  451. #48176#44221#51060#48120#51648#47484' '#48320#44221#54616#45716' '#44221#50864' '#13#10#54268' '#54200#51665#50640#49436' '#39#54200#51665'->'#51200#51109#39' '#51012' '#54616#49492#50556' '#54868#47732#50640' '#48152#50689#46121#45768#45796'.'#13#10#54268' '#54200#51665#50640#49436' '#39#54200#51665'->'#51200 +
  452. #51109#39' '#51012' '#54616#51648' '#50506#51004#49492#46020' '#13#10#49688#51221#54620' '#48176#44221#51060#48120#51648#44032' VMS'#50640' '#54364#52636' '#46121#45768#45796'.'
  453. Font.Charset = DEFAULT_CHARSET
  454. Font.Color = clBlue
  455. Font.Height = -13
  456. Font.Name = #47569#51008' '#44256#46357
  457. Font.Style = [fsBold]
  458. ParentFont = False
  459. Visible = False
  460. end
  461. object PnlInfo2: TPanel
  462. Left = 9
  463. Top = 39
  464. Width = 400
  465. Height = 210
  466. Color = clGradientActiveCaption
  467. ParentBackground = False
  468. TabOrder = 0
  469. object ImgPreView: TImage
  470. Left = 6
  471. Top = 5
  472. Width = 80
  473. Height = 57
  474. AutoSize = True
  475. Center = True
  476. Picture.Data = {
  477. 07544269746D6170A6350000424DA63500000000000036000000280000005000
  478. 0000390000000100180000000000703500000000000000000000000000000000
  479. 0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  480. FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  481. FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  482. FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  483. FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  484. FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  485. FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  486. FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8787870000000000000000
  487. 0000000000000000000000000000000000000000000000000000000000000000
  488. 0000000000000000000000000000000000000000000000000000000000000000
  489. 0000000000000000000000000000000000000000000000000000000000000000
  490. 0000000000000000000000000000000000000000000000000000000000000000
  491. 0000000000000008000000000000000000000000000000000000000000000000
  492. 0000000000000000000000000000000000000000000000000000000000000000
  493. 00000000000000000000000000000000000000000000000000000000686868FF
  494. FFFFFFFFFF080808000000000000000000000000000000000000000000000000
  495. 0000000000000000000000000000000000000000000000000000000000000000
  496. 0000000000000000000000000000000000000000000000000000000000000000
  497. 0000000000000000000000000000000000000000000000000000000000000000
  498. 0000000000000000000000000000000000000000000000780000480000000000
  499. 0000000000000000000000000000000000000000000000000000000000000000
  500. 0000000000000000000000000000000000000000000000000000000000000000
  501. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  502. 0000000000000000000000000000000000000000000000000000000000000000
  503. 0000000000000000000000000000000000000000000000000000000000000000
  504. 0000000000000000000000000000000000000000000000000000000000000000
  505. 0000000000000000000000000000000000000000000000000000000000000000
  506. 00000000000000800000F7000048000000000000000000000000000000000000
  507. 0000000000000000000000000000000000000000000000000000000000000000
  508. 00000000000000000000000000000000000000000000000000000000000000FF
  509. FFFFFFFFFF000000000000000000000000000000000000000000000000000000
  510. 0000000000000000000000000000000000000000000000000000000000000000
  511. 0000000000000000000000000000000000000000000000000000000000000000
  512. 0000000000000000000000000000000000000000000000000000000000000000
  513. 0000000000000000000000000000000000000000000000800000FF0000F70000
  514. 4800000000000000000000000000000000000000000000000000000000000000
  515. 0000000000000000000000000000000000000000000000000000000000000000
  516. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  517. 0000000000000000000000000000000000000000000000000000000000000000
  518. 0000000000000000000000000000000000000000000000000000000000000000
  519. 0000000000000000000000000000000000000000000000000000000000000000
  520. 0000000000000000000000000000000000000000000000000000000000000000
  521. 00000000000000800000FF0000FF0000F7000048000000000000000000000000
  522. 0000000000000000000000000000000000000000000000000000000000000000
  523. 00000000000000000000000000000000000000000000000000000000000000FF
  524. FFFFFFFFFF000000000000000000000000000000000000000000000000000000
  525. 0000000000000000000000000000000000000000000000000000000000000000
  526. 0000000000000000000000000000000000000000000000000000000000000000
  527. 0000000000000000000000000000000000000000000000000000000000000000
  528. 0000000000000000000000000000000000000000000000800000FF0000FF0000
  529. FF0000F700004800000000000000000000000000000000000000000000000000
  530. 0000000000000000000000000000000000000000000000000000000000000000
  531. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  532. 0000000000000000000000000000000000000000000000000000000000000000
  533. 0000000000000000000000000000000000000000000000000000000000000000
  534. 0000000000000000000000000000000000000000000000000000000000000000
  535. 0000000000000000000000000000000000000000000000000000000000000000
  536. 00000000000000800000FF0000FF0000FF0000FF0000F7000048000000000000
  537. 0000000000000000000000000000000000000000000000000000000000000000
  538. 00000000000000000000000000000000000000000000000000000000000000FF
  539. FFFFFFFFFF000000000000000000000000000000000000000000000000000000
  540. 0000000000000000000000000000000000000000000000000000000000000000
  541. 0000000000000000000000000000000000000000000000000000000000000000
  542. 0000000000000000000000000000000000000000000000000000000000000000
  543. 0000000000000000000000000000000000000000000000800000FF0000FF0000
  544. FF0000FF0000FF0000F700004800000000000000000000000000000000000000
  545. 0000000000000000000000000000000000000000000000000000000000000000
  546. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  547. 0000000000000000000000000000000000000000000000000000000000000000
  548. 0000000000000000000000000000000000000000000000000000000000000000
  549. 0000000000000000000000000000000000000000000000000000000000000000
  550. 0000000000000000000000000000000000000000000000000000000000000000
  551. 00000000000000800000FF0000FF0000FF0000FF0000FF0000FF0000F7000048
  552. 0000000000000000000000000000000000000000000000000000000000000000
  553. 00000000000000000000000000000000000000000000000000000000000000FF
  554. FFFFFFFFFF000000000000000000000000000000000000000000000000000000
  555. 0000000000000000000000000000000000000000000000000000000000000000
  556. 0000000000000000000000000000000000000000000000000000000000000000
  557. 0000000000000000000000000000000000000000000000000000000000000000
  558. 0000000000000000000000000000000000000000000000800000FF0000FF0000
  559. FF0000FF0000FF0000FF0000FF0000F700004800000000000000000000000000
  560. 0000000000000000000000000000000000000000000000000000000000000000
  561. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  562. 0000008000008000008000008000008000008000008000008000008000008000
  563. 0080000080000080000080000080000080000080000080000080000080000080
  564. 0000800000800000800000800000800000800000800000800000800000800000
  565. 8000008000008000008000008000008000008000008000008000008000008000
  566. 00800000800000BF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  567. 0000F70000480000000000000000000000000000000000000000000000000000
  568. 00000000000000000000000000000000000000000000000000000000000000FF
  569. FFFFFFFFFF0000000000000000000000000000FF0000FF0000FF0000FF0000FF
  570. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  571. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  572. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  573. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  574. FF0000FF0000FF0000FF0000FF0000FF0000FF0000F700004800000000000000
  575. 0000000000000000000000000000000000000000000000000000000000000000
  576. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  577. 000000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  578. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  579. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  580. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  581. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  582. 0000FF0000FF0000F70000480000000000000000000000000000000000000000
  583. 00000000000000000000000000000000000000000000000000000000000000FF
  584. FFFFFFFFFF0000000000000000000000000000FF0000FF0000FF0000FF0000FF
  585. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  586. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  587. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  588. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  589. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000F700004800
  590. 0000000000000000000000000000000000000000000000000000000000000000
  591. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  592. 000000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  593. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  594. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  595. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  596. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  597. 0000FF0000FF0000FF0000FF0000F70000480000000000000000000000000000
  598. 00000000000000000000000000000000000000000000000000000000000000FF
  599. FFFFFFFFFF0000000000000000000000000000FF0000FF0000FF0000FF0000FF
  600. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  601. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  602. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  603. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  604. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  605. 00F7000048000000000000000000000000000000000000000000000000000000
  606. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  607. 000000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  608. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  609. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  610. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  611. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  612. 0000FF0000FF0000FF0000FF0000FF0000FF0000F70000480000000000000000
  613. 00000000000000000000000000000000000000000000000000000000000000FF
  614. FFFFFFFFFF0000000000000000000000000000FF0000FF0000FF0000FF0000FF
  615. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  616. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  617. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  618. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  619. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  620. 00FF0000FF0000F7000048000000000000000000000000000000000000000000
  621. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  622. 000000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  623. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  624. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  625. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  626. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  627. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000F70000480000
  628. 00000000000000000000000000000000000000000000000000000000000000FF
  629. FFFFFFFFFF0000000000000000000000000000FF0000FF0000FF0000FF0000FF
  630. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  631. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  632. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  633. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  634. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  635. 00FF0000FF0000FF0000FF0000F7000048000000000000000000000000000000
  636. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  637. 000000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  638. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  639. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  640. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  641. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  642. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  643. F7000048000000000000000000000000000000000000000000000000000000FF
  644. FFFFFFFFFF0000000000000000000000000000FF0000FF0000FF0000FF0000FF
  645. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  646. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  647. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  648. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  649. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  650. 00FF0000FF0000FF0000FF0000FF0000FF0000F7000048000000000000000000
  651. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  652. 000000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  653. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  654. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  655. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  656. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  657. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  658. FF0000FF0000F7000048000000000000000000000000000000000000000000FF
  659. FFFFFFFFFF0000000000000000000000000000FF0000FF0000FF0000FF0000FF
  660. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  661. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  662. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  663. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  664. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  665. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000F7000048000000
  666. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  667. 000000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  668. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  669. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  670. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  671. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  672. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  673. FF0000FF0000FF0000FF0000F7000048000000000000000000000000000000FF
  674. FFFFFFFFFF0000000000000000000000000000FF0000FF0000FF0000FF0000FF
  675. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  676. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  677. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  678. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  679. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  680. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000F7
  681. 000048000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  682. 000000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  683. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  684. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  685. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  686. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  687. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  688. FF0000FF0000FF0000FF0000FF0000FF0000F7000048000000000000000000FF
  689. FFFFFFFFFF0000000000000000000000000000FF0000FF0000FF0000FF0000FF
  690. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  691. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  692. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  693. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  694. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  695. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  696. 0000DF000020000000000000000000FFFFFFFFFFFF0000000000000000000000
  697. 000000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  698. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  699. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  700. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  701. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  702. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  703. FF0000FF0000FF0000FF0000FF0000DF000020000000000000000000000000FF
  704. FFFFFFFFFF0000000000000000000000000000FF0000FF0000FF0000FF0000FF
  705. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  706. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  707. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  708. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  709. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  710. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000DF000020
  711. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  712. 000000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  713. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  714. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  715. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  716. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  717. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  718. FF0000FF0000FF0000DF000020000000000000000000000000000000000000FF
  719. FFFFFFFFFF0000000000000000000000000000FF0000FF0000FF0000FF0000FF
  720. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  721. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  722. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  723. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  724. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  725. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000DF000020000000000000
  726. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  727. 000000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  728. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  729. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  730. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  731. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  732. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  733. FF0000DF000020000000000000000000000000000000000000000000000000FF
  734. FFFFFFFFFF0000000000000000000000000000FF0000FF0000FF0000FF0000FF
  735. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  736. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  737. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  738. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  739. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  740. 00FF0000FF0000FF0000FF0000FF0000DF000020000000000000000000000000
  741. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  742. 000000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  743. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  744. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  745. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  746. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  747. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000DF0000
  748. 20000000000000000000000000000000000000000000000000000000000000FF
  749. FFFFFFFFFF0000000000000000000000000000FF0000FF0000FF0000FF0000FF
  750. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  751. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  752. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  753. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  754. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  755. 00FF0000FF0000FF0000DF000020000000000000000000000000000000000000
  756. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  757. 000000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  758. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  759. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  760. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  761. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  762. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000DF0000200000000000
  763. 00000000000000000000000000000000000000000000000000000000000000FF
  764. FFFFFFFFFF0000000000000000000000000000FF0000FF0000FF0000FF0000FF
  765. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  766. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  767. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  768. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  769. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  770. 00FF0000DF000020000000000000000000000000000000000000000000000000
  771. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  772. 000000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  773. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  774. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  775. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  776. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  777. 0000FF0000FF0000FF0000FF0000FF0000DF0000200000000000000000000000
  778. 00000000000000000000000000000000000000000000000000000000000000FF
  779. FFFFFFFFFF0000000000000000000000000000FF0000FF0000FF0000FF0000FF
  780. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  781. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  782. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  783. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  784. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000DF00
  785. 0020000000000000000000000000000000000000000000000000000000000000
  786. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  787. 000000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  788. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  789. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  790. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  791. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  792. 0000FF0000FF0000FF0000DF0000200000000000000000000000000000000000
  793. 00000000000000000000000000000000000000000000000000000000000000FF
  794. FFFFFFFFFF0000000000000000000000000000FF0000FF0000FF0000FF0000FF
  795. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  796. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  797. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  798. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  799. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000DF00002000000000
  800. 0000000000000000000000000000000000000000000000000000000000000000
  801. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  802. 000000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  803. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  804. 0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  805. FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00
  806. 00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
  807. 0000FF0000DF0000200000000000000000000000000000000000000000000000
  808. 00000000000000000000000000000000000000000000000000000000000000FF
  809. FFFFFFFFFF000000000000000000000000000040000040000040000040000040
  810. 0000400000400000400000400000400000400000400000400000400000400000
  811. 4000004000004000004000004000004000004000004000004000004000004000
  812. 0040000040000040000040000040000040000040000040000040000040000040
  813. 00004000004000004000004000004000004000004000009F0000FF0000FF0000
  814. FF0000FF0000FF0000FF0000FF0000FF0000DF00002000000000000000000000
  815. 0000000000000000000000000000000000000000000000000000000000000000
  816. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  817. 0000000000000000000000000000000000000000000000000000000000000000
  818. 0000000000000000000000000000000000000000000000000000000000000000
  819. 0000000000000000000000000000000000000000000000000000000000000000
  820. 0000000000000000000000000000000000000000000000000000000000000000
  821. 00000000000000800000FF0000FF0000FF0000FF0000FF0000FF0000FF0000DF
  822. 0000200000000000000000000000000000000000000000000000000000000000
  823. 00000000000000000000000000000000000000000000000000000000000000FF
  824. FFFFFFFFFF000000000000000000000000000000000000000000000000000000
  825. 0000000000000000000000000000000000000000000000000000000000000000
  826. 0000000000000000000000000000000000000000000000000000000000000000
  827. 0000000000000000000000000000000000000000000000000000000000000000
  828. 0000000000000000000000000000000000000000000000800000FF0000FF0000
  829. FF0000FF0000FF0000FF0000DF00002000000000000000000000000000000000
  830. 0000000000000000000000000000000000000000000000000000000000000000
  831. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  832. 0000000000000000000000000000000000000000000000000000000000000000
  833. 0000000000000000000000000000000000000000000000000000000000000000
  834. 0000000000000000000000000000000000000000000000000000000000000000
  835. 0000000000000000000000000000000000000000000000000000000000000000
  836. 00000000000000800000FF0000FF0000FF0000FF0000FF0000DF000020000000
  837. 0000000000000000000000000000000000000000000000000000000000000000
  838. 00000000000000000000000000000000000000000000000000000000000000FF
  839. FFFFFFFFFF000000000000000000000000000000000000000000000000000000
  840. 0000000000000000000000000000000000000000000000000000000000000000
  841. 0000000000000000000000000000000000000000000000000000000000000000
  842. 0000000000000000000000000000000000000000000000000000000000000000
  843. 0000000000000000000000000000000000000000000000800000FF0000FF0000
  844. FF0000FF0000DF00002000000000000000000000000000000000000000000000
  845. 0000000000000000000000000000000000000000000000000000000000000000
  846. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  847. 0000000000000000000000000000000000000000000000000000000000000000
  848. 0000000000000000000000000000000000000000000000000000000000000000
  849. 0000000000000000000000000000000000000000000000000000000000000000
  850. 0000000000000000000000000000000000000000000000000000000000000000
  851. 00000000000000800000FF0000FF0000FF0000DF000020000000000000000000
  852. 0000000000000000000000000000000000000000000000000000000000000000
  853. 00000000000000000000000000000000000000000000000000000000000000FF
  854. FFFFFFFFFF000000000000000000000000000000000000000000000000000000
  855. 0000000000000000000000000000000000000000000000000000000000000000
  856. 0000000000000000000000000000000000000000000000000000000000000000
  857. 0000000000000000000000000000000000000000000000000000000000000000
  858. 0000000000000000000000000000000000000000000000800000FF0000FF0000
  859. DF00002000000000000000000000000000000000000000000000000000000000
  860. 0000000000000000000000000000000000000000000000000000000000000000
  861. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  862. 0000000000000000000000000000000000000000000000000000000000000000
  863. 0000000000000000000000000000000000000000000000000000000000000000
  864. 0000000000000000000000000000000000000000000000000000000000000000
  865. 0000000000000000000000000000000000000000000000000000000000000000
  866. 00000000000000800000FF0000DF000020000000000000000000000000000000
  867. 0000000000000000000000000000000000000000000000000000000000000000
  868. 00000000000000000000000000000000000000000000000000000000000000FF
  869. FFFFFFFFFF000000000000000000000000000000000000000000000000000000
  870. 0000000000000000000000000000000000000000000000000000000000000000
  871. 0000000000000000000000000000000000000000000000000000000000000000
  872. 0000000000000000000000000000000000000000000000000000000000000000
  873. 0000000000000000000000000000000000000000000000800000DF0000200000
  874. 0000000000000000000000000000000000000000000000000000000000000000
  875. 0000000000000000000000000000000000000000000000000000000000000000
  876. 000000000000000000000000000000FFFFFFFFFFFF0000000000000000000000
  877. 0000000000000000000000000000000000000000000000000000000000000000
  878. 0000000000000000000000000000000000000000000000000000000000000000
  879. 0000000000000000000000000000000000000000000000000000000000000000
  880. 0000000000000000000000000000000000000000000000000000000000000000
  881. 0000000000000060000020000000000000000000000000000000000000000000
  882. 0000000000000000000000000000000000000000000000000000000000000000
  883. 00000000000000000000000000000000000000000000000000000000000000FF
  884. FFFFFFFFFF181818000000000000000000000000000000000000000000000000
  885. 0000000000000000000000000000000000000000000000000000000000000000
  886. 0000000000000000000000000000000000000000000000000000000000000000
  887. 0000000000000000000000000000000000000000000000000000000000000000
  888. 0000000000000000000000000000000000000000000000000000000000000000
  889. 0000000000000000000000000000000000000000000000000000000000000000
  890. 0000000000000000000000000000000000000000000000000000000000000000
  891. 000000000000000000000000080808FFFFFFFFFFFFB7B7B72020200000000000
  892. 0000000000000000000000000000000000000000000000000000000000000000
  893. 0000000000000000000000000000000000000000000000000000000000000000
  894. 0000000000000000000000000000000000000000000000000000000000000000
  895. 0000000000000000000000000000000000000000000000000000000000000000
  896. 0000000000000000000000000000000000000000000000000000000000000000
  897. 0000000000000000000000000000000000000000000000000000000000000000
  898. 000000000000000000000000000000000000000000000000002020209F9F9FFF
  899. FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  900. FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  901. FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  902. FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  903. FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  904. FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  905. FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  906. FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
  907. OnMouseDown = ImgPreViewMouseDown
  908. end
  909. object ImgDesc11: TImage
  910. Left = 170
  911. Top = 183
  912. Width = 9
  913. Height = 9
  914. Transparent = True
  915. Visible = False
  916. end
  917. object Label10: TLabel
  918. Left = 186
  919. Top = 180
  920. Width = 29
  921. Height = 16
  922. Alignment = taRightJustify
  923. AutoSize = False
  924. Caption = 'X/Y'
  925. Transparent = True
  926. Visible = False
  927. end
  928. object SePosX: TcxSpinEdit
  929. Left = 221
  930. Top = 176
  931. Properties.Alignment.Horz = taCenter
  932. Properties.Alignment.Vert = taVCenter
  933. Properties.AssignedValues.MinValue = True
  934. Properties.MaxValue = 1000.000000000000000000
  935. Style.BorderColor = clBtnShadow
  936. Style.BorderStyle = ebsUltraFlat
  937. Style.LookAndFeel.Kind = lfUltraFlat
  938. Style.LookAndFeel.NativeStyle = False
  939. Style.ButtonStyle = btsUltraFlat
  940. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  941. StyleDisabled.LookAndFeel.NativeStyle = False
  942. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  943. StyleFocused.LookAndFeel.NativeStyle = False
  944. StyleFocused.TextStyle = [fsBold]
  945. StyleHot.LookAndFeel.Kind = lfUltraFlat
  946. StyleHot.LookAndFeel.NativeStyle = False
  947. TabOrder = 0
  948. Visible = False
  949. Width = 60
  950. end
  951. object SePosY: TcxSpinEdit
  952. Tag = 1
  953. Left = 287
  954. Top = 176
  955. Properties.Alignment.Horz = taCenter
  956. Properties.Alignment.Vert = taVCenter
  957. Properties.AssignedValues.MinValue = True
  958. Properties.MaxValue = 1000.000000000000000000
  959. Style.BorderColor = clBtnShadow
  960. Style.BorderStyle = ebsUltraFlat
  961. Style.LookAndFeel.Kind = lfUltraFlat
  962. Style.LookAndFeel.NativeStyle = False
  963. Style.ButtonStyle = btsUltraFlat
  964. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  965. StyleDisabled.LookAndFeel.NativeStyle = False
  966. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  967. StyleFocused.LookAndFeel.NativeStyle = False
  968. StyleFocused.TextStyle = [fsBold]
  969. StyleHot.LookAndFeel.Kind = lfUltraFlat
  970. StyleHot.LookAndFeel.NativeStyle = False
  971. TabOrder = 1
  972. Visible = False
  973. Width = 60
  974. end
  975. end
  976. object cxLabel18: TcxLabel
  977. Left = 25
  978. Top = 11
  979. Caption = #48176#44221#51060#48120#51648' ('#51060#48120#51648' '#50689#50669#51012' '#53364#47533#54616#50668' '#44396#44036' '#51221#48372#47484' '#49444#51221' '#54633#45768#45796'.)'
  980. Properties.Alignment.Horz = taLeftJustify
  981. Properties.Alignment.Vert = taVCenter
  982. Transparent = True
  983. AnchorY = 22
  984. end
  985. object cxLabel1: TcxLabel
  986. Left = 441
  987. Top = 33
  988. Caption = #51060#48120#51648' '#48264#54840
  989. Properties.Alignment.Horz = taLeftJustify
  990. Properties.Alignment.Vert = taVCenter
  991. Transparent = True
  992. AnchorY = 44
  993. end
  994. object EdNmbr: TcxTextEdit
  995. Left = 522
  996. Top = 32
  997. Properties.ReadOnly = True
  998. TabOrder = 3
  999. Width = 121
  1000. end
  1001. object cxLabel2: TcxLabel
  1002. Left = 441
  1003. Top = 63
  1004. Caption = #51060#48120#51648' '#49444#47749
  1005. Properties.Alignment.Horz = taLeftJustify
  1006. Properties.Alignment.Vert = taVCenter
  1007. Transparent = True
  1008. AnchorY = 74
  1009. end
  1010. object EdExpl: TcxTextEdit
  1011. Left = 522
  1012. Top = 62
  1013. Properties.MaxLength = 40
  1014. Properties.ReadOnly = False
  1015. TabOrder = 5
  1016. Width = 250
  1017. end
  1018. object EdImageFileName: TcxButtonEdit
  1019. Left = 522
  1020. Top = 94
  1021. Properties.Buttons = <
  1022. item
  1023. Default = True
  1024. Kind = bkEllipsis
  1025. end>
  1026. Style.LookAndFeel.Kind = lfUltraFlat
  1027. Style.LookAndFeel.NativeStyle = False
  1028. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  1029. StyleDisabled.LookAndFeel.NativeStyle = False
  1030. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  1031. StyleFocused.LookAndFeel.NativeStyle = False
  1032. StyleHot.LookAndFeel.Kind = lfUltraFlat
  1033. StyleHot.LookAndFeel.NativeStyle = False
  1034. TabOrder = 6
  1035. OnClick = EdImageFileNameClick
  1036. Width = 250
  1037. end
  1038. object cxLabel3: TcxLabel
  1039. Left = 441
  1040. Top = 94
  1041. Caption = #51060#48120#51648' '#44221#47196
  1042. Properties.Alignment.Horz = taLeftJustify
  1043. Properties.Alignment.Vert = taVCenter
  1044. Transparent = True
  1045. AnchorY = 105
  1046. end
  1047. object EdVmsCd: TcxTextEdit
  1048. Left = 530
  1049. Top = 40
  1050. Properties.ReadOnly = True
  1051. TabOrder = 8
  1052. Visible = False
  1053. Width = 121
  1054. end
  1055. object Panel2: TPanel
  1056. Left = 9
  1057. Top = 290
  1058. Width = 983
  1059. Height = 323
  1060. Anchors = [akLeft, akTop, akRight, akBottom]
  1061. Color = clGradientActiveCaption
  1062. ParentBackground = False
  1063. TabOrder = 9
  1064. DesignSize = (
  1065. 983
  1066. 323)
  1067. object ImgDesc09: TImage
  1068. Left = 10
  1069. Top = 15
  1070. Width = 9
  1071. Height = 9
  1072. Transparent = True
  1073. end
  1074. object Label11: TLabel
  1075. Left = 20
  1076. Top = 11
  1077. Width = 35
  1078. Height = 16
  1079. Alignment = taRightJustify
  1080. AutoSize = False
  1081. Caption = 'Cell'
  1082. Transparent = True
  1083. end
  1084. object ImgDesc21: TImage
  1085. Left = 482
  1086. Top = 15
  1087. Width = 9
  1088. Height = 9
  1089. Transparent = True
  1090. end
  1091. object Label1: TLabel
  1092. Left = 497
  1093. Top = 11
  1094. Width = 368
  1095. Height = 16
  1096. AutoSize = False
  1097. Caption = 'VMS '#51221#48372#51228#44277#44396#44036' '#47785#47197'('#46020#54805#49885' VMS'#50640' '#49444#51221#46108' '#51221#48372#51228#44277#44396#44036')'
  1098. Transparent = True
  1099. end
  1100. object CxImageCell: TcxGrid
  1101. Left = 16
  1102. Top = 39
  1103. Width = 377
  1104. Height = 274
  1105. Anchors = [akLeft, akTop, akBottom]
  1106. TabOrder = 0
  1107. LookAndFeel.Kind = lfUltraFlat
  1108. LookAndFeel.NativeStyle = False
  1109. object TvImageCell: TcxGridTableView
  1110. FilterBox.CustomizeDialog = False
  1111. OnFocusedRecordChanged = TvImageCellFocusedRecordChanged
  1112. DataController.Summary.DefaultGroupSummaryItems = <>
  1113. DataController.Summary.FooterSummaryItems = <>
  1114. DataController.Summary.SummaryGroups = <>
  1115. OptionsCustomize.ColumnFiltering = False
  1116. OptionsCustomize.ColumnSorting = False
  1117. OptionsSelection.HideFocusRectOnExit = False
  1118. OptionsSelection.HideSelection = True
  1119. OptionsView.ColumnAutoWidth = True
  1120. OptionsView.GroupByBox = False
  1121. OptionsView.Indicator = True
  1122. object cxGridColumn1: TcxGridColumn
  1123. Caption = #49440#53469
  1124. DataBinding.ValueType = 'Boolean'
  1125. PropertiesClassName = 'TcxCheckBoxProperties'
  1126. Properties.Alignment = taCenter
  1127. Properties.ImmediatePost = True
  1128. Visible = False
  1129. HeaderAlignmentHorz = taCenter
  1130. HeaderAlignmentVert = vaCenter
  1131. Options.Filtering = False
  1132. Options.Sorting = False
  1133. Width = 30
  1134. end
  1135. object ColCellId: TcxGridColumn
  1136. Caption = 'Cell'
  1137. PropertiesClassName = 'TcxTextEditProperties'
  1138. Properties.Alignment.Horz = taCenter
  1139. Properties.Alignment.Vert = taVCenter
  1140. HeaderAlignmentHorz = taCenter
  1141. HeaderAlignmentVert = vaCenter
  1142. Options.Editing = False
  1143. Options.Filtering = False
  1144. Width = 47
  1145. end
  1146. object ColCellPosX: TcxGridColumn
  1147. Caption = 'X'
  1148. PropertiesClassName = 'TcxTextEditProperties'
  1149. Properties.Alignment.Horz = taRightJustify
  1150. Properties.Alignment.Vert = taVCenter
  1151. Visible = False
  1152. HeaderAlignmentHorz = taCenter
  1153. HeaderAlignmentVert = vaCenter
  1154. HeaderGlyphAlignmentHorz = taCenter
  1155. Options.Editing = False
  1156. Options.Filtering = False
  1157. Width = 41
  1158. end
  1159. object ColCellPosY: TcxGridColumn
  1160. Caption = 'Y'
  1161. PropertiesClassName = 'TcxTextEditProperties'
  1162. Properties.Alignment.Horz = taRightJustify
  1163. Properties.Alignment.Vert = taVCenter
  1164. Visible = False
  1165. HeaderAlignmentHorz = taCenter
  1166. HeaderAlignmentVert = vaCenter
  1167. Options.Editing = False
  1168. Options.Filtering = False
  1169. Options.Grouping = False
  1170. Width = 46
  1171. end
  1172. object ColArea: TcxGridColumn
  1173. Caption = #50689#50669
  1174. DataBinding.ValueType = 'Integer'
  1175. OnCustomDrawCell = ColAreaCustomDrawCell
  1176. HeaderAlignmentHorz = taCenter
  1177. HeaderAlignmentVert = vaCenter
  1178. Options.Editing = False
  1179. Options.Filtering = False
  1180. Width = 47
  1181. end
  1182. object ColIfscId: TcxGridColumn
  1183. Caption = #44396#44036' ID'
  1184. PropertiesClassName = 'TcxTextEditProperties'
  1185. Properties.Alignment.Horz = taCenter
  1186. Properties.Alignment.Vert = taVCenter
  1187. HeaderAlignmentHorz = taCenter
  1188. HeaderAlignmentVert = vaCenter
  1189. Options.Editing = False
  1190. Options.Filtering = False
  1191. Width = 68
  1192. end
  1193. object ColIfscNm: TcxGridColumn
  1194. Caption = #44396#44036#47749
  1195. PropertiesClassName = 'TcxTextEditProperties'
  1196. Properties.Alignment.Horz = taLeftJustify
  1197. Properties.Alignment.Vert = taVCenter
  1198. Visible = False
  1199. HeaderAlignmentHorz = taCenter
  1200. HeaderAlignmentVert = vaCenter
  1201. Options.Filtering = False
  1202. end
  1203. object ColStrNm: TcxGridColumn
  1204. Caption = #49884#51216#47749
  1205. PropertiesClassName = 'TcxTextEditProperties'
  1206. Properties.Alignment.Horz = taLeftJustify
  1207. Properties.Alignment.Vert = taVCenter
  1208. HeaderAlignmentHorz = taCenter
  1209. HeaderAlignmentVert = vaCenter
  1210. Options.Editing = False
  1211. Width = 99
  1212. end
  1213. object ColEndNm: TcxGridColumn
  1214. Caption = #51333#51216#47749
  1215. PropertiesClassName = 'TcxTextEditProperties'
  1216. Properties.Alignment.Horz = taLeftJustify
  1217. Properties.Alignment.Vert = taVCenter
  1218. HeaderAlignmentHorz = taCenter
  1219. HeaderAlignmentVert = vaCenter
  1220. Options.Editing = False
  1221. Width = 102
  1222. end
  1223. end
  1224. object GlImageCell: TcxGridLevel
  1225. GridView = TvImageCell
  1226. end
  1227. end
  1228. object SeCellId: TcxSpinEdit
  1229. Left = 62
  1230. Top = 8
  1231. Properties.Alignment.Horz = taCenter
  1232. Properties.Alignment.Vert = taVCenter
  1233. Properties.MaxValue = 50.000000000000000000
  1234. Properties.MinValue = 1.000000000000000000
  1235. Properties.OnChange = SeCellIdPropertiesChange
  1236. Style.BorderColor = clBtnShadow
  1237. Style.BorderStyle = ebsUltraFlat
  1238. Style.LookAndFeel.Kind = lfUltraFlat
  1239. Style.LookAndFeel.NativeStyle = False
  1240. Style.ButtonStyle = btsUltraFlat
  1241. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  1242. StyleDisabled.LookAndFeel.NativeStyle = False
  1243. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  1244. StyleFocused.LookAndFeel.NativeStyle = False
  1245. StyleFocused.TextStyle = [fsBold]
  1246. StyleHot.LookAndFeel.Kind = lfUltraFlat
  1247. StyleHot.LookAndFeel.NativeStyle = False
  1248. TabOrder = 1
  1249. Value = 1
  1250. Width = 52
  1251. end
  1252. object BtnCellDelete: TcxButton
  1253. Tag = 4
  1254. Left = 211
  1255. Top = 8
  1256. Width = 75
  1257. Height = 25
  1258. Cursor = crHandPoint
  1259. Hint = 'Delete cell iinfomation'
  1260. Caption = #49472#49325#51228
  1261. Colors.Default = 10737865
  1262. LookAndFeel.NativeStyle = False
  1263. TabOrder = 2
  1264. OnClick = BtnCellDeleteClick
  1265. end
  1266. object BtnCellApply: TcxButton
  1267. Tag = 1
  1268. Left = 130
  1269. Top = 8
  1270. Width = 75
  1271. Height = 25
  1272. Cursor = crHandPoint
  1273. Hint = 'Apply cell informatioin'
  1274. Caption = #49472#51201#50857
  1275. Colors.Default = 10737865
  1276. LookAndFeel.NativeStyle = False
  1277. TabOrder = 3
  1278. OnClick = BtnCellApplyClick
  1279. end
  1280. object BtnListAdd: TcxButton
  1281. Left = 399
  1282. Top = 113
  1283. Width = 80
  1284. Height = 25
  1285. Cursor = crHandPoint
  1286. Hint = #50689#50669' '#51228#44277#44396#44036' '#49444#51221
  1287. Caption = #9664' '#51201#50857
  1288. Colors.Default = 10737865
  1289. LookAndFeel.NativeStyle = False
  1290. TabOrder = 4
  1291. Font.Charset = DEFAULT_CHARSET
  1292. Font.Color = clWindowText
  1293. Font.Height = -13
  1294. Font.Name = #47569#51008' '#44256#46357
  1295. Font.Style = [fsBold]
  1296. ParentFont = False
  1297. OnClick = BtnListAddClick
  1298. end
  1299. object BtnListDelete: TcxButton
  1300. Left = 399
  1301. Top = 149
  1302. Width = 80
  1303. Height = 25
  1304. Cursor = crHandPoint
  1305. Hint = #50689#50669' '#51228#44277#44396#44036' '#49325#51228
  1306. Caption = #49325#51228' '#9654
  1307. Colors.Default = 10737865
  1308. LookAndFeel.NativeStyle = False
  1309. TabOrder = 5
  1310. Font.Charset = DEFAULT_CHARSET
  1311. Font.Color = clWindowText
  1312. Font.Height = -13
  1313. Font.Name = #47569#51008' '#44256#46357
  1314. Font.Style = [fsBold]
  1315. ParentFont = False
  1316. OnClick = BtnListDeleteClick
  1317. end
  1318. object CxAxis: TcxGrid
  1319. Left = 485
  1320. Top = 39
  1321. Width = 488
  1322. Height = 274
  1323. Anchors = [akLeft, akTop, akRight, akBottom]
  1324. TabOrder = 6
  1325. LookAndFeel.Kind = lfUltraFlat
  1326. LookAndFeel.NativeStyle = False
  1327. object TvAxis: TcxGridTableView
  1328. FilterBox.CustomizeDialog = False
  1329. DataController.Summary.DefaultGroupSummaryItems = <>
  1330. DataController.Summary.FooterSummaryItems = <>
  1331. DataController.Summary.SummaryGroups = <>
  1332. OptionsCustomize.ColumnSorting = False
  1333. OptionsData.Editing = False
  1334. OptionsSelection.HideFocusRectOnExit = False
  1335. OptionsSelection.HideSelection = True
  1336. OptionsView.ColumnAutoWidth = True
  1337. OptionsView.GroupByBox = False
  1338. OptionsView.Indicator = True
  1339. object Col00: TcxGridColumn
  1340. Caption = 'VMS ID'
  1341. PropertiesClassName = 'TcxTextEditProperties'
  1342. Properties.Alignment.Horz = taCenter
  1343. Properties.Alignment.Vert = taVCenter
  1344. Visible = False
  1345. GroupIndex = 0
  1346. HeaderAlignmentHorz = taCenter
  1347. HeaderAlignmentVert = vaCenter
  1348. Width = 99
  1349. end
  1350. object Col01: TcxGridColumn
  1351. Caption = #44396#44036' ID'
  1352. PropertiesClassName = 'TcxTextEditProperties'
  1353. Properties.Alignment.Horz = taCenter
  1354. Properties.Alignment.Vert = taVCenter
  1355. HeaderAlignmentHorz = taCenter
  1356. HeaderAlignmentVert = vaCenter
  1357. Options.Editing = False
  1358. Options.Filtering = False
  1359. Width = 61
  1360. end
  1361. object Col02: TcxGridColumn
  1362. Caption = #44396#44036#47749
  1363. PropertiesClassName = 'TcxTextEditProperties'
  1364. Properties.Alignment.Horz = taLeftJustify
  1365. Properties.Alignment.Vert = taVCenter
  1366. HeaderAlignmentHorz = taCenter
  1367. HeaderAlignmentVert = vaCenter
  1368. Options.Editing = False
  1369. Options.Filtering = False
  1370. Width = 109
  1371. end
  1372. object Col03: TcxGridColumn
  1373. Caption = #49884#51216#47749
  1374. PropertiesClassName = 'TcxTextEditProperties'
  1375. Properties.Alignment.Horz = taLeftJustify
  1376. Properties.Alignment.Vert = taVCenter
  1377. HeaderAlignmentHorz = taCenter
  1378. HeaderAlignmentVert = vaCenter
  1379. Options.Editing = False
  1380. Width = 100
  1381. end
  1382. object Col04: TcxGridColumn
  1383. Caption = #51333#51216#47749
  1384. PropertiesClassName = 'TcxTextEditProperties'
  1385. Properties.Alignment.Horz = taLeftJustify
  1386. Properties.Alignment.Vert = taVCenter
  1387. HeaderAlignmentHorz = taCenter
  1388. HeaderAlignmentVert = vaCenter
  1389. Options.Editing = False
  1390. Width = 105
  1391. end
  1392. object Col05: TcxGridColumn
  1393. Caption = #52629
  1394. PropertiesClassName = 'TcxTextEditProperties'
  1395. Properties.Alignment.Horz = taLeftJustify
  1396. Properties.Alignment.Vert = taVCenter
  1397. HeaderAlignmentHorz = taCenter
  1398. HeaderAlignmentVert = vaCenter
  1399. Options.Editing = False
  1400. Width = 40
  1401. end
  1402. end
  1403. object GlAxis: TcxGridLevel
  1404. GridView = TvAxis
  1405. end
  1406. end
  1407. object ChkExpand: TcxCheckBox
  1408. Tag = 9
  1409. Left = 886
  1410. Top = 12
  1411. Cursor = crHandPoint
  1412. Anchors = [akTop, akRight]
  1413. Caption = #54869#51109'/'#52629#49548
  1414. State = cbsChecked
  1415. Style.BorderColor = 9868950
  1416. Style.BorderStyle = ebsThick
  1417. Style.Shadow = False
  1418. TabOrder = 7
  1419. Transparent = True
  1420. Visible = False
  1421. OnClick = ChkExpandClick
  1422. Width = 85
  1423. end
  1424. end
  1425. object cxLabel4: TcxLabel
  1426. Left = 25
  1427. Top = 263
  1428. Caption = #44396#44036#51221#48372' '#49444#51221
  1429. Properties.Alignment.Horz = taLeftJustify
  1430. Properties.Alignment.Vert = taVCenter
  1431. Transparent = True
  1432. AnchorY = 274
  1433. end
  1434. end
  1435. end
  1436. end
  1437. end
  1438. end
  1439. object TmrShow: TTimer
  1440. Enabled = False
  1441. Interval = 300
  1442. OnTimer = TmrShowTimer
  1443. Left = 876
  1444. Top = 8
  1445. end
  1446. object SaveDialog: TSaveDialog
  1447. Options = [ofOverwritePrompt, ofHideReadOnly, ofNoValidate, ofCreatePrompt, ofEnableSizing]
  1448. Left = 682
  1449. Top = 7
  1450. end
  1451. object OpenBmp: TOpenPictureDialog
  1452. DefaultExt = 'bmp'
  1453. OnCanClose = OpenBmpCanClose
  1454. Left = 592
  1455. Top = 9
  1456. end
  1457. end