IFM0050MF.dfm 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422
  1. object IFM0050M: TIFM0050M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. Caption = #49884#49444#47932' '#51109#50528#53076#46300' '#44288#47532
  7. ClientHeight = 774
  8. ClientWidth = 1100
  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. OldCreateOrder = False
  17. Position = poOwnerFormCenter
  18. ShowHint = True
  19. OnClose = FormClose
  20. OnShow = FormShow
  21. DesignSize = (
  22. 1100
  23. 774)
  24. PixelsPerInch = 96
  25. TextHeight = 17
  26. object ShpTitle: TShape
  27. Left = 4
  28. Top = 4
  29. Width = 1092
  30. Height = 40
  31. Anchors = [akLeft, akTop, akRight]
  32. Brush.Color = 14671839
  33. Pen.Color = 10849679
  34. Pen.Width = 2
  35. ExplicitWidth = 1269
  36. end
  37. object LblCaption: TLabel
  38. Left = 16
  39. Top = 10
  40. Width = 267
  41. Height = 23
  42. Caption = #53440#51060#53952' '
  43. Font.Charset = DEFAULT_CHARSET
  44. Font.Color = 4740964
  45. Font.Height = -17
  46. Font.Name = #47569#51008' '#44256#46357
  47. Font.Style = [fsBold]
  48. ParentFont = False
  49. ParentShowHint = False
  50. ShowHint = True
  51. end
  52. object ShpList: TShape
  53. Left = 4
  54. Top = 50
  55. Width = 1092
  56. Height = 718
  57. Anchors = [akLeft, akTop, akRight, akBottom]
  58. Pen.Color = 10849679
  59. Pen.Width = 2
  60. ExplicitWidth = 1285
  61. ExplicitHeight = 744
  62. end
  63. object BtnSearch: TcxButton
  64. Left = 917
  65. Top = 11
  66. Width = 80
  67. Height = 25
  68. Cursor = crHandPoint
  69. Hint = #51312#54924
  70. Anchors = [akTop, akRight]
  71. Caption = #51312#54924
  72. Colors.Default = 10737865
  73. LookAndFeel.Kind = lfUltraFlat
  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 = 1006
  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. LookAndFeel.Kind = lfUltraFlat
  94. TabOrder = 1
  95. Font.Charset = DEFAULT_CHARSET
  96. Font.Color = clBlack
  97. Font.Height = -13
  98. Font.Name = #47569#51008' '#44256#46357
  99. Font.Style = [fsBold]
  100. ParentFont = False
  101. OnClick = BtnCloseClick
  102. end
  103. object EdFocus: TEdit
  104. Left = -10
  105. Top = -10
  106. Width = 2
  107. Height = 25
  108. ImeName = 'Microsoft Office IME 2007'
  109. TabOrder = 2
  110. Text = 'EdFocus'
  111. end
  112. object ChkExpand: TcxCheckBox
  113. Left = 784
  114. Top = 11
  115. Cursor = crHandPoint
  116. Anchors = [akTop, akRight]
  117. Caption = #54869#51109'/'#52629#49548
  118. ParentBackground = False
  119. ParentColor = False
  120. ParentShowHint = False
  121. ShowHint = True
  122. State = cbsChecked
  123. Style.BorderColor = 9868950
  124. Style.BorderStyle = ebsThick
  125. Style.Color = 14671839
  126. Style.Shadow = False
  127. TabOrder = 3
  128. Transparent = True
  129. Visible = False
  130. Width = 85
  131. end
  132. object Panel3: TPanel
  133. Left = 9
  134. Top = 55
  135. Width = 1081
  136. Height = 708
  137. Anchors = [akLeft, akTop, akRight, akBottom]
  138. BevelOuter = bvNone
  139. TabOrder = 4
  140. object GrpCode: TcxGroupBox
  141. Left = 19
  142. Top = -20
  143. Caption = #9654' '#45824#54364#53076#46300
  144. Style.TextStyle = [fsBold]
  145. TabOrder = 0
  146. Height = 708
  147. Width = 494
  148. object Panel1: TPanel
  149. Left = 3
  150. Top = 661
  151. Width = 488
  152. Height = 37
  153. Align = alBottom
  154. BevelOuter = bvNone
  155. ParentBackground = False
  156. ParentColor = True
  157. TabOrder = 0
  158. object BtnInsert1: TcxButton
  159. Left = 172
  160. Top = 6
  161. Width = 75
  162. Height = 25
  163. Cursor = crHandPoint
  164. Hint = #46321#47197
  165. Caption = #46321#47197
  166. Colors.Default = 10737865
  167. LookAndFeel.Kind = lfUltraFlat
  168. TabOrder = 0
  169. Visible = False
  170. Font.Charset = DEFAULT_CHARSET
  171. Font.Color = clBlack
  172. Font.Height = -13
  173. Font.Name = #47569#51008' '#44256#46357
  174. Font.Style = [fsBold]
  175. ParentFont = False
  176. OnClick = BtnInsertClick
  177. end
  178. object BtnEdit1: TcxButton
  179. Left = 253
  180. Top = 6
  181. Width = 75
  182. Height = 25
  183. Cursor = crHandPoint
  184. Hint = #49688#51221
  185. Caption = #49688#51221
  186. Colors.Default = 10737865
  187. LookAndFeel.Kind = lfUltraFlat
  188. TabOrder = 1
  189. Font.Charset = DEFAULT_CHARSET
  190. Font.Color = clBlack
  191. Font.Height = -13
  192. Font.Name = #47569#51008' '#44256#46357
  193. Font.Style = [fsBold]
  194. ParentFont = False
  195. OnClick = BtnEditClick
  196. end
  197. object BtnCancel1: TcxButton
  198. Left = 91
  199. Top = 6
  200. Width = 75
  201. Height = 25
  202. Cursor = crHandPoint
  203. Hint = #52712#49548
  204. Caption = #52712#49548
  205. Colors.Default = 10737865
  206. LookAndFeel.Kind = lfUltraFlat
  207. TabOrder = 2
  208. Font.Charset = DEFAULT_CHARSET
  209. Font.Color = clBlack
  210. Font.Height = -13
  211. Font.Name = #47569#51008' '#44256#46357
  212. Font.Style = [fsBold]
  213. ParentFont = False
  214. OnClick = BtnCancelClick
  215. end
  216. object BtnSave1: TcxButton
  217. Left = 10
  218. Top = 6
  219. Width = 75
  220. Height = 25
  221. Cursor = crHandPoint
  222. Hint = #51200#51109
  223. Caption = #51200#51109
  224. Colors.Default = 10737865
  225. LookAndFeel.Kind = lfUltraFlat
  226. TabOrder = 3
  227. Font.Charset = DEFAULT_CHARSET
  228. Font.Color = clBlack
  229. Font.Height = -13
  230. Font.Name = #47569#51008' '#44256#46357
  231. Font.Style = [fsBold]
  232. ParentFont = False
  233. OnClick = BtnSaveClick
  234. end
  235. object BtnDelete1: TcxButton
  236. Left = 334
  237. Top = 6
  238. Width = 75
  239. Height = 25
  240. Cursor = crHandPoint
  241. Hint = #49325#51228
  242. Caption = #49325#51228
  243. Colors.Default = 10737865
  244. LookAndFeel.Kind = lfUltraFlat
  245. TabOrder = 4
  246. Visible = False
  247. Font.Charset = DEFAULT_CHARSET
  248. Font.Color = clBlack
  249. Font.Height = -13
  250. Font.Name = #47569#51008' '#44256#46357
  251. Font.Style = [fsBold]
  252. ParentFont = False
  253. OnClick = BtnDeleteClick
  254. end
  255. end
  256. object cxGroupBox1: TcxGroupBox
  257. Left = 3
  258. Top = 441
  259. Align = alBottom
  260. Caption = #9654' '#45824#54364#53076#46300' '#54200#51665
  261. ParentFont = False
  262. Style.BorderColor = clCaptionText
  263. Style.Font.Charset = DEFAULT_CHARSET
  264. Style.Font.Color = clWindowText
  265. Style.Font.Height = -13
  266. Style.Font.Name = #47569#51008' '#44256#46357
  267. Style.Font.Style = []
  268. Style.Shadow = False
  269. Style.TextColor = clBlack
  270. Style.TextStyle = [fsBold]
  271. Style.IsFontAssigned = True
  272. TabOrder = 1
  273. Height = 220
  274. Width = 488
  275. object ImgDesc01: TImage
  276. Left = 10
  277. Top = 27
  278. Width = 9
  279. Height = 9
  280. Transparent = True
  281. end
  282. object Label1: TLabel
  283. Left = 27
  284. Top = 23
  285. Width = 44
  286. Height = 17
  287. Caption = #53076#46300' ID'
  288. end
  289. object Label5: TLabel
  290. Left = 27
  291. Top = 54
  292. Width = 70
  293. Height = 17
  294. Caption = #53076#46300' '#54620#44544#47749
  295. Color = clWindowText
  296. ParentColor = False
  297. Transparent = True
  298. end
  299. object ImgDesc06: TImage
  300. Left = 10
  301. Top = 58
  302. Width = 9
  303. Height = 9
  304. Transparent = True
  305. end
  306. object ImgDesc02: TImage
  307. Left = 10
  308. Top = 89
  309. Width = 9
  310. Height = 9
  311. Transparent = True
  312. end
  313. object Label3: TLabel
  314. Left = 27
  315. Top = 85
  316. Width = 70
  317. Height = 17
  318. Caption = #53076#46300' '#50689#47928#47749
  319. Color = clWindowText
  320. ParentColor = False
  321. Transparent = True
  322. end
  323. object ImgDesc03: TImage
  324. Left = 10
  325. Top = 119
  326. Width = 9
  327. Height = 9
  328. Transparent = True
  329. end
  330. object Label6: TLabel
  331. Left = 27
  332. Top = 115
  333. Width = 26
  334. Height = 17
  335. Caption = #48708#44256
  336. Color = clWindowText
  337. ParentColor = False
  338. Transparent = True
  339. end
  340. object ImgDesc04: TImage
  341. Left = 10
  342. Top = 150
  343. Width = 9
  344. Height = 9
  345. Transparent = True
  346. end
  347. object Label2: TLabel
  348. Left = 27
  349. Top = 146
  350. Width = 52
  351. Height = 17
  352. Caption = #49324#50857#50668#48512
  353. Color = clWindowText
  354. ParentColor = False
  355. Transparent = True
  356. end
  357. object Label7: TLabel
  358. Left = 223
  359. Top = 146
  360. Width = 91
  361. Height = 17
  362. Caption = #49324#50857#49884#49828#53596#53076#46300
  363. Color = clWindowText
  364. ParentColor = False
  365. Transparent = True
  366. end
  367. object ImgDesc09: TImage
  368. Left = 208
  369. Top = 150
  370. Width = 9
  371. Height = 9
  372. Transparent = True
  373. end
  374. object Label8: TLabel
  375. Left = 223
  376. Top = 23
  377. Width = 91
  378. Height = 17
  379. Caption = #47700#49884#51648#50976#54805#53076#46300
  380. end
  381. object ImgDesc10: TImage
  382. Left = 208
  383. Top = 27
  384. Width = 9
  385. Height = 9
  386. Transparent = True
  387. end
  388. object EdId1: TcxTextEdit
  389. Left = 105
  390. Top = 20
  391. Properties.Alignment.Horz = taCenter
  392. Properties.MaxLength = 5
  393. Properties.ReadOnly = False
  394. Style.LookAndFeel.Kind = lfUltraFlat
  395. Style.LookAndFeel.NativeStyle = False
  396. Style.Shadow = False
  397. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  398. StyleDisabled.LookAndFeel.NativeStyle = False
  399. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  400. StyleFocused.LookAndFeel.NativeStyle = False
  401. StyleFocused.TextStyle = [fsBold]
  402. StyleHot.LookAndFeel.Kind = lfUltraFlat
  403. StyleHot.LookAndFeel.NativeStyle = False
  404. TabOrder = 0
  405. Width = 74
  406. end
  407. object EdKName1: TcxTextEdit
  408. Left = 105
  409. Top = 51
  410. Properties.Alignment.Horz = taLeftJustify
  411. Properties.MaxLength = 100
  412. Properties.ReadOnly = False
  413. Style.LookAndFeel.Kind = lfUltraFlat
  414. Style.LookAndFeel.NativeStyle = False
  415. Style.Shadow = False
  416. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  417. StyleDisabled.LookAndFeel.NativeStyle = False
  418. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  419. StyleFocused.LookAndFeel.NativeStyle = False
  420. StyleFocused.TextStyle = [fsBold]
  421. StyleHot.LookAndFeel.Kind = lfUltraFlat
  422. StyleHot.LookAndFeel.NativeStyle = False
  423. TabOrder = 1
  424. Width = 317
  425. end
  426. object EdEName1: TcxTextEdit
  427. Left = 105
  428. Top = 84
  429. Properties.Alignment.Horz = taLeftJustify
  430. Properties.MaxLength = 100
  431. Properties.ReadOnly = False
  432. Style.LookAndFeel.Kind = lfUltraFlat
  433. Style.LookAndFeel.NativeStyle = False
  434. Style.Shadow = False
  435. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  436. StyleDisabled.LookAndFeel.NativeStyle = False
  437. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  438. StyleFocused.LookAndFeel.NativeStyle = False
  439. StyleFocused.TextStyle = [fsBold]
  440. StyleHot.LookAndFeel.Kind = lfUltraFlat
  441. StyleHot.LookAndFeel.NativeStyle = False
  442. TabOrder = 2
  443. Width = 317
  444. end
  445. object EdRemark1: TcxTextEdit
  446. Left = 105
  447. Top = 115
  448. Properties.Alignment.Horz = taLeftJustify
  449. Properties.MaxLength = 600
  450. Properties.ReadOnly = False
  451. Style.LookAndFeel.Kind = lfUltraFlat
  452. Style.LookAndFeel.NativeStyle = False
  453. Style.Shadow = False
  454. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  455. StyleDisabled.LookAndFeel.NativeStyle = False
  456. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  457. StyleFocused.LookAndFeel.NativeStyle = False
  458. StyleFocused.TextStyle = [fsBold]
  459. StyleHot.LookAndFeel.Kind = lfUltraFlat
  460. StyleHot.LookAndFeel.NativeStyle = False
  461. TabOrder = 3
  462. Width = 317
  463. end
  464. object EdSysCd: TcxTextEdit
  465. Left = 320
  466. Top = 146
  467. Properties.Alignment.Horz = taLeftJustify
  468. Properties.MaxLength = 7
  469. Properties.ReadOnly = False
  470. Style.LookAndFeel.Kind = lfUltraFlat
  471. Style.LookAndFeel.NativeStyle = False
  472. Style.Shadow = False
  473. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  474. StyleDisabled.LookAndFeel.NativeStyle = False
  475. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  476. StyleFocused.LookAndFeel.NativeStyle = False
  477. StyleFocused.TextStyle = [fsBold]
  478. StyleHot.LookAndFeel.Kind = lfUltraFlat
  479. StyleHot.LookAndFeel.NativeStyle = False
  480. TabOrder = 4
  481. Width = 102
  482. end
  483. object CbUseYn1: TcxComboBox
  484. Left = 105
  485. Top = 146
  486. Properties.Alignment.Horz = taCenter
  487. Properties.DropDownListStyle = lsFixedList
  488. Properties.HideSelection = False
  489. Properties.Items.Strings = (
  490. 'Y'
  491. 'N')
  492. Properties.ReadOnly = False
  493. Style.BorderColor = clWindowFrame
  494. Style.BorderStyle = ebsUltraFlat
  495. Style.LookAndFeel.Kind = lfUltraFlat
  496. Style.LookAndFeel.NativeStyle = False
  497. Style.ButtonStyle = btsUltraFlat
  498. Style.PopupBorderStyle = epbsFlat
  499. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  500. StyleDisabled.LookAndFeel.NativeStyle = False
  501. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  502. StyleFocused.LookAndFeel.NativeStyle = False
  503. StyleFocused.TextColor = clBlack
  504. StyleFocused.TextStyle = [fsBold]
  505. StyleHot.LookAndFeel.Kind = lfUltraFlat
  506. StyleHot.LookAndFeel.NativeStyle = False
  507. TabOrder = 5
  508. Text = 'Y'
  509. Width = 85
  510. end
  511. object EdMsgCd: TcxTextEdit
  512. Left = 320
  513. Top = 20
  514. Properties.Alignment.Horz = taCenter
  515. Properties.Alignment.Vert = taVCenter
  516. Properties.MaxLength = 7
  517. Properties.ReadOnly = False
  518. Style.LookAndFeel.Kind = lfUltraFlat
  519. Style.LookAndFeel.NativeStyle = False
  520. Style.Shadow = False
  521. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  522. StyleDisabled.LookAndFeel.NativeStyle = False
  523. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  524. StyleFocused.LookAndFeel.NativeStyle = False
  525. StyleFocused.TextStyle = [fsBold]
  526. StyleHot.LookAndFeel.Kind = lfUltraFlat
  527. StyleHot.LookAndFeel.NativeStyle = False
  528. TabOrder = 6
  529. Width = 102
  530. end
  531. end
  532. object CxList1: TcxGrid
  533. Left = 3
  534. Top = 19
  535. Width = 488
  536. Height = 422
  537. Align = alClient
  538. TabOrder = 2
  539. LookAndFeel.Kind = lfUltraFlat
  540. object TvList1: TcxGridTableView
  541. OnFocusedRecordChanged = TvList1FocusedRecordChanged
  542. DataController.Summary.DefaultGroupSummaryItems = <>
  543. DataController.Summary.FooterSummaryItems = <>
  544. DataController.Summary.SummaryGroups = <>
  545. FilterRow.InfoText = #44160#49353#50612#47484' '#51077#47141#54616#49464#50836'.'
  546. FilterRow.Visible = True
  547. FilterRow.ApplyChanges = fracImmediately
  548. OptionsBehavior.CellHints = True
  549. OptionsBehavior.ShowLockedStateImageOptions.BestFit = lsimImmediate
  550. OptionsBehavior.ShowLockedStateImageOptions.Filtering = lsimImmediate
  551. OptionsBehavior.ShowLockedStateImageOptions.Grouping = lsimImmediate
  552. OptionsBehavior.ShowLockedStateImageOptions.Sorting = lsimImmediate
  553. OptionsData.Deleting = False
  554. OptionsData.DeletingConfirmation = False
  555. OptionsData.Editing = False
  556. OptionsData.Inserting = False
  557. OptionsSelection.HideFocusRectOnExit = False
  558. OptionsView.Indicator = True
  559. object MColumn01: TcxGridColumn
  560. Caption = #54200#51665#47784#46300
  561. PropertiesClassName = 'TcxTextEditProperties'
  562. Properties.Alignment.Vert = taVCenter
  563. Visible = False
  564. HeaderAlignmentHorz = taCenter
  565. HeaderAlignmentVert = vaCenter
  566. Options.Editing = False
  567. end
  568. object MColumn02: TcxGridColumn
  569. Caption = #48516#47448#53076#46300
  570. PropertiesClassName = 'TcxTextEditProperties'
  571. Properties.Alignment.Vert = taVCenter
  572. HeaderAlignmentHorz = taCenter
  573. HeaderAlignmentVert = vaCenter
  574. Options.Editing = False
  575. Width = 84
  576. end
  577. object MColumn03: TcxGridColumn
  578. Caption = #47700#49884#51648#50976#54805
  579. PropertiesClassName = 'TcxTextEditProperties'
  580. Properties.Alignment.Vert = taVCenter
  581. HeaderAlignmentHorz = taCenter
  582. HeaderAlignmentVert = vaCenter
  583. Options.Editing = False
  584. Width = 85
  585. end
  586. object MColumn04: TcxGridColumn
  587. Caption = #54620#44544#47749
  588. PropertiesClassName = 'TcxTextEditProperties'
  589. Properties.Alignment.Vert = taVCenter
  590. HeaderAlignmentHorz = taCenter
  591. HeaderAlignmentVert = vaCenter
  592. Options.Editing = False
  593. Width = 120
  594. end
  595. object MColumn05: TcxGridColumn
  596. Caption = #50689#47928#47749
  597. PropertiesClassName = 'TcxTextEditProperties'
  598. Properties.Alignment.Vert = taVCenter
  599. HeaderAlignmentHorz = taCenter
  600. HeaderAlignmentVert = vaCenter
  601. Options.Editing = False
  602. Width = 130
  603. end
  604. object MColumn06: TcxGridColumn
  605. Caption = #49324#50857#49884#49828#53596#53076#46300
  606. PropertiesClassName = 'TcxTextEditProperties'
  607. Properties.Alignment.Vert = taVCenter
  608. HeaderAlignmentHorz = taCenter
  609. HeaderAlignmentVert = vaCenter
  610. Options.Editing = False
  611. Width = 96
  612. end
  613. object MColumn07: TcxGridColumn
  614. Caption = #48708#44256
  615. PropertiesClassName = 'TcxTextEditProperties'
  616. Properties.Alignment.Vert = taVCenter
  617. HeaderAlignmentHorz = taCenter
  618. HeaderAlignmentVert = vaCenter
  619. Options.Editing = False
  620. Width = 165
  621. end
  622. object MColumn08: TcxGridColumn
  623. Caption = #49324#50857#50668#48512
  624. PropertiesClassName = 'TcxTextEditProperties'
  625. Properties.Alignment.Horz = taCenter
  626. Properties.Alignment.Vert = taVCenter
  627. HeaderAlignmentHorz = taCenter
  628. HeaderAlignmentVert = vaCenter
  629. Options.Editing = False
  630. end
  631. object MColumn09: TcxGridColumn
  632. Caption = #52572#52488#46321#47197#51088
  633. PropertiesClassName = 'TcxTextEditProperties'
  634. Properties.Alignment.Vert = taVCenter
  635. Visible = False
  636. HeaderAlignmentHorz = taCenter
  637. HeaderAlignmentVert = vaCenter
  638. Options.Editing = False
  639. end
  640. object MColumn10: TcxGridColumn
  641. Caption = #52572#52488#46321#47197#51068#49884
  642. PropertiesClassName = 'TcxTextEditProperties'
  643. Properties.Alignment.Vert = taVCenter
  644. Visible = False
  645. HeaderAlignmentHorz = taCenter
  646. HeaderAlignmentVert = vaCenter
  647. Options.Editing = False
  648. end
  649. object MColumn11: TcxGridColumn
  650. Caption = #52572#51333#49688#51221#51088
  651. PropertiesClassName = 'TcxTextEditProperties'
  652. Properties.Alignment.Vert = taVCenter
  653. Visible = False
  654. HeaderAlignmentHorz = taCenter
  655. HeaderAlignmentVert = vaCenter
  656. Options.Editing = False
  657. end
  658. object MColumn12: TcxGridColumn
  659. Caption = #52572#51333#49688#51221#51068#49884
  660. PropertiesClassName = 'TcxTextEditProperties'
  661. Properties.Alignment.Vert = taVCenter
  662. Visible = False
  663. HeaderAlignmentHorz = taCenter
  664. HeaderAlignmentVert = vaCenter
  665. Options.Editing = False
  666. end
  667. object MColumn98: TcxGridColumn
  668. Caption = #47700#47784#47532
  669. DataBinding.ValueType = 'Integer'
  670. PropertiesClassName = 'TcxCalcEditProperties'
  671. Properties.Alignment.Horz = taRightJustify
  672. Properties.Alignment.Vert = taVCenter
  673. Visible = False
  674. HeaderAlignmentHorz = taCenter
  675. HeaderAlignmentVert = vaCenter
  676. Options.Editing = False
  677. end
  678. end
  679. object GlList1: TcxGridLevel
  680. GridView = TvList1
  681. end
  682. end
  683. end
  684. object GrpSubCode: TcxGroupBox
  685. Left = 532
  686. Top = 360
  687. Caption = #9654' '#49464#48512#53076#46300
  688. Style.TextStyle = [fsBold]
  689. TabOrder = 1
  690. Height = 708
  691. Width = 581
  692. object Panel2: TPanel
  693. Left = 3
  694. Top = 661
  695. Width = 575
  696. Height = 37
  697. Align = alBottom
  698. BevelOuter = bvNone
  699. ParentBackground = False
  700. ParentColor = True
  701. TabOrder = 0
  702. object BtnSave2: TcxButton
  703. Tag = 1
  704. Left = 10
  705. Top = 6
  706. Width = 75
  707. Height = 25
  708. Cursor = crHandPoint
  709. Hint = #51200#51109
  710. Caption = #51200#51109
  711. Colors.Default = 10737865
  712. LookAndFeel.Kind = lfUltraFlat
  713. TabOrder = 0
  714. Font.Charset = DEFAULT_CHARSET
  715. Font.Color = clBlack
  716. Font.Height = -13
  717. Font.Name = #47569#51008' '#44256#46357
  718. Font.Style = [fsBold]
  719. ParentFont = False
  720. OnClick = BtnSaveClick
  721. end
  722. object BtnCancel2: TcxButton
  723. Tag = 1
  724. Left = 91
  725. Top = 6
  726. Width = 75
  727. Height = 25
  728. Cursor = crHandPoint
  729. Hint = #52712#49548
  730. Caption = #52712#49548
  731. Colors.Default = 10737865
  732. LookAndFeel.Kind = lfUltraFlat
  733. TabOrder = 1
  734. Font.Charset = DEFAULT_CHARSET
  735. Font.Color = clBlack
  736. Font.Height = -13
  737. Font.Name = #47569#51008' '#44256#46357
  738. Font.Style = [fsBold]
  739. ParentFont = False
  740. OnClick = BtnCancelClick
  741. end
  742. object BtnInsert2: TcxButton
  743. Tag = 1
  744. Left = 172
  745. Top = 6
  746. Width = 75
  747. Height = 25
  748. Cursor = crHandPoint
  749. Hint = #46321#47197
  750. Caption = #46321#47197
  751. Colors.Default = 10737865
  752. LookAndFeel.Kind = lfUltraFlat
  753. TabOrder = 2
  754. Visible = False
  755. Font.Charset = DEFAULT_CHARSET
  756. Font.Color = clBlack
  757. Font.Height = -13
  758. Font.Name = #47569#51008' '#44256#46357
  759. Font.Style = [fsBold]
  760. ParentFont = False
  761. OnClick = BtnInsertClick
  762. end
  763. object BtnEdit2: TcxButton
  764. Tag = 1
  765. Left = 253
  766. Top = 6
  767. Width = 75
  768. Height = 25
  769. Cursor = crHandPoint
  770. Hint = #49688#51221
  771. Caption = #49688#51221
  772. Colors.Default = 10737865
  773. LookAndFeel.Kind = lfUltraFlat
  774. TabOrder = 3
  775. Font.Charset = DEFAULT_CHARSET
  776. Font.Color = clBlack
  777. Font.Height = -13
  778. Font.Name = #47569#51008' '#44256#46357
  779. Font.Style = [fsBold]
  780. ParentFont = False
  781. OnClick = BtnEditClick
  782. end
  783. object BtnDelete2: TcxButton
  784. Tag = 1
  785. Left = 334
  786. Top = 6
  787. Width = 75
  788. Height = 25
  789. Cursor = crHandPoint
  790. Hint = #49325#51228
  791. Caption = #49325#51228
  792. Colors.Default = 10737865
  793. LookAndFeel.Kind = lfUltraFlat
  794. TabOrder = 4
  795. Visible = False
  796. Font.Charset = DEFAULT_CHARSET
  797. Font.Color = clBlack
  798. Font.Height = -13
  799. Font.Name = #47569#51008' '#44256#46357
  800. Font.Style = [fsBold]
  801. ParentFont = False
  802. OnClick = BtnDeleteClick
  803. end
  804. end
  805. object cxGroupBox2: TcxGroupBox
  806. Left = 3
  807. Top = 441
  808. Align = alBottom
  809. Caption = #9654' '#49464#48512#53076#46300' '#53076#46300' '#54200#51665
  810. ParentFont = False
  811. Style.BorderColor = clCaptionText
  812. Style.Font.Charset = DEFAULT_CHARSET
  813. Style.Font.Color = clWindowText
  814. Style.Font.Height = -13
  815. Style.Font.Name = #47569#51008' '#44256#46357
  816. Style.Font.Style = []
  817. Style.Shadow = False
  818. Style.TextColor = clBlack
  819. Style.TextStyle = [fsBold]
  820. Style.IsFontAssigned = True
  821. TabOrder = 1
  822. Height = 220
  823. Width = 575
  824. object ImgDesc11: TImage
  825. Left = 10
  826. Top = 27
  827. Width = 9
  828. Height = 9
  829. Transparent = True
  830. end
  831. object Label4: TLabel
  832. Left = 27
  833. Top = 23
  834. Width = 44
  835. Height = 17
  836. Caption = #53076#46300' ID'
  837. end
  838. object Label9: TLabel
  839. Left = 27
  840. Top = 54
  841. Width = 70
  842. Height = 17
  843. Caption = #53076#46300' '#54620#44544#47749
  844. Color = clWindowText
  845. ParentColor = False
  846. Transparent = True
  847. end
  848. object ImgDesc12: TImage
  849. Left = 10
  850. Top = 58
  851. Width = 9
  852. Height = 9
  853. Transparent = True
  854. end
  855. object ImgDesc13: TImage
  856. Left = 10
  857. Top = 89
  858. Width = 9
  859. Height = 9
  860. Transparent = True
  861. end
  862. object Label10: TLabel
  863. Left = 27
  864. Top = 85
  865. Width = 70
  866. Height = 17
  867. Caption = #53076#46300' '#50689#47928#47749
  868. Color = clWindowText
  869. ParentColor = False
  870. Transparent = True
  871. end
  872. object ImgDesc14: TImage
  873. Left = 10
  874. Top = 119
  875. Width = 9
  876. Height = 9
  877. Transparent = True
  878. end
  879. object Label11: TLabel
  880. Left = 27
  881. Top = 115
  882. Width = 26
  883. Height = 17
  884. Caption = #48708#44256
  885. Color = clWindowText
  886. ParentColor = False
  887. Transparent = True
  888. end
  889. object ImgDesc15: TImage
  890. Left = 10
  891. Top = 150
  892. Width = 9
  893. Height = 9
  894. Transparent = True
  895. end
  896. object Label12: TLabel
  897. Left = 27
  898. Top = 146
  899. Width = 33
  900. Height = 17
  901. Caption = #49549#49457'1'
  902. Color = clWindowText
  903. ParentColor = False
  904. Transparent = True
  905. end
  906. object Label13: TLabel
  907. Left = 27
  908. Top = 178
  909. Width = 33
  910. Height = 17
  911. Caption = #49549#49457'2'
  912. Color = clWindowText
  913. ParentColor = False
  914. Transparent = True
  915. end
  916. object ImgDesc16: TImage
  917. Left = 10
  918. Top = 182
  919. Width = 9
  920. Height = 9
  921. Transparent = True
  922. end
  923. object ImgDesc17: TImage
  924. Left = 189
  925. Top = 27
  926. Width = 9
  927. Height = 9
  928. Transparent = True
  929. end
  930. object Label14: TLabel
  931. Left = 206
  932. Top = 23
  933. Width = 52
  934. Height = 17
  935. Caption = #53076#46300#50557#50612
  936. end
  937. object EdId2: TcxTextEdit
  938. Left = 105
  939. Top = 20
  940. Properties.Alignment.Horz = taCenter
  941. Properties.MaxLength = 5
  942. Properties.ReadOnly = False
  943. Style.LookAndFeel.Kind = lfUltraFlat
  944. Style.LookAndFeel.NativeStyle = False
  945. Style.Shadow = False
  946. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  947. StyleDisabled.LookAndFeel.NativeStyle = False
  948. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  949. StyleFocused.LookAndFeel.NativeStyle = False
  950. StyleFocused.TextStyle = [fsBold]
  951. StyleHot.LookAndFeel.Kind = lfUltraFlat
  952. StyleHot.LookAndFeel.NativeStyle = False
  953. TabOrder = 0
  954. Width = 74
  955. end
  956. object EdKName2: TcxTextEdit
  957. Left = 105
  958. Top = 51
  959. Properties.Alignment.Horz = taLeftJustify
  960. Properties.MaxLength = 100
  961. Properties.ReadOnly = False
  962. Style.LookAndFeel.Kind = lfUltraFlat
  963. Style.LookAndFeel.NativeStyle = False
  964. Style.Shadow = False
  965. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  966. StyleDisabled.LookAndFeel.NativeStyle = False
  967. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  968. StyleFocused.LookAndFeel.NativeStyle = False
  969. StyleFocused.TextStyle = [fsBold]
  970. StyleHot.LookAndFeel.Kind = lfUltraFlat
  971. StyleHot.LookAndFeel.NativeStyle = False
  972. TabOrder = 2
  973. Width = 330
  974. end
  975. object EdEName2: TcxTextEdit
  976. Left = 105
  977. Top = 84
  978. Properties.Alignment.Horz = taLeftJustify
  979. Properties.MaxLength = 100
  980. Properties.ReadOnly = False
  981. Style.LookAndFeel.Kind = lfUltraFlat
  982. Style.LookAndFeel.NativeStyle = False
  983. Style.Shadow = False
  984. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  985. StyleDisabled.LookAndFeel.NativeStyle = False
  986. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  987. StyleFocused.LookAndFeel.NativeStyle = False
  988. StyleFocused.TextStyle = [fsBold]
  989. StyleHot.LookAndFeel.Kind = lfUltraFlat
  990. StyleHot.LookAndFeel.NativeStyle = False
  991. TabOrder = 3
  992. Width = 330
  993. end
  994. object EdRemark2: TcxTextEdit
  995. Left = 105
  996. Top = 115
  997. Properties.Alignment.Horz = taLeftJustify
  998. Properties.MaxLength = 600
  999. Properties.ReadOnly = False
  1000. Style.LookAndFeel.Kind = lfUltraFlat
  1001. Style.LookAndFeel.NativeStyle = False
  1002. Style.Shadow = False
  1003. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  1004. StyleDisabled.LookAndFeel.NativeStyle = False
  1005. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  1006. StyleFocused.LookAndFeel.NativeStyle = False
  1007. StyleFocused.TextStyle = [fsBold]
  1008. StyleHot.LookAndFeel.Kind = lfUltraFlat
  1009. StyleHot.LookAndFeel.NativeStyle = False
  1010. TabOrder = 4
  1011. Width = 330
  1012. end
  1013. object EdAtrb1: TcxTextEdit
  1014. Left = 105
  1015. Top = 146
  1016. Properties.Alignment.Horz = taLeftJustify
  1017. Properties.MaxLength = 60
  1018. Properties.ReadOnly = False
  1019. Style.LookAndFeel.Kind = lfUltraFlat
  1020. Style.LookAndFeel.NativeStyle = False
  1021. Style.Shadow = False
  1022. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  1023. StyleDisabled.LookAndFeel.NativeStyle = False
  1024. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  1025. StyleFocused.LookAndFeel.NativeStyle = False
  1026. StyleFocused.TextStyle = [fsBold]
  1027. StyleHot.LookAndFeel.Kind = lfUltraFlat
  1028. StyleHot.LookAndFeel.NativeStyle = False
  1029. TabOrder = 5
  1030. Width = 257
  1031. end
  1032. object EdAtrb2: TcxTextEdit
  1033. Left = 105
  1034. Top = 177
  1035. Properties.Alignment.Horz = taLeftJustify
  1036. Properties.MaxLength = 60
  1037. Properties.ReadOnly = False
  1038. Style.LookAndFeel.Kind = lfUltraFlat
  1039. Style.LookAndFeel.NativeStyle = False
  1040. Style.Shadow = False
  1041. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  1042. StyleDisabled.LookAndFeel.NativeStyle = False
  1043. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  1044. StyleFocused.LookAndFeel.NativeStyle = False
  1045. StyleFocused.TextStyle = [fsBold]
  1046. StyleHot.LookAndFeel.Kind = lfUltraFlat
  1047. StyleHot.LookAndFeel.NativeStyle = False
  1048. TabOrder = 6
  1049. Width = 257
  1050. end
  1051. object CbUseYn2: TcxComboBox
  1052. Left = 368
  1053. Top = 177
  1054. Properties.Alignment.Horz = taCenter
  1055. Properties.DropDownListStyle = lsFixedList
  1056. Properties.HideSelection = False
  1057. Properties.Items.Strings = (
  1058. 'Y'
  1059. 'N')
  1060. Properties.ReadOnly = False
  1061. Style.BorderColor = clWindowFrame
  1062. Style.BorderStyle = ebsUltraFlat
  1063. Style.LookAndFeel.Kind = lfUltraFlat
  1064. Style.LookAndFeel.NativeStyle = False
  1065. Style.ButtonStyle = btsUltraFlat
  1066. Style.PopupBorderStyle = epbsFlat
  1067. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  1068. StyleDisabled.LookAndFeel.NativeStyle = False
  1069. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  1070. StyleFocused.LookAndFeel.NativeStyle = False
  1071. StyleFocused.TextColor = clBlack
  1072. StyleFocused.TextStyle = [fsBold]
  1073. StyleHot.LookAndFeel.Kind = lfUltraFlat
  1074. StyleHot.LookAndFeel.NativeStyle = False
  1075. TabOrder = 7
  1076. Text = 'Y'
  1077. Width = 67
  1078. end
  1079. object EdCdAbbr: TcxTextEdit
  1080. Left = 264
  1081. Top = 20
  1082. Properties.Alignment.Horz = taLeftJustify
  1083. Properties.Alignment.Vert = taVCenter
  1084. Properties.MaxLength = 60
  1085. Properties.ReadOnly = False
  1086. Style.LookAndFeel.Kind = lfUltraFlat
  1087. Style.LookAndFeel.NativeStyle = False
  1088. Style.Shadow = False
  1089. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  1090. StyleDisabled.LookAndFeel.NativeStyle = False
  1091. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  1092. StyleFocused.LookAndFeel.NativeStyle = False
  1093. StyleFocused.TextStyle = [fsBold]
  1094. StyleHot.LookAndFeel.Kind = lfUltraFlat
  1095. StyleHot.LookAndFeel.NativeStyle = False
  1096. TabOrder = 1
  1097. Width = 171
  1098. end
  1099. end
  1100. object Panel4: TPanel
  1101. Left = 3
  1102. Top = 19
  1103. Width = 575
  1104. Height = 37
  1105. Align = alTop
  1106. BevelOuter = bvNone
  1107. ParentBackground = False
  1108. ParentColor = True
  1109. TabOrder = 2
  1110. object ImgDesc05: TImage
  1111. Left = 10
  1112. Top = 14
  1113. Width = 9
  1114. Height = 9
  1115. Transparent = True
  1116. end
  1117. object Label16: TLabel
  1118. Left = 25
  1119. Top = 10
  1120. Width = 52
  1121. Height = 17
  1122. Caption = #45824#54364#53076#46300
  1123. end
  1124. object EdCmmnClsfCd: TcxTextEdit
  1125. Left = 96
  1126. Top = 6
  1127. Properties.Alignment.Horz = taCenter
  1128. Properties.MaxLength = 10
  1129. Properties.ReadOnly = True
  1130. Style.LookAndFeel.Kind = lfUltraFlat
  1131. Style.LookAndFeel.NativeStyle = False
  1132. Style.Shadow = False
  1133. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  1134. StyleDisabled.LookAndFeel.NativeStyle = False
  1135. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  1136. StyleFocused.LookAndFeel.NativeStyle = False
  1137. StyleFocused.TextStyle = [fsBold]
  1138. StyleHot.LookAndFeel.Kind = lfUltraFlat
  1139. StyleHot.LookAndFeel.NativeStyle = False
  1140. TabOrder = 0
  1141. Width = 74
  1142. end
  1143. object EdCmmnClsfCdNm: TcxTextEdit
  1144. Left = 176
  1145. Top = 6
  1146. Properties.Alignment.Horz = taLeftJustify
  1147. Properties.MaxLength = 0
  1148. Properties.ReadOnly = True
  1149. Style.LookAndFeel.Kind = lfUltraFlat
  1150. Style.LookAndFeel.NativeStyle = False
  1151. Style.Shadow = False
  1152. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  1153. StyleDisabled.LookAndFeel.NativeStyle = False
  1154. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  1155. StyleFocused.LookAndFeel.NativeStyle = False
  1156. StyleFocused.TextStyle = [fsBold]
  1157. StyleHot.LookAndFeel.Kind = lfUltraFlat
  1158. StyleHot.LookAndFeel.NativeStyle = False
  1159. TabOrder = 1
  1160. Width = 262
  1161. end
  1162. end
  1163. object CxList2: TcxGrid
  1164. Left = 3
  1165. Top = 56
  1166. Width = 575
  1167. Height = 385
  1168. Align = alClient
  1169. TabOrder = 3
  1170. LookAndFeel.Kind = lfUltraFlat
  1171. object TvList2: TcxGridTableView
  1172. OnFocusedRecordChanged = TvList2FocusedRecordChanged
  1173. DataController.Summary.DefaultGroupSummaryItems = <>
  1174. DataController.Summary.FooterSummaryItems = <>
  1175. DataController.Summary.SummaryGroups = <>
  1176. FilterRow.Visible = True
  1177. FilterRow.ApplyChanges = fracImmediately
  1178. OptionsBehavior.CellHints = True
  1179. OptionsBehavior.ShowLockedStateImageOptions.BestFit = lsimImmediate
  1180. OptionsBehavior.ShowLockedStateImageOptions.Filtering = lsimImmediate
  1181. OptionsBehavior.ShowLockedStateImageOptions.Grouping = lsimImmediate
  1182. OptionsBehavior.ShowLockedStateImageOptions.Sorting = lsimImmediate
  1183. OptionsData.Deleting = False
  1184. OptionsData.DeletingConfirmation = False
  1185. OptionsData.Editing = False
  1186. OptionsData.Inserting = False
  1187. OptionsSelection.HideFocusRectOnExit = False
  1188. OptionsView.Indicator = True
  1189. object SColumn01: TcxGridColumn
  1190. Caption = #54200#51665#47784#46300
  1191. PropertiesClassName = 'TcxTextEditProperties'
  1192. Properties.Alignment.Vert = taVCenter
  1193. Visible = False
  1194. HeaderAlignmentHorz = taCenter
  1195. HeaderAlignmentVert = vaCenter
  1196. Options.Editing = False
  1197. end
  1198. object SColumn02: TcxGridColumn
  1199. Caption = #44277#53685#53076#46300
  1200. PropertiesClassName = 'TcxTextEditProperties'
  1201. Properties.Alignment.Vert = taVCenter
  1202. HeaderAlignmentHorz = taCenter
  1203. HeaderAlignmentVert = vaCenter
  1204. Options.Editing = False
  1205. end
  1206. object SColumn03: TcxGridColumn
  1207. Caption = #54620#44544#47749
  1208. PropertiesClassName = 'TcxTextEditProperties'
  1209. Properties.Alignment.Vert = taVCenter
  1210. HeaderAlignmentHorz = taCenter
  1211. HeaderAlignmentVert = vaCenter
  1212. Options.Editing = False
  1213. Width = 150
  1214. end
  1215. object SColumn04: TcxGridColumn
  1216. Caption = #50689#47928#47749
  1217. PropertiesClassName = 'TcxTextEditProperties'
  1218. Properties.Alignment.Vert = taVCenter
  1219. HeaderAlignmentHorz = taCenter
  1220. HeaderAlignmentVert = vaCenter
  1221. Options.Editing = False
  1222. Width = 150
  1223. end
  1224. object SColumn05: TcxGridColumn
  1225. Caption = #50557#50612
  1226. PropertiesClassName = 'TcxTextEditProperties'
  1227. Properties.Alignment.Vert = taVCenter
  1228. HeaderAlignmentHorz = taCenter
  1229. HeaderAlignmentVert = vaCenter
  1230. Options.Editing = False
  1231. Width = 90
  1232. end
  1233. object SColumn06: TcxGridColumn
  1234. Caption = #48708#44256
  1235. PropertiesClassName = 'TcxTextEditProperties'
  1236. Properties.Alignment.Vert = taVCenter
  1237. HeaderAlignmentHorz = taCenter
  1238. HeaderAlignmentVert = vaCenter
  1239. Options.Editing = False
  1240. Width = 96
  1241. end
  1242. object SColumn07: TcxGridColumn
  1243. Caption = #49549#49457'1'
  1244. PropertiesClassName = 'TcxTextEditProperties'
  1245. Properties.Alignment.Vert = taVCenter
  1246. HeaderAlignmentHorz = taCenter
  1247. HeaderAlignmentVert = vaCenter
  1248. Options.Editing = False
  1249. end
  1250. object SColumn08: TcxGridColumn
  1251. Caption = #49549#49457'2'
  1252. PropertiesClassName = 'TcxTextEditProperties'
  1253. Properties.Alignment.Vert = taVCenter
  1254. HeaderAlignmentHorz = taCenter
  1255. HeaderAlignmentVert = vaCenter
  1256. Options.Editing = False
  1257. end
  1258. object SColumn09: TcxGridColumn
  1259. Caption = #49324#50857#50668#48512
  1260. PropertiesClassName = 'TcxTextEditProperties'
  1261. Properties.Alignment.Horz = taCenter
  1262. Properties.Alignment.Vert = taVCenter
  1263. HeaderAlignmentHorz = taCenter
  1264. HeaderAlignmentVert = vaCenter
  1265. Options.Editing = False
  1266. end
  1267. object SColumn10: TcxGridColumn
  1268. Caption = #52572#52488#46321#47197#51088
  1269. PropertiesClassName = 'TcxTextEditProperties'
  1270. Properties.Alignment.Vert = taVCenter
  1271. Visible = False
  1272. HeaderAlignmentHorz = taCenter
  1273. HeaderAlignmentVert = vaCenter
  1274. Options.Editing = False
  1275. end
  1276. object SColumn11: TcxGridColumn
  1277. Caption = #52572#52488#46321#47197#51068#49884
  1278. PropertiesClassName = 'TcxTextEditProperties'
  1279. Properties.Alignment.Vert = taVCenter
  1280. Visible = False
  1281. HeaderAlignmentHorz = taCenter
  1282. HeaderAlignmentVert = vaCenter
  1283. Options.Editing = False
  1284. end
  1285. object SColumn12: TcxGridColumn
  1286. Caption = #52572#51333#49688#51221#51088
  1287. PropertiesClassName = 'TcxTextEditProperties'
  1288. Properties.Alignment.Vert = taVCenter
  1289. Visible = False
  1290. HeaderAlignmentHorz = taCenter
  1291. HeaderAlignmentVert = vaCenter
  1292. Options.Editing = False
  1293. end
  1294. object SColumn13: TcxGridColumn
  1295. Caption = #52572#51333#49688#51221#51068#49884
  1296. PropertiesClassName = 'TcxTextEditProperties'
  1297. Properties.Alignment.Vert = taVCenter
  1298. Visible = False
  1299. HeaderAlignmentHorz = taCenter
  1300. HeaderAlignmentVert = vaCenter
  1301. Options.Editing = False
  1302. end
  1303. object SColumn98: TcxGridColumn
  1304. Caption = #47700#47784#47532
  1305. DataBinding.ValueType = 'Integer'
  1306. PropertiesClassName = 'TcxCalcEditProperties'
  1307. Properties.Alignment.Horz = taRightJustify
  1308. Properties.Alignment.Vert = taVCenter
  1309. Visible = False
  1310. HeaderAlignmentHorz = taCenter
  1311. HeaderAlignmentVert = vaCenter
  1312. Options.Editing = False
  1313. end
  1314. end
  1315. object GlList2: TcxGridLevel
  1316. GridView = TvList2
  1317. end
  1318. end
  1319. end
  1320. object cxPageControl1: TcxPageControl
  1321. Left = 0
  1322. Top = 0
  1323. Width = 1081
  1324. Height = 708
  1325. Align = alClient
  1326. TabOrder = 2
  1327. Properties.ActivePage = cxTabSheet2
  1328. ClientRectBottom = 703
  1329. ClientRectLeft = 2
  1330. ClientRectRight = 1076
  1331. ClientRectTop = 28
  1332. object cxTabSheet1: TcxTabSheet
  1333. Caption = 'cxTabSheet1'
  1334. ImageIndex = 0
  1335. end
  1336. object cxTabSheet2: TcxTabSheet
  1337. Caption = #51109#50528' '#52376#47532' '#50976#54805' '#53076#46300
  1338. ImageIndex = 1
  1339. inline FRAMEFailHndl1: TFRAMEFailHndl
  1340. Left = 0
  1341. Top = 0
  1342. Width = 1074
  1343. Height = 675
  1344. Align = alClient
  1345. TabOrder = 0
  1346. ExplicitWidth = 1074
  1347. ExplicitHeight = 675
  1348. inherited GrpCode: TcxGroupBox
  1349. ExplicitWidth = 1074
  1350. ExplicitHeight = 675
  1351. Height = 675
  1352. Width = 1074
  1353. inherited Panel1: TPanel
  1354. Top = 628
  1355. Width = 1068
  1356. ExplicitTop = 628
  1357. ExplicitWidth = 1068
  1358. inherited BtnInsert1: TcxButton
  1359. Left = 180
  1360. ExplicitLeft = 180
  1361. end
  1362. inherited BtnEdit1: TcxButton
  1363. Left = 265
  1364. ExplicitLeft = 265
  1365. end
  1366. inherited BtnCancel1: TcxButton
  1367. Left = 95
  1368. ExplicitLeft = 95
  1369. end
  1370. inherited BtnDelete1: TcxButton
  1371. Left = 350
  1372. ExplicitLeft = 350
  1373. end
  1374. end
  1375. inherited cxGroupBox1: TcxGroupBox
  1376. Top = 526
  1377. ParentFont = True
  1378. ExplicitTop = 526
  1379. ExplicitWidth = 1068
  1380. Width = 1068
  1381. inherited Label1: TLabel
  1382. Left = 44
  1383. Alignment = taRightJustify
  1384. ExplicitLeft = 44
  1385. end
  1386. inherited Label5: TLabel
  1387. Left = 31
  1388. Alignment = taRightJustify
  1389. ExplicitLeft = 31
  1390. end
  1391. inherited EdId1: TcxTextEdit
  1392. ExplicitHeight = 25
  1393. end
  1394. inherited EdKName1: TcxTextEdit
  1395. ExplicitHeight = 25
  1396. end
  1397. end
  1398. inherited CxList1: TcxGrid
  1399. Top = 19
  1400. Width = 1068
  1401. Height = 507
  1402. ExplicitTop = 19
  1403. ExplicitWidth = 1068
  1404. ExplicitHeight = 507
  1405. end
  1406. inherited BtnSearch: TcxButton
  1407. Left = 911
  1408. ExplicitLeft = 911
  1409. end
  1410. end
  1411. end
  1412. end
  1413. end
  1414. end
  1415. object TmrShow: TTimer
  1416. Enabled = False
  1417. Interval = 500
  1418. OnTimer = TmrShowTimer
  1419. Left = 660
  1420. Top = 16
  1421. end
  1422. end