ITSSEL0MF.dfm 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. object ITSSEL0M: TITSSEL0M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. Caption = #45432#46300' '#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 = 4
  69. Top = 4
  70. Anchors = [akLeft, akTop, akRight, akBottom]
  71. Caption = #9654' '#45432#46300' '#49440#53469
  72. Style.LookAndFeel.SkinName = 'Black'
  73. Style.TextStyle = [fsBold]
  74. StyleDisabled.LookAndFeel.SkinName = 'Black'
  75. StyleFocused.LookAndFeel.SkinName = 'Black'
  76. StyleHot.LookAndFeel.SkinName = 'Black'
  77. TabOrder = 4
  78. Height = 656
  79. Width = 427
  80. inline FRAMENodeList1: TFRAMENodeList
  81. Left = 2
  82. Top = 22
  83. Width = 423
  84. Height = 632
  85. Align = alClient
  86. TabOrder = 0
  87. ExplicitLeft = 2
  88. ExplicitTop = 22
  89. ExplicitWidth = 423
  90. ExplicitHeight = 632
  91. inherited CxList: TcxGrid
  92. Width = 423
  93. Height = 570
  94. ExplicitWidth = 423
  95. ExplicitHeight = 570
  96. end
  97. inherited PnlTop: TPanel
  98. Width = 423
  99. ExplicitWidth = 423
  100. end
  101. inherited PnlBottom: TPanel
  102. Top = 601
  103. Width = 423
  104. ExplicitTop = 601
  105. ExplicitWidth = 423
  106. inherited LblRecords: TLabel
  107. Left = 312
  108. Width = 25
  109. Height = 17
  110. ExplicitLeft = 310
  111. ExplicitWidth = 25
  112. ExplicitHeight = 17
  113. end
  114. inherited ChkDispExt: TcxCheckBox
  115. ExplicitHeight = 25
  116. end
  117. inherited BtnExlSave: TcxButton
  118. Left = 343
  119. ExplicitLeft = 343
  120. end
  121. end
  122. inherited lblFileName: TcxLabel
  123. ExplicitWidth = 56
  124. ExplicitHeight = 21
  125. end
  126. end
  127. end
  128. object BtnClose: TcxButton
  129. Left = 345
  130. Top = -1
  131. Width = 80
  132. Height = 25
  133. Cursor = crHandPoint
  134. Hint = #45803#44592
  135. Anchors = [akTop, akRight]
  136. Caption = #45803#44592
  137. Colors.Default = 10737865
  138. TabOrder = 1
  139. Visible = False
  140. Font.Charset = DEFAULT_CHARSET
  141. Font.Color = clBlack
  142. Font.Height = -13
  143. Font.Name = #47569#51008' '#44256#46357
  144. Font.Style = [fsBold]
  145. ParentFont = False
  146. OnClick = BtnCloseClick
  147. end
  148. object BtnSearch: TcxButton
  149. Left = 264
  150. Top = -1
  151. Width = 80
  152. Height = 25
  153. Cursor = crHandPoint
  154. Hint = #51312#54924
  155. Anchors = [akTop, akRight]
  156. Caption = #51312#54924
  157. Colors.Default = 10737865
  158. TabOrder = 0
  159. Visible = False
  160. Font.Charset = DEFAULT_CHARSET
  161. Font.Color = clBlack
  162. Font.Height = -13
  163. Font.Name = #47569#51008' '#44256#46357
  164. Font.Style = [fsBold]
  165. ParentFont = False
  166. OnClick = BtnSearchClick
  167. end
  168. object TmrShow: TTimer
  169. Enabled = False
  170. Interval = 500
  171. OnTimer = TmrShowTimer
  172. Left = 164
  173. Top = 116
  174. end
  175. end