ITSSEL2MF.dfm 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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 FRAMEIfscList1: TFRAMEIfscList
  77. Left = 3
  78. Top = 19
  79. Width = 421
  80. Height = 627
  81. Align = alClient
  82. TabOrder = 0
  83. ExplicitLeft = 82
  84. ExplicitTop = -64
  85. inherited CxList: TcxGrid
  86. Width = 421
  87. Height = 565
  88. end
  89. inherited PnlTop: TPanel
  90. Width = 421
  91. end
  92. inherited PnlBottom: TPanel
  93. Top = 596
  94. Width = 421
  95. inherited LblRecords: TLabel
  96. Left = 305
  97. Width = 25
  98. Height = 17
  99. ExplicitLeft = 229
  100. ExplicitWidth = 25
  101. ExplicitHeight = 17
  102. end
  103. inherited ChkDispExt: TcxCheckBox
  104. ExplicitHeight = 21
  105. end
  106. inherited BtnExlSave: TcxButton
  107. Left = 336
  108. end
  109. end
  110. inherited lblFileName: TcxLabel
  111. ExplicitWidth = 95
  112. ExplicitHeight = 21
  113. end
  114. end
  115. end
  116. object BtnClose: TcxButton
  117. Left = 345
  118. Top = -1
  119. Width = 80
  120. Height = 25
  121. Cursor = crHandPoint
  122. Hint = #45803#44592
  123. Anchors = [akTop, akRight]
  124. Caption = #45803#44592
  125. Colors.Default = 10737865
  126. TabOrder = 1
  127. Visible = False
  128. Font.Charset = DEFAULT_CHARSET
  129. Font.Color = clBlack
  130. Font.Height = -13
  131. Font.Name = #47569#51008' '#44256#46357
  132. Font.Style = [fsBold]
  133. ParentFont = False
  134. OnClick = BtnCloseClick
  135. end
  136. object BtnSearch: TcxButton
  137. Left = 264
  138. Top = -1
  139. Width = 80
  140. Height = 25
  141. Cursor = crHandPoint
  142. Hint = #51312#54924
  143. Anchors = [akTop, akRight]
  144. Caption = #51312#54924
  145. Colors.Default = 10737865
  146. TabOrder = 0
  147. Visible = False
  148. Font.Charset = DEFAULT_CHARSET
  149. Font.Color = clBlack
  150. Font.Height = -13
  151. Font.Name = #47569#51008' '#44256#46357
  152. Font.Style = [fsBold]
  153. ParentFont = False
  154. OnClick = BtnSearchClick
  155. end
  156. object SelList: TListBox
  157. Left = 248
  158. Top = 164
  159. Width = 121
  160. Height = 97
  161. ImeName = 'Microsoft Office IME 2007'
  162. ItemHeight = 17
  163. TabOrder = 5
  164. Visible = False
  165. end
  166. object TmrShow: TTimer
  167. Enabled = False
  168. Interval = 500
  169. OnTimer = TmrShowTimer
  170. Left = 164
  171. Top = 116
  172. end
  173. end