ITSSEL2MF.dfm 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. object ITSSEL2M: TITSSEL2M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. Caption = #49436#48708#49828#47553#53356' '#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' '#49436#48708#49828#47553#53356' '#49440#53469
  72. Style.TextStyle = [fsBold]
  73. TabOrder = 4
  74. Height = 656
  75. Width = 427
  76. inline FRAMEServiceLinkList1: TFRAMEServiceLinkList
  77. Left = 3
  78. Top = 19
  79. Width = 421
  80. Height = 627
  81. Align = alClient
  82. TabOrder = 0
  83. ExplicitLeft = 3
  84. ExplicitTop = 19
  85. ExplicitWidth = 421
  86. ExplicitHeight = 627
  87. inherited CxList: TcxGrid
  88. Width = 421
  89. Height = 565
  90. ExplicitWidth = 421
  91. ExplicitHeight = 565
  92. end
  93. inherited PnlTop: TPanel
  94. Width = 421
  95. ExplicitWidth = 421
  96. end
  97. inherited PnlBottom: TPanel
  98. Top = 596
  99. Width = 421
  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. end
  119. end
  120. object BtnClose: TcxButton
  121. Left = 345
  122. Top = -1
  123. Width = 80
  124. Height = 25
  125. Cursor = crHandPoint
  126. Hint = #45803#44592
  127. Anchors = [akTop, akRight]
  128. Caption = #45803#44592
  129. Colors.Default = 10737865
  130. TabOrder = 1
  131. Visible = False
  132. Font.Charset = DEFAULT_CHARSET
  133. Font.Color = clBlack
  134. Font.Height = -13
  135. Font.Name = #47569#51008' '#44256#46357
  136. Font.Style = [fsBold]
  137. ParentFont = False
  138. OnClick = BtnCloseClick
  139. end
  140. object BtnSearch: TcxButton
  141. Left = 264
  142. Top = -1
  143. Width = 80
  144. Height = 25
  145. Cursor = crHandPoint
  146. Hint = #51312#54924
  147. Anchors = [akTop, akRight]
  148. Caption = #51312#54924
  149. Colors.Default = 10737865
  150. TabOrder = 0
  151. Visible = False
  152. Font.Charset = DEFAULT_CHARSET
  153. Font.Color = clBlack
  154. Font.Height = -13
  155. Font.Name = #47569#51008' '#44256#46357
  156. Font.Style = [fsBold]
  157. ParentFont = False
  158. OnClick = BtnSearchClick
  159. end
  160. object SelList: TListBox
  161. Left = 248
  162. Top = 164
  163. Width = 121
  164. Height = 97
  165. ImeName = 'Microsoft Office IME 2007'
  166. ItemHeight = 17
  167. TabOrder = 5
  168. Visible = False
  169. end
  170. object TmrShow: TTimer
  171. Enabled = False
  172. Interval = 500
  173. OnTimer = TmrShowTimer
  174. Left = 164
  175. Top = 116
  176. end
  177. end