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

  1. object CodeSelectForm: TCodeSelectForm
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソスロ托ソスソスソスソスフ包ソスソスソスソスRソス[ソスhソスニ会ソスソスsソスフ選ソスソス'
  6.   ClientHeight = 122
  7.   ClientWidth = 242
  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.   Position = poOwnerFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object Label1: TLabel
  19.     Left = 24
  20.     Top = 8
  21.     Width = 70
  22.     Height = 12
  23.     Caption = 'ソスソスソスソスソスRソス[ソスh(&C)'
  24.     FocusControl = CharCodeCombo
  25.   end
  26.   object Label2: TLabel
  27.     Left = 24
  28.     Top = 48
  29.     Width = 70
  30.     Height = 12
  31.     Caption = 'ソスソスソスsソスRソス[ソスh(&R)'
  32.     FocusControl = ReturnCodeCombo
  33.   end
  34.   object CharCodeCombo: TComboBox
  35.     Left = 24
  36.     Top = 24
  37.     Width = 145
  38.     Height = 20
  39.     Style = csDropDownList
  40.     ItemHeight = 12
  41.     TabOrder = 0
  42.     OnDropDown = ComboDropDown
  43.     Items.Strings = (
  44.       'SJIS'
  45.       'JIS'
  46.       'EUC'
  47.       'UNICODE')
  48.   end
  49.   object ReturnCodeCombo: TComboBox
  50.     Left = 24
  51.     Top = 64
  52.     Width = 145
  53.     Height = 20
  54.     Style = csDropDownList
  55.     ItemHeight = 12
  56.     TabOrder = 1
  57.     OnDropDown = ComboDropDown
  58.     Items.Strings = (
  59.       'CR+LF'
  60.       'CR'
  61.       'LF')
  62.   end
  63.   object Button1: TButton
  64.     Left = 80
  65.     Top = 96
  66.     Width = 75
  67.     Height = 20
  68.     Caption = '&OK'
  69.     Default = True
  70.     ModalResult = 1
  71.     TabOrder = 2
  72.   end
  73.   object Button2: TButton
  74.     Left = 160
  75.     Top = 96
  76.     Width = 75
  77.     Height = 20
  78.     Cancel = True
  79.     Caption = 'ソスLソスソスソスソスソスZソスソス'
  80.     ModalResult = 2
  81.     TabOrder = 3
  82.   end
  83. end
  84.