home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 July / VPR0007A.BIN / OLS / KCE051 / kce051.lzh / Kce.exe / 0 / RCDATA / TCONFIGF / TCONFIGF.txt < prev   
Text File  |  2000-04-24  |  4KB  |  170 lines

  1. object ConfigF: TConfigF
  2.   Left = 263
  3.   Top = 182
  4.   BorderStyle = bsDialog
  5.   Caption = 'KCE - Config'
  6.   ClientHeight = 228
  7.   ClientWidth = 447
  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.   Icon.Data = {<image000.ico>}
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   OnKeyDown = FormKeyDown
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object PageControl1: TPageControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 447
  25.     Height = 193
  26.     ActivePage = TabSheet1
  27.     Align = alTop
  28.     TabOrder = 0
  29.     object TabSheet1: TTabSheet
  30.       Caption = 'ソスソス{ソスン抵ソス'
  31.       object GroupBox1: TGroupBox
  32.         Left = 0
  33.         Top = 56
  34.         Width = 457
  35.         Height = 49
  36.         Caption = 'ソスRソス}ソスソスソスhソス\ソスソス'
  37.         TabOrder = 0
  38.         object Label1: TLabel
  39.           Left = 16
  40.           Top = 24
  41.           Width = 135
  42.           Height = 12
  43.           Caption = 'ソスソスソスOソスフコソス}ソスソスソスhソスフ表ソスソスソスソスソスソス'
  44.         end
  45.         object ComboBoxTime: TComboBox
  46.           Left = 160
  47.           Top = 20
  48.           Width = 49
  49.           Height = 20
  50.           Style = csDropDownList
  51.           ItemHeight = 12
  52.           Items.Strings = (
  53.             '1'
  54.             '2'
  55.             '3'
  56.             '4'
  57.             '5')
  58.           TabOrder = 0
  59.         end
  60.       end
  61.       object GroupBox2: TGroupBox
  62.         Left = 0
  63.         Top = 112
  64.         Width = 457
  65.         Height = 41
  66.         Caption = 'ソスソスソスソス'
  67.         TabOrder = 1
  68.         object Label2: TLabel
  69.           Left = 8
  70.           Top = 16
  71.           Width = 36
  72.           Height = 12
  73.           Caption = 'ソスソスソスpソスソス'
  74.         end
  75.         object EditResStr: TEdit
  76.           Left = 72
  77.           Top = 12
  78.           Width = 105
  79.           Height = 20
  80.           TabOrder = 0
  81.           Text = '>'
  82.           OnKeyPress = EditResStrKeyPress
  83.         end
  84.       end
  85.       object GroupBox3: TGroupBox
  86.         Left = 0
  87.         Top = 0
  88.         Width = 457
  89.         Height = 49
  90.         Caption = 'ソスzソスbソスgソスLソス['
  91.         TabOrder = 2
  92.         object Label3: TLabel
  93.           Left = 16
  94.           Top = 24
  95.           Width = 98
  96.           Height = 12
  97.           Caption = 'ソスgソスpソスソスソスソスzソスbソスgソスLソス['
  98.         end
  99.         object HotKey1: THotKey
  100.           Left = 128
  101.           Top = 24
  102.           Width = 121
  103.           Height = 18
  104.           HotKey = 24659
  105.           InvalidKeys = [hcNone, hcShift]
  106.           Modifiers = [hkShift, hkCtrl]
  107.           TabOrder = 0
  108.           OnEnter = HotKey1Enter
  109.           OnExit = HotKey1Exit
  110.         end
  111.       end
  112.     end
  113.     object TabSheet2: TTabSheet
  114.       Caption = 'ソスGソスfソスBソス^'
  115.       ImageIndex = 1
  116.       TabVisible = False
  117.       object GroupBox4: TGroupBox
  118.         Left = 0
  119.         Top = 0
  120.         Width = 465
  121.         Height = 97
  122.         Caption = 'ソスソスソス苺カソスソス'
  123.         TabOrder = 0
  124.         object CBShowLF: TCheckBox
  125.           Left = 16
  126.           Top = 24
  127.           Width = 97
  128.           Height = 17
  129.           Caption = 'ソスソスソスsソスソス\ソスソスソスソスソスソス'
  130.           TabOrder = 0
  131.         end
  132.         object CBShowTab: TCheckBox
  133.           Left = 16
  134.           Top = 48
  135.           Width = 97
  136.           Height = 17
  137.           Caption = 'ソス^ソスuソスソス\ソスソスソスソスソスソス'
  138.           TabOrder = 1
  139.         end
  140.         object CBShowEOF: TCheckBox
  141.           Left = 16
  142.           Top = 72
  143.           Width = 97
  144.           Height = 17
  145.           Caption = 'EOFソスソス\ソスソスソスソスソスソス'
  146.           TabOrder = 2
  147.         end
  148.       end
  149.     end
  150.   end
  151.   object Button1: TButton
  152.     Left = 88
  153.     Top = 200
  154.     Width = 75
  155.     Height = 25
  156.     Caption = 'OK'
  157.     TabOrder = 1
  158.     OnClick = Button1Click
  159.   end
  160.   object Button2: TButton
  161.     Left = 288
  162.     Top = 200
  163.     Width = 75
  164.     Height = 25
  165.     Caption = 'CANCEL'
  166.     TabOrder = 2
  167.     OnClick = Button2Click
  168.   end
  169. end
  170.