ITS0040MF.dfm 38 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045
  1. object ITS0040M: TITS0040M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. Caption = #48152#48373#51221#52404#44396#44036' '#44288#47532
  7. ClientHeight = 732
  8. ClientWidth = 1162
  9. Color = clBtnFace
  10. DoubleBuffered = True
  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. 1162
  24. 732)
  25. PixelsPerInch = 96
  26. TextHeight = 17
  27. object ShpTitle: TShape
  28. Left = 4
  29. Top = 4
  30. Width = 1154
  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 = 1154
  57. Height = 679
  58. Anchors = [akLeft, akTop, akRight, akBottom]
  59. Pen.Color = 10849679
  60. Pen.Width = 2
  61. ExplicitWidth = 1068
  62. ExplicitHeight = 584
  63. end
  64. object BtnSearch: TcxButton
  65. Left = 979
  66. Top = 11
  67. Width = 80
  68. Height = 25
  69. Cursor = crHandPoint
  70. Hint = #51312#54924
  71. Anchors = [akTop, akRight]
  72. Caption = #51312#54924
  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 = BtnSearchClick
  82. end
  83. object BtnClose: TcxButton
  84. Left = 1068
  85. Top = 11
  86. Width = 80
  87. Height = 25
  88. Cursor = crHandPoint
  89. Hint = #45803#44592
  90. Anchors = [akTop, akRight]
  91. Caption = #45803#44592
  92. Colors.Default = 10737865
  93. TabOrder = 1
  94. Font.Charset = DEFAULT_CHARSET
  95. Font.Color = clBlack
  96. Font.Height = -13
  97. Font.Name = #47569#51008' '#44256#46357
  98. Font.Style = [fsBold]
  99. ParentFont = False
  100. OnClick = BtnCloseClick
  101. end
  102. object EdFocus: TEdit
  103. Left = -10
  104. Top = -10
  105. Width = 2
  106. Height = 25
  107. ImeName = 'Microsoft Office IME 2007'
  108. TabOrder = 2
  109. Text = 'EdFocus'
  110. end
  111. object Panel1: TPanel
  112. Left = 10
  113. Top = 55
  114. Width = 1143
  115. Height = 669
  116. Anchors = [akLeft, akTop, akRight, akBottom]
  117. BevelOuter = bvNone
  118. TabOrder = 3
  119. object cxGroupBox1: TcxGroupBox
  120. Left = 0
  121. Top = 0
  122. Align = alTop
  123. Caption = #9654' '#50696#49345' '#48152#48373#51221#52404' '#44396#44036
  124. Style.TextStyle = [fsBold]
  125. TabOrder = 0
  126. Height = 299
  127. Width = 1143
  128. object CxList1: TcxGrid
  129. Left = 3
  130. Top = 19
  131. Width = 1137
  132. Height = 236
  133. Align = alClient
  134. TabOrder = 0
  135. LookAndFeel.NativeStyle = False
  136. object TvList1: TcxGridTableView
  137. DataController.Filter.OnChanged = TvList1DataControllerFilterChanged
  138. DataController.Summary.DefaultGroupSummaryItems = <>
  139. DataController.Summary.FooterSummaryItems = <>
  140. DataController.Summary.SummaryGroups = <>
  141. FilterRow.Visible = True
  142. OptionsData.CancelOnExit = False
  143. OptionsData.Deleting = False
  144. OptionsData.DeletingConfirmation = False
  145. OptionsData.Editing = False
  146. OptionsData.Inserting = False
  147. OptionsSelection.MultiSelect = True
  148. OptionsView.NoDataToDisplayInfoText = #50696#49345' '#48152#48373' '#51221#52404#44396#44036#51060' '#50630#49845#45768#45796'.'
  149. OptionsView.Indicator = True
  150. object AColumn01: TcxGridColumn
  151. Caption = #49436#48708#49828#47553#53356' ID'
  152. PropertiesClassName = 'TcxTextEditProperties'
  153. Properties.Alignment.Horz = taCenter
  154. Properties.Alignment.Vert = taVCenter
  155. HeaderAlignmentHorz = taCenter
  156. HeaderAlignmentVert = vaCenter
  157. Options.Editing = False
  158. Width = 92
  159. end
  160. object AColumn11: TcxGridColumn
  161. Caption = #47749#52845
  162. PropertiesClassName = 'TcxTextEditProperties'
  163. Properties.Alignment.Vert = taVCenter
  164. HeaderAlignmentHorz = taCenter
  165. HeaderAlignmentVert = vaCenter
  166. Options.Editing = False
  167. Width = 150
  168. end
  169. object AColumn12: TcxGridColumn
  170. Caption = #48169#54693
  171. PropertiesClassName = 'TcxTextEditProperties'
  172. Properties.Alignment.Horz = taCenter
  173. Properties.Alignment.Vert = taVCenter
  174. HeaderAlignmentHorz = taCenter
  175. HeaderAlignmentVert = vaCenter
  176. Options.Editing = False
  177. Width = 65
  178. end
  179. object AColumn13: TcxGridColumn
  180. Caption = #49884#51216#47749
  181. PropertiesClassName = 'TcxTextEditProperties'
  182. Properties.Alignment.Vert = taVCenter
  183. HeaderAlignmentHorz = taCenter
  184. HeaderAlignmentVert = vaCenter
  185. Options.Editing = False
  186. Width = 180
  187. end
  188. object AColumn14: TcxGridColumn
  189. Caption = #51333#51216#47749
  190. PropertiesClassName = 'TcxTextEditProperties'
  191. Properties.Alignment.Vert = taVCenter
  192. HeaderAlignmentHorz = taCenter
  193. HeaderAlignmentVert = vaCenter
  194. Options.Editing = False
  195. Width = 180
  196. end
  197. object AColumn02: TcxGridColumn
  198. Caption = #53685#44228' '#45380#50900
  199. PropertiesClassName = 'TcxTextEditProperties'
  200. Properties.Alignment.Horz = taCenter
  201. Properties.Alignment.Vert = taVCenter
  202. HeaderAlignmentHorz = taCenter
  203. HeaderAlignmentVert = vaCenter
  204. Options.Editing = False
  205. Width = 70
  206. end
  207. object AColumn03: TcxGridColumn
  208. Caption = #50836#51068
  209. PropertiesClassName = 'TcxTextEditProperties'
  210. Properties.Alignment.Horz = taCenter
  211. Properties.Alignment.Vert = taVCenter
  212. HeaderAlignmentHorz = taCenter
  213. HeaderAlignmentVert = vaCenter
  214. Options.Editing = False
  215. Width = 83
  216. end
  217. object AColumn04: TcxGridColumn
  218. Caption = #54844#51105' '#49884#51089#49884#48516
  219. PropertiesClassName = 'TcxTextEditProperties'
  220. Properties.Alignment.Horz = taCenter
  221. Properties.Alignment.Vert = taVCenter
  222. HeaderAlignmentHorz = taCenter
  223. HeaderAlignmentVert = vaCenter
  224. Options.Editing = False
  225. Width = 90
  226. end
  227. object AColumn05: TcxGridColumn
  228. Caption = #54844#51105' '#51333#47308#49884#48516
  229. PropertiesClassName = 'TcxTextEditProperties'
  230. Properties.Alignment.Horz = taCenter
  231. Properties.Alignment.Vert = taVCenter
  232. HeaderAlignmentHorz = taCenter
  233. HeaderAlignmentVert = vaCenter
  234. Options.Editing = False
  235. Width = 90
  236. end
  237. object AColumn06: TcxGridColumn
  238. Caption = #54217#44512' '#49549#46020
  239. PropertiesClassName = 'TcxTextEditProperties'
  240. Properties.Alignment.Horz = taRightJustify
  241. Properties.Alignment.Vert = taVCenter
  242. HeaderAlignmentHorz = taCenter
  243. HeaderAlignmentVert = vaCenter
  244. Options.Editing = False
  245. Width = 62
  246. end
  247. object AColumn07: TcxGridColumn
  248. Caption = #54217#44512' '#53685#54665#49884#44036'('#52488')'
  249. PropertiesClassName = 'TcxTextEditProperties'
  250. Properties.Alignment.Horz = taRightJustify
  251. Properties.Alignment.Vert = taVCenter
  252. HeaderAlignmentHorz = taCenter
  253. HeaderAlignmentVert = vaCenter
  254. Options.Editing = False
  255. Width = 120
  256. end
  257. object AColumn08: TcxGridColumn
  258. Caption = #54869#51221' '#50668#48512
  259. PropertiesClassName = 'TcxTextEditProperties'
  260. Properties.Alignment.Horz = taCenter
  261. Properties.Alignment.Vert = taVCenter
  262. HeaderAlignmentHorz = taCenter
  263. HeaderAlignmentVert = vaCenter
  264. Options.Editing = False
  265. end
  266. object AColumn09: TcxGridColumn
  267. Caption = #49373#49457' '#51068#51088
  268. PropertiesClassName = 'TcxTextEditProperties'
  269. Properties.Alignment.Horz = taCenter
  270. Properties.Alignment.Vert = taVCenter
  271. HeaderAlignmentHorz = taCenter
  272. HeaderAlignmentVert = vaCenter
  273. Options.Editing = False
  274. Width = 108
  275. end
  276. object AColumn10: TcxGridColumn
  277. Caption = #49373#49457#51088
  278. PropertiesClassName = 'TcxTextEditProperties'
  279. Properties.Alignment.Vert = taVCenter
  280. HeaderAlignmentHorz = taCenter
  281. HeaderAlignmentVert = vaCenter
  282. Options.Editing = False
  283. Width = 100
  284. end
  285. object AColumn99: TcxGridColumn
  286. Caption = #47700#47784#47532
  287. DataBinding.ValueType = 'Integer'
  288. PropertiesClassName = 'TcxCalcEditProperties'
  289. Properties.Alignment.Horz = taRightJustify
  290. Properties.Alignment.Vert = taVCenter
  291. Visible = False
  292. HeaderAlignmentHorz = taCenter
  293. HeaderAlignmentVert = vaCenter
  294. VisibleForCustomization = False
  295. end
  296. end
  297. object GlList1: TcxGridLevel
  298. GridView = TvList1
  299. end
  300. end
  301. object cxGroupBox3: TcxGroupBox
  302. Left = 3
  303. Top = 255
  304. Align = alBottom
  305. TabOrder = 1
  306. DesignSize = (
  307. 1137
  308. 34)
  309. Height = 34
  310. Width = 1137
  311. object BtnApply: TcxButton
  312. Left = 840
  313. Top = 3
  314. Width = 117
  315. Height = 25
  316. Cursor = crHandPoint
  317. Hint = #50696#49345' '#48152#48373#51221#52404#44396#44036#51012' '#54869#51221#54633#45768#45796'.'
  318. Anchors = [akTop, akRight]
  319. Caption = #54869#51221#54616#44592
  320. LookAndFeel.NativeStyle = False
  321. TabOrder = 0
  322. Font.Charset = DEFAULT_CHARSET
  323. Font.Color = clWindowText
  324. Font.Height = -13
  325. Font.Name = #47569#51008' '#44256#46357
  326. Font.Style = [fsBold]
  327. ParentFont = False
  328. OnClick = BtnApplyClick
  329. end
  330. object BtnAppCancel: TcxButton
  331. Left = 963
  332. Top = 3
  333. Width = 165
  334. Height = 25
  335. Cursor = crHandPoint
  336. Hint = #50696#49345' '#48152#48373#51221#52404#44396#44036#51012' '#52712#49548#54633#45768#45796'.'
  337. Anchors = [akTop, akRight]
  338. Caption = #50696#49345#52712#49548
  339. Glyph.Data = {
  340. 26040000424D2604000000000000360000002800000012000000120000000100
  341. 180000000000F003000012170000121700000000000000000000C0C0C0C0C0C0
  342. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  343. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  344. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  345. C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  346. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  347. 0000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0ACACAC989898C0C0C0C0C0C0C0C0C0
  348. C0C0C0C0C0C08B8B8BB9B9B9C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0
  349. C0C0C0C0C0C0635F662D10455757578E8E8EB9B9B9C0C0C09D9D9D412B53362B
  350. 3F757575A5A5A5C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0343434570E
  351. 90BB75E12C00504C4C4C7878789D9D9D1D0035A158CE792CB1120A1878787898
  352. 9898C0C0C0C0C0C00000C0C0C0C0C0C05757573B006BD593F5E3A2FFA158CE1D
  353. 00356262620E001A863ABAE3A2FFE3A2FF570E90343434C0C0C0C0C0C0C0C0C0
  354. 0000C0C0C0D6D6D6FFFFFF454545570E90E3A2FFE3A2FF863ABA0E001A6C1DA7
  355. E3A2FFE3A2FF792CB118111EC0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0
  356. D1D1D1F6F6F6827F8547166CBB75E1E3A2FFA75FD3E2A1FEC884EB5C24835045
  357. 59B7B7B7C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0F9F9
  358. F9B9B9B9250043AE67D8E3A2FFC884EB34005E414141787878B9B9B9C0C0C0C0
  359. C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0AEAEAE1600289349C4E3
  360. A2FFE3A2FFE3A2FFAE67D82500435757577E7E7EC0C0C0C0C0C0C0C0C0C0C0C0
  361. 0000C0C0C0C0C0C0C0C0C0C0C0C018111E792CB1E3A2FFE3A2FF6C1DA7E2A1FE
  362. E3A2FF9349C41600286D6D6D8B8B8BC0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0
  363. C0C0C0343434570E90E3A2FFE3A2FF863ABA0E001A6C1DA7E3A2FFE3A2FF792C
  364. B1120A188B8B8BC0C0C0C0C0C0C0C0C00000C0C0C0CBCBCBABABAB4022589650
  365. C2CF8BF0662C8F4B3D57E1E1E16F6875511D77C27DE6AE67D8370F577A7A7AC0
  366. C0C0C0C0C0C0C0C00000C0C0C0C0C0C0E2E2E2FFFFFF1E17243B006B575757C0
  367. C0C0C0C0C0FEFEFEA2A2A22C0050160028AEAEAEC0C0C0C0C0C0C0C0C0C0C0C0
  368. 0000C0C0C0C0C0C0C0C0C0EDEDEDE7E7E7343434C0C0C0C0C0C0C0C0C0CBCBCB
  369. FFFFFF7474748B8B8BC0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0
  370. C0C0C0C0C0C0F3F3F3C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0D6D6D6DCDCDCC0C0
  371. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  372. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  373. C0C0C0C0C0C0C0C00000}
  374. LookAndFeel.NativeStyle = False
  375. TabOrder = 1
  376. Font.Charset = DEFAULT_CHARSET
  377. Font.Color = clWindowText
  378. Font.Height = -13
  379. Font.Name = #47569#51008' '#44256#46357
  380. Font.Style = [fsBold]
  381. ParentFont = False
  382. OnClick = BtnAppCancelClick
  383. end
  384. end
  385. object lblGss1: TcxLabel
  386. Left = 33
  387. Top = 146
  388. Caption = #50696#49345
  389. Transparent = True
  390. Visible = False
  391. end
  392. object lblGss2: TcxLabel
  393. Left = 33
  394. Top = 173
  395. Caption = #54869#51221
  396. Transparent = True
  397. Visible = False
  398. end
  399. object lblCancel: TcxLabel
  400. Left = 33
  401. Top = 200
  402. Caption = #48152#48373#51221#52404#44396#44036' '#52712#49548
  403. Transparent = True
  404. Visible = False
  405. end
  406. object lblSelErr2: TcxLabel
  407. Left = 207
  408. Top = 146
  409. Caption = #51089#50629' '#54624' '#51221#52404#44396#44036#51012' '#49440#53469#54616#49464#50836'.'
  410. Transparent = True
  411. Visible = False
  412. end
  413. object lblCancel2: TcxLabel
  414. Left = 207
  415. Top = 173
  416. Caption = #49440#53469#54620' '#51221#52404#44396#44036#51012' '#52712#49548' '#54616#49884#44192#49845#45768#44620'?'
  417. Transparent = True
  418. Visible = False
  419. end
  420. object lblCancel3: TcxLabel
  421. Left = 207
  422. Top = 200
  423. Caption = #48152#48373#51221#52404#44396#44036' '#52712#49548' '#51089#50629#51012' '#50756#47308#54616#50688#49845#45768#45796'.'
  424. Transparent = True
  425. Visible = False
  426. end
  427. object lblCnfm: TcxLabel
  428. Left = 527
  429. Top = 119
  430. Caption = #48152#48373#51221#52404#44396#44036' '#54869#51221
  431. Transparent = True
  432. Visible = False
  433. end
  434. object lblOpr: TcxLabel
  435. Left = 529
  436. Top = 146
  437. Caption = #48152#48373#51221#52404#44396#44036' '#50868#50689#51088#46321#47197
  438. Transparent = True
  439. Visible = False
  440. end
  441. end
  442. object cxGroupBox2: TcxGroupBox
  443. Left = 0
  444. Top = 305
  445. Align = alClient
  446. Caption = #9654' '#54869#51221#46108' '#48152#48373#51221#52404' '#44396#44036
  447. Style.TextStyle = [fsBold]
  448. TabOrder = 1
  449. Height = 364
  450. Width = 1143
  451. object CxList2: TcxGrid
  452. Left = 3
  453. Top = 19
  454. Width = 1137
  455. Height = 211
  456. Align = alClient
  457. TabOrder = 0
  458. LookAndFeel.NativeStyle = False
  459. object TvList2: TcxGridTableView
  460. DataController.Summary.DefaultGroupSummaryItems = <>
  461. DataController.Summary.FooterSummaryItems = <>
  462. DataController.Summary.SummaryGroups = <>
  463. OptionsData.CancelOnExit = False
  464. OptionsData.Deleting = False
  465. OptionsData.DeletingConfirmation = False
  466. OptionsData.Editing = False
  467. OptionsData.Inserting = False
  468. OptionsSelection.MultiSelect = True
  469. OptionsView.NoDataToDisplayInfoText = #54869#51221#46108' '#48152#48373' '#51221#52404#44396#44036#51060' '#50630#49845#45768#45796'.'
  470. OptionsView.Indicator = True
  471. object BColumn01: TcxGridColumn
  472. Caption = #49436#48708#49828#47553#53356' ID'
  473. PropertiesClassName = 'TcxTextEditProperties'
  474. Properties.Alignment.Horz = taCenter
  475. Properties.Alignment.Vert = taVCenter
  476. HeaderAlignmentHorz = taCenter
  477. HeaderAlignmentVert = vaCenter
  478. Options.Editing = False
  479. Width = 92
  480. end
  481. object BColumn11: TcxGridColumn
  482. Caption = #47749#52845
  483. PropertiesClassName = 'TcxTextEditProperties'
  484. Properties.Alignment.Vert = taVCenter
  485. HeaderAlignmentHorz = taCenter
  486. HeaderAlignmentVert = vaCenter
  487. Options.Editing = False
  488. Width = 150
  489. end
  490. object BColumn12: TcxGridColumn
  491. Caption = #48169#54693
  492. PropertiesClassName = 'TcxTextEditProperties'
  493. Properties.Alignment.Horz = taCenter
  494. Properties.Alignment.Vert = taVCenter
  495. HeaderAlignmentHorz = taCenter
  496. HeaderAlignmentVert = vaCenter
  497. Options.Editing = False
  498. Width = 65
  499. end
  500. object BColumn13: TcxGridColumn
  501. Caption = #49884#51216#47749
  502. PropertiesClassName = 'TcxTextEditProperties'
  503. Properties.Alignment.Vert = taVCenter
  504. HeaderAlignmentHorz = taCenter
  505. HeaderAlignmentVert = vaCenter
  506. Options.Editing = False
  507. Width = 180
  508. end
  509. object BColumn14: TcxGridColumn
  510. Caption = #51333#51216#47749
  511. PropertiesClassName = 'TcxTextEditProperties'
  512. Properties.Alignment.Vert = taVCenter
  513. HeaderAlignmentHorz = taCenter
  514. HeaderAlignmentVert = vaCenter
  515. Options.Editing = False
  516. Width = 180
  517. end
  518. object BColumn02: TcxGridColumn
  519. Caption = #53685#44228' '#45380#50900
  520. PropertiesClassName = 'TcxTextEditProperties'
  521. Properties.Alignment.Horz = taCenter
  522. Properties.Alignment.Vert = taVCenter
  523. Visible = False
  524. HeaderAlignmentHorz = taCenter
  525. HeaderAlignmentVert = vaCenter
  526. Options.Editing = False
  527. VisibleForCustomization = False
  528. Width = 70
  529. end
  530. object BColumn03: TcxGridColumn
  531. Caption = #50836#51068
  532. PropertiesClassName = 'TcxTextEditProperties'
  533. Properties.Alignment.Horz = taCenter
  534. Properties.Alignment.Vert = taVCenter
  535. HeaderAlignmentHorz = taCenter
  536. HeaderAlignmentVert = vaCenter
  537. Options.Editing = False
  538. Width = 83
  539. end
  540. object BColumn04: TcxGridColumn
  541. Caption = #54844#51105' '#49884#51089#49884#48516
  542. PropertiesClassName = 'TcxTextEditProperties'
  543. Properties.Alignment.Horz = taCenter
  544. Properties.Alignment.Vert = taVCenter
  545. HeaderAlignmentHorz = taCenter
  546. HeaderAlignmentVert = vaCenter
  547. Options.Editing = False
  548. Width = 90
  549. end
  550. object BColumn05: TcxGridColumn
  551. Caption = #54844#51105' '#51333#47308#49884#48516
  552. PropertiesClassName = 'TcxTextEditProperties'
  553. Properties.Alignment.Horz = taCenter
  554. Properties.Alignment.Vert = taVCenter
  555. HeaderAlignmentHorz = taCenter
  556. HeaderAlignmentVert = vaCenter
  557. Options.Editing = False
  558. Width = 90
  559. end
  560. object BColumn06: TcxGridColumn
  561. Caption = #54217#44512' '#49549#46020
  562. PropertiesClassName = 'TcxTextEditProperties'
  563. Properties.Alignment.Horz = taRightJustify
  564. Properties.Alignment.Vert = taVCenter
  565. HeaderAlignmentHorz = taCenter
  566. HeaderAlignmentVert = vaCenter
  567. Options.Editing = False
  568. Width = 62
  569. end
  570. object BColumn07: TcxGridColumn
  571. Caption = #54217#44512' '#53685#54665#49884#44036'('#52488')'
  572. PropertiesClassName = 'TcxTextEditProperties'
  573. Properties.Alignment.Horz = taRightJustify
  574. Properties.Alignment.Vert = taVCenter
  575. HeaderAlignmentHorz = taCenter
  576. HeaderAlignmentVert = vaCenter
  577. Options.Editing = False
  578. Width = 120
  579. end
  580. object BColumn08: TcxGridColumn
  581. Caption = #54869#51221' '#50668#48512
  582. PropertiesClassName = 'TcxTextEditProperties'
  583. Properties.Alignment.Horz = taCenter
  584. Properties.Alignment.Vert = taVCenter
  585. HeaderAlignmentHorz = taCenter
  586. HeaderAlignmentVert = vaCenter
  587. Options.Editing = False
  588. Width = 83
  589. end
  590. object BColumn09: TcxGridColumn
  591. Caption = #49373#49457' '#51068#51088
  592. PropertiesClassName = 'TcxTextEditProperties'
  593. Properties.Alignment.Horz = taCenter
  594. Properties.Alignment.Vert = taVCenter
  595. HeaderAlignmentHorz = taCenter
  596. HeaderAlignmentVert = vaCenter
  597. Options.Editing = False
  598. VisibleForCustomization = False
  599. Width = 108
  600. end
  601. object BColumn10: TcxGridColumn
  602. Caption = #49373#49457#51088
  603. PropertiesClassName = 'TcxTextEditProperties'
  604. Properties.Alignment.Vert = taVCenter
  605. HeaderAlignmentHorz = taCenter
  606. HeaderAlignmentVert = vaCenter
  607. Options.Editing = False
  608. VisibleForCustomization = False
  609. Width = 100
  610. end
  611. object BColumn99: TcxGridColumn
  612. Caption = #47700#47784#47532
  613. DataBinding.ValueType = 'Integer'
  614. PropertiesClassName = 'TcxCalcEditProperties'
  615. Properties.Alignment.Horz = taRightJustify
  616. Properties.Alignment.Vert = taVCenter
  617. Visible = False
  618. HeaderAlignmentHorz = taCenter
  619. HeaderAlignmentVert = vaCenter
  620. Options.Editing = False
  621. VisibleForCustomization = False
  622. end
  623. end
  624. object GlList2: TcxGridLevel
  625. GridView = TvList2
  626. end
  627. end
  628. object cxGroupBox4: TcxGroupBox
  629. Left = 3
  630. Top = 320
  631. Align = alBottom
  632. TabOrder = 1
  633. DesignSize = (
  634. 1137
  635. 34)
  636. Height = 34
  637. Width = 1137
  638. object BtnCnfmCancel: TcxButton
  639. Left = 963
  640. Top = 4
  641. Width = 165
  642. Height = 25
  643. Cursor = crHandPoint
  644. Hint = #46321#47197#46108' '#54869#51221' '#48152#48373#51221#52404#44396#44036' '#51221#48372#47484' '#49325#51228#54633#45768#45796'.'
  645. Anchors = [akRight, akBottom]
  646. Caption = #54869#51221#52712#49548
  647. Glyph.Data = {
  648. 26040000424D2604000000000000360000002800000012000000120000000100
  649. 180000000000F003000012170000121700000000000000000000C0C0C0C0C0C0
  650. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  651. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  652. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  653. C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  654. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  655. 0000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0ACACAC989898C0C0C0C0C0C0C0C0C0
  656. C0C0C0C0C0C08B8B8BB9B9B9C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0
  657. C0C0C0C0C0C0635F662D10455757578E8E8EB9B9B9C0C0C09D9D9D412B53362B
  658. 3F757575A5A5A5C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0343434570E
  659. 90BB75E12C00504C4C4C7878789D9D9D1D0035A158CE792CB1120A1878787898
  660. 9898C0C0C0C0C0C00000C0C0C0C0C0C05757573B006BD593F5E3A2FFA158CE1D
  661. 00356262620E001A863ABAE3A2FFE3A2FF570E90343434C0C0C0C0C0C0C0C0C0
  662. 0000C0C0C0D6D6D6FFFFFF454545570E90E3A2FFE3A2FF863ABA0E001A6C1DA7
  663. E3A2FFE3A2FF792CB118111EC0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0
  664. D1D1D1F6F6F6827F8547166CBB75E1E3A2FFA75FD3E2A1FEC884EB5C24835045
  665. 59B7B7B7C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0F9F9
  666. F9B9B9B9250043AE67D8E3A2FFC884EB34005E414141787878B9B9B9C0C0C0C0
  667. C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0AEAEAE1600289349C4E3
  668. A2FFE3A2FFE3A2FFAE67D82500435757577E7E7EC0C0C0C0C0C0C0C0C0C0C0C0
  669. 0000C0C0C0C0C0C0C0C0C0C0C0C018111E792CB1E3A2FFE3A2FF6C1DA7E2A1FE
  670. E3A2FF9349C41600286D6D6D8B8B8BC0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0
  671. C0C0C0343434570E90E3A2FFE3A2FF863ABA0E001A6C1DA7E3A2FFE3A2FF792C
  672. B1120A188B8B8BC0C0C0C0C0C0C0C0C00000C0C0C0CBCBCBABABAB4022589650
  673. C2CF8BF0662C8F4B3D57E1E1E16F6875511D77C27DE6AE67D8370F577A7A7AC0
  674. C0C0C0C0C0C0C0C00000C0C0C0C0C0C0E2E2E2FFFFFF1E17243B006B575757C0
  675. C0C0C0C0C0FEFEFEA2A2A22C0050160028AEAEAEC0C0C0C0C0C0C0C0C0C0C0C0
  676. 0000C0C0C0C0C0C0C0C0C0EDEDEDE7E7E7343434C0C0C0C0C0C0C0C0C0CBCBCB
  677. FFFFFF7474748B8B8BC0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0
  678. C0C0C0C0C0C0F3F3F3C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0D6D6D6DCDCDCC0C0
  679. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  680. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  681. C0C0C0C0C0C0C0C00000}
  682. LookAndFeel.NativeStyle = False
  683. TabOrder = 0
  684. Font.Charset = DEFAULT_CHARSET
  685. Font.Color = clWindowText
  686. Font.Height = -13
  687. Font.Name = #47569#51008' '#44256#46357
  688. Font.Style = [fsBold]
  689. ParentFont = False
  690. OnClick = BtnCnfmCancelClick
  691. end
  692. object BtnOperatorInput: TcxButton
  693. Left = 768
  694. Top = 4
  695. Width = 189
  696. Height = 25
  697. Cursor = crHandPoint
  698. Hint = #48152#48373#51221#52404#44396#44036#51012' '#51649#51217' '#46321#47197#54633#45768#45796'.'
  699. Anchors = [akRight, akBottom]
  700. Caption = #50868#50689#51088' '#46321#47197
  701. Glyph.Data = {
  702. B6030000424DB603000000000000360000002800000012000000100000000100
  703. 1800000000008003000012170000121700000000000000000000C0C0C0C0C0C0
  704. C0C0C0C0C0C0C0C0C0C0C0C06868680000009D9D9DC0C0C0C0C0C0C0C0C0C0C0
  705. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  706. C08B8B8B45627199D8F91B272D000000454545C0C0C0C0C0C0C0C0C0C0C0C0C0
  707. C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C08B8B8B45627199
  708. D8F999D8F999D8F961899E000000000000AEAEAEC0C0C0C0C0C0C0C0C0C0C0C0
  709. 0000C0C0C0C0C0C0C0C0C0C0C0C0AEAEAE293A4399D8F999D8F999D8F999D8F9
  710. 99D8F999D8F999D8F95375874C6C7C55666F606060AEAEAE0000C0C0C0C0C0C0
  711. C0C0C0C0C0C01F252899D8F999D8F9647B87686868CED9DF99D8F999D8F999D8
  712. F999D8F999D8F95375877A7A7AC0C0C00000C0C0C0C0C0C0C0C0C0C0C0C01F25
  713. 2899D8F999D8F96D84904D4D4D2A2A2A767676B4D6E899D8F999D8F999D8F953
  714. 75877A7A7AC0C0C00000C0C0C0C0C0C0C0C0C03434348BC4E299D8F999D8F9BF
  715. D6E23D3D3DE7E7E778787853758799D8F999D8F96F9DB5575757C0C0C0C0C0C0
  716. 0000C0C0C0C0C0C08B8B8B51687492CEED99D8F999D8F999D8F980A5B94F4743
  717. AD7151B978575A646A8BC4E25168748B8B8BC0C0C0C0C0C00000C0C0C0C0C0C0
  718. 5757576F9DB599D8F999D8F999D8F999D8F999D8F97DB0CB5C3C2BFFA678FFA6
  719. 7828201CC0C0C0C0C0C0C0C0C0C0C0C00000C0C0C07A7A7A53758799D8F90D13
  720. 1600000045627199D8F999D8F999D8F961899E8A5A41FFA678E7976D343434C0
  721. C0C0C0C0C0C0C0C00000C0C0C07A7A7A53758799D8F999D8F999D8F953758700
  722. 00007DB0CB99D8F999D8F9456271B97857FFA678B97857575757C0C0C0C0C0C0
  723. 00009D9D9D374E5A99D8F961899E4C6B7C4C6C7C4C6C7C4C6C7C8BC4E299D8F9
  724. 99D8F96F9DB55A6367875B44FFA678C5805C6B5B52ACACAC00001B272D99D8F9
  725. 99D8F999D8F999D8F999D8F999D8F999D8F91B272D1B272D61899E686868C0C0
  726. C0AEAEAE452D20FFA6786747360303030000000000374E5A99D8F999D8F999D8
  727. F999D8F999D8F999D8F999D8F999D8F961899E686868C0C0C0C0C0C08B8B8B1D
  728. 1D1D6A6A6A2525250000C0C0C07A7A7A0000000000000D131699D8F999D8F999
  729. D8F999D8F97DB0CB454545C0C0C0C0C0C0C0C0C0C0C0C0686868292929767676
  730. 0000C0C0C0C0C0C0C0C0C0C0C0C0B7B7B76060606060606060604F69764F6976
  731. 828282C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000}
  732. LookAndFeel.NativeStyle = False
  733. TabOrder = 1
  734. Font.Charset = DEFAULT_CHARSET
  735. Font.Color = clWindowText
  736. Font.Height = -13
  737. Font.Name = #47569#51008' '#44256#46357
  738. Font.Style = [fsBold]
  739. ParentFont = False
  740. OnClick = BtnOperatorInputClick
  741. end
  742. end
  743. object GrpOperatroInput: TcxGroupBox
  744. Left = 3
  745. Top = 230
  746. Align = alBottom
  747. Caption = #9654' '#50868#50689#51088' '#46321#47197
  748. Style.TextStyle = [fsBold]
  749. TabOrder = 2
  750. Visible = False
  751. DesignSize = (
  752. 1137
  753. 83)
  754. Height = 90
  755. Width = 1137
  756. object ImgDesc01: TImage
  757. Left = 15
  758. Top = 34
  759. Width = 9
  760. Height = 9
  761. Transparent = True
  762. end
  763. object ImgDesc02: TImage
  764. Left = 188
  765. Top = 34
  766. Width = 9
  767. Height = 9
  768. Transparent = True
  769. end
  770. object ImgDesc03: TImage
  771. Left = 329
  772. Top = 34
  773. Width = 9
  774. Height = 9
  775. Transparent = True
  776. end
  777. object ImgDesc04: TImage
  778. Left = 455
  779. Top = 34
  780. Width = 9
  781. Height = 9
  782. Transparent = True
  783. end
  784. object ImgDesc05: TImage
  785. Left = 580
  786. Top = 34
  787. Width = 9
  788. Height = 9
  789. Transparent = True
  790. end
  791. object ImgDesc06: TImage
  792. Left = 696
  793. Top = 34
  794. Width = 9
  795. Height = 9
  796. Transparent = True
  797. end
  798. object cxLabel1: TcxLabel
  799. Left = 27
  800. Top = 28
  801. Caption = #49436#48708#49828#47553#53356' ID'
  802. Properties.Alignment.Vert = taVCenter
  803. Transparent = True
  804. AnchorY = 39
  805. end
  806. object cxLabel2: TcxLabel
  807. Left = 199
  808. Top = 28
  809. Caption = #50836#51068
  810. Properties.Alignment.Vert = taVCenter
  811. Transparent = True
  812. AnchorY = 39
  813. end
  814. object cxLabel3: TcxLabel
  815. Left = 339
  816. Top = 28
  817. Caption = #54844#51105' '#49884#51089#49884#48516
  818. Properties.Alignment.Vert = taVCenter
  819. Transparent = True
  820. AnchorY = 39
  821. end
  822. object cxLabel4: TcxLabel
  823. Left = 465
  824. Top = 28
  825. Caption = #54844#51105' '#51333#47308#49884#48516
  826. Properties.Alignment.Vert = taVCenter
  827. Transparent = True
  828. AnchorY = 39
  829. end
  830. object cxLabel5: TcxLabel
  831. Left = 590
  832. Top = 28
  833. Caption = #54217#44512' '#49549#46020'(Km)'
  834. Properties.Alignment.Vert = taVCenter
  835. Transparent = True
  836. AnchorY = 39
  837. end
  838. object cxLabel6: TcxLabel
  839. Left = 705
  840. Top = 28
  841. Caption = #54217#44512' '#53685#54665#49884#44036'('#48516')'
  842. Properties.Alignment.Vert = taVCenter
  843. Transparent = True
  844. AnchorY = 39
  845. end
  846. object BtnSave: TcxButton
  847. Left = 963
  848. Top = 49
  849. Width = 165
  850. Height = 25
  851. Cursor = crHandPoint
  852. Hint = #48152#48373#51221#52404#44396#44036#51004#47196' '#46321#47197#54633#45768#45796'.'
  853. Anchors = [akRight, akBottom]
  854. Caption = #44396#44036#46321#47197
  855. LookAndFeel.NativeStyle = False
  856. TabOrder = 6
  857. Font.Charset = DEFAULT_CHARSET
  858. Font.Color = clWindowText
  859. Font.Height = -13
  860. Font.Name = #47569#51008' '#44256#46357
  861. Font.Style = [fsBold]
  862. ParentFont = False
  863. OnClick = BtnSaveClick
  864. end
  865. object BtnCancel: TcxButton
  866. Left = 930
  867. Top = 18
  868. Width = 80
  869. Height = 25
  870. Cursor = crHandPoint
  871. Anchors = [akRight, akBottom]
  872. Caption = #52712#49548
  873. LookAndFeel.NativeStyle = False
  874. TabOrder = 7
  875. Visible = False
  876. Font.Charset = DEFAULT_CHARSET
  877. Font.Color = clWindowText
  878. Font.Height = -13
  879. Font.Name = #47569#51008' '#44256#46357
  880. Font.Style = [fsBold]
  881. ParentFont = False
  882. end
  883. object CbDayType: TcxComboBox
  884. Left = 199
  885. Top = 51
  886. Cursor = crHandPoint
  887. Properties.Alignment.Horz = taCenter
  888. Properties.Alignment.Vert = taVCenter
  889. Properties.DropDownListStyle = lsFixedList
  890. TabOrder = 8
  891. Width = 126
  892. end
  893. object SpSpeed: TcxSpinEdit
  894. Left = 590
  895. Top = 51
  896. Properties.Alignment.Horz = taRightJustify
  897. TabOrder = 9
  898. Width = 75
  899. end
  900. object SpAvgTm: TcxSpinEdit
  901. Left = 705
  902. Top = 51
  903. Properties.Alignment.Horz = taRightJustify
  904. TabOrder = 10
  905. Width = 75
  906. end
  907. object DtStTime: TDateTimePicker
  908. Left = 339
  909. Top = 51
  910. Width = 80
  911. Height = 25
  912. BevelInner = bvNone
  913. BevelOuter = bvNone
  914. BevelKind = bkFlat
  915. Date = 0.541724537033587700
  916. Format = ' HH:mm'
  917. Time = 0.541724537033587700
  918. Color = clBtnFace
  919. DateMode = dmUpDown
  920. ImeName = 'Microsoft Office IME 2007'
  921. Kind = dtkTime
  922. ParentColor = True
  923. TabOrder = 11
  924. end
  925. object DtEdTime: TDateTimePicker
  926. Left = 465
  927. Top = 51
  928. Width = 80
  929. Height = 25
  930. BevelInner = bvNone
  931. BevelOuter = bvNone
  932. BevelKind = bkFlat
  933. Date = 0.583391203712381000
  934. Format = ' HH:mm'
  935. Time = 0.583391203712381000
  936. Color = clBtnFace
  937. DateMode = dmUpDown
  938. ImeName = 'Microsoft Office IME 2007'
  939. Kind = dtkTime
  940. ParentColor = True
  941. TabOrder = 12
  942. end
  943. object EdLinkId: TcxButtonEdit
  944. Left = 30
  945. Top = 51
  946. PopupMenu = PopupAddLink
  947. Properties.Alignment.Vert = taVCenter
  948. Properties.Buttons = <
  949. item
  950. Default = True
  951. Kind = bkEllipsis
  952. end>
  953. Properties.MaxLength = 10
  954. Properties.ReadOnly = False
  955. Properties.OnButtonClick = EdLinkIdPropertiesButtonClick
  956. Style.BorderColor = clInfoBk
  957. Style.Color = clInfoBk
  958. Style.LookAndFeel.Kind = lfUltraFlat
  959. Style.LookAndFeel.NativeStyle = False
  960. Style.LookAndFeel.SkinName = ''
  961. Style.ButtonStyle = btsUltraFlat
  962. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  963. StyleDisabled.LookAndFeel.NativeStyle = False
  964. StyleDisabled.LookAndFeel.SkinName = ''
  965. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  966. StyleFocused.LookAndFeel.NativeStyle = False
  967. StyleFocused.LookAndFeel.SkinName = ''
  968. StyleHot.LookAndFeel.Kind = lfUltraFlat
  969. StyleHot.LookAndFeel.NativeStyle = False
  970. StyleHot.LookAndFeel.SkinName = ''
  971. TabOrder = 13
  972. Width = 141
  973. end
  974. end
  975. object lblQry1: TcxLabel
  976. Left = 30
  977. Top = 90
  978. Caption = #48152#48373#51221#52404#44396#44036#51004#47196' '#54869#51221#54624' '#44396#44036#51012' '#49440#53469#54616#49464#50836'.'
  979. Transparent = True
  980. Visible = False
  981. end
  982. object lblQry2: TcxLabel
  983. Left = 30
  984. Top = 117
  985. Caption = #49440#53469#54620' '#44396#44036#51012' '#48152#48373#51221#52404#44396#44036#51004#47196' '#54869#51221' '#54616#49884#44192#49845#45768#44620'?'
  986. Transparent = True
  987. Visible = False
  988. end
  989. object lblQry3: TcxLabel
  990. Left = 30
  991. Top = 144
  992. Caption = #46321#47197#46104#50612' '#51080#51648' '#50506#51008' '#49436#48708#49828' '#44396#44036#51060#44144#45208' '#49436#48708#49828' '#44396#44036#51012' '#49440#53469#54616#51648' '#50506#51004#49512#49845#45768#45796'.'#13#10#49436#48708#49828' '#44396#44036#51012' '#54869#51064' '#54980' '#51089#50629#54616#49464#50836'.'
  993. Transparent = True
  994. Visible = False
  995. end
  996. object lblQry4: TcxLabel
  997. Left = 399
  998. Top = 179
  999. Caption = #54844#51105' '#49884#51089#49884#48516' '#44284' '#54844#51105' '#51333#47308#49884#48516#51060' '#51221#54869#55176' '#51077#47141#46104#51648' '#50506#50520#49845#45768#45796'.'#13#10#54844#51105' '#49884#51089'/'#51333#47308' '#49884#44033#51012' '#54869#51064' '#54980' '#51089#50629#54616#49464#50836'.'
  1000. Transparent = True
  1001. Visible = False
  1002. end
  1003. end
  1004. object cxSplitter1: TcxSplitter
  1005. Left = 0
  1006. Top = 299
  1007. Width = 1143
  1008. Height = 6
  1009. AlignSplitter = salTop
  1010. Control = cxGroupBox1
  1011. end
  1012. end
  1013. object lblSelErr: TcxLabel
  1014. Left = 43
  1015. Top = 181
  1016. Caption = #51221#48372#44032' '#50630#45716' '#44396#44036#51012' '#49440#53469#54616#50688#49845#45768#45796'. '#45796#47480' '#44396#44036#51012' '#49440#53469#54616#49464#50836'.'
  1017. Transparent = True
  1018. Visible = False
  1019. end
  1020. object TmrShow: TTimer
  1021. Enabled = False
  1022. Interval = 500
  1023. OnTimer = TmrShowTimer
  1024. Left = 787
  1025. Top = 212
  1026. end
  1027. object PopupAddLink: TPopupMenu
  1028. AutoHotkeys = maManual
  1029. Left = 212
  1030. Top = 496
  1031. object MnuListList: TMenuItem
  1032. AutoHotkeys = maManual
  1033. AutoLineReduction = maAutomatic
  1034. Caption = #47785#47197#50640#49436' '#44396#44036#49440#53469
  1035. OnClick = MnuListListClick
  1036. end
  1037. object MnuGisAdd: TMenuItem
  1038. Tag = 1
  1039. AutoHotkeys = maManual
  1040. AutoLineReduction = maAutomatic
  1041. Caption = #51648#46020#50640#49436' '#44396#44036#49440#53469
  1042. OnClick = MnuGisAddClick
  1043. end
  1044. end
  1045. end