VMSMA00MF.dfm 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341
  1. object VMSMA00M: TVMSMA00M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. Caption = 'VMS '#44596#44553#52264#47049#50864#49440#49888#54840' '#44396#44036' '#44288#47532
  7. ClientHeight = 869
  8. ClientWidth = 1371
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -13
  13. Font.Name = #47569#51008' '#44256#46357
  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. 1371
  24. 869)
  25. PixelsPerInch = 96
  26. TextHeight = 17
  27. object ShpTitle: TShape
  28. Left = 4
  29. Top = 4
  30. Width = 1363
  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 = 1363
  57. Height = 813
  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 = 1277
  66. Top = 11
  67. Width = 80
  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 = 25
  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 = 1345
  96. Height = 800
  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 = 309
  106. Height = 800
  107. Align = alLeft
  108. BevelOuter = bvNone
  109. TabOrder = 0
  110. object cxGroupBox3: TcxGroupBox
  111. Left = 0
  112. Top = 0
  113. Align = alClient
  114. Caption = #9654' '#44596#44553#52264#47049#50864#49440#49888#54840' '#44396#44036' '#47785#47197
  115. Style.BorderColor = clCaptionText
  116. Style.Shadow = False
  117. Style.TextColor = clWindowText
  118. Style.TextStyle = [fsBold]
  119. TabOrder = 0
  120. Height = 800
  121. Width = 309
  122. inline FRAMEVmsEvspList1: TFRAMEVmsEvspList
  123. Left = 3
  124. Top = 19
  125. Width = 303
  126. Height = 725
  127. Align = alClient
  128. TabOrder = 0
  129. ExplicitLeft = 3
  130. ExplicitTop = 19
  131. ExplicitWidth = 303
  132. ExplicitHeight = 725
  133. inherited CxList: TcxGrid
  134. Width = 303
  135. Height = 663
  136. ExplicitWidth = 303
  137. ExplicitHeight = 663
  138. inherited TvList: TcxGridTableView
  139. OnCellDblClick = FRAMEVmsEvspList1TvListCellDblClick
  140. end
  141. end
  142. inherited PnlTop: TPanel
  143. Width = 303
  144. ExplicitWidth = 303
  145. end
  146. inherited PnlBottom: TPanel
  147. Top = 694
  148. Width = 303
  149. ExplicitTop = 694
  150. ExplicitWidth = 303
  151. inherited LblRecords: TLabel
  152. Left = 192
  153. Width = 25
  154. Height = 17
  155. ExplicitLeft = 192
  156. ExplicitWidth = 25
  157. ExplicitHeight = 17
  158. end
  159. inherited BtnExlSave: TcxButton
  160. Left = 223
  161. ExplicitLeft = 223
  162. end
  163. end
  164. inherited lblTitle: TcxLabel
  165. ExplicitWidth = 109
  166. ExplicitHeight = 21
  167. end
  168. end
  169. object Panel2: TPanel
  170. Left = 3
  171. Top = 744
  172. Width = 303
  173. Height = 46
  174. Align = alBottom
  175. BevelOuter = bvNone
  176. TabOrder = 1
  177. DesignSize = (
  178. 303
  179. 46)
  180. object BtnVmsIfscSet: TcxButton
  181. Tag = 2
  182. Left = 10
  183. Top = 16
  184. Width = 237
  185. Height = 25
  186. Cursor = crHandPoint
  187. Hint = 'VMS '#51221#48372#51228#44277#44396#44036' '#49444#51221
  188. Anchors = [akLeft, akBottom]
  189. Caption = 'VMS '#44596#44553#52264#47049#50864#49440#49888#54840' '#44396#44036' '#49444#51221
  190. Colors.Default = 10737865
  191. Glyph.Data = {
  192. 36040000424D3604000000000000360000002800000010000000100000000100
  193. 2000000000000004000000000000000000000000000000000000000000000000
  194. 0000A47958C4CA9269F4D19668FFCE9263FFCB8E5EFFC98A5BFFC78756FFC384
  195. 52FFC38452FFC38452FFC38452FFC38452FFC38452FF81522EB0000000000000
  196. 0000D7A175FFF8F2EDFFF7F0EAFFF6EDE6FFF4EAE2FFF3E7DEFFF1E4DBFFF0E2
  197. D8FFF0E2D8FFF0E2D8FFF0E2D8FFF0E2D8FFF0E2D8FFC3895CFD000000000000
  198. 0000D9A47AFFF9F3EEFFEBD2BEFFFFFFFFFFEBD3BFFFFFFFFFFFFFFFFFFFFFFF
  199. FFFFEAC7ADFFFFFFFFFFFFFFFFFFFFFFFFFFF0E2D8FFC68C5FFF000000000000
  200. 0000DDA87EFFF9F3EFFFEBD0BAFFEBD0BBFFEBD0BBFFEBD0BBFFEBD0BBFFEBD1
  201. BDFFEACDB5FFEACDB5FFEACDB5FFEACDB5FFF0E2D8FFC68A5CFF000000000000
  202. 0000DFAA82FFF9F3EFFFEACEB7FFFFFFFFFFEBD0BBFFFFFFFFFFFFFFFFFFFFFF
  203. FFFFEACFBAFFFBF6F2FFFFFFFFFFFFFFFFFFF0E2D8FFC88D5FFF000000000303
  204. 0305D8AC8AFFE3DEDBFFD2BBA9FFDBC2ADFFE3C7B0FFEACCB3FFEACCB3FFEACE
  205. B7FFE8C7ACFFE8C7ACFFE8C8B0FFE8C8AEFFF0E2D8FFC48654FF040404064444
  206. 446AAFA49CFFABABAAFFA4A09CFFA7A7A7FFB6A79CFFF3F3F3FFFFFFFFFFFFFF
  207. FFFFE8C7ACFFFFFFFFFFFFFFFFFFFFFFFFFFF1E5DBFFC68655FF707070A9CBCB
  208. CBFFEAEAEAFFF0F0F0FFF2F2F2FFECECECFFCACACAFF9A9591FFE9C9AEFFE9C9
  209. B0FFE8C7ACFFE9C9B0FFE8C8B0FFE8CCB5FFF2E7DEFFC88A59FFA2A2A2F0FAFA
  210. FAFFD7D7D7FFE2E2E2FFCACACAFFCFCFCFFFFFFFFFFF939393FFFFFFFFFFFFFF
  211. FFFFE8C7ACFFFFFFFFFFFFFFFFFFFFFFFFFFF7F1EBFFCB8F5FFF9E9E9EE8F8F8
  212. F8FFD1D1D1FFECECECFFC5C5C5FFC6C6C6FFFFFFFFFF9A9A9AFFE9C3A6FFE9C3
  213. A6FFE9C3A6FFE9C3A6FFE9C3A6FFE9C3A6FFFBF7F4FFCE9364FFA1A1A1E8F8F8
  214. F8FFD5D5D5FFEFEFEFFFCBCBCBFFCBCBCBFFFFFFFFFF9E9E9EFFFFFFFFFFFFFF
  215. FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF7F4FFD1976AFFA4A4A4E8F8F8
  216. F8FFDBDBDBFFEFEFEFFFD0D0D0FFD0D0D0FFFFFFFFFFA2A2A2FF8BCB93FF87C9
  217. 8EFF82C689FF7EC384FF7AC180FF76BE7CFFFBF7F4FFD49B6FFFA6A6A6E9F2F2
  218. F2FFD9D9D9FFE4E4E4FFE2E2E2FFC8C8C8FFF1F1F1FFA5A5A5FFFBF7F4FFFBF7
  219. F4FFFBF7F4FFFBF7F4FFFBF7F4FFFBF7F4FFFBF7F4FFD19C71F8ABABABEDF6F6
  220. F6FFF4F4F4FFF9F9F9FFFBFBFBFFF6F6F6FFF6F6F6FFA8A8A8FFE7B793FFE6B5
  221. 90FFE4B28CFFE2AF88FFE0AC84FFDDA980FFDCA57DFFAD8161CA787878A4D6D6
  222. D6FFEDEDEDFFF9F9F9FFFBFBFBFFF0F0F0FFD9D9D9FF919191D8000000000000
  223. 00000000000000000000000000000000000000000000000000000C0C0C104F4F
  224. 4F6C8B8B8BC0A9A9A9EBACACACF3919191D05F5F5F8A19191925000000000000
  225. 0000000000000000000000000000000000000000000000000000}
  226. Spacing = 6
  227. TabOrder = 0
  228. Font.Charset = DEFAULT_CHARSET
  229. Font.Color = clBlack
  230. Font.Height = -13
  231. Font.Name = #47569#51008' '#44256#46357
  232. Font.Style = [fsBold]
  233. ParentFont = False
  234. OnClick = BtnVmsIfscSetClick
  235. end
  236. end
  237. end
  238. end
  239. object cxSplitter1: TcxSplitter
  240. Left = 309
  241. Top = 0
  242. Width = 6
  243. Height = 800
  244. Control = PnlLeft
  245. end
  246. object GrpMap: TcxGroupBox
  247. Left = 315
  248. Top = 0
  249. Align = alClient
  250. Caption = #9654' '#50948#52824#49444#51221
  251. Style.BorderColor = clCaptionText
  252. Style.Shadow = False
  253. Style.TextColor = clBlack
  254. Style.TextStyle = [fsBold]
  255. TabOrder = 2
  256. Height = 800
  257. Width = 687
  258. object PnlMap: TPanel
  259. Left = 3
  260. Top = 19
  261. Width = 681
  262. Height = 771
  263. Align = alClient
  264. BevelOuter = bvNone
  265. TabOrder = 0
  266. inline FRAMEOpenMap1: TFRAMEOpenMap
  267. Left = 0
  268. Top = 0
  269. Width = 681
  270. Height = 771
  271. Align = alClient
  272. ParentShowHint = False
  273. ShowHint = True
  274. TabOrder = 0
  275. ExplicitWidth = 681
  276. ExplicitHeight = 771
  277. inherited PnlToolbar: TPanel
  278. Width = 681
  279. ExplicitWidth = 681
  280. inherited EdFocus: TEdit
  281. Height = 25
  282. ExplicitHeight = 25
  283. end
  284. inherited cxLabel26: TcxLabel
  285. AnchorX = 122
  286. AnchorY = 19
  287. end
  288. inherited cxLabel27: TcxLabel
  289. AnchorX = 280
  290. AnchorY = 19
  291. end
  292. inherited PnlGisTool: TPanel
  293. Width = 248
  294. ExplicitWidth = 248
  295. inherited ChkShowNmbr: TcxCheckBox
  296. ExplicitHeight = 28
  297. end
  298. inherited EdMapPos: TcxTextEdit
  299. ExplicitHeight = 28
  300. end
  301. end
  302. inherited cxLabel1: TcxLabel
  303. AnchorX = 346
  304. AnchorY = 19
  305. end
  306. inherited LblZoom: TcxLabel
  307. Left = 594
  308. ExplicitLeft = 594
  309. AnchorX = 676
  310. AnchorY = 19
  311. end
  312. end
  313. inherited lblTitle: TcxLabel
  314. ExplicitWidth = 69
  315. ExplicitHeight = 21
  316. end
  317. inherited reMsg: TMemo
  318. Top = 624
  319. Width = 681
  320. ExplicitTop = 624
  321. ExplicitWidth = 681
  322. end
  323. inherited PnlMap: TPanel
  324. Width = 681
  325. Height = 586
  326. ExplicitWidth = 681
  327. ExplicitHeight = 586
  328. inherited WebBrowser1: TWebBrowser
  329. Width = 677
  330. Height = 582
  331. ExplicitWidth = 681
  332. ExplicitHeight = 586
  333. ControlData = {
  334. 4C000000F8450000273C00000000000000000000000000000000000000000000
  335. 000000004C000000000000000000000001000000E0D057007335CF11AE690800
  336. 2B2E126208000000000000004C0000000114020000000000C000000000000046
  337. 8000000000000000000000000000000000000000000000000000000000000000
  338. 00000000000000000100000000000000000000000000000000000000}
  339. end
  340. end
  341. inherited ilToolbarsSmall: TcxImageList
  342. FormatVersion = 1
  343. end
  344. end
  345. end
  346. object ChkViewIcon: TcxCheckBox
  347. Left = 107
  348. Top = -5
  349. Cursor = crHandPoint
  350. Caption = 'VMS '#48264#54840
  351. State = cbsChecked
  352. TabOrder = 1
  353. Transparent = True
  354. OnClick = ChkViewIconClick
  355. Width = 121
  356. end
  357. end
  358. object cxSplitter2: TcxSplitter
  359. Left = 1002
  360. Top = 0
  361. Width = 6
  362. Height = 800
  363. AlignSplitter = salRight
  364. Control = PnlGrp
  365. end
  366. object PnlGrp: TPanel
  367. Left = 1008
  368. Top = 0
  369. Width = 337
  370. Height = 800
  371. Align = alRight
  372. BevelInner = bvRaised
  373. TabOrder = 4
  374. object PnlMenu: TPanel
  375. Left = 2
  376. Top = 728
  377. Width = 333
  378. Height = 70
  379. Align = alBottom
  380. BevelOuter = bvNone
  381. TabOrder = 0
  382. DesignSize = (
  383. 333
  384. 70)
  385. object BtnEdit: TcxButton
  386. Tag = 2
  387. Left = 6
  388. Top = 40
  389. Width = 80
  390. Height = 25
  391. Cursor = crHandPoint
  392. Hint = #45936#51060#53552' '#54200#51665
  393. Anchors = [akRight, akBottom]
  394. Caption = #54200#51665
  395. Colors.Default = 10737865
  396. Enabled = False
  397. TabOrder = 0
  398. Font.Charset = DEFAULT_CHARSET
  399. Font.Color = clBlack
  400. Font.Height = -13
  401. Font.Name = #47569#51008' '#44256#46357
  402. Font.Style = [fsBold]
  403. ParentFont = False
  404. OnClick = BtnEditClick
  405. end
  406. object BtnInsert: TcxButton
  407. Tag = 2
  408. Left = 87
  409. Top = 40
  410. Width = 80
  411. Height = 25
  412. Cursor = crHandPoint
  413. Hint = #45936#51060#53552' '#52628#44032
  414. Anchors = [akRight, akBottom]
  415. Caption = #52628#44032
  416. Colors.Default = 10737865
  417. TabOrder = 1
  418. Font.Charset = DEFAULT_CHARSET
  419. Font.Color = clBlack
  420. Font.Height = -13
  421. Font.Name = #47569#51008' '#44256#46357
  422. Font.Style = [fsBold]
  423. ParentFont = False
  424. OnClick = BtnInsertClick
  425. end
  426. object BtnDelete: TcxButton
  427. Tag = 4
  428. Left = 169
  429. Top = 40
  430. Width = 80
  431. Height = 25
  432. Cursor = crHandPoint
  433. Hint = #45936#51060#53552' '#49325#51228
  434. Anchors = [akRight, akBottom]
  435. Caption = #49325#51228
  436. Colors.Default = 10737865
  437. Enabled = False
  438. TabOrder = 2
  439. Font.Charset = DEFAULT_CHARSET
  440. Font.Color = clBlack
  441. Font.Height = -13
  442. Font.Name = #47569#51008' '#44256#46357
  443. Font.Style = [fsBold]
  444. ParentFont = False
  445. OnClick = BtnDeleteClick
  446. end
  447. object BtnSave: TcxButton
  448. Tag = 5
  449. Left = 250
  450. Top = 40
  451. Width = 80
  452. Height = 25
  453. Cursor = crHandPoint
  454. Hint = #54200#51665#51089#50629' '#51200#51109
  455. Anchors = [akRight, akBottom]
  456. Caption = #51200#51109
  457. Colors.Default = 10737865
  458. Enabled = False
  459. TabOrder = 3
  460. Font.Charset = DEFAULT_CHARSET
  461. Font.Color = clBlack
  462. Font.Height = -13
  463. Font.Name = #47569#51008' '#44256#46357
  464. Font.Style = [fsBold]
  465. ParentFont = False
  466. OnClick = BtnSaveClick
  467. end
  468. end
  469. object cxGroupBox2: TcxGroupBox
  470. Left = 2
  471. Top = 536
  472. Align = alBottom
  473. Caption = #9654' '#49549#46020#51221#48372
  474. TabOrder = 1
  475. Visible = False
  476. Height = 192
  477. Width = 333
  478. object Panel3: TPanel
  479. Left = 3
  480. Top = 19
  481. Width = 327
  482. Height = 21
  483. Align = alTop
  484. BevelOuter = bvNone
  485. TabOrder = 1
  486. object Label17: TLabel
  487. Left = 0
  488. Top = 0
  489. Width = 75
  490. Height = 21
  491. Align = alLeft
  492. Alignment = taCenter
  493. AutoSize = False
  494. Caption = #49549#46020#54032#51221
  495. Color = clSilver
  496. ParentColor = False
  497. Transparent = False
  498. Layout = tlCenter
  499. ExplicitLeft = 11
  500. ExplicitTop = 18
  501. ExplicitHeight = 23
  502. end
  503. object Label18: TLabel
  504. Left = 75
  505. Top = 0
  506. Width = 75
  507. Height = 21
  508. Align = alLeft
  509. Alignment = taCenter
  510. AutoSize = False
  511. Caption = #52572#51200#49549#46020
  512. Color = clSilver
  513. ParentColor = False
  514. Transparent = False
  515. Layout = tlCenter
  516. ExplicitLeft = 94
  517. ExplicitTop = 18
  518. ExplicitHeight = 23
  519. end
  520. object Label19: TLabel
  521. Left = 150
  522. Top = 0
  523. Width = 75
  524. Height = 21
  525. Align = alLeft
  526. Alignment = taCenter
  527. AutoSize = False
  528. Caption = #52572#44256#49549#46020
  529. Color = clSilver
  530. ParentColor = False
  531. Transparent = False
  532. Layout = tlCenter
  533. ExplicitLeft = 183
  534. ExplicitTop = 18
  535. ExplicitHeight = 23
  536. end
  537. end
  538. object BtnSaveAll: TcxButton
  539. Tag = 5
  540. Left = 63
  541. Top = 118
  542. Width = 165
  543. Height = 25
  544. Cursor = crHandPoint
  545. Hint = #51204#52404' '#44396#44036#50640' '#46041#51068#54620' '#44050#51012' '#51201#50857#54633#45768#45796'.'
  546. Caption = #51204#52404' '#44396#44036' '#51201#50857
  547. Colors.Default = 10737865
  548. TabOrder = 0
  549. Font.Charset = DEFAULT_CHARSET
  550. Font.Color = clBlack
  551. Font.Height = -13
  552. Font.Name = #47569#51008' '#44256#46357
  553. Font.Style = [fsBold]
  554. ParentFont = False
  555. OnClick = BtnSaveAllClick
  556. end
  557. object Panel4: TPanel
  558. Left = 3
  559. Top = 64
  560. Width = 327
  561. Height = 24
  562. Align = alTop
  563. BevelOuter = bvNone
  564. TabOrder = 2
  565. object Label02: TLabel
  566. Left = 0
  567. Top = 0
  568. Width = 76
  569. Height = 24
  570. Align = alLeft
  571. Alignment = taCenter
  572. AutoSize = False
  573. Caption = #51648#52404
  574. Color = clYellow
  575. ParentColor = False
  576. Transparent = False
  577. Layout = tlCenter
  578. end
  579. object EdMin2: TcxTextEdit
  580. Left = 76
  581. Top = 0
  582. Align = alLeft
  583. Properties.Alignment.Horz = taRightJustify
  584. Properties.Alignment.Vert = taVCenter
  585. Properties.MaxLength = 5
  586. Properties.ReadOnly = False
  587. Properties.UseLeftAlignmentOnEditing = False
  588. TabOrder = 0
  589. OnKeyPress = EdMin3KeyPress
  590. Width = 75
  591. end
  592. object EdMax2: TcxTextEdit
  593. Left = 151
  594. Top = 0
  595. Align = alLeft
  596. Properties.Alignment.Horz = taRightJustify
  597. Properties.Alignment.Vert = taVCenter
  598. Properties.MaxLength = 5
  599. Properties.ReadOnly = False
  600. Properties.UseLeftAlignmentOnEditing = False
  601. TabOrder = 1
  602. OnKeyPress = EdMin3KeyPress
  603. Width = 75
  604. end
  605. end
  606. object Panel5: TPanel
  607. Left = 3
  608. Top = 40
  609. Width = 327
  610. Height = 24
  611. Align = alTop
  612. BevelOuter = bvNone
  613. TabOrder = 3
  614. object Label01: TLabel
  615. Left = 0
  616. Top = 0
  617. Width = 76
  618. Height = 24
  619. Align = alLeft
  620. Alignment = taCenter
  621. AutoSize = False
  622. Caption = #51221#52404
  623. Color = clRed
  624. ParentColor = False
  625. Transparent = False
  626. Layout = tlCenter
  627. end
  628. object EdMin3: TcxTextEdit
  629. Left = 76
  630. Top = 0
  631. Align = alLeft
  632. Properties.Alignment.Horz = taRightJustify
  633. Properties.Alignment.Vert = taVCenter
  634. Properties.MaxLength = 5
  635. Properties.ReadOnly = False
  636. Properties.UseLeftAlignmentOnEditing = False
  637. TabOrder = 0
  638. OnKeyPress = EdMin3KeyPress
  639. Width = 75
  640. end
  641. object EdMax3: TcxTextEdit
  642. Left = 151
  643. Top = 0
  644. Align = alLeft
  645. Properties.Alignment.Horz = taRightJustify
  646. Properties.Alignment.Vert = taVCenter
  647. Properties.MaxLength = 5
  648. Properties.ReadOnly = False
  649. Properties.UseLeftAlignmentOnEditing = False
  650. TabOrder = 1
  651. OnKeyPress = EdMin3KeyPress
  652. Width = 75
  653. end
  654. end
  655. object Panel6: TPanel
  656. Left = 3
  657. Top = 88
  658. Width = 327
  659. Height = 24
  660. Align = alTop
  661. BevelOuter = bvNone
  662. TabOrder = 4
  663. object Label03: TLabel
  664. Left = 0
  665. Top = 0
  666. Width = 76
  667. Height = 24
  668. Align = alLeft
  669. Alignment = taCenter
  670. AutoSize = False
  671. Caption = #50896#54624
  672. Color = clLime
  673. ParentColor = False
  674. Transparent = False
  675. Layout = tlCenter
  676. end
  677. object EdMin1: TcxTextEdit
  678. Left = 76
  679. Top = 0
  680. Align = alLeft
  681. Properties.Alignment.Horz = taRightJustify
  682. Properties.Alignment.Vert = taVCenter
  683. Properties.MaxLength = 5
  684. Properties.ReadOnly = False
  685. Properties.UseLeftAlignmentOnEditing = False
  686. TabOrder = 0
  687. OnKeyPress = EdMin3KeyPress
  688. Width = 75
  689. end
  690. object EdMax1: TcxTextEdit
  691. Left = 151
  692. Top = 0
  693. Align = alLeft
  694. Properties.Alignment.Horz = taRightJustify
  695. Properties.Alignment.Vert = taVCenter
  696. Properties.MaxLength = 5
  697. Properties.ReadOnly = False
  698. Properties.UseLeftAlignmentOnEditing = False
  699. TabOrder = 1
  700. OnKeyPress = EdMin3KeyPress
  701. Width = 75
  702. end
  703. end
  704. object Panel7: TPanel
  705. Left = 3
  706. Top = 158
  707. Width = 327
  708. Height = 24
  709. Align = alBottom
  710. BevelOuter = bvNone
  711. TabOrder = 5
  712. Visible = False
  713. object Label1: TLabel
  714. Left = 0
  715. Top = 0
  716. Width = 138
  717. Height = 24
  718. Align = alLeft
  719. Alignment = taCenter
  720. AutoSize = False
  721. Caption = #51221#52404#54268' '#51221#52404#54032#51221' '#49549#46020
  722. Color = clLime
  723. ParentColor = False
  724. Transparent = False
  725. Layout = tlCenter
  726. end
  727. object EdCngsSpd: TcxTextEdit
  728. Left = 138
  729. Top = 0
  730. Align = alLeft
  731. Properties.Alignment.Horz = taRightJustify
  732. Properties.Alignment.Vert = taVCenter
  733. Properties.MaxLength = 5
  734. Properties.ReadOnly = False
  735. Properties.UseLeftAlignmentOnEditing = False
  736. TabOrder = 0
  737. OnKeyPress = EdMin3KeyPress
  738. Width = 75
  739. end
  740. object BtnSaveCngsSpd: TcxButton
  741. Tag = 5
  742. Left = 213
  743. Top = 0
  744. Width = 114
  745. Height = 24
  746. Cursor = crHandPoint
  747. Hint = #51204#52404' '#44396#44036#50640' '#46041#51068#54620' '#44050#51012' '#51201#50857#54633#45768#45796'.'
  748. Align = alClient
  749. Caption = #51204#52404' '#44396#44036' '#51201#50857
  750. Colors.Default = 10737865
  751. TabOrder = 1
  752. Font.Charset = DEFAULT_CHARSET
  753. Font.Color = clBlack
  754. Font.Height = -13
  755. Font.Name = #47569#51008' '#44256#46357
  756. Font.Style = [fsBold]
  757. ParentFont = False
  758. OnClick = BtnSaveCngsSpdClick
  759. end
  760. end
  761. end
  762. object GrpInfo: TcxGroupBox
  763. Left = 2
  764. Top = 2
  765. Align = alTop
  766. Caption = #9654' '#44596#44553#52264#47049#50864#49440#49888#54840' '#44396#44036#51221#48372
  767. Style.BorderColor = clCaptionText
  768. Style.Shadow = False
  769. Style.TextColor = clBlack
  770. Style.TextStyle = [fsBold]
  771. TabOrder = 2
  772. DesignSize = (
  773. 333
  774. 272)
  775. Height = 279
  776. Width = 333
  777. object cxLabel11: TcxLabel
  778. Left = 14
  779. Top = 289
  780. Anchors = [akLeft, akBottom]
  781. Caption = '[*] '#54364#49884#54637#47785#51008' '#54596#49688' '#51077#47141' '#54637#47785#51077#45768#45796'.'
  782. StyleDisabled.BorderColor = cl3DLight
  783. Transparent = True
  784. end
  785. object cxLabel12: TcxLabel
  786. Left = 259
  787. Top = 289
  788. Anchors = [akLeft, akBottom]
  789. Caption = #9733
  790. Style.TextColor = clRed
  791. Transparent = True
  792. Visible = False
  793. end
  794. object PnlEdit: TPanel
  795. Left = 3
  796. Top = 19
  797. Width = 327
  798. Height = 250
  799. Align = alClient
  800. BevelOuter = bvNone
  801. TabOrder = 2
  802. object ImgDesc19: TImage
  803. Left = 9
  804. Top = 45
  805. Width = 9
  806. Height = 9
  807. Transparent = True
  808. end
  809. object ImgDesc02: TImage
  810. Left = 9
  811. Top = 77
  812. Width = 9
  813. Height = 9
  814. Transparent = True
  815. end
  816. object ImgDesc04: TImage
  817. Left = 9
  818. Top = 108
  819. Width = 9
  820. Height = 9
  821. Transparent = True
  822. end
  823. object ImgDesc12: TImage
  824. Left = 9
  825. Top = 229
  826. Width = 9
  827. Height = 9
  828. Transparent = True
  829. Visible = False
  830. end
  831. object ImgDesc11: TImage
  832. Left = 9
  833. Top = 14
  834. Width = 9
  835. Height = 9
  836. Transparent = True
  837. end
  838. object ImgDesc07: TImage
  839. Left = 9
  840. Top = 140
  841. Width = 9
  842. Height = 9
  843. Transparent = True
  844. end
  845. object ImgDesc08: TImage
  846. Left = 9
  847. Top = 171
  848. Width = 9
  849. Height = 9
  850. Transparent = True
  851. Visible = False
  852. end
  853. object EdIfscNm: TcxTextEdit
  854. Left = 124
  855. Top = 37
  856. Properties.MaxLength = 60
  857. TabOrder = 1
  858. Width = 199
  859. end
  860. object EdStrNm: TcxTextEdit
  861. Left = 124
  862. Top = 69
  863. Properties.MaxLength = 30
  864. Properties.ReadOnly = False
  865. TabOrder = 2
  866. Width = 199
  867. end
  868. object EdIfscId: TcxTextEdit
  869. Left = 124
  870. Top = 6
  871. Properties.ReadOnly = True
  872. TabOrder = 0
  873. Width = 121
  874. end
  875. object cxLabel2: TcxLabel
  876. Left = 56
  877. Top = 39
  878. Caption = #44396#44036#47749' [*]'
  879. Properties.Alignment.Horz = taRightJustify
  880. Properties.Alignment.Vert = taVCenter
  881. Transparent = True
  882. AnchorX = 118
  883. AnchorY = 50
  884. end
  885. object cxLabel5: TcxLabel
  886. Left = 41
  887. Top = 71
  888. Caption = #54364#52636#47749'('#49884#51216')'
  889. Properties.Alignment.Horz = taRightJustify
  890. Properties.Alignment.Vert = taVCenter
  891. Transparent = True
  892. AnchorX = 118
  893. AnchorY = 82
  894. end
  895. object cxLabel10: TcxLabel
  896. Left = 41
  897. Top = 102
  898. Caption = #54364#52636#47749'('#51333#51216')'
  899. Properties.Alignment.Horz = taRightJustify
  900. Properties.Alignment.Vert = taVCenter
  901. Transparent = True
  902. AnchorX = 118
  903. AnchorY = 113
  904. end
  905. object cxLabel13: TcxLabel
  906. Left = 62
  907. Top = 223
  908. Caption = #50864#54924#46020#47196
  909. Properties.Alignment.Horz = taRightJustify
  910. Properties.Alignment.Vert = taVCenter
  911. Transparent = True
  912. Visible = False
  913. AnchorX = 118
  914. AnchorY = 234
  915. end
  916. object cxLabel14: TcxLabel
  917. Left = 17
  918. Top = 8
  919. Caption = #50864#49440#49888#54840#44396#44036' [*]'
  920. Properties.Alignment.Horz = taRightJustify
  921. Properties.Alignment.Vert = taVCenter
  922. Transparent = True
  923. AnchorX = 118
  924. AnchorY = 19
  925. end
  926. object CbDetr: TcxComboBox
  927. Left = 124
  928. Top = 221
  929. Cursor = crHandPoint
  930. Properties.Alignment.Vert = taVCenter
  931. Properties.DropDownListStyle = lsFixedList
  932. Properties.DropDownSizeable = True
  933. Properties.ReadOnly = False
  934. TabOrder = 4
  935. Visible = False
  936. Width = 199
  937. end
  938. object EdEndNm: TcxTextEdit
  939. Left = 124
  940. Top = 100
  941. Properties.MaxLength = 30
  942. Properties.ReadOnly = False
  943. TabOrder = 3
  944. Width = 199
  945. end
  946. object ChkAxisYn: TcxCheckBox
  947. Left = 122
  948. Top = 194
  949. Cursor = crHandPoint
  950. Caption = #52629#51221#48372' '#49373#49457#50857
  951. TabOrder = 10
  952. Transparent = True
  953. Visible = False
  954. Width = 166
  955. end
  956. object cxLabel1: TcxLabel
  957. Left = 75
  958. Top = 136
  959. Caption = #46020#47196#47749
  960. Properties.Alignment.Horz = taRightJustify
  961. Properties.Alignment.Vert = taVCenter
  962. Transparent = True
  963. AnchorX = 118
  964. AnchorY = 147
  965. end
  966. object EdRoadNm: TcxTextEdit
  967. Left = 124
  968. Top = 132
  969. Properties.MaxLength = 30
  970. Properties.ReadOnly = False
  971. TabOrder = 12
  972. Width = 199
  973. end
  974. object cxLabel3: TcxLabel
  975. Left = 75
  976. Top = 165
  977. Caption = #51648#51216#47749
  978. Properties.Alignment.Horz = taRightJustify
  979. Properties.Alignment.Vert = taVCenter
  980. Transparent = True
  981. Visible = False
  982. AnchorX = 118
  983. AnchorY = 176
  984. end
  985. object EdSpotNm: TcxTextEdit
  986. Left = 124
  987. Top = 163
  988. Properties.MaxLength = 30
  989. Properties.ReadOnly = False
  990. TabOrder = 14
  991. Visible = False
  992. Width = 199
  993. end
  994. end
  995. end
  996. object GrpLink: TcxGroupBox
  997. Left = 2
  998. Top = 281
  999. Align = alClient
  1000. Caption = #9654' '#47553#53356#44396#49457#51221#48372
  1001. Style.BorderColor = clCaptionText
  1002. Style.Shadow = False
  1003. Style.TextColor = clBlack
  1004. Style.TextStyle = [fsBold]
  1005. TabOrder = 3
  1006. DesignSize = (
  1007. 333
  1008. 248)
  1009. Height = 255
  1010. Width = 333
  1011. object cxLabel9: TcxLabel
  1012. Left = 14
  1013. Top = 265
  1014. Anchors = [akLeft, akBottom]
  1015. Caption = '[*] '#54364#49884#54637#47785#51008' '#54596#49688' '#51077#47141' '#54637#47785#51077#45768#45796'.'
  1016. StyleDisabled.BorderColor = cl3DLight
  1017. Transparent = True
  1018. end
  1019. object cxLabel15: TcxLabel
  1020. Left = 259
  1021. Top = 265
  1022. Anchors = [akLeft, akBottom]
  1023. Caption = #9733
  1024. Style.TextColor = clRed
  1025. Transparent = True
  1026. Visible = False
  1027. end
  1028. object Panel1: TPanel
  1029. Left = 3
  1030. Top = 19
  1031. Width = 327
  1032. Height = 226
  1033. Align = alClient
  1034. BevelOuter = bvNone
  1035. TabOrder = 2
  1036. object PnlLink: TPanel
  1037. Left = 0
  1038. Top = 185
  1039. Width = 327
  1040. Height = 41
  1041. Align = alBottom
  1042. BevelOuter = bvNone
  1043. TabOrder = 0
  1044. DesignSize = (
  1045. 327
  1046. 41)
  1047. object ImgDesc06: TImage
  1048. Left = 9
  1049. Top = 16
  1050. Width = 9
  1051. Height = 9
  1052. Transparent = True
  1053. end
  1054. object cxLabel6: TcxLabel
  1055. Left = 22
  1056. Top = 10
  1057. Caption = #51228#44277#44396#44036
  1058. Properties.Alignment.Horz = taRightJustify
  1059. Properties.Alignment.Vert = taVCenter
  1060. Transparent = True
  1061. AnchorX = 78
  1062. AnchorY = 21
  1063. end
  1064. object EdLinkId: TcxTextEdit
  1065. Tag = 10002
  1066. Left = 80
  1067. Top = 8
  1068. Properties.Alignment.Horz = taCenter
  1069. Properties.Alignment.Vert = taVCenter
  1070. Properties.MaxLength = 13
  1071. Properties.ReadOnly = False
  1072. TabOrder = 1
  1073. OnKeyPress = EdMin3KeyPress
  1074. Width = 48
  1075. end
  1076. object BtnLinkCopy: TcxButton
  1077. Left = 133
  1078. Top = 9
  1079. Width = 72
  1080. Height = 22
  1081. Hint = #51077#47141#54620' '#51228#44277#44396#44036#51032' '#47553#53356#47484' '#48373#49324#54633#45768#45796'.'
  1082. Caption = #47553#53356#48373#49324
  1083. TabOrder = 2
  1084. OnClick = BtnLinkCopyClick
  1085. end
  1086. object BtnUp: TcxButton
  1087. Tag = 2
  1088. Left = 261
  1089. Top = 9
  1090. Width = 30
  1091. Height = 22
  1092. Cursor = crHandPoint
  1093. Anchors = [akLeft, akBottom]
  1094. Caption = #9650
  1095. Colors.Default = 10737865
  1096. LookAndFeel.NativeStyle = False
  1097. TabOrder = 3
  1098. OnClick = BtnUpClick
  1099. end
  1100. object BtnDown: TcxButton
  1101. Tag = 2
  1102. Left = 295
  1103. Top = 9
  1104. Width = 30
  1105. Height = 22
  1106. Cursor = crHandPoint
  1107. Anchors = [akLeft, akBottom]
  1108. Caption = #9660
  1109. Colors.Default = 10737865
  1110. LookAndFeel.NativeStyle = False
  1111. TabOrder = 4
  1112. OnClick = BtnDownClick
  1113. end
  1114. object BtnLinkDel: TcxButton
  1115. Left = 212
  1116. Top = 9
  1117. Width = 43
  1118. Height = 22
  1119. Hint = #49440#53469#54620' '#44396#44036#51012' '#49325#51228#54633#45768#45796'.'
  1120. Caption = #49325#51228
  1121. TabOrder = 5
  1122. OnClick = BtnLinkDelClick
  1123. end
  1124. end
  1125. object CxLink: TcxGrid
  1126. Left = 0
  1127. Top = 0
  1128. Width = 327
  1129. Height = 185
  1130. Align = alClient
  1131. TabOrder = 1
  1132. object TvLink: TcxGridTableView
  1133. OnCellDblClick = TvLinkCellDblClick
  1134. DataController.Summary.DefaultGroupSummaryItems = <>
  1135. DataController.Summary.FooterSummaryItems = <>
  1136. DataController.Summary.SummaryGroups = <>
  1137. OptionsCustomize.ColumnFiltering = False
  1138. OptionsCustomize.ColumnGrouping = False
  1139. OptionsCustomize.ColumnMoving = False
  1140. OptionsCustomize.ColumnSorting = False
  1141. OptionsData.Deleting = False
  1142. OptionsData.DeletingConfirmation = False
  1143. OptionsData.Inserting = False
  1144. OptionsView.GroupByBox = False
  1145. OptionsView.Indicator = True
  1146. object ColSeq: TcxGridColumn
  1147. Caption = '-'
  1148. DataBinding.ValueType = 'Integer'
  1149. PropertiesClassName = 'TcxCalcEditProperties'
  1150. OnCustomDrawCell = ColSeqCustomDrawCell
  1151. GroupSummaryAlignment = taCenter
  1152. HeaderAlignmentHorz = taCenter
  1153. MinWidth = 28
  1154. Options.Editing = False
  1155. Options.Filtering = False
  1156. Options.HorzSizing = False
  1157. Options.Moving = False
  1158. Width = 28
  1159. end
  1160. object ColLink1: TcxGridColumn
  1161. Caption = #49692#49436
  1162. PropertiesClassName = 'TcxLabelProperties'
  1163. Properties.Alignment.Horz = taCenter
  1164. Properties.Alignment.Vert = taVCenter
  1165. Visible = False
  1166. HeaderAlignmentHorz = taCenter
  1167. HeaderAlignmentVert = vaCenter
  1168. Options.Editing = False
  1169. VisibleForCustomization = False
  1170. Width = 34
  1171. end
  1172. object ColLink2: TcxGridColumn
  1173. Caption = #44396#44036' ID'
  1174. PropertiesClassName = 'TcxLabelProperties'
  1175. Properties.Alignment.Horz = taCenter
  1176. Properties.Alignment.Vert = taVCenter
  1177. HeaderAlignmentHorz = taCenter
  1178. HeaderAlignmentVert = vaCenter
  1179. Options.Editing = False
  1180. Width = 105
  1181. end
  1182. object ColLink3: TcxGridColumn
  1183. Caption = #44396#44036#47749
  1184. PropertiesClassName = 'TcxLabelProperties'
  1185. Properties.Alignment.Horz = taLeftJustify
  1186. Properties.Alignment.Vert = taVCenter
  1187. HeaderAlignmentHorz = taCenter
  1188. HeaderAlignmentVert = vaCenter
  1189. Options.Editing = False
  1190. Width = 196
  1191. end
  1192. object ColLink4: TcxGridColumn
  1193. Caption = #49884#51216#47749
  1194. PropertiesClassName = 'TcxTextEditProperties'
  1195. Properties.Alignment.Vert = taVCenter
  1196. HeaderAlignmentHorz = taCenter
  1197. HeaderAlignmentVert = vaCenter
  1198. Options.Editing = False
  1199. Width = 120
  1200. end
  1201. object ColLink5: TcxGridColumn
  1202. Caption = #51333#51216#47749
  1203. PropertiesClassName = 'TcxTextEditProperties'
  1204. Properties.Alignment.Vert = taVCenter
  1205. HeaderAlignmentHorz = taCenter
  1206. HeaderAlignmentVert = vaCenter
  1207. Options.Editing = False
  1208. Width = 120
  1209. end
  1210. object ColLink6: TcxGridColumn
  1211. Caption = #51333#47308#51648#51216#47749
  1212. PropertiesClassName = 'TcxLabelProperties'
  1213. Properties.Alignment.Horz = taLeftJustify
  1214. Properties.Alignment.Vert = taVCenter
  1215. Visible = False
  1216. HeaderAlignmentHorz = taCenter
  1217. HeaderAlignmentVert = vaCenter
  1218. Width = 250
  1219. end
  1220. end
  1221. object GlLink: TcxGridLevel
  1222. GridView = TvLink
  1223. end
  1224. end
  1225. end
  1226. end
  1227. end
  1228. end
  1229. object lblNone: TcxLabel
  1230. Left = 40
  1231. Top = 142
  1232. Caption = #50630#51020
  1233. Transparent = True
  1234. Visible = False
  1235. end
  1236. object lblSpdErr: TcxLabel
  1237. Left = 40
  1238. Top = 169
  1239. Caption = #49549#46020#51221#48372#44032' '#51221#54869#54616#51648' '#50506#49845#45768#45796'.'#13#10#49549#46020#51221#48372#47484' '#54869#51064#54616#49464#50836'.'
  1240. Transparent = True
  1241. Visible = False
  1242. end
  1243. object lblText1: TcxLabel
  1244. Left = 21
  1245. Top = 230
  1246. Caption = #49352#47196#50868' VMS '#51221#48372#47484' '#49373#49457#54616#51648' '#47803#54616#50688#49845#45768#45796'.'#13#10#54532#47196#44536#47016' '#51333#47308#54980#50640' '#45796#49884' '#49884#46020#54644' '#48372#49464#50836'.'
  1247. Transparent = True
  1248. Visible = False
  1249. end
  1250. object lblText2: TcxLabel
  1251. Left = 21
  1252. Top = 274
  1253. Caption = #49325#51228#54624' '#44396#44036#51060' VMS '#51228#50612#44592#50640' '#47605#54609#46104#50612' '#51080#49845#45768#45796'.'#13#10#47676#51200' '#54644#45817' '#51228#50612#44592#50640#49436' '#49325#51228#54644#51452#49884#44592' '#48148#46989#45768#45796'.'
  1254. Transparent = True
  1255. Visible = False
  1256. end
  1257. object lblText3: TcxLabel
  1258. Left = 21
  1259. Top = 330
  1260. Caption = #49325#51228#54624' '#44396#44036#51060' '#50864#54924#46020#47196#47196' '#47605#54609#46104#50612#51080#49845#45768#45796'.'#13#10#47676#51200' '#54644#45817' '#50864#54924#46020#47197#50640#49436' '#49325#51228#54644#51452#49884#44592' '#48148#46989#45768#45796'.'
  1261. Transparent = True
  1262. Visible = False
  1263. end
  1264. object lblText6: TcxLabel
  1265. Left = 26
  1266. Top = 458
  1267. Caption = #49440#53469#54616#49888' '#44596#44553#52264#47049#50864#49440#49888#54840' '#44396#44036' '#51221#48372#47484' '#49325#51228#54616#49884#44192#49845#45768#44620'?'
  1268. Transparent = True
  1269. Visible = False
  1270. end
  1271. object lblText5: TcxLabel
  1272. Left = 25
  1273. Top = 418
  1274. Caption = #51221#48372#51228#44277#44396#44036' ID'
  1275. Transparent = True
  1276. Visible = False
  1277. end
  1278. object lblText4: TcxLabel
  1279. Left = 25
  1280. Top = 374
  1281. Caption = #49325#51228#54624' '#44396#44036#51221#48372#47484' '#47785#47197#50640#49436' '#49440#53469#54616#49464#50836'.'#13#10#47785#47197#50640#49436' '#45908#48660#53364#47533#54616#50668' '#49440#53469#54633#45768#45796'.'
  1282. Transparent = True
  1283. Visible = False
  1284. end
  1285. object lblText9: TcxLabel
  1286. Left = 26
  1287. Top = 578
  1288. Caption = #44596#44553#52264#47049#50864#49440#49888#54840#44396#44036#51221#48372#51200#51109#13#10#44596#44553#52264#47049#50864#49440#49888#54840#44396#44036#51221#48372#47484' '#51200#51109' '#54616#50688#49845#45768#45796'.'
  1289. Transparent = True
  1290. Visible = False
  1291. end
  1292. object lblText8: TcxLabel
  1293. Left = 25
  1294. Top = 538
  1295. Caption = #50864#54924#46020#47196' '#51077#47141#50724#47448#13#10#50864#54924#46020#47196#45716' '#51088#44592#51088#49888#51012' '#46321#47197#54624' '#49688' '#50630#49845#45768#45796'.'
  1296. Transparent = True
  1297. Visible = False
  1298. end
  1299. object lblText7: TcxLabel
  1300. Left = 25
  1301. Top = 494
  1302. Caption = #44596#44553#52264#47049#50864#49440#49888#54840#44396#44036' '#51221#48372' '#49325#51228#13#10#44596#44553#52264#47049#50864#49440#49888#54840#44396#44036' '#51221#48372#47484' '#49325#51228' '#54616#50688#49845#45768#45796'.'
  1303. Transparent = True
  1304. Visible = False
  1305. end
  1306. object lblText10: TcxLabel
  1307. Left = 30
  1308. Top = 622
  1309. Caption = #51228#44277#44396#44036' '#49549#46020#51221#48372#47484' '#51204#52404' '#51228#44277#44396#44036#50640' '#46041#51068#54616#44172' '#51201#50857' '#54616#49884#44192#49845#45768#44620'?'
  1310. Transparent = True
  1311. Visible = False
  1312. end
  1313. object lblText11: TcxLabel
  1314. Left = 30
  1315. Top = 649
  1316. Caption = #51228#44277#44396#44036' '#49549#46020#51221#48372#51200#51109#13#10#51228#44277#44396#44036' '#49549#46020' '#51221#48372#47484' '#51204#52404' '#51228#44277#44396#44036#50640' '#51201#50857' '#54616#50688#49845#45768#45796'.'
  1317. Transparent = True
  1318. Visible = False
  1319. end
  1320. object lblText12: TcxLabel
  1321. Left = 30
  1322. Top = 691
  1323. Caption = #51060#48120' '#46321#47197#46104#50612' '#51080#45716' '#44396#44036' '#51077#45768#45796'.'#13#10#44396#44036#51008' '#51473#48373#54644#49436' '#46321#47197' '#54624' '#49688' '#50630#49845#45768#45796'.'
  1324. Transparent = True
  1325. Visible = False
  1326. end
  1327. object lblText13: TcxLabel
  1328. Left = 25
  1329. Top = 735
  1330. Caption = #49325#51228#47484' '#50896#54616#45716' '#44396#44036#51012' '#47785#47197#50640#49436' '#49440#53469#54616#49464#50836'.'
  1331. Transparent = True
  1332. Visible = False
  1333. end
  1334. object TmrShow: TTimer
  1335. Enabled = False
  1336. Interval = 300
  1337. OnTimer = TmrShowTimer
  1338. Left = 432
  1339. Top = 12
  1340. end
  1341. end