ITS0050MF.dfm 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940
  1. object ITS0050M: TITS0050M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. Caption = #48152#48373#51221#52404#44396#44036#44288#47532'('#44592#49345')'
  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 = 984
  66. Top = 11
  67. Width = 75
  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 = 1073
  85. Top = 11
  86. Width = 75
  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. Visible = False
  203. HeaderAlignmentHorz = taCenter
  204. HeaderAlignmentVert = vaCenter
  205. Options.Editing = False
  206. VisibleForCustomization = False
  207. Width = 70
  208. end
  209. object AColumn03: TcxGridColumn
  210. Caption = #44592#49345#53076#46300
  211. PropertiesClassName = 'TcxTextEditProperties'
  212. Properties.Alignment.Horz = taCenter
  213. Properties.Alignment.Vert = taVCenter
  214. HeaderAlignmentHorz = taCenter
  215. HeaderAlignmentVert = vaCenter
  216. Options.Editing = False
  217. Width = 83
  218. end
  219. object AColumn04: TcxGridColumn
  220. Caption = #54844#51105' '#49884#51089#49884#48516
  221. PropertiesClassName = 'TcxTextEditProperties'
  222. Properties.Alignment.Horz = taCenter
  223. Properties.Alignment.Vert = taVCenter
  224. HeaderAlignmentHorz = taCenter
  225. HeaderAlignmentVert = vaCenter
  226. Options.Editing = False
  227. Width = 90
  228. end
  229. object AColumn05: TcxGridColumn
  230. Caption = #54844#51105' '#51333#47308#49884#48516
  231. PropertiesClassName = 'TcxTextEditProperties'
  232. Properties.Alignment.Horz = taCenter
  233. Properties.Alignment.Vert = taVCenter
  234. HeaderAlignmentHorz = taCenter
  235. HeaderAlignmentVert = vaCenter
  236. Options.Editing = False
  237. Width = 90
  238. end
  239. object AColumn06: TcxGridColumn
  240. Caption = #54217#44512' '#49549#46020
  241. PropertiesClassName = 'TcxTextEditProperties'
  242. Properties.Alignment.Horz = taRightJustify
  243. Properties.Alignment.Vert = taVCenter
  244. HeaderAlignmentHorz = taCenter
  245. HeaderAlignmentVert = vaCenter
  246. Options.Editing = False
  247. Width = 62
  248. end
  249. object AColumn07: TcxGridColumn
  250. Caption = #54217#44512' '#53685#54665#49884#44036'('#52488')'
  251. PropertiesClassName = 'TcxTextEditProperties'
  252. Properties.Alignment.Horz = taRightJustify
  253. Properties.Alignment.Vert = taVCenter
  254. HeaderAlignmentHorz = taCenter
  255. HeaderAlignmentVert = vaCenter
  256. Options.Editing = False
  257. Width = 120
  258. end
  259. object AColumn08: TcxGridColumn
  260. Caption = #54869#51221' '#50668#48512
  261. PropertiesClassName = 'TcxTextEditProperties'
  262. Properties.Alignment.Horz = taCenter
  263. Properties.Alignment.Vert = taVCenter
  264. HeaderAlignmentHorz = taCenter
  265. HeaderAlignmentVert = vaCenter
  266. Options.Editing = False
  267. end
  268. object AColumn09: TcxGridColumn
  269. Caption = #49373#49457' '#51068#51088
  270. PropertiesClassName = 'TcxTextEditProperties'
  271. Properties.Alignment.Horz = taCenter
  272. Properties.Alignment.Vert = taVCenter
  273. HeaderAlignmentHorz = taCenter
  274. HeaderAlignmentVert = vaCenter
  275. Options.Editing = False
  276. Width = 108
  277. end
  278. object AColumn10: TcxGridColumn
  279. Caption = #49373#49457#51088
  280. PropertiesClassName = 'TcxTextEditProperties'
  281. Properties.Alignment.Vert = taVCenter
  282. HeaderAlignmentHorz = taCenter
  283. HeaderAlignmentVert = vaCenter
  284. Options.Editing = False
  285. Width = 100
  286. end
  287. object AColumn99: TcxGridColumn
  288. Caption = #47700#47784#47532
  289. DataBinding.ValueType = 'Integer'
  290. PropertiesClassName = 'TcxCalcEditProperties'
  291. Properties.Alignment.Horz = taRightJustify
  292. Properties.Alignment.Vert = taVCenter
  293. Visible = False
  294. HeaderAlignmentHorz = taCenter
  295. HeaderAlignmentVert = vaCenter
  296. VisibleForCustomization = False
  297. end
  298. end
  299. object GlList1: TcxGridLevel
  300. GridView = TvList1
  301. end
  302. end
  303. object cxGroupBox3: TcxGroupBox
  304. Left = 3
  305. Top = 255
  306. Align = alBottom
  307. TabOrder = 1
  308. DesignSize = (
  309. 1137
  310. 34)
  311. Height = 34
  312. Width = 1137
  313. object BtnApply: TcxButton
  314. Left = 930
  315. Top = 3
  316. Width = 96
  317. Height = 25
  318. Cursor = crHandPoint
  319. Hint = #50696#49345' '#48152#48373#51221#52404#44396#44036#51012' '#54869#51221#54633#45768#45796'.'
  320. Anchors = [akTop, akRight]
  321. Caption = #54869#51221#54616#44592
  322. LookAndFeel.NativeStyle = False
  323. TabOrder = 0
  324. Font.Charset = DEFAULT_CHARSET
  325. Font.Color = clWindowText
  326. Font.Height = -13
  327. Font.Name = #47569#51008' '#44256#46357
  328. Font.Style = [fsBold]
  329. ParentFont = False
  330. OnClick = BtnApplyClick
  331. end
  332. object BtnAppCancel: TcxButton
  333. Left = 1032
  334. Top = 3
  335. Width = 96
  336. Height = 25
  337. Cursor = crHandPoint
  338. Hint = #50696#49345' '#48152#48373#51221#52404#44396#44036#51012' '#52712#49548#54633#45768#45796'.'
  339. Anchors = [akTop, akRight]
  340. Caption = #50696#49345#52712#49548
  341. Glyph.Data = {
  342. 26040000424D2604000000000000360000002800000012000000120000000100
  343. 180000000000F003000012170000121700000000000000000000C0C0C0C0C0C0
  344. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  345. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  346. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  347. C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  348. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  349. 0000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0ACACAC989898C0C0C0C0C0C0C0C0C0
  350. C0C0C0C0C0C08B8B8BB9B9B9C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0
  351. C0C0C0C0C0C0635F662D10455757578E8E8EB9B9B9C0C0C09D9D9D412B53362B
  352. 3F757575A5A5A5C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0343434570E
  353. 90BB75E12C00504C4C4C7878789D9D9D1D0035A158CE792CB1120A1878787898
  354. 9898C0C0C0C0C0C00000C0C0C0C0C0C05757573B006BD593F5E3A2FFA158CE1D
  355. 00356262620E001A863ABAE3A2FFE3A2FF570E90343434C0C0C0C0C0C0C0C0C0
  356. 0000C0C0C0D6D6D6FFFFFF454545570E90E3A2FFE3A2FF863ABA0E001A6C1DA7
  357. E3A2FFE3A2FF792CB118111EC0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0
  358. D1D1D1F6F6F6827F8547166CBB75E1E3A2FFA75FD3E2A1FEC884EB5C24835045
  359. 59B7B7B7C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0F9F9
  360. F9B9B9B9250043AE67D8E3A2FFC884EB34005E414141787878B9B9B9C0C0C0C0
  361. C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0AEAEAE1600289349C4E3
  362. A2FFE3A2FFE3A2FFAE67D82500435757577E7E7EC0C0C0C0C0C0C0C0C0C0C0C0
  363. 0000C0C0C0C0C0C0C0C0C0C0C0C018111E792CB1E3A2FFE3A2FF6C1DA7E2A1FE
  364. E3A2FF9349C41600286D6D6D8B8B8BC0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0
  365. C0C0C0343434570E90E3A2FFE3A2FF863ABA0E001A6C1DA7E3A2FFE3A2FF792C
  366. B1120A188B8B8BC0C0C0C0C0C0C0C0C00000C0C0C0CBCBCBABABAB4022589650
  367. C2CF8BF0662C8F4B3D57E1E1E16F6875511D77C27DE6AE67D8370F577A7A7AC0
  368. C0C0C0C0C0C0C0C00000C0C0C0C0C0C0E2E2E2FFFFFF1E17243B006B575757C0
  369. C0C0C0C0C0FEFEFEA2A2A22C0050160028AEAEAEC0C0C0C0C0C0C0C0C0C0C0C0
  370. 0000C0C0C0C0C0C0C0C0C0EDEDEDE7E7E7343434C0C0C0C0C0C0C0C0C0CBCBCB
  371. FFFFFF7474748B8B8BC0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0
  372. C0C0C0C0C0C0F3F3F3C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0D6D6D6DCDCDCC0C0
  373. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  374. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  375. C0C0C0C0C0C0C0C00000}
  376. LookAndFeel.NativeStyle = False
  377. TabOrder = 1
  378. Font.Charset = DEFAULT_CHARSET
  379. Font.Color = clWindowText
  380. Font.Height = -13
  381. Font.Name = #47569#51008' '#44256#46357
  382. Font.Style = [fsBold]
  383. ParentFont = False
  384. OnClick = BtnAppCancelClick
  385. end
  386. end
  387. end
  388. object cxGroupBox2: TcxGroupBox
  389. Left = 0
  390. Top = 305
  391. Align = alClient
  392. Caption = #9654' '#54869#51221#46108' '#48152#48373#51221#52404' '#44396#44036
  393. Style.TextStyle = [fsBold]
  394. TabOrder = 1
  395. Height = 364
  396. Width = 1143
  397. object CxList2: TcxGrid
  398. Left = 3
  399. Top = 19
  400. Width = 1137
  401. Height = 211
  402. Align = alClient
  403. TabOrder = 0
  404. LookAndFeel.NativeStyle = False
  405. object TvList2: TcxGridTableView
  406. DataController.Summary.DefaultGroupSummaryItems = <>
  407. DataController.Summary.FooterSummaryItems = <>
  408. DataController.Summary.SummaryGroups = <>
  409. OptionsData.CancelOnExit = False
  410. OptionsData.Deleting = False
  411. OptionsData.DeletingConfirmation = False
  412. OptionsData.Editing = False
  413. OptionsData.Inserting = False
  414. OptionsSelection.MultiSelect = True
  415. OptionsView.NoDataToDisplayInfoText = #54869#51221#46108' '#48152#48373' '#51221#52404#44396#44036#51060' '#50630#49845#45768#45796'.'
  416. OptionsView.Indicator = True
  417. object BColumn01: TcxGridColumn
  418. Caption = #49436#48708#49828#47553#53356' ID'
  419. PropertiesClassName = 'TcxTextEditProperties'
  420. Properties.Alignment.Horz = taCenter
  421. Properties.Alignment.Vert = taVCenter
  422. HeaderAlignmentHorz = taCenter
  423. HeaderAlignmentVert = vaCenter
  424. Options.Editing = False
  425. Width = 92
  426. end
  427. object BColumn11: TcxGridColumn
  428. Caption = #47749#52845
  429. PropertiesClassName = 'TcxTextEditProperties'
  430. Properties.Alignment.Vert = taVCenter
  431. HeaderAlignmentHorz = taCenter
  432. HeaderAlignmentVert = vaCenter
  433. Options.Editing = False
  434. Width = 150
  435. end
  436. object BColumn12: TcxGridColumn
  437. Caption = #48169#54693
  438. PropertiesClassName = 'TcxTextEditProperties'
  439. Properties.Alignment.Horz = taCenter
  440. Properties.Alignment.Vert = taVCenter
  441. HeaderAlignmentHorz = taCenter
  442. HeaderAlignmentVert = vaCenter
  443. Options.Editing = False
  444. Width = 65
  445. end
  446. object BColumn13: TcxGridColumn
  447. Caption = #49884#51216#47749
  448. PropertiesClassName = 'TcxTextEditProperties'
  449. Properties.Alignment.Vert = taVCenter
  450. HeaderAlignmentHorz = taCenter
  451. HeaderAlignmentVert = vaCenter
  452. Options.Editing = False
  453. Width = 180
  454. end
  455. object BColumn14: TcxGridColumn
  456. Caption = #51333#51216#47749
  457. PropertiesClassName = 'TcxTextEditProperties'
  458. Properties.Alignment.Vert = taVCenter
  459. HeaderAlignmentHorz = taCenter
  460. HeaderAlignmentVert = vaCenter
  461. Options.Editing = False
  462. Width = 180
  463. end
  464. object BColumn02: TcxGridColumn
  465. Caption = #53685#44228' '#45380#50900
  466. PropertiesClassName = 'TcxTextEditProperties'
  467. Properties.Alignment.Horz = taCenter
  468. Properties.Alignment.Vert = taVCenter
  469. Visible = False
  470. HeaderAlignmentHorz = taCenter
  471. HeaderAlignmentVert = vaCenter
  472. Options.Editing = False
  473. VisibleForCustomization = False
  474. Width = 70
  475. end
  476. object BColumn03: TcxGridColumn
  477. Caption = #44592#49345#53076#46300
  478. PropertiesClassName = 'TcxTextEditProperties'
  479. Properties.Alignment.Horz = taCenter
  480. Properties.Alignment.Vert = taVCenter
  481. HeaderAlignmentHorz = taCenter
  482. HeaderAlignmentVert = vaCenter
  483. Options.Editing = False
  484. Width = 83
  485. end
  486. object BColumn04: TcxGridColumn
  487. Caption = #54844#51105' '#49884#51089#49884#48516
  488. PropertiesClassName = 'TcxTextEditProperties'
  489. Properties.Alignment.Horz = taCenter
  490. Properties.Alignment.Vert = taVCenter
  491. HeaderAlignmentHorz = taCenter
  492. HeaderAlignmentVert = vaCenter
  493. Options.Editing = False
  494. Width = 90
  495. end
  496. object BColumn05: TcxGridColumn
  497. Caption = #54844#51105' '#51333#47308#49884#48516
  498. PropertiesClassName = 'TcxTextEditProperties'
  499. Properties.Alignment.Horz = taCenter
  500. Properties.Alignment.Vert = taVCenter
  501. HeaderAlignmentHorz = taCenter
  502. HeaderAlignmentVert = vaCenter
  503. Options.Editing = False
  504. Width = 90
  505. end
  506. object BColumn06: TcxGridColumn
  507. Caption = #54217#44512' '#49549#46020
  508. PropertiesClassName = 'TcxTextEditProperties'
  509. Properties.Alignment.Horz = taRightJustify
  510. Properties.Alignment.Vert = taVCenter
  511. HeaderAlignmentHorz = taCenter
  512. HeaderAlignmentVert = vaCenter
  513. Options.Editing = False
  514. Width = 62
  515. end
  516. object BColumn07: TcxGridColumn
  517. Caption = #54217#44512' '#53685#54665#49884#44036'('#52488')'
  518. PropertiesClassName = 'TcxTextEditProperties'
  519. Properties.Alignment.Horz = taRightJustify
  520. Properties.Alignment.Vert = taVCenter
  521. HeaderAlignmentHorz = taCenter
  522. HeaderAlignmentVert = vaCenter
  523. Options.Editing = False
  524. Width = 120
  525. end
  526. object BColumn08: TcxGridColumn
  527. Caption = #54869#51221' '#50668#48512
  528. PropertiesClassName = 'TcxTextEditProperties'
  529. Properties.Alignment.Horz = taCenter
  530. Properties.Alignment.Vert = taVCenter
  531. HeaderAlignmentHorz = taCenter
  532. HeaderAlignmentVert = vaCenter
  533. Options.Editing = False
  534. Width = 83
  535. end
  536. object BColumn09: TcxGridColumn
  537. Caption = #49373#49457' '#51068#51088
  538. PropertiesClassName = 'TcxTextEditProperties'
  539. Properties.Alignment.Horz = taCenter
  540. Properties.Alignment.Vert = taVCenter
  541. HeaderAlignmentHorz = taCenter
  542. HeaderAlignmentVert = vaCenter
  543. Options.Editing = False
  544. Width = 108
  545. end
  546. object BColumn10: TcxGridColumn
  547. Caption = #49373#49457#51088
  548. PropertiesClassName = 'TcxTextEditProperties'
  549. Properties.Alignment.Vert = taVCenter
  550. HeaderAlignmentHorz = taCenter
  551. HeaderAlignmentVert = vaCenter
  552. Options.Editing = False
  553. Width = 100
  554. end
  555. object BColumn99: TcxGridColumn
  556. Caption = #47700#47784#47532
  557. DataBinding.ValueType = 'Integer'
  558. PropertiesClassName = 'TcxCalcEditProperties'
  559. Properties.Alignment.Horz = taRightJustify
  560. Properties.Alignment.Vert = taVCenter
  561. Visible = False
  562. HeaderAlignmentHorz = taCenter
  563. HeaderAlignmentVert = vaCenter
  564. Options.Editing = False
  565. VisibleForCustomization = False
  566. end
  567. end
  568. object GlList2: TcxGridLevel
  569. GridView = TvList2
  570. end
  571. end
  572. object cxGroupBox4: TcxGroupBox
  573. Left = 3
  574. Top = 320
  575. Align = alBottom
  576. TabOrder = 1
  577. DesignSize = (
  578. 1137
  579. 34)
  580. Height = 34
  581. Width = 1137
  582. object BtnCnfmCancel: TcxButton
  583. Left = 1032
  584. Top = 4
  585. Width = 96
  586. Height = 25
  587. Cursor = crHandPoint
  588. Hint = #46321#47197#46108' '#54869#51221' '#48152#48373#51221#52404#44396#44036' '#51221#48372#47484' '#49325#51228#54633#45768#45796'.'
  589. Anchors = [akRight, akBottom]
  590. Caption = #54869#51221#52712#49548
  591. Glyph.Data = {
  592. 26040000424D2604000000000000360000002800000012000000120000000100
  593. 180000000000F003000012170000121700000000000000000000C0C0C0C0C0C0
  594. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  595. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  596. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  597. C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  598. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  599. 0000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0ACACAC989898C0C0C0C0C0C0C0C0C0
  600. C0C0C0C0C0C08B8B8BB9B9B9C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0
  601. C0C0C0C0C0C0635F662D10455757578E8E8EB9B9B9C0C0C09D9D9D412B53362B
  602. 3F757575A5A5A5C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0343434570E
  603. 90BB75E12C00504C4C4C7878789D9D9D1D0035A158CE792CB1120A1878787898
  604. 9898C0C0C0C0C0C00000C0C0C0C0C0C05757573B006BD593F5E3A2FFA158CE1D
  605. 00356262620E001A863ABAE3A2FFE3A2FF570E90343434C0C0C0C0C0C0C0C0C0
  606. 0000C0C0C0D6D6D6FFFFFF454545570E90E3A2FFE3A2FF863ABA0E001A6C1DA7
  607. E3A2FFE3A2FF792CB118111EC0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0
  608. D1D1D1F6F6F6827F8547166CBB75E1E3A2FFA75FD3E2A1FEC884EB5C24835045
  609. 59B7B7B7C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0F9F9
  610. F9B9B9B9250043AE67D8E3A2FFC884EB34005E414141787878B9B9B9C0C0C0C0
  611. C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0AEAEAE1600289349C4E3
  612. A2FFE3A2FFE3A2FFAE67D82500435757577E7E7EC0C0C0C0C0C0C0C0C0C0C0C0
  613. 0000C0C0C0C0C0C0C0C0C0C0C0C018111E792CB1E3A2FFE3A2FF6C1DA7E2A1FE
  614. E3A2FF9349C41600286D6D6D8B8B8BC0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0
  615. C0C0C0343434570E90E3A2FFE3A2FF863ABA0E001A6C1DA7E3A2FFE3A2FF792C
  616. B1120A188B8B8BC0C0C0C0C0C0C0C0C00000C0C0C0CBCBCBABABAB4022589650
  617. C2CF8BF0662C8F4B3D57E1E1E16F6875511D77C27DE6AE67D8370F577A7A7AC0
  618. C0C0C0C0C0C0C0C00000C0C0C0C0C0C0E2E2E2FFFFFF1E17243B006B575757C0
  619. C0C0C0C0C0FEFEFEA2A2A22C0050160028AEAEAEC0C0C0C0C0C0C0C0C0C0C0C0
  620. 0000C0C0C0C0C0C0C0C0C0EDEDEDE7E7E7343434C0C0C0C0C0C0C0C0C0CBCBCB
  621. FFFFFF7474748B8B8BC0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0
  622. C0C0C0C0C0C0F3F3F3C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0D6D6D6DCDCDCC0C0
  623. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  624. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  625. C0C0C0C0C0C0C0C00000}
  626. LookAndFeel.NativeStyle = False
  627. TabOrder = 0
  628. Font.Charset = DEFAULT_CHARSET
  629. Font.Color = clWindowText
  630. Font.Height = -13
  631. Font.Name = #47569#51008' '#44256#46357
  632. Font.Style = [fsBold]
  633. ParentFont = False
  634. OnClick = BtnCnfmCancelClick
  635. end
  636. object BtnOperatorInput: TcxButton
  637. Left = 916
  638. Top = 4
  639. Width = 110
  640. Height = 25
  641. Cursor = crHandPoint
  642. Hint = #48152#48373#51221#52404#44396#44036#51012' '#51649#51217' '#46321#47197#54633#45768#45796'.'
  643. Anchors = [akRight, akBottom]
  644. Caption = #50868#50689#51088' '#46321#47197
  645. Glyph.Data = {
  646. B6030000424DB603000000000000360000002800000012000000100000000100
  647. 1800000000008003000012170000121700000000000000000000C0C0C0C0C0C0
  648. C0C0C0C0C0C0C0C0C0C0C0C06868680000009D9D9DC0C0C0C0C0C0C0C0C0C0C0
  649. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  650. C08B8B8B45627199D8F91B272D000000454545C0C0C0C0C0C0C0C0C0C0C0C0C0
  651. C0C0C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C08B8B8B45627199
  652. D8F999D8F999D8F961899E000000000000AEAEAEC0C0C0C0C0C0C0C0C0C0C0C0
  653. 0000C0C0C0C0C0C0C0C0C0C0C0C0AEAEAE293A4399D8F999D8F999D8F999D8F9
  654. 99D8F999D8F999D8F95375874C6C7C55666F606060AEAEAE0000C0C0C0C0C0C0
  655. C0C0C0C0C0C01F252899D8F999D8F9647B87686868CED9DF99D8F999D8F999D8
  656. F999D8F999D8F95375877A7A7AC0C0C00000C0C0C0C0C0C0C0C0C0C0C0C01F25
  657. 2899D8F999D8F96D84904D4D4D2A2A2A767676B4D6E899D8F999D8F999D8F953
  658. 75877A7A7AC0C0C00000C0C0C0C0C0C0C0C0C03434348BC4E299D8F999D8F9BF
  659. D6E23D3D3DE7E7E778787853758799D8F999D8F96F9DB5575757C0C0C0C0C0C0
  660. 0000C0C0C0C0C0C08B8B8B51687492CEED99D8F999D8F999D8F980A5B94F4743
  661. AD7151B978575A646A8BC4E25168748B8B8BC0C0C0C0C0C00000C0C0C0C0C0C0
  662. 5757576F9DB599D8F999D8F999D8F999D8F999D8F97DB0CB5C3C2BFFA678FFA6
  663. 7828201CC0C0C0C0C0C0C0C0C0C0C0C00000C0C0C07A7A7A53758799D8F90D13
  664. 1600000045627199D8F999D8F999D8F961899E8A5A41FFA678E7976D343434C0
  665. C0C0C0C0C0C0C0C00000C0C0C07A7A7A53758799D8F999D8F999D8F953758700
  666. 00007DB0CB99D8F999D8F9456271B97857FFA678B97857575757C0C0C0C0C0C0
  667. 00009D9D9D374E5A99D8F961899E4C6B7C4C6C7C4C6C7C4C6C7C8BC4E299D8F9
  668. 99D8F96F9DB55A6367875B44FFA678C5805C6B5B52ACACAC00001B272D99D8F9
  669. 99D8F999D8F999D8F999D8F999D8F999D8F91B272D1B272D61899E686868C0C0
  670. C0AEAEAE452D20FFA6786747360303030000000000374E5A99D8F999D8F999D8
  671. F999D8F999D8F999D8F999D8F999D8F961899E686868C0C0C0C0C0C08B8B8B1D
  672. 1D1D6A6A6A2525250000C0C0C07A7A7A0000000000000D131699D8F999D8F999
  673. D8F999D8F97DB0CB454545C0C0C0C0C0C0C0C0C0C0C0C0686868292929767676
  674. 0000C0C0C0C0C0C0C0C0C0C0C0C0B7B7B76060606060606060604F69764F6976
  675. 828282C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000}
  676. LookAndFeel.NativeStyle = False
  677. TabOrder = 1
  678. Font.Charset = DEFAULT_CHARSET
  679. Font.Color = clWindowText
  680. Font.Height = -13
  681. Font.Name = #47569#51008' '#44256#46357
  682. Font.Style = [fsBold]
  683. ParentFont = False
  684. OnClick = BtnOperatorInputClick
  685. end
  686. end
  687. object GrpOperatroInput: TcxGroupBox
  688. Left = 3
  689. Top = 230
  690. Align = alBottom
  691. Caption = #9654' '#50868#50689#51088' '#46321#47197
  692. Style.TextStyle = [fsBold]
  693. TabOrder = 2
  694. Visible = False
  695. DesignSize = (
  696. 1137
  697. 83)
  698. Height = 90
  699. Width = 1137
  700. object ImgDesc01: TImage
  701. Left = 15
  702. Top = 34
  703. Width = 9
  704. Height = 9
  705. Transparent = True
  706. end
  707. object ImgDesc02: TImage
  708. Left = 188
  709. Top = 34
  710. Width = 9
  711. Height = 9
  712. Transparent = True
  713. end
  714. object ImgDesc03: TImage
  715. Left = 329
  716. Top = 34
  717. Width = 9
  718. Height = 9
  719. Transparent = True
  720. end
  721. object ImgDesc04: TImage
  722. Left = 455
  723. Top = 34
  724. Width = 9
  725. Height = 9
  726. Transparent = True
  727. end
  728. object ImgDesc05: TImage
  729. Left = 580
  730. Top = 34
  731. Width = 9
  732. Height = 9
  733. Transparent = True
  734. end
  735. object ImgDesc06: TImage
  736. Left = 696
  737. Top = 34
  738. Width = 9
  739. Height = 9
  740. Transparent = True
  741. end
  742. object cxLabel1: TcxLabel
  743. Left = 27
  744. Top = 28
  745. Caption = #49436#48708#49828#47553#53356' ID'
  746. Transparent = True
  747. end
  748. object cxLabel2: TcxLabel
  749. Left = 199
  750. Top = 28
  751. Caption = #44592#49345#53076#46300
  752. Transparent = True
  753. end
  754. object cxLabel3: TcxLabel
  755. Left = 339
  756. Top = 28
  757. Caption = #54844#51105' '#49884#51089#49884#48516
  758. Transparent = True
  759. end
  760. object cxLabel4: TcxLabel
  761. Left = 465
  762. Top = 28
  763. Caption = #54844#51105' '#51333#47308#49884#48516
  764. Transparent = True
  765. end
  766. object cxLabel5: TcxLabel
  767. Left = 590
  768. Top = 28
  769. Caption = #54217#44512' '#49549#46020'(Km)'
  770. Transparent = True
  771. end
  772. object cxLabel6: TcxLabel
  773. Left = 705
  774. Top = 28
  775. Caption = #54217#44512' '#53685#54665#49884#44036'('#48516')'
  776. Transparent = True
  777. end
  778. object BtnSave: TcxButton
  779. Left = 1032
  780. Top = 49
  781. Width = 96
  782. Height = 25
  783. Cursor = crHandPoint
  784. Hint = #48152#48373#51221#52404#44396#44036#51004#47196' '#46321#47197#54633#45768#45796'.'
  785. Anchors = [akRight, akBottom]
  786. Caption = #44396#44036#46321#47197
  787. LookAndFeel.NativeStyle = False
  788. TabOrder = 6
  789. Font.Charset = DEFAULT_CHARSET
  790. Font.Color = clWindowText
  791. Font.Height = -13
  792. Font.Name = #47569#51008' '#44256#46357
  793. Font.Style = [fsBold]
  794. ParentFont = False
  795. OnClick = BtnSaveClick
  796. end
  797. object BtnCancel: TcxButton
  798. Left = 930
  799. Top = 18
  800. Width = 75
  801. Height = 25
  802. Cursor = crHandPoint
  803. Anchors = [akRight, akBottom]
  804. Caption = #52712#49548
  805. LookAndFeel.NativeStyle = False
  806. TabOrder = 7
  807. Visible = False
  808. Font.Charset = DEFAULT_CHARSET
  809. Font.Color = clWindowText
  810. Font.Height = -13
  811. Font.Name = #47569#51008' '#44256#46357
  812. Font.Style = [fsBold]
  813. ParentFont = False
  814. end
  815. object CbDayType: TcxComboBox
  816. Left = 199
  817. Top = 51
  818. Cursor = crHandPoint
  819. Properties.Alignment.Horz = taCenter
  820. Properties.Alignment.Vert = taVCenter
  821. Properties.DropDownListStyle = lsFixedList
  822. TabOrder = 8
  823. Width = 126
  824. end
  825. object SpSpeed: TcxSpinEdit
  826. Left = 590
  827. Top = 51
  828. Properties.Alignment.Horz = taRightJustify
  829. TabOrder = 9
  830. Width = 75
  831. end
  832. object SpAvgTm: TcxSpinEdit
  833. Left = 705
  834. Top = 51
  835. Properties.Alignment.Horz = taRightJustify
  836. TabOrder = 10
  837. Width = 75
  838. end
  839. object DtStTime: TDateTimePicker
  840. Left = 339
  841. Top = 51
  842. Width = 99
  843. Height = 25
  844. BevelInner = bvNone
  845. BevelOuter = bvNone
  846. BevelKind = bkFlat
  847. Date = 39924.541724537030000000
  848. Format = ' HH'#49884' mm'#48516
  849. Time = 39924.541724537030000000
  850. Color = clBtnFace
  851. DateMode = dmUpDown
  852. ImeName = 'Microsoft Office IME 2007'
  853. ParentColor = True
  854. TabOrder = 11
  855. end
  856. object DtEdTime: TDateTimePicker
  857. Left = 465
  858. Top = 51
  859. Width = 95
  860. Height = 25
  861. BevelInner = bvNone
  862. BevelOuter = bvNone
  863. BevelKind = bkFlat
  864. Date = 39924.583391203710000000
  865. Format = ' HH'#49884' mm'#48516
  866. Time = 39924.583391203710000000
  867. Color = clBtnFace
  868. DateMode = dmUpDown
  869. ImeName = 'Microsoft Office IME 2007'
  870. ParentColor = True
  871. TabOrder = 12
  872. end
  873. object EdLinkId: TcxButtonEdit
  874. Left = 30
  875. Top = 51
  876. PopupMenu = PopupAddLink
  877. Properties.Alignment.Vert = taVCenter
  878. Properties.Buttons = <
  879. item
  880. Default = True
  881. Kind = bkEllipsis
  882. end>
  883. Properties.MaxLength = 10
  884. Properties.ReadOnly = False
  885. Properties.OnButtonClick = EdLinkIdPropertiesButtonClick
  886. Style.BorderColor = clInfoBk
  887. Style.Color = clInfoBk
  888. Style.LookAndFeel.Kind = lfUltraFlat
  889. Style.LookAndFeel.NativeStyle = False
  890. Style.LookAndFeel.SkinName = ''
  891. Style.ButtonStyle = btsUltraFlat
  892. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  893. StyleDisabled.LookAndFeel.NativeStyle = False
  894. StyleDisabled.LookAndFeel.SkinName = ''
  895. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  896. StyleFocused.LookAndFeel.NativeStyle = False
  897. StyleFocused.LookAndFeel.SkinName = ''
  898. StyleHot.LookAndFeel.Kind = lfUltraFlat
  899. StyleHot.LookAndFeel.NativeStyle = False
  900. StyleHot.LookAndFeel.SkinName = ''
  901. TabOrder = 13
  902. Width = 141
  903. end
  904. end
  905. end
  906. object cxSplitter1: TcxSplitter
  907. Left = 0
  908. Top = 299
  909. Width = 1143
  910. Height = 6
  911. AlignSplitter = salTop
  912. Control = cxGroupBox1
  913. end
  914. end
  915. object TmrShow: TTimer
  916. Enabled = False
  917. Interval = 500
  918. OnTimer = TmrShowTimer
  919. Left = 155
  920. Top = 228
  921. end
  922. object PopupAddLink: TPopupMenu
  923. AutoHotkeys = maManual
  924. Left = 212
  925. Top = 496
  926. object MnuListList: TMenuItem
  927. AutoHotkeys = maManual
  928. AutoLineReduction = maAutomatic
  929. Caption = #47785#47197#50640#49436' '#44396#44036#49440#53469
  930. OnClick = MnuListListClick
  931. end
  932. object MnuGisAdd: TMenuItem
  933. Tag = 1
  934. AutoHotkeys = maManual
  935. AutoLineReduction = maAutomatic
  936. Caption = #51648#46020#50640#49436' '#44396#44036#49440#53469
  937. OnClick = MnuGisAddClick
  938. end
  939. end
  940. end