home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / OLS / K2E10129 / k2e10129.lzh / K2Editor.exe / 0 / RCDATA / TGREPFORM / TGREPFORM.txt
Text File  |  2001-04-02  |  5KB  |  215 lines

  1. object GrepForm: TGrepForm
  2.   Left = 207
  3.   Top = 106
  4.   BorderStyle = bsDialog
  5.   Caption = 'GREP'
  6.   ClientHeight = 291
  7.   ClientWidth = 463
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 12
  22.     Width = 51
  23.     Height = 12
  24.     Caption = 'ソスソスソスソスソスソス(&S)'
  25.     FocusControl = KeywordCombo
  26.   end
  27.   object KeywordCombo: TComboBox
  28.     Left = 88
  29.     Top = 8
  30.     Width = 345
  31.     Height = 20
  32.     ItemHeight = 12
  33.     TabOrder = 0
  34.     OnDropDown = ComboDropDown
  35.   end
  36.   object GroupBox1: TGroupBox
  37.     Left = 8
  38.     Top = 168
  39.     Width = 185
  40.     Height = 89
  41.     Caption = 'ソスソスソスソスソスソスソスソス'
  42.     TabOrder = 2
  43.     object CaseCheck: TCheckBox
  44.       Left = 16
  45.       Top = 16
  46.       Width = 153
  47.       Height = 17
  48.       Caption = 'ソス蝠カソスソス/ソスソスソスソスソスソスソスフ具ソスソス(&C)'
  49.       TabOrder = 0
  50.     end
  51.     object WordCheck: TCheckBox
  52.       Left = 16
  53.       Top = 32
  54.       Width = 97
  55.       Height = 17
  56.       Caption = 'ソスPソスソスフ鯉ソスソスソス(&W)'
  57.       TabOrder = 1
  58.     end
  59.     object UseJreCheck: TCheckBox
  60.       Left = 16
  61.       Top = 48
  62.       Width = 97
  63.       Height = 17
  64.       Caption = 'ソスソスソスKソス\ソスソス(&R)'
  65.       TabOrder = 2
  66.       OnClick = UseJreCheckClick
  67.     end
  68.     object FuzzCheck: TCheckBox
  69.       Left = 16
  70.       Top = 64
  71.       Width = 113
  72.       Height = 17
  73.       Caption = 'ソスソスソスソスソスワゑソスソスソスソスソス(&Z)'
  74.       Enabled = False
  75.       TabOrder = 3
  76.     end
  77.   end
  78.   object GroupBox2: TGroupBox
  79.     Left = 8
  80.     Top = 40
  81.     Width = 441
  82.     Height = 121
  83.     Caption = 'ソスソスソスソスソスホ擾ソス'
  84.     TabOrder = 1
  85.     object Label2: TLabel
  86.       Left = 8
  87.       Top = 41
  88.       Width = 63
  89.       Height = 12
  90.       Caption = 'ソスソスソスソスソスpソスX(&D)'
  91.       FocusControl = PathCombo
  92.     end
  93.     object Label3: TLabel
  94.       Left = 80
  95.       Top = 64
  96.       Width = 247
  97.       Height = 12
  98.       Caption = 'ソスソスソスソスソスフパソス^ソス[ソスソスソスヘセソス~ソスRソスソスソスソスソスナ具ソスリゑソス ソスiソスソス *.c;*.hソスj'
  99.       Font.Charset = SHIFTJIS_CHARSET
  100.       Font.Color = clGreen
  101.       Font.Height = -12
  102.       Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  103.       Font.Style = []
  104.       ParentFont = False
  105.     end
  106.     object OpenFileCheck: TCheckBox
  107.       Left = 80
  108.       Top = 16
  109.       Width = 145
  110.       Height = 17
  111.       Caption = 'ソスJソスソスソストゑソスソスソスtソス@ソスCソスソス(&F)'
  112.       TabOrder = 0
  113.       OnClick = OpenFileCheckClick
  114.     end
  115.     object PathCombo: TComboBox
  116.       Left = 80
  117.       Top = 37
  118.       Width = 345
  119.       Height = 20
  120.       ItemHeight = 12
  121.       TabOrder = 1
  122.       Text = '*.*'
  123.       OnDropDown = ComboDropDown
  124.     end
  125.     object SubFolderCheck: TCheckBox
  126.       Left = 80
  127.       Top = 80
  128.       Width = 145
  129.       Height = 17
  130.       Caption = 'ソスTソスuソスtソスHソスソスソス_ソスソスソスソスソスソス(&B)'
  131.       TabOrder = 3
  132.     end
  133.     object Button1: TButton
  134.       Left = 368
  135.       Top = 61
  136.       Width = 57
  137.       Height = 20
  138.       Caption = 'ソスQソスソス(&A)...'
  139.       TabOrder = 2
  140.       OnClick = Button1Click
  141.     end
  142.     object EnBinCheck: TCheckBox
  143.       Left = 80
  144.       Top = 96
  145.       Width = 169
  146.       Height = 17
  147.       Caption = 'ソスoソスCソスiソスソスソスtソス@ソスCソスソスソスソスソスワめゑソス(&N)'
  148.       TabOrder = 4
  149.     end
  150.     object UsePrevPathHistCheck: TCheckBox
  151.       Left = 256
  152.       Top = 96
  153.       Width = 161
  154.       Height = 17
  155.       Caption = 'ソスOソスソスフパソスXソスソスソスfソスtソスHソスソスソスg(&P)'
  156.       TabOrder = 5
  157.     end
  158.   end
  159.   object GroupBox3: TGroupBox
  160.     Left = 200
  161.     Top = 168
  162.     Width = 249
  163.     Height = 89
  164.     Caption = 'ソス\ソスソスソスソスソスソス'
  165.     TabOrder = 3
  166.     object RelativePathCheck: TCheckBox
  167.       Left = 16
  168.       Top = 32
  169.       Width = 89
  170.       Height = 17
  171.       Caption = 'ソスソスソスホパソスX(&L)'
  172.       TabOrder = 1
  173.     end
  174.     object OnlyContentsCheck: TCheckBox
  175.       Left = 16
  176.       Top = 16
  177.       Width = 161
  178.       Height = 17
  179.       Caption = 'ソス}ソスbソス`ソスソスソスソスソスsソスソスソスソスソスソスフゑソス(&E)'
  180.       TabOrder = 0
  181.       OnClick = OnlyContentsCheckClick
  182.     end
  183.   end
  184.   object Button2: TButton
  185.     Left = 208
  186.     Top = 264
  187.     Width = 75
  188.     Height = 20
  189.     Caption = '&OK'
  190.     Default = True
  191.     ModalResult = 1
  192.     TabOrder = 4
  193.     OnClick = Button2Click
  194.   end
  195.   object Button3: TButton
  196.     Left = 288
  197.     Top = 264
  198.     Width = 75
  199.     Height = 20
  200.     Cancel = True
  201.     Caption = 'ソスLソスソスソスソスソスZソスソス'
  202.     ModalResult = 2
  203.     TabOrder = 5
  204.   end
  205.   object Button4: TButton
  206.     Left = 368
  207.     Top = 264
  208.     Width = 75
  209.     Height = 20
  210.     Caption = 'ソスwソスソスソスv(&H)'
  211.     TabOrder = 6
  212.     OnClick = Button4Click
  213.   end
  214. end
  215.