home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / delphi32.exe / RCDATA / TCOMPLISTFORM / TCOMPLISTFORM.txt < prev   
Text File  |  1997-05-14  |  1KB  |  64 lines

  1. inherited CompListForm: TCompListForm
  2.   Left = 240
  3.   Top = 237
  4.   Width = 183
  5.   Height = 266
  6.   ActiveControl = SearchText
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'ソスソスソス゚ーソスソスソス'
  9.   Icon.Data = {<image000.ico>}
  10.   KeyPreview = True
  11.   Position = poScreenCenter
  12.   OnActivate = FormActivate
  13.   OnKeyDown = FormKeyDown
  14.   OnKeyPress = FormKeyPress
  15.   OnResize = FormResize
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 80
  22.     Height = 13
  23.     Caption = 'ソスソスソスOソスナ鯉ソスソスソス(&S):'
  24.     FocusControl = SearchText
  25.     IsControl = True
  26.   end
  27.   object ComponentList: TListBox
  28.     Left = 8
  29.     Top = 48
  30.     Width = 160
  31.     Height = 124
  32.     IntegralHeight = True
  33.     ItemHeight = 30
  34.     Sorted = True
  35.     Style = lbOwnerDrawFixed
  36.     TabOrder = 1
  37.     OnClick = CompListClick
  38.     OnDblClick = CreateClick
  39.     OnDrawItem = CompListDrawItem
  40.     IsControl = True
  41.   end
  42.   object AddButton: TButton
  43.     Left = 43
  44.     Top = 208
  45.     Width = 90
  46.     Height = 25
  47.     Caption = 'フォソスムに追会ソス(&A)'
  48.     Default = True
  49.     TabOrder = 2
  50.     OnClick = CreateClick
  51.     IsControl = True
  52.   end
  53.   object SearchText: TEdit
  54.     Left = 8
  55.     Top = 24
  56.     Width = 160
  57.     Height = 21
  58.     TabOrder = 0
  59.     OnChange = SearchChange
  60.     OnKeyDown = SearchKeyDown
  61.     IsControl = True
  62.   end
  63. end
  64.