home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 July / VPR0207A.ISO / OLS / SW235 / sw235.lzh / Schwatch.exe / 0 / RCDATA / TDLGCATSET / TDLGCATSET.txt
Text File  |  2002-04-17  |  3KB  |  154 lines

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