home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / OLS / SCHWATCH / schwatch.lzh / Schwatch.exe / 0 / RCDATA / TDLGITEMSET / TDLGITEMSET.txt
Text File  |  2000-11-11  |  2KB  |  88 lines

  1. object DlgItemSet: TDlgItemSet
  2.   Left = 208
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソスソスソスレの設抵ソス'
  6.   ClientHeight = 300
  7.   ClientWidth = 270
  8.   Font.Charset = SHIFTJIS_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'MS UI Gothic'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnCloseQuery = FormCloseQuery
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object LabelItem: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 73
  22.     Height = 12
  23.     Caption = 'ソスヌ会ソスソスソスソス骰ソスレ:'
  24.   end
  25.   object EditItem: TEdit
  26.     Left = 8
  27.     Top = 24
  28.     Width = 153
  29.     Height = 20
  30.     MaxLength = 40
  31.     TabOrder = 0
  32.     OnChange = EditItemChange
  33.   end
  34.   object BtnAdd: TButton
  35.     Left = 176
  36.     Top = 24
  37.     Width = 81
  38.     Height = 22
  39.     Caption = 'ソスヌ会ソス'
  40.     Enabled = False
  41.     TabOrder = 1
  42.     OnClick = BtnAddClick
  43.   end
  44.   object BtnDel: TButton
  45.     Left = 176
  46.     Top = 56
  47.     Width = 81
  48.     Height = 22
  49.     Caption = 'ソス尞'
  50.     Enabled = False
  51.     TabOrder = 2
  52.     OnClick = BtnDelClick
  53.   end
  54.   object BtnOk: TButton
  55.     Left = 176
  56.     Top = 232
  57.     Width = 81
  58.     Height = 22
  59.     Caption = 'OK'
  60.     ModalResult = 1
  61.     TabOrder = 3
  62.     OnClick = BtnOkClick
  63.   end
  64.   object BtnCancel: TButton
  65.     Left = 176
  66.     Top = 264
  67.     Width = 81
  68.     Height = 22
  69.     Caption = 'ソスソスンセソス'
  70.     ModalResult = 2
  71.     TabOrder = 4
  72.   end
  73.   object ListItem: TListBox
  74.     Left = 8
  75.     Top = 56
  76.     Width = 153
  77.     Height = 233
  78.     ItemHeight = 12
  79.     TabOrder = 5
  80.     OnClick = ListItemClick
  81.   end
  82.   object ColorDialog1: TColorDialog
  83.     Ctl3D = True
  84.     Left = 24
  85.     Top = 144
  86.   end
  87. end
  88.