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

  1. object DlgCatSet: TDlgCatSet
  2.   Left = 210
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソスソスソズの設抵ソス'
  6.   ClientHeight = 315
  7.   ClientWidth = 381
  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 = 177
  29.     Height = 20
  30.     ImeMode = imHira
  31.     MaxLength = 14
  32.     TabOrder = 1
  33.     OnChange = EditItemChange
  34.   end
  35.   object BtnAdd: TButton
  36.     Left = 200
  37.     Top = 24
  38.     Width = 81
  39.     Height = 22
  40.     Caption = 'ソスヌ会ソス'
  41.     Enabled = False
  42.     TabOrder = 2
  43.     OnClick = BtnAddClick
  44.   end
  45.   object BtnDel: TButton
  46.     Left = 288
  47.     Top = 24
  48.     Width = 81
  49.     Height = 22
  50.     Caption = 'ソス尞'
  51.     Enabled = False
  52.     TabOrder = 3
  53.     OnClick = BtnDelClick
  54.   end
  55.   object BtnOk: TButton
  56.     Left = 200
  57.     Top = 280
  58.     Width = 81
  59.     Height = 22
  60.     Caption = 'OK'
  61.     ModalResult = 1
  62.     TabOrder = 8
  63.     OnClick = BtnOkClick
  64.   end
  65.   object BtnCancel: TButton
  66.     Left = 288
  67.     Top = 280
  68.     Width = 81
  69.     Height = 22
  70.     Caption = 'ソスソスンセソス'
  71.     ModalResult = 2
  72.     TabOrder = 9
  73.   end
  74.   object BtnFontColor: TButton
  75.     Left = 200
  76.     Top = 56
  77.     Width = 81
  78.     Height = 22
  79.     Caption = 'ソスソスソスソスソスF'
  80.     Enabled = False
  81.     TabOrder = 4
  82.     OnClick = BtnFontColorClick
  83.   end
  84.   object ChkNoColor: TCheckBox
  85.     Left = 200
  86.     Top = 82
  87.     Width = 81
  88.     Height = 17
  89.     Caption = 'ソスFソスwソスソスネゑソス'
  90.     Enabled = False
  91.     TabOrder = 6
  92.     OnClick = ChkNoColorClick
  93.   end
  94.   object BtnBackColor: TButton
  95.     Left = 288
  96.     Top = 56
  97.     Width = 81
  98.     Height = 22
  99.     Caption = 'ソスwソスiソスF'
  100.     Enabled = False
  101.     TabOrder = 5
  102.     OnClick = BtnBackColorClick
  103.   end
  104.   object ListItem: TCheckListBox
  105.     Left = 8
  106.     Top = 56
  107.     Width = 177
  108.     Height = 249
  109.     Font.Charset = SHIFTJIS_CHARSET
  110.     Font.Color = clWindowText
  111.     Font.Height = -12
  112.     Font.Name = 'MS UI Gothic'
  113.     Font.Style = []
  114.     ImeMode = imClose
  115.     ItemHeight = 16
  116.     ParentFont = False
  117.     Style = lbOwnerDrawFixed
  118.     TabOrder = 0
  119.     OnClick = ListItemClick
  120.     OnDrawItem = ListItemDrawItem
  121.   end
  122.   object RadioView: TRadioGroup
  123.     Left = 200
  124.     Top = 120
  125.     Width = 169
  126.     Height = 65
  127.     Caption = 'ソス\ソスソスソスン抵ソス(&S)'
  128.     ItemIndex = 0
  129.     Items.Strings = (
  130.       'ソス`ソスFソスbソスNソスソスソスレゑソス\ソスソスソスソスソスソス'
  131.       'ソス`ソスFソスbソスNソスソスソスレゑソス\ソスソスソスソスソスネゑソス')
  132.     TabOrder = 7
  133.   end
  134.   object ColorDialog1: TColorDialog
  135.     Ctl3D = True
  136.     Left = 24
  137.     Top = 168
  138.   end
  139. end
  140.