home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / OLS / ELW0103A / elw0103a.lzh / ELWatcher.exe / 0 / RCDATA / TFRMSETUPWATCH / TFRMSETUPWATCH.txt
Text File  |  2000-12-16  |  2KB  |  105 lines

  1. object frmSetupWatch: TfrmSetupWatch
  2.   Left = 397
  3.   Top = 101
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'ソスン抵ソス - ソスト趣ソスソスCソスxソスソスソスg'
  7.   ClientHeight = 216
  8.   ClientWidth = 640
  9.   Color = clBtnFace
  10.   Font.Charset = SHIFTJIS_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 103
  25.     Height = 12
  26.     Caption = 'ソスト趣ソスソスCソスxソスソスソスgソス齬(&L):'
  27.     FocusControl = lvwWatchList
  28.   end
  29.   object lvwWatchList: TListView
  30.     Left = 8
  31.     Top = 20
  32.     Width = 545
  33.     Height = 157
  34.     Columns = <
  35.       item
  36.         Caption = 'ソスヤ搾ソス'
  37.       end
  38.       item
  39.         Caption = 'ソスソスソスO'
  40.         Width = 80
  41.       end
  42.       item
  43.         Caption = 'ソス\ソス[ソスXソスソス'
  44.         Width = 80
  45.       end
  46.       item
  47.         Caption = 'ソスCソスxソスソスソスgID'
  48.         Width = 80
  49.       end
  50.       item
  51.         Caption = 'ソスソスソス'
  52.         Width = 80
  53.       end
  54.       item
  55.         Caption = 'ソスソスソスソス'
  56.         Width = 80
  57.       end>
  58.     ColumnClick = False
  59.     HideSelection = False
  60.     RowSelect = True
  61.     TabOrder = 0
  62.     ViewStyle = vsReport
  63.     OnDblClick = lvwWatchListDblClick
  64.     OnEditing = lvwWatchListEditing
  65.     OnMouseDown = lvwWatchListMouseDown
  66.   end
  67.   object btnClose: TButton
  68.     Left = 560
  69.     Top = 24
  70.     Width = 75
  71.     Height = 25
  72.     Cancel = True
  73.     Caption = 'ソスツゑソスソスソス(&C)'
  74.     TabOrder = 1
  75.     OnClick = btnCloseClick
  76.   end
  77.   object btnNew: TButton
  78.     Left = 280
  79.     Top = 184
  80.     Width = 81
  81.     Height = 25
  82.     Caption = 'ソスVソスK(&N)...'
  83.     TabOrder = 2
  84.     OnClick = btnNewClick
  85.   end
  86.   object btnUpdate: TButton
  87.     Left = 376
  88.     Top = 184
  89.     Width = 81
  90.     Height = 25
  91.     Caption = 'ソスCソスソス(&U)...'
  92.     TabOrder = 3
  93.     OnClick = btnUpdateClick
  94.   end
  95.   object btnDelete: TButton
  96.     Left = 472
  97.     Top = 184
  98.     Width = 81
  99.     Height = 25
  100.     Caption = 'ソス尞(&D)'
  101.     TabOrder = 4
  102.     OnClick = btnDeleteClick
  103.   end
  104. end
  105.