ITSSEL3MF.dfm 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. object ITSSEL3M: TITSSEL3M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. Caption = #46020#47196' '#49440#53469
  7. ClientHeight = 697
  8. ClientWidth = 434
  9. Color = clBtnFace
  10. DoubleBuffered = True
  11. Font.Charset = DEFAULT_CHARSET
  12. Font.Color = clWindowText
  13. Font.Height = -13
  14. Font.Name = #47569#51008' '#44256#46357
  15. Font.Style = []
  16. KeyPreview = True
  17. OldCreateOrder = False
  18. Position = poOwnerFormCenter
  19. ShowHint = True
  20. OnClose = FormClose
  21. OnShow = FormShow
  22. DesignSize = (
  23. 434
  24. 697)
  25. PixelsPerInch = 96
  26. TextHeight = 17
  27. object ShpList: TShape
  28. Left = 4
  29. Top = 4
  30. Width = 426
  31. Height = 655
  32. Anchors = [akLeft, akTop, akRight, akBottom]
  33. Pen.Color = 10849679
  34. Pen.Width = 2
  35. Visible = False
  36. ExplicitWidth = 772
  37. end
  38. object EdFocus: TEdit
  39. Left = -10
  40. Top = -10
  41. Width = 2
  42. Height = 25
  43. ImeName = 'Microsoft Office IME 2007'
  44. TabOrder = 2
  45. Text = 'EdFocus'
  46. end
  47. object BtnSelect: TcxButton
  48. Tag = 4
  49. Left = 348
  50. Top = 667
  51. Width = 80
  52. Height = 25
  53. Cursor = crHandPoint
  54. Hint = #45432#46300#47484' '#49440#53469#54633#45768#45796'.'
  55. Anchors = [akRight, akBottom]
  56. Caption = #49440#53469
  57. Colors.Default = 10737865
  58. TabOrder = 3
  59. Font.Charset = DEFAULT_CHARSET
  60. Font.Color = clBlack
  61. Font.Height = -13
  62. Font.Name = #47569#51008' '#44256#46357
  63. Font.Style = [fsBold]
  64. ParentFont = False
  65. OnClick = BtnSelectClick
  66. end
  67. object cxGroupBox1: TcxGroupBox
  68. Left = 3
  69. Top = 4
  70. Anchors = [akLeft, akTop, akRight, akBottom]
  71. Caption = #9654' '#46020#47196' '#49440#53469
  72. Style.TextStyle = [fsBold]
  73. TabOrder = 4
  74. Height = 656
  75. Width = 427
  76. inline FRAMERoadList1: TFRAMERoadList
  77. Left = 2
  78. Top = 22
  79. Width = 423
  80. Height = 632
  81. Align = alClient
  82. TabOrder = 0
  83. ExplicitLeft = 2
  84. ExplicitTop = 22
  85. ExplicitWidth = 423
  86. ExplicitHeight = 632
  87. inherited CxList: TcxGrid
  88. Width = 423
  89. Height = 570
  90. ExplicitWidth = 421
  91. ExplicitHeight = 565
  92. end
  93. inherited PnlTop: TPanel
  94. Width = 423
  95. ExplicitWidth = 421
  96. end
  97. inherited PnlBottom: TPanel
  98. Top = 601
  99. Width = 423
  100. ExplicitTop = 596
  101. ExplicitWidth = 421
  102. inherited LblRecords: TLabel
  103. Left = 310
  104. Width = 25
  105. Height = 17
  106. ExplicitLeft = 310
  107. ExplicitWidth = 25
  108. ExplicitHeight = 17
  109. end
  110. inherited ChkDispExt: TcxCheckBox
  111. ExplicitHeight = 21
  112. end
  113. inherited BtnExlSave: TcxButton
  114. Left = 341
  115. ExplicitLeft = 341
  116. end
  117. end
  118. inherited lblFileName: TcxLabel
  119. ExplicitWidth = 56
  120. ExplicitHeight = 21
  121. end
  122. end
  123. end
  124. object BtnClose: TcxButton
  125. Left = 345
  126. Top = -1
  127. Width = 80
  128. Height = 25
  129. Cursor = crHandPoint
  130. Hint = #45803#44592
  131. Anchors = [akTop, akRight]
  132. Caption = #45803#44592
  133. Colors.Default = 10737865
  134. TabOrder = 1
  135. Visible = False
  136. Font.Charset = DEFAULT_CHARSET
  137. Font.Color = clBlack
  138. Font.Height = -13
  139. Font.Name = #47569#51008' '#44256#46357
  140. Font.Style = [fsBold]
  141. ParentFont = False
  142. OnClick = BtnCloseClick
  143. end
  144. object BtnSearch: TcxButton
  145. Left = 264
  146. Top = -1
  147. Width = 80
  148. Height = 25
  149. Cursor = crHandPoint
  150. Hint = #51312#54924
  151. Anchors = [akTop, akRight]
  152. Caption = #51312#54924
  153. Colors.Default = 10737865
  154. TabOrder = 0
  155. Visible = False
  156. Font.Charset = DEFAULT_CHARSET
  157. Font.Color = clBlack
  158. Font.Height = -13
  159. Font.Name = #47569#51008' '#44256#46357
  160. Font.Style = [fsBold]
  161. ParentFont = False
  162. OnClick = BtnSearchClick
  163. end
  164. object SelList: TListBox
  165. Left = 248
  166. Top = 164
  167. Width = 121
  168. Height = 97
  169. ImeName = 'Microsoft Office IME 2007'
  170. ItemHeight = 17
  171. TabOrder = 5
  172. Visible = False
  173. end
  174. object TmrShow: TTimer
  175. Enabled = False
  176. Interval = 500
  177. OnTimer = TmrShowTimer
  178. Left = 164
  179. Top = 116
  180. end
  181. end