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

  1. object InputF: TInputF
  2.   Left = 293
  3.   Top = 211
  4.   BorderStyle = bsDialog
  5.   Caption = 'KCE - Input'
  6.   ClientHeight = 84
  7.   ClientWidth = 367
  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.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 8
  23.     Width = 52
  24.     Height = 19
  25.     Caption = 'Label1'
  26.     Font.Charset = SHIFTJIS_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -19
  29.     Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Edit1: TEdit
  34.     Left = 32
  35.     Top = 32
  36.     Width = 313
  37.     Height = 20
  38.     TabOrder = 0
  39.     OnKeyPress = Edit1KeyPress
  40.   end
  41.   object Button1: TButton
  42.     Left = 56
  43.     Top = 56
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'OK'
  47.     TabOrder = 1
  48.     OnClick = Button1Click
  49.   end
  50.   object Button2: TButton
  51.     Left = 256
  52.     Top = 56
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Cancel'
  56.     TabOrder = 2
  57.     OnClick = Button2Click
  58.   end
  59. end
  60.