home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 July / VPR0207A.ISO / OLS / SW235 / sw235.lzh / Schwatch.exe / 0 / RCDATA / TDLGITEMSET / TDLGITEMSET.txt
Text File  |  2002-04-17  |  2KB  |  87 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.     TabOrder = 1
  41.     OnClick = BtnAddClick
  42.   end
  43.   object BtnDel: TButton
  44.     Left = 176
  45.     Top = 56
  46.     Width = 81
  47.     Height = 22
  48.     Caption = 'ソス尞'
  49.     TabOrder = 2
  50.     OnClick = BtnDelClick
  51.   end
  52.   object BtnOk: TButton
  53.     Left = 176
  54.     Top = 232
  55.     Width = 81
  56.     Height = 22
  57.     Caption = 'OK'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 3
  61.     OnClick = BtnOkClick
  62.   end
  63.   object BtnCancel: TButton
  64.     Left = 176
  65.     Top = 264
  66.     Width = 81
  67.     Height = 22
  68.     Cancel = True
  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.   end
  81.   object ColorDialog1: TColorDialog
  82.     Ctl3D = True
  83.     Left = 24
  84.     Top = 144
  85.   end
  86. end
  87.