VDSH070MF.dfm 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  1. object VDSH070M: TVDSH070M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. Caption = 'VDS-'#44160#51648#44592' '#49345#53468' '#51060#47141
  7. ClientHeight = 824
  8. ClientWidth = 1443
  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. OnCloseQuery = FormCloseQuery
  22. OnShow = FormShow
  23. DesignSize = (
  24. 1443
  25. 824)
  26. PixelsPerInch = 96
  27. TextHeight = 17
  28. object ShpTitle: TShape
  29. Left = 4
  30. Top = 4
  31. Width = 1435
  32. Height = 40
  33. Anchors = [akLeft, akTop, akRight]
  34. Brush.Color = 14671839
  35. Pen.Color = 10849679
  36. Pen.Width = 2
  37. ExplicitWidth = 1269
  38. end
  39. object LblCaption: TLabel
  40. Left = 16
  41. Top = 10
  42. Width = 267
  43. Height = 23
  44. Caption = #53440#51060#53952' '
  45. Font.Charset = DEFAULT_CHARSET
  46. Font.Color = 4740964
  47. Font.Height = -17
  48. Font.Name = #47569#51008' '#44256#46357
  49. Font.Style = [fsBold]
  50. ParentFont = False
  51. ParentShowHint = False
  52. ShowHint = True
  53. end
  54. object ShpList: TShape
  55. Left = 4
  56. Top = 50
  57. Width = 1435
  58. Height = 768
  59. Anchors = [akLeft, akTop, akRight, akBottom]
  60. Pen.Color = 10849679
  61. Pen.Width = 2
  62. ExplicitWidth = 1436
  63. ExplicitHeight = 766
  64. end
  65. object BtnClose: TcxButton
  66. Left = 1354
  67. Top = 11
  68. Width = 75
  69. Height = 25
  70. Cursor = crHandPoint
  71. Hint = #45803#44592
  72. Anchors = [akTop, akRight]
  73. Caption = #45803#44592
  74. Colors.Default = 10737865
  75. TabOrder = 0
  76. Font.Charset = DEFAULT_CHARSET
  77. Font.Color = clBlack
  78. Font.Height = -13
  79. Font.Name = #47569#51008' '#44256#46357
  80. Font.Style = [fsBold]
  81. ParentFont = False
  82. OnClick = BtnCloseClick
  83. end
  84. object EdFocus: TEdit
  85. Left = -10
  86. Top = -10
  87. Width = 2
  88. Height = 25
  89. ImeName = 'Microsoft Office IME 2007'
  90. TabOrder = 1
  91. Text = 'EdFocus'
  92. end
  93. object PnlBack: TPanel
  94. Left = 12
  95. Top = 56
  96. Width = 1417
  97. Height = 755
  98. Anchors = [akLeft, akTop, akRight, akBottom]
  99. BevelOuter = bvNone
  100. ParentBackground = False
  101. ParentColor = True
  102. TabOrder = 2
  103. object PnlLeft: TPanel
  104. Left = 0
  105. Top = 0
  106. Width = 379
  107. Height = 755
  108. Align = alLeft
  109. BevelOuter = bvNone
  110. TabOrder = 0
  111. object cxGroupBox3: TcxGroupBox
  112. Left = 0
  113. Top = 137
  114. Align = alClient
  115. Caption = #9654' VDS-'#44160#51648#44592' '#49440#53469
  116. ParentFont = False
  117. Style.BorderColor = clCaptionText
  118. Style.Font.Charset = DEFAULT_CHARSET
  119. Style.Font.Color = clWindowText
  120. Style.Font.Height = -13
  121. Style.Font.Name = #47569#51008' '#44256#46357
  122. Style.Font.Style = []
  123. Style.Shadow = False
  124. Style.TextColor = clWindowText
  125. Style.TextStyle = [fsBold]
  126. Style.IsFontAssigned = True
  127. TabOrder = 0
  128. Height = 618
  129. Width = 379
  130. inline FRAMEVdsDtctList1: TFRAMEVdsDtctList
  131. Left = 3
  132. Top = 19
  133. Width = 373
  134. Height = 589
  135. Align = alClient
  136. TabOrder = 0
  137. ExplicitLeft = 3
  138. ExplicitTop = 19
  139. ExplicitWidth = 373
  140. ExplicitHeight = 589
  141. inherited CxList: TcxGrid
  142. Width = 373
  143. Height = 527
  144. ExplicitWidth = 373
  145. ExplicitHeight = 527
  146. end
  147. inherited PnlTop: TPanel
  148. Width = 373
  149. ExplicitWidth = 373
  150. inherited ChkExpand: TcxCheckBox
  151. ExplicitHeight = 21
  152. end
  153. end
  154. inherited PnlBottom: TPanel
  155. Top = 558
  156. Width = 373
  157. ExplicitTop = 558
  158. ExplicitWidth = 373
  159. inherited LblRecords: TLabel
  160. Left = 262
  161. Width = 25
  162. Height = 17
  163. ExplicitLeft = 234
  164. ExplicitWidth = 25
  165. ExplicitHeight = 17
  166. end
  167. inherited BtnExlSave: TcxButton
  168. Left = 293
  169. ExplicitLeft = 293
  170. end
  171. end
  172. inherited lblFileName: TcxLabel
  173. ExplicitWidth = 93
  174. ExplicitHeight = 21
  175. end
  176. inherited CbType: TcxComboBox
  177. ExplicitHeight = 25
  178. end
  179. inherited Cb_DTCT_DIR: TcxComboBox
  180. ExplicitHeight = 25
  181. end
  182. end
  183. end
  184. object cxGroupBox2: TcxGroupBox
  185. Left = 0
  186. Top = 0
  187. Align = alTop
  188. Caption = #9654' '#44160#49353' '#51312#44148
  189. ParentFont = False
  190. Style.BorderColor = clCaptionText
  191. Style.Font.Charset = DEFAULT_CHARSET
  192. Style.Font.Color = clWindowText
  193. Style.Font.Height = -13
  194. Style.Font.Name = #47569#51008' '#44256#46357
  195. Style.Font.Style = []
  196. Style.Shadow = False
  197. Style.TextColor = clWindowText
  198. Style.TextStyle = [fsBold]
  199. Style.IsFontAssigned = True
  200. TabOrder = 1
  201. Height = 137
  202. Width = 379
  203. object ImgDesc01: TImage
  204. Left = 12
  205. Top = 32
  206. Width = 9
  207. Height = 9
  208. Transparent = True
  209. end
  210. object Label26: TLabel
  211. Left = 27
  212. Top = 29
  213. Width = 78
  214. Height = 17
  215. Caption = #44160#49353#49884#51089#51068#49884
  216. Transparent = True
  217. end
  218. object ImgDesc02: TImage
  219. Left = 12
  220. Top = 63
  221. Width = 9
  222. Height = 9
  223. Transparent = True
  224. end
  225. object Label6: TLabel
  226. Left = 27
  227. Top = 60
  228. Width = 78
  229. Height = 17
  230. Caption = #44160#49353#51333#47308#51068#49884
  231. Transparent = True
  232. end
  233. object BtnSearch: TcxButton
  234. Left = 237
  235. Top = 95
  236. Width = 75
  237. Height = 25
  238. Cursor = crHandPoint
  239. Hint = #51312#54924
  240. Caption = #51312#54924
  241. Colors.Default = 10737865
  242. TabOrder = 0
  243. Font.Charset = DEFAULT_CHARSET
  244. Font.Color = clBlack
  245. Font.Height = -13
  246. Font.Name = #47569#51008' '#44256#46357
  247. Font.Style = [fsBold]
  248. ParentFont = False
  249. OnClick = BtnSearchClick
  250. end
  251. object DtStDate: TcxDateEdit
  252. Left = 110
  253. Top = 28
  254. EditValue = 39924d
  255. Properties.Alignment.Horz = taCenter
  256. Properties.DateButtons = [btnNow, btnToday]
  257. Properties.DateOnError = deToday
  258. Properties.SaveTime = False
  259. Properties.ShowTime = False
  260. Style.ButtonStyle = btsUltraFlat
  261. StyleFocused.TextStyle = [fsBold]
  262. StyleFocused.ButtonStyle = btsUltraFlat
  263. TabOrder = 1
  264. Width = 103
  265. end
  266. object DtEdDate: TcxDateEdit
  267. Left = 110
  268. Top = 59
  269. EditValue = 39924d
  270. Properties.Alignment.Horz = taCenter
  271. Properties.DateButtons = [btnNow, btnToday]
  272. Properties.DateOnError = deToday
  273. Properties.SaveTime = False
  274. Properties.ShowTime = False
  275. Style.ButtonStyle = btsUltraFlat
  276. StyleFocused.TextStyle = [fsBold]
  277. StyleFocused.ButtonStyle = btsUltraFlat
  278. TabOrder = 2
  279. Width = 103
  280. end
  281. object DtEdTime1: TcxTimeEdit
  282. Left = 307
  283. Top = 83
  284. EditValue = 0d
  285. Properties.Alignment.Horz = taCenter
  286. Properties.TimeFormat = tfHour
  287. Style.ButtonStyle = btsUltraFlat
  288. StyleFocused.TextStyle = [fsBold]
  289. TabOrder = 3
  290. Visible = False
  291. Width = 53
  292. end
  293. object DtStTime1: TcxTimeEdit
  294. Left = 307
  295. Top = 52
  296. EditValue = 0d
  297. Properties.Alignment.Horz = taCenter
  298. Properties.TimeFormat = tfHour
  299. Style.ButtonStyle = btsUltraFlat
  300. StyleFocused.TextStyle = [fsBold]
  301. TabOrder = 4
  302. Visible = False
  303. Width = 53
  304. end
  305. object cxLabel1: TcxLabel
  306. Left = 6
  307. Top = 88
  308. AutoSize = False
  309. Caption = #44160#49353#44592#44036#51060' '#53364' '#44221#50864' '#44160#49353#44208#44284#44032' '#45734#50612#51656#49688' '#51080#49845#45768#45796'.'
  310. ParentFont = False
  311. Style.Font.Charset = DEFAULT_CHARSET
  312. Style.Font.Color = clWindowText
  313. Style.Font.Height = -12
  314. Style.Font.Name = #47569#51008' '#44256#46357
  315. Style.Font.Style = [fsBold]
  316. Style.TextColor = clRed
  317. Style.IsFontAssigned = True
  318. Properties.WordWrap = True
  319. Transparent = True
  320. Height = 36
  321. Width = 179
  322. end
  323. object DtStTime: TDateTimePicker
  324. Left = 217
  325. Top = 28
  326. Width = 95
  327. Height = 25
  328. BevelInner = bvNone
  329. BevelOuter = bvNone
  330. BevelKind = bkFlat
  331. Date = 39924.557697118050000000
  332. Format = ' HH'#49884' mm'#48516
  333. Time = 39924.557697118050000000
  334. Color = clBtnFace
  335. DateMode = dmUpDown
  336. ImeName = 'Microsoft Office IME 2007'
  337. Kind = dtkTime
  338. ParentColor = True
  339. TabOrder = 6
  340. end
  341. object DtEdTime: TDateTimePicker
  342. Left = 217
  343. Top = 59
  344. Width = 95
  345. Height = 25
  346. BevelInner = bvNone
  347. BevelOuter = bvNone
  348. BevelKind = bkFlat
  349. Date = 39924.557697118050000000
  350. Format = ' HH'#49884' mm'#48516
  351. Time = 39924.557697118050000000
  352. Color = clBtnFace
  353. DateMode = dmUpDown
  354. ImeName = 'Microsoft Office IME 2007'
  355. Kind = dtkTime
  356. ParentColor = True
  357. TabOrder = 7
  358. end
  359. end
  360. end
  361. object cxSplitter1: TcxSplitter
  362. Left = 379
  363. Top = 0
  364. Width = 6
  365. Height = 755
  366. Control = PnlLeft
  367. end
  368. object cxGroupBox1: TcxGroupBox
  369. Left = 385
  370. Top = 0
  371. Align = alClient
  372. Caption = #9654' '#44160#49353' '#44208#44284
  373. ParentFont = False
  374. Style.BorderColor = clCaptionText
  375. Style.Font.Charset = DEFAULT_CHARSET
  376. Style.Font.Color = clWindowText
  377. Style.Font.Height = -13
  378. Style.Font.Name = #47569#51008' '#44256#46357
  379. Style.Font.Style = []
  380. Style.Shadow = False
  381. Style.TextColor = clBlack
  382. Style.TextStyle = [fsBold]
  383. Style.IsFontAssigned = True
  384. TabOrder = 2
  385. DesignSize = (
  386. 1032
  387. 748)
  388. Height = 755
  389. Width = 1032
  390. object PgTab: TcxPageControl
  391. Left = 7
  392. Top = 19
  393. Width = 1019
  394. Height = 727
  395. Anchors = [akLeft, akTop, akRight, akBottom]
  396. Focusable = False
  397. TabOrder = 0
  398. Properties.ActivePage = TsList01
  399. Properties.CloseButtonMode = cbmEveryTab
  400. Properties.HotTrack = True
  401. Properties.TabSlants.Positions = [spRight]
  402. TabSlants.Positions = [spRight]
  403. OnCanCloseEx = PgTabCanCloseEx
  404. OnDblClick = PgTabDblClick
  405. ClientRectBottom = 722
  406. ClientRectLeft = 2
  407. ClientRectRight = 1014
  408. ClientRectTop = 28
  409. object TsList01: TcxTabSheet
  410. Caption = #44160#49353#44208#44284
  411. ImageIndex = 2
  412. ExplicitLeft = 0
  413. ExplicitTop = 0
  414. ExplicitWidth = 0
  415. ExplicitHeight = 0
  416. end
  417. end
  418. end
  419. end
  420. object TmrShow: TTimer
  421. Enabled = False
  422. Interval = 300
  423. OnTimer = TmrShowTimer
  424. Left = 876
  425. Top = 8
  426. end
  427. end